@charset "utf-8";
/* CSS Document */



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 共通設定およびスマートフォン向けのスタイル
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/





.twocolumn dl {
	margin-left: 0px;
}







#mobile & tablet **********************************{
}


/************************************************************************************
MOBILE & TABLET
*************************************************************************************/
@media screen and (max-width: 740px) {


.twocolumn dl dt {
	width: 65%;
	color: #663300;
	text-align: left;
	font-weight: bold;
	line-height: 280%;
	font-size: 14px;
	margin-left: 70px;
	margin-right: 20px;
	background-image: url(../img/faq/Q_sm.png);
	background-repeat: no-repeat;
	float: none;
	padding-left: 75px;
}
.twocolumn dl dd {
	text-align: left;
	width: 70%;
	margin-right: 30px;
	margin-left: 40px;
	padding-left: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../img/faq/a_bg.gif) !important;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



}


#tablet & pc **********************************{
}

/************************************************************************************
TABLET & PC
*************************************************************************************/





@media print, screen and (min-width: 741px) {



.twocolumn dl dt {
	width: 87%;
	height: 30px;
	color: #663300;
	text-align: left;
	text-indent: 75px;
	font-weight: bold;
	line-height: 280%;
	font-size: 14px;
	margin-left: 70px;
	margin-right: 20px;
	background-image: url(../img/faq/q_bg.gif);
	background-repeat: no-repeat;
	float: none;
}
.twocolumn dl dd {
	text-align: left;
	width: 80%;
	margin-right: 30px;
	margin-left: 40px;
	padding-left: 80px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../img/faq/a_bg.gif) !important;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
}
