/* reset - リセット */

@charset "utf-8";


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

html {overflow-y: scroll;}

h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal;}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a{color:#333;}

ul, ol{list-style:none;}

img{vertical-align:bottom;}

address{
  font-style:normal;
}

/* layout - レイアウト */

body{
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
  font-size:14px;
  color:#333333;
  line-height:1.8;
}

a:hover img,
a:hover{
  filter: alpha(opacity=70);
  -moz-opacity:.7;
  opacity:.7;
}


/* グローバルヘッダー
--------------------------------------------------------------- */

#gHeader{
  background:url(../usr_img/common/bg_head.png) 0 0 repeat-x;
  border-bottom:20px solid #AC262D;
}

#gHeader .logo{
  display:inline-block;
}

#gHeader .inner{
  position:relative;
  width:980px;
  height:103px;/*121-18*/
  padding-top:18px;
  margin:0 auto;
  line-height:1;
}

#gHeader .headTxt{
  position:absolute;
  top:3px;
  right:0;
  font-size:12px;
}

#gHeader a{text-decoration:none;}

#gHeader.lowStyle{margin-bottom:70px;}


/* グローバルサブメニュー
--------------------------------------------------------------- */

#sMenu{
  position:absolute;
  top:38px;
  right:0;
  text-align:right;
  font-size:0;
}

#sMenu li{
  display:inline-block;
  font-size:14px;
  margin-left:28px;
}


/* グローバルメニュー
--------------------------------------------------------------- */

#gMenu{
  position:absolute;
  bottom:7px;
  left:0;
}

#gMenu li{
  float:left;
  font-size:14px;
  text-align:center;
}

#gMenu li a{
  display:block;
  padding-bottom:10px;
  border-bottom:3px solid #666;
}

#gMenu li a.gm1{width:165px; border-color:#E50014;}
#gMenu li a.gm2{width:163px; border-color:#0950A0;}
#gMenu li a.gm3{width:163px; border-color:#FF7F00;}
#gMenu li a.gm4{width:163px; border-color:#00AB38;}
#gMenu li a.gm5{width:163px; border-color:#82017F;}
#gMenu li a.gm6{width:163px; border-color:#FFCC00;}


/* グローバルメニューSP
--------------------------------------------------------------- */

#gMenuSp{
  display:none;
}

@media screen and (min-width:641px){
  #gMenuSp{
    display:none !important;
  }
}

#gMenuSpBtn{
  display:none;
}


/* コンテンツエリア
--------------------------------------------------------------- */

.contentWrapper{
  width:980px;
  margin:0 auto;
  font-size:100%;
  padding-bottom:60px;
}

.contentArea{
  float:left;
  width:630px;  
}

.bnrArea{
  float:right;
  width:280px;
}

.contentWrapperLow{
  width:980px;
  margin:0 auto;
  font-size:100%;
  padding-bottom:100px;
}


/* グローバルフッター
--------------------------------------------------------------- */

#gFooter{
  border-top:1px solid #000;
  background:url(../usr_img/common/bg_foot.png) 0 0 repeat-x;
  line-height:1.4;
}

#gFooter a{text-decoration:none;}

#gFooter .inner{
  position:relative;
  width:980px;
  margin:0 auto;
  padding:45px 0 30px;
}

#gFooter h3{
  float:left;
}

#gFooter .logo{
  width:195px;
  height:auto;
}

#gFooter .fMenuPos{
  float:right;
}

#gFooter ul{
  float:left;
  height:124px;
  background:url(../usr_img/common/bg_ul.png) 0 0 repeat-y;
  margin:0 65px 0 0;
}

#gFooter li{
  padding:2px 0 2px 10px;
}

#gFooter li:before{content:"・";}

#gFooter .copy{
  clear:both;
  display:block;
  padding-top:50px;
  text-align:center;
}

.pageTop{
  position:absolute;
  top:-28px;
  right:0;
  display:inline-block;
  color:#FFF;
  background:#000;
  border-radius:5px 5px 0 0;
  line-height:1;
}

.pageTop a{
  display:block;
  color:#FFF;
  height:14px;
  padding:7px 10px;
  line-height:1;
  letter-spacing:.1em;
}

.pageTopSp{display:none;}

/* contents - コンテンツ */

/* トップ - スライダーエリア
--------------------------------------------------------------- */

.sliderArea{
  margin-bottom:50px;
  background-color:#E2E2E2;
}

#mainImg {
    max-width:1300px;
    margin:0 auto;
}

.sliderArea img{
  width:100%;
  height:auto;
}


/* トップ - コンテンツメニュー
--------------------------------------------------------------- */

#cMenu{
  margin-bottom:70px;
  line-height:1.6;
}

#cMenu li{
  float:left;
}

#cMenu li:nth-of-type(2n){
  float:right;
}

#cMenu li a{
  display:block;
  box-sizing:border-box;
  width:305px;
  height:116px;
  padding:13px 0 0 13px;
  border-top:4px solid #666;
  font-size:12px;
  text-decoration:none;
}

#cMenu li img{display:block; width:auto; height:20px; margin-bottom:5px;}

#cMenu li a.cm1{background:url(../usr_img/top/c01_bg.png) right center no-repeat; background-size:94px auto; border-color:#FF7F00;}
#cMenu li a.cm2{background:url(../usr_img/top/c02_bg.png) right center no-repeat; background-size:94px auto; border-color:#0950A0;}
#cMenu li a.cm3{background:url(../usr_img/top/c03_bg.png) right center no-repeat; background-size:94px auto; border-color:#98D240;}
#cMenu li a.cm4{background:url(../usr_img/top/c04_bg.png) right center no-repeat; background-size:94px auto; border-color:#F7818F;}
#cMenu li a.cm5{background:url(../usr_img/top/c05_bg.png) right center no-repeat; background-size:94px auto; border-color:#4DB15B;}
#cMenu li a.cm6{background:url(../usr_img/top/c06_bg.png) right center no-repeat; background-size:94px auto; border-color:#A4459F;}
#cMenu li a.cm7{background:url(../usr_img/top/c07_bg.png) right center no-repeat; background-size:94px auto; border-color:#01A0C8;}
#cMenu li a.cm8{background:url(../usr_img/top/c08_bg.png) right center no-repeat; background-size:94px auto; border-color:#FFCC01;}

#cMenu li a.cm8 img{height:85px;}


/* トップ - お知らせ
--------------------------------------------------------------- */

