@charset 'UTF-8';
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #007FFF;
	text-decoration: underline;
}

a:visited {
	color: #007FFF;
	text-decoration: underline;
}

a:hover {
	color: #007FFF;
	text-decoration: none;
}

a:active {
	color: #007FFF;
	text-decoration: none;
}


/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */

.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.floatR { float: right !important; } 

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/

.trackTags {
	display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #111;
  	min-width: 1300px;/* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	line-height: 1.5;
	min-width: 800px;
}

#container {
	text-align: left;
	background-color: #fff;
}

#main {
	font-size: 130%;
	margin: 0 auto 10px;
	width: 1300px;
}

#main:after {
	display: block;
	clear: both;
	content: '';
}

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

#header {
	margin-bottom: 21px;
}

#header .hBox {
	padding: 4px 0;
	background-color: #EEE;
	border-bottom: 1px solid #CCC;
}

#header .topNum {
	padding-left: 130px;
	font-size: 1.3em;
	line-height: 1.0;
	text-align: center;
}

#header .topNum span {
	padding-left: 9px;
	display: inline-block;
	border-left: 1px solid #CCC;
}

#header .mapLink {
	display: none;
}

#header .hInner {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 1240px;
	z-index: 1000;
	position: relative;
}

#header h1 {
	margin-right: 59px;
	float: left;
}

#header .item {
	float: left;
}

#header .item p {
	margin-top: 22px;
	float: left;
	color: #333;
	font-size: 1.8em;
	line-height: 1.2;
}

#header .item .total {
	margin: 0;
	width: 150px;
	color: #333;
	font-size: 2.5em;
}

#header .item .total span {
	color: #4CAD73;
	font-size: 2.4em;
	font-weight: bold;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin-bottom: 10px;
}

#gNavi li {
	float: left;
}

#gNavi li a {
	display: block;
}

#gNavi li a:hover img {
	visibility: hidden;
}

#gNavi .navi01 a {
	background: url(../img/common/g_navi01_over.png) no-repeat left top;
}

#gNavi .navi02 a {
	background: url(../img/common/g_navi02_over.png) no-repeat left top;
}

#gNavi .navi03 a {
	background: url(../img/common/g_navi03_over.png) no-repeat left top;
}

#gNavi .navi04 a {
	background: url(../img/common/g_navi04_over.png) no-repeat left top;
}

#gNavi .navi05 a {
	background: url(../img/common/g_navi05_over.png) no-repeat left top;
}
#gNavi .navi06 > a {
	background: url(../img/common/g_navi06_over.png) no-repeat left top;
}

#gNavi .navi06 > a.on {
	background: url(../img/common/g_navi06_over.png) no-repeat left top;
}

#gNavi .navi06 > a.on img {
	visibility: hidden;
}

#gNavi .childMenu {
	display: none;
}

#gNavi .childMenu li {
	padding: 11px 10px 10px 55px;
	width: 350px;
	min-height: 40px;
	background: url(../img/common/g_navi_bg.png) no-repeat left top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	position: relative;
	box-sizing: border-box;
}

#gNavi .childMenu li:before {
	margin-top: -5px;
	width: 6px;
	height: 11px;
	background: url(../img/common/icon15.png) no-repeat left center;
	position: absolute;
	top: 20px;
	left: 44px;
	content: "";
}

#gNavi .childMenu li a {
	display: inline-block;
}


/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/

#pagePath {
	margin-bottom: 10px;
}

#pagePath li {
	display: inline;
	color: #777;
	margin-right: 2px;
	font-size: 0.923em;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#conts {
	padding-top: 1px;
	float: left;
	width: 673px;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/

#sideBar {
	margin-right: 50px;
	float: left;
	width: 350px;
	overflow: hidden;
}

#sideBar h2 {
	display: none;
	padding: 3px 0 5px 30px;
	color: #FFF;
	font-size: 1.153em;
	font-weight: normal;
	line-height: 1.2;
	position: relative;
	background-color: #4CAD73;
}

#sideBar h2 a {
	padding-right: 12px;
	color: #FFF;
	font-size: 0.8em;
	right: 10px;
	top: 5px;
	position: absolute;
	text-decoration: none;
	background: url(../img/common/icon01.png) no-repeat right 4px;
}

#sideBar h2 a:hover {
	text-decoration: underline;
}

#sideBar .sNews {
	margin: 8px 12px 18px 0;
	padding: 0 3px 0 0;
	display: none;
	height: 357px;
}

#sideBar .sNews .subNews {
	padding: 0 6px 0 30px;
}

#sideBar .news {
	padding: 8px 0 7px;
	border-top: 1px solid #CCC;
}

#sideBar .news:first-child {
	padding-top: 0;
	border-top: none;
}

#sideBar .news .photoBox {
	margin: 21px 0 0 20px;
	float: right;
}

#sideBar .news .photoBox a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#sideBar .news p {
	color: #777;
	font-size: 0.769em;
	line-height: 1.4;
}

#sideBar .news .date {
	margin-bottom: 3px;
	font-size: 0.846em;
	line-height: 1.5;
}

#sideBar .news .date img {
	margin: -3px 0 0 10px;
	display: inline-block;
	vertical-align: middle;
}

#sideBar .news .title {
	margin-bottom: 10px;
	font-size: 1em;
	line-height: 1.4;
}

#sideBar .banner {
	margin: 0 0 0 30px;
	display: none;
}

#sideBar .banner li {
	padding-bottom: 20px;
}

#sideBar .banner li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#sideBar li .title {
	margin: -3px 0 9px;
	padding-left: 19px;
	font-size: 1.076em;
	font-weight: bold;
	line-height: 1.2;
	background: url(../img/common/icon04.png) no-repeat left 3px;
}

#sideBar li .sub {
	display: none;
	padding: 10px 31px;
}

#sideBar li .select {
	margin-bottom: 10px;
}

#sideBar li select {
	padding: 0 0 0 5px;
	width: 270px;
	height: 40px;
	font-size: 1.23em;
	border: 1px solid #787878;
	border-radius: 6px;
}

#sideBar li dl {
	margin-right: 19px;
	overflow: hidden;
}

#sideBar li dt {
	margin-bottom: 5px;
	padding: 3px 11px 4px;
	font-size: 1.076em;
	font-weight: bold;
	line-height: 1.3;
	border-radius: 5px;
}

#sideBar li .ttl01 {
	background-color: #C1EE98;
}

#sideBar li .ttl02 {
	background-color: #6DDBB5;
}

#sideBar li dd {
	padding: 0 0 7px;
	font-size: 0.923em;
}

#sideBar li .note {
	margin-top: -4px;
	width: 267px;
	font-size: 0.846em;
}


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

#footer {
	padding: 23px 0 25px 60px;
	border-top: 1px solid #000;
}

#footer .fBox {
	margin: 0 auto;
	width: 1240px;
}

#footer .fLogo {
	margin-right: 19px;
	float: left;
}

#footer .fTtl {
	width: 433px;
	float: left;
	margin-top: 8px;
	font-size: 1.5em;
	font-weight: bold;
}

#footer .copyright {
	width: 370px;
	color: #000;
	font-size: 1.1em;
}

/*------------------------------------------------------------
	見出し
------------------------------------------------------------*/
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 20px;
	padding: 10px 15px 8px;
	color: #FFF;
	font-size: 1.55em;
	background: #333;
	border-radius: 6px;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 8px;
	padding: 5px 10px 4px;
	color: #FFF;
	clear: both;
	font-size: 1.2em;
	font-weight: normal;
	background: #4CAD73;
}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/
.pageTop {
	margin: 0 auto;
	width: 850px;
	text-align: right;
}

