@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:1em;
}

header,hgroup,nav,article,
section,aside,figure,footer{
	display:block;
}

ol, ul{
	list-style: none;  
}

html{
    font:14px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	background:#FFF;
	width:100%;
	color:#333631;
}

/*	リンクタグ	*/

a,
a:hover{
	color:#333631;
	text-decoration:none;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header{
	width:100%;
	overflow:hidden;}

/*	タイトル	*/
#top h1{
	background:url(img/header_bg.gif) repeat-x;
	ackground-image:-moz-linear-gradient(top, #434641, #292b27);
	background-image:-webkit-gradient(linear, center top, center bottom, from(#434641), to(#292b27));
	background-image:-o-linear-gradient(top, #434641, #292b27);
	background-image:linear-gradient(top, #434641, #292b27);
	width:100%;
	padding:3% 10px;
	border-bottom:solid 1px #11120F;
	color:#FFF;
	text-shadow:1px 1px 1px #11120F;
}

/*---------------------
	ヘッダー画像
--------------------*/
p#h_image{
	padding:0;
	position:relative;
}

p#h_image img{
	width:99.5%;
	margin:auto;
	border:solid 1px #D7E5CF;}

/*	ヘッダー画像内 文字	*/
p#h_image span{
	padding:0 10px;
	display:block;
	color:#FFF;
	position:absolute;
	z-index:2;
	top:40%;
}

/*	ヘッダー画像下 文字	*/
header h2{
	padding:10px;
}

header p.des{
	padding:0 10px;
	margin-bottom:5%;
}


/* ナビゲーション
---------------------------------------------------- */
nav ul {
  overflow: hidden;
  margin: 0 0 8px 0;
  padding: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 #fff inset, 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 0 #fff, 1px 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.0;
  background: url(img/li-bg.jpg) repeat-x bottom;
} 
nav li, nav a {
  display: block;
}
nav li {
  float: left;
  border-right: 1px solid #ddd;
}
/* 幅変更*/
nav a {
  padding: 15px 20px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
}
nav a:hover {
  background: url(img/li-bg-hover.jpg) repeat-x bottom;
}
nav #current a {
  color: #333;
  background: #fff;
}


/*------------------------------------------------------------
	カテゴリ
------------------------------------------------------------*/
article{
	width:100%;
	overflow:hidden;
}

/*---------------------
	カテゴリタイトル
--------------------*/
article .title h2{
	background-image: -moz-linear-gradient(top, #fdfdfd, #d5d6d4);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdfdfd), to(#d5d6d4));
	background-image: -o-linear-gradient(top, #fdfdfd, #d5d6d4);
	background-image: linear-gradient(top, #fdfdfd, #d5d6d4);
	padding:3% 10px;
	margin:0;
	border:solid 1px #9CA695;
	border-top:solid 1px #D7E5CF;
	text-shadow:1px 1px 1px #FFF;}

/*---------------------
	カテゴリボディ
--------------------*/
article section{
	padding:4% 5px 4% 10px;
}

article section:nth-child(even){
	background-image: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#f8f8f8), to(#f2f2f2));
	background-image: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
	background-image: linear-gradient(top, #f8f8f8, #f2f2f2);
	border:solid 1px;
	border-color:#FFF transparent #D7E5CF;
}

article section:nth-child(odd){
	background-image: -moz-linear-gradient(top, #ececec, #d9d9d9);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ececec), to(#d9d9d9));
	background-image: -o-linear-gradient(top, #ececec, #d9d9d9);
	background-image: linear-gradient(top, #ececec, #d9d9d9);
	border:solid 1px;
	border-color:#FFF transparent #D7E5CF;
}

article section a{
	background:url(img/link_icon.png) no-repeat right center;
	padding-right:4%;
	display:block;
	overflow:hidden;
}

/*	カテゴリ画像　*/
article section a figure{
	width:35%;
	margin-right:10px;
	overflow:hidden;

	border:solid 1px #9CA695;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	float:left;}

article section a figure img{
	background:#9CA695;
	width:100%;
	margin-bottom:-4.5%;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;}

@media screen and (min-width:480px) {
	article section a figure{
		padding-bottom:0.5%;
	}
}

/*	カテゴリ画像の説明文字　*/
article section a h2{
	width:60.5%;
	color:#9CA695;
	float:right;
}

article section a p{
	width:60.5%;
	float:right;
}

/*	トップに戻る　*/
p.go_top{
	text-align:right;}

p.go_top a{
	margin-right:5px;
	padding:5% 15px 5% 0;
	display:block;
	color:#9CA695;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*	フリースペース　*/
.free_space{
	padding:3% 10px;
	border:dotted #D7E5CF;
	border-width:1px 0;
}

.free_space img{
	margin:auto;
	display:block;
	border:solid 1px #333631;
}

/*	メニュー　*/
footer ul{
	padding:4% 0;
	overflow:hidden;
}

footer ul li{
	width:20%;
	margin:2% 2.5% 2% 2.5%;
	float:left;
}

footer ul li a{
	padding:1.4em 0;
	display:block;
	color:#D7E5CF;
	border:solid 1px #A3AB9D;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	-moz-box-shadow:0px 0px 0px 1px #333631;
	-webkit-box-shadow:0px 0px 0px 1px #333631;
	box-shadow:0px 0px 0px 1px #333631;
	background-image: -moz-linear-gradient(top, #b0b9ab, #7f8b78);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#b0b9ab), to(#7f8b78));
	background-image: -o-linear-gradient(top, #b0b9ab, #7f8b78);
	background-image: linear-gradient(top, #b0b9ab, #7f8b78);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/*	コピーライト　*/
address{
	padding:3% 0;
	border-top:dotted 1px #333631;
}

address p{
	font-size:0.714em;
	text-align:center;}

/* スマホ画像のはみ出し防止 */
.responsive-img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.free_space img {
	max-width: 100%;
	height: auto;
}
.free_space img{
	margin:auto;
	display:block;
	border:solid 1px #333631;
	max-width:100%;
	height:auto;
}

/* スマホはみ出し対策 */
img {
	max-width: 100% !important;
	height: auto !important;
}

table {
	max-width: 100% !important;
	width: 100% !important;
}

td {
	max-width: 100% !important;
	width: auto !important;
	box-sizing: border-box;
}

.left-menu-waku,
.left-menu-utiwaku,
.minibnr {
	max-width: 100% !important;
	width: 100% !important;
	box-sizing: border-box;
	overflow: hidden;
}

body {
  margin: 5px 0 !important;
  padding: 0 8px !important;
  box-sizing: border-box;
}

/* スマホトップ用メニュー 3列×2段 強制版 */
#top nav ul {
	display: flex !important;
	flex-wrap: wrap !important;
	overflow: hidden;
}

#top nav ul li {
	float: none !important;
	width: 33.333% !important;
	margin: 0 !important;
	box-sizing: border-box !important;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #eee;
}

#top nav ul li a {
	display: block !important;
	padding: 15px 4px !important;
	text-align: center !important;
	font-weight: bold;
}
}