
@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700);

/*============================
　CSSリセット
=============================*/
* {
  margin: 0;
  padding: 0;
  font-family:"Century Gothic",'Arial', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}
/* HTML5タグ用リセット */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}
body {
  font-size: 87%;
  /*font-sizeリセット*/

}
/* -----------------------------------------
		10px	>>	0.83em
		11px	>>	0.91em
		12px	>>	1em
		13px	>>	1.08em
		14px	>>	1.17em
		15px	>>	1.25em
		16px	>>	1.33em
		18px	>>	1.50em
		20px	>>	1.67em
----------------------------------------- */
img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  /*IE6 下の余白を消す*/

}
a {
  outline: none;
  /*for firefox*/

}
/*============================
　共通チップス
=============================*/
body {
  line-height: 150%;
  color: #000;  /*このテンプレの基本色*/
  font-family:"Century Gothic",'Arial', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  position:relative;
}
.clear {
  clear: both;
}
/*clearfix*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.hide {
  display: none;
}
a {
	color:#333;
  	text-decoration: underline;
}
a:hover {
  	color:#333;
  	text-decoration: none;
}
a:active {
  background: none;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	-webkit-font-smoothing: antialiased;
	text-align:center;
	background:url(../../images/137/bgi_sky_001.png) center top no-repeat #061a5e;
}
#container{
	margin:0 auto;
}
#content {
	width:100%;
	margin:40px auto -3px;
	text-align:left;
	padding:0 0 100px;
	background:url(../../images/137/bgi_town_001.png) center bottom no-repeat;
}
#contentFooter {
	width:1000px;
}
#main {
	width:1000px;
	margin:0 auto;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:1000px;
	margin:0 auto;
	padding:36px 0 40px;
	position:relative;
	text-align:left;
	color:#fff;
}
/* タイトル */
#site_title {
	font-size: 2.14em;
	letter-spacing:0.2em;
	color:#fff;
	max-width:600px;
	width:auto!important;
	width:600px;
	font-weight:300;
  	font-family:"Lato","Century Gothic",'Arial', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}
#site_title a {
	text-decoration:none;
	font-size: 1em;
	color:#fff;
	line-height: 140%;
}
#site_title a:hover {
 	 text-decoration: none;
	color: #fff;
}
#site_title a img {
	max-width:600px;
	width:auto!important;
	width:600px;
}
/*　ヘッドメニュー */
#head_nav {
  	position: absolute;
  	top: 46px;
 	right: 0px;
 	list-style-type:none;
}
#head_nav li {
  	float: right;
  	list-style: none;
	font-size:1em;
}
#head_nav li a {
  	display: inline-block;
  	text-decoration:none;
  	color:#fff;
  	padding:0 0 0 16px;
    background:url(../../images/137/ico_arrow_001.png) left center no-repeat;
	font-weight:normal;
	margin-left:24px;
}
/*===================================
  global_nav
=====================================*/
#global_nav {
	text-align:center;
	line-height:1;
	margin:0 auto;
	width:100%;
	height:40px;
}
#global_nav a {
	text-decoration:none;
	letter-spacing:0.1em;
}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#nav {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display:inline-block;
	/display: block;
	/float: left;
	position: relative;
}
#nav a {display: block;}
#nav ul {display: none;position: absolute;left: 0;margin: 0;padding: 0;}
* html #nav ul {line-height: 0;} /* IE6 "fix" */
#nav ul a {zoom: 1;} /* IE6/7 fix */
#nav ul li {float: none;}
#nav ul ul {top: 0;}

#nav {
	min-width:999px;
	width:auto!important;
	width:999px;
	padding:0;
	line-height:1;
	display:inline-block;
	margin:0 auto;
	text-align:left;
	/display:inline;
	/zoom:1;
	white-space:nowrap;
	padding-left:2px;
	border-right:solid 1px #7f849f;
}
#nav a:hover{
  	color:#fff;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#nav ul { 
	width:180px;
	top:40px;
	left:50%;
	margin-left:-95px;
	/margin-top:1px;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto!important;
	white-space:nowrap;
	line-height:1;
	border-left:solid 1px #7f849f;
	height:40px;
	font-size:1em;
	/z-index:1;/*IE6,7*/
	_width:120px!important;/*IE6*/
	_float:left;/*IE6*/
}
#nav li.nav-top a {/* メインのa */
	display:inline-block;
	padding:14px 52px 0px 10px;
	height:16px;
	width:auto;
	height:40px;
	line-height:1;
	color:#fff;
	position:relative;
	/display:normal;
	/z-index:1;/*IE6,7*/
}

