@charset "utf-8";

/* .main-image
================================================== */	
.main_image {
	width: 100%;
	margin: 0 0 0;
	padding: 0px;
}

.main_image img {
	width: 100%;
}

#top_info{
	width: 92%;
	margin:0 auto 10px;
	padding:0 4% 0 4%;
}

#top_info .service{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	color:#003169;
}

#top_info p strong{
	color:#FF2C80;
	font-weight:bold;
}

/* #blockContents
================================================== */
#blockContents {
	float: none;
	width:92%;
	margin: 0 auto 0;
	padding: 0;
	position: relative;
}
#blockContents a {
	color: #333;
	text-decoration: none;
}

#blockContents a:hover { text-decoration: none; }
#blockContents a .box { cursor: pointer; }
#blockContents a:hover { opacity: 0.7; }


.box { margin-right: 20px;margin-bottom: 20px;float: none;}
div.m_list {
	width: 100%;
	height: auto;
	border: 1px solid #E9E9E9;
	-moz-box-shadow: 0 0 2px #E9E9E9;
	-webkit-box-shadow: 0 0 2px #E9E9E9;
	box-shadow: 0 0 2px #E9E9E9;
	background: url(../images/box_bgbottom.gif) repeat-x bottom #FFF;
}

div.m_list h3 {
	background: none;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 13px 2px;
	padding: 0;
	color:#0A51B5;
}

div.imgArea{ height: auto;position: relative; }
div.imgArea p {
	margin: 0;
	text-align: center;
}

div#blockContents div.txtArea {
	height: auto;
	overflow: hidden;
	background: url(../images/btn01.png) no-repeat center right;
}

div.txtArea p { margin: 0 13px 10px; }
div.imgArea img {
	width: 94%;
	padding:3% 3% 1%;
	height: auto;
}
div.box .icon {
	position: absolute;
	top: 5.2%;
	left: 3.1%;
	margin: 0 !important;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.1em;
	background-color: #078EFF;
	padding: 2px 8px;
}