/* 全ディバイスに適用するCSS */
/* ボディ */
body
{
	margin: 0 ;				/* スペース */
	padding: 0 ;			/* 余白 */
	font-size: 15px ;		/* 文字サイズ */
	line-height:140%;	/* 行の高さ */
	background-image: url(../item/back4.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にしておく */
	background-color: #FFFFFF;
	text-align: center;

}

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

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

/* 目次*/
ul.list-top
{

	width: 300px ;
	margin: 0 auto ;		/* スペース */
	padding: 10px 0 10px;	/* 余白 */
}

/* 目次リスト*/
ul.list-top li
{
    box-sizing:border-box;
    display: block;
	padding: 5px 0 5px;	/* 余白 */
	text-align:center;
	background-image: url(../item/arekore-ber3.jpg);
}

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

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

/* 最新スタイル2*/
.style2 {color: #CC0033; font-weight: bold;
 }
 
/* 最新スタイル2*/
.style3 
{
    width: 150px ;
	height: 112px;
 }

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

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

/*紀行大枠設定*/
ul.kikou-content li 
{
    padding: 0;
    margin-bottom:10px;
    float: left;
    width: 50%;
	height: auto;
    box-sizing:border-box;
    display: block;
    text-align: center;
}

.item-content
{
    width: 98% ;
	padding: 0 ;
	margin-bottom:10px;
	font-weight: bold;
	text-align:center;
	background-image: url(../item/arekore-ber4.jpg);
}

/*紀行小枠*/
ul.kikou-content li ul.kikou-ietm
{
    padding: 0;
    margin: 0;
    width: 100%;
}

/*紀行小枠設定*/
ul.kikou-content li ul.kikou-ietm li 
{
    padding: 0;
    margin-bottom:10px;
    float: left;
    width: 33.33333%;
	height: auto;
    box-sizing:border-box;
    display: block;
    text-align: center;
	font-size: 12px ;
	color:#FF0000 ;
	font-weight: bold;
}

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

/*人々大枠設定*/
ul.hitobito-content li 
{
    padding: 0;
    margin:0 auto 10px;
    float: left;
    width: 14.285%;
	height: auto;
    box-sizing:border-box;
    display: block;
    text-align: cente;
}

ul.hitobito-content li ul.hitobito-ietm
{
    padding: 0;
    margin: 0;
    width: 100%;
	text-align: left;
}

ul.hitobito-content li ul.hitobito-ietm li
{
    padding: 0;
    margin: 0;
    width: 100%;
}

/*管理人大枠*/
ul.kanri-content
{
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

/*管理人大枠設定*/
ul.kanri-content li 
{
    padding: 0;
    margin:0 auto 10px;
    float: left;
    width: 33.33333%;
	height: auto;
    box-sizing:border-box;
    display: block;
    text-align: cente;
}

ul.kanri-content li ul.kanri-ietm
{
    padding: 0;
    margin: 0;
    width: 100%;
	text-align: left;
}

ul.kanri-content li ul.kanri-ietm li
{
    padding-left: 10px;
    margin: 0;
    width: 100%;
}

/* メイン画像を囲む */
.image
{
    width: 150px;
	height: 112px;
}

.imag2
{
    width: 300px;
	height: 150px;
}

.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 ;		/* 左右の余白 */
}

ul.kikou-content li ul.kikou-ietm li
{
	width: 50%;
}

ul.hitobito-content li 
{
    width: 25%;
}

}

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

ul.kanri-content li 
{
    width: 50%;
}

}

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

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

.index
{
    width: 100% ;
}

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

}

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

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

ul.hitobito-content li 
{
    width: 50%;
}

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

}