@charset "UTF-8";

select, input, textarea, button {
     vertical-align:middle;
     position:relative;
}

input {
     height: 15px;
     line-height: 15px;
}

input[type="radio"]{
     height: auto;
     line-height: auto;
     margin: 0 5px;
}

button, input[type="button"] {
     overflow:visible;
     height:20x;
     padding:0 3px;
}

.selectBox {
	margin: 7px;
}

/*
------------------------------------------------------------*/

#reserve_bk {
  width: 100%;f
  overflow: hidden;
  margin: 0;
  padding: 16px 0;
  background-color:#dfe0d8;
}

.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

/* card
------------------------------------------------------------*/
.card {
	display:block;
	margin-bottom:20px;
	vertical-align:middle;
  text-align: left;
  background-color:#fff;
  border:solid 2px #fff;
  border-radius:3px;
  box-shadow:0px 0px 6px 3px #ddd;
-moz-box-shadow:0px 0px 6px 3px #ddd;
-webkit-box-shadow:0px 0px 6px 3px #ddd;
}

.card_inner{
	padding:20px;
}

.card .tit {
	  margin-bottom:20px;
	  padding: 6px 0 5px 14px;
	  font-size: 15px;
	  font-weight:700;
	  color: #333;
	  border-radius:3px;
	  background-color:#ccc;
}

.card .tit.blue {
	  background-color:#00478a;
	  color:#fff;
}

.card .tit.green {
	  background-color:#88b83e;
	  color:#fff;
}

.card_inner {
	display: block;
	padding:20px 36px;
	}

.cardform dl{
	width:100%;
}

.cardform dl dd {
   display:inline-block;
}

.cardform dl dt{
    width: 20%;
    margin:0 5px 10px 0;
	padding:9px 12px;
    float: left;
    clear: left;
	color:#fff;
	background-color:#336ca1;
	border-radius:5px;
}
.cardform dl dd{
	width: 72%;
    margin-bottom: 10px;
    padding:9px 12px;
    border: 1px solid #ccc;
	border-radius:5px;
}

.cardform dl dt.red{background-color: #e31212;}
.cardform dl dt.gray{background-color: #b5b5b5;}

.cardform dl dd img{
	padding:0 5px;
	vertical-align:middle;
}

/*reserve_step
------------------------------------------------------------*/
.reserve_step{
    width: 320px;
    margin: 0 auto;
    padding: 8px 0;
    border-radius: 12px;
    text-align: center;
    position: relative;
	background-color:#f60;
	 box-shadow:0px 5px 6px -2px #666;
	-moz-box-shadow:0px 5px 6px -2px #666;
	-webkit-box-shadow:0px 5px 6px -2px #666;
	color:#fff;
	font-size:113%;
	font-weight:700;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.reserve_step:before{
    content: "";
    border: 12px solid transparent;
    border-top: 12px solid #f60;
    position: absolute;
    right: 48%;
    bottom: -23px;
    z-index: 2;
}
.reserve_step:after{
    content: "";
    border: 12px solid transparent;
    position: absolute;
    right:48%;
    bottom: -24px;
}

/*map
------------------------------------------------------------*/
.reserve_map{
	border:1px #fff solid;
	border-radius: 5px;
	margin:20px 0;
	}

/*choice_shop
------------------------------------------------------------*/
.choice_shop{
	margin:20px 20px 0;
	}
.choice_shop p.shopname{
	font-size:22px;
	font-weight:800;
	padding-bottom:10px;
	border-bottom:solid 1px #ccc;
	}
.choice_shop p.shopname img{
	vertical-align:middle;
	padding-right:10px;
	}
.choice_shop ul{
	position:relative;
	}
.choice_shop li{
	display: inline-block;
	list-style-type: none!important;
	padding: 0.7em 2em;
	}
.choice_shop li.shopAdress, .choice_shop li.shopTel, .choice_shop li.shopTime {
	font-size:14px;
	padding-left:18px;
	}
.choice_shop li.shopAdress{
	background: url("../img/icon_choice_shop01.png")   no-repeat 0 12px;
	}
.choice_shop li.shopTel{
	background: url("../img/icon_choice_shop02.png")   no-repeat 0 12px;
	}
.choice_shop li.shopTime{
	background: url("../img/icon_choice_shop03.png")   no-repeat 0 12px;
	}


/*carSpec
------------------------------------------------------------*/
#carSpec{
	border:solid 1px #ccc;
	padding:8px;
	border-radius:5px;
	background-color:#fff;
	box-shadow:0px 0px 3px 1px #cccccc;
-moz-box-shadow:0px 0px 3px 1px #cccccc;
-webkit-box-shadow:0px 0px 3px 1px #cccccc;
	}
#carSpec.select{
	border:solid 5px #f2cf01;
	padding:8px;
	border-radius:5px;
	background-color:#fff;
	}

#carSpec.cartype{
	margin:0 4px;
	}
