@charset "UTF-8";


/*  ######基本の色の設定######  */
/*	
	color: #5773b7; メニューの文字の色　青
	color: #5780ec; ちょっと明るい青
	color: #999; マウスをのせたときの色　灰色
	color: #2db772; コンテンツのみどり色 少し濃い
	       #58bca3;コンテンツのみどり色　明るい
	color: #ffcc00;  見出しの黄色
	color: #ddd; アンダーライン　薄い灰色
	color: #ff99cc; ピンク
*/




body { 
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}


#page {
	margin: 0 auto;
}


/* ######### マンガ ######### */

.msv_body {
	width:600px;
	margin: 0 auto;
}


.msv_box {
	width: 100%;
	background-color: #fff;
	margin: 0 10%;
	height: auto;
}

.msv_text_box {
	background-color: #fff;
	width: 100%;
	height: 50px;
	position: relative;
}

.msv_text_box :after {
	content: "";
	display: inline-block;
	clear: both;
}
	
.msv_text_box1 {
	width: 20%;
	float: left;
	height: 20px;
	position: absolute;
	top: 20px;
	left: -40px;
	z-index: 50;
}

.msv_text_box1 a:hover {
	opacity: 0.7;
}

.msv_text_box1 img {
	margin-top: 3px;

}



.msv_text_box2 {
	background-color: #fff;
	float: left;
	height: 30px;
	width: 80%;
	margin-left: 30px;
	padding-top: 20px;
}

.msv_text_box2 p{
	color: #5780ec;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.msv_page {
	width: 100%;
	margin-top: 20px;
}


.next_title a{
	color: #000;
}

.next_title a:hover{
	color: #ccc;
}

.next_title {
	font-size:13px;
	color: #000;
	margin-left: 10px;
}