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

/**********************************************************************
*
*　　 ■サービス情報
*
**********************************************************************/

#contact_box section {
	border-top: 10px solid #E6E6E6;
	border-bottom:1px solid #CCC;
}

#contact_box section:first-child {
	border-top: none !important;
}

#contact_box section:last-child {
	border-bottom: none !important;
	box-shadow: 0 1px 0 #CCC, 0 10px 0 #E6E6E6 !important;
	padding-bottom:11px;
	margin-bottom:11px;
}

#contact_box section img {
	width: 100%;
	vertical-align:bottom;
}

#contact_box section h2 {
	background: #F0F0F0;
	color: #555;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

#contact_box section p {
	width: 94%;
	margin: 10px auto;
	font-size: 12px;
	color: #333;
	line-height: 15px;
}

#contact_box section p.w100 {
	width: 100% !important;
	margin: 0 auto !important;
}

#mailfield {
	width: 94%;
	margin: 0 auto;
}

/**********************************************************************
*
*　　 ■border-box
*
**********************************************************************/

#mailfield,
form#mailformpro dl dt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