/* 子メニュー*/
#nav li.nav-top ul{
	/z-index:1000;/*IE6,7*/
	background:rgba(6,26,94,0.8);
	/background:#061a5e;/*IE6,7*/
	background:#061a5e\9;/*IE8*/
	padding:0 5px!important;
	border:solid 1px #fff;
	margin-bottom:-1px;
}
#nav li.nav-top ul li {
	display:block;
	white-space:normal;
	font-size:0.96em;
	position:relative;
	/z-index:1000;
	padding:5px 0;
	border-bottom:solid 1px #7f849f;
}
#nav li.nav-top ul li a {
	font-weight:normal;
	display:block;
	height:auto;
	padding:3px 6px 3px 17px!important;
	text-align:left;
	line-height:1.5;
	position:relative;
	/z-index:1000!important;
	font-size:1em;
    background:url(../../images/137/ico_arrow_003.png) 4px 0.55em no-repeat;
}
#nav li.nav-top ul li:last-child{
	border-bottom:none;
	padding-bottom:6px;
}


/*============================
	リードエリア
=============================*/
#lead_area {
	width:1000px;
	margin:40px auto;
}
/*　メイン写真	*/
#cover {
	width: 367px;
	float:left;
}
#cover img{
	border:solid 1px #fff;
	width: 365px;
	box-shadow:rgba(6, 26, 94, 0.65098) 0px 1px 3px 1px;
	-webkit-box-shadow:rgba(6, 26, 94, 0.65098) 0px 1px 3px 1px;
	-moz-box-shadow:rgba(6, 26, 94, 0.65098) 0px 1px 3px 1px;/**/
}
#site_description {
	width:611px;
	float:right;
	display:table;
	background:rgba(112,126,156,0.5) url(../../images/137/bgi_lead_001.png) right top no-repeat;
	border:solid 1px #fff;
 	color: #fff;
	letter-spacing:0.1em;
	font-weight:400;
	line-height:200%;
 	font-size: 1.28em;
	text-align:left;
	text-justify:inter-word;
	min-height:230px;
	height:auto!important;
	height:230px;
	padding-bottom:10px;
}
#site_description .inner{
	display:table-cell;
	vertical-align:middle;
	padding:26px 30px 20px;
}

/*　画像なしの場合（メイン写真・ディスクリプション）
------------------------------------------------*/
.no-img #cover {
	display: none;
}
#lead_area.no-img #site_description {
	width: 998px;
	float:none;
	margin:0;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:1000px;
	padding:0px 0 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:418px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:418px !important;
	width:1000px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:1000px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7.5px;
	outline: 0;
	cursor:pointer;
	border-radius:7px;
	opacity:0.2;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -30px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:188px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/137/btn-slider_001.png) 16px center no-repeat #fff;
left:-42px;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/137/btn-slider_002.png) 16px center no-repeat #fff;
right:-42px;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*============================
	メイン
