

#text1{
	width:560px;
	float:left;
	font-size:14px;
	line-height:23px;
}

#photo1{
	width:400px;
	float:right;
}
#photo1 img{
	width:400px;
}


.mynabibanner{
	padding-top:40px;
	text-align:center;
	clear:both;
}
.mynabibanner img{
	margin-top:5px;
}
.mynabibanner a{
	font-size:18px;
	font-weight:bold;
	color:#00abeb!important;
}

.qaname{
	color:#333333!important;
	background-color:#c2e8eb;
	font-size:18px;
	padding:10px;
	margin-bottom:20px;
	font-weight:normal!important;
}
.qaname span{
	font-size:18px;
	font-weight:bold;
}

.question{
	font-size:14px;
	font-weight:bold;
	min-height:40px;
	margin-bottom:20px;
}
.answer{
	font-size:14px;
	line-height:23px;
	min-height:40px;
	margin-bottom:20px;
}
.question p{
	padding-top:10px;
	padding-left:55px;
}
.answer p{
	padding-top:10px;
	padding-left:55px;
}

.answer table{
	position: relative;
	left: 55px;
	top: 10px;
}

.answer table tr td{
	font-family:monospace
}

.time{
	text-align:right;
	padding-right:10px;
}



.question::before{
content: "";
background-image:url(img/icon_q.png);
display: block;
width:40px;
height:40px;
background-size: contain;
vertical-align: middle;
position: absolute;
}

.answer::before{
content: "";
background-image:url(img/icon_a.png);
display: block;
width:40px;
height:40px;
background-size: contain;
vertical-align: middle;
position: absolute;

}


.qa{
	border-bottom:2px dotted #d8d8d8;
	margin-bottom:20px;
}

.qalast{
	margin-bottom:20px;
}

#somephotos::before{
	z-index: 25;
	content: '';
	display: block;
	width: 100%;
	height:400px;
	position: absolute;
	left: 0;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f4ba00 50%, #f4ba00 100%);
}

#somephotos{
}

#somephotos img{
	position: relative;
	z-index: 50;
	max-width:485px;
	max-height:325px;
}
#photo2{
	float:left;
}
#photo3{
	float:right;
}

#snslink{
	clear:both;
	text-align:center;
	margin:20px;
	padding-top:100px;
}
#snslink div{
	font-size:18px;
	font-weight:bold;
	margin:20px;
}
#snslink a{
	margin:0 10px;
}
#snslink a img{max-width:60px;}

#qasection{
	margin-bottom:100px;
}

@media screen and (max-width: 998px) {

#somephotos::before{
	height:400px;
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #f4ba00 30%, #f4ba00 100%);
}

#somephotos img{
	max-width:66%;
	margin:0 20px;
}

#text1{
	padding:0 40px 20px 40px;
	width:100%;
	float:none;
}

#photo1{
	padding:0 40px;
	width:100%;
	float:none;
}
#photo1 img{
	width:100%;
	max-width:750px;
}

#qasection{
	margin:0 20px 100px 20px;
}


}