@charset "UTF-8";


body	{margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif}


/* パンくずリスト */
.bread	{margin-bottom: 20px}

.bread ol	{margin: 0;
	padding: 0;
	list-style: none}

.bread li a	{display: inline-block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.bread li a:hover	{background-color: #eeeeee}

.bread ol:after	{content: "";
	display: block;
	clear: both}

.bread li	{float: left;
	width: auto}

.bread li:after	{content: '\003e';
	margin-left: 10px;
	margin-right: 10px;
	color: #888888}







/* アバウトページ---------------------------------------------------------------------------------------------------- */
.cell table, th, td	{border: solid 10px #ffffff}

.cell table	{border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
        margin-bottom: 30px}

.cell th, td	{padding: 10px 20px 10px 20px}

.cell th	{width: 300px;
	background-color: #dddddd;
	text-align: center;
        font-weight: normal}

.cell td	{width: 700px;
	background-color: #ffffff}

.cell h4	{margin-left: 400px;
	padding-left: 20px;
	border-left: solid 20px #ff8c00;
	font-size: 20px;
	font-weight: normal}

.cell h2   {margin-top: -40;
       padding-top: 0;
	padding-left: 10px;
        margin-left: 20px;
	border-bottom: solid 2px #ff8c00;
	font-weight: bold;
        font-size: 20px}

.cell h3   {margin: 0;
        padding: 0;
        list-style: none;
        font-weight: normal;
        font-size: 20px}

.cell h3 i {color: #ff8c00}

.cell h7   {width: 1000px;
            margin-left: auto;
            margin-right: auto}


/* ヘッダー画像 */
.topimg	{max-width: 100%;
	height: auto;
	vertical-align: bottom}



/* ボックスの左右に確保する余白 */
.box1, .boxA, .box2-inner, .box5-inner
	{padding-left: 10px;
	padding-right: 10px}

/* ヘッダーの背景 */
.box1     {background-color: #ff8c00}


/* サイト名 */
.site h1 a	{color: #83a4a8;
	text-decoration: none}

.site h1	{margin: 0;
	font-size: 30px;
	font-family: 'Paytone One', sans-serif;
	font-weight: normal;
        text-align: center}



/* コピーライト */
.copyright p	{margin: 0;
	color: #666666;
	font-size: 14px}


/* BOX5の上に区切り線を入れる */
.box5	{border-top: solid 1px #dddddd}

/* BOX5をバーの形にする */
.box5	{padding-top: 15px;
	padding-bottom: 15px;
	background-color: #dddddd}

/* ボックスの左右 */
.header, .info, .footer, .pickup
	{padding-left: 15px;
	padding-right: 15px}


/* ボックスの上下の間隔 */
.header	{padding-top: 20px;
	padding-bottom: 10px}




/* ########### 359px以下 ########### */
@media (max-width: 359px) {

/* ヘッダーの背景 */
.box1     {background-color: #ffffff}

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}


/* ロゴの切り替え（表示・非表示） */
.site h1   {display: none}

/* アバウトページ---------------------------------------------------------------------------------------------------- */
.cell table, th, td	{border: solid 10px #ffffff}

.cell table	{border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
        margin-bottom: 30px}

.cell th, td	{padding: 0}

.cell th	{width: 150px;
	background-color: #dddddd;
	text-align: center;
        font-size: 10px;
        font-weight: normal}

.cell td	{width: 450px;
	background-color: #ffffff}

.cell h4	{margin-left: 30px;
	padding-left: 20px;
	border-left: solid 20px #ff8c00;
	font-size: 14px;
	font-weight: normal}

.cell h2   {margin-top: -40;
       padding-top: 0;
	padding-left: 10px;
        margin-left: 20px;
	border-bottom: solid 2px #ff8c00;
	font-weight: bold;
        font-size: 12px}

.cell li   {font-size: 10px}

.cell h3   {margin: 0;
        padding: 0;
        list-style: none;
        font-weight: normal;
        font-size: 14px}




}


/* ########### 599px以下 ########### */
@media (max-width: 599px) {

/* キャッチコピー */
.catch	{padding: 5px 10px;
	font-size: 12px}

/* ヘッダーの背景 */
.box1     {background-color: #ffffff}

.site h2	{text-align: center}

/* ロゴの切り替え（表示・非表示） */
.site h1   {display: none}

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 150px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}

/* ナビゲーションメニュー（縦並び） */
.menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}

/* サイト名と記事のタイトル */
.site h1	{font-size: 20px}

.kiji h1	{font-size: 26px}

/* ボックスの上下の間隔 */
.box1	{padding-top: 4px;
	padding-bottom: 4px}

.box3	{padding-top: 25px}


/* アバウトページ---------------------------------------------------------------------------------------------------- */
.cell table, th, td	{border: solid 10px #ffffff}

.cell table	{border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
        margin-bottom: 30px}

.cell th, td	{padding: 0}

.cell th	{width: 150px;
	background-color: #dddddd;
	text-align: center;
        font-size: 10px;
        font-weight: normal}

.cell td	{width: 450px;
	background-color: #ffffff}

.cell h4	{margin-left: 30px;
	padding-left: 20px;
	border-left: solid 20px #ff8c00;
	font-size: 14px;
	font-weight: normal}

.cell h2   {margin-top: -40;
       padding-top: 0;
	padding-left: 10px;
        margin-left: 20px;
	border-bottom: solid 2px #ff8c00;
	font-weight: bold;
        font-size: 12px}

.cell li   {font-size: 10px}

.cell h3   {margin: 0;
        padding: 0;
        list-style: none;
        font-weight: normal;
        font-size: 14px}


}



/* ########### 600px以上～767px以下 ########### */
@media (min-width: 600px) and (max-width: 767px) {

/* ヘッダーの背景 */
.box1     {background-color: #ffffff}

.site h2	{text-align: center}


/* ロゴの切り替え（表示・非表示） */
.site h1   {display: none}


/* BOX2をバーの形にする */
.box2	{background-color: #ffffff}

/* トグルボタン */
#menubtn	{padding: 6px 12px;
	border: solid 1px #aaaaaa;
	border-radius: 5px;
	background-color: #ffffff;
	position: absolute;
	top: 20px;
	right: 15px;
	cursor: pointer}

#menubtn:hover	{background-color: #dddddd}

#menubtn:focus	{outline: none}

#menubtn i	{color: #888888;
	font-size: 18px}

#menubtn span	{display: inline-block;
	text-indent: -9999px}



/* ナビゲーションメニュー（縦並び） */
#menu	{display: none}

.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a	{display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #eeeeee}


/* アバウトページ---------------------------------------------------------------------------------------------------- */
.cell table, th, td	{border: solid 10px #ffffff}

.cell table	{border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
        margin-bottom: 30px}

.cell th, td	{padding: 0}

.cell th	{width: 150px;
	background-color: #dddddd;
	text-align: center;
        font-size: 10px;
        font-weight: normal}

.cell td	{width: 450px;
	background-color: #ffffff}

.cell h4	{margin-left: 30px;
	padding-left: 20px;
	border-left: solid 20px #ff8c00;
	font-size: 14px;
	font-weight: normal}

.cell h2   {margin-top: -40;
       padding-top: 0;
	padding-left: 10px;
        margin-left: 20px;
	border-bottom: solid 2px #ff8c00;
	font-weight: bold;
        font-size: 12px}


.cell li   {font-size: 10px}

.cell h3   {margin: 0;
        padding: 0;
        list-style: none;
        font-weight: normal;
        font-size: 14px}



}




/* ########### 768px以上 ########### */
@media (min-width: 768px) {

/* BOX2をバーの形にする */
.box2	{background-color: #000000}

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding-left: 10px;
	list-style: none}

.menu li a	{display: block;
	padding: 15px;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none}

.menu li a:hover	{background-color: #75dbe7}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* ロゴの切り替え（表示・非表示） */
.site h2   {display: none}

/* BOX3とBOX4の左右の間隔 */
.box3	{padding-left: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box}

/* アバウトページ---------------------------------------------------------------------------------------------------- */
.cell h4	{margin-left: 200px;
	padding-left: 20px;
	border-left: solid 20px #ff8c00;
	font-size: 18px;
	font-weight: bold}



}



/* ########### 1024px以上 ########### */
@media (min-width: 1024px) {

/* BOX2をバーの形にする */
.box2	{background-color: #000000}

/* トグルボタン */
#menubtn	{display: none}

/* ナビゲーション */
#menu	{display: block !important}

.menu ul	{margin: 0;
	padding-left: 40px;
	list-style: none}

.menu li a	{display: block;
	padding: 15px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.menu li a:hover	{background-color: #75dbe7}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: auto}

/* アバウトページ---------------------------------------------------------------------------------------------------- */
.cell h4	{margin-left: 400px;
	padding-left: 20px;
	border-left: solid 20px #ff8c00;
	font-size: 20px;
	font-weight: bold}


/* ロゴの切り替え（表示・非表示） */
.site h2   {display: none}

/* 全体の横幅を固定 */
 .boxA, .bread, .box2-inner, .cell, .share, .box5-inner
	{width: 1000px;
	margin-left: auto;
	margin-right: auto}

}