.infoBox{
  margin-bottom:80px;
}

.infoBox h2{
  position:relative;
  font-size:20px;
  color:#FFF;
  font-weight:bold;
  line-height:1;
  background:#A40710;
  background-image: -moz-linear-gradient(top, #CE2029, #A40710);
  background-image: -ms-linear-gradient(top, #CE2029, #A40710);
  background-image: -o-linear-gradient(top, #CE2029, #A40710);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#CE2029), to(#A40710));
  background-image: -webkit-linear-gradient(top, #CE2029, #A40710);
  background-image: linear-gradient(top, #CE2029, #A40710);
  padding:8px 15px;
  margin-bottom:30px;
}

.infoBox h2 span{
  position:absolute;
  top:13px;
  right:15px;
  font-size:12px;
  font-weight:normal;
  text-align:right;
}

.infoBox h2 a{
  text-decoration:none;
  color:#FFF;
}

.infoBox table{
  width:560px;
  margin:0 auto;
}

.infoBox table td{
  padding-bottom:24px;
}

.infoBox table tr:last-child td{padding-bottom:0;}


/* トップ - インフォ
--------------------------------------------------------------- */

.topInfoBox .img{
  float:right;
}

.topInfoBox .txt{
  float:left;
  width:360px;
  padding-right:10px;
}


/* サイドコンテンツ
--------------------------------------------------------------- */

.bnrList li{
  margin-bottom:20px;
}

.bnrList li img{
  width:100%; height:auto;
}


/* 応援しています
--------------------------------------------------------------- */

.cheerArea h2{
  color:#FFF;
  line-height:1;
  padding:10px;
  background:#9E030B;
  text-align:center;
  font-size:22px;
  font-weight:bold;
  margin-bottom:30px;
}

.cheerArea li{
  float:left;
  margin-bottom:5px;
}


/* ロータス宮城とは
--------------------------------------------------------------- */

.aboutP_01{
  margin-bottom:120px;
}

.aboutP_02{
  text-align:center;
  margin-bottom:70px;
}

.aboutP_03{
  text-align:center;
}

.aboutP_03Sp{
  display:none;
}

/* ロータスカード
--------------------------------------------------------------- */

.cardP_01{
  margin-bottom:50px;
}

.cardP_02{
  width:730px;
  text-align:center;
  margin-bottom:70px;
}

.cardP_02 img{margin-bottom:30px;}

.cardP_03 li{
  margin-bottom:60px;
}

.cardP_03 li h4{margin-bottom:20px;}
.cardP_03 li div{padding:0 60px;}


/* 加盟店募集
--------------------------------------------------------------- */

.memberP_00{
  margin-bottom:120px;
}

.memberP_01,
.memberP_02{
  display:table-cell;
  vertical-align:top;
  text-align:left;
}

.memberP_01{
  padding:0 30px;
  font-size:18px;
}
.memberP_01 h3{
  font-weight:bold;
  font-size:28px;
  margin-bottom:30px;
  line-height:1.5;
}

.memberP_03 li{
  margin-bottom:100px;
}
.memberP_03 li h3{
  position:relative;
  font-weight:bold;
  font-size:24px;
  line-height:1.4;
  padding:0 0 15px 150px;
  border-bottom:1px solid #9A0000;
  margin-bottom:50px;
}

.memberP_03 li h3 span{
  position:absolute;
  top:-20px;
  left:35px;
  display:inline-block;
  box-sizing:border-box;
  width:90px;
  height:90px;
  padding-top:26px;
  background:#9A0000;
  color:#fff;
  font-size:18px;
  border-radius:45px;
  text-align:center;
  line-height:1.3;
}

.memberP_03 li .inner{
  padding:0 140px;
  line-height:2;
}

.memberP_03 a{
  color:#9A0000;
  text-decoration:underline;
}

.memberP_04,
.memberP_05{
  box-sizing:border-box;
  width:50%;
  display:table-cell;
  vertical-align:middle;
  padding:15px 25px;
  font-size:24px;
  font-weight:bold;
  line-height:1.4;
}

.memberP_04{background:#DDCFCF;}
.memberP_05{background:#E6E6E6; text-align:center;}

.memberP_0405{
  display:table;
  width:100%;
}

.memberP_mb01{margin-bottom:80px;}


/* 事務局所在地
--------------------------------------------------------------- */

.locationP_01{
  padding:0 60px;
  margin-bottom:60px;
}

.locationP_02{
  margin-bottom:10px;
}

.locationP_02txt{
  text-align:right;
  margin-bottom:100px;
}

.locationP_02txt a{
  color:#A40710;
  text-decoration:underline;
}

.locationP_03{
  width:820px;
  margin:0 auto;
}


/* サービスメニュー
--------------------------------------------------------------- */

.serviceList{
  margin-bottom:120px;
}

.serviceList li{
  width:236px;
  float:left;
  margin-right:10px;
}

.serviceList li:last-child{margin:0;}

.serviceList li a{
  display:block;
  height:50px;
  line-height:50px;
  text-align:center;
  font-size:17px;
  background:url(../usr_img/common/bg_btn.png) 0 0 repeat-x;
  color:#FFF;
  text-decoration:none;
}

.serviceList li a span{
  display:block;
  height:50px;
  line-height:50px;
  background:url(../usr_img/common/bg_btn_arrow.png) right center no-repeat;
}


.serviceP_01{
  margin-bottom:110px;
}

.serviceP_01 .L{
  float:left;
  width:610px;
}

.serviceP_01 .R{
  float:right;
  width:340px;
  text-align:right;
}


.serviceBnrList li{
  float:left;
  margin:0 auto 60px 0;
}

.serviceBnrList li.sbl1{margin-right:105px;}
.serviceBnrList li.sbl2{}
.serviceBnrList li.sbl3{clear:both; float:left;}
.serviceBnrList li.sbl4{clear:both; float:left; width:430px; margin-right:110px;}
.serviceBnrList li.sbl5{width:340px;}
.serviceBnrList li.sbl6{width:470px;}

.serviceBnrList li img{
  margin-bottom:10px;
}


/* ロータスの車検
--------------------------------------------------------------- */

.inspectionP_01{
  margin-bottom:130px;
}

.inspectionP_01 .L{
  float:left;
  width:590px;
}

.inspectionP_01 .R{
  float:right;
  width:350px;
}

.inspectionP_01 h4{
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3",Hiragino Mincho Pro,"ＭＳ Ｐ明朝",MS PMincho,serif;
  font-size:28px;
  font-weight:bold;
  padding:3px 0 7px 50px;
  border-bottom:2px solid #666;
  margin-bottom:20px;
  line-height:1.2;
}

.inspectionP_01 h4.hStyle1{
  background:url(../usr_img/inspection/bg_no1.png) 0 0 no-repeat;
  background-size:36px auto;
  border-color:#0950A0;
}

.inspectionP_01 h4.hStyle2{
  background:url(../usr_img/inspection/bg_no2.png) 0 0 no-repeat;
  background-size:36px auto;
  border-color:#E50112;
}

.inspectionP_01 h4.hStyle3{
  background:url(../usr_img/inspection/bg_no3.png) 0 0 no-repeat;
  background-size:36px auto;
  border-color:#00AB38;
}

.inspectionP_02{
  padding:0;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3",Hiragino Mincho Pro,"ＭＳ Ｐ明朝",MS PMincho,serif;
  font-size:22px;
  font-weight:bold;
  letter-spacing:-0.01em;
}

.inspectionP_03{
  margin-bottom:130px;
}

.inspectionP_03 h2{
  font-size:18px;
  line-height:1.4;
  padding-bottom:10px;
  border-bottom:2px solid #CE2029;
  margin-bottom:60px;  
}

.inspectionP_03 .L{
  float:left;
  width:500px;
}

.inspectionP_03 .R{
  float:right;
  width:400px;
  text-align:right;
}

.inspectionP_03 h3{
  color:#CE2029;
}

.inspectionP_03 h3:before{content:"●";}

.inspectionP_03 .txt{
  margin-bottom:30px;
  padding-left:1em;
}


/* ロータス店一覧
--------------------------------------------------------------- */

.shopArea{
  position:relative;
  width:826px;
  height:681px;
  background:url(../usr_img/shop/bg_miyagi.png) 0 0 no-repeat;
  margin:0 auto 120px;
}

.shopArea .pos1{position:absolute; top:133px; left:98px;}
.shopArea .pos2{position:absolute; top:326px; left:0;}
.shopArea .pos3{position:absolute; top:254px; left:402px;}
.shopArea .pos4{position:absolute; top:480px; left:146px;}

.shopArea a{-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}


.shopList li{
  position:relative;
  padding:15px 30px;
  line-height:1.4;
  border-bottom:1px dotted #7F7F7F;
}

.shopList li:nth-child(odd){
  background:#F0F0F0;
}

.shopList li h4{
  font-size:24px;
  margin-bottom:5px;
}

.shopList li .shopAdd,
.shopList li .shopTel{
  display:table-cell;
  vertical-align:top;
  text-align:left;
}

.shopList li .shopAdd{
  min-width:320px;
}

.shopList li .shopLink{
  position:absolute;
  right:15px;
  bottom:15px;
}

.shopList li .shopLink a{
  display:inline-block;
  padding:5px 30px;
  text-align:center;
  color:#FFF;
  border:1px solid #396BB0;
  text-decoration:none;
  background:#3894DD;
}

.shopList li .shopLink a:after{
  content:"＞";
  margin-left:.5em;
}

/* parts - パーツ */

/* 見出し
--------------------------------------------------------------- */

.hType1{
  font-size:29px;
  font-weight:bold;
  margin-bottom:60px;
  line-height:1.4;
}

.hType2{
  color:#FFF;
  line-height:1;
  padding:8px 15px;
  font-size:18px;
  background:#A40710;
  background-image: -moz-linear-gradient(top, #CE2029, #A40710);
  background-image: -ms-linear-gradient(top, #CE2029, #A40710);
  background-image: -o-linear-gradient(top, #CE2029, #A40710);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#CE2029), to(#A40710));
  background-image: -webkit-linear-gradient(top, #CE2029, #A40710);
  background-image: linear-gradient(top, #CE2029, #A40710);
}

.hType3{
  font-size:22px;
  font-weight:bold;
  line-height:1.4;
  background:#666666;
  color:#fff;
  padding:15px 30px;
}

.hType4{
  font-size:18px;
  color:#0a50a1;
  margin-bottom:10px;
  line-height:1.2;
}

.hType5{
  background: #CE2029; /* Old browsers */
  background: -moz-linear-gradient(left,  #CE2029 0%, #9E030B 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #CE2029 0%,#9E030B 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #CE2029 0%,#9E030B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE2029', endColorstr='#9E030B',GradientType=1 ); /* IE6-9 */
  color:#FFF;
  font-weight:bold;
  padding:10px 20px;
  font-size:28px;
  line-height:1;
  margin-bottom:50px;
}


/* リンクボタン
--------------------------------------------------------------- */

.linkBtn{
  display:block;
  background:#E6E8F4 url(../usr_img/common/bg_arrow.png) right center no-repeat;
  border:1px solid #333;
  padding:10px 20px;
  font-size:#7F7F7F;
  font-size:18px;
  text-decoration:none;
}


/* テーブル
--------------------------------------------------------------- */

.tblType1{
  width:100%;
  margin-bottom:60px;
}

.tblType1 th,
.tblType1 td{
  padding:25px 45px;
  vertical-align:top;
  text-align:left;
  border-bottom:1px dotted #7E7E7E;
}

.tblType1 tr:nth-child(odd){
  background:#F0F0F0;
}


.tblType1.infoType th{font-weight:normal;}


.tblType2{
  width:100%;
}

.tblType2 th,
.tblType2 td{
  padding:20px 30px;
  vertical-align:top;
  text-align:left;
  border-bottom:1px dotted #7E7E7E;
  background:#F0F0F0;
  font-weight:normal;
}


/* 定義
--------------------------------------------------------------- */

.dlType1{
  width:800px;
}

.dlType1 dt{
  font-weight:bold;
}

.dlType1 dd{
  margin-bottom:50px;
}

/* library - ライブラリ */

.pcOnly{display:block;}
.spOnly{display:none;}
.block{display:block;}

@media screen and (max-width:640px){

.pcOnly{display:none;}
.spOnly{display:block;}
.bdrd{font-weight:bold;}

.pcNone{display:none;}
  
}

/* margin
--------------------------------------------------------------- */
.mauto{margin:0 auto;}

.m0{margin:0;}

.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb300{margin-bottom:300px;}

.mleft0{margin-left:0;}
.mleft5{margin-left:5px;}
.mleft10{margin-left:10px;}
.mleft15{margin-left:15px;}
.mleft20{margin-left:20px;}
.mleft25{margin-left:25px;}
.mleft30{margin-left:30px;}
.mleft35{margin-left:35px;}

.mright0{margin-right:0;}
.mright5{margin-right:5px;}
.mright10{margin-right:10px;}
.mright15{margin-right:15px;}
.mright20{margin-right:20px;}
.mright25{margin-right:25px;}
.mright30{margin-right:30px;}
.mright35{margin-right:35px;}

.mtop0{margin-top:0;}
.mtop5{margin-top:5px;}
.mtop10{margin-top:10px;}
.mtop15{margin-top:15px;}
.mtop20{margin-top:20px;}
.mtop25{margin-top:25px;}
.mtop30{margin-top:30px;}
.mtop35{margin-top:35px;}


/* padding
--------------------------------------------------------------- */
.p0{padding:0;}
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}

.pb0{padding-bottom:0;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}

.pleft0{padding-left:0;}
.pleft5{padding-left:5px;}
.pleft10{padding-left:10px;}
.pleft15{padding-left:15px;}
.pleft20{padding-left:20px;}
.pleft25{padding-left:25px;}
.pleft30{padding-left:30px;}
.pleft35{padding-left:35px;}
.pleft40{padding-left:40px;}
.pleft45{padding-left:45px;}

.pright0{padding-right:0;}
.pright5{padding-right:5px;}
.pright10{padding-right:10px;}
.pright15{padding-right:15px;}
.pright20{padding-right:20px;}
.pright25{padding-right:25px;}

.ptop0{padding-top:0;}
.ptop5{padding-top:5px;}
.ptop10{padding-top:10px;}
.ptop15{padding-top:15px;}
.ptop20{padding-top:20px;}
.ptop25{padding-top:25px;}
.ptop30{padding-top:30px;}

.plr10{padding:0 10px;}
.plr70{padding:0 70px;}


/* position
--------------------------------------------------------------- */
.txtleft{text-align:left;}
.txtcenter{text-align:center;}
.txtright{text-align:right;}

.fleft{float:left;}
.fright{float:right;}
.clearfloat{clear:both;}


/* font
--------------------------------------------------------------- */
.bd{font-weight:bold;}
.uline{text-decoration:underline;}
.red{color:#FF0000;}
.gold{color:#7F7611;}
.green{color:#046B42;}
.fsize11{font-size:11px;}
.fsize12{font-size:12px;}
.fsize13{font-size:13px;}


/* table
--------------------------------------------------------------- */
.vtop{vertical-align:top;}
.vbottom{vertical-align:bottom;}
.vmiddle{vertical-align:middle;}


/* clearfix
--------------------------------------------------------------- */
.cf:before, .cf:after{content:"";display:table;}
.cf:after{clear:both;}
.cf{zoom:1;}/* IE 6/7 */


/*
-------------------------------------------------------------------------------
 Responsive style
-------------------------------------------------------------------------------
*/

/* Responsive margin
--------------------------------------------------------------- */

.mb5rd{margin-bottom:5px;}
.mb10rd{margin-bottom:10px;}
.mb15rd{margin-bottom:15px;}
.mb20rd{margin-bottom:20px;}
.mb25rd{margin-bottom:25px;}
.mb30rd{margin-bottom:30px;}
.mb35rd{margin-bottom:35px;}
.mb40rd{margin-bottom:40px;}
.mb50rd{margin-bottom:50px;}
.mb80rd{margin-bottom:80px;}
.mb300rd{margin-bottom:300px;}

.mleft5rd{margin-left:5px;}
.mleft10rd{margin-left:10px;}
.mleft15rd{margin-left:15px;}
.mleft20rd{margin-left:20px;}
.mleft25rd{margin-left:25px;}
.mleft30rd{margin-left:30px;}
.mleft35rd{margin-left:35px;}

.mright5rd{margin-right:5px;}
.mright10rd{margin-right:10px;}
.mright15rd{margin-right:15px;}
.mright20rd{margin-right:20px;}
.mright25rd{margin-right:25px;}
.mright30rd{margin-right:30px;}
.mright35rd{margin-right:35px;}

.mtop5rd{margin-top:5px;}
.mtop10rd{margin-top:10px;}
.mtop15rd{margin-top:15px;}
.mtop20rd{margin-top:20px;}
.mtop25rd{margin-top:25px;}
.mtop30rd{margin-top:30px;}
.mtop35rd{margin-top:35px;}

@media screen and (max-width:640px){

/* SP Responsive margin
--------------------------------------------------------------- */

.mb5rd{margin-bottom:2.5px;}
.mb10rd{margin-bottom:5px;}
.mb15rd{margin-bottom:7.5px;}
.mb20rd{margin-bottom:10px;}
.mb25rd{margin-bottom:12.5px;}
.mb30rd{margin-bottom:15px;}
.mb35rd{margin-bottom:17.5px;}
.mb40rd{margin-bottom:20px;}
.mb50rd{margin-bottom:25px;}
.mb40rd{margin-bottom:40px;}
.mb300rd{margin-bottom:150px;}

.mleft5rd{margin-left:2.5px;}
.mleft10rd{margin-left:5px;}
.mleft15rd{margin-left:7.5px;}
.mleft20rd{margin-left:10px;}
.mleft25rd{margin-left:12.5px;}
.mleft30rd{margin-left:15px;}
.mleft35rd{margin-left:17.5px;}

.mright5rd{margin-right:2.5px;}
.mright10rd{margin-right:5px;}
.mright15rd{margin-right:7.5px;}
.mright20rd{margin-right:10px;}
.mright25rd{margin-right:12.5px;}
.mright30rd{margin-right:15px;}
.mright35rd{margin-right:17.5px;}

.mtop5rd{margin-top:2.5px;}
.mtop10rd{margin-top:5px;}
.mtop15rd{margin-top:7.5px;}
.mtop20rd{margin-top:10px;}
.mtop25rd{margin-top:12.5px;}
.mtop30rd{margin-top:15px;}
.mtop35rd{margin-top:17.5px;}
  
}


/* Responsive padding
--------------------------------------------------------------- */
.p5rd{padding:5px;}
.p10rd{padding:10px;}
.p15rd{padding:15px;}

.pb5rd{padding-bottom:5px;}
.pb10rd{padding-bottom:10px;}
.pb15rd{padding-bottom:15px;}
.pb20rd{padding-bottom:20px;}
.pb25rd{padding-bottom:25px;}
.pb30rd{padding-bottom:30px;}
.pb35rd{padding-bottom:35px;}

.pleft5rd{padding-left:5px;}
.pleft10rd{padding-left:10px;}
.pleft15rd{padding-left:15px;}
.pleft20rd{padding-left:20px;}
.pleft25rd{padding-left:25px;}
.pleft30rd{padding-left:30px;}
.pleft35rd{padding-left:35px;}
.pleft40rd{padding-left:40px;}
.pleft45rd{padding-left:45px;}

.pright5rd{padding-right:5px;}
.pright10rd{padding-right:10px;}
.pright15rd{padding-right:15px;}
.pright20rd{padding-right:20px;}
.pright25rd{padding-right:25px;}

.ptop5rd{padding-top:5px;}
.ptop10rd{padding-top:10px;}
.ptop15rd{padding-top:15px;}
.ptop20rd{padding-top:20px;}
.ptop25rd{padding-top:25px;}
.ptop30rd{padding-top:30px;}

.plr10rd{padding:0 10px;}
.plr70rd{padding:0 70px;}


@media screen and (max-width:640px){

/* SP Responsive padding
--------------------------------------------------------------- */
.p5rd{padding:2.5px;}
.p10rd{padding:5px;}
.p15rd{padding:7.5px;}

.pb5rd{padding-bottom:2.5px;}
.pb10rd{padding-bottom:5px;}
.pb15rd{padding-bottom:7.5px;}
.pb20rd{padding-bottom:10px;}
.pb25rd{padding-bottom:12.5px;}
.pb30rd{padding-bottom:15px;}
.pb35rd{padding-bottom:17.5px;}

.pleft5rd{padding-left:2.5px;}
.pleft10rd{padding-left:5px;}
.pleft15rd{padding-left:7.5px;}
.pleft20rd{padding-left:10px;}
.pleft25rd{padding-left:12.5px;}
.pleft30rd{padding-left:15px;}
.pleft35rd{padding-left:17.5px;}
.pleft40rd{padding-left:20px;}
.pleft45rd{padding-left:22.5px;}

.pright5rd{padding-right:2.5px;}
.pright10rd{padding-right:5px;}
.pright15rd{padding-right:7.5px;}
.pright20rd{padding-right:10px;}
.pright25rd{padding-right:12.5px;}

.ptop5rd{padding-top:2.5px;}
.ptop10rd{padding-top:5px;}
.ptop15rd{padding-top:7.5px;}
.ptop20rd{padding-top:10px;}
.ptop25rd{padding-top:12.5px;}
.ptop30rd{padding-top:15px;}

.plr10rd{padding:0 5px;}
.plr70rd{padding:0 35px;}

}

/* sp_layout - レイアウト */

@media screen and (max-width:640px){
 
  body{
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
  font-size:13px;
  color:#333333;
  line-height:1.6;
}

a:hover img,
a:hover{
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

img{max-width:100%; width:auto; height:auto;}


/* グローバルヘッダー
--------------------------------------------------------------- */

#gHeader{
  background:none;
  border-bottom:0;
}

#gHeader .inner{
  position:relative;
  width:auto;
  height:50px;
  padding:8px 10px;
  margin:0 auto;
}

#gHeader .headTxt{
  display:none;
}

#gHeader a{text-decoration:none;}

#gHeader .logo{
  width:183px;
}

#gHeader.lowStyle{margin-bottom:30px;}


/* グローバルサブメニュー
--------------------------------------------------------------- */

#sMenu{
  display:none;
}

/* グローバルメニュー
--------------------------------------------------------------- */

#gMenu{
  display:none;
}


/* グローバルメニューSP
--------------------------------------------------------------- */

#gMenuSp.spmTop{margin-top:-10px; display:block;}

#gMenuSp{
  position:relative;
  padding:0 10px;
  margin:0 0 30px;
  z-index:9999;
}

#gMenuSp li{
  float:left;
  width:50%;
  line-height:1;
  margin:0;
  padding:0;
}

#gMenuSp li a{
  display:block;
}

#gMenuSpBtn{
  display:block;
  position:absolute;
  top:13px;
  right:10px;
  width:40px;
  height:40px;
  background:url(../usr_img/common/sp/gmbtn_close.png) center center no-repeat;
  background-size:40px 40px;
}

/* コンテンツエリア
--------------------------------------------------------------- */

.contentWrapper{
  width:auto;
  margin:0 auto;
  font-size:100%;
  padding-bottom:25px;
}

.contentArea{
  float:none;
  width:auto;  
}

.bnrArea{
  float:none;
  width:auto;
}

.contentWrapperLow{
  width:auto;
  margin:0 auto;
  font-size:100%;
  padding:0 15px 45px;
}


/* グローバルフッター
--------------------------------------------------------------- */

#gFooter{
  border-top:0;
  background:#E6E6E6;
}

#gFooter a{text-decoration:none;}

#gFooter .inner{
  position:relative;
  width:auto;
  margin:0 auto;
  padding:15px 20px;
}

#gFooter h3{
  float:none;
}

#gFooter .logo{
  width:150px;
  height:auto;
}

#gFooter .fMenuPos{
  display:none;
}

#gFooter .copy{
  clear:both;
  display:block;
  padding-top:25px;
  text-align:center;
  font-size:9px;
}

.pageTop{
  display:none;
}

.pageTopSp{
  display:block;
  position:absolute;
  top:-25px;
  right:15px;
  width:51px;
  height:50px;
}
  
}

