@charset "UTF-8";


/*--------------------------------------------------------
1、サイト全体の背景設定
------------------------------------------------------*/

#container{ background-color: #fff; }


/*--------------------------------------------------------
2、サイト全体の共通設定
-------------------------------------------------------*/

body{
	color: #333;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*●リンク文字*/
a{ text-decoration: underline; color: #669933; }

/*a:link,
a:visited{ color: #99cc33; }*/
a:hover,
a:active{ color: #99cc33; }

.mincho {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*--------------------------------------------------------
3、エリアの設定
--------------------------------------------------------*/

#container{
	position: relative;
	padding-top: 25px;
}


/*--------------------------------------------------------
トップ
--------------------------------------------------------*/

#top{ 
	position: absolute;
	top: 0;
	background-color: #f5fde5;
	border-bottom: 1px solid #aad85f;
	font-size: 1.2em;
}

#top-in{
	position: relative;
	padding: 5px 0;
}

#top-in h1 {
	position: absolute;
	top: 4px;
	left: 0;
}

#top-menu{ text-align: right; }

#top-menu li{
	display: inline;
	margin-left: 1em;
	list-style: none;
}

#top-menu li a{
	padding-left: 12px;
	background: url(/images/icon/icon-arrow01.png) left center no-repeat;
}


/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header{
	background-color: #fff;
	font-size: 1.2em;
}

#header-in{ 	position: relative; padding: 10px 0 5px; }

/*●ヘッダーロゴ（メインタイトル）*/
#header #header-title{
	float: left;
	position: relative;
	margin-top: -35px;
	padding: 25px 0 23px;
	background: #fff;
	border-left: 1px solid #0d6230;
	border-right: 1px solid #0d6230;
	text-align: center;
	width: 30%; /*ロゴ（メインタイトル）下の<h1>の1行の幅はこちらのwidthの値を変更*/
	z-index: 9999;
}

/*●ヘッダーロゴテキスト*/


/*●ヘッダーテキスト・右上の文章*/
#header-in #header-text{
	padding-top: 10px;
	margin-top: 0.2em;
	float: right;
	text-align: right;
	width: 68%; /*・1行の幅はwidthの値を変更*/
	color: #333;
}

.header-text_tel {
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.header-text_tel a {
	padding-top: 5px;
	color: #e5510a;
	text-decoration: none;
	font-weight: bold;
	font-size: 30px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/

#global-nav{
	border-top: 4px solid #0d6230;
	padding-top: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #999;
}

#global-nav dl{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#global-nav dt,
#global-nav dd{ 
	margin: 0;
	padding: 0;
}


/*●メニューボタンを非表示*/
#global-nav .btn-gnav{ display:none; }


/*●グローバルメニュー*/
#global-nav .menu-wrap{ display: block; }

#menu{
	font-size: 1.2em;
}

#global-nav #menu li{
	position: relative;
	float: left;
	margin: 0;
	margin-bottom: 5px;
	border-right: solid 1px #128541; /*右側のボーダーの色*/
	list-style: none;
}

#global-nav #menu li.current {
	border-bottom: 5px solid #128541;
	padding-bottom: 0;
	margin-bottom: 0;
}

#global-nav #menu li.current:hover {
}

#global-nav #menu li +li {
	border-left: 1px solid #fff;
}

#global-nav #menu li.first{ border-left: solid 1px #128541; } /*一番左のメニューだけに追加指示*/

#global-nav #menu li{ white-space: nowrap; }

/*メニューのデザイン*/
#global-nav #menu li a,
#global-nav #menu li div{
	display: block;
	padding: 12px 32px;
	color: #333; /* メニューのフォントの色  */
	text-decoration: none;
	text-align: center;
	font-size: 13px;
}

#global-nav #menu li span {
	padding: 2px 2px 2px 2px;
	border-radius: 4px;
}

#global-nav #menu li span.menu_btn1 {
	/*border-left: 5px solid #d7647e;*/
	background: #d7647e;
}

#global-nav #menu li span.menu_btn2 {
	background: #e48a4a;
}

#global-nav #menu li span.menu_btn3 {
	background: #abd494;
}

#global-nav #menu li span.menu_btn4 {
	background: #7ab0cf;
}

#global-nav #menu li span.menu_btn5 {
	background: #7d7ebd;
}

#global-nav #menu li a:hover {
	color: green;
}


#global-nav #menu li a:link,
/*#global-nav #menu li a:visited{ background-color: #fff; } /*すでに訪れたリンクの背景色*/*/

