@charset "utf-8";

/***共通***/
.sanserif{
	  font-family:"Times New Roman", "游明朝体", "Yu Mincho",YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, "HG明朝E", serif;/*追加*/
}

.Boxsizing{
	-webkit-box-sizing:border-box;/*追加*/
	-moz-box-sizing: border-box;/*追加*/
	box-sizing:border-box;/*追加*/
}

.FontColorP{
	color:#ff607d;/*ピンク*/
}

.FontColorPP{
	color:#755b61;
}

.FontColorG{
	color:#CCCCCC;
}

.Bxshadow{
	/* box-shadow */
	-moz-box-shadow:2px 4px 5px 0px #dbdbdb;
	-webkit-box-shadow:2px 4px 5px 0px #dbdbdb;
	box-shadow:2px 4px 5px 0px #dbdbdb;
}

/***個別***/

#wrapper{
	width:100%;
	/* Background pattern from subtlepatterns.com */
	background-image:url(../img/ch/sakura_bg2.png),url(../img/texturetastic_gray.png);
	background-repeat:no-repeat,repeat;
	background-position:bottom center,0% 0%;
}


header{
	width:100%;
	height:105px;/*レス変更*/
	position:fixed;
	top:0px;
	background:#FFF;/*ie8*/
	background:linear-gradient(to bottom, rgba(255,255,255,.7), rgba(255,255,255,0));
	/*background-image:url(img/mainnav_bg.png);
	background-color:rgba(255,255,255,.8);*/
	border-top:solid 8px #D8D8D8;/*レス変更*/
	z-index:10;
}

#header_container{
	width:100%;
	margin:0 auto;
	padding-top:25px;
	position:relative;
}

/*
#home{
	position:absolute;
	top:-21px;
	right:10px;
	width:128px;
	height:21px;
	background-color:#D8D8D8;
	border-radius:5px;
}

#home a{
	display:block;
	text-align:center;
	font-size:12px;
	color:#FFF;
	line-height: 23px;
	letter-spacing:0.1rem;
}

#home a:hover{
	text-decoration:underline;
	opacity:0.75;
}
*/

/*ナビゲーション*/
#navigation{
	height:80px;
}

#navigation h1{
	width:27.6%;/**265px**/
	height:75px;
	/*margin-right:25px;*/
	float:left;
}

#navigation h1 img{
	max-width:100%;
}

#navigation nav{
	float:right;
	width:618px;
	width:72.4%;
	padding-right:15px;
	/*padding-left:10px;*/
	box-sizing:border-box;/*追加*/
	height:60px;/*220-85 = 135px*/
	/*border:1px solid #A6585A;*/
}

#navigation ul{
	list-style:none;
	padding-left:0px;
	text-align:right;/*naviの左寄せ*/
}

#navigation ul li{
	display: inline-block;
	text-align:center;/*削除予定*/
	
	width:19.2%;
	max-width:120px;
	height:65px;
	margin-right:4px;
	/*border:1px solid #A6585A;*/
		/*削除する*/
	-webkit-box-sizing:border-box;/*追加*/
	-moz-box-sizing: border-box;/*追加*/
	box-sizing:border-box;/*追加*/
}

#navigation ul li:last-child{
	margin-right:0px;
}

#navigation:after{
	content:"";
	display:block;
	clear:both;	
}

#navigation li a{
	display:block;
	padding:0;
	position:relative;
	opacity:1;

	text-indent:-9999px;
	overflow:hidden;
	
	max-width:100%;	/*ロゴの横幅に合わせる*/
	height:65px;
	/*border:1px solid red;*/
	
	/*transition: all .3s;*/
}

/*btn*/
.concept a{
	background-image:url(../img/btn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.concept a:hover{
	background-image:url(../img/btn_hover.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.intro a{
	background-image:url(../img/btn.png);
	background-repeat:no-repeat;
	background-position:-120px 0px;
}
.intro a:hover{
	background-image:url(../img/btn_hover.png);
	background-repeat:no-repeat;
	background-position:-120px 0px;
}

.chara a{
	background-image:url(../img/btn.png);
	background-repeat:no-repeat;
	background-position:-240px 0px;
}
.chara a:hover{
	background-image:url(../img/btn_hover.png);
	background-repeat:no-repeat;
	background-position:-240px 0px;
}

.special a{
	background-image:url(../img/btn.png);
	background-repeat:no-repeat;
	background-position:-360px 0px;
}

.special a:hover{
	background-image:url(../img/btn_hover.png);
	background-repeat:no-repeat;
	background-position:-360px 0px;
}

/*.down{
	opacity:0.3;
}*/

.down a{
	background-image:url(../img/btn.png);
	background-repeat:no-repeat;
	background-position:-480px 0px;
	cursor:default;
}

.down a:hover{
	background-image:url(../img/btn_hover.png);
	background-repeat:no-repeat;
	background-position:-480px 0px;
}

/*見出し*/
header h2{
	padding-top:5px;
	height:70px;
	font-size:2em;
	text-align:right;
	color:#ff9eb7;/*ピンク色*/
}


/* CSS Document */

