@charset "UTF-8";
/* CSS Document */

*{
	box-sizing: border-box;
}
body{
	background-image: url(../../img/bg.png);
	background-repeat: repeat;
}

.header{
	width: 100%;
	height: 48px;
	background: #D56A0C;
	background: -webkit-gradient( linear, left top, left bottom, from(#F64434), to(#D81C12));
    background-image: -webkit-linear-gradient(top, #F64434, #D81C12);
	color: #fff;
	padding: 13px 10px;
	text-align: center;
}	
.header h1{
	font-size: 20px;
}
.contents{
	display: block;
	width: 100%;
	max-width: 420px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
}
.lead{
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 10px;
	background-color: #ddd;
	color: #000;
	text-align: center;
}
.contents h2{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding: 10px 0 20px 0;
}
.contents h2 a:link{color: #000;}
.contents h2 a:hover{color: #000;}
.contents h2 a:active{color: #000;}
.contents h2 a:visited{color: #000;}

.contents .photo{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
}
.contents .photo img{
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}


.contents .done{
	display: block;
}

.contents .done a{
	display: block;
	width: 90%;
	height: auto;
	margin: 20px auto;
	padding: 10px 0;
	background: #aaa;
	background: linear-gradient(#FF8316, #B85E0E);
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
.contents .done a:link{color: #fff;}
.contents .done a:hover{color: #fff;}
.contents .done a:active{color: #fff;}
.contents .done a:visited{color: #fff;}


.contents .menuBar{
	display: table;
	width: 100%;
	height: auto;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	background: #fff;
	margin: 0 auto;
	padding: 5px;
	border-radius: 0;
}


.contents .menuBar .map,
.contents .menuBar .menu,
.contents .menuBar .coupon,
.contents .menuBar .other{
	display: table-cell;
	text-align: center;
	padding: 0;
	border-right: #ccc solid 1px;
}

.contents .menuBar .coupon{
	border-right: #ccc solid 0px;
}
.contents .menuBar .other{
	border-right: none;
	
}

.contents .menuBar .map a,
.contents .menuBar .menu a,
.contents .menuBar .coupon a,
.contents .menuBar .other a{
	display: block;
	width: 90%;
	height: auto;
	margin: 5px auto;
	padding: 10px 0;
	/*background:#0D933D;*/
	/*background: linear-gradient(#16DF5F, #0D933D);*/
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
.contents .menuBar .map a:link,
.contents .menuBar .menu a:link,
.contents .menuBar .coupon a:link,
.contents .menuBar .other a:link{color: #333;}
.contents .menuBar .map a:hover,
.contents .menuBar .menu a:hover,
.contents .menuBar .coupon a:hover,
.contents .menuBar .other a:hover{color: #333;}
.contents .menuBar .map a:active,
.contents .menuBar .menu a:active,
.contents .menuBar .coupon a:active,
.contents .menuBar .other a:active{color: #333;}
.contents .menuBar .map a:visited,
.contents .menuBar .menu a:visited,
.contents .menuBar .coupon a:visited,
.contents .menuBar .other a:visited{color: #333;}










.contents .info{
	display: block;
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 10px 20px;
	background: #fff;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 2.5em;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	border-radius: 0;
}
.contents .info p{
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 2.0em;
	text-indent: -5em;
	padding: 0 0 0 5em;
}
.contents .info p span{
	color: #000 !important;
	font-weight: bold;
}



.contents .menuBar .excludeBtn{
	
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	


	
}
input[type="mailtext"] {
	padding: 10px 20px;	
}
input[type="text"] {
	padding: 10px 20px;	
}
input[type="password"] {
	padding: 10px 20px;	
}
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
}


.copyryghts{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	background: #fff;
	border: none;
}
footer{
	width: 100%;
	height: auto;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	background: #333;
}















