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

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

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

.logo-header1
{
	width: 400px ;
	margin: 0;			/* スペース */
	padding: auto ;		/* 余白 */
	text-align: center;
    float: right;
}

.logo-header2
{
	width: 400px ;
	margin: 0;			/* スペース */
	padding: 0 ;		/* 余白 */
}

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

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

}

.content
{
	width: 830px ;
	margin: 0 auto ;
	padding: 0 ;		
	text-align: center;
	float: left;

}

.item
{
	width: 620px ;
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding-left: 5px ;		/* 上下左右の余白を0にしておく */
	text-align: center;
	float: right;

}

.monogatari
{
	width: 100% ;
	margin: 0 auto 10px;
	padding: 0 ;		
	text-align: center;
}

.ippin
{
	width: 300px ;
	height: 320px;
	margin-bottom: 10px;	
	padding: 0 ;		
	font-size: 12px ;
	text-align: center;
	background-image: url(../item/buhin6.jpg);
	float: left;
    clear:both ;
}

.arekore
{
	width: 300px ;
	height: 320px;
	margin-bottom: 10px;	
	padding: 0 ;	
	font-size: 12px ;
	text-align: center;
	background-image: url(../item/buhin6.jpg);
	float: right;
}

.rekisi-monogatari
{
	width: 100% ;
	margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;		/* 上下左右の余白を0にしておく */
	text-align: center;
	background-image: url(../item/buhin7.jpg);
	clear:both ;
}

.menu
{
	width: 200px ;
	margin: 0;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 ;		/* 上下左右の余白を0にしておく */
	text-align: center;
}

ul.menu-list
{
    padding: 0;
    margin: 0;
    width: 100%;
}

ul.menu-list li
{
    padding: 0;
	margin: 0;
    font-size: 13px ;
    float: left;
    width: 100%;
	height: auto;
    box-sizing:border-box;
    display: block;
    text-align: left;
	background-image: url(../item/buhin3.jpg);
}

ul.menu-list li a
{
	text-decoration: none;
	background-image: url(../item/buhin3.jpg);
	background-position: left top;
	display: block;
	padding: 5px 5px 8px;
}

ul.menu-list li a:hover {
	background-image: url(../item/buhin5.jpg);
}

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


/* 更新情報*/
.style1
{
	width: 300px ;
	margin: 0 auto;	
	color: #FFFFFF;
	background-image: url(../item/buhin4.jpg);
}

/* 物語最新*/
.style2
{
	width: 300px ;
	padding: 2px 0 2px;
	margin: 0 auto;	
	background-image: url(../item/buhin3.jpg);
}

/* 物語最新タイトル*/
.style3
{
	color: #FF3333;
	font-weight: bold;
}

/* 一品・あれこれ最新タイトル*/
.style4
{
	color: #FF3333;
	font-weight: bold;
}

/* メニュータイトル*/
.style5
{
	width: 200px ;
	margin: 0 auto;
	color: #FFFFFF;
	background-image: url(../item/buhin4.jpg);
}

/* 物語画像 */
.image1
{
    width: 500px;
	height: auto;
}

/* 一品・あれこれ画像 */
.image2
{
    width: 300px;
	height: auto;
}

/* 歴史物語画像 */
.image3
{
    width: 100%;
	height: auto;
}

/* 一品・あれこれ最新画像 */
.image4
{
    width: 150px;
	height: auto;
	float: left;
}


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

/*枠設定*/
ul.monogatari-list li 
{
    padding: 2px 0 2px;
    margin-bottom:5px;
    float: left;
    width: 16.66666%;
	height: auto;
    box-sizing:border-box;
    display: block;
	text-align:left;
	font-size: 12px ;
	background-image: url(../item/buhin3.jpg);
}

.ads1
{
    width: 160px ;
	height: auto;
	margin-left: 3px;
	padding: 0;
	float: right;
}

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

.logo-footer
{
	padding: 0 ;
	width: 100% ;
	margin: 0;
	font-size: 12px ;
	text-align: center;
	color: #FFFFFF;
	background-image: url(../item/buhin4.jpg);
	clear:both ;
}

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

.ads1
{
    display:none;
}

.main
{
	width: 830px ;
}

.content
{
	float: none;
}

}

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

.main
{
	width: 100% ;
}

.content
{
	width: 100% ;
}

.item
{
	float: none;
}

.menu
{
	width: 630px ;
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
}

ul.menu-list li
{
    width: 33.333333%;
}

body
{
	font-size: 13px ;	/* 文字サイズ */
}
	
.logo-header
{
	width: 100% ;
}

.logo-header1
{
	margin: 0 auto;
	float: none;
}

.logo-header2
{
    margin: 0 auto;
}

}

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

.logo-header2
{
	width: 300px ;
}

.item
{
	width: 100% ;
}

ul.monogatari-list li 
{
    width: 25%;
}

.ippin
{
	margin: 0 auto;	
	float: none;
}

.arekore
{
	margin: 0 auto;	
	float: none;
	clear:both ;
}

.menu
{
	width: 100% ;
}

ul.menu-list li
{
    width: 50%;
	text-align: center;
}

}

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

.image1
{
	width: 100%;
}

}

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

.logo-header1
{
	width: 100%;
}

ul.monogatari-list li 
{
    width: 33.333333%;
}

ul.menu-list li
{
    width: 100%;
}

}