@charset "utf-8";
/* ===================================================================

CSS information

 style info :common CSS

=================================================================== */

.test{
  /* ５秒かけてアニメーションする */
  -webkit-animation-duration: 5s;
  animation-duration: 5s;

}

/* ----------------------------------------------------
	基本設定
---------------------------------------------------- */
body{
	color: #3c2500;
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5;
	background: #ff96f2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNmZjk2ZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiM5Y2ZiZmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiM5OWY2OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmZmY3OWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZjMTk0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #ff96f2 10%, #9cfbfb 40%, #99f69c 60%, #fff79b 80%, #ffc194 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#ff96f2), color-stop(40%,#9cfbfb), color-stop(60%,#99f69c), color-stop(80%,#fff79b), color-stop(100%,#ffc194)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff96f2 10%,#9cfbfb 40%,#99f69c 60%,#fff79b 80%,#ffc194 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff96f2 10%,#9cfbfb 40%,#99f69c 60%,#fff79b 80%,#ffc194 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff96f2 10%,#9cfbfb 40%,#99f69c 60%,#fff79b 80%,#ffc194 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff96f2 10%,#9cfbfb 40%,#99f69c 60%,#fff79b 80%,#ffc194 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96f2', endColorstr='#ffc194',GradientType=0 ); /* IE6-8 */
	min-width: 940px;
	-webkit-text-size-adjust: 100%;
}
a:link { color:#3c2500; }
a:visited { color:#3c2500; }
a:hover { color:#3c2500; text-decoration:none; }
a:active { color:#3c2500; }
/* ----------------------------------------------------
	#wrap
---------------------------------------------------- */
#wrap{
	width: 100%;
	position: relative;
	background: url(../images/bg_body_04.png) repeat-y  center top;
}
#wrap_inner:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/bg_body_02.png) no-repeat center -100px;
	z-index: 1;
}
#wrap_inner:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/bg_body_03.png) no-repeat center -100px;
	z-index: 1;
}
#wrap_inner{
	width: 100%;
	padding: 20px 0 0 0;
	position: relative;
	background: url(../images/bg_body_01.png) no-repeat  center -100px;
}
/* ----------------------------------------------------
	コミック背景
---------------------------------------------------- */
#bg_comic{
	background: url(../images/bg_body_comic_06new.png) no-repeat center 1013px;
}

/* ----------------------------------------------------
	ヘッダー
---------------------------------------------------- */
#header{
	width: 940px;
	margin: 20px auto 15px;
	position: relative;
	z-index: 10;
}
#logo{
	width: 296px;
	float: left;
}
/* ナビゲーション
---------------------------------------------------- */
#nav{
	width: 620px;
	float: right;
}
#nav ul{
	overflow: hidden;
	margin: 0 -8px 0 0;
}
#nav ul li{
	width: 149px;
	margin: 0 8px 8px 0;
	float: left;
}
#nav ul li a{
	display: block;
	height: 51px;
	text-indent: -9999px;
	position: relative;
}
#nav01 a{background: url(../images/nav_01.png) no-repeat top left;}
#nav02 a{background: url(../images/nav_02.png) no-repeat top left;}
#nav03 a{background: url(../images/nav_03_03.png) no-repeat top left;}
#nav04 a{background: url(../images/nav_04.png) no-repeat top left;}
#nav05 a{background: url(../images/nav_05.png) no-repeat top left;}
#nav06 a{background: url(../images/nav_06.png) no-repeat top left;}
#nav07 a{background: url(../images/nav_07_02.png) no-repeat top left;}
#nav08 a{background: url(../images/nav_08.png) no-repeat top left;}
#nav08 a{background: url(../images/nav_08.png) no-repeat top left;}
#nav09 a{background: url(../images/nav_09.png) no-repeat top left;}

#nav ul li a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#nav_sp{
	display: none;
}
/* ----------------------------------------------------
	コンテンツ
---------------------------------------------------- */
#contents{
	width: 100%;
	position: relative;
	z-index: 100;
}


/* メイン
---------------------------------------------------- */
#main{
	width: 940px;
	margin: 0 auto;
}

#pagetop{
	position: fixed;
	bottom: -130px;
	right: 0px;
	z-index: 10000;
}
/* ----------------------------------------------------
	フッター
---------------------------------------------------- */
#footer{}
#kc_footer.kc_common{
	position: relative;
	z-index: 1000;
}


@media only screen and (max-width:480px){
	body{
		min-width: 100%;
	}
/* ----------------------------------------------------
	#wrap
---------------------------------------------------- */
#wrap{
	width: 100%;
	position: relative;
	background: url(../images/bg_body_04.png) repeat-y  center top;
	background-size: contain;
}
#wrap_inner:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/bg_body_02.png) no-repeat center -50px;
	z-index: 1;
	background-size: contain;
}
#wrap_inner:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/bg_body_03.png) no-repeat center -50px;
	z-index: 1;
	background-size: contain;
}
#wrap_inner{
	width: 100%;
	padding: 10px 0 0 0;
	position: relative;
	background: url(../images/bg_body_01.png) no-repeat  center -50px;
	background-size: contain;
}
/* ----------------------------------------------------
	コミック背景
---------------------------------------------------- */
#bg_comic{
	background: none;
}
/* ----------------------------------------------------
	ヘッダー
---------------------------------------------------- */
	#header{
		width: 100%;
		margin: 10px auto;
		position: relative;
		z-index: 10;
	}
	#logo{
		width: 150px;
		margin: 5px auto 0;
		float: none;
	}
	#logo img{
		width: 100%;
		height: auto;
	}
/* ナビゲーション
---------------------------------------------------- */
#nav_sp{
	display: block;
	position: absolute;
	top: -5px;
	right: 10px;
	width: 18%;
}
#nav_sp a img{
	width: 100%;
	height: auto;
}
#nav{
	width: 100%;
	float: none;
	margin: 10px 0 0 0;

}
#nav ul{
	display: none;
	overflow: hidden;
	margin: 0 10px 20px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#nav ul li{
	width: 100%;
	margin: 0;
	float: none;
}
#nav ul li a{
	font-size: 15px;
	display: block;
	height: auto;
	text-indent: 0;
	position: relative;
	background: none;
	background-color: #FA4A83;
	border-bottom: 1px solid #E73F75;
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
}

#nav ul li a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
	#main{
		width: auto;
		margin: 0 10px;
	}
#pagetop{width: 27%;}
#pagetop a img{
	width: 100%;
	height: auto;
}
}
