@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;
}
		
#story
{
	clear: both;
	margin-bottom: 60px;
    margin-top: 0px;
    padding-top: 0px;
}

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

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

#story1
{
    border-right: dotted;
	border-width: 1px;
    float: left;
    width: 50%;
}

#story2
{
    float: left;
    width: 40%;
    padding-left: 24px;
}

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

#story1 li, #story2 li
{
	margin-bottom: 12px;
}

#atogaki
{
    clear: both;
	padding-top: 60px;
    text-align: center;
}

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

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

h4
{
	font-size:x-small;
}

.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;
}


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

#story1, #story2
{
    float: none;
    width: 100%;
}

#story1
{
    border-right: none;
}

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

}