.wrap .pageTop {
	margin: 0;
	width: auto;
}

/*------------------------------------------------------------
	comImgBoxL
------------------------------------------------------------*/
#conts .comImgBoxL {
	margin-bottom: 26px;
}

#conts .comImgBoxL .photoBox {
	margin-top: 6px;
	width: 320px;
	float: left;
}

#conts .comImgBoxL .photoBox span {
	margin-top: 5px;
	display: block;
	font-size: 0.846em;
	text-align: right;
}

#conts .comImgBoxL .textBox {
	width: 340px;
	float: right;
}

/*------------------------------------------------------------
	comImgBoxR
------------------------------------------------------------*/
#conts .comImgBoxR .photoBox {
	margin-top: 6px;
	width: 320px;
	float: right;
}

#conts .comImgBoxR .photoBox span {
	margin-top: 3px;
	margin-bottom:7px;
	display: block;
	font-size: 0.846em;
	text-align: left;
}

#conts .comImgBoxR .textBox {
	width: 340px;
	float: left;
}

/*------------------------------------------------------------
	comTableA
------------------------------------------------------------*/
#conts .comTableA {
	width: 100%;
	border-collapse: collapse;
}

#conts .comTableA th {
	padding: 0 3px;
	width: 14%;
	color: #111;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #DDD;
}

#conts .comTableA td {
	padding: 14px 0;
	color: #111;
	font-size: 0.85em;
	line-height: 1.3;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #DDD;
}

#conts .comTableA td img {
	margin-left: 5px;
	 vertical-align: middle;
}

#conts .comTableA td a {
	margin-bottom: 5px;
	line-height: 1.8;
	display: block;
	font-size: 1.45em;
}

#conts .comTableA td p {
	margin: 10px 0 0;
	font-size: 1.15em;
}
#conts .comTableA td p a {
	margin: 10px 0 0;
	font-size: 1.0em;
		display: inline;
}