/* sp_contents - コンテンツ */

@media screen and (max-width:640px){
 
  /* トップ - スライダーエリア
--------------------------------------------------------------- */

.sliderArea{
  margin-bottom:0;
}

.sliderArea img{
  width:100%;
  height:auto;
}


/* トップ - コンテンツメニュー
--------------------------------------------------------------- */

#cMenu{
  margin-bottom:0;
}

#cMenu li{
  float:none;
}

#cMenu li:nth-of-type(2n){
  float:none;
}

#cMenu li a{
  display:block;
  box-sizing:border-box;
  width:auto;
  height:auto;
  padding:15px 0 55px 25px;
  border-top:4px solid #666;
  font-size:12px;
  text-decoration:none;
}

#cMenu li img{width:auto; height:20px; margin-bottom:5px;}

#cMenu li a.cm1{background:url(../usr_img/top/c01_bg.png) 95% center no-repeat; background-size:94px auto; border-color:#FF7F00;}
#cMenu li a.cm2{background:url(../usr_img/top/c02_bg.png) 95% center no-repeat; background-size:94px auto; border-color:#0950A0;}
#cMenu li a.cm3{background:url(../usr_img/top/c03_bg.png) 95% center no-repeat; background-size:94px auto; border-color:#98D240;}
#cMenu li a.cm4{background:url(../usr_img/top/c04_bg.png) 95% center no-repeat; background-size:94px auto; border-color:#F7818F;}
#cMenu li a.cm5{background:url(../usr_img/top/c05_bg.png) 95% center no-repeat; background-size:94px auto; border-color:#4DB15B;}
#cMenu li a.cm6{background:url(../usr_img/top/c06_bg.png) 95% center no-repeat; background-size:94px auto; border-color:#A4459F;}
#cMenu li a.cm7{background:url(../usr_img/top/c07_bg.png) 95% center no-repeat; background-size:94px auto; border-color:#01A0C8;}
#cMenu li a.cm8{background:url(../usr_img/top/c08_bg.png) 95% center no-repeat; background-size:94px auto; border-color:#FFCC01;}

