/**********
 style-XXX.css
**********/

h2#title{
	background:#fff url(../contact/img/h2Bg.jpg) no-repeat center center;
	background-size:cover;
}

.topCom{
	text-align:center;
	padding-bottom:40px;
}


/**********
 contact_phone
**********/
#contact_phone{
	text-align:center;
}

#contact_phone img{
	width:100%;
	max-width:480px;
	margin:0 auto;
	display:block;
}


/**********
 contact_phone
**********/
#contact_mail{
	background:#e0f3f9;
	padding:35px 0;
	margin-top:70px;
}

.contact_mail_send{
	background:none!important;
	padding:35px 0 35px 0!important;
	margin-top:0!important;
}


#contact_mail .topCom{
	text-align:left;
	display:block;
	max-width:960px;
	margin:0 auto;
}


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


}


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



}

@media print {





}