#global-nav #menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 12em;
}

/*ドロップダウンメニューのデザイン*/
#global-nav #menu li ul li{
	margin: 0;
	padding: 0;
	width: 12em;
	background-color: #eaeaea;
	border-top: 0;
	border-right: 0;
	white-space: normal;
}

#global-nav #menu li ul li a{
	display: block;
	padding: 0.8em 3em;
}

#global-nav #menu li ul ul{
	top: 0;
	left: 100%;
}

#global-nav .showMenu{ display: block!important; }

/*--------------------------------------------------------
Flash・Slider
--------------------------------------------------------*/

.flash-wrap {
	overflow: hidden;
	width: 100%;
	height: 274px;
	text-align: center;
	background: url(../images/flash_bg.jpg) repeat-x;
}

.flash object {
	box-shadow: 0 0 20px #000;
}

.l_slider_wrap {
	display: none;
}

.br1 {
	border-radius: 4px;
	border: 1px solid #ddd;
}

.br1_img img {
	float: left;
	margin-right: 10px;
	border-radius: 5px;
}

.main-wrap {
	overflow: hidden;
	width: 100%;
	text-align: center;
	background: url(../images/main_bg.jpg) repeat-x;
}

.main-wrap img {
	box-shadow: 0 0 20px #000;
}


.top-first {
	
}

.top-first_img {
	float: right;
}

.top-first_txt {
	color: #ff6600;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 20px;
}

.br1-fz {
	font-size: 17px;
	font-weight: bold;
}


/*--------------------------------------------------------
コンテンツ全体
--------------------------------------------------------*/

#main-in{ padding-top: 1.5em; }


/*●メイン画像*/
#main-image{
	padding-top: 1.5em;
}

#main-image-in{
	position: relative;
	padding-bottom: 1.5em;
}

#main-image img{
	width: 100%;
	height: auto;
}

#main-image .catch-copy{
	position: absolute;
	top: 1em;
	left: 1em;
	color: #fff;
	font-size: 3em;
}


/*●パン屑ナビ*/
#breadcrumbs{
	clear: both;
	margin-bottom: 1.5em;
	font-size: 1.2em;
}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(/images/icon/icon-brc.gif) center right no-repeat;
}


/*--------------------------------------------------------
メインコンテンツ（本文）
--------------------------------------------------------*/

#main-contents{ font-size: 1.4em; }

#main-contents .contents{
	margin-bottom: 20px;
	padding: 10px;
}


/*●H2タグ*/
#main-contents h2{
	margin: 0 0 0.5em;
	padding: 0.5em 0.9em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 20px;
	font-weight: bold;
}

#main-contents h2 a:link,
#main-contents h2 a:visited{ color: #333; }

#main-contents h2 a:hover,
#main-contents h2 a:active{ color: #f60; }

#main-contents h2.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H3タグ*/
#main-contents h3{
	margin: 0 0 10px;
	padding: 0.3em 0.8em;
	border: 1px solid #ddd;
	border-top: 4px solid #17813a;
	font-size: 18px;
	font-weight: bold;
}

#main-contents h3 a:link,
#main-contents h3 a:visited{ color: #333; }

#main-contents h3 a:hover,
#main-contents h3 a:active{ color: #f60; }

#main-contents h3.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H4タグ*/
#main-contents h4{
	margin: 0 0 1.5em;
	padding: 0.8em;
	border: 1px solid #8e8e8e;
	font-weight: bold;
}

#main-contents h4 a:link,
#main-contents h4 a:visited{ color: #333; }

#main-contents h4 a:hover,
#main-contents h4 a:active{ color: #f60; }

#main-contents h4.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}


/*●H5タグ*/
#main-contents h5{
	margin: 0 0 1.5em;
	padding: 0 0.8em 0.5em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}

#main-contents h5.img-title{
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	background: none;
}

#main-contents h5 a:link,
#main-contents h5 a:visited{ color: #333; }

#main-contents h5 a:hover,
#main-contents h5 a:active{ color: #f60; }


/*●段落タグ*/
#main-contents p { margin-bottom: 5px; }


/*●リストタグ*/
#main-contents ul,
#main-contents ol{
	margin: 0 0.8em 1.5em 1.7em;
	padding: 0;
}

#main-contents li{
	margin-bottom: 0.5em;
	line-height: 1.5em;
}