#cMenu li a.cm8 img{height:85px;}


/* トップ - お知らせ
--------------------------------------------------------------- */

.infoBox{
  margin-bottom:20px;
}

.infoBox h2{
  position:relative;
  font-size:16px;
  color:#FFF;
  font-weight:bold;
  line-height:1;
  background:#A40710;
  background-image: -moz-linear-gradient(top, #CE2029, #A40710);
  background-image: -ms-linear-gradient(top, #CE2029, #A40710);
  background-image: -o-linear-gradient(top, #CE2029, #A40710);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#CE2029), to(#A40710));
  background-image: -webkit-linear-gradient(top, #CE2029, #A40710);
  background-image: linear-gradient(top, #CE2029, #A40710);
  padding:10px 15px;
  margin-bottom:25px;
}

.infoBox h2 span{
  position:absolute;
  top:13px;
  right:15px;
  font-size:12px;
  font-weight:normal;
  text-align:right;
}

.infoBox h2 a{
  text-decoration:none;
  color:#FFF;
}

.infoBox table{
  width:auto;
  margin:0 15px 0;
}

.infoBox table td{
  padding-bottom:24px;
}

.infoBox table td.date{
  padding:0 20px 0 0;
}

.infoBox table tr:last-child td{padding-bottom:0;}


/* トップ - インフォ
--------------------------------------------------------------- */

.topInfoBox{
  padding:10px;
  margin-bottom:15px;
}

.topInfoBox .img{
  float:none;
  text-align:center;
  margin-bottom:15px;
}

.topInfoBox .txt{
  width:auto;
  padding-right:0;
}


/* サイドコンテンツ
--------------------------------------------------------------- */

.bnrList li:first-child{padding:0;}

.bnrList li{
  padding:0 35px;
  margin-bottom:20px;
}

.bnrList li img{
  width:100%; height:auto;
}


/* 応援しています
--------------------------------------------------------------- */

.cheerArea h2{
  color:#FFF;
  line-height:1.3;
  padding:10px;
  background:#9E030B;
  text-align:center;
  font-size:16px;
  font-weight:bold;
  margin-bottom:25px;
}

.cheerArea li{
  float:left;
  width:50%;
  margin-bottom:5px;
  text-align:center;
}


/* ロータス宮城とは
--------------------------------------------------------------- */

.aboutP_01{
  margin-bottom:30px;
}

.aboutP_02{
  text-align:center;
  margin-bottom:35px;
}

.aboutP_03{
  display:none;
  text-align:center;
}

.aboutP_03Sp{
  display:block;
}

.aboutP_03Sp h3{
  padding-top:5%;
  margin-bottom:10px;
}

.aboutP_03Sp h3 img{
  width:60%;
  height:auto;
}

.aboutP_03Sp p{
  width:60%;
}

.aboutP_03Sp li{
  padding:0 0 5% 3%;
  margin-bottom:10px;
}

.aboutP_03Sp li.num1{
  background:url(../usr_img/about/sp/img1.png) right top no-repeat;
  background-size:40%;
}
.aboutP_03Sp li.num2{
  background:url(../usr_img/about/sp/img2.png) right top no-repeat;
  background-size:40%;
}
.aboutP_03Sp li.num3{
  background:url(../usr_img/about/sp/img3.png) right top no-repeat;
  background-size:40%;
}
.aboutP_03Sp li.num4{
  background:url(../usr_img/about/sp/img4.png) right top no-repeat;
  background-size:40%;
}
.aboutP_03Sp li.num5{
  background:url(../usr_img/about/sp/img5.png) right top no-repeat;
  background-size:40%;
}


/* ロータスカード
--------------------------------------------------------------- */

.cardP_01{
  margin-bottom:25px;
}

.cardP_02{
  width:auto;
  text-align:left;
  margin-bottom:30px;
}

.cardP_02 img{margin-bottom:15px;}

.cardP_03 li{
  margin-bottom:30px;
}

.cardP_03 li:last-child{margin-bottom:0;}

.cardP_03 li h4{margin-bottom:10px;}
.cardP_03 li div{padding:0 30px;}


/* 加盟店募集
--------------------------------------------------------------- */

.memberP_00{
  margin-bottom:30px;
}

.memberP_01,
.memberP_02{
  display:block;
  vertical-align:top;
  text-align:left;
}

.memberP_01{
  padding:0;
  font-size:14px;
  margin-bottom:15px;
}
.memberP_01 h3{
  font-weight:bold;
  font-size:16px;
  margin-bottom:15px;
  line-height:1.5;
}

.memberP_02{
  text-align:center;
}
.memberP_02 img{
  width:95px;
}

.memberP_03 li{
  margin-bottom:30px;
}
.memberP_03 li h3{
  position:relative;
  font-weight:bold;
  font-size:16px;
  line-height:1.2;
  padding:0 0 8px;
  border-bottom:1px solid #9A0000;
  margin-bottom:15px;
  text-align:center;
}

.memberP_03 li h3 span{
  position:relative;
  top:0;
  left:0;
  display:block;
  box-sizing:border-box;
  width:auto;
  height:auto;
  padding:5px;
  background:#9A0000;
  color:#fff;
  font-size:14px;
  font-weight:normal;
  border-radius:0;
  text-align:center;
  line-height:1.3;
  margin:0 0 10px;
}

.memberP_03 li .inner{
  padding:0;
  line-height:1.6;
}

.memberP_03 a{
  color:#9A0000;
  text-decoration:underline;
}

.memberP_04,
.memberP_05{
  box-sizing:border-box;
  width:100%;
  display:block;
  vertical-align:middle;
  padding:15px 25px;
  font-size:16px;
  font-weight:bold;
  line-height:1.4;
  text-align:center;
}

.memberP_04{background:#DDCFCF;}
.memberP_05{background:#E6E6E6; text-align:center;}

.memberP_0405{
  display:block;
  width:100%;
}

.memberP_mb01{margin-bottom:20px; text-align:center;}


/* 事務局所在地
--------------------------------------------------------------- */

.locationP_01{
  padding:0;
  margin-bottom:30px;
}

.locationP_02{
  margin-bottom:10px;
}

.locationP_02 iframe{
  width:100%;
  height:250px;
}

.locationP_02txt{
  text-align:right;
  margin-bottom:30px;
}

.locationP_02txt a{
  color:#A40710;
  text-decoration:underline;
}

.locationP_03{
  width:auto;
  margin:0 auto;
}


/* サービスメニュー
--------------------------------------------------------------- */

.serviceList{
  margin-bottom:30px;
}

.serviceList li{
  box-sizing:border-box;
  float:left;
  width:50%;
  margin:0;
  border-bottom:1px solid #FFF;
}

.serviceList li:nth-of-type(2n){
  border-left:1px solid #FFF;
}

.serviceList li:last-child{margin:0;}

.serviceList li a{
  display:block;
  height:auto;
  line-height:1.4;
  text-align:center;
  font-size:10px;
  background:#9A0000;
  color:#FFF;
  text-decoration:none;
}

.serviceList li a span{
  display:block;
  height:auto;
  line-height:1.4;
  padding:15px 5px;
  background:url(../usr_img/common/bg_btn_arrow.png) 98% center no-repeat;
  background-size:11px auto;
}


.serviceP_01{
  margin-bottom:30px;
}

.serviceP_01 .L{
  float:none;
  width:auto;
  margin-bottom:15px;
}

.serviceP_01 .R{
  float:none;
  width:auto;
  text-align:center;
}


.serviceBnrList li{
  float:none;
  width:auto;
  margin:0 0 30px;
}

.serviceBnrList li.sbl1{margin-right:0;}
.serviceBnrList li.sbl2{}
.serviceBnrList li.sbl3{clear:both; float:none;}
.serviceBnrList li.sbl4{clear:both; float:none; width:auto; margin-right:0;}
.serviceBnrList li.sbl5{width:auto;}
.serviceBnrList li.sbl6{width:auto;}

.serviceBnrList li img{
  margin-bottom:10px;
}


/* ロータスの車検
--------------------------------------------------------------- */

.inspectionP_01{
  margin-bottom:30px;
}

.inspectionP_01.end{margin-bottom:0;}

.inspectionP_01 .L{
  float:none;
  width:auto;
  margin-bottom:10px;
}

.inspectionP_01 .R{
  float:none;
  width:auto;
  text-align:center;
}

.inspectionP_01 h4{
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3",Hiragino Mincho Pro,"ＭＳ Ｐ明朝",MS PMincho,serif;
  font-size:16px;
  font-weight:bold;
  padding:5px 0 5px 35px;
  border-bottom:1px solid #666;
  margin-bottom:10px;
  line-height:1.2;
}

.inspectionP_01 h4.hStyle1{
  background:url(../usr_img/inspection/bg_no1.png) 0 0 no-repeat;
  background-size:26px auto;
  border-color:#0950A0;
}

.inspectionP_01 h4.hStyle2{
  background:url(../usr_img/inspection/bg_no2.png) 0 0 no-repeat;
  background-size:26px auto;
  border-color:#E50112;
}

.inspectionP_01 h4.hStyle3{
  background:url(../usr_img/inspection/bg_no3.png) 0 0 no-repeat;
  background-size:26px auto;
  border-color:#00AB38;
}

.inspectionP_02{
  padding:0;
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3",Hiragino Mincho Pro,"ＭＳ Ｐ明朝",MS PMincho,serif;
  font-size:16px;
  font-weight:bold;
  letter-spacing:normal;
}

.inspectionP_03{
  margin-bottom:30px;
}

.inspectionP_03 h2{
  font-size:16px;
  line-height:1.4;
  padding-bottom:10px;
  border-bottom:2px solid #CE2029;
  margin-bottom:30px;  
}

.inspectionP_03 .L{
  float:none;
  width:auto;
  margin-bottom:10px;
}

.inspectionP_03 .R{
  float:none;
  width:auto;
  text-align:center;
}

.inspectionP_03 h3{
  color:#CE2029;
}

.inspectionP_03 h3:before{content:"●";}

.inspectionP_03 .txt{
  margin-bottom:15px;
  padding-left:1em;
}


/* ロータス店一覧
--------------------------------------------------------------- */

.shopArea{
  position:relative;
  width:auto;
  height:auto;
  background:none;
  margin:0 auto 10px;
}

.shopArea li{
  box-sizing:border-box;
  float:left;
  width:50%;
  padding:0 5px 10px 0;
}

.shopArea li:nth-of-type(2n){
  padding:0 0 10px 5px;
}

.shopArea .pos1{position:relative; top:auto; left:auto;}
.shopArea .pos2{position:relative; top:auto; left:auto;}
.shopArea .pos3{position:relative; top:auto; left:auto;}
.shopArea .pos4{position:relative; top:auto; left:auto;}

.shopArea a{-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;transition:0.3s;}


.shopList li{
  position:relative;
  padding:20px 10px;
  line-height:1.4;
  border-bottom:1px dotted #7F7F7F;
}

.shopList li:nth-child(odd){
  background:#F0F0F0;
}

.shopList li h4{
  font-size:14px;
  font-weight:bold;
  margin-bottom:5px;
}

.shopList li .shopAdd,
.shopList li .shopTel{
  display:block;
  vertical-align:top;
  text-align:left;
  margin-bottom:5px;
}

.shopList li .shopAdd{
  min-width:auto;
}

.shopList li .shopLink{
  position:relative;
  right:auto;
  bottom:auto;
}

.shopList li .shopLink a{
  display:block;
  padding:5px 30px;
  text-align:center;
  color:#FFF;
  border:1px solid #396BB0;
  text-decoration:none;
  background:#3894DD;
}

.shopList li .shopLink a:after{
  content:"＞";
  margin-left:.5em;
}

  
}

/* sp_parts - パーツ */

@media screen and (max-width:640px){
 
  /* 見出し
--------------------------------------------------------------- */

.hType1{
  font-size:18px;
  font-weight:bold;
  margin-bottom:30px;
  line-height:1.2;
}

.hType2{
  color:#FFF;
  line-height:1;
  padding:10px;
  font-size:16px;
  background:#A40710;
  background-image: -moz-linear-gradient(top, #CE2029, #A40710);
  background-image: -ms-linear-gradient(top, #CE2029, #A40710);
  background-image: -o-linear-gradient(top, #CE2029, #A40710);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#CE2029), to(#A40710));
  background-image: -webkit-linear-gradient(top, #CE2029, #A40710);
  background-image: linear-gradient(top, #CE2029, #A40710);
}

.hType3{
  font-size:16px;
  font-weight:bold;
  line-height:1.4;
  background:#666666;
  color:#fff;
  padding:15px;
  text-align:center;
}

.hType4{
  font-size:16px;
  color:#0a50a1;
  margin-bottom:10px;
  line-height:1.2;
}

.hType5{
  background: #CE2029; /* Old browsers */
  background: -moz-linear-gradient(left,  #CE2029 0%, #9E030B 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #CE2029 0%,#9E030B 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #CE2029 0%,#9E030B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CE2029', endColorstr='#9E030B',GradientType=1 ); /* IE6-9 */
  color:#FFF;
  font-weight:bold;
  padding:10px 20px;
  font-size:18px;
  line-height:1;
  margin-bottom:25px;
}


/* リンクボタン
--------------------------------------------------------------- */

.linkBtn{
  display:block;
  background:#E6E8F4 url(../usr_img/common/bg_arrow.png) right center no-repeat;
  background-size:15px auto;
  border:1px solid #333;
  padding:10px 25px 10px 10px;
  font-size:#7F7F7F;
  font-size:12px;
  text-decoration:none;
}


/* テーブル
--------------------------------------------------------------- */

.tblType1{
  width:100%;
  margin-bottom:30px;
}

.tblType1 th,
.tblType1 td{
  display:block;
  padding:10px 15px;
  vertical-align:top;
  text-align:left;
  border-bottom:1px dotted #7E7E7E;
}

.tblType1 tr:nth-child(odd){
  background:#fff;
}

.tblType1 th{
  background:#F0F0F0;
}


.tblType2{
  width:100%;
}

.tblType2 th,
.tblType2 td{
  display:block;
  padding:10px 15px;
  vertical-align:top;
  text-align:left;
  border-bottom:1px dotted #7E7E7E;
  background:#fff;
  font-weight:normal;
}

.tblType2 th{
  background:#f0f0f0;
  font-weight:bold;
}


/* 定義
--------------------------------------------------------------- */

.dlType1{
  width:auto;
}

.dlType1 dt{
  font-weight:bold;
}

.dlType1 dd{
  margin-bottom:25px;
}
  
}

/* 追加分 */

input[type="text"]{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.priceBox {
width:100%;
padding:5px 0;
border-bottom:dotted 1px #999999;
}

.priceBox:after{  
display:block;  
clear:both;  
height:0;  
visibility:hidden;  
content:".";  
zoom:1;  
} 

.pBoxLeft {
float:left;
margin-right:10px;
}

.pBoxRight {
width:85px;
float:right;
text-align:right;
}

.pBoxLeftImage {
float:left;
width:200px;
margin:0 10px 0px 0;
}

.pBoxLeftTxt {
padding:5px 0 0 0;
float:left;
max-width:290px;
min-width:100px;
}

.noPhoto {
max-width:500px;
}

#mainImg .nivo-caption {
  text-align:right;
  line-height:1.5;
}

.yoBody div {
  position:absolute;
  right:0;
  top:0;
  width:87px;
  height:57px;
}

.yoBox {
  margin-bottom:15px;
  padding-bottom:15px;
  border-bottom: solid 1px #CCCCCC;
  position:relative;
}

.yoTitle {
  margin-bottom:5px;
  font-size:15px;
}


.shopListEditer .shopLink a{
  display:inline-block;
  padding:5px 30px;
  text-align:center;
  color:#FFF;
  border:1px solid #396BB0;
  text-decoration:none;
  background:#3894DD;
}

.shopListEditer li .shopLink a:after{
  content:"＞";
  margin-left:.5em;
}

/* メールフォーム用 */

.formRow{clear:both; padding:20px 0 20px 20px; border-bottom:1px dotted #999;}

.formItemH{float:left; width:450px;}

.formItemD{
  float:left;
  width:510px;
}
.formItemD input[type="text"]{
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
  width:100%;
  box-sizing:border-box;
  font-size:14px;
  padding:7px;
  border:1px solid #ccc;
}
.formItemD textarea{min-height:150px;}
.formItemD select{
  padding:7px;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,sans-serif;
  font-size:14px;
}

.form-food input[type="submit"]{
  padding:10px;
}

.form_requir{color:#FF0000;}

.form-food{padding:20px 0 0; text-align:center;}

.form-fdl{margin-bottom:20px;}

.form-fdc, .form-fdr{display:inline-block; margin:0 15px; width:150px;}
.form-fdc input,
.form-fdr input{width:100%;}

@media screen and (max-width:640px){
  
  
  .formRow{clear:both; padding:10px; border-bottom:1px solid #ccc;}
  
  .formItemH{float:none; width:auto;}
  
  .formItemD{
    float:none;
    width:auto;
  }
  .formItemD input[type="text"]{
    width:100%;
    box-sizing:border-box;
    font-size:14px;
    padding:5px;
    border:1px solid #ccc;
  }
  .formItemD select{
    padding:5px;
    font-size:14px;
  }
  
  .form-food input[type="submit"]{
    padding:10px;
  }
  
  .form_requir{color:#FF0000;}
  
  .form-food{padding:20px 0 0; text-align:center;}
  
  .form-fdl{margin-bottom:20px;}
  
  .form-fdc, .form-fdr{display:block; margin:15px 0; width:auto;}
}

/* エラー */

.error {
  margin: 100px 0 0 0;
  padding: 0;
  width: 500px;
  text-align: right;
}

.error-box {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  text-align: left;
  border: solid 1px #888888;
  background-color: #ffffff;
}