#carSpec span.size{
	font-size:75%;
	color:666;
	padding-right:10px;
	}
#carSpec span.carname{
	font-weight:700;
	}
#carSpec span.type{
	font-size:75%;
	color:666;
	float:right;
	}

#carSpec .icon img{
	padding:0;
	margin:6px auto;
	}

#carSpec table{
	font-size:12px;
	margin:10px 0;
	}
#carSpec table td{
	padding:3px;
	border-radius:5px;
	vertical-align:middle  !important;
	}
#carSpec table p.price{
	font-size:16px;
	font-weight:700;
	color:red;
	}
#carSpec table td.blue{
	background-color:#c6deeb;
	}
#carSpec table td.yellow{
	background-color:#eee800;
	}

#carSpec table img{
	width:151px;
	height:113px;
	}

/* memberbox
------------------------------------------------------------*/
.memberbox {
 margin:0px 5px 20px;
  text-align: left;
  background-color:#fff;
  border-radius:3px;
  box-shadow:0px 0px 6px 3px #ddd;
-moz-box-shadow:0px 0px 6px 3px #ddd;
-webkit-box-shadow:0px 0px 6px 3px #ddd;
}
.memberbox a{
	text-decoration:none;
	color:#333;
}
.memberbox img{
	vertical-align:top;
	padding:0 5px 2px 0;
}
.memberbox .tit {
	  margin-bottom: 10px;
	  padding: 6px 0 5px 14px;
	  font-weight:700;
	  color: #333;
	  border-radius:3px;
	  background-color:#f2cf01;
	  box-shadow:0px 5px 6px -2px #666;
	-moz-box-shadow:0px 5px 6px -2px #666;
	-webkit-box-shadow:0px 5px 6px -2px #666;
}
.memberbox .tit:before{
	content: url(../img/icon_membername.png);
    position: relative;
    top: 2px;
	right:5px;
}
.memberbox span{
	float:right;
	font-weight:700;
	padding-right:20px;
}
.memberbox .tit span:before{
	content: url(../img/icon_logout.png);
    position: relative;
    top: 2px;
	right:5px;
}
.memberbox li{
	border-bottom:1px solid #ccc;
	padding:16px 10px;
}
.memberbox li.last{
	border:none;
}
.memberbox li:before{
	content: url(../img/icon_memberlist.png);
	 position: relative;
    top: 2px;
	right:5px;
	padding-left:10px;
}

/* sidebox
------------------------------------------------------------*/
.sidebox .tit_sub{
	margin-bottom:2px;
	padding:0.3em 0.5em 0.2em;
	background-color:#00478a;
	border-bottom: solid 1px #e4e4e4;
	border-radius:3px;
	color:#fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
	 }