/*●引用タグ*/
#main-contents q{
	margin: 0 2px;
	padding: 0 8px;
	background: #efefef;
}

#main-contents blockquote{
	overflow: auto;
	margin: 0 1em 1.5em;
	padding: 1em;
	border: 3px solid #ddd;
	background: #efefef;
	color: #444;
}


/*●テーブルタグ*/
#main-contents table{
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

/*「table」の1行目に「colspan」を利用する場合は「auto」を指定する*/
/*#main-contents table{ table-layout: auto; }*/

#main-contents th,
#main-contents td{
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

#main-contents th{
	background-color: #d7eaa3;
	font-weight: bold;
	text-align: left;
}


/*●テーブルタグ スタイル01*/
#main-contents table.table-style01 th,
#main-contents table.table-style01 td{
	text-align: left;
	vertical-align: top;
}


/*●最新情報（リストタグ）*/
#main-contents ul.news{
	margin: 0 0 3.5em;
	padding: 0;
	padding-bottom: 0;
}

#main-contents ul.news li{
	margin-bottom: 1em;
	padding: 0 1em 1em;
	border-bottom: 1px dotted #414141;
	line-height: 1.4em;
	list-style: none;
}


/*●最新情報（定義タグ）*/
#main-contents dl.news{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news dt{
	float: left;
	width: 9em;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}

/*最新情報のアイコン設定*/
#main-contents dl.news dd.cat{
	float: left;
	overflow: hidden;
	width: 6em;
	height: 1.5em;
	padding: 0.1em 0.3em 0;
	border-bottom: none;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#main-contents dl.news dd{
	margin: 0 0 10px 0;
	padding: 0 1em 0.8em 16.5em;
	border-bottom: 1px dotted #414141;
}

/*●最新情報2（定義タグ）*/
#main-contents dl.news02{
	margin: 0;
	margin-bottom: 3.5em;
	padding: 0;
}

#main-contents dl.news02 dt{
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0;
	padding-left: 1em;
	font-weight: bold;
}

#main-contents dl.news02 dd{
	margin: 0 0 0.5em 0;
	padding: 0 1em 0.8em 1em;
	border-bottom: 1px dotted #414141;
}

#main-contents dl.news02 dd.cat{
	margin: 0;
	padding: 0 1em 0.5em 1em;
	border: 0;
}

#main-contents dl.news02 dd.cat ul{
	margin: 0;
	padding: 0;
	/zoom : 1;
}

#main-contents dl.news02 dd.cat ul:after{ content : ''; display : block; clear : both; height:0; }

#main-contents dl.news02 dd.cat li{
	clear: none;
	overflow: hidden;
	float: left;
	height: 1.5em;
	margin-right: 0.5em;
	padding: 0.1em 0.3em 0;
	background: #333;
	color: #fff;
	font-size: 0.858em;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/*カテゴリの文字数が多い場合はコメントアウトを解除*/
