/**********
 style-inquire.css
**********/

/*==========================================
 ヘッダーのスタイル
===========================================*/
/**********
 header
**********/
#headTop #headContentsTop{
	width:100%;
	background:url(../inquire/img/headBg.jpg) no-repeat 50% 50%;
    background-size: cover;
	min-height:70px;
}


#topCom{
	padding-bottom:30px;
	text-align:left;
}

/**********
 mailFormWrap
***********/
#mailFormWrap{}



/**********
 thanks
**********/
#thanks{
	text-align:left;
}

#thanks h3{
	line-height:1.3;
	font-size:1.05em;
	font-weight:700;
	color:#000;
	margin-bottom:20px;
	text-align:left;
	position:relative;
	margin-left:18px;
}

#thanks h3:before{
	content: "\f046";
	font-family: FontAwesome;
	position: absolute;
	color:#079;
	padding-right:10px;
	left:-18px;
	top:1px;
	font-weight:normal;
}

/*==========================================
 コンテンツエリアのスタイル
===========================================*/



/* PC・大型タブレット：769px～1200px */
@media only screen and (min-width: 769px) and (max-width: 1200px) {


/*==========================================
 コンテンツエリアのスタイル
===========================================*/


}



/* PC向け：1201px以上で固定 */
@media only screen and (min-width: 1201px) {


/*==========================================
 コンテンツエリアのスタイル
===========================================*/

}



@media print{


	
}
	
	