@charset "UTF-8";

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,p,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0; padding: 0;
}

img {border: 0;}
li{list-style:none;}
body {
  width: 100%;
  background-color: #fff;
  font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  line-height: 1.7;
}

a:link { color: #005ebb;}
a:hover { color: #004080;}
a:visited { color: #005ebb;}

/*---- ヘッダー ----*/
header{
	overflow:hidden;
	background:url(../img/top/header_bg.jpg) left bottom repeat-x;
}
/*header h1.logo img {
	margin: 0;
	position: absolute;
	top: 0;
	left: 1%;
	width: 22.5%;
	z-index: 3;
	height: 55px;
}*/
header h1.logo img {
	margin: 0;
	position: absolute;
	top: 0;
	left: 1%;
	/*width: 22.5%;*/
	z-index: 3;
	height: 65px;
}
/*header p {
	color: #FFF;
	float: left;
	line-height: 1em;
	margin-left: 20%;
	margin-top: 5px;
	margin-right: 0px;
	font-size: 9px;
	letter-spacing: -0.1em;
}*/
header p{
	color: #FFF;
	float: left;
	line-height: 1.3em;
	margin-left: 80px;
	margin-top: 13px;
	margin-right: 0px;
	font-size: 11px;
	letter-spacing: -0.1em;
}
@media screen and (min-width: 480px) {
	header p { font-size: 11px; letter-spacing: normal; }
}
/*header div.bt {
	margin-bottom: 10px;
	margin-right: 2px;
	text-align: right;
}*/
header div.bt {
	margin-bottom: 10px;
	margin-right: 2px;
	text-align: right;
}
/*header div.bt img {
	width: 19%;
	margin: 5px 0 0 0;
	height: 17px;
}*/
header div.bt img {
	/*width: 19%;*/
	margin: 5px 0 -6px 0;
	height: 45px;
}

/*---- PopupMenu (Menu) ----*/
#PopupMenu {
	background: #fff;
    position: absolute;
    top: 65px;
    left: 0;
    width: 96%;
    overflow: hidden;
    display: none;
	padding: 0 2%;
	display: none;
	z-index: 10000;
}
#PopupMenu #menuBox {
    background: #e2e1e1 none repeat scroll 0 0;
    text-align: left;
}
#PopupMenu #menuBox {
    margin: 0;
    text-align: left;
}
#PopupMenu #menuBox .close {
    position: absolute;
    right: 12px;
    top: 2px;
}
#PopupMenu #menuBox h2 {
    background: rgba(0, 0, 0, 0) url("../img/bar_bg.gif") repeat-x scroll center bottom;
    border-bottom: 1px solid #993366;
    border-top: 1px solid #d24b5a;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;
    margin: 0;
}
#PopupMenu #menuBox img {
    border: medium none;
    vertical-align: bottom;
}
#PopupMenu div.section {
    margin: 9px 0 0;
	padding: 6px 4px 15px;
	border: 1px solid #b2b2b2;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 2%, #FFFFFF 97%, #EAEAEA 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#FFFFFF), color-stop(97%,#FFFFFF), color-stop(100%,#EAEAEA)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#EAEAEA',GradientType=0 ); /* ie */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}
#PopupMenu .next_g {
	border: medium none !important;
    font-size: 100%;
	margin: 0;
    padding: 0;
}
#PopupMenu .next_g li {
    border: medium none !important;
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#PopupMenu .next_g li a {
    background: #ffffff url("../img/next.png") no-repeat scroll right center;
    border-bottom: 1px solid #b27f7f;
    color: #bb0a0a;
    display: block;
    font-weight: bold;
    padding: 16px 0 16px 15px;
    text-decoration: none;
    margin: 0;
}

#txt_user_name {
	text-align: right;
    margin-right: 5px;
    margin-top: 2px;
    font-size: 12px;
    height: 22px;
}

#campaign_slider_section {
	width: 95%;
    margin: 22px auto 20px;
    -webkit-text-size-adjust: none;
}
#campaign_slider_section .slider_loading {
    background: url(images/slider/bx_loader.gif) center center no-repeat #fff;
    min-height: 180px;
    border: 1px solid #ccc;
}
#campaign_slider_section .campaign_title {
    color: #bf0008;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 0 0;
}
#campaign_slider_section .campaign_description {
    font-size: 12px;
}
#campaign_slider_section .campaign_description a {
	color: #071eaf;
    text-decoration: none;
}

