@media screen and (min-width: 1001px) {


/*------------------------------------------------------------------------------
								INTRO STORY
------------------------------------------------------------------------------*/
#comics {
	width:1120px;
	margin:0 auto 0;
	position:relative;
	overflow:hidden;
	zoom:1;
	color:#333333;
	font-weight:400;
}
#comics p {
	font-size:19px;
	font-family: 'M PLUS 1p', sans-serif;
	line-height:1.8em;
	text-align:justify;
}
#comics .midashi {
	width:540px;
	height:30px;
	margin:0 auto 0;
	background:url(../../img/comics/midashi.gif) no-repeat center top;
	background-size:contain;
}
#comics .midashi p {
	text-indent:-999999px;
}
#comics .profMidashi {
	background:url(../../img/common/prof_midashi.png) no-repeat center top;
	width:100px;
	height:15px;
	margin:40px auto 15px;
	background-size:contain;
	line-height:15px;
	text-indent:-999999px;
	
}
#comics .cmntMidashi {
	background:url(../../img/common/cmnt_midashi.png) no-repeat center top;
	width:100px;
	height:15px;
	margin:40px auto 15px;
	background-size:contain;
	line-height:15px;
	text-indent:-999999px;
}
#comics .ao {
	color:#036eb8;
	font-weight:500;
}
#comics .comicsImgArea {
	width:1160px;
	position:relative;
	overflow:hidden;
	margin:40px 0 -40px;
}
#comics .comicsImgArea li {
	float:left;
	margin-right:40px;
	margin-bottom:40px;
}
}
@media screen and (max-width: 1000px) {

/*------------------------------------------------------------------------------
								INTRO STORY
------------------------------------------------------------------------------*/
#comics {
	width:660px;
	margin:0 auto 0;
	position:relative;
	overflow:hidden;
	zoom:1;
	color:#333333;
	font-weight:400;
}
#comics p {
	font-size:22px;
	font-family: 'M PLUS 1p', sans-serif;
	line-height:1.8em;
	text-align:justify;
}
#comics .midashi {
	width:660px;
	height:37px;
	margin:0 auto 0;
	background:url(../../img/comics/midashi.gif) no-repeat center top;
	background-size:contain;
}
#comics .midashi p {
	text-indent:-999999px;
}
#comics .profMidashi {
	background:url(../../img/common/prof_midashi.png) no-repeat center top;
	width:150px;
	height:20px;
	margin:40px auto 20px;
	background-size:contain;
	line-height:15px;
	text-indent:-999999px;
	
}
#comics .cmntMidashi {
	background:url(../../img/common/cmnt_midashi.png) no-repeat center top;
	width:150px;
	height:20px;
	margin:40px auto 20px;
	background-size:contain;
	line-height:15px;
	text-indent:-999999px;
}
#comics .ao {
	color:#036eb8;
	font-weight:400;
}
#comics .comicsImgArea {
	width:700px;
	position:relative;
	overflow:hidden;
	margin:40px 0 -40px;
}
#comics .comicsImgArea li {
	width:206px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

}