@charset "utf-8";
/* CSS Document */
.topicpath {
	width: 100%;
	text-align: left;
	font-size: 80%;
	margin-top: 0px;
	margin-left: -15px;
	padding: 0;
}

.topicpath a {
	text-decoration: none;
}

.topicpath ol li {
        /* liを横並び＆ブレットを消す */
        display: inline;
        list-style-type: none;
}

.topicpath ol li:before {
        /* liの前に記号追加 */
        content: " > ";
}

.topicpath ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content:"";
}

.subnavi {
	width: 100%;
	text-align: left;
	font-size: 100%;
	margin: 10px 0;
	line-height: 50px;
}

.subnavi ul {
	margin-left: 0px;
}

.subnavi li {
	float:left;
	list-style: none;
	margin-right: 1px;
}

.subnavi li a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #008b8b;
	width: 230px;
	height: 50px;
	text-align: center;
}

.subnavi li a:hover {
		opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.gallery {
	width: 1000px;
}

.gallery ul {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
}

.gallery ul li {
	float: left;
	list-style: none;
	width: 160px;
}

/* clearfix */
.gallery ul:after {
	display: block;
	clear: both;
	height: 0;
	line-height:0;
	visibility: hidden;
	content:".";
}

.modal{
	display:none;
	}
	
.modalBody {
	position: fixed;
	z-index:10000;
	background: rgba(0,0,0,0.80);
	width:700px;
	left:50%;
	top:50%;
	height: 550px;
	}
	
.btns {
	cursor: pointer;
	}
.btns .bikename {
	font-size: 80%;
}
.btns img:hover {
		opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
	
.close {
	cursor: pointer;
	position: absolute;
	left: 620px;
	bottom: 10px;
	border: 1px solid #fff;
	background-color: #2AC0FF;
	}
	
.close:hover {
		opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
	
.modal {
	width:690px;
	color: #eee;
	text-align: center;
	}
	
.modal p {
	font-size:80%;
	text-align:justify;
	line-height: 150%;
	padding: 0 10px;
	margin: 0;
	}
	
.gallery_title {
	font-weight: bold;
	text-decoration: underline;
}

.modal img {
	margin-top: 20px;
}

.modalBody{
	margin: 0 auto;
	}

img.img_shadow {
	box-shadow:rgba(165, 165, 165, 0.51) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(165, 165, 165, 0.51) 0px 0px 6px 3px;
-moz-box-shadow:rgba(165, 165, 165, 0.51) 0px 0px 6px 3px;
}

table.item_table, table.company_table, table.link_table {
	width: 640px;
	height: 100%;
	border-collapse: collapse;
	border: 1px solid #808080;
	margin-bottom: 10px;
}

table.item_table th {
	border: 1px solid #808080;
	text-align: center;
	background-color: #cccccc;
}

table.item_table td {
	border: 1px solid #808080;
}


table.company_table th {
	border: 1px solid #808080;
	text-align: left;
	background-color: #cccccc;
	width: 25%;
	padding:5px;
	font-weight: normal;
	vertical-align: top;
}


table.company_table td {
	border: 1px solid #808080;
	padding: 5px;
}

table.link_table {
	border: none;
	font-size: 80%;
}

table.link_table td {
	border-bottom: 1px dotted #BBBBBB;
	padding-top: 5px;
}

table.link_table td.topcell {
	border-top: none;
}

table.link_table td.bottomcell {
	border-bottom: none;
}

table.link_table td.icon_center {
	text-align: center;
}

table.link_table img {
	height: 50px;
	width: auto;
	margin-right: 20px;
	margin-bottom: 0px;
}

/* [iframe]を囲む要素 */
.embed-wrapper {
	width: 100% ;
	max-width: 560px ;			/* 最大の横幅 */
	height: 0 ;					/* 高さは0にする */
	padding-bottom: 56.25% ;	/* 横幅に対する縦幅の比率 */
	position: relative ;
	top: 0 ;
	left: 0 ;
}

/* [ifram] */
.embed-wrapper iframe {
	width: 100% ;		/* 親要素の余白いっぱい */
	height: 100% ;		/* 親要素の余白いっぱい */
	margin: 0 ;			/* 余白 */
	padding: 0 ;		/* スペース */
	position: absolute ;
	top: 0 ;
	left: 0 ;
}

.embed-googlemaps {
	padding-bottom: 40% ;	/* 横幅に対する縦幅の比率 */
}

p#kouchin01, p#kouchin02, p#kouchin03 , p#kouchin04{
		border-bottom: 3px dotted #FFB81F;
		margin-top: 100px;
}

/* スマホ用CSS */
@media screen and (max-width:479px){
iflame{
		display: none;
	}

.topicpath {
	margin-top: 110px;
}


.gallery {
	width: 100%;
}


.gallery ul li {
	width: 25%;
	margin: 0;
	padding: 0;
}

.gallery ul li img.thumbnail {
	width: 90%;
	height: 90%;
}

.modal {
	width:100%;
	}
	
.modalBody {
	position: fixed;
	z-index:10000;
	background: rgba(0,0,0,0.80);
	width:300px;
	left:50%;
	top:50%;
	height: 500px;
	}

.modal img {
	margin-top: 5px;
	width: 280px;
	height: auto;
}

.btns {
	width: 90%;
	height: 90%;
}

.close {
	cursor: pointer;
	position: absolute;
	left: 220px;
	bottom: 5px;
	}

img.img_shadow {
	width: 100%;
	height: auto;
}

table.item_table,table.company_table,table.link_table {
	width: 100%;
	height: auto;
}

table.link_table img {
	height: 25px;
	width: auto;
}

.subnavi li {
	float: none;
	margin-right: 0px;
	margin-bottom: 1px;
}

}
