@charset "shift_jis";
/* CSS Document */

/*基本部分*/

h1{
	color:#333;
	font-size :12px;
	font-weight :normal;
	line-height:18px;
	text-decoration:none;
	text-align: center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*2014追記　ＴＯＰスマホ切り替え*/
#view_smart{
display: none;
}
#view_pc{
display: none;
}

/*20160208スポット表表示*/
ul.spot_table th {
	width:25%;
	border:1px solid #CCCCCC
}
table.spot_row {
	width: 203px;
	height: 300px;
}
table.spot_row img {
	max-width: 140px;
	max-height: 120px;
}
	
ul.spot_table {
 	padding:0px;
}

ul.spot_table table.spot_row span {
 	text-align:center;
 	padding:3px;
 	width:30px;
}
ul.spot_table table.spot_row td {
 	padding:3px;
 	width:auto;
}

.spot_table li {
	list-style-type: none;
	float: left;
	width: 203px;
}



/*ヘッダーとフッター*/

div.header{
	width:100%;
	height:100px;
	background:url("../img/header_bg.png") repeat-x;
	background-position:bottom;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
}

div.header img{
	margin:30px 0px 0px 0px;
}


div.navi{
	width:100%;
	height:45px;
	background:#FFE8C4;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.navi ul{
	width:980px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
}

div.navi ul li{
	list-style:none;
	float:left;
}

div.navi ul li a{
	color:#402000;
	width:195px;
	line-height:45px;
	text-decoration:none;
	text-align:center;
	display:block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

div.navi ul li a:hover{
	background:#FFC977;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
h1 {
    color: #FFF;
    font-size: 16px;
    width: 300px;
    text-align:center;
    line-height: 40px;
    margin: 40px auto 20px auto;
    padding: 0px;
    background: #3F1F00;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

div.footer{
	width:100%;
	background:url("../img/footer_arch.png") no-repeat;
	background-position:top center;
	padding:0px;
}

div.footer img{
	margin:150px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div.footer p{
	color:#3F1F00;
	font-size:24px;
}

/*MKS info*/

.blog_iframe {
    width: 100%;
    height: 100px;
    border: none;
}

.top_open_info_1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.top_open_info_1 ul {
}

.top_open_info_1 li {
}

/*MKS info end*/