@charset "utf-8";


#wide {
	width: 770px;
	float: left;
}

/* ------------------------------ 新デザイン ------------------------------ */
#wide .slideArea {
	height: auto;
	padding-top: 0;

}

#wide article {
	width: 770px;
	float: left;
	padding-top: 10px;
	background: url("/images/common2/wide/bg_mainclm_top_wide.png") left top no-repeat;
	position: relative;
	behavior: url(../script/PIE.htc);
}

#wide .articleBgBody {
	padding: 0 7px 10px 7px;

}

#wide .articleInner {
	background: url("/images/common2/wide/bg_mainclm_bottom_wide.png") no-repeat scroll left bottom;
	padding-bottom: 8px;
}

#wide .articleInnerWrapper {
	background: url("/images/common2/wide/bg_mainclm_top_wide.png") no-repeat scroll left top;
	padding-top: 8px;
}


#wide .index h2 {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: url("/images/common2/wide/bg_h2_wide.png");
	background-origin: padding-box;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto auto;
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 3px;
	padding-left: 34px;
	padding-right: 5px;
	padding-top: 5px;
}

#wide .list h2 {
	background: url("/images/common2/wide/bg_h2_wide.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}


/* 店舗検索結果一覧 */
#wide .list .aboutIcon {
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
	width: 420px;
}

#wide .openBox1, #wide .openBox2 {
	margin-left: 0;
}

#wide .pathArea {
	width: 200px;
	float: right;
}

#wide .detail h3 {
	width: 380px;
}

#wide .detail ul.topicPath {
	width: 300px;
}

#wide .detail h2 {
	background: url("/images/common2/wide/bg_h2_wide.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
/* ------------------------------ 旧デザイン ------------------------------ */
#wide #conts {
	width: 770px;
}

#wide #conts h3,#modal h3,#insurance-modal h3 {
	background: url("/images/common/h3_bg.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
	border-bottom: 2px solid #E91010;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 20px;
	padding: 13px 0 10px 10px;
}
/* ------------------------------ 汎用 ------------------------------ */
#wide .default {
	width: 720px;
}

#pagePath {
	padding: 0 0;
/*	width: 285px; */
	margin-bottom: 5px;
	text-align: left;
}

#pagePath a{
	text-decoration: underline;
	margin-right: 0;
}


#pagePath img{
	padding-bottom: 5px;
	text-decoration: none;
}

#pagePath li{
	display: inline;
	color: #333333;
	font-size: 12px;
}

#pagePath .link{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

#pagePath .mark{
	margin: 0;
}

#sideBar .sideLink {
	background-color: #ffffff;
}



#main-message{
width: 99%;
border-radius: 8px;
-webkit-border-radius: 8px;
border: solid 1px #E21616;
-webkit-box-shadow: 1px 2px 2px 3px #CCCCCC;
-moz-box-shadow: 1px 2px 2px 3px #CCCCCC;
box-shadow: 1px 2px 2px 3px #CCCCCC;
margin-bottom:15px;
}
#main-message h4{
padding: 5px;
background: #E21616;
color: gold;
-webkit-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
behavior: url(PIE.htc);
}

#main-message p{
padding: 5px;
background-color:#E5E5AE;
color:#E21616;
font-weight:bold;
}