=============================*/
#main{
	background:rgba(255,255,255,0.3);
	border:solid 1px #fff;
	width:958px;
	margin:0 auto;
	padding:20px;
}
#main .mainIn{
	padding:0 30px 32px;
	background:#fff;
	box-shadow:rgba(55, 69, 118, 0.65098) 0px 1px 3px 1px;
	-webkit-box-shadow:rgba(55, 69, 118, 0.65098) 0px 1px 3px 1px;
	-moz-box-shadow:rgba(55, 69, 118, 0.65098) 0px 1px 3px 1px;
}
/*　記事ボックス 
------------------------------------------------*/
.article_box {
	border-bottom:solid 1px #e2e2e2;
	padding:30px 0 34px;
	width:898px;
}
.article_box .article_title h2 {
	width:898px;
	font-size: 1.57em;
	line-height: 1.5;
	letter-spacing:0.05em;
	color:#333;
	font-weight:300;
  	font-family:"Lato","Century Gothic",'Arial', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	margin-bottom:28px;
}
/* 記事画像あり */
.article_box .entry {
    line-height: 1.7;
	font-size: 1em;
	width:898px;
	color:#333;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
    line-height: 1.7;
}
.article_box .entry img{
	max-width:898px;
	width:auto!important;
	width:898px;
}
.article_box .article_figure {
	width:898px;
	text-align:center;
	padding:34px 0 0px;
}
.article_box .article_figure div{
	width: 200px;
	margin:0 5px;
	display:inline-block;
	vertical-align:top;
	/display:block;
	/float:left;
}
.article_box .article_figure img {
	width: 200px;
	display:block;
	padding-bottom:10px;
	background:url(../../images/137/bgi_shadow_001.png) center bottom no-repeat;
}
.article_box .article_figure span {
	width: 198px;
	display: block;
	font-size: 0.8em;
	line-height:140%;
	text-align:center;
	padding:0px 2px 0px;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#dadada 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#dadada 1px solid;
	padding:10px;
}
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	width:898px;
	height:91px;
	margin:0 auto;
	padding-top:30px;
}
#inquiry a {
	display:block;
	margin:0 auto;
	text-indent:-9999em;
	overflow:hidden;
	width:504px;
	height:0;
	padding:91px 0 0;
  	background:url(../../images/137/btn_inquiry_001.png) left top no-repeat;
}

/*============================
	コンテンツフッター
=============================*/
#content_footer{
	width:1000px;
	margin:0 auto;
	height:400px;
	position:relative;
	color:#fff;
}
#content_footer h2{
	text-indent:-9999em;
	overflow:hidden;
	width:200px;
	height:0;
	padding:22px 0 0;
	margin-bottom:20px;
}
#content_footer a{
	color:#fff;
}
#content_footer a:hover{
  	color:#fff;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
/*　トピックス 
------------------------------------------------*/
#topics {
	background:rgba(165,178,192,0.8);
	border:solid 1px #fff;
	width:278px;
	height:308px;
	padding:20px 20px 0;
	position:absolute;
	left:0;
	top:40px;
}
#topics h2 {
  	background:url(../../images/137/ttl_topics_001.png) left top no-repeat;
}
#topics dl {
	width:278px;
	height: 244px;
	overflow:auto;
	font-size:0.85em;
}
#topics dl dt { /* 日付 */
	letter-spacing:0.1em;
	font-weight:normal;
	padding:0 0 0 2px;
}
#topics dl dd { /* トピックス本文 */
	letter-spacing:0.04em;
	padding:1px 2px 6px 2px;
	margin-bottom:6px;
	border-bottom:dotted 1px #f5f7f8;
	font-weight:bold;
}
/*　ブログ
-----------------------------------------*/
#blog {
	background:rgba(137,161,183,0.8);
	border:solid 1px #fff;
	width:278px;
	height:308px;
	padding:20px 20px 0;
	position:absolute;
	left:340px;
	top:40px;
	position:relative;
}
#blog h2 {
  	background:url(../../images/137/ttl_blog_001.png) left top no-repeat;
}
#blog dl {
	width:278px;
	height: 234px;
	overflow:auto;
	font-size:0.85em;
}
#blog dl dt {  /* 日付 */
	letter-spacing:0.1em;
	font-weight:normal;
	padding:0 0 0 2px;
}
#blog dl dd {
	letter-spacing:0.04em;
	padding:1px 2px 6px 2px;
	margin-bottom:6px;
	border-bottom:dotted 1px #f5f7f8;
	font-weight:bold;
}
#blog dl dd:last-child {
	background:none;
	padding-bottom:0;	
}
#blog dl dd a {
  text-decoration:none;
}
#blog dl dd a:hover{
}
#blog_link {
	width:320px;
	background:#fff;
	text-align:center;
	padding:6px 0;
	box-shadow:rgba(103, 125, 155, 0.65098) 0px -1px 2px 0px;
	-webkit-box-shadow:rgba(103, 125, 155, 0.65098) 0px -1px 2px 0px;
	-moz-box-shadow:rgba(103, 125, 155, 0.65098) 0px -1px 2px 0px;
	position:absolute;
	left:-1px;
	bottom:0;
	z-index:1000;
}
#blog_link a {
	display:inline-block;
	color:#061a5e;
	margin:0 auto;
	padding:0 0 0 14px;
  	background:url(../../images/137/ico_arrow_002.png) left center no-repeat;
}
#blog_link a:hover {
	color:#061a5e;
}