/*#main-contents dl.news dd.cat{
	clear: none;
	width: auto;
}

#main-contents dl.news dd{
	clear: both;
	padding: 0 1em 0.8em 1em;
	}*/

	#main-contents dl.news dd.cat,
	#main-contents dl.news02 dd.cat{ font-weight: bold; }
	#main-contents dl.news dd.cat.color01,
	#main-contents dl.news02 dd.cat .color01{ background: #4784bf; }
	#main-contents dl.news dd.cat.color02,
	#main-contents dl.news02 dd.cat .color02{ background: #dd6673; }
	#main-contents dl.news dd.cat.color03,
	#main-contents dl.news02 dd.cat .color03{ background: #39a869; }
	#main-contents dl.news dd.cat.color04,
	#main-contents dl.news02 dd.cat .color04{ background: #e8ac51; }
	#main-contents dl.news dd.cat.color05,
	#main-contents dl.news02 dd.cat .color05{ background: #a55b9a; }
	#main-contents dl.news dd.cat.color06,
	#main-contents dl.news02 dd.cat .color06{ background: #aac863; }


	/*●定義タグ スタイル01*/
	#main-contents dl.dl-style01{
		margin: 0 0 3.5em;
		padding: 0;
	}

	#main-contents dl.dl-style01 dt{
		float: left;
		width: 9em;
		margin: 0;
		padding: 0 0 0 1em;
	}

	#main-contents dl.dl-style01 dd{
		margin: 0 0 10px 0;
		padding: 0 1em 0.8em 10em;
		border-bottom: 1px dotted #414141;
	}


	/*●定義タグ スタイル02*/
	#main-contents  dl.dl-style02{
		margin-bottom: 1.2em;
		padding: 0;
		border: 1px solid #777;
		border-top: 0;
	}

	#main-contents dl.dl-style02 dt{
		margin: 0;
		padding: 0.5em;
		border-top: 1px solid #777;
		border-bottom: 1px solid #777;
		background: #d7eaa3;
		font-weight: bold;
		font-size: 15px;
	}

	#main-contents dl.dl-style02 dd{
		margin: 0;
		padding: 15px 10px 0;
		background-color: #fff;
	}


	/*●チェックリスト（リストタグ）*/
	#main-contents ul.checklist{
		margin: 0 0 1.5em;
		padding: 1em;
		padding-bottom: 0;
	}

	#main-contents ul.checklist li{
		margin-bottom: 4px;
		padding-top: 0px;
		padding-bottom: 5px;
		padding-left: 30px;
		border-bottom: 1px dotted #ccc;
		background: url(/images/icon/icon-check01-red.png) left top no-repeat;
		list-style-type: none;
	}

	#main-contents a img:hover {
		opacity: 0.8;
	}


	/*●戻る＆進むリンク*/
	.link-next,
	.link-back,
	.link-next02,
	.link-back02{ clear: both; }

	.link-next,
	.link-next02{ text-align: right; }

	.link-back,
	.link-back02{ text-align: left; }

	.link-next a{
		padding: 3px 0 3px 15px;
		background: url(/images/icon/icon-arrow_r.png) 0 7px no-repeat;
	}
	.link-back a{
		padding: 3px 0 3px 15px;
		background: url(/images/icon/icon-arrow_l.png) 0 7px no-repeat;
	}

	.link-next02 a{
		padding: 3px 0 3px 15px;
		background: url(/images/icon/icon-arrow_r-yellow.png) 0 7px no-repeat;
	}
	.link-back02 a{
		padding: 5px 0 5px 15px;
		background: url(/images/icon/icon-arrow_l-yellow.png) 0 7px no-repeat;
	}


	/*●段組み*/

	.box-wrap {
		margin-bottom: 10px !important;
	}
	.box-wrap .box-l{
		float: left;
		width: 49%;
		margin: 0 0 1.5em;
		border: 1px solid #aaa; /*boxの枠線の指示*/
	}

	.box-wrap .box-l .contents,
	.box-wrap .box-r .contents {
		margin-bottom: 0 !important;
	}

	.box-wrap .box-l ul,
	.box-wrap .box-r ul {
		font-size: 0.9em;
	}

	.box-wrap .box-r{
		float: right;
		width: 49%;
		margin: 0 0 1.5em;
		border: 1px solid #aaa;
	}

	#main-contents .box-wrap .title{
		margin-bottom: 1.5em;
		background-color: #669933; /*boxのタイトルの背景色*/
	}

	#main-contents .box-wrap .title p{
		margin: 0 10px;
		padding: 5px 0;
		color: #fff;
		font-weight: bold;
	}


	/*●ランキング（リストタグ）*/
	#main-contents .box-wrap .ranking{
		margin: 0 0 15px;
	}

	#main-contents .ranking li{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #aaa; /*区切り線の指示*/
		background: none;
		list-style: none;
	}

	#main-contents .ranking li.end{
		padding-bottom: 0;
		border-bottom: none;
	}

	#main-contents .ranking p{ margin: 0 0 10px; }


	/*●ページネーション スタイル01*/
	#main-contents .cont-menu01{
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	#main-contents .cont-menu01 ul{
		position: relative;
		left: 50%;
		float: left;
		margin-left: 10px;
	}

	#main-contents .cont-menu01 li{
		position: relative;
		left: -50%;
		float: left;
		margin-right: 10px;
		list-style: none;
	}

	#main-contents .cont-menu01 li:last-child{ margin-right: 0; }

	#main-contents .cont-menu01 li.cur{
		padding: 3px 10px;
		border: 1px solid #ccc;
		background-color: #959595;
		color: #fff;
		font-weight: bold;
	}

	#main-contents .cont-menu01 li a{
		display: block;
		padding: 3px 10px;
		border: 1px solid #ccc;
	}

	#main-contents .cont-menu01 li a:link,
	#main-contents .cont-menu01 li a:visited{ background-color: transparent; }

	#main-contents .cont-menu01 li a:hover,
	#main-contents .cont-menu01 li a:active{
		background-color: #959595;
		color: #fff;
	}

	#main-contents .text-field{ width: 90%; }


	/*●ページネーション スタイル02*/
	#main-contents .cont-menu02{
		position: relative;
		overflow: hidden;
		width: 100%;
	}

	#main-contents .cont-menu02 ul{
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#main-contents .cont-menu02 li{
		max-width: 50%;
		list-style: none;
	}

	* html #main-contents .cont-menu02 li{ white-space: nowrap; } /* IE6 */

	#main-contents .cont-menu02 li.prev{ float: left; }

	#main-contents .cont-menu02 li.next{ float: right; }

	#main-contents .cont-menu02 li a{
		display: block;
		padding: 3px 10px;
		border: 1px solid #ccc;
	}

	#main-contents .cont-menu02 li a:link,
	#main-contents .cont-menu02 li a:visited{ background-color: transparent; }

	#main-contents .cont-menu02 li a:hover,
	#main-contents .cont-menu02 li a:active{
		background-color: #959595;
		color: #fff;
	}


	/*●サイトマップ*/
	#main-contents .sitemap li,#main-contents .sitemap2 li,#main-contents .sitemap3 li{ list-style: none; color: green; font-weight: bold;}

	#main-contents .sitemap li a{
		display: block;
		padding: 3px 0 3px 20px;
		font-weight: normal;
		background: url(/images/icon/icon-arrow_r.png) 0 6px no-repeat;
	}

	#main-contents .sitemap2 li a{
		display: block;
		padding: 3px 0 3px 40px;
		font-weight: normal;
		background: url(/images/icon/icon-arrow_r.png) 20px 6px no-repeat;
	}

	#main-contents .sitemap3 li a{
		display: block;
		padding: 3px 0 3px 60px;
		font-weight: normal;
		background: url(/images/icon/icon-arrow_r.png) 40px 6px no-repeat;
	}

	#main-contents .sitemap ul{ margin-top: 1em; }

	#main-contents .sitemap li li a{
		padding: 0 0 0 15px;
		border-left: none;
		background: url(/images/icon/icon-menu02.png) 0 6px no-repeat;
	}

	.dl-style1 dt {
		margin-bottom: 10px;
		padding: 2px 2px 2px 10px;
		font-weight: bold;
		border-bottom: 1px solid #fd9208;
		border-left: 4px solid #fd9208;
	}

	.dl-style1 dd {
		margin: 5px 5px 15px;
	}

	.qa-style dt {
		margin-bottom: 5px;
		padding-bottom: 3px;
		text-indent: -1.5em;
		padding-left: 1.5em;
		border-bottom: 2px solid orange;
		font-weight: bold;
		font-size: 15px;
	}

	.qa-style dd {
		margin: 5px 5px 15px;
	}

	.contact table th {
		font-size: 12px;
	}


