@charset "utf-8";

/* -------------------------------
   BASE
------------------------------- */

#wrap {
	position:relative;
	width:100%;
	min-width:960px;
	margin:0 auto;
	overflow:hidden;
}
.sp {
	display:none!important;
}
.pcNL:before {
	content: "\A" ;
	white-space: pre ;
}

.alpha{
	transition: all 0.3s;
}

.alpha:hover{
	opacity:0.7;
}

/* -------------------------------
   side
------------------------------- */

.voice .search{
	float:left;
	width:200px;
	border-top:solid 1px #637281;
	padding-top:25px;
}

.voice .search .search__category__list .search__category__list__item {
    margin-top: 3px;
    text-indent: -1.5em;
    margin-left: 1.5em;
}

.search__category__wrap{
	display: block !important;
}


/* -------------------------------
   main
------------------------------- */

.voice .main{
	float:right;
	width:710px;
	border-top:solid 1px #637281;
	padding-top:40px;
	padding-bottom: 30px;
	border-bottom:solid 1px #637281;
	margin-bottom:30px;
}

.voice{
	width:940px;
	margin:0 auto;
}

.voice .voiceMain p{
	color:#FFF;
	position: absolute;
	left:30px;
	top:80px;
	font-size:117%;
	line-height: 1.8;
}

.voice .main .article .article__photo{
	float:left;
	width:320px;
}

.voice .main .article .article__photo .article__photos__list .article__photos__list__item a{
	position: relative;
	display: block;
}

.voice .main .article .article__photo .article__photos__list .article__photos__list__item a img{
	max-width:100%;
	vertical-align: top;
}

.voice .main .article .article__photo .article__photos__list .article__photos__list__item a::after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/icon_zoom.jpg);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.voice .main .article .article__sentence{
	width:360px;
	float:right;
}

.remodal-wrapper .remodal > img{
	max-width: 100%;
	max-height: 100%;
}