.sidebox ul{
	margin: 0  0 20px;
}
.sidebox li {
	background: #fff;
	border-left: solid 6px #f7b525;
	border-bottom: solid 1px #e4e4e4;
	line-height:2.5em;
	margin-bottom:2px;
	font-weight:700;
	border-radius:3px;
}
.sidebox li a {
	text-decoration: none;
	display: block;
	padding:0.3em 0.5em 0.1em;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color:#333;
}
.sidebox li a:hover {
	background: #00478a;
	color: #fff;
	border-radius:3px;
}

/* edit_box
------------------------------------------------------------*/
.edit_box{
	display:inline-block;
	width:100%;
}
.edit_box .inner{
	margin:0 120px;
}

.edit_box table{
	width:100%;
	text-align:left;
	margin-bottom:20px;
}
.edit_box table td{
	padding:6px 3px;
	border-bottom: dotted 1px #ccc;
}
.edit_box th{
	border-bottom: dotted 1px #ccc;
	border-left: solid 2px #ccc;
	padding:10px 6px;
	font-weight:700;
	width:27%;
	text-align:left;
	background-color:#eee;
}
.edit_box th.tit{
	border-bottom: solid 2px #e31212;
	border-left: solid 2px #e31212;
	padding:10px 6px;
	font-weight:700;
	color:#e31212;
	background-color:#fff;
}
.edit_box td span{
	font-size:12px;
	padding-left:10px;
	line-height:2em;
}

.edit_box img {
	vertical-align:middle;
	padding-left:6px;
}

/* thanks_box
------------------------------------------------------------*/
.thanks_box{
	display: block;
	text-align:center;
	line-height:1.8em;
}

.thanks_box p{
	font-size:24px;
	font-weight:700;
	padding-bottom:20px;
}

/* login_box
------------------------------------------------------------*/
.login_box{
	display: block;
}
.login_box .inner{
	margin:0 120px;
	text-align:left;
	padding:20px 20px;
	background-color:#eee;
	border-radius:5px;
}

.login_box p {
	margin-bottom:10px;
	}
.login_box ul {
	list-style:none;
	white-space: nowrap;
	}
.login_box li.first {
	width: 100%;
}

.login_box li.next {
	width: 100%;
}

.login_box span.idpw {
	float: left;
	text-align:right;
	padding: 10px;
	}

.login_box span.idpw2 {
	display: block;
	text-align:left;
	margin-left: 160px;
	padding: 10px;
}

/* terms_box
------------------------------------------------------------*/
.terms_box{
	width:100%;
    padding: 1px;
    border: #e6e8ea solid 1px;
    clear: both;
    margin: 20px auto 10px;
	border-radius:5px;
	}

.terms_box .terms_boxinner{
	margin:20px;
	padding:20px 16px;
    height: 255px;
    overflow: auto;
	}

.terms_box h3{
	background-color:#777777;
	font-weight:700;
	color:#fff;
	padding:6px 8px;
	}

.terms_box h5{
	padding: 0px 10px;
    color: #263f59;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 20px;
	}

.terms_box h4{
	padding: 0px 10px;
    color: #263f59;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 20px;
    border-left: #28415a solid 4px;
    border-bottom: #cccccc solid 1px;
	}

.terms_box ol{
	padding: 0 0 0 2em;
    margin: 0 10px 30px 6px;
	}
.terms_box li{
	 margin: 10px 0;
	}

/* about_box------------------------------------------------------------*/
.about_box{
	width:100%;
    clear: both;
	}

.about_box .about_boxinner{
	margin:20px 10px 80px;
	padding:0px;
	}

.about_box h4{
	padding: 0px 10px;
    color: #0e5997;
    font-size: 15px;
    line-height: 1.4em;
	font-weight:700;
    margin: 0 0 20px;
    border-left: #0e5997 solid 4px;
    border-bottom: #cccccc solid 1px;
	}
.about_box h5{
	padding: 0px 10px;
    color: #0e5997;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 20px;
	}

.about_box ol{
	padding: 0 0 0 2em;
    margin: 0 10px 30px 6px;
	}
.about_box li{
	 margin: 10px 0;
	 font-size: 13px;
	 text-indent: -1em;
	 line-height:1.3em;
	}
