@charset "utf-8";
/*--------------------------------------------
 
　　　連絡メールページ用CSS
 
---------------------------------------------*/


/* =======================================
   section01
   ======================================= */
   
   
   
   
   
   
/* =======================================
   section02
   ======================================= */
   
   
   
   
   
   
/* =======================================
   section03
   ======================================= */
#main h2 {
	font-size: 186%;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 1em;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffbaba;
	display: block;
	height: 40px;
	text-align: center;
}
#main h2 span {
	line-height: 40px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ffbaba;
	display: block;
	float: left;
	text-align: center;
}


#main p {
	margin-top: 1em;
	text-align: left;
}
#main ul {
	width: 550px;

}
#main .photo-img {
	width: auto;
	height: auto;
	margin: 50px auto 20px auto;

}

@media screen and (max-width:768px) {
#main h1 img {width:100%;}
#main ul {width:100%;}

}
