/* 全ディバイスに適用するCSS */
/* ボディ */
body
{
	margin: 0 ;				/* スペース */
	padding: 0 ;			/* 余白 */
	font-size: 15px ;		/* 文字サイズ */
	line-height:140%;	/* 行の高さ */
	background-image: url(../item/back7.jpg);
	background-attachment: fixed;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

.index
{
    width: 800px ;
	margin: 10px auto 0;
	padding: 0 ;		/* 余白 */
}

.index-logo
{
	width: 200px ;		/* 横幅 */
	height: auto ;		/* 高さ */
	text-align: left;
}

/* メイン*/
.main
{
	width: 1000px ;
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;		/* 上下左右の余白を0にしておく */
	text-align: center;
	background-color: #FFFFFF;

}

/* ロゴヘッダー画像を囲む */
.logo-header
{
	width: 800px ;
	margin: 0 auto ;			/* スペース */
	padding: 0 ;		/* 余白 */
	text-align: center;
}

/* ロゴ画像 */
.logo
{
	width: 100% ;
    height: auto ;		
}

/* 目次*/
ul.list-top
{
    display:table;
    table-layout:fixed;
	width: 300px ;
	margin: 0 auto ;		/* スペース */
	padding: 5px 0 5px;	/* 余白 */
}

/* 目次リスト*/
ul.list-top li
{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    border-left:1px solid white;
	background-image: url(../item/rekisi-monogatari4.jpg);
}

/* 最新*/
.new
{
	width: 100% ;
	margin: 0 auto;		/* スペース */
	padding: 0 ;		/* 余白 */
	text-align:center;
}

.new-item
{
	width: 500px ;
	margin: 0 auto;		/* スペース */
	padding: 0 ;		/* 余白 */
	text-align:center;
	font-size: 12px ;
	background-image: url(../item/rekisi-monogatari3.jpg);
}

/* 最新スタイル1*/
.style1 {
	color: #FF0000;
	font-weight: bold;
}

/* 注意書きスタイル*/
.style2 {
    color: #FF0000; 
	font-size: 10px ; 
 }

/*リスト項目*/
.content
{
	width: 100% ;
	padding: 0 ;
	margin: 10px 0 10px;
	clear:both ;
	font-weight: bold;
	text-align:center;
	background-image: url(../item/rekisi-monogatari4.jpg);
}

/*大枠*/
ul.item-content
{
    padding: 0;
    margin: 0;
    width: 100%;
}

/*枠設定*/
ul.item-content li 
{
    padding: 0;
    margin-bottom:5px;
    float: left;
    width: 50%;
	height: 150px;
    box-sizing:border-box;
    display: block;
	text-align:center;
	font-size: 12px ;
	background-image: url(../item/rekisi-monogatari3.jpg);
}

.closing
{
    text-align: center;
	width: 100% ;
	clear:both ;
}

.ads
{
    width: 100% ;
	height: 90px;
	margin: 30px 0 ;
}

@media screen and ( max-width:1000px )
{

.main
{
	width: 100% ;
	padding: 0 10px ;		/* 左右の余白 */
}

}

@media screen and ( max-width:800px )
{

body
{
	font-size: 13px ;	/* 文字サイズ */
}

.index
{
    width: 100% ;
}

.index-logo
{
    width: 150px ;
}
	
.logo-header
{
	width: 100% ;
}

ul.item-content li 
{
	width: 100% ;
}

}

@media screen and ( max-width:500px )
{

.new-item
{
	width: 100% ;
}

}