/*---- Main ----*/
.main ul {
	overflow: hidden;
    margin: 30px 10px;
}
.main li {
	float: left;
	width: 32%;
	margin-right: 1.3%;
}
.main li img {
	width: 100%;
}
#search_modal {
	background: #ffffff url("../img/top/bg/bg_search_modal.png") no-repeat center;
    background-size: 100%;
    padding: 1px;
    margin: -34px 16px 10px 10px;
    display: none;
}
#search_modal ul {
	margin: 10px;
}
#search_modal li {
    margin-top: 8px;
}

/*---- キャンペーンを検索 ----*/
#title_search_campaign {
    margin: 0 auto;
    width: 96.5%;
}
#title_search_campaign img {
	width: 100%;
}
#search_campaign {
    width: 92%;
    margin: 0 auto 30px;
    padding: 0 2%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
#search_campaign .title {
    color: #bf0008;
    font-size: 14px;
    font-weight: bold;
    padding-top: 6px;
}
#search_campaign .txt {
	padding: 5px 10px;
	font-size: 12px;
}
#search_campaign select {
    width: 45%;
    float: left;
    margin: 12px 2%;
    height: 27px;
}
#search_campaign #btn_search_campaign {
    margin-bottom: 10px;
    text-align: center;
}
#search_campaign #btn_search_campaign img {
	width: 90%;
}

#search_campaign div.loading {
	background: url("../css/images/new/loading.gif") center no-repeat;
	height: 85px;
}

/*---- More Info ----*/
#home {
	border-bottom:solid 1px #969696;
}
#home .title img {
	width: 100%;
}
.next_n {
	margin: 10px 10px 20px;
	font-size: 12px;
}
.next_n li {
	border-bottom: 2px dotted #e1e1e1;
    background: url(../img/top/icon/icon_new.png) no-repeat;
    padding-left: 45px;
    padding-top: 7px;
}
.next_g {
	overflow: hidden;
	margin: 15px 10px;
}
.next_g li {
	width: 48%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
}
.next_g li img {
	width: 100%;
}

.facebook {
	text-align: center;
	padding-bottom: 10px;
}
.facebook img {
	width: 88%;
}

#foot_menu li {
	background: #fdfaf9 url(../img/top/icon_list_foot.jpg) 10px center no-repeat;
	background-size: 5%;
	border-bottom: solid 1px #bebcbb;
}
#foot_menu li a {
	text-decoration: none;
	padding: 13px 40px;
	display: block;
	color: #767676;
	font-weight: bold;
	background: url(../img/top/icon/icon_arrow.gif) 99% center no-repeat;
	background-size: 3%;
}
#foot_menu li a#view_as_pc {
	background: url(../img/top/icon/icon_view_as_pc.png) 99% center no-repeat;
    background-size: 10%;
}

