@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;
}

.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}

.fb{font-weight: bold;}
.fcred{color: #ff0000;}
.fcblue{color: #0000FF;}


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	background:#FFF;
	width:100%;
	color:#000002;
}

/*	リンクタグ	*/

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


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


/*	タイトル	*/
#top h1{
	background:url(../img/m_header_bg.jpg) repeat-x;
	background-image: -moz-linear-gradient(top, #ff0000, #B40404); /* Firefox */
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ff0000), to(#B40404)); /* Chrome Safari */
	background-image: -o-linear-gradient(top, #ff0000, #B40404); /* Opera */
	background-image: linear-gradient(top, #ff0000, #B40404);
	width:100%;
	padding:3% 10px;
	/*border-bottom:solid 1px #F79D48;*/
	color:#FFF;
	/*text-shadow:1px 1px 1px #CB3A1E;*/
}

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

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

/*	ヘッダー画像内 文字	*/
p#h_image span{
	padding:0 10px;
	display:block;
	color:#FFF;
	position:absolute;
	z-index:2;
	top:40%;
}

/*	ヘッダー画像下 文字	*/
header h2{
	padding:3% 10px 1% 10px;
	color:#E4471F;
}

header p.des{
	padding:0 10px;
	/*margin-bottom:5%;*/
}



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


/*---------------------
	NEWS
--------------------*/

article section.news {
	overflow:hidden;
}

article section.news h2{
	width:99.5%;
	color:#E4471F;
}

article section.news ul{
	width:99.5%;
	color:#1C140D;
}


/*---------------------
	カテゴリタイトル
--------------------*/
article .title h2{
	background-image: -moz-linear-gradient(top, #333, #000); /* Firefox */
	background-image: -webkit-gradient(linear, center top, center bottom, from(#333), to(#000)); /* Chrome Safari */
	background-image: -o-linear-gradient(top, #333, #000); /* Opera */
	background-image: linear-gradient(top, #333, #000);
	margin:0;
	padding:3% 10px;
	color:#fff;
	/*border:solid 1px #C42812;*/
	/*border-top:solid 1px #EB9284;*/
	/*text-shadow:1px 1px 1px #F79D48;*/
	}

/*---------------------
	カテゴリボディ
--------------------*/
article section{
	padding:4% 5px 4% 10px;
}

article section:nth-child(even){
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
	border:solid 1px;
	border-color:#FFF transparent #ccc;
}

article section:nth-child(odd){
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
	border:solid 1px;
	border-color:#FFF transparent #ccc;
}

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;
	padding:0;
	overflow:hidden; /*はみ出た内容の表示方法を指定する*/

	/*border:solid 1px #A50C0E;*/
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Chrome Safari */
	border-radius:10px;

	float:left;
}

article section a figure img{
	background:#ccc;
	width:100%;
	margin-bottom:-4.5%;
	/*figure ボックスと画像両方角丸設定*/
	-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:#E4471F;
	float:right;
}

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

/*	カテゴリ画像なしの説明文字　*/

article section.nthumb {
	overflow:hidden;
}

article section.nthumb h2{
	width:99.5%;
	color:#E4471F;
}

article section.nthumb ul{
	width:99.5%;
	color:#1C140D;
}


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

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


/*	PC版へ　*/
p.go_desktop{
	text-align:right;}

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


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

/*	メニュー　*/
footer ul{
	padding:4% 0;
	overflow:hidden;
}

footer ul li{
	width:23%;
	margin:2% 1% 2% 1%;
	float:left;
}

footer ul li a{
	padding:1em 0;
	display:block;
	color:#FFF;
	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 #666;
	-webkit-box-shadow:0px 0px 0px 1px #666;
	box-shadow:0px 0px 0px 1px #666;
	background-image: -moz-linear-gradient(top, #666, #333);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#666), to(#333));
	background-image: -o-linear-gradient(top, #666, #333);
	background-image: linear-gradient(top, #666, #333);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

footer div.flink{
	margin:2% auto 3% auto; 
	text-align:center;
}


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

address p{
	color:#000080;
	font-size:0.714em;
	text-align:center;}


.ToTop {
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	z-index: 10000;
	overflow: hidden;
	background-color: #c50c17;
	border-radius: 4px;
	opacity: .5;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
}
.ToTop a:visited{
	color: #fff;
}
