@charset "UTF-8";
/* CSS Document */

.clearfix:after{
	content: "." ;
	clear: both;
	height: 0;
	font-size: 0;
	visibility:hidden;
	display:block;
}

html , p, h1, h2, h3, img{
	margin:0 ;
	padding:0 ;
}
p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*-----header----------------*/

header {
	 border-bottom: 1px solid #8fbc8f;
	 
}
.header_width{
	width:1000px;
	margin:0 auto;
}
.head_pic {
	 float:left;
	 padding-top:15px;
	 width: 300px;
}
.address{

	float: right;
	font-size: 100%;
	margin-top: 15px;
	
}


/*---------nav-------------*/
header ul {
	clear: both;
	width: 900px;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:18px;
}

header li {
	list-style: none;
	float:left;
	border-right:1px solid #8fbc8f;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:0 20px;
	font-weight:bold;
}

header li a { 
	text-decoration: none;
	
	text-align:center;
	padding: 10px 20px;
	font-size: 130%;
	color: #000 ;
	margin-top: 5px;
}
header .a_last {
	border-right: 0;
}
header li a:hover{
	/*border-bottom:3px solid #9C3;*/
	color: #960;
	/*background-color:#f5deb3;
	-webkit-box-shadow:0px 0px 8px 0 #C96 inset;
  	   -moz-box-shadow:0px 0px 8px 0 #C96 inset;
            box-shadow:0px 0px 8px 0 #C96 inset;*/
	
}



/*-------footer-----------*/
footer {
	
	padding-top:25px;
	background-color:#096;
	height:100px;
	position:relative;
	margin-top:70px;
}

.footer_content{
	width: 600px;
	margin:10px auto;
	
}

.footer_copy{
	position:absolute;
	top:40px;
	left:100px;
	color:#fff;
	
	
}
footer ul{
	width: 600px;
	font-size:15px;
}

footer li{
	list-style: none;
	float:left;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding:0 20px;
	font-weight:bold;
}
footer a{
	text-decoration:none;
	color:#fff;
}



/*-----responsive------*/
/* iPHone4,iPhone5,iPhone5s,iPhone6 */
@media screen and (max-width: 480px)
{
	header{
		border:none;
		margin:0;
		width:100%;
		
	}
	
	
	.header_width{
		width:90%;
		margin:0 8%;
		padding:0;
	}
	.head_pic{
		float:none;
		padding:0;
		width:90%;
		margin:0 ;
	}
	
	header .address{
		display:none;
	}
	header ul{
		width:90%;
		margin: 0 auto;
		padding:0;
	}
	header li{
		width: 65%;
		margin:10px auto;
		float:none;
		margin-bottom: 13px;
		border:none;
		border-bottom:1px dashed #C63;
		text-align:center;
		font-size:80%;
	}
	
	header li a{
		padding: 5% 10%;
		
	}
	header li a:hover{
		border:none;
		color:#C66;
	}
	
	h1 img{
		width: 70%;
		display:block;
		margin:0 auto;
		padding:0;
	}
	p　{
		font-size:90%;
	}
　	footer{
	width:100%;
	}
	.footer_content{
		display:none;
	}
	.footer_copy{
	position:absolute;
	top:40%;
	left:40%;
	color:#fff;
	
	
}
	}
}