/*--------------------------------------------------------
サブコンテンツ / サイドバー
--------------------------------------------------------*/

#sub-contents,
#sidebar,
#sidebar-in,
#sub-contents-in{
	margin: 0;
	padding: 0;
}

* html #sub-contents,
* html #sidebar{ overflow: hidden; }

#sub-contents .sub-contents-btn,
#sidebar .sidebar-btn{ display: none; }

.sub-column{ font-size: 1.2em; }

.sub-column li{ list-style: none; }


/*●コンテンツ*/
.sub-column .contents{
	margin-bottom: 1.5em;
	padding: 0.5em;
	background: #f5fde5;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.sub-column hr{ clear: both; }

.sub-column h3 {
	padding: 0.7em;
	border: 1px solid #669933;
	background: #b4e391; /* Old browsers */
	background: -moz-linear-gradient(top,  #b4e391 0%, #61c419 50%, #b4e391 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4e391 0%,#61c419 50%,#b4e391 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-9 */


	border-radius: 5px 5px 0 0;
	color: #fff; /*見出し文字の色*/
	text-shadow: 1px 1px 1px #333;
	font-weight: bold;
	font-size: 1.2em;
}

.sub-column h3 span {
	font-size: 10px;
	margin-left: 10px;
	vertical-align: middle;
}

.sub-column .contents h3{
	margin: -0.5em;
	margin-bottom: 0.8em;
}


/*●プロフィール*/
.sub-column .profile-img img{
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.sub-column .profile-txt p{ margin-bottom: 1em; }

.col1 .sub-column .profile-img,
.col2 #sub-contents .profile-img,
.col2r #sub-contents .profile-img{
	float: left;
	padding-right: 20px;
}


/*●テーブルタグ*/
.sub-column table caption{
	font-weight: bold;
	text-align: center;
}

.sub-column table{
	width: 90%;
	margin: auto;
	margin-bottom: 1.5em;
	padding: 0;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
}

.sub-column table th,
.sub-column table td{
	padding: 0.5em 0.2em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}

.sub-column table th{
	background: #f0f0f0;
	font-weight: bold;
	text-align: center;
}


/*●カレンダー*/
.sub-column table.calendar tbody td{ text-align: center; }

.sub-column table.calendar tfoot td{ border-right: none; }

.sub-column table.calendar tfoot td.next{
	border-right: 1px solid #959595;
	text-align: right;
}

.sub-column table.calendar tbody td a{ display: block; }


/*●検索ボックス*/
.sub-column dl.search-box{
	margin: 0 0 16px;
	width: 100%;
}

.sub-column dl.search-box dt{
	display: block;
	float: left;
	width: 63%;
	margin: 0;
	padding: 0;
	padding-right: 5px;
}

.sub-column dl.search-box dt input{
	width: 95%;
	height: 1.4em;
	padding: 2px;
	border: 1px solid #aaa;
	color: #aaa;
	line-height: 1.4em;
}

.sub-column dl.search-box dt input.onfocus{ color: #333; }

.sub-column dl.search-box dd{
	float: left;
	margin: 0;
	padding: 0;
}

.sub-column dl.search-box dd input{
	height: 2em;
	padding: 0.1em 1em;
	line-height: 1.4em;
}


/*●お問い合わせ*/
.sub-column .contact .icon-contact{
	float: left;
	padding: 0 10px 10px 0;
}

.sub-column .contact .text-contact{ overflow: hidden; }


/*●サイドメニュー*/
.sub-column .side-menu{ margin: 0; border-radius: 4px; background: #fff; border: 1px solid #ddd; padding: 6px 10px; }

.sub-column .side-menu li{ list-style: none; border-bottom: 1px solid #ddd; }

.sub-column .side-menu li a{
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 8px 10px 8px 10px;
	border-left: 5px solid #128541;
	text-decoration: none;
	font-size: 15px;
	color: #333;
}

.sub-column .side-menu li a:active,
.sub-column .side-menu li a:hover{
	background-color: #128541;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}

.sub-column .side-menu ul{
	padding: 0;
	margin: 0;
}

.sub-column .side-menu ul ul{ padding: 0; }

.sub-column .side-menu li li{
	width: 95%;
	margin-bottom: 0;
	padding-left: 5%;
	border: 0;
}

.sub-column .side-menu li li a:link,
.sub-column .side-menu li li a:visited{
	padding: 6px 10px 6px 15px;
	border-left: none;
	background: url(/images/icon/icon-menu02.png) 2px 12px no-repeat;
}

.sub-column .side-menu li li a:active,
.sub-column .side-menu li li a:hover{ 	background-color: #d8d8d8;
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
	border-radius: 4px; }


	/*●ランキング*/
	.ranking{
		margin: 0;
		padding: 5px 8px;
		background: #f9f9f9;
	}

	.ranking li{
		margin-bottom: 10px;
		padding: 0;
		border-bottom: 1px dotted #7070ba;
		background: none;
		font-weight: normal;
	}

	.ranking li img {
		border: 2px solid #669933;
	}

	.ranking li p{ margin-bottom: 10px; }
	.ranking li.end{ border-bottom: none; }

	.ranking .no01 .item-name,
	.ranking .no02 .item-name,
	.ranking .no03 .item-name{
		color: #fe8528;
		font-size: 1.167em;
	}

	.ranking .no01 .item-name, .ranking .no02 .item-name,
	.ranking .no03 .item-name, .ranking .no04 .item-name,
	.ranking .no05 .item-name, .ranking .no06 .item-name,
	.ranking .no07 .item-name, .ranking .no08 .item-name,
	.ranking .no09 .item-name, .ranking .no10 .item-name{
		padding: 4px 0 4px 30px;
		font-weight: bold;
	}

	.no01 .item-name{ background: url(/images/icon/icon-rank01-01.png) left top no-repeat; }
	.no02 .item-name{ background: url(/images/icon/icon-rank01-02.png) left top no-repeat; }
	.no03 .item-name{ background: url(/images/icon/icon-rank01-03.png) left top no-repeat; }
	.no04 .item-name{ background: url(/images/icon/icon-rank01-04.png) left top no-repeat; }
	.no05 .item-name{ background: url(/images/icon/icon-rank01-05.png) left top no-repeat; }
	.no06 .item-name{ background: url(/images/icon/icon-rank01-06.png) left top no-repeat; }
	.no07 .item-name{ background: url(/images/icon/icon-rank01-07.png) left top no-repeat; }
	.no08 .item-name{ background: url(/images/icon/icon-rank01-08.png) left top no-repeat; }
	.no09 .item-name{ background: url(/images/icon/icon-rank01-09.png) left top no-repeat; }
	.no10 .item-name{ background: url(/images/icon/icon-rank01-10.png) left top no-repeat; }

	.ranking .no01 .item-name{ background: url(/images/icon/icon-rank01-01.png) left top no-repeat; }
	.ranking .no02 .item-name{ background: url(/images/icon/icon-rank01-02.png) left top no-repeat; }
	.ranking .no03 .item-name{ background: url(/images/icon/icon-rank01-03.png) left top no-repeat; }
	.ranking .no04 .item-name{ background: url(/images/icon/icon-rank01-04.png) left top no-repeat; }
	.ranking .no05 .item-name{ background: url(/images/icon/icon-rank01-05.png) left top no-repeat; }
	.ranking .no06 .item-name{ background: url(/images/icon/icon-rank01-06.png) left top no-repeat; }
	.ranking .no07 .item-name{ background: url(/images/icon/icon-rank01-07.png) left top no-repeat; }
	.ranking .no08 .item-name{ background: url(/images/icon/icon-rank01-08.png) left top no-repeat; }
	.ranking .no09 .item-name{ background: url(/images/icon/icon-rank01-09.png) left top no-repeat; }
	.ranking .no10 .item-name{ background: url(/images/icon/icon-rank01-10.png) left top no-repeat; }

	.ranking .item-img{ text-align: center; }


	.col1 .ranking .item-img,
	.col2 #sub-contents .ranking .item-img,
	.col2r #sub-contents .ranking .item-img{
		float: left;
		padding-right: 20px;
	}


	/*●バナーエリア*/
	.sub-column .banner{ margin-bottom: 10px; }

	.sub-column .banner li{
		margin-bottom: 18px;
		list-style: none;
		text-align: center;
	}

	.col1 .sub-column .banner li,
	.col2 #sub-contents .banner li,
	.col2r #sub-contents .banner li{
		display: inline;
		margin-right: 8px;
	}


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

#footer{
	clear: both;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 1px solid #d8d8d8;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9ce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9ce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9ce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9ce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9ce 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9ce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9ce',GradientType=0 ); /* IE6-9 */




	color: #fff;
	font-size: 1.2em;
}

#footer a:link,
#footer a:visited{ color: #669933; }
#footer a:hover,
#footer a:active{ color: #f60; }

#footer h3{
	margin-bottom: 1em;
	padding: 0.8em;
	border-left: 5px solid #669933;
	background-color: #fff;
	box-shadow: 3px 3px 8px #ccc;
	color: #333;
	font-weight: bold;
}

#footer-in li{ list-style: none; }

#footer .area01{
	float: left;
	width: 39%;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #fff;
	border-radius: 5px;
}

#footer .area02{
	float: right;
	width: 60%;
	padding-bottom: 20px;
}

