@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{
    width: 100%;
    color: #333333;
    background-color: #f6f8ef;
}

/*	リンクタグ	*/

a,
a:hover{
	color:#666666;
	text-decoration:none;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header{
	width:100%;
	overflow:hidden;}


/*	タイトル	*/
#top h1{
    background: url(img/header_bg.gif) repeat-x;
    ackground-image: -moz-linear-gradient(top, #FFF, #D9D9D9);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#FFF), to(#D9D9D9));
    background-image: -o-linear-gradient(top, #FFF, #D9D9D9);
    background-image: -webkit-linear-gradient(90deg,rgba(36,112,1,1.00) 0%,rgba(24,78,0,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(36,112,1,1.00) 0%,rgba(24,78,0,1.00) 100%);
    width: 100%;
    padding: 3% 10px;
    border-bottom: solid 1px #F2E9E1;
    color: #FEFEFE;
    text-shadow: 1px 1px 1px #000000;
}

/*---------------------
	ヘッダー画像
--------------------*/
p#h_image{
	padding:0;
	position:relative;
}

p#h_image img{
	width:99.5%;
	margin:auto;
	border:solid 1px #030201;}

/*	ヘッダー画像内 文字	*/
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%;
    color: #247001;
    font-weight: bold;
    margin-top: 5%;
}



/*------------------------------------------------------------
	カテゴリ
------------------------------------------------------------*/
article{
	width:100%;
	overflow:hidden;
}

/*---------------------
	カテゴリタイトル
--------------------*/
article .title h2{
    background-image: -moz-linear-gradient(top, #ffa3a3, #ff6666);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffa3a3), to(#ff6666));
    background-image: -o-linear-gradient(top, #ffa3a3, #ff6666);
    background-image: -webkit-linear-gradient(90deg,rgba(24,78,0,1.00) 0%,rgba(36,112,1,1.00) 100%);
    background-image: linear-gradient(0deg,rgba(24,78,0,1.00) 0%,rgba(36,112,1,1.00) 100%);
    padding: 3% 10px;
    margin: 0;
    color: #FFF;
    text-shadow: 1px 1px 1px #760000;
}

/*---------------------
	カテゴリボディ
--------------------*/
article section{
    padding: 4% 5px 4% 10px;
    margin-left: 2.5%;
    margin-top: 10px;
    width: 90%;
    -webkit-box-shadow: 2px 2px 5px #A3A3A3;
    box-shadow: 2px 2px 5px #A3A3A3;
}

article section:nth-child(even){
    border: solid 1px;
    border-color: #FFF transparent #ffa3a3;
    border-radius: 5px;
    background-image: url(../img/section_bg.jpg);
}

article section:nth-child(odd){
    border: solid 1px;
    border-color: #FFF transparent #760000;
    border-radius: 5px;
    background-image: url(../img/section_bg02.jpg);
}

article section a{
    padding-right: 4%;
    display: block;
    overflow: hidden;	
}

article section a:active,link,hover.visited{
    padding-right: 4%;
    display: block;
    overflow: hidden;
}

/*	カテゴリ画像　*/
article section a figure{
    width: 35%;
    margin-right: 10px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #FFB816;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    float: left;
}

article section a figure img{
	background:#8DB42D;
	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: #760000;
	float: right;
}
/*	カテゴリ画像の説明文字　*/
article section a h4{
	width: 60.5%;
	color: #ff6666;
	float: right;
	font-size: 1.5em;
}

article section a p{
	width:60.5%;
	color:#1C140D;
	float:right;
}

/*	トップに戻る　*/
p.go_top{
	text-align:right;}

p.go_top a{
	margin-right: 5px;
	padding: 5% 15px 5% 0;
	display: block;
	color: #333333;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*	フリースペース　*/
.free_space{
	padding:3% 10px;
	border:dotted #F2E9E1;
	border-width:1px 0;
}

.free_space img{
    margin: auto;
    display: block;
}

/*	メニュー　*/
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:#1C140D;
	border:solid 1px #FFF;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	-moz-box-shadow:0px 0px 0px 1px #A2968C;
	-webkit-box-shadow:0px 0px 0px 1px #A2968C;
	box-shadow:0px 0px 0px 1px #A2968C;
	background-image: -moz-linear-gradient(top, #F8F4EF, #E6D5C7);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#F8F4EF), to(#E6D5C7));
	background-image: -o-linear-gradient(top, #F8F4EF, #E6D5C7);
	background-image: linear-gradient(top, #F8F4EF, #E6D5C7);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/*	コピーライト　*/
address{
	padding:3% 0;
	border-top:dotted 1px #F2E9E1;
}

address p{
	color:#760000;
	font-size:0.714em;
	text-align:center;}
.base_pink {
	color: #ff6666;
}
