@charset "utf-8";

/*Common.css
----------------------------------------------------------- */

body {
	color: #595959;
	font-family:"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:14px;
	font-weight:normal;
	background:#fff url(../images/bg.png) repeat 0 0;
	line-height: 1.5;
	min-width: 960px;
	-webkit-text-size-adjust: 100%;
}
a { color: #000;}
a:hover { color: #533300;}
/*
box_sizing[Body配下のBlock要素全てBorder_box]
----------------------------------------------------------- */
body *
{
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/*header
----------------------------------------------------------- */
.hd{
	width:100%;
	height:150px;
	background:url(../images/hd-bg.png) repeat-x 0 0;
	position:fixed;
	z-index:9999;
}

.hd div{
	width:960px;
	height:150px;
	margin:0 auto;
	padding:0;
	position: relative;
}

.hd div p{
	float:left;
	margin:0;
	padding:0;
	line-height:1.0;
}

.hd ul{
	list-style-type:none;
}

.hd ul li{
	float: left;
}

.hd ul.nav01,
.hd ul.nav02,
.hd ul.sns,
#logo{
	position: absolute;
}

.hd ul.nav01 {
	top: 0;
	left: 0;
	}
	
#logo {
	top: 0;
	left: 382px;
	}

.hd ul.nav02 {
	top: 0;
	right: 195px;
	}
	
.hd ul.sns {
	top: 6px;
	right: 0;
	}

/*Cont-Box
----------------------------------------------------------- */
.wrapper{
	width:960px;
	height:auto;
	margin:0 auto;
	padding:185px 0 0;
}

.main{
	width:960px;
	height:auto;
}

.ft{
	width:100%;
	height:120px;
	background-color:#FFF;
	margin:100px 0 0;
	padding:15px 0 0;
}

.ft-inner{
	width:960px;
	margin:0 auto;
}

/*Common.css
----------------------------------------------------------- */
h1{
	color:#FFF;
	font-size:29px;
}

p{
	color:#FFF;
	margin-bottom:20px;
}

img {
  display: block;
  vertical-align: bottom;
}

a:hover img{
	opacity: 0.75;
}

/*footer.css
----------------------------------------------------------- */
.copyright{
	color:#7d7d7d;
	font-size:9px;
	text-align:center;
}

/*SNS
----------------------------------------------------------- */
.hd .sns{
	float:right;
	position:relative;
	top:-150px;
	right:-115px;
	list-style-type:none;
	padding-top:30px;
}

.hd .sns li,
.ft .sns li{
	float:left;
}

.hd ul.sns div{
	width:110px;
	height:20px;
}

.ft .sns{
	float:left;
	position:relative;
	list-style-type:none;
	top:-35px;
	right:20px;
}

.ft .fb-like{
	margin-right:10px;
}

/*gotop
----------------------------------------------------------- */
.gotop{
	float:right;
	position:relative;
	top:-70px;
	right:0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}