.about_box .name{
	 font-size: 13px;
	 float:right;
	 line-height:1.6em;
	}
.about_box img{
	margin:10px 0 20px;
	}

.aboutImg img{
		width: auto;
	}
/* caution_box
------------------------------------------------------------*/
.caution_box{
	display:inline-block;
	width:100%;
	font-size:12px;
	line-height:1.6em;
}
.caution_box ul {
	list-style-type: none;
  margin: 0 14px 0 14px;
	/* margin-left:14px;マーカーを1文字寄せた分、ULにマージンを設定*/
}
.caution_box ul li:before {
	content: '※';
	color: #e31212;
	margin-left:-14px; /* 1文字分、左に寄せる */
}

/* withdrawal_box
------------------------------------------------------------*/
.withdrawal_box{
	display: block;
}
.withdrawal_box .inner{
	margin:20px 0;
	text-align:left;
	padding:20px 20px;
	background-color:#eee;
	border-radius:5px;
}
.withdrawal_box .withdrawaltit{
	font-weight:700;
	padding-bottom:16px;
}


/* shoplist_box
------------------------------------------------------------*/
.shoplistBox{
	margin:20px 3px;
	padding:10px 16px;
	background-color:#fff;
	border-radius:3px;
  box-shadow:0px 0px 6px 3px #ddd;
-moz-box-shadow:0px 0px 6px 3px #ddd;
-webkit-box-shadow:0px 0px 6px 3px #ddd;
}
.shoplistBox .areaname{
	background-color:#019c96;
	opacity:0.5;
	color:#fff;
	font-weight:700;
	padding:8px;
	border-radius:3px;
}
.shoplist_box{
	padding: 15px 0;
}
.shoplist_box .last{
	border-bottom: none;
}
.pickupshoplist {
    display: table;
	width:95%;
	padding:15px;
    vertical-align: top;
	background-color:#fff;
	border-bottom: 2px dotted #d0d0d0;
}
.shopName {
    font-weight: 700;
	padding-bottom:10px;
}
.shopName img.shop{
	width:70%;
}
.shopName p.mapicon{
	padding-bottom:3px;
}

.shopAdTelTime {
	font-size:88%;
}
.shopAdTelTime p.add, .tel, .time, .comment{
	padding: 0 0 8px 25px;
	}

.shopAdTelTime p.add{
    background: url(../img/icon_choice_shop01.png) no-repeat 0 2px;
}
.shopAdTelTime p.tel{
    background: url(../img/icon_choice_shop02.png) no-repeat 0 2px;
}
.shopAdTelTime p.time{
    background: url(../img/icon_choice_shop03.png) no-repeat 0 2px;
}
.shopAdTelTime p.comment{
    background: url(../img/icon_choice_shop04.png) no-repeat 0 2px;
}
.shopAdTelTime, .shopBtnList {
    display: table-cell;
    vertical-align: top;
    width: 35%;
	padding:0 10px;
}
.shopBtnList {
	text-align:center;
	line-height:3em;
}

/* shopdetail
------------------------------------------------------------*/
#shopdetail h2.rentname {
	font-weight:700;
	margin-bottom:6px;
	font-size:28px;
	}

#shopdetail h3{
	background-color:#019c96;
	padding:6px 12px;
	color:#fff;
	margin-bottom:20px;
	border-radius: 3px;
	}

#shopdetail a{
	text-decoration:none;
	}

.shopTop img{
	  display:block;
	  width:100%;
	  margin-bottom:20px;
	  box-shadow:0px 6px 8px -4px #666;
-moz-box-shadow:0px 6px 8px -4px #666;
-webkit-box-shadow:0px 6px 8px -4px #666;
}

#shopdetail .sideAccident{
	padding: 10px 16px;
    border: #fff 1px solid;
    margin-bottom: 20px;
    border-radius: 3px;
    background-color: #f2cf01;
	box-shadow:0px 6px 8px -4px #666;
