@charset "UTF-8";

/* ++++++++++++++　　　よくある質問 faq.css　　++++++++++++++++++*/


/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　全てのスクリーンサイズで適用される設定・モバイルファースト
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */



/*******************************************************　　　　　　　　
　　　　　　　メインコンテンツ部分　　
*******************************************************/

div.mainTitle h1{
	width:210px;
	height:32px;
	background: url(../images2/b007_01title.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}


div.mainTitle {
	margin-bottom:20px;
}




section.category{
	width:90%;
	margin:0 auto 20px auto;
	
}


div.QA-block{
	margin-bottom:10px;
}

section.category h2{
	font-size:20px;font-size:2.0rem;
	line-height:20px;line-height:2.0rem;
	margin-bottom:10px;
}


section.category h3{
	font-size:16px;font-size:1.6rem;
	font-weight: normal;
	line-height:20px;line-height:2.0rem;
	padding:0 0 0 60px;
	text-indent:-65px;
}


div.a-waku{
	display:none;
}


div.a-waku p{
	font-size:16px;font-size:1.6rem;
	line-height:24px;line-height:2.4rem;
	margin:5px 0 0 10px;
}





/*******************************************************　　　　　　　　
　　　　　　　右部分　　
*******************************************************/





/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　スクリーンサイズ 幅 480px 以上で適用される設定・上から継承したスタイルを上書き
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 480px) {








}




/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　スクリーンサイズ 幅 768px 以上で適用される設定・上から継承したスタイルを上書き
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 768px) {
	






}





/* ////////////////////////////////////////////////////////////////////////////////////////

　　　　　スクリーンサイズ 幅 960px 以上で適用される設定・上から継承したスタイルを上書き
　　　　　
//////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (min-width: 960px) {










}








