/* common */
#wrapper{
	background:#E4D9CD;
	}
body {
  -webkit-font-smoothing: antialiased;
}
/*font*/
/*p,h1,h2,h3{font-family:"游ゴシック体", "Yu Gothic", YuGothic,  "メイリオ", "Meiryo", sans-serif;}*/
p,h1,h2,h3,h4,h5{font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E","ＭＳ Ｐ明朝", "MS PMincho", serif;}
/*parts*/
.section{
	height:5px;
	text-align:center;
	background-image:url(../i/common/dot3.png);
	background-position:center;
	background-repeat:no-repeat;
	}

/* header */
header{
	width:100%;
	height:200px;
	background:#FFFFFF;
	/*position:fixed;*/
	}
header .logo{
	height:135px;
	text-align:center;
	/*background:#9CC;*/
	}
header .logo img{
	margin:0 auto;
	margin-top:20px;
	text-align:center;
	}

header .nav{
	width:100%;
	height:50px;
	margin:0 auto;
	padding-top:15px;
	text-align:center;
	background:#FFFFFF;
	}

.nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index:5;
}
header .sns_btn.fixed{
	width:70px;
	height:50px;
	float:left;
	position:absolute;
	right:40px;
	top:0;
	/*margin:0 auto;*/
	margin-top:15px;
	text-align:center;
	}
header .nav .menu{
	display:table;
	margin:0 auto;
	width:850px;
	height:50px;
	text-align:center;
	background:#FFFFFF;
	}
header .nav .menu li{
	display: table-cell;
    vertical-align: middle;
	/*padding:15px;*/
	/*padding-top:0;*/
	/*padding-bottom:10px;*/
	cursor: hand;
	background-image:url(../i/common/dot.png);
	background-position:top;
	background-repeat:no-repeat;
	/*border-bottom:solid 3px #FFFF00;*/
	}

header .sns_btn{
	width:70px;
	height:50px;
	float:left;
	position:absolute;
	right:40px;
	top:135px;
	/*margin:0 auto;*/
	margin-top:15px;
	text-align:center;
	}
header .sns_btn li span{
	width:15px;
	height:15px;
	float:left;
	margin:10px 5px;
	}
header .sns_btn li .sns_fb{
	background-image:url(../i/common/btn_fb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	}
header .sns_btn li .sns_insta{
	background-image:url(../i/common/btn_insta.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100%;
	}
/*header .nav li:nth-of-type(1){border-bottom:solid 3px #FFFF00;}*/


/* footer */


footer{
	width:100%;
	height:400px;
	background:#444444;
	position:relative;
	bottom:0;
	}
footer .logo{
	height:150px;
	text-align:center;
	}
footer .logo img{
	margin:0 auto;
	margin-top:60px;
	}
footer .footer_nav{
	height:45px;
	}
footer .footer_nav ul{
	display: table;
	margin:0 auto;
	margin-top:50px;
	width:745px;
	height:35px;
	text-align:center;
	}
footer .footer_nav li{
	display: table-cell;
    vertical-align: middle;
	/*padding:15px;*/
	padding-top:0;
	padding-bottom:10px;
	cursor: hand;
	background-image:url(../i/common/dot.png);
	background-position:bottom;
	background-repeat:no-repeat;
	}

footer .copyright{
	text-align:center;
	}
footer .copyright p{
	/*padding-top:150px;*/
	bottom:0;
	margin:0 auto;
	margin-top:30px;
	/*position:absolute;*/
	font-size:11px;
	text-align:center;
	letter-spacing:1px;
	color:#FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', メイリオ, Meiryo, Verdana, Arial, Helvetica, sans-serif;
	}
	
	
	/*	clearfix
================================================== */

.cf:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
  position:relative
}

* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
