
@import "default.css";

body{
	font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "CI",sans-serif;
}

#head{
	margin-bottom: 0;
}

.top-img{
	background-color: #231f20;
	text-align: center;
	margin: 0 0 10px 0;
}

.main::after{
	content: " ";
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/*---------- class news ----------*/
.news{
	width: calc(100% - 30px);
	border:5px solid #cccccc;
	padding:10px;
	margin:0 0 15px 0;
}

.news h2{
	background-image: url(../image/index/news.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	height: 16px;
	width: 55px;
	margin: 0;
}

.news ul {
	margin:0;
	padding:5px 0 0 5px;
	list-style:none;
}

.news ul li {
	margin:8px 0 0 0;
}

/*---------- class local-nav ----------*/
.local-nav{
	width: 600px;
	margin: 0 auto 15px auto;;
}

.local-nav::after{
	content: " ";
	display: block;
	margin: 0;
	height: 0;
	padding: 0;
	clear: both;
}

.local-nav dl{

}

.local-nav dd{
	float: left;
	width: 149px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #efefef;
	text-align: center;
	font-size: 1.1em;
}

.local-nav dd:first-child{
	width: 150px;
	border-left: none;
}

.local-nav dd a{
	margin: 0 auto;
	display: block;
	width: 120px;
	border-radius: 15px;
	padding: 5px 0 6px 0;
}

.local-nav dd a:hover{
	background-color: rgba(220,220,220,0.3);
}

/*---------- class next-event ----------*/
.next-event{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 1.8em;
	background-color: #f0f0f0;
	padding: 15px 0 0px 0;
	margin-bottom: 20px;
}

.next-event span{
	font-size: 0.7em;
	line-height: 3;
}

a.next-event:hover{
	text-decoration: none;
}

/*---------- class event-overview ----------*/
.event-overview{
	width:350px; /*width:100%;*/
	margin: 0 20px 0 0;
	float: left;
}

.event-overview h2{
	background-image: url(../image/index/event_gaiyo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -9999px;
	height: 25px;
	width: 240px;
	margin: 0;
}

.event-overview p{
	padding: 0 10px;
}

/*---------- class event-contents ----------*/
.event-wrapper{
	margin: 0 0 50px 0;
}

.event-wrapper::after{
	content: " ";
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

.event-contents{
	/*margin: 30px 0 0 0;*/
	/*width: 740px;*/
	width: 350px;
	margin: 0 20px 0 0;
	float: left;
}

.event-contents::after{
	content: " ";
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

.event-contents img.event-number{
	display: block;
	text-align: left;
}

.event-contents h3{
	color:#F3A694;
}

.event-contents p{
	margin-left: 22px;
}

.event-contents .map{
	margin-left: 22px;
}

.event-contents ul{
	margin: 0;
	padding: 0;
}

.event-contents li{
	width: 100%;
	list-style: none;
	margin: 5px 0 0 30px;
}

.event-contents li:first-child{
	margin: 0 0 0 30px;
}

.event-contents .event-store{
	width: 370px;
	float: left;
}

.event-contents .btn-sign{
	display: inline-block;
	width: 200px;
	text-align: center;
	background-color: #00ccb8;
	opacity: 1;
	color: #fff;
	padding: 5px 0;
	margin: 0 0 12px 30px;
	border-radius: 5px;
}

.event-contents a.btn-sign{
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 500ms;
	transition-property: background-color;
	transition-duration: 500ms;
}

.event-contents a.btn-sign:hover{
	background-color: #187FC4;
}

.event-contents p.btn-sign{
	background-color: #aaa;
}

.event-contents .event-store .btn-info li{
	margin-top: 5px;
}

.event-contents .event-store .btn-info li:first-child{
	margin-top: 0;
}

.event-contents .event-store .btn-info a{
	display: inline-block;
	width: 190px;
	text-align: left;
	background-color: #f3a694;
	opacity: 1;
	color: #fff;
	padding: 1px 0 1px 10px;
	border-radius: 5px;
}

.event-contents .event-store .btn-info p{
	display: inline-block;
	width: 190px;
	text-align: left;
	background-color: #f3a694;
	opacity: 1;
	color: #fff;
	padding: 1px 0 1px 10px;
	border-radius: 5px;
	margin: 0;
}



/*---------- class sub ----------*/
.sub{
	margin: 0 0 20px 0;
}

.sub ul{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}

.sub .navi_doll{
	margin: 5px 0 0 0;
}

/*---------- outline ----------*/
.outline{
	float: left;
	width: 240px;
}

.outline dl.link-list{
	margin: 20px 0 30px 10px;
	padding: 0;
	list-style: none;
}

.outline dl.link-list dd{
	margin: 4px 0 0 0;
}

.outline dl.link-list dd a{
	display: inline-block;
	width: 190px;
	text-align: left;
	background-color: #f3a694;
	opacity: 1;
	color: #fff;
	padding: 1px 0 1px 10px;
	border-radius: 5px;
}

.main-contents{
	float: right;
	width: 490px;
	margin-bottom: 50px;
}

/*---------- for sanka.html ----------*/
.page-sign .main{
	margin-bottom: 50px;
}

.page-sign .main::after{
	display: block;
	content: " ";
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

/*----------class page-sign ---------*/
.page-sign{
	padding: 15px 0 0 0;
}

.page-sign h2{
	width: 100%;
	height: 30px;
	background-color: #f3a694;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin: 0;
}

/*---------- class dealer-boshu ----------*/
.dealer-boshu h2{
	background-image: url(../image/sanka/dealer_boshu.jpg);
}

.page-sign .dealer-boshu p{
	margin: 12px 5px 0 7px;
}

/*---------- class event-price ----------*/
.page-sign .event-price{
	margin: 20px 0 0 0;
}

.page-sign .event-price p{
	margin: 12px 5px 0 5px;
}

.event-price h2{
	background-image: url(../image/sanka/booth_sankahi.jpg);
}

.page-sign .event-price h3{
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.page-sign .event-price ul{
	margin: 5px 5px 0 16px;
	padding: 0;
	list-style: url(../image/list_normal.gif);
}

.page-sign .event-price li{
	margin: 3px 0 0 0;
}

/*---------- class method-sign ----------*/
.method-sign{
	float: right;
	width: 490px;
}

.method-sign p{
	margin: 12px 5px 0 5px;
}

.method-sign h2{
	background-image: url(../image/sanka/oubo_hoho.jpg);
}

.method-sign h3{
	width: 100%;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin: 0;
}

.method-sign h4{
	font-weight: normal;
	margin: 15px 0 5px 45px;
}

.method-sign table{
	margin: 0 0 0 45px;
}

.method-sign table th{
	width: 80px;
	padding: 2px 0 3px 12px;
	background-color: #ccc;
	color: #fff;
}

.method-sign table td{
	padding: 2px 0 3px 5px;
}

.method-sign .btn-form{
	display: inline-block;
	width: 400px;
	text-align: center;
	background-color: #eee;
	padding: 3px 0 5px 0;
	border-radius: 10px;
	margin: 0 0 0 45px;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 500ms;
	transition-property: background-color, color;
	transition-duration: 500ms;
}

.method-sign .btn-form:hover{
	background-color: #5B8190;
	color: #eee;
}

hr{
	margin: 30px 0 25px 0;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(180,180,180,0.75), rgba(255,255,255,0));
	background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(180,180,180,0.75), rgba(255,255,255,0));
	background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(180,180,180,0.75), rgba(255,255,255,0));
	background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(180,180,180,0.75), rgba(255,255,255,0));
}

/*---------- class method-web ----------*/
.method-web h3{
	background-image: url(../image/sanka/web_obo.jpg);
}

/*---------- class method-post ----------*/
.method-post h3{
	background-image: url(../image/sanka/yuso_obo.jpg);
}

/*---------- class method-store ----------*/
.method-store h3{
	background-image: url(../image/sanka/chokusetsu.jpg);
}

.method-store .store-guide{
	margin: 20px 0 0 45px;
}

.method-store .store-guide::after{
	display: block;
	content: " ";
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

.method-store .store-guide img{
	display: block;
	width: 250px;
	height: auto;
	float: left;
}

.method-store .store-guide p{
	float: left;
	margin: 0 0 0 10px;
	line-height: 1.7;
}

/*---------- class page-sale ----------*/
.page-sale{
	padding: 15px 0 0 0;
}

.page-sale h2{
	width: 100%;
	height: 30px;
	background-color: #f3a694;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin: 0;
}

.page-sale .outline h2{
	background-image: url(../image/sale/diw_pink.jpg);
}

.page-sale .outline h3{
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.page-sale .outline p{
	margin: 5px 0 0 0;
	padding: 0 5px 0 15px;
}

.page-sale .main-contents h2{
	background-image: url(../image/sale/event_hanbai.jpg);
}

.page-sale .main-contents .list{
	margin: 10px 0 0 0;
}

.page-sale .main-contents .list li{
	background-color: rgba(240,240,240,0);
	border-radius: 5px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 500ms;
	transition-property: background-color;
	transition-duration: 500ms;
}

.page-sale .main-contents .list li:hover{
	background-color: rgba(240,240,240,0.4);
}

/*---------- class page-intro ----------*/
.page-intro{
	padding: 15px 0 0 0;
}

.page-intro .outline h2{
	background-image: url(../image/shokai/kaisai_kaijo.jpg);
	width: 100%;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin: 0;
}

.page-intro .outline h3{
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.page-intro .outline p{
	margin: 5px 0 0 15px;
	line-height: 1.7;
}

.page-intro .outline img.map-img{
	display: block;
	width: 240px;
	height: auto;
	margin: 10px 0 0 0;
}

.page-intro .main-contents h2{
	font-weight: normal;
	font-size: 2.0em;
	line-height:1;
	margin: 5px 0 0 0;
	padding: 0 0 0 5px;
	border-left: 4px solid #f3a694;
}

.page-intro .main-contents .map{
	display: block;
	margin: 20px 0 20px 10px;
	width: 470px;
	height: auto;
}

.page-intro .main-contents th,
.page-intro .main-contents td{
	border-bottom: 2px dotted #ccc;
}

.page-intro .main-contents th{
	font-weight: bold;
	padding: 0 0 4px 0;
}

.page-intro .main-contents td{
	padding: 6px 0 4px 0;
}

.page-intro .main-contents td:first-child{
	text-align: center;
	font-weight: bold;
}

/*---------- class page-contact ----------*/
.page-contact{
	padding: 15px 0 0 0;
}

.page-contact h2{
	width: 100%;
	height: 30px;
	background-color: #f3a694;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin: 0;
}

.page-contact .outline h2{
	background-image: url(../image/otoiawase/diw_otoiawase.jpg);
}

.page-contact .outline h3{
	font-size: 1em;
	font-weight: normal;
	margin: 10px 0 0 0;
}

.page-contact .outline p{
	margin: 5px 0 0 15px;
	line-height: 1.7;
}

.page-contact .outline .outline-detail{
	margin: 12px 5px 0 5px;
}

.page-contact .main-contents h2{
	background-image: url(../image/otoiawase/otoiawase_form.jpg);
}

.page-contact .main-contents h3{
	font-weight: normal;
}

.page-contact .submit{
	margin-top: 30px;
}

/*---------- class page-dealercut ----------*/
.page-dealercut{
	padding: 15px 0 0 0;
}

.page-dealercut h2{
	width: 100%;
	height: 30px;
	background-color: #f3a694;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin: 0;
}

.page-dealercut h3{
	font-weight: normal;
}

.page-dealercut .outline h2{
	background-image: url(../image/dealer-cut/dealer_cut.jpg);
}

.page-dealercut .outline p{
	margin: 12px 5px 0 5px;
	line-height: 1.7;
}

.page-dealercut .outline .inner p{
	margin: 5px 5px 0 15px;
}

.page-dealercut .outline .inner ul{
	margin: 0 5px 0 15px;
	padding: 0;
	list-style: url(../image/list_normal.gif);
}

.page-dealercut .outline .inner li{
	margin: 10px 0 0 0;
}

.page-dealercut .outline h3{
	font-size: 1em;
	margin: 10px 0 0 0;
}

.page-dealercut .main-contents h2{
	background-image: url(../image/dealer-cut/web_nyuko.jpg);
}

.page-dealercut .main-contents p{
	margin-left: 8px;
}

.page-dealercut .main-contents .form{
	margin-left: 8px;
}

.page-dealercut .main-contents .submit{
	margin-top: 30px;
}

/*---------- class page-apply ----------*/
.page-apply{
	padding: 15px 0 0 0;
}

.page-apply h2{
	width: 100%;
	height: 30px;
	background-color: #f3a694;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	margin: 0;
}

.page-apply .outline h2.diw_gcs23{
	background-image: url(../image/moshikomi/diw_gcs23.jpg);
}

.page-apply .outline h2.diw_ngy24{
	background-image: url(../image/moshikomi/diw_ngy24.jpg);
}

.page-apply .outline h3{
	font-size: 1em;
	margin: 12px 0 0 0;
	font-weight: normal;
}

.page-apply .outline ul{
	margin: 5px 5px 0 16px;
	padding: 0;
	list-style: url(../image/list_normal.gif);
}

.page-apply .outline li{
	margin: 3px 0 0 0;
}

.page-apply .main-contents h2{
	background-image: url(../image/moshikomi/web_obo_pink.jpg);
}

.page-apply .main-contents th{
	width: 160px;
}

.page-apply .main-contents .form .submit{
	margin-top: 30px;
}

#foot{
	margin-top: 30px;
}
