@charset "utf-8";
/*--------------------------------------------------------
	
	イントロダクション用CSS

---------------------------------------------------------*/

#contents {
	padding:60px 0 0;
}

#main {
	width:990px;
	margin:57px auto 0;
	position:relative;
}

#main .comic_box {
	width:900px;
	margin:0 auto;
	overflow:hidden;}

#main .comic_box .cominImg {float:right;}

#main .comic_box .leftBox {
	display:inline;
	float:left;
	}

#main .comic_box h3{
	font-size:24px; color:#ec038d;
	font-weight:bold;
	margin-top:15px;
	margin-left:35px;}

#main .comic_box p.book{ 
	display:block;
	font-size:18px;
	line-height:30px;
	padding:10px 0 0 50px;}


.rightBox {
	background:url(../images/pc/bg_punch.jpg) no-repeat top right;
	float:right; 
	width:500px;
	}
	
.rightBox p.story {
	font-size:18px;
	line-height:40px;
	background:url(../images/pc/bg_txtline.png) repeat top left;
	width:470px;
	padding:0;
	margin:10px 0 0 20px;}
	

.btnKuwashiku { padding:30px 0 0 0; text-align:right;}
	
	
.border {margin:30px auto;}


.minowa{
	position: relative;
}

.minowa span{
	display: block;
	position: absolute;
	right: 0;
	bottom: 2px;
}