/*●アクセス情報*/
#footer .access{ padding: 0 1em; }

#footer .access p{ margin-bottom: 1em; color: #000;}

p.accessmap{
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(/images/icon/icon-arrow02.png) left center no-repeat;
}


/*●フッターメニュー*/
#footer .footer-menu{
	overflow: hidden;
	width: 100%;
	padding: 0;
}

#footer .footer-menu ul{
	float: left;
	width: 43%;
	background: #fff;
	border-radius: 5px;
	margin-right: 2%;
	padding: 2%;
}

#footer .footer-menu ul ul{
	float: none;
	box-shadow: none;
	width: auto;
	margin-top: 1em;
	margin-right: 0;
}

.footer-menu li{
	margin-bottom: 5px;
	padding: 0px 0 3px;
	padding-left: 25px;
	background: url(/images/icon/icon-arrow02.png) left top no-repeat;
}

.footer-menu li li{
	padding-left: 15px;
	padding-top: 0;
	background: url(/images/icon/icon-arrow03.png) left 5px no-repeat;
}

.footer-menu li a{ color: #000 !important;}

/*●フッターバナー*/
#footer-banner{
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#footer-banner li{
	display: inline;
	list-style: none;
}


/*●コピーライト*/
.copyright{
	padding: 15px 0;
	background: #eaeaea;
	font-size: 1.2em;
	text-align: center;
}


