@charset "UTF-8";

/*==== header ====*/
header{
	width: 100%;
	padding-top: 35px;
	margin-bottom: 30px;
	background: #FFF url("../img/deco_line.png") repeat-x top center;
}

header .logo{
	display: block;
	width: 400px;
	margin: 0 auto 25px;
}

header nav{
	background: #FFF;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}

header nav ul{
	width: 980px;
	margin: 0 auto;
	font-size: 0; /* inline-blockの隙間を無くす*/
}

header nav li{
	display: inline-block;
}

header nav li a{
	display: block;
	padding: 20px 0;
}

header nav li a img{
	width: 140px;
	height: 50px;
	display: block;
	background: url("../img/nav_menu.png") no-repeat;
}

header nav li:nth-child(2) a img{	background-position: -140px 0;}
header nav li:nth-child(3) a img{	background-position: -280px 0;}
header nav li:nth-child(4) a img{	background-position: -420px 0;}
header nav li:nth-child(5) a img{	background-position: -560px 0;}
header nav li:nth-child(6) a img{	background-position: -700px 0;}
header nav li:nth-child(7) a img{	background-position: -840px 0;}

header .fixed{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
/*==== footer ====*/
footer{
	width: 100%;
	margin-top: 40px;
	padding-top: 5px;
	text-align: center;
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
}

footer a{
	display: block;
	margin-bottom: 10px;
	color: #888;
}

footer p{
	margin-bottom:25px;
	color: #888;
	font-size: 14px;
}

footer .parent{
	width: 1000px;
	margin: 0 auto 40px;
	font-size: 0;/* inline-blockの隙間を無くす*/
}

footer .parent > li{
	display: inline-block;
	vertical-align: top;
	width: 13%;
	height: 190px;
	padding: 1%;
	font-size: 14px;
	border-left: 1px solid #EEE;
}

footer .parent > li:first-child{
	border-left: 0;
}

footer .parent > li > a{
	font-weight: bold;
}

footer .child li{
	font-size: 12px;
}

footer .copy{
	padding: 15px 0 20px;
	background: #fffeed url("../img/deco_line.png") repeat-x bottom center;
	font-size: 12px;
	color: #999;
	margin-bottom: 0;
}

/*==== container ====*/
.container{
	margin-top: -120px;
	padding-top: 120px;
}

/* パンくずリスト */
.pan{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.pan li{
	display: inline-block;
}

.pan li:before{
	content: ">";
	font-size: 12px;
	margin: 0 10px;
}

.pan li:first-child:before{
	content: none;
}

.pan li a{
	font-size: 12px;
}