/*　プロフィール
-----------------------------------------*/
#about {
	background:rgba(139,151,171,0.8);
	border:solid 1px #fff;
	width:278px;
	height:308px;
	padding:20px 20px 0;
	position:absolute;
	left:680px;
	top:40px;
}
#about h2 {
  	background:url(../../images/137/ttl_about_001.png) left top no-repeat;
}
#about ul {
	list-style: none;
	text-align:left;
	list-style: none;
	padding-bottom:20px;
}
#about ul li {
}
#about ul li.siteName {
	font-weight:bold;
	color:#fff;
}
#about ul li a {
  	display: block;
  	text-decoration:none;
	padding:0 0 0 14px;
	color:#fff;
  	background:url(../../images/137/ico_arrow_003.png) left center no-repeat;
	font-size:1em;
	margin:8px 0 0;
}

/*　QRコード   */
#qrcode {
	border-top:dotted 1px #f5f7f8;
	padding:20px 0 0;
}
#qrcode h2 {
  	background:url(../../images/133/ttl_qr_001.png) left top no-repeat;
}
#qrcode p {
	font-size: 12px;
	line-height:150%;
	text-justify:inter-word;
	letter-spacing:0.05em;
	text-align:left;
	width: 160px;
}
#qrcode img {
	display:block;
	float:right;
	width: 100px;
}

/*============================
	ページトップ
=============================*/
#pagetop {
	width: 18px;
	height:146px;
	position:fixed;
	right:30px;
	bottom:40px;
}
#pagetop a {
	display:block;
	text-decoration:none;
	text-indent:-9999em;
	overflow:hidden;
	width: 18px;
	height:0;
	padding:146px 0 0;
  	background:url(../../images/137/btn_pagetop_001.png) left top no-repeat;
}
#pagetop a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

/*============================
	フッター
=============================*/
#footer {
	width:100%;
	text-align:center;
    background:#000045;
	color:#fff;
}
/*　コピーライト */
address {
	display:block;
	width: 1000px;
	margin:0 auto;
	color:#fff;
	text-align:center;
	font-style: normal;
	font-weight:normal;
	font-size:0.9em;
	letter-spacing:0.1em;
	padding:20px 0 26px;
}

/*============================
	フリーエリア
=============================*/
#foot-area {
	width:1000px;
	margin:0 auto 40px;
	line-height:150%;
	color:#fff;
}
#foot-area a{
	color:#fff;
}
#foot-area a:hover{
	color:#fff;
}
#foot-area img{
	max-width: 100%;
}

#side-area {
	width:1000px;
	margin:0 auto 40px;
	line-height:150%;
	color:#fff;
}
#side-area a{
	color:#fff;
}
#side-area a:hover{
	color:#fff;
}
#side-area img{
	max-width: 100%;
}


/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title {
	text-align:center;
	width:1000px;
	margin:0 auto;
	padding:20px 0 20px;
}
#page_title h2 {
	font-size: 2.28em;
	font-weight:300;
  	font-family:"Lato","Century Gothic",'Arial', 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	line-height: 1.4;
	letter-spacing:0.05em;
	text-justify:inter-word;
	color:#fff;
}
/*パン屑リスト*/
#pnkz {
	width:1000px;
	text-align:left;
}
#pnkz ul {
  list-style: none;
}
#pnkz ul li {
	line-height:1;
	font-size: 10px;
	padding:1px 3px 1px 15px;
	/padding:1px 0 1px 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:1;
	color:#fff;
	background:url(../../images/137/ico_pnkz_001.png) 2px center no-repeat;
}
#pnkz ul li.home {
	background:none;
	padding-left:0;
}
#pnkz ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:1;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
}
#pnkz ul li a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	color:#9ca4bf;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,
#profile,
#form {
	width:898px;
	color:#333;
}
#map table,
#profile table,
#form table {
	width:898px;
  border-collapse: collapse;
  border:none;
	border-bottom:solid 1px #dadada;
}
#map table th,
#map table td,
#form table th,
#form table td,
#profile table th,
#profile table td{
	text-align:left;
	vertical-align: top;
	border-top:solid 1px #dadada;
	padding:14px 2px;
	line-height:1.5;
}
#map table th,
#form table th,
#profile table th{
	padding-right:20px;
}
/*地図
-----------------------------------------*/
#frame {
	line-height:0;
}
#frame iframe{
	border:none;
	width:958px;
	height: 390px;
	margin:0 0 40px -30px;
}
#map table th{
	width:120px;
}