-moz-box-shadow:0px 6px 8px -4px #666;
-webkit-box-shadow:0px 6px 8px -4px #666;
	}
#shopdetail .sideAccident a{
	color:#000;
	}
#shopdetail .sideAccident p:before{
    position: relative;
    top: 2px;
	right:5px;
}


/* accident_box
------------------------------------------------------------*/
.accident_box dl {
   margin:10px 0;
}
.accident_box dl dt{
    width: 3%;
    margin-right:10px;
	padding:9px 12px;
    float: left;
    clear: left;
	color:#fff;
	background-color:#fd9535;
	border-radius:5px;
	text-align:center;
}
.accident_box dl dd{
	width: 86%;
	display:inline-block;
   margin-bottom: 10px;
    padding:9px 12px;
    border: 1px solid #ccc;
	border-radius:5px;
	font-weight:700;
}
.accident_box li{
	font-weight:normal;
	list-style:disc;
	margin-left:30px;
}
.accident_box p {
	margin:6px 0;
}
.accident_box .caution{
	border: 3px solid #e31212;
	padding:10px;
	color:#e31212;
	text-align:center;
	font-weight:700;
	font-size:18px;
	border-radius:5px;
}
#reason img{
	float:right;
	padding-left:20px;
	margin-bottom:20px;
	}


/* table
------------------------------------------------------------*/
.past table{
	  display:block;
	  overflow: hidden;
	  word-break: break-all;
	  word-wrap: break-word;
}

.past th{
	  padding: 6px 8px 5px;
	  width:77%;
	  font-style: normal;
	  font-weight: 700;
	  text-align: left;
	  background-color: #eee;
	  vertical-align:middle;
	  border-radius:5px;
}

.past td{
	padding: 10px 10px;
	text-align: left;
	background-color: #fff;
	border-bottom: dotted 1px #ccc;
}

/* table
------------------------------------------------------------*/

table.com{
	width: 100%;
	border-collapse: collapse;
	margin:20px 0;
}
table.com thead th{
	background:#848a96;
	color:#fff;
}
table.com td,
table.com th{
	padding: 7px;
	border: 1px solid #ddd;
	background-color:#fff;
	vertical-align:middle;
}
table.com tbody th
{
	width:20%;
	background:#fff;
	color:#333;
	vertical-align:middle;
	font-weight:700;
}
table.com tbody th.gray{
	background:#aaa;
	color:#fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	}
table.com img{
	width:50%;
}

/* table
------------------------------------------------------------*/
table.price {
	 width: 100%;
	border-collapse: collapse;
	margin:20px 0;
  text-align: center;
}
table.price td,
table.price th {
  padding: 7px;
	border: 1px solid #ddd;
	vertical-align:middle;
}
table.price th {
  background:#B0BEC5;
	color:#fff;
}
table.price td {
	text-align:right;
	background-color:#fff;
}
table.price td,
table.price th, .left {
	text-align:left;
	height: 30px;
}
#panel {
  width: 100%;
}
#panel .open{
display: block;
}
#panel > dt {
  border-bottom: solid 1px white;
  border-radius: 5px;        /* CSS3草案 */
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;   /* Firefox用 */
  background-color: #00478a;
  color: white;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
}
/*
#panel > dd {
  border: solid 1px Silver;
}
*/
table.panelTable {
	border-collapse: collapse;
	width: 100%;
}
table.panelTable tbody th.gray {
	background: #aaa;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
table.panelTable tbody th {
	width: 50%;
	background: #fff;
	color: #333;
	vertical-align: middle;
	font-weight: 700;
}

table.panelTable td, table.panelTable th {
	padding: 7px;
	border: 1px solid #ddd;
	background-color: #fff;
	vertical-align: middle;
}
/*topics
------------------------------------------------------------*/

#topics .topics_box{
	display:block;
	margin:10px 3px 30px;
	padding:20px;
	background-color:#fff;
	border-radius:3px;
  box-shadow:0px 0px 6px 3px #ddd;
-moz-box-shadow:0px 0px 6px 3px #ddd;
-webkit-box-shadow:0px 0px 6px 3px #ddd;
	}

