@charset "UTF-8";
/* CSS Document */
body
{
	font-family: sans-serif;
	padding-left: 12px;
	padding-right:12px;
	margin-right: auto;
	margin-left: auto;
	width: 640px;
}

ul, ol, li
{
	padding: 0;
	margin: 0;
}

#header 
{
	margin-bottom: 72px;
}

#heroine
{
	margin-top: -48px;
    margin-bottom: 120px;
}

#heroine ul
{
	margin-top: -10px;
    margin-left: 6px;
    margin-bottom: 24px;
	list-style: none;
}

#heroine-1, #heroine-2, #heroine-3, #heroine-4
{
	border-right: dotted;
	border-width: 1px;
	width: 141px;
    height: 96px;
	padding-right: 12px;
	float: left;
}

#heroine-1 h3, #heroine-2 h3, #heroine-3 h3, #heroine-4 h3
{
    padding-left: 6px;
}

#heroine-2, #heroine-3, #heroine-4
{
	padding-left: 6px;
}
		
#story
{
	clear: both;
	margin-bottom: 60px;
    margin-top: -120px;
    padding-top: 72px;
}

#story h2
{
    margin-bottom: 24px;
}

#story1 ol
{
	list-style-type: decimal-leading-zero;
	line-height: 1.5;
    margin-left: 60px;
}

#story1 li
{
	margin-bottom: 24px;
}

#atogaki
{
	padding-top: 12px;
    margin-left: 36px;
}

#footer
{
	padding-top: 12px;
	margin-bottom: 48px;
    text-align: center;
    border-top: dotted;
	border-width:1px;
}

/*フォントサイズ*/
h1
{
	font-size:normal;
}
h2, p, #story li, #footer p
{
	font-size:small;
}

h3, h4, #heroine li
{
	font-size:x-small;
}

h4
{
	font-weight:normal;
	margin-top: -6px;
	}

.new
{
    color:#ff0000;
	
}

.grey
{
    color:#cccccc;
}

.min
{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}



/*リンク関係*/
.contents li a:link {/*リンクされた文字の色*/
    color:#000000;
	text-decoration:none;
}
.contents li a:visited {/*訪問後の色*/
    color:#999999;
	text-decoration:none;
}
.contents li a:hover {/*カーソルを合わせたときの色*/
    color:#999999;
	text-decoration:none;
}
.contents li a:active {/*クリック中の色*/
    color:#999999;
	text-decoration:none;
}

/*リンク関係*/
.new a:link {/*リンクされた文字の色*/
    color:#FF0000;
	text-decoration:underline;
}
.new a:visited {/*訪問後の色*/
    color:#FF0000;	
}
.new a:hover {/*カーソルを合わせたときの色*/
    color:#FF0000;
	text-decoration:underline;
}
.new a:active {/*クリック中の色*/
    color:#FF0000;
}


/*リンク関係*/
a:link
{/*リンクされた文字の色*/
    color:#000000;
	text-decoration:none;
}
a:visited
{/*訪問後の色*/
    color:#000000;
	text-decoration:none;
}
a:hover
{/*カーソルを合わせたときの色*/
    color:#000000;
	text-decoration:none;
}
a:active
{/*クリック中の色*/
    color:#000000;
	text-decoration:none;
}


@media (max-width: 640px)
{
@charset "UTF-8";
/* CSS Document */
body
{
	margin-right: auto;
	margin-left: auto;
	width: 288px;
}

#header 
{
	margin-bottom: 24px;
}

#heroine
{
	margin-top: 24px;
}  

#heroine ul
{
    margin-bottom: 18px;
}
			
#heroine-1, #heroine-2, #heroine-3, #heroine-4
{
	border-right: none;
    width: 100%;
    height: 100%;
} 

#heroine-2, #heroine-3, #heroine-4
{
	padding-left: 0px;
    border-top: dotted;
	border-width: 1px;
}

#story
{
    padding-top: 72px;
    margin-top: -160px;
	margin-bottom: 60px;
}

#story1 ol
{
    margin-left: 24px;
}
	
#atogaki
{
	padding-top: 24px;
	margin-top: 36px;
    margin-left: 0;
    text-align: center;
}

}