/*---- 検索窓<Top Page> ----*/
#title_search_car {
    margin: 14px 0;
}
#title_search {
    margin: -8px 0 -5px;
}
#title_search_car img, #title_search img {
    width: 100%;
}
.search_window {
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	padding: 0 10px 10px;
	margin: 10px;
	font-size: 12px;
}
#searchForm label.txt {
	color: #193bae;
	font-weight: bold;
	padding: 5px 0px;
    display: block;
}
#searchForm input#de_date, #searchForm input#re_date {
	display: block;
	height: 27px;
    width: 100%;
    padding-left: 5px;
    border: 1px solid rgb(169, 169, 169);
}
#searchForm select {
    cursor: pointer;
    display: block;
    height: 27px;
    width: 100%;
}
#searchForm select#pref_id, select#office_id  {
    margin: 10px 0;
}
#searchForm ul {
    overflow: hidden;
    padding-top: 5px;
}
#searchForm li.date, #searchForm li.time {
    float: left;
    list-style: outside none none;
    width: 48%;
}
#searchForm li.time {
    float: right;
}
#searchForm #car_types {
    overflow: auto;
}
#searchForm #car_types div {
    width: 20%;
    float: left;
}
#searchForm #car_types input {
    display: none;
}
#searchForm #car_types label {
	width: 100%;
    cursor: pointer;
    float: left;
}
#searchForm #car_types label img {
	vertical-align: top;
    width: 100%;
    opacity: 0;
}
#searchForm #car_types label#lbl_car_types_1     { background: url(../img/ico_car_types/car_types_1.png)     no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_1.on  { background: url(../img/ico_car_types/car_types_1_on.png)  no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_2     { background: url(../img/ico_car_types/car_types_2.png)     no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_2.on  { background: url(../img/ico_car_types/car_types_2_on.png)  no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_3     { background: url(../img/ico_car_types/car_types_3.png)     no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_3.on  { background: url(../img/ico_car_types/car_types_3_on.png)  no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_4     { background: url(../img/ico_car_types/car_types_4.png)     no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_4.on  { background: url(../img/ico_car_types/car_types_4_on.png)  no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_5     { background: url(../img/ico_car_types/car_types_5.png)     no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_5.on  { background: url(../img/ico_car_types/car_types_5_on.png)  no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_6     { background: url(../img/ico_car_types/car_types_6.png)     no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_6.on  { background: url(../img/ico_car_types/car_types_6_on.png)  no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_7     { background: url(../img/ico_car_types/car_types_7.png)     no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_7.on  { background: url(../img/ico_car_types/car_types_7_on.png)  no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_8     { background: url(../img/ico_car_types/car_types_8.png)     no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_8.on  { background: url(../img/ico_car_types/car_types_8_on.png)  no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_9     { background: url(../img/ico_car_types/car_types_9.png)     no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_9.on  { background: url(../img/ico_car_types/car_types_9_on.png)  no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_10    { background: url(../img/ico_car_types/car_types_10.png)    no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_10.on { background: url(../img/ico_car_types/car_types_10_on.png) no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_11    { background: url(../img/ico_car_types/car_types_11.png)    no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_11.on { background: url(../img/ico_car_types/car_types_11_on.png) no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_12    { background: url(../img/ico_car_types/car_types_12.png)    no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_12.on { background: url(../img/ico_car_types/car_types_12_on.png) no-repeat; background-size: cover; }
/**本番未登録（車両タイプIDが変わる可能性あり）**/
#searchForm #car_types label#lbl_car_types_13    { background: url(../img/ico_car_types/car_types_13.png)    no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_13.on { background: url(../img/ico_car_types/car_types_13_on.png) no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_14    { background: url(../img/ico_car_types/car_types_14.png)    no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_14.on { background: url(../img/ico_car_types/car_types_14_on.png) no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_15    { background: url(../img/ico_car_types/car_types_15.png)    no-repeat; background-size: cover; }
#searchForm #car_types label#lbl_car_types_15.on { background: url(../img/ico_car_types/car_types_15_on.png) no-repeat; background-size: cover; }

#searchForm .btn_search_car {
	cursor: pointer;
	text-align: center;
    margin: 10px 0;
}
#searchForm .btn_search_car img {
	width: 76%;
	margin-top: 7px;
}

/*---- フッター ----*/
footer {
	background: url(../img/top/foot_logo.jpg) center top no-repeat;
	background-size: 90%;
	padding-top: 30px;
	margin-top: 15px;
}
footer p {
	text-align: center;
	border-bottom: solid 10px #cd0305;
	font-size:11px;
	margin-top:10px;
}

/*---- 新規店舗 ----*/
.newOpenList {
	width: 93%;
	margin: 2% auto;
	/*padding: 2% 4%;
	border: #cccccc solid 1px;*/
	font-size: 12px;
}
.newOpenList h3 {
	background: #bf0008;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 2% 4%;
	border-radius: 4px 4px 0 0;
}
.newOpenList dl {
	border: #cccccc solid 1px;
	padding: 3%;
	background: #fcfcfc;
}
.newOpenList dt {
	color: #0e69e6;
	float: left;
	clear: both;
	line-height: 1.5em;
	margin-bottom: 1%;
	margin-right: 1%;
}
.newOpenList dt:first-child {
	/* 点滅 */
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
.newOpenList dd {
	line-height: 1.5em;
	margin-bottom: 1%;
}

#jwing_header { line-height: 0!important; height: 50px; border-top: 5px solid #a60000; border-bottom: 1px solid #a60000; margin-bottom: 5px; }
#jwing_header .flLeft { margin: 9px 5px; float:left; }
#jwing_header #login_btn { padding: 0; margin: 5px 2px; float:right; height: 40px; max-width: 70px; }
#jwing_header #login_btn img { height: 100%; margin: 0; }
#jwing_footer { padding:5px 0; color:#fff; font-size:8px; background-color:#a60000; margin-top:20px; text-align: center; }