#topics h3 span{
	font-size:0.7rem;
	background-color:#9cb1c2;
	color:#fff;
	border-radius:10px;
	padding: 5px 10px;
	margin-right:10px;
	}

/*dictionary
------------------------------------------------------------*/
#dictionary {
	background-color:#E1E88C;
	padding-bottom:1px;
}

#dictionary .tit{
	position:relative;
	}
#dictionary .tit img{
	width:100%;
	}
#dictionary .tit p{
	position:absolute;
	top:30px;
	left:150px;
	text-align:center;
	font-weight:700;
	}
#dictionary_box{
	padding:20px;
	}
#dictionary_box .dictionary_boxtit{
	text-align:center;
	margin:6px 0;
	}
#dictionary_box ul{
	text-align:center;
	}
#dictionary_box ul li{
	display:inline-block;
	background: url("../img/dictionary/dictionary_word.png") no-repeat;
	padding:18px 20px 28px 15px;
	font-weight:700;
	}
#dictionary_box .left{
	float:left;
	background: url("../img/dictionary/dictionary_subtit.png") no-repeat;
	padding:20px 25px 70px 15px;
	font-weight:700;
	}
#dictionary_box .right{
	float:right;
	width:80%;
	}
#dictionary_box .right ol li{
	display:inline-block;
	}

#dictionary_box .right li{
	background:  url("../img/dictionary/dictionary_arrow.png") no-repeat;
	vertical-align:top;
	padding-left:25px;
	margin: 0 30px 20px 0;
	}
#dictionary .ansertit{
	position:relative;
	background:  url("../img/dictionary/dictionary_ansertit.png") no-repeat;
	padding-top:100px;
	}
#dictionary .ansertit p{
	position:absolute;
	top:30px;
	left:80px;
	font-size:24px;
	font-weight:700;
	}
#dictionary .ansertxt{
	margin-bottom:20px;
	}


/*faq
------------------------------------------------------------*/
#faq{
	background: url("../img/faq/faq_bk.png") ;
	}

#faq a{
	text-decoration:none;
	color:#111;
	}

#faq .tit{
	position:relative;
	}
#faq .tit img{
	width:100%;
	}
#faq .tit p{
	position:absolute;
	top:25px;
	left:130px;
	text-align:center;
	font-weight:700;
	}

#faq ol{
	margin:10px 0px;
	}

#faq ol li{
	display:inline-block;
	margin:0px 20px;
	line-height:1.4rem;
	font-size:88%;
	}

#faq ol li:before {
	content: '●';
	color: #f00;
	padding-right:2px;
}

#faq .faq_boxArea{
	padding:10px 0px 30px;
	}

#faq .faq_box{
	display:block;
	margin:10px 20px;
	padding:20px;
	background-color:#fff;
	border-radius:3px;
  box-shadow:0px 0px 6px 1px #3a614f;
-moz-box-shadow:0px 0px 6px 1px #3a614f;
-webkit-box-shadow:0px 0px 6px 1px #3a614f;
	}

#faq ul li:before {
	content: url(../img/faq/ico_q.png);
	 position: relative;
	 padding-right:10px;
	 vertical-align: text-top;
}

#faq li{
	line-height:1.8rem;
	}

#faq .subtit{
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:1.2rem;
	font-weight:700;
	border-bottom: dotted 1px #666;
	}

#faq .subtit img{
	padding-right:10px;
	}

#faq .answer, .connectWithFaq{
	padding:10px 20px;
	margin:10px 0;
	border-radius:3px;
	font-weight:600;
	}

#faq .answer{
	background-color:#efefef;
	}
