/* 船宿CSS */

body{
	color: #212121;
}

a{
	color: #008899;
}

a:hover{
	color: #008899;
}

.colored{
	background-color: #fff;
}

.topmessage, .topchoka{
	background-color: #f7f7f7;
}

.maincontents{
/*	border-top: 1px solid #e5e5e5; */
	border-bottom: 1px solid #e5e5e5;
}

.actionbutton{
	color: #fff;
	background-color: #008899;
}

.actionbutton:hover{
	background-color: #008899;
}

.headertel a{
	color: #000;
}

.headertel1:before{
	color: #008899;
}

.headertel2:before{
	color: #008899;
}

.globalnavi{
	background-color: #008899;
}

.globalnavi a{
	color: #fff;
}

.globalnavi a:hover{
	color: #fff;
}

.globallist{
	border-left:1px solid #007180;
	border-right:1px solid #009eb3;
}

.globallist li{
	border-right:1px solid #007180;
	border-left:1px solid #009eb3;
}

.footer_menu_item{
	border-left: 1px solid #ddd;
}

.credit a{
	color: #000;
}

.contact_box{
	background-color: #f7f7f7;
}

.contact_box a{
	color: #000;
}

.contact_title{
	color: #008899;
}

.contact_tel1:before{
	color: #008899;
}

.contact_tel2:before{
	color: #008899;
}

.pagenation_back{
	border: 1px solid #008899;
}

.page_title{
	background-color: #f7f7f7;
}

.top_h2{
	background-image: url(top_h2.png);	
	background-repeat:no-repeat;
	background-position: left bottom;
}

.topchoka_more{
	background-color: #ffffff;
}

.choka_box a{
	color: #000;
}

.choka_photo{
	background-color: #f7f7f7;
}

.choka_title_date{
	color: #737373;
}

.choka_text{
	border-top: 1px solid #a0a0a0;
}

input[type="button"].chokaarchive_button{
	background-color: #444;
}

.page_table dl{
	border: 1px solid #e5e5e5;
	border-top: none;
	background: #f5f5f5;
}

.page_table dt{
	border-top: 1px solid #e5e5e5;
}

.page_table dd{
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	background: #fff;
}

.access_h3{
	background-color: #f7f7f7;
}

.access_process_image{
	background-color: #f7f7f7;
}

.gallery_photo{
	height: 205px !important;
	background-color: #f7f7f7;
}

.movie_date{
	color: #737373;
}

.movie_text{
	border-top: 1px solid #a0a0a0;
}

.topcontents_box img{
	width: 100%;
	height: auto;
}


@media screen and (max-width: 640px) {

.headerarea{
	border-bottom: 1px solid #e5e5e5;
}

.globalnavi{
	border-bottom: none;
}

.globallist{
	border-right: none;
	border-left: none;
}

.globallist li{
	border-bottom: 1px solid #fff;
	border-right: none;
	border-left: none;
}

.headertel{
	border-top: 1px solid #e5e5e5;
}

.choka_box{
	border-bottom: 1px solid #a0a0a0;
}

.choka_title{
	border-bottom: none;
}

.choka_text{
	border-top: none;
}

.page_table dd{
	border-left: none;
}

.gallery_photo{
	height: auto !important;
	background-color: #f7f7f7;
}

.top_snsbanner{
	margin-top: -2em;
}

}