/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99;
	width: 130px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 5px;
	border: 2px solid #fff;
	box-shadow: 1px 2px 4px #ccc;
	border-radius: 30px;
	text-decoration: none;
}

.page-top a:link,
.page-top a:visited{
	background: #7ba24b;
	color: #fff;
}

.page-top a:hover,
.page-top a:active{
	background: #669933;
}


/*------------------------------------------------------------
ソーシャルボタン
-------------------------------------------------------------*/

#main-contents .sb{
	width:100%;
	margin: 0;
	padding: 0;
}

#main-contents .sb li{
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	list-style: none;
}

* html #main-contents .sb li{
	float: left;
	width: 130px;
	list-style: none;
	} /* IE6 */

	*+html #main-contents .sb li{
		display: inline;
		list-style: none;
		} /* IE7 */

		#main iframe.twitter-share-button{ width: 100px!important; }


		/*コメントナビ*/
		.navigation .alignright{
			float: right;
		}
		.navigation .alignleft{
			float: left;
		}

		.navigation:after{ content : ''; display : block; clear : both; height:0; }
		.navigation{
			margin-bottom: 30px;
			/zoom : 1;
		}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/

#top-in:after,
#header-in:after,
#global-nav-in #menu:after,
#main-in:after,
#main-and-sub:after,
.contents:after,
#main-contents dl.dl-style01:after,
.box-wrap:after,
dl.search-box:after,
#footer-in:after,
#main-contents .sb:after,
.contact:after,
#main-contents .cont-menu01:after,
#main-contents .cont-menu02:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#top-in,
#header-in,
#global-nav-in #menu,
#main-in,
#main-and-sub,
.contents,
#main-contents dl.dl-style01,
.box-wrap,
dl.search-box,
#footer-in,
#main-contents .sb,
.contact,
#main-contents .cont-menu01,
#main-contents .cont-menu02,
.clearfix{ /zoom : 1; }


