/* 船宿CSS */

body{
	color: #212121;
}

a{
	color: #f38400;
}

a:hover{
	color: #f38400;
}

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

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

.actionbutton > a{
	color: #fff;
}

.actionbutton > a:hover{
	color: #fff;
}

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

.page_title{
	background-color: #000;
}

.page_h2{
	color: #fff;
}

.headertel1{
	color: #f38400;
	line-height: 2rem;
}

.headertel1:before{
	color: #f38400;
}

.headertel2{
	color: #f38400;
}

.headertel2:before{
	color: #f38400;
}

.globalnavi{
	background-color: #f38400;
}

.globalnavi a{
	color: #fff;
}

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

.globallist{
	border-left:1px solid #d97700;
	border-right:1px solid #f2a649;
}

.globallist li{
	border-right:1px solid #d97700;
	border-left:1px solid #f2a649;
}

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

.credit{
	border: 1px solid #dcdcdc;
}

.credit_tel1{
	border-top: 1px solid #dcdcdc;
	color: #f38400;
}

.credit_tel2{
	color: #f38400;
}

.copyright{
	color: #666666;
}

.contact_box{
	background-color: #f7f7f7;
}

.contact_text_l{
	color: #000;
}

.contact_text_s{
	color: #f38400;
}

.contact_tel1:before{
	color: #f38400;
}

.contact_tel2:before{
	color: #f38400;
}

.top_h2{
	background-color: #f7f7f7;
	border-top: 4px solid #f38400;
	border-bottom: 1px solid #e5e5e5;
}

.top_h2_blogfeed{
	background-color: #f7f7f7;
}

.topblogfeed{
	border: 1px solid #dcdcdc;
}

.topblogfeed a{
	color: #f38400;
}

.topblogfeed a:hover{
	color: #f38400;
}

.topblogfeed li{
	padding: 2px;
	line-height: 1.2em;
	border-bottom: 1px dotted #dcdcdc;
}

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


.coverphoto{
	background-color: #000;
}

.topcontents_box{
	border: 1px solid #dcdcdc;
}

.topchoka_more{
	background-color: #e5e5e5;
}

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

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

.choka_photo{
	background-color: #f7f7f7;
	background-image: url(bg_noimage_fish.png);
	background-repeat: no-repeat;
	background-position: center center;
}

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

.top_choka_photo{
	background-color: #f7f7f7;
}

.choka_title a{
	color: #f38400;
}

a > .choka_text{
	color: #000;
}

a > .choka_title_date{
	color: #000;
}

.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;
}

.gallery_photo{
	background-color: #f7f7f7;
}

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


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

	.headerarea{
		border-bottom: 1px solid #e5e5e5;
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}

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

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

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

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

	.page_table dd{
		border-left: none;
	}

}