#faq .answer p:before {
	content: url(../img/faq/ico_a.png);
	position: relative;
	padding-right:10px;
	vertical-align: text-top;
	}

#faq .connectWithFaq {
	border: solid 2px #efefef;
	}

#faq .connectWithFaq p:before {
	content: url(../img/faq/ico_faq.png);
	position: relative;
	padding-right:10px;
	vertical-align: text-top;
	}

#faq .connectWithFaq dd{
	font-weight:normal;
	padding:10px;
	}

#faq .connectWithFaq dd:before{
	content: '◆';
	color: #bde339;
	padding-right:2px;
}

#faq .connectWithFaq .bg1{
	background-color:#edffe5;
}

#faq .faqbanner img {
	width: 100%;
}

/*option
------------------------------------------------------------*/

#option p{
	margin-bottom:30px;
	}
#option h3{
	color:#fff;
	background-color:#848a96;
	padding:5px 16px;
	margin:20px 0 16px;
	border-radius:5px;
	}
#option h4{
	color:#111;
	border-bottom:dotted #555 1px;
	margin:16px 0;
	}
#option h4:before {
	/*content: url(../img/about/img/ico_carB.png);*/
	position: relative;
	padding-right:10px;
	vertical-align: bottom;
	}

/*media
------------------------------------------------------------*/
@media screen and (min-width: 1025px) {

#reserve_container {
  width: 1200px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  padding: 20px 0;
}
.step{
	text-align:center;
	padding:6px 0 20px;
}
#dictionary .smptit{
	display:none;
	}

#dictionary_box .dictionary_boxtit img {
    width: 100%;
	}
	}

@media (min-width:668px) and (max-width:1024px){

.step img{
	width:100%;
	margin-bottom:10px;
}
.card_inner {
	padding:16px;
}
.cardform dl dt{
    width: 20%;
    margin:0 6px 10px 0;
	padding:9px 12px;
}
.cardform dl dd{
	width: 68%;
}
.memberbox .tit {
	float:none;
}
.memberbox span{
	padding-left:10px;
	float:none;
}
.login_box .inner{
	margin:0 20px;
}
.edit_box .inner{
	margin:0 20px;
}
.edit_box img.driverslicense {
	width:30%;
}
.caution_box{
	margin:20px;
}
.button{
	white-space: nowrap;
}
.choice_shop{
	margin:20px　0px 0;
}
#carSpec table{
	font-size:12px;
	margin:0px 0;
}
.cardform dl dt{
	width: 17%;
}
#faq .tit p{
	top:20px;
	left:55px;
	text-align:left;
}
#dictionary .smptit{
	display:none;
	}
}

@media (max-width: 667px) {

/*display:none
------------------------------------------------------------*/
table.com thead,
#faq .tit p,
#dictionary .tit p,
#dictionary_box .left{
	display:none;
}
/*
#dictionary .tit p {
    position: absolute;
    top: 20px;
    left: 50px;
    text-align: center;
    font-weight: 700;
}*/
.step img{
	width:100%;
	margin-bottom:6px;
}
.reserve_step{
	margin-bottom:16px;
}
.memberbox .tit {
	float:none;
}
.memberbox span{
	padding-left:10px;
	float:none;
}
.card_inner {
	padding:10px;
}
.card dl dt{
    width: 90%;
    margin:0 10px 10px 0;
	padding:3px 12px;
    float: left;
    clear: left;
	color:#fff;
	background-color:#87d0ce;
	border-radius:5px;
}
.card dl dd{
	width: 90%;
}
.cardform dl a{
	display:inline-block;
}
.past th{
	width:90%;
	display:block;
	margin: 0 auto;
	border:none;
	border-radius: 3px;
}
.past td{
	display:block;
	width: 90%;
	border-top: none !important;
	padding-bottom:20px;
	text-align:center;
	text-decoration:none;
}
.login_box .inner{
	margin:0px;
	padding:0;
	font-size:88%;
	background-color:#fff;
}
.login_box span.idpw {
	padding-bottom: 6px;
}
.login_box span.idpw2 {
	float:right;
	padding:0;
	width:100%;
}
.edit_box .inner{
	margin:0px;
}
.edit_box table{
	font-size:88%;
}
.edit_box th{
	width:36%;
}
.edit_box td span{
	font-size:10px;
	line-height:1em;
}
.terms_box .terms_boxinner{
	margin:5px;
	font-size:88%;
}
.thanks_box{
	text-align:left;
	line-height:1.6em;
}
.thanks_box p{
	font-size:20px;
}
.caution_box{
	width:90%;
	margin:0 0 20px 20px;
}
.pickupshoplist, .shopAdTelTime, .shopBtnList {
    display: inline-block;
	width:94%;
}
#shopdetail h2.rentname {
	font-size:12px;
}
.shopTop img{
	margin-bottom:0px;
}

