@charset "UTF-8";
/*-----------------------------------------

default_style

-----------------------------------------*/
body {
	position: relative;
	font-family: Verdana, 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProW3', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
	font-size: 13px;
	line-height: 1;
	background: url("../images/common/bg_note.png") repeat-y 50% 0%;
	color: #FFF;
	margin: 0 auto;
}
@font-face {
    font-family: '/css/DF丸ゴC.TTC';
    src: url("../../css/DF丸ゴC.eot");
    src: url("../../css/DF丸ゴC.eot?iefix") format('eot'),
         url("../../css/DF丸ゴC.woff") format('woff'),
         url("../../css/DF丸ゴC.ttf") format('truetype'),
         url("../../css/DF丸ゴC.svg#webfontjSpbZQRv") format('svg');
}
#body_inner {
	height: 2190px;
	margin: 0 auto;
}
.contents {
	width: 980px;
	margin: 0 auto;
}
p {
	line-height: 1.6;
}
a {
	text-decoration: none !important;
}
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #999;
	text-decoration: none;
}
input[type=text] {
}
input[type=password] {
}
textarea {
}
ul , ol {
	list-style-type: none;
}

/*-----------------------------------------

common_class

-----------------------------------------*/
/*---------------------------
.clearfix
---------------------------*/

.cf {
	zoom: 1;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf > li {
	float: left;
}


/*---------------------------
header
---------------------------*/
.header_bg,.footer_bg {
	background: url("../images/common/bg_header.gif") repeat-x;
	width: 100%;	
	height: 67px;
}
header h1 {
	position: relative;
	width: 520px;
	height: 100px;
	z-index: 500;
}
header h1 .logo {
	position: absolute;
	top: 20px;
	left: 30px;
}
header h1 .writer {
	position: absolute;
	top: 55px;
	left: 480px;
}

/*---------------------------
main
---------------------------*/
#main {
	position: relative;
}
#main nav {
	position: relative;
	margin: 15px 0 0 25px;
	width: 350px;
	height: 280px;
	z-index: 550;
}
#main nav ul li img {
	cursor: pointer;
}
#main nav .button01 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#main nav .button02 {
	position: absolute;
	top: 76px;
	left: 111px;
}
#main nav .button03 {
	position: absolute;
	top: 132px;
	left: 0px;
}

/*---------------------------
character
---------------------------*/
.character {
	height: 880px;
	position: relative;
	z-index: 500;
	margin-top: 280px;
}
.character .story {
	width: 395px;
	height: 265px;
	position: absolute;
	top: -20px;
	left: 30px;
	z-index: 50;
}
.character .nontan {
	width: 433px;
	height: 626px;
	position: absolute;
	top: 135px;
	left: 95px;
	z-index: 100;
}
.character .akkun {
	width: 433px;
	height: 626px;
	position: absolute;
	top: 45px;
	left: 420px;
	z-index: 110;
}
.bg_akkun_hukidashi01 {
	background: url("../images/common/bg_akkun_hukidashi01.png") no-repeat;
	width: 189px;
	height: 168px;
	position: absolute;
	top: 20px;
	left: 810px;
}
.bg_akkun_hukidashi02 {
	background: url("../images/common/bg_akkun_hukidashi02.png") no-repeat;
	width: 162px;
	height: 143px;
	position: absolute;
	top: 240px;
	left: 10px;
}
.bg_akkun_01 {
	background: url("../images/common/bg_akkun_01.png") no-repeat;
	width: 124px;
	height: 157px;
	position: absolute;
	top: 680px;
	left: 90px;
}
.img_akkun_story01 {
	background: url("../images/common/img_akkun_story01.png") no-repeat;
	width: 264px;
	height: 191px;
	position: absolute;
	top: 460px;
	left: 40px;
}
.img_akkun_story02 {
	background: url("../images/common/img_akkun_story02.png") no-repeat;
	width: 286px;
	height: 409px;
	position: absolute;
	top: 420px;
	left: 670px;
}

