@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:#252525;
}

/*	リンクタグ	*/

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

a.link2 {
	text-decoration: none;
	color: #fff;
	font-size: 1.6em;
	} 

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


/*	タイトル	*/
#top h1{
	background:url(img/header_bg.gif) repeat-x;
	ackground-image:-moz-linear-gradient(top, #0093B5, #00769E);
	background-image:-webkit-gradient(linear, center top, center bottom, from(#0093B5), to(#00769E));
	background-image:-o-linear-gradient(top, #0093B5, #00769E);
	background-image:linear-gradient(top, #0093B5, #00769E);
	width:100%;
	padding:5px 5px 0px 0px;
	border-bottom:solid 1px #00355F;
	color:#FFF;
	text-align:center;
	
}

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

p#h_image img{
	width:50%;
	margin:auto;
	}

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

/*	ヘッダー画像下 文字	*/
header h2{
	padding:10px;
	color:#0086AC;
	text-align:center;
}

header p.des{
	padding:0 10px;
	margin-bottom:5%;
	text-align:center;
}



/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
article{
	width:100%;
	overflow:hidden;
}

/*---------------------
	コンテンツタイトル
--------------------*/
article .title h2{
	background-image: -moz-linear-gradient(top, #3EADC6, #349DBC);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#3EADC6), to(#349DBC));
	background-image: -o-linear-gradient(top, #3EADC6, #349DBC);
	background-image: linear-gradient(top, #3EADC6, #349DBC);
	padding:3% 10px;
	margin:5% 0 0;
	border:solid 1px #005581;
	border-top:solid 1px #00B2D8;
	text-shadow:1px 1px 1px #FFF;}

/*---------------------
	コンテンツボディ
--------------------*/
article section{
	padding:1% 5px 1% 10px;
}

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

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

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:15%;
	margin-right:10px;
	padding:0;
	overflow:hidden;
float:left;}

article section a figure img{
	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:70%;
	color:#000;
	margin-right:5px;
	padding:6% 15px 6% 0;
	
}

article section a h3{
	width:70%;
	color:#000;
	margin-right:5px;
	padding:2% 15px 1% 0;
	
}


article section a p{
	width:85%;
	color:#1C140D;
	margin-right:5px;
	font-size:82%;
	
}

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

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


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
float:none;
width:100%;
background:url(img/header_bg.gif) repeat-x;
	background-image:-moz-linear-gradient(top, #0093B5, #00769E);
	background-image:-webkit-gradient(linear, center top, center bottom, from(#0093B5), to(#00769E));
	background-image:-o-linear-gradient(top, #0093B5, #00769E);
	background-image:linear-gradient(top, #0093B5, #00769E);
}

#footer ul ul{padding-bottom:0;width:auto;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:center;
padding:5px 0;
margin-left:15px;
background:url(images/arrow.png) no-repeat 0 9px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer ul li	a:hover{text-decoration:underline;}

#footer ul li li{
display:block;
padding:0;
margin-left:5px;
background:url(images/arrow2.png) no-repeat 0 6px;
}

#footer ul li	li a{padding:0 0 0 8px;}

*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

.tel{
text-align:center;
padding-top:15px;
padding-bottom:15px;
color:#fff;
}



/*------------------------------------------------------------
	フッター2
------------------------------------------------------------*/
#footer2 {
float:none;
width:100%;
background-color: #000;
}

#footer2 ul ul{padding-bottom:0;width:auto;}

#footer2 ul li{
display:inline-block;
vertical-align:text-top;
text-align:center;
padding:5px 0;
margin-left:15px;
background:url(images/arrow.png) no-repeat 0 9px;
}

#footer2 ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
}

#footer2 ul li	a:hover{text-decoration:underline;}

#footer2 ul li li{
display:block;
padding:0;
margin-left:5px;
background:url(images/arrow2.png) no-repeat 0 6px;
}


#footer2 ul li	li a{padding:0 0 0 8px;}

*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}


.copyright{
clear:both;
padding:3px;
text-align:center;
font-size:70%;
color:#fff;
zoom:1;
}