/*table
------------------------------------------------------------*/
table.com{
	display: block;
	font-size:88%;
}

table.com tbody{
	display: block;
}
table.com tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
table.com tbody th,
table.com tbody td  {
	display: list-item;
	border: none;
	list-style-type: none;
	border-radius:5px;
}
table.com tbody th{
	width:100%;
	margin-bottom: 5px;
	list-style-type: none;
}
table.com tbody td{
	padding: 0;
	text-align:left;
}
table.price {
	display: block;
	position: relative;
	font-size:88%;
}
table.price thead {
	display: block;
	float: left;
}
table.price tbody {
	display: block;
	position: relative;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
table.price th,
table.price td {
	display: block;
	width:100%;
	height:30px;
}

table.price tr {
	display: inline-block;
}
table.price tbody tr {
	margin-right: -5px;
}
#reason img{
	width:100%;
	padding: 0 0 0 0;
	/*padding-bottom:10px;*/
	}
.accident_box .caution{
	text-align:left;
}
.shopName img.shop{
	width:100%;
}

.shoplistBox{
	padding:0 3px 2px;
}
.wide {
    width: 100%;
}
.bout_box{
	width:100%;
}
table.panelTable {
    font-size: 88%;
}
table.panelTable tbody th.gray {
    background: #aaa;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
table.panelTable tbody th.gray {
    padding: 5px 0px 4px 0;
}
table.panelTable tbody th {
    width: 100%;
    margin-bottom: 5px;
    list-style-type: none;
}
table.panelTable tbody th, table.panelTable tbody td {
    display: list-item;
    border: none;
    list-style-type: none;
    border-radius: 5px;

}
/*dictionary
------------------------------------------------------------*/
#dictionary_box .dictionary_boxtit img{
	width:100%;
	}
#dictionary_box .right li{
	float:none;
	/*white-space: nowrap;*/
	padding-left:30px;
	width:80%;
	margin-bottom:10px;
	line-height: 1em;
	}
#dictionary .smptit{
	position: relative;
	text-align:left;
	font-weight:700;
	border-bottom:dotted 1px #ccc;
	padding-bottom:3px;
	margin-bottom:10px;
	}

#dictionary .smptit::after,
#dictionary .smptit::before {
  display: block;
  content: '';
  position: absolute;
}
#dictionary .smptit::after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #C62828;
  border-radius: 100%;
}
#dictionary .smptit::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
	#dictionary .ansertit p {
    position: absolute;
    top: 20px;
    left: 75px;
    font-size: 20px;
    font-weight: 700;
}
}

/* ADD 2018/04/13 */
.bk_question{
	color: #fff;
	background-color: #0071bc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.bk_answer{
	color: #fff;
	background-color: #c1272d;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: 700;
}

.line_grey_dot {
	border-bottom: dotted 1px #ccc;
}

.faq table {
	border: 0px #000000 solid;
}

.faq td {
	border: 0px #000000 solid;
	vertical-align:top;
	text-align:left;
}

.col_red {
	color: #c1272d;
}

.col_blue {
	color: #0071bc;
}

