@charset "utf-8";

/*===============================================
●共通
===============================================*/
#contents .title01 h2 {
	width:10em;
}
#contents .title01 span {
	width:7em;
}

/* question
---------------------------------------- */
#question dt {
	font-size:1.13em;
	color:#116532;
	font-weight:bold;
	padding:0.5em 0 0.5em 2.5em;
	background:url(../../images/question/icon_q.png) no-repeat left center;
	background-size:21px 24px;
}
#question dd {
	padding:1em 0 1em 2.5em;
	background:url(../../images/question/icon_a.png) no-repeat left 1em;
	background-size:20px 22px;
	margin-bottom:1em;
	border-bottom:#ccc 1px dotted;
}


/*===============================================
●画面の横幅が740px以下
===============================================*/
@media screen and (max-width: 739px){
	
}

/*===============================================
●画面の横幅が740px以上
===============================================*/
@media screen and (min-width: 740px){
	
	/* priceTable
	---------------------------------------- */

}