/*プロフィール
-----------------------------------------*/
#profile{
}
#profile #lead_s {
	line-height: 150%;
	padding:30px 0;
}
#profile table {
}#profile table tr{
}
#profile table th,
#profile table td{
}
#profile table th{
	width:130px;
}
/*お問い合わせ
-----------------------------------------*/
#form {
}
#form #lead_s {
	line-height: 150%;
	padding:30px 0;
}
.warning {
  font-size:0.86em;
  padding:20px 0 0;
}
#form table{
}
#form table th,
#form table td{
	vertical-align: middle;
}
#form table th{
	width: 170px;
	font-weight:normal;
	letter-spacing:0.1em;
	padding-right:1em;
}
.validation_span,
.warning span {
  color: #d20000;
  display:inline-block;
  margin:0 2px 0 0;
}
#form input,
#form textarea {
  font-size: 0.9em;
  padding: 5px;
}
#form input[type=text],
#form textarea {
  border: solid 1px #ccc;
  padding:6px 3px;
  border-radius: 2px;
}
#form input[type=text]:focus,
#form textarea:focus {
  outline: none;
  background: #fdfcfa;
}
#contact_submit th,
#contact_submit td {
  text-align: center!important;
  padding:20px 0;
}
#form input[type=submit]{
	border:none;
background: #012470; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #012470 51%, #012470 51%, #1e3877 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(51%,#012470), color-stop(51%,#012470), color-stop(51%,#1e3877)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #012470 51%,#012470 51%,#1e3877 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #012470 51%,#012470 51%,#1e3877 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #012470 51%,#012470 51%,#1e3877 51%); /* IE10+ */
background: linear-gradient(135deg,  #012470 51%,#012470 51%,#1e3877 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012470', endColorstr='#1e3877',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

cursor:pointer;
	letter-spacing:1em;
	font-size:16px;
	padding:12px 50px 12px 64px;
	color:#fff;
}
#form input[type=reset] {
	background: #e4e4e4;
	border:none;
	cursor:pointer;
	letter-spacing:0.1em;
	font-size:14px;
	padding:8px 20px;
	margin:0 0 0 5px;
	color:#666;
}
#form input[type=submit]:hover{
background: #1a346d; /* Old browsers */
background: -moz-linear-gradient(-45deg, #1a346d 51%, #334775 51%, #334775 51%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(51%,#1a346d), color-stop(51%,#334775), color-stop(51%,#334775)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #1a346d 51%,#334775 51%,#334775 51%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #1a346d 51%,#334775 51%,#334775 51%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #1a346d 51%,#334775 51%,#334775 51%); /* IE10+ */
background: linear-gradient(135deg, #1a346d 51%,#334775 51%,#334775 51%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a346d', endColorstr='#334775',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#form input[type=reset]:hover {
	background:#eceaea;
}
/*リード文

/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
  margin-top: 3px;
  padding-left: 5px;
  color: #cc0000;
}
.warning {
  line-height: 150%;
  margin: 5px 0 0;
}
.w_mark {
  color: #ff8196;
}
.thaks {
  line-height: 150%;
  padding: 0 16px 40px 0;
}
.hidden {
  display: none;
}

/* 20170110 プロフィール、お問い合わせ、地図
-----------------------------------------*/
#map th, #profile th , .map th, .profile th {
width: 20%;
}

#map td, #profile td , .map td, .profile td {
word-break:break-all;
}




/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}

/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}


/* 20211112 フリーエリアテーブル設定
-----------------------------------------*/
#side-area table,.side-area table,
#foot-area table,.foot-area table{
    border-collapse: collapse;
}
#side-area table th,.side-area table th, 
#side-area table td,.side-area table td,
#foot-area table th,.foot-area table th,
#foot-area table td,.foot-area table td
{
    border: #ccc 1px solid;
    padding: 5px;
}

