@charset "UTF-8";
@import url("common_parts.css");
@import url("navi.css");
@import url("layout.css");

/*

	  
*/

* { padding: 0; margin: 0; }

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	margin: 0px;
	border: none;
}

.clear { clear:both; }  
.clear_r { clear:right; }   
.clear_l { clear:left; }  
.clear hr, .clear_r hr, .clear_l hr { display:none; } 

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* リンクカラー */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0F1107;
}
a:hover {
	color: #C30;
	text-decoration: underline;
}
/* 画像ロールオーバー透過 */
a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 900px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #head {
	height: 100px;
	width: 900px;
	position: relative;
	margin: 0px;
}
#head .head-logo {
	position: absolute;
	left: 0px;
	bottom: 5px;
}
#head h1 {
	position: absolute;
	left: 162px;
	font-size: 1.2em;
	bottom: 30px;
}
#head .head-area  {
	position: absolute;
	left: 162px;
	bottom: 5px;
}
#head .head-tel {
	position: absolute;
	bottom: 3px;
	right: 0px;
}
#header #loginBox {
	position: absolute;
	top: 0px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	right: 0px;
}
#loginBox .mypage {
	margin-right: 6px;
}
#loginBox .m_name {
	margin-right: 2em;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 5px;
}
#loginBox dl {
	list-style-type: none;
	margin: 0px;
}
#loginBox dl dt {
	float: left;
	margin: 0px;
	padding: 0px;
}
#mainNavi {
	width: 900px;
	color: #333;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#toppage #headNavi {
	width: 100%;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
#headNavi {
	width: 100%;
	color: #333;
	height: 99px;
	background-color: #DEEEF7;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
#content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pagetop {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 5px;
	text-align: right;
}
#footer {
	width: 900px;
	color: #333;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 20px;
}
#simBox_A {
	background-image: url(../_img/sim/simboxA.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#simBox_A h3 , #simBox_B h3{
	font-size: 1.2em;
	display: block;
	margin-bottom: 0.5em;
}
#simBox_A .bkimg {
	background-image: url(../_img/sim/simboxA.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 900px;
	padding-top: 15px;
}
#simBox_A .formBox1  {
}
#simBox_B {
	background-image: url(../_img/sim/simboxB.gif);
	background-position: center top;
	width: 900px;
	padding-top: 25px;
}
#simBox_B .bkimg {
	background-image: url(../_img/sim/simboxB.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 900px;
}
#simBox_B .formBox1 {
	float: left;
	width: 500px;
}
#simBox_B .formBox2 {
	float: right;
	width: 330px;
}
#simBox_B #map {
	height: 350px;
	width: 328px;
	background-color: #FFF;
	border: 1px solid #EEE;
}
#simBox_B #map_canvas {
	height: 350px;
	width: 328px;
	background-color: #FFF;
	border: 1px solid #EEE;
}
#simBox_B .formBox3 {
	float: left;
	width: auto;
}
#simBox_C {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#simBox_C ul {
	list-style-type: none;
	margin-top: 10px;
	font-size: 1em;
	font-weight: bold;
}
#simBox_C ul li {
	font-weight: normal;
	line-height: 1.4em;
}
.inner01 {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.formnotifier {
	color:#ddd;
	text-align:left;
}

.discount {
	padding:0;
	margin:0;
}
.discount p {
	color:#ff747b;
}
.discount ul {
	margin-left:2em;
	font-size:0.9em;
}

.reset {
	text-align:center;
	padding:10px;
}
.reset a {
	display:inline-block;
	padding:5px 10px;
	border:solid 1px #000;
	border-radius:2px;
	transition:0.3s;
	margin-bottom:5px;
	background:#fff;
}
.reset a:hover {
	text-decoration:none;
	background:#38AADC;
	color:#fff;
	border:solid 1px #fff;
}

#carecheer #content .imgbox {
	margin-top: 20px;
	margin-bottom: 0px;
}
#carecheer #content .btnbox {
	background-color: #f2f2f2;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	text-align: center;
}
.btnbox h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 1em;
}
.btnbox .btn_inner {
	width: 816px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
.btnbox .btn_big {
	width: 348px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	padding: 20px;
	background-color: #F16D82;
	float: left;
}
.btnbox .btn_big a:hover, .btnbox .btn_big a:hover h3 {
	text-decoration: none;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.btnbox .btn_ryoukinkensaku {
	background-image: url(../_img/common/pattern_pink_dot2.png);
	background-repeat: repeat;
}
.btnbox .btn_rireki {
	background-image: url(../_img/common/pattern_blue_dot2.png);
	background-repeat: repeat;
}
.btnbox .btn_contact {
	width: 736px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	background-color: #6c6c68;
	margin-top: 20px;
	text-align: left;
}
.btnbox .btn_big p {
	display: table-cell; vertical-align: middle; margin: 0;
}
.btnbox .btn_big h3 {
	text-align: center;
	font-size: 52px;
	color: #FFFFFF;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btnbox .btn_big h3.contact {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 15px;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.btnbox .btn_big p {
	text-align: left;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#content .banner_campain {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