/*------------------------------------------------------------
　template created by web-rider
-------------------------------------------------------------*/

input[type="text"] {
	border-radius: 3px;
	border: 1px solid #d8d8d8;
}

textarea {
	margin: 10px auto 0;
	width: 98%;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
}

select {
	
}

input[type="submit"] {
	display: block;
	margin: 10px auto 0;
	background: #ff670f; /* Old browsers */
	border: none;
	color: #fff;
	width: 60%;
	height: 50px;
	font-size: 17px;
	font-weight: bold;
	border-radius: 4px;
}

input[type="submit"]:hover {
	background: #ff670f;
}

input[type="reset"] {
	display: block;
	padding: 2px 20px;
	margin: 10px auto;
	border-radius: 4px;
	font-weight: bold;
	color: #333;
	border: 1px solid #d8d8d8;
	box-shadow: inset 0 0 1px #fff;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

.kakaku {
	padding: 10px 0.7em !important;
	border: 1px solid #669933;
	background: #44992a; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #44992a 0%, #a1d54f 50%, #80c217 51%, #3e8e08 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#44992a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#3e8e08)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #44992a 0%,#a1d54f 50%,#80c217 51%,#3e8e08 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #44992a 0%,#a1d54f 50%,#80c217 51%,#3e8e08 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #44992a 0%,#a1d54f 50%,#80c217 51%,#3e8e08 100%); /* IE10+ */
	background: linear-gradient(135deg,  #44992a 0%,#a1d54f 50%,#80c217 51%,#3e8e08 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44992a', endColorstr='#3e8e08',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	color: #fff; /*見出し文字の色*/
	text-shadow: 1px 1px 1px #333;
	font-weight: bold;
	font-size: 1.5em !important;
}

.kakaku span {
	font-size: 0.9em !important;
	margin-left: 10px;
}

.top-conts1 .box-l,
.top-conts1 .box-r {
	height: 370px;
	margin-bottom: 0 !important;
}

.top-conts2 .box-l,
.top-conts2 .box-r {
	height: 350px;
	margin-bottom: 0 !important;
}

.top-conts3 .box-l,
.top-conts3 .box-r {
	height: 310px;
	margin-bottom: 0 !important;
}