@charset "utf-8";

/* CSS Document
---------------------------------------*/

/* for new HTML5 elements */
section, article, aside, hgroup, header, footer, nav, figure, figcaption, summary {
	display: block;
}

body {
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	_font-family: "ＭＳ Ｐゴシック",
				"MS P Gothic","Osaka", Verdana, Arial, serif;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Smartphone site is here */
#spLink {
	display: none;
	border-top: #ff9600 solid 6px;
	border-bottom: #888888 solid 1px;
	text-shadow: 1px 1px 2px #ffffff;
	background-image: linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 74%);
	background-image: -o-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 74%);
	background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 74%);
	background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 74%);
	background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(255,255,255) 74%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.1, rgb(230,230,230)),
		color-stop(0.74, rgb(255,255,255))
	);
	min-width: 900px;
	position: relative;
}

#spLink .spChange a {
	display: block;
	padding: 0 0px 0 15%;
	line-height: 146px;
	text-align: left;
	font-size: 2.5em;
	text-decoration: none;
	font-weight: bold;
	color: #444444;
	background: url(/common/images/common_ex016.gif) no-repeat 8% center;
}

#spLink .spHide {
	position: absolute;
	top: 15px;
	right: 25px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	border-bottom: none;
	background: url(/common/images/common_ex017.png) no-repeat;
}

#spLink .spHide a {
	display: block;
	width: 110px;
	height: 110px;
}

#d_page {
	font-size: 80%;
	min-width: 1000px;
	position: relative;
}

.subnavi a:link { color:#000; text-decoration:none; }
.subnavi a:visited { color:#000; text-decoration:none; }
.subnavi a:hover { color:#f28100; text-decoration:nonee; }
.subnavi a:active { color:#f28100; text-decoration:none; }

a:link { color:#0d4080;}
a:visited { color:#0d4080;}
a:hover { color:#f28100;}
a:active { color:#f28100;}

.header .nav a:link { color:#ffffff;  text-decoration:none; }
.header .nav a:visited { color:#ffffff;  text-decoration:none; }
.header .nav a:hover { color:#ffffff; text-decoration:nonee; }
.header .nav a:active { color:#ffffff; text-decoration:none; }

footer a:link { color:#ffffff; text-decoration:none; }
footer a:visited { color:#ffffff; text-decoration:none; }
footer a:hover { color:#f08300; text-decoration:none; }
footer a:active { color:#f08300; text-decoration:none; }

.footer a:link { color:#ffffff; text-decoration:none; }
.footer a:visited { color:#ffffff; text-decoration:none; }
.footer a:hover { color:#f08300; text-decoration:none; }
.footer a:active { color:#f08300; text-decoration:none; }

.t3_layout .footer a:link { color:#000; text-decoration:none; }
.t3_layout .footer a:visited { color:#000; text-decoration:none; }

.alpha {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

/* IE8 */
.alpha {display: inline-block\9;}


.alpha:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

h1,h2,h3,h4 {
	color: #333;
}

/* 都道府県下注意書き */
.attent {
  	color: #d20000;
		margin-bottom: 20px;
		margin-top: -10px;
}

/* 予約方法追記 */
.use_reserve {
  	background: #fafae6;
  	border: 1px solid #b4b4b4;
  	padding: 16px;
  	overflow: hidden;
		display: flex;
}
.cmn_btn_use a {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fed600;
	  color: #000;
    white-space: nowrap;
		width: 205px;
}
.cmn_btn_use a:hover {
	color: #000;
}
.cmn_btn_use .ic_arrow {
    background: url("/common/images/common_ic008.png") no-repeat 0 0;
    background-size: 7px 10px;
    position: absolute;
    width: 7px;
    height: 10px;
    top: 10px;
    right: 10px;
}
.sp_app_dl_top{
		display: flex;
		float: left;
}
.sp_app_dl_iphone{
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 5px 15px 0px 0px;
}
.sp_app_dl_android{
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px 0px 5px;
	margin-left: 10px;
}
div.sp_app_dl_android div,
div.sp_app_dl_iphone div {
	padding: 17px;
	border: solid #cbcac5 1px;
	border-top: 0px;
	text-align: center;
	margin-top: -6px;
	background-color: #FFF;
}
.check_mbox .check_restext {
	float: left;
	width: 605px;
	margin-left: 20px;
}
.flex{
	display: flex;
}

/* 給油・洗車ページ　画像差し替え */
.check_wphoto2 {
	float: right;
	width: 176px;
	margin-bottom: 24px;
	margin-right: 14px;
}

.check_ssbox2 {
	float: left;
	width: 320px;
}

.check_ssbox2 p {
	width: 320px;
}

@media screen and (max-width: 768px){

    #spLink {
        min-width: auto;
        width: 100%;
        box-sizing: border-box;
    }

    #spLink .spHide {
        display: none;
    }

    #spLink .spChange a {
        line-height: 1.0;
        font-size: 1.0em;
        padding: 20px 0 20px 20px;
        background: none;
        position: relative;
        text-align: center;
    }

    #spLink .spChange a:before {
        content: ' ';
        width: 20px;
        height: 30px;
        background: url(/common/images/common_ex016.gif) no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -15px;
        margin-left: -135px;
    }


}


/* ヘッダー
---------------------------------------*/
.header {
	margin: 0 auto;
	font-size: 12px;
	background: #fff;
}

.header .tag_bg {
    border-top: 4px solid #fed600;
    padding: 4px 0 0;
}

.header .tagline {
	width: 1000px;
	height: 18px;
	margin: 0 auto;
}

.header .tagline .tag_right {
	float: right;
}

.header .tagline .tag_right li {
	float: left;
	border-left: 1px dotted #9f9f9c;
    padding: 0 0 0 16px;
    margin: 0 0 0 10px;
}

.header h1 {
  background-image: url(/common/images/logo_text.png);
  background-repeat: no-repeat;
  width: 311px;
  height: 69px;
  text-indent: -999em;
  letter-spacing: -1000em;
  margin: 0;
  padding: 0;
  float: left;
}

.header h1 a {
  display: block;
  width: 287px;
  height: 72px;
}

/* ロゴHTML修正版 */
.header .header_logo {
  background-image: url(/common/images/logo_text.png);
  background-repeat: no-repeat;
  width: 311px;
  height: 69px;
  text-indent: -999em;
  letter-spacing: -1000em;
  margin: -8px 0 0;
  padding: 0;
  float: left;
  border-bottom: none;
}

.header .header_logo a {
  display: block;
  width: 287px;
  height: 72px;
}

.header .top_search {
	width: 900px;
	position: absolute;
	top: 16px;
	right: 0;
}

.header .top_search ul {
	float: right;
	width: auto;
}

.header .top_search ul li {
	background: url(/common/images/common_ex001.gif) no-repeat center left;
	padding-left: 14px;
	margin-top: 18px;
	margin-left: 10px;
	display: inline-block;
}

/* IE 6 */
* html .top_search ul li {
    display: inline;
	zoom: 1;
	margin-top: 18px;
	background: url(/common/images/common_ex001.gif) no-repeat center left;
}

/* IE 7 */
*:first-child+html .top_search ul li {
	display: inline;
	zoom: 1;
	margin-top: 18px;
	background: url(/common/images/common_ex001.gif) no-repeat center left;
}

.header .top_search ul li {
	/* background: url(/common/images/common_ex001.gif) no-repeat top left;
	margin-top: 22px; */
}

.header .top_navi {
	width: auto;
	min-width: 1000px\9; /* IE8 and below */
	height: 76px;
	margin: 0 auto;
	clear: both;
}

.header .top_navi div {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

.header .top_navi .site_logo {
	margin-top: -8px;
	border-bottom: none;
}

.header .top_navi ul {
	margin: 16px 0 0;
	float: right;
	width: auto;
}

.header .top_navi img {
	margin: 0;
	padding: 0;
}

.header .top_navi ul li {
    float: left;
    text-align: center;
    border-left: 1px dotted #9f9f9c;
    padding: 0px 25px;
    margin: 0;
}

.header .btn a {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 165px;
    height: 40px;
    line-height: 40px;
    padding: 0 5px 0 0;
    box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fed600;
    color: #333;
	text-decoration: none !important;
}

.header .btn .ic_login {
	  background: url("/common/images/common_ic007.png") no-repeat 0 0;
	  background-size: 13px 14px;
	  position: absolute;
	  width: 13px;
	  height: 14px;
	  top: 13px;
      left: 25px;
}

.header #login.btn .ic_login {
      left: 20px;
}

.header .btn .ic_arrow {
	  background: url("/common/images/common_ic008.png") no-repeat 0 0;
	  background-size: 7px 10px;
	  position: absolute;
	  width: 7px;
	  height: 10px;
	  top: 15px;
	  right: 10px;
}

.header .nav {
	background: #474747;
	height: 55px;
    overflow: hidden;
}

.header .nav ul {
  clear: both;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

.header .nav ul li {
  float: left;
  font-weight: bold;
  font-size: 16px;
  border-right: 1px #ccc solid;
  margin-right: 0;
  padding: 0;
  transition: all .2s linear;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #ccc;
}

.header .nav ul li.gnav01 {
  border-left: 1px #ccc solid;
}

.header #isAuthed.nav ul li {
	border-left: 1px #ccc solid;
	border-right: none;
}

.header #isAuthed.nav ul li a {
      padding: 0 23px;
}

.header .nav ul li.end {
  border-right: 1px #ccc solid;
}

.header #isAuthed.nav ul li.end {
	border-right: 1px #ccc solid;
}

.header .nav ul li a {
  display: block;
  padding: 0 34px;
  letter-spacing: 2px;
}

.header .nav ul li a {
    padding: 0 52.5px;
}

.header .nav .disable-link {
	padding: 0 33px;
}

.header .nav ul li a:hover,
.header .nav ul li a.active {
	background: #6f6f6f;
}

.header .corp_nav01 ul li,
.header .corp_nav02 ul li {
	border-left: 1px #ccc solid;
	border-right: none;
}

.header .corp_nav01 ul li a {
    padding: 0 16px;
    letter-spacing: 0;
}

.header .corp_nav02 ul li a {
	padding: 0 38px;
    letter-spacing: 0;
}

/* カスタムsearch */
.header .nav ul li.srchnav {
   line-height: normal;
   float: right;
   border-right: none;
}

.header #srchBox {
    position: relative;
}

.header #srchBox #srch {
    padding: 15px 10px 0 40px;
}

.header #srchBox #srch {
    padding: 15px 0 0 24px;
}

.header #srchBox #srch #srchForm {
	white-space:nowrap;
}

.header #srchBox #srchInput {
    width: 30px;
    border-radius: 15px;
    border: none;
    vertical-align: middle;
    padding: 6px;
	padding-left: 32px;
	background-color: #fff;
	background-image: url(/common/images/common_ic013.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.header #srchBox #srchBtn {
    position: absolute;
    left: 32px;
    top: 22px;
	display: none;
}

.header #srchBox #srchInput.focus {
	padding: 6px 6px 6px 32px;
}

.header #srchBox input[type="text"] {
    outline:none;
}

.header_close {
	width: 1000px;
	text-align: right;
	margin: 15px auto;
}

.header .corporation_text {
	float: left;
	width: 160px;
	margin: 22px 0 0 20px;
}


/* ヘッダー お知らせ・告知
---------------------------------------*/
.header #d_header_infoBox {
	width: 900px;
	margin: 30px auto 0 auto;
	font-size: 100%;
}

.header #d_header_infoBox .header_info {
	border: solid 1px #f08300;
	background: #fff;
	padding: 10px 20px;
	line-height: 1.6;
}

.header #d_header_infoBox .header_info dt {
	font-weight: bold;
	color: #f08300;
	margin-bottom: 3px;
	font-size: 110%;
}

.header #d_header_infoBox .header_info p {
	margin: 5px 0;
	font-size: 100%;
}

.header #d_header_infoBox .header_info p span {
	display: inline-block;
	margin-right: 4px;
	font-weight: bold;
}

/* ヘッダー （シンプルレスポンシブver）
---------------------------------------*/
.header_rsp_s .tagline .tag_right li {
	border: none;
}


/* パンくず
---------------------------------------*/
nav.breadcrumbs {
	overflow: hidden;
	background: #ebe9e2;
	font-size: 11px;
}

nav.breadcrumbs ol {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
}

nav.breadcrumbs ol li {
	display: inline;
	list-style-type: none;
}

nav.breadcrumbs ol li:before {
	content: " > ";
}

nav.breadcrumbs ol li:first-child:before {
  content:"";
}


/* SNS
---------------------------------------*/
.sns_bottom {
	width: 200px;
	font-size: 80%;
	float: right;
	margin-bottom: 30px;
	margin-top: 10px;
	clear: both;
}

.sns_short {
	width: 200px;
	font-size: 80%;
	float: right;
	margin: 0;
	margin-bottom: 10px;
}

.fb {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100px;
}

.twit {
	margin-left:10px;
	width: 65px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* フッター
---------------------------------------*/
footer {
	background: none repeat scroll 0 0 #474747;
	color: #ffffff;
	padding-top: 18px;
	clear: both;
	float: none;
	font-size: 11px;
	zoom: 1;
}

footer .linkarea {
	width: 1000px !important;
	margin: 0 auto 20px;
	overflow: hidden;
}

footer .linkarea dl {
	float: left;
    height: 220px;
    margin-right: 20px;
    border-right: 1px dotted #9f9f9c;
}

footer .linkarea dl dt {
	background: url(/common/images/footer_ex002.gif) no-repeat left center;
	vertical-align: top;
	font-weight: bold;
	padding-left: 14px;
	font-size: 1.1em;
}

footer .linkarea dl dd {
	width: auto;
/*	margin-right: 20px;*/
	display:inline-block;
}


footer .linkarea  dl dd ul li {
	background: url(/common/images/footer_ex003.gif) no-repeat 0% 50% ;
	margin-top: 3px;
	font-weight: normal;
	padding-left: 18px;
}

footer .linkarea  dl dd ul li.lf {
	background: url(/common/images/footer_ex001.gif) no-repeat 0% 20% ;
	margin-top: 3px;
	font-weight: normal;
	padding-left: 11px;
}

footer .linkarea .place {
	width: 200px;
}

footer .linkarea .use {
	width: 170px !important;
}

footer .linkarea .car {
	width: 190px !important;
}

footer .linkarea .f-news {
	width: 170px !important;
}

footer .linkarea .regist {
	width: 165px !important;
	border-right: none;
}

footer .footer_navi {
	text-align: center;
    background: #272727;
	font-size: 12px;
	padding: 15px 0;
}

footer .footer_navi li {
	display: inline;
	border-right: 1px solid #888888;
	padding: 0 14px 0 0;
    margin: 0 10px 0 0;
}

/* フッター （時間料金ver）
---------------------------------------*/
.footer {
    background: none repeat scroll 0 0 #272727;
    color: #ffffff;
    padding-bottom: 15px;
    padding-top: 18px;
    clear: both;
    float: none;
    font-size: 85%;
    zoom: 1;
    min-width: 900px\9;
}

.footer div {
    width: 900px !important;
    margin: 0 auto;
}

.footer div .footer_navi {
    width: 600px;
    float: left;
}

.footer div .footer_navi li {
    float: left;
    border-right: 1px solid #fff;
    padding: 0 3px 0 0;
    margin: 0 3px 0 0;
    height: 1;
}

.footer_copy {
    float: right;
    text-align: right;
    width: 300px;
}


/* ページの先頭に戻る
---------------------------------------*/
#d_fortop {
	width: 900px;
	margin: 0 auto;
	clear: both;
	zoom: 1;
	margin-top: 0;
}

#d_fortop p {
	float: right;
}

#pagetop {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
}

#pagetop a img {
	opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#pagetop a img:hover {
	opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}

.copyright {
	padding: 20px 0;
	clear: both;
	background: #272727;
    overflow: hidden;
	font-size: 12px;
}

.copyright_inner {
    width: 1000px;
    margin: 0 auto;
}

/* サブナビ
---------------------------------------*/
.subnavi {
    width: 210px;
    font-size: 13px;
    position: absolute;
    top: -81px;
    left: 0;
}

.pagelist {
    margin-bottom: 20px;
    background: #fff;
    border: 5px solid #fed600;
}

.pagelist a {
	display: flex;
}

.pagelist img {
	vertical-align: middle;
}

.pagelist li {
    border-top: 1px dotted #9f9f9c;
}

.pagelist li.top {
    border-top: none;
}

.pagelist p.end {
	padding-bottom: 2px;
	background-image:none;
}

.pagelist li a {
    display: block;
    padding: 10px 8px 10px 20px;
    background: url(/common/images/common_ic014.png) no-repeat 10px center;
    _height: 14px;
    min-height: 14px;
}

.pagelist .first {
    border-top: none;
}

.pagelist li.second {
    border-top: 1px dotted #9f9f9c;
	font-size: 11px;
	background: #fff;
}

.pagelist li.second a {
    font-weight: normal;
    background: url(/common/images/common_ic018.gif) no-repeat 12px center;
    min-height: 3px;
    margin-left: 5px;
}

.pagelist li.active {
	background: #f6f5f1;
	font-weight: bold;
}

.pagelist li.active a.second-url {
	color: #e45833;
}

.pagelist li.second.active a.third-url {
	color: #e45833;
}

.bn {
	margin-bottom: 16px;
}

.fortop {
	text-align: right;
	margin-bottom: 30px;
	font-size: 85%;
}

.fortop .back_ti {
	color: #f08300;
}

.pagelist p.active a {
  font-weight: bold;
  color: #e45833;
}

.ore {
	color: #e45833;
}

.side-btn a {
    display: block;
    vertical-align: middle;
    width: 141px;
    height: 58px;
    padding-left: 60px;
    line-height: 58px;
    margin: 0 auto;
    box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
    border: 5px solid #ebe9e2;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fff;
    color: #000;
}

.ic_use {
    background: url("/common/images/common_ic015.png") no-repeat 0 0;
    background-size: 45px 46px;
    position: absolute;
    width: 45px;
    height: 46px;
    top: 5px;
    left: 10px;
}

.ic_rule {
    background: url("/common/images/common_ic016.png") no-repeat 0 0;
    background-size: 41px 40px;
    position: absolute;
    width: 41px;
    height: 40px;
    top: 10px;
    left: 10px;
}

.ic_join {
    background: url("/common/images/common_ic020.png") no-repeat 0 0;
    background-size: 41px 40px;
    position: absolute;
    width: 41px;
    height: 40px;
    top: 10px;
    left: 10px;
}

.side-btn a .ic_arrow {
    background: url("/common/images/common_ic008.png") no-repeat 0 0;
    background-size: 7px 10px;
    position: absolute;
    width: 7px;
    height: 10px;
    top: 25px;
    right: 10px;
}


/* コンテンツ
---------------------------------------*/
.contents {
	/*width: 1000px;*/
	margin: 0 auto;
	clear: both;
	float: none;
	padding: 0;
	height: auto;
	line-height: 1.6;
}

.other_contents {
	margin: 0 auto;
	clear: both;
	float: none;
	/*padding: 25px 0 0 0;*/
	height: auto;
	line-height: 1.6;
	background: #fff;
}

.main-inner {
    line-height: 1.6;
    background: #fff;
	overflow: visible;
    padding-bottom: 60px;
}

.right-contents {
    width: 760px;
    margin: 0 auto;
    padding: 45px 0 0 240px;
    position: relative;
}

.right-contents .notes {
	font-size: 90%;
    text-align: left;
    _font-size: 75%;
    clear: both;
}

.main .main_visual {
	margin: 0 0 40px;
}


/* IE 6 */
* html .main .main_visual {
    margin: 5px 0 10px 0;
}

/* IE 7 */
*:first-child+html .main .main_visual {
	margin: 5px 0 10px 0;
}

.main h1 {
    background: url(/common/images/common_bg005.gif) repeat left top;
    padding: 35px 0;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
	border-bottom: 1px solid #dddacc;
}

.main h1 span {
	width: 760px;
	margin: 0 auto;
    padding-left: 210px;
}

.main h2 {
	background: #f6f5f1;
	clear: both;
	float: left;
	width: 100%;
	height: 30px;
    line-height: 30px;
    padding: 4px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #dddacc;
}

.main h2 span {
    border-left: 4px solid #e45833;
    padding-left: 10px;
}

.ti_long {
	background: url(/common/images/common_ti006.gif) no-repeat scroll left top transparent;
	clear: both;
	float: left;
	width: 886px;
	height: 30px;
	line-height: 1.4;
	padding: 4px 0 0 14px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	font-size: 115%;
}

/* IE 6 */
* html .ti_long {
    padding: 3px 0 0 14px;
	margin: 10px 0 0 0;
}

/* IE 7 */
*:first-child+html .ti_long {
	padding: 3px 0 0 14px;
	margin: 10px 0 0 0;
}

/* IE8 */
h2 .ti_long {padding: 6px 0 0 14px\9;}

/* IE9 */
:root .ti_long {
   padding: 6px 0 0 14px \0;
}

.main h3 {
	clear: both;
	vertical-align: middle;
	font-weight: bold;
	font-size: 115%;
	color: #333333;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 3px solid #ebe9e2;
}

.main h3:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 15%;
	height: 3px;
	background-color: #e45833;
}

.main .short {
	width: 360px !important;
}

.main .medium {
	background: url(/common/images/common_ti012.gif) no-repeat scroll left bottom transparent !important;
	width: 634px !important;
}

/* IE 6 */
* html .main .medium {
    padding: 3px 0 0 14px;
}

/* IE 7 */
*:first-child+html .main .medium {
	padding: 3px 0 0 14px;
}

h4 {
	margin-bottom: 5px;
}

.main-wide {
	margin: 0 auto 60px;
	width: 1000px;
}

.main-wide h2 {
	background: #f6f5f1;
    clear: both;
    float: left;
	width: 1000px;
    height: 30px;
    line-height: 30px;
    padding: 4px 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #dddacc;
}

.main-wide h2.short {
	width: 235px;
}

.main-wide h2.long {
    width: 490px;
}


.main-wide h2 span {
    border-left: 4px solid #e45833;
    padding-left: 10px;
}



/*　　コンテンツ内ボックス
---------------------------------------*/
.main_text {
	clear: both;
	zoom: 1;
	margin-bottom: 25px;
}

.main_text div {
	float: left;
	width: 542px;
	margin-right: 18px;
}

.main_list li {
	background: url(../images/common_ex006.gif) no-repeat 0% 6px ;
	margin-top: 3px;
	font-weight: normal;
	padding-left: 11px;
}

.menu {
	clear: both;
	float: none;
	padding-bottom: 40px;
	zoom: 1;
	overflow: hidden;
}

/* IE 6 */
* html .menu {
/*   	padding-bottom: 0;
*/}

/* IE 7 */
*:first-child+html .menu {
/*    padding-bottom: 0;
*/}

.menu .common_ph001 {
	float: left;
	margin-right: 15px;
	width: 180px;
}

.menu .common_tx001 {
	width: 500px;
	float: left;
}

.menu .common_tx002 {
	width: 556px;
	float: left;
}

.menu .common_tx003 {
	width: 420px;
	float: left;
}

.menu .common_bt001 {
	float: right;
	width: 113px;
	height: 31px;
}

.menu .common_bt002 {
	float: right;
	width: 180px;
	height: 33px;
	margin-right: 18px;
}

.menu_tx {
	width: 760px;
	clear: both;
}

.menu_tx h2 {
    background: #f6f5f1;
    clear: both;
    float: left;
    width: 360px;
    height: 30px;
    line-height: 30px;
    padding: 4px 0 0 0;
	font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #dddacc;
}

.menu_tx h2 span {
	border-left: 4px solid #e45833;
	padding-left: 10px;
}

.menu_tx .menu_left {
	float: left;
	width: 360px;
	margin-bottom: 30px;
	height: 140px;
}

.menu_tx .menu_right {
	float: right;
	width: 360px;
	margin-bottom: 30px;
	height: 140px;
}

.menu_tx .menu_left div, .menu_tx .menu_right div {
    width: 205px;
    float: right;
    font-size: 1.0em;
}

.boxs_bt {
	float: right;
	width: 113px;
}

.boxs_tx {
	float: left;
	width: 206px;
}

.menu_photo {
	float: none;
	clear: both;
	margin-bottom: 24px;
}

.menu_photo h4 {
	color: #f08300;
	font-weight: bold;
	width: 165px;
	border-bottom: 1px dotted #b4b4b4;
	padding-bottom: 3px;
	font-size: 100%;
}

.menu_photo p {
	color: #5a5a5a;
	font-size: 92%;
	margin-bottom: 5px;
}

.menu_photo div {
	width: 165px;
	float: left;
	margin-right: 10px;
}

.menu_photo .end {
	margin-right: 0px;
}

.menu_photo div.wide {
	width: 220px;
}

.menu_photo div.wide h4{
	width:100%;
}

.menu_photo div.wide p.menu_photo-img{
  text-align: center;
  background: #e6e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}



/*	check/point
---------------------------------------*/
.menu_check {
	padding: 25px;
	border: 1px solid #cbcac5;
}

.menu_check p {
	margin: 0;
}

.menu_check p.relation {
	padding-left: 14px;
}

.menu_check .red {
	color: #d20000;
}

.menu_check .point {
	zoom: 1;
}

.menu_check .point h3 {
	margin-bottom: 20px;
}

/* IE 6 */
* html .menu_check .point h3 {
    padding: 3px 0 0 14px;
}

/* IE 7 */
*:first-child+html .menu_check .point h3 {
	padding: 3px 0 0 14px;
}

.menu_check .check_sbox {
	float: left;
	width: 530px;
}

.menu_check .check_sbox p {
	width: 530px;
}

.menu_check .check_sbox .notes {
	width: 510px;
	padding-left: 1em;
    text-indent: -0.8em;
	color: #d20000;
	margin-top: 10px;
}

.menu_check .check_ssbox {
	float: left;
	width: 385px;
}

.menu_check .check_ssbox p {
	width: 385px;
}

.menu_check .check_ssbox .notes {
	width: 360px;
	padding-left: 1em;
    text-indent: -0.8em;
	color: #d20000;
	margin-top: 10px;
}

.menu_check .check_mbox {
	float: left;
	width: 708px;
	clear: both;
	margin-bottom: 40px;
}

.menu_check .check_mbox p {
	float: left;
}

.menu_check .check_obox {
	width: 312px;
	background: #fafae6;
	border: 1px solid #b4b4b4;
	padding: 16px;
	overflow: hidden;
	float: left;
	height: 60px;
}

.menu_check .check_obox p {
	float: left;
}

.check_mbox .check_stext {
	float: left;
	width: 625px;
	margin-left: 20px;
}


.menu_check .check_photo {
	float: right;
	width: 140px;
	margin-bottom: 24px;
}

.menu_check .check_wphoto {
	float: right;
	width: 140px;
	margin-bottom: 24px;
	margin-left: 14px;
}

.menu_check h4 {
	color: #e45833;
	border-bottom: 1px dotted #b4b4b4;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 110%;
	font-weight: bold;
}

.menu_check .check_num001 {
	background: url(/common/images/common_ex009.gif) no-repeat left 20%;
	*background: url(/common/images/common_ex009.gif) no-repeat left 20%; /* IE7 and below */
    _background:url(/common/images/common_ex009.gif) no-repeat left 30%; /* IE6 */
	padding-left: 18px;
}

.menu_check .check_num002 {
	background: url(/common/images/common_ex010.gif) no-repeat left 30%;
	*background: url(/common/images/common_ex010.gif) no-repeat left 20%; /* IE7 and below */
    _background:url(/common/images/common_ex010.gif) no-repeat left 30%; /* IE6 */
	padding-left: 18px;
}

.menu_check .check_num003 {
	background: url(/common/images/common_ex013.gif) no-repeat left 30%;
	*background: url(/common/images/common_ex013.gif) no-repeat left 20%; /* IE7 and below */
    _background:url(/common/images/common_ex013.gif) no-repeat left 30%; /* IE6 */
	padding-left: 18px;
}

.menu_point {
	display: block;
	border-bottom: 1px dotted #9f9f9c;
	padding: 3px 15px 2px 24px;
	color: #e45833;
	position: relative;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 20px;
}

.menu_point .ic_mark {
	background: url(/common/images/common_ic003.png) no-repeat left top;
	background-size: 19px 19px;
	position: absolute;
	width: 25px;
	height: 27px;
	top: 6px;
	left: 0px;
}


/*	入会ボタン
---------------------------------------*/
.information {
    clear: both;
    overflow: hidden;
    background: #f6f5f1;
    width: 760px;
    /*height: 160px;*/
    margin-top: 50px;
}

.information .btn a {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 185px;
    height: 50px;
    line-height: 54px;
    padding: 0 5px 0 15px;
    box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fed600;
    color: #fff;
}

.information .btn.personal a {
    background: #e95643;
}

.information .btn.corp a {
    background: #0f83b9;
}

.information .btn.form a {
    width: 200px;
    color: #000000;
	padding: 0 5px 0 0;
	font-size: 13px;
}

.information .btn .ic_arrow {
    background: url("/common/images/common_ic012.png") no-repeat 0 0;
    background-size: 7px 10px;
    position: absolute;
    width: 7px;
    height: 10px;
    top: 20px;
    right: 10px;
}

.main-wide .information {
	margin: 0 auto;
}

.btn.form .ic_arrow {
    background: url("/common/images/common_ic008.png") no-repeat 0 0;
    background-size: 7px 10px;
    position: absolute;
    width: 7px;
    height: 10px;
    top: 20px;
    right: 10px;
}

.admission {
    margin: 25px 35px 25px 35px;
    padding-right: 35px;
    float: left;
    border-right: 1px dotted #9f9f9c;
}

.admission ul {
	overflow: hidden;
}

.admission ul li {
	float: left;
	width: 205px;
}

.reference {
	width: 205px;
	float: left;
	margin: 25px 0;
}

/* IE 6 */
* html .admission {
	margin: 14px 36px 14px 18px;
}

/* IE 7 */
*:first-child+html .admission {
	margin: 14px 36px 14px 18px;
}

/* IE 6 */
* html .reference {
	float: none;
}

/* IE 7 */
*:first-child+html .reference {
	float: none;
}

.reference dl {
	width: 234px;
	float: left;
}

.reference dl dt {
	width: 234px;
	float: left;
}

.reference dl dd {
	width: 234px;
	float: left;
	font-size: 65%;
	line-height: 1.6;
	margin-bottom: 3px;
}

/* firefox */
.reference dl dd,  x:-moz-any-link { margin-bottom: 0; }

.information .time {
	font-size: 12px;
	width: 205px;
	margin: 15px 0 0;
}

.information .basic {
    background: #fff;
    padding: 10px 0 10px 20px;
    margin: 15px 0 0;
    position: relative;
    font-size: 14px;
    width: 400px;
    text-align: center;
}

.ic_basic {
    background: url("/common/images/common_ic017.png") no-repeat 0 0;
    background-size: 12px 18px;
    position: absolute;
    width: 12px;
    height: 18px;
    top: 12px;
    left: 25px;
}


.infomation_small {
	width: 690px;
}

.infomation_small .admission {
	margin: 25px 15px 25px 15px;
    padding-right: 15px;
}


/*	入会ボタン ワイド
---------------------------------------*/
.information_wide {
	clear: both;
	overflow: hidden;
	background: url(../images/common_ex012.gif) no-repeat scroll transparent;
	width: 900px;
	height: 100px;
/*	margin-top: 50px;
*/}

.admission_wide {
	width: 380px;
	margin: 14px 45px 14px 21px;
	float: left;
}

.admission_wide dl {
	float: left;
	width: 380px;
}

.admission_wide dl dt {
	float: left;
	width: 380px;
	margin-bottom: 2px;
}

.admission_wide dl dd {
	float: left;
	width: 184px;
}

/* IE 6 */
* html .information_wide {
/*	margin-top: 50px;
*/}

/* IE 7 */
*:first-child+html .information_wide {
/*	margin-top: 50px;
*/}

/* IE 6 */
* html .admission_wide {
	margin: 14px 36px 14px 18px;
}

/* IE 7 */
*:first-child+html .admission_wide {
	margin: 14px 36px 14px 18px;
}

.reference_wide {
	width: 450px;
	float: left;
	margin-top: 14px;
}

.reference_wide dl {
	width: 450px;
	float: left;
}

.reference_wide dl dt {
	width: 450px;
	margin-bottom: 2px;
}

.reference_wide dl dd {
	float: left;
	font-size: 65%;
	line-height: 1.6;
	width: auto;
	margin-right: 8px;
}

/* firefox */
.reference_wide dl dd,  x:-moz-any-link { margin-bottom: 0; }


/* 動画リンク
---------------------------------------*/
.movie_bn {
	clear: both;
}

/* コンテンツ内ローカルナビ
---------------------------------------*/
.contentslist {
	margin-top: 50px;
	padding: 20px;
	clear: both;
	float: none;
	line-height: 1.4em;
	_line-height: 1.3em;
	zoom: 1;
	background: #ebebeb;
	overflow: hidden;
}

.contentslist h4 {
	margin-bottom: 12px;
}


.contentscolumn {
	clear: both;
	float: none;
	margin-bottom: 20px;
	zoom: 1;
	font-size: 13px;
}

.link01off p {
	padding: 18px 6px 18px 14px;
	width: 138px;
	line-height: 18px;
	font-weight: bold;
	color: #f08300;
}

.link02off p {
	padding: 9px 6px 27px 14px;
	width: 138px;
	line-height: 18px;
	font-weight: bold;
	color: #f08300;
}

.link01 p a {
	padding: 18px 6px 18px 14px;
	width: 138px;
	height: 54px;
	display: block;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.link02 p a {
	padding: 9px 6px 27px 14px;
	width: 138px;
	height: 54px;
	display: block;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.link01,
.link01off,
.link02,
.link02off {
	margin-right: 8px;
	margin-bottom: 10px;
	width: 156px;
	height: 54px;
	float: left;
}

.link01off, .link02off {
	background: url(/common/images/common_bt005off.gif) no-repeat;
}
.link01, .link02 {
	background: url(/common/images/common_bt005on.gif) no-repeat;
}
.link01 a, .link02 a {
	background: url(/common/images/common_bt005.gif) no-repeat;
}

.link01 a:hover, .link02 a:hover {
	background: none;
	color: #333;
}

.link_end {
	margin-right: 0 !important;
}

/*　　料金計算リンクボックス　　
---------------------------------------*/
.calculation {
	border: 1px solid #cbcac5;
	width: 760px;
	height: 62px;
	margin-bottom: 20px;
	background-color: #f6f5f1;
}

.calculation p {
	float: left;
}

.calculation p.cal_ti {
	margin: 11px 22px 0 20px;
	border-right: 1px dotted #9f9f9c;
    padding: 11px 20px 10px 10px;
	font-size: 115%;
	font-weight: bold;
	color: #e45833;
}

.calculation p.cal_tx {
	margin: 12px 20px 0 0;
	width: 278px;
}

.calculation .cmn_btn a {
	margin-top: 11px;
	padding: 10px 25px;
}

.calculation .cmn_btn .ic_arrow {
    top: 15px;
}

/*	アイコンつきテキストリンク
---------------------------------------*/
.link {
	padding-left: 10px;
	background: url(/common/images/common_ic003.gif) no-repeat left center;
	_height: 14px;
	min-height:14px;
	text-decoration: underlione;
}

span.relation {
    font-weight: bold;
	font-size: 110%;
}

.caption_red {
	font-weight: bold;
	color: #d20000;
}

/*	共通ボタン
---------------------------------------*/
.cmn_btn a {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fed600;
	  color: #000;
    white-space: nowrap;
}

.cmn_btn a:hover {
	color: #000;
}

.cmn_btn .ic_arrow {
    background: url("/common/images/common_ic008.png") no-repeat 0 0;
    background-size: 7px 10px;
    position: absolute;
    width: 7px;
    height: 10px;
    top: 10px;
    right: 10px;
}


/*	都道府県box
---------------------------------------*/
.anchor_long {
	margin: 10px 0 20px;
	background: url(/common/images/explain_bg001.gif) repeat-y;
	zoom: 100%;
	overflow: hidden;
}

.anchor_long div {
	background: url(/common/images/explain_bg003.gif) left bottom no-repeat;
	zoom: 100%;
	overflow: hidden;
}

.anchor_long ul {
	padding: 16px 0 2px 16px;
	/* padding-bottom: 12px; */
	background: url(/common/images/explain_bg002.gif) left top no-repeat;
	zoom: 100%;
}

.anchor_long ul li {
	display: block;
	float: left;
	padding-left: 17px;
	margin: 0 16px 12px 0;
	height: 1.6;
	background: url(/common/images/explain_ic001.gif) no-repeat left 50%;
	white-space: nowrap;
	font-size: 115%;
}

.anchor {
	margin: 10px 0 20px 0;
	zoom: 100%;
	overflow: hidden;
}

.anchor div {
	background: url(../images/explain_bg004.gif) top left no-repeat;
	zoom: 100%;
	overflow: hidden;
}

.anchor ul {
	padding: 20px;
	background-color: #f4f3ee;
    border: solid 1px #cbcac5;
	zoom: 100%;
	overflow: hidden;
}

.anchor ul li {
	display: block;
	float: left;
	padding-left: 17px;
	margin: 0 16px 12px 0;
	height: 1.6;
	background: url(../images/explain_ic001.png) no-repeat left 50%;
	white-space: nowrap;
	font-size: 110%;
}

/*　　テーブル　　
---------------------------------------*/
table {
	clear: both;
	border: solid 1px #cbcac5;
}

th,td {
	border-right: solid 1px #cbcac5;
	border-bottom: solid 1px #cbcac5;
	padding: 10px;
}

th.top {
	background-color: #e3e0d6;
	border-top: solid 1px #cbcac5;
	padding: 7px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

th.side {
	background-color: #f4f3ee;
	border-left: solid 1px #cbcac5;
	padding: 10px 20px;
}

td.term {
	vertical-align: middle;
	padding: 10px;
}

td.white {
	background-color: #FFF;
	vertical-align: top;
	padding: 10px;
}

.basic_th {
	margin-bottom: 7px;
}


/*　　important 時間料金　　
---------------------------------------*/
.add_important {
	clear: both;
}

.add_important .add_notes {
	padding: 0 0 20px;
	background-color: #f6f5f1;
	border: 1px solid #e95643;
	border-top: none;
	margin: 30px 0 0;
	clear: both;
	overflow: hidden;
}

.add_important.ev-car .add_notes {
	border: none;
}

.add_important dt {
	padding: 5px 15px;
	background-color: #e95643;
	color: #fff;
	font-size: 115%;
    font-weight: bold;
}

.add_important.ev-car dt {
	padding: 15px 15px 0;
	background-color: #f6f5f1;
	color: #e95643;
}

.add_important .add_notes dd {
	padding: 15px 20px 0;
	margin: 0;
}

.add_important.ev-car .add_notes dd {
	padding-top: 5px;
}

.add_important .add_notes span {
	font-weight: bold;
}

.add_important .add_notes .notes_tx {
	display: table-cell;
	vertical-align: top;
	padding-right: 15px;
}

.add_important .add_notes .notes_img {
	display: table-cell;
}

.add_important .red {
	color: #d20000;
}

.important_long {
	width: 900px;
	margin-top: 20px;
}

.important_medium {
	margin: 20px 0 30px 0;
}

.important_short {
	width: 648px;
}

.important_short .add_notes p {
	width: 610px;
}

.add_important .important_in p {
	float: left;
	width: 445px;
	margin-right: 20px;
	padding-left: 10px;
	text-indent: 0em;
}

/*　　注意　オレンジボックス　　
---------------------------------------*/
.materials {
	font-weight: bold;
	font-size: 110%;
	background-color: #f08300;
	color: #fff;
	padding-left: 8px;
	padding-top: 2px;
}

.mrc {
	padding: 15px;
	border: 1px solid #f08300;
	background-color: #fafae6;
	margin-bottom: 40px;
	overflow: hidden;
}

.mrc .regist_tx {
	float: left;
	width: 360px;
}

.mrc_long {
	width: 868px;
	padding: 15px;
	border: 1px solid #f08300;
	background-color: #fafae6;
	margin-bottom: 40px;
	overflow: hidden;
}

.mrc_long span {
	font-weight: bold;
	color: #d20000;
}

.mrc_long .notes {
	padding-left: 1em;
    text-indent: -1em;
}

.mrc .regist_bt {
	float: right;
	margin-right: 80px;
	margin-top: 5px;
}

.bt {
	clear: both;
	float: none;
	text-align: center;
	margin: 50px 0;
}

.bt_next a,
.bt_back a {
	padding: 15px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	font-size: 110%;
}

.bt_next a:hover,
.bt_back a:hover {
	color: #000;
}

.bt_next a {
	background: url(../images/common_bg005.png) no-repeat right top;
	min-width: 140px;
    display: inline-block;
}

.bt_back a {
	background: url(../images/common_bg005.png) no-repeat left -71px;
	min-width: 140px;
    display: inline-block;
}

.bt p {
	display: inline;
}

.notes_red {
	font-size: 85%;
	text-indent: -0.8em;
	padding-left: 1em;
	color: #d20000;
}

.notes_blk {
	font-size: 85%;
	text-indent: -0.8em;
	padding-left: 1em;
	color: #000;
}

.notes_nred {
	text-indent: -0.8em;
	padding-left: 1em;
	color: #d20000;
}

.notes_nblk {
	text-indent: -0.8em;
	padding-left: 1em;
}

/* キャンペーン告知用バナーエリア
---------------------------------------*/
div.campBn {
	padding: 8px;
	margin-bottom: 15px;
	background-color: #fff5e7;
	clear: both;
	float: none;
	zoom: 1;
}

div.campBn img,
div.campBn p {
	float: left;
}

div.campBn img {
	margin-right: 10px;
}

div.campBn p {
	font-size: 90%;
	line-height: 1.6;
	width: 334px;
}

div.campBn p span.fbred {
	font-weight: bold;
	color: #d20000;
}

div.campBn p span.link {
	font-weight: bold;
	padding-left: 15px;
	background: url(../images/common-ex001.gif) left center no-repeat;
}

/* キャンペーン終了
---------------------------------------*/
.camp_end {
	position: relative;
}

.end_message {
	background: url(/campaign/images/common_ti001.png) no-repeat;
    width: 521px !important;
    height: 151px;
    position: absolute;
    z-index: 100;
	opacity: 0.9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
}

/* iframe 約款
---------------------------------------*/
.contract {
	font-size: 75%;
}

.contract {
	border: solid 1px #cbcac5;
	width: 738px;
	padding: 10px;
	_padding: 5px;
	font-size: 90%;
}

/*  消費税対策
---------------------------------------*/
.tax_hike {
	border: 1px solid #cccccc;
	padding: 10px;
	clear: both;
}

.header a:link { color:#003c78; text-decoration:underline; }
.header a:visited { color:#444444; text-decoration: underline #444444; }
.header a:hover { color:#f28100; text-decoration:underline; }
.header a:active { color:#f28100; text-decoration:underline; }




.t3_layout .footer {
    color: #000000;
}

.t3_layout .footer div .footer_navi li {
    border-right: 1px solid #000;
}

/* 地図読み込み中
---------------------------------------*/

.loadingmap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #898989;
    font-size: 16px;
    font-weight: bold;
}

/* 静的ページ 個人入会
---------------------------------------*/
.camp_bnr {
	text-align: center;
}


/* その他
---------------------------------------*/

.fleft {
	float: left;
}

.fright {
	float: right !important;
}

.ma0 {
	margin: 0 !important;
}

.ma5 {
	margin: 5px;
}

.mt3 {
	margin-top: 3px;
}

.mt5 {
	margin-top: 3px !important;
}

.mt10 {
	margin-top: 10px;
}

.mt14 {
	margin-top: 14px !important;
}

.mt20 {
	margin-top: 20px;
}

.mt24 {
	margin-top: 24px !important;
}

.mt26 {
	margin-top: 26px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt46 {
	margin-top: 46px;
}

.mt52 {
	margin-top: 52px;
}

.ml3 {
	margin-left: 3px;
}

.ml5 {
	margin-left: 5px !important;
}

.ml8 {
	margin-left: 8px;
}

.ml12 {
	margin-left: 12px !important;
}

.ml20 {
	margin-left: 20px;
}

.ml26 {
	margin-left: 26px;
}

.mr10 {
	margin-right: 10px;
}

.mr12 {
	margin-right: 12px;
}

.mr16 {
	margin-right: 16px;
}


.mr30 {
	margin-right: 30px;
}

.mr300 {
	margin-right: 300px;
}


.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.pa0 {
	padding: 0 !important;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pb20 {
	padding-bottom: 20px;
}

.pr2 {
	padding-right: 2px;
}

.txt_s {
	font-size: 85%;
	color: #000;
}

.main h2 span.txt_s {
	border-left: none;
    padding-left: 0;
}

.pagetop {
	text-align: right;
	font-size: 80%;
}

p.important {
	color: #CC0000;
	font-weight: bold;
	border: solid 1px #CC0000;
	background: #fff2ff;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.border_n {
	border: none !important;
}

.disabled_btn {
	border:#eee 1px solid;
	background:#f6f6f6 !important;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
	color:#898989 !important;
	cursor:default;
	outline:none;
	pointer-events : none;
	display: block;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    font-weight: bold;
    position: relative;
	display: inline-block;
    width: 200px;
    font-size: 120%;
    line-height: 2.8;
}

.disabled_btn .ic_arrow {
    background: url("/common/images/common_ic008.png") no-repeat 0 0;
    background-size: 7px 10px;
    position: absolute;
    width: 7px;
    height: 10px;
    top: 10px;
    right: 10px;
}

.clear {
	clear: both;
}
.display-inline-block {
	display: inline-block;
}

footer:after,
.footer:after,
.cleafix:after,
.contentslist:after,
.add_important:after,
.check_sbox:after,
.check_ssbox:after,
.check_mbox:after,
.menu_check:after,
.menu_check .point:after,
.menu_photo:after,
.information:after,
.anchor:after,
.anchor ul:after,
.pr_link:after,
.pr_link ul:after,
.contents:after,
#d_fortop:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
overflow: hidden;
}

/* adj 常に最後に表示していただきたい */
.pa0 {padding:0 !important;}
.pa5 {padding:5px !important;}
.pr0 {padding-right:0 !important;}
.pr40 {padding-right:40px !important;}
.pl40 {padding-left:40px !important;}
.ma0 {margin:0 !important;}
.ma5 {margin:5px !important;}
.ma8 {margin:8px !important;}
.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt8 {margin-top:8px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mt60 {margin-top:60px !important;}
.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr8 {margin-right:8px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb8 {margin-bottom:8px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb35 {margin-bottom:35px !important;}
.mb70 {margin-bottom:70px !important;}
.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml8 {margin-left:8px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.pb0 {padding-bottom:0 !important;}
.pb5 {padding-bottom:5px !important;}
.pb8 {padding-bottom:8px !important;}
.pb10 {padding-bottom:10px !important;}
.disp-block {display:block !important;}
.disp-inline-block {display:inline-block !important;}
.overflow-hidden {overflow:hidden;}
.float-l {float:left !important;}
.float-r {float:right !important;}
.tx-b {font-weight: bold;}
.tx-n {font-weight: normal;}
.tx-size-115 { font-size: 115%;}
.tx-size-90 { font-size: 90%;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.va-bl {vertical-align: middle;}
