@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	123.1%
	17px 	131%
	18px 	138.5%
	19px 	146.5%
	20px 	153.9%
	21px 	161.6%
	22px 	167%
	23px 	174%
	24px 	182%
	25px 	189%
	26px 	197%
	28px 	215.4%
	40px	307.7%
*/

/* ====== 基本設定 ====== */

a{
	color:#595757;
	text-decoration:none;
}

a:hover{
	color: #89c3eb;
}

h1{
	clear: both;
	background:url("../images/common/title.png") no-repeat;
	padding-top: 90px;
	width: 500px;
	height: 0px;
	overflow:hidden;
	margin: 10px auto;
}

h2{
	font-size:150%;
	margin-bottom:10px;
}

h3{
	font-size: 174%; /* 23px */
}

body {
	line-height:2.1;
	color: #595757;
	font-size: 100%; /* 13px */
	background-color:#fff;
}

.photo{
	display: block;
	padding: 2px;
	border: 1px solid #ddd;
	behavior:url(PIE.php);
	box-shadow: 0 8px 6px -6px #999;
	position: relative;
	margin: 0 auto;
}

/* ====== header ====== */

#header {
	position: relative;
}

#header_line {
	background-color: #333;
	height: 32px;
	padding: 5px; 10px
}

#counter{
	float: left;
}

#count{
	float: left;
	color: #ccc;
}

#search{
	float: right;
}

#searchform {
	display: block;
	float: right;
	background-color: #fff;
	width: 226px;
	height: 25px;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 10px;
	behavior:url(PIE.php);
}
#keywords  {
	width: 176px;
	position: absolute;  
	top: 2px;
	left: 12px;  
	border: 1px solid #FFF;
	font-size: 77% /* 10px */
}

#searchBtn {  
	position: absolute;  
	top: 4px;  
	right: 6px;  
}

#icon_menu{
	float: right;
}

#icon_menu li{
	float: right;
	margin-right: 10px;
}

/* ====== menu ====== */

#menu {
	border-top: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0px 2px 2px #ccc;
	behavior:url(PIE.php);
	position: relative;
}

#menu ul{
	width: 900px;
	margin: -1px auto 0;
	list-style:none;
	border-left: 1px solid #ccc;
}

#menu li {
	float:left;
	height:100%;
	border-right: 1px solid #ccc;
}

#menu a {
	text-align: center;
	line-height: 2.7;
	width: 121px;
	padding: 3px 0px 0px;
	display: block;
	color: #2b2b2b;
	font-size: 116% /* 15px; */
}

#menu li:last-child a {
	width: 166px;
}

#menu a:hover,
#menu .current a {
	padding-top: 0px;
	border-top: 3px solid #f6ad49;
}

/* ====== main ====== */

#main {
	width:900px;
	margin:30px auto 0;
	background-color:#fff;
}

.pink{
	color: pink;
}

.red{
	color: #ec6d71;
}

.orange{
	color: orange;
}

/* ====== footer ====== */

#footer {
	background-color: #333;
	box-shadow: 0px -2px 2px #ccc;
	position: relative;
	behavior:url(PIE.php);
	z-index: 2147483647;
}

address{
	width:900px;
	margin:0px auto;
	margin-top:30px;
	color: #fff;
	line-height: 3.6;
	font-style: normal;
	text-align: center;
}

#footer a{
	color: #89c3eb;
}

#footer a:hover{
	color: pink;
}

.button-toggle {
	display:none;
}

/* ====== mobile ====== */
@media screen and (max-width: 800px) {

	body {
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		-o-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}

	img {
		max-width : 100% ;
		height : auto ;
	}

	h1{
		clear: both;
		background:url("../images/common/title.png") no-repeat 50% 50%;
		padding-top: 90px;
		max-width: 100%;
		height: 0px;
		overflow:hidden;
		margin: 10px auto;
	}

	.button-toggle {
		position: absolute;
		top: -90px;
		display: block;
		float: left;
		margin: 7px;
		width: 50px;
		height: 50px;
		color: #fff;
		background-color: #333;
		font-size: 50px;
		line-height: 55px;
		cursor:pointer;
		border-radius: 5px;
		text-align: center;
	}

	.off{
		display:none;
		position: absolute;
		left: 0;
	}
	.on{
		position: abosolute;
		left: 0;
	}

	#menu ul{
		display: none;
		position: absolute;
		top:0px;
		width: 100%;
		overflow: hidden;
		z-index: 100;
		background-color: #fff;
		border-top: 1px solid #333;
		border-left: none;
	}
	 
	#menu li {
		position: relative;
		float: none;
		width: auto;
		border-bottom: 1px solid #333;
		border-right: none;
	}
	 
	#menu a,
	#menu li:last-child a{
		display: block;
		width: auto;
	}

	#main{
		max-width : 100% ;
	}

	address{
		max-width : 100% ;
	}

}