/*---------------------------
.newslist
---------------------------*/
.news_list {
	position: absolute;
	top: 270px;
	left: 34px;
	color: #000;
	background: #FFF;
	z-index: 500;
}
.news_list div.outer {
	width: 312px;
	height: 150px;
	overflow: auto;
	border: solid 2px #3b000c;
}
.news_list div.outer .inner {
	overflow: hidden;
}
.news_list div.outer ul {
}
.news_list div.outer ul li {
 	/* padding: 7px 12px 0px 18px;スクロールが不要になったら切り替え */ 
	padding: 7px 0px 7px 18px; 
	font-size: 13px;
}
.news_list div.outer ul li span {
	margin-right: 15px;
	font-size: 11px;
	display: block;
	float: left;
}
.news_list div.outer ul li dl {
	padding-bottom: 5px;
	border-bottom: dotted 1px #3d000a;
}
.news_list div.outer ul li dl dt {
	width: 75px;
	padding-top: 5px;
	text-align: left;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #3d000a;
}
.news_list div.outer ul li dl dd {
	width: 200px;
	text-align: left;
	float: right;
	line-height: 1.5;
}
/*---------------------------
.sns
---------------------------*/
.sns {
	position: absolute;
	top: -50px;
	left: 760px;
	z-index: 1000;
}
.sns ul li {
	margin-right: 10px;

}
.sns .twitter {
	position: relative;
	margin-top: 10px;
	width: 130px;
}
/*---------------------------
backillust
---------------------------*/
.backillust {
	position: absolute;
	top: -70px;
	left: 300px;
	z-index: 450;
}
.backillust .catch01 {
	position: absolute;
	top: 440px;
	left: 160px;
	z-index: 450;
}

/*---------------------------
.comic
---------------------------*/
h2 {
	background: url("../images/common/bg_header.gif") repeat-x;
	width: 100%;	
	height: 38px;
}
h2 div {
	width: 980px;
	height: 163px;
	margin: 0 auto;
	position: relative;
}
h2 div img {
	position: absolute;
	top: -47px;
	left: 400px;
}
.comic {
	margin-top: 70px;
}
.comic .detail {
	width: 470px;
}
.comic .detail_left {
	width: 470px;
	float: left;
}
.comic .detail_right {
	width: 470px;
	float: right;
}
.comic .detail .image {
	float: left;
	width: 202px;
}
.comic .detail dl {
	width: 250px;
	height: 282px;
	float: right;
	background: url("../images/common/bg_comiclist.png") no-repeat;
}
.comic .detail dl dt {
	font-size: 20px;
	margin: -1px 0 15px 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	color: #000000;
	background: url("../images/common/bg_comictitle.png") repeat-x center bottom;
}
.comic .detail dl dd {
	width: 250px;
	font-size: 16px;
	color: #804e21;
	line-height: 1.8;
	position: relative;
}
.comic .detail dl dd .catch {
	font-size: 17px;
}
.comic .detail dl .price {
	width: 250px;
	padding: 15px 0;
	color: #000;
	font-size: 15px;
	border-top: dotted 1px #804e21;
	border-bottom: dotted 1px #804e21;
	position: absolute;
	bottom: 248px;
}
.comic .detail dl .price li {
	margin-bottom: 5px;
}
.comic .detail dl .price  span {
	color: #e50009;
	font-weight: bold;
}
.comic .detail div.list {
	clear: both;
	width: 470px;
	padding-top: 15px;
}
.comic .detail div.list div {
	width: 336px;
	margin: 0 auto;
}
.comic .detail div.list ul li {
	margin: 0 10px 10px 0;
}
.comic .detail div.list ul.banner01 {
	float: left;
}
.comic .detail div.list ul.banner02 {
	float: right;
}
/*---------------------------
footer
---------------------------*/
footer {
	width: 980px;
	height: 163px;
	margin: 0 auto;
	position: relative;
}
footer .copy {
	position: absolute;
	top: 70px;
	left: 50px;
}
footer .pagetop {
	position: absolute;
	top: 45px;
	left: 450px;
	cursor: pointer;
}
footer .gene {
	position: absolute;
	top: 65px;
	left: 810px;
	cursor: pointer;
}