
/*============================
　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: 81%;
  /*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;
  }
.clear {
  clear: both;
}
/*clearfix*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.hide {
  display: none;
}
a {
	color:#005bb2;
  text-decoration: none;
}
a:hover {
  	color:#005bb2;
	text-decoration: underline;
}
a:active {
  background: none;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	-webkit-font-smoothing: antialiased;
	text-align:center;
}
#container{
	margin:0 auto;
}
#content {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#sidebar {
  width: 220px;
  float: right;
}
#main {
  width: 710px;
  float: left;
  padding-top:46px;
}
#header {
	position:relative;
}

/*============================
	ヘッダー
=============================*/
#header {
	width:960px;
	margin:0 auto;
	padding:30px 0;
	position:relative;
	text-align:left;
}
#header #hgroup {
}
/* タイトル */
#site_title {
	font-size: 1.53em;
	letter-spacing:0.01em;
	color: #005bb2;
	font-weight:bold;
	max-width:660px;
	width:auto!important;
	width:660px;
}
#site_title a {
	text-decoration:none;
	font-size: 1em;
	color: #005bb2;
	font-weight:bold;
	line-height: 140%;
}
#site_title a:hover {
 	 text-decoration: none;
	color: #005bb2;
}
#site_title a img {
	max-width:660px;
	width:auto!important;
	width:660px;
}
/*　ヘッドメニュー */
#head_nav {
  	position: absolute;
  	top: 32px;
 	right: 0px;
 	list-style-type:none;
    background:url(../../images/133/lin_headnav_001.png) right center no-repeat;
}
#head_nav li {
  	float: right;
  	list-style: none;
	font-size:0.92em;
}
#head_nav li a {
  	display: inline-block;
  	text-decoration:none;
  	color:#000;
  	padding:0 12px 0 13px;
    background:url(../../images/133/lin_headnav_001.png) left center no-repeat;
	font-weight:normal;
}
#head_nav li a:hover {
  	color:#005bb2;
}


/*===================================
  global_nav
=====================================*/
#global_nav {
	text-align:center;
	line-height:1;
	margin:0 auto;
	width:100%;
	height:40px;
	background :url(../../images/133/bgi_gnav_001.png) left top repeat-x;
	border-top:solid 1px #d2d2d2;
	border-bottom:solid 1px #d2d2d2;
}
#global_nav a {
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0.05em;
}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#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:959px;
	width:auto!important;
	width:959px;
	padding:0;
	line-height:1;
	display:inline-block;
	margin:0 auto;
	text-align:left;
	/display:inline;
	/zoom:1;
	white-space:nowrap;
	padding-left:2px;
	background :url(../../images/133/lin_gnav_001.png) right top no-repeat;
}
#nav ul { 
	width:180px;
	top:40px;
	left:50%;
	margin-left:-95px;
	/margin-top:1px;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	white-space:nowrap;
	line-height:1;
	/z-index:1;
	background :url(../../images/133/lin_gnav_001.png) left top no-repeat;
	height:40px;
}
#nav li.nav-top a {/* メインのa */
	display:inline-block;
	padding:13px 40px;
	width:auto;
	height:48px;
	line-height:1;
	color:#000;
	position:relative;
	/display:block;
	/z-index:1;
	font-size:1.076em;
	font-weight:bold;
}
#nav li.nav-top a:hover {
	color:#005bb2;
}

/* 子メニュー*/
#nav li.nav-top ul{
	/z-index:1000;
	background:#fff;
	padding:0 5px!important;
	border-radius:3px;
	-moz-box-shadow: 0px -1px 6px #c8c8c8;
	-webkit-box-shadow: 0px -1px 6px #c8c8c8;
	box-shadow: 0px -1px 6px #c8c8c8;
}
#nav li.nav-top ul li {
	display:block;
	white-space:normal;
	font-size:1em;
	position:relative;
	/z-index:1000;
	padding:5px 0;
  	background:url(../../images/133/lin_topics_001.gif) 0 bottom repeat-x;
}
#nav li.nav-top ul li:last-child {
	background:none;
}
#nav li.nav-top ul li a {/* 子メニューのliのa */
	font-weight:normal;
	display:block;
	height:auto;
	padding:2px 6px 2px 16px!important;
	text-align:left;
	line-height:1.5;
	position:relative;
	/z-index:1000!important;
	font-size:1em;
  	background:url(../../images/133/ico_arrow_001.gif) 6px 7px no-repeat;
}

#nav li.nav-top ul li a:hover {/* 子メニューのa:hover */
	font-weight:normal;
}


/*============================
	リードエリア
=============================*/
#lead_area {
	width:100%;
    background:#e4e4e4 url(../../images/133/bgi_lead_001.png) center top no-repeat;
	-moz-box-shadow: inset 0px -1px 6px #c8c8c8;
	-webkit-box-shadow: inset 0px -1px 6px #c8c8c8;
	box-shadow: inset 0px -1px 6px #c8c8c8;
}
#lead_area .lead_areaIn {
	width:960px;
	margin:0 auto;
	position:relative;
	padding:90px 0 95px;
	min-height:244px;
	height:auto!important;
	height:244px;
}
/*　メイン写真	*/
#cover {
	width: 365px;
	float:left;
}
#cover img{
	width: 365px;
	-moz-box-shadow: 1px 1px 3px #a09d92;
	-webkit-box-shadow: 1px 1px 3px #a09d92;
	box-shadow: 1px 1px 3px #a09d92;	
}
#site_description {
	display:table;
	width:495px;
	float:right;
 	color: #4d4d4d;
	letter-spacing:0.1em;
	font-weight:400;
	line-height:200%;
 	font-size: 1.23em;
	text-align:left;
	text-justify:inter-word;
	min-height:244px;
	height:auto!important;
	height:244px;
	padding-bottom:10px;
}
#site_description .inner{
	display:table-cell;
	vertical-align:middle;
}

/*　画像なしの場合（メイン写真・ディスクリプション）
------------------------------------------------*/
.no-img {
}
.no-img #cover {
	display: none;
}
#lead_area.no-img #site_description {
	width: 960px;
	float:none;
	margin:0;
}

#site_description2 {
	margin-top: 20px
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:0px 0 1px;
	margin-top: -60px;
	margin-bottom: -65px;
	margin-left: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:400px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	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;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #418ae7;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #418ae7;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -30px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:179px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/133/btn-slider_001.png) 18px center no-repeat,
-moz-linear-gradient(
top,
#418ae7 0%,
#0370ca);
background:url(../../images/133/btn-slider_001.png) 18px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#418ae7),
to(#0370ca));
left:-43px;
border: 1px solid #005bb2;
border-right: none!important;
-moz-border-radius: 21px 0 0 21px ;
-webkit-border-radius: 21px 0 0 21px ;
border-radius: 21px 0 0 21px ;

}
.bx-wrapper .bx-prev:hover {
opacity:0.8;
}
.bx-wrapper .bx-next {
background:url(../../images/133/btn-slider_002.png) 16px center no-repeat,
-moz-linear-gradient(
top,
#418ae7 0%,
#0370ca);
background:url(../../images/133/btn-slider_002.png) 16px center no-repeat,
-webkit-gradient(
linear, left top, left bottom,
from(#418ae7),
to(#0370ca));
right:-43px;
border: 1px solid #005bb2;
border-left: none!important;
-moz-border-radius: 0 21px 21px 0 ;
-webkit-border-radius: 0 21px 21px 0  ;
border-radius: 0 21px 21px 0  ;
}
.bx-wrapper .bx-next:hover {
opacity:0.8;
}

/*============================
	フッター
=============================*/
#footer {
	width:100%;
	text-align:center;
    background:#eff0f2 url(../../images/133/bgi_footer_001.png) center top no-repeat;
}
/*　コピーライト */
address {
	display:block;
	width: 960px;
	margin:0 auto;
	color:#4d4d4d;
	text-align:center;
	font-style: normal;
	font-weight:normal;
	font-size:0.9em;
	letter-spacing:0.03em;
	padding:14px;
}
/*============================
	ページトップ
=============================*/
#pagetop {
	width: 960px;
	margin:0 auto;
	text-align:right;
	padding:20px 20px;
}
#pagetop a {
	display:inline-block;
	text-decoration:none;
	text-indent:-9999em;
	overflow:hidden;
	width:121px;
	height:0;
	padding:13px 0 0;
  	background:url(../../images/133/btn_pagetop_001.gif) left top no-repeat;
}
#pagetop a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
/*============================
	サイドバー
=============================*/
#sidebar{
	margin-top:-45px;
}
#sidebar h2{
	text-indent:-9999em;
	overflow:hidden;
	width:220px;
	height:0;
	padding:44px 0 0;
	margin-left:-1px;
	border-bottom:solid 1px #dadada;
}

/*　ブログ
-----------------------------------------*/
#blog {
	background:#fff;
	margin-bottom:30px;
	border-left:solid 1px #dadada;
	border-right:solid 1px #dadada;
	border-bottom:solid 1px #dadada;
	border-radius:0 0 3px 3px ;
}
#blog h2 {
  	background:url(../../images/133/ttl_blog_001.png) left top no-repeat;
}
#blog dl {
	list-style: none;
	text-align:left;
	padding:0 12px;
}
#blog dl dt {  /* 日付 */
	letter-spacing:0.1em;
	font-size: 0.86em;
	padding:8px 0px 0px 0px;
	font-weight:bold;
	font-weight:normal;
}
#blog dl dd {
	letter-spacing:0.1em;
	font-size:0.9em;
	padding:0px 0px 0px 0px;
	line-height:150%;
}
#blog dl dd:last-child {
	background:none;
	padding-bottom:0;	
}
#blog dl dd a {
  text-decoration:none;
}
#blog dl dd a:hover{
}
#blog_link {
	text-align:center;
	padding:15px 0;
}
#blog_link a {
	display:block;
	margin:0 auto;
	text-indent:-9999em;
	overflow:hidden;
	width:121px;
	height:0;
	padding:24px 0 0;
  	background:url(../../images/133/btn_blog_001.png) left top no-repeat;
}
#blog_link a:hover {
	background-position:0 -26px;
}

/*　プロフィール
-----------------------------------------*/
#about {
	background:#fff;
	margin-bottom:30px;
	border-left:solid 1px #dadada;
	border-right:solid 1px #dadada;
	border-bottom:solid 1px #dadada;
	border-radius:3px ;
  	background:url(../../images/133/bgi_about_001.jpg) right bottom no-repeat;
}
#about h2 {
  	background:url(../../images/133/ttl_about_001.png) left top no-repeat;
}
#about ul {
	list-style: none;
	text-align:left;
	padding:0 12px 15px;
	list-style: none;
}
#about ul li {
	padding:10px 0 0;
}
#about ul li.siteName {
	font-weight:bold;
  	color:#005bb2;
}
#about ul li a {
  	display: block;
  	text-decoration:none;
	padding:0 0 0 10px;
	color:#000;
  	background:url(../../images/133/ico_arrow_001.gif) left center no-repeat;
	font-size:0.92em;
}
#about ul li a:hover {
  	color:#005bb2;
}

/*　QRコード
-----------------------------------------*/
#qrcode {
	background:#fff;
	margin-bottom:30px;
	border-left:solid 1px #dadada;
	border-right:solid 1px #dadada;
	border-bottom:solid 1px #dadada;
	border-radius:3px ;
}
#qrcode h2 {
  	background:url(../../images/133/ttl_qr_001.png) left top no-repeat;
}
#qrcode p {
	font-size: 10px;
	line-height:140%;
	letter-spacing:0.1em;
	text-align:left;
	width: 100px;
	padding:12px 0 10px 12px;
}
#qrcode img {
	display:block;
	float:right;
	width: 100px;
}



/*============================
	メイン
=============================*/

/*　記事ボックス 
------------------------------------------------*/
.article_box {
	width:710px;
	margin-bottom:50px;
	background:url(../../images/133/lin_article_001.png) left top no-repeat;
}
.article_box .article_boxIn{
}
.article_box .article_title {
}
.article_box .article_title h2 {
	padding:20px 0px 30px;
	font-size: 1.384em;
	line-height: 1.5;
	letter-spacing:0.03em;
	color:#000;
	font-weight:bold;
}
/* 記事画像あり */
.article_box .entry {
    line-height: 1.7;
	font-size: 1em;
	width:490px;
	float:left;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
  line-height: 150%;
}
.article_box .entry img{
	max-width:490px;
	width:auto!important;
	width:490px;
}
.article_box .article_figure {
	float: right;
	width: 200px;
}
.article_box .article_figure div{
	width: 200px;
	padding:5px 0;
}
.article_box .article_figure img {
	width: 200px;
}
.article_box .article_figure span {
	font-size: 0.8em;
	line-height:140%;
	display: block;
	text-align:left;
	padding:5px 2px 5px;
	max-width: 190px;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/* 記事画像なし */
.article_box.no-img .entry {
	width:710px;
	float:none;
}
article_box.no-img .entry img{
	max-width:710px;
	width:auto!important;
	width:710px;
}
/*記事ボックス内のテーブル*/
.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;
}
/*　トピックス 
------------------------------------------------*/
#topics {
	width:692px;
/*	height:252px;*/
	border:solid 1px #e7e7e7;
	margin:40px 0 50px;
	padding:0 8px 8px;
	background:url(../../images/133/bgi_topics_001.png) left top repeat-x;
}
#topics h2 {
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	width:163px;
	height:0;
	padding:46px 0 0;
  	background:url(../../images/133/ttl_topics_001.png) 11px 16px no-repeat;
}
#topics dl {
	width: 690px;
	max-height: 200px;
	overflow:auto;
	border:solid 1px #e7e7e7;
	background:#fff;
	-moz-box-shadow: 0px 0px 3px #f6f6f6;
	-webkit-box-shadow: 0px 0px 3px #f6f6f6;
	box-shadow: 0px 0px 3px #f6f6f6;
}
#topics dl dt { /* 日付 */
	display:inline-block;
	letter-spacing:0.1em;
	font-size:0.9em;
	font-weight:bold;
	font-weight:normal;
	padding:10px 0 10px 11px;
	width:100px;
}
#topics dl dd { /* トピックス本文 */
	font-size:1em;
	display:block;
	letter-spacing:0.04em;
	font-size:1em;
	padding:11px 10px 10px 110px;
	margin-top:-40px;
  	background:url(../../images/133/lin_topics_001.gif) 0 bottom repeat-x;
}


/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	margin-bottom:50px;
}
#inquiry a {
	display:block;
	margin:0 auto;
	text-indent:-9999em;
	overflow:hidden;
	width:250px;
	height:0;
	padding:40px 0 0;
  	background:url(../../images/133/btn_inquiry_001.png) left top no-repeat;
}
#inquiry a:hover {
	background-position:0 -42px;
}

/*============================
	フリーエリア
=============================*/
#side-area {
	width:220px;
	line-height:150%;
	margin-bottom:50px;
}
#side-area img{
	max-width: 100%;
}
#foot-area {
	width: 710px;
	margin-bottom:50px;
	line-height:150%;
}
#foot-area img{
	max-width: 100%;
}

/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title {
	text-align:left;
	width:960px;
	margin:0 auto;
	padding:60px 0 70px;
}
#page_title h2 {
	font-size: 1.84em;
	font-weight:bold;
	line-height: 1.4;
	letter-spacing:0.04em;
	text-justify:inter-word;
}
/*パン屑リスト*/
#pnkz {
	margin:-40px 0 30px;
	width:710px;
	text-align:left;
}
#pnkz ul {
  list-style: none;
}
#pnkz ul li {
	line-height:1;
	font-size: 10px;
	padding:1px 3px 1px 0;
	/padding:1px 0 1px 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:1;
	font-weight:normal;
}
#pnkz ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:1;
	padding:0 8px 0 0;
	font-weight:normal;
	text-decoration:none;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,
#profile,
#form {
	width:710px;
	margin-bottom:50px;
}
#map table,
#profile table,
#form table {
	width:710px;
  border-collapse: collapse;
  border:none;
}
table th,
table td{
	text-align:left;
	vertical-align: middle;
	border:solid 1px #dadada;
	padding:10px;
}

/*お問い合わせ
-----------------------------------------*/
#form {
}
#form #lead_s {
	line-height: 150%;
	background:url(../../images/133/lin_article_001.png) left top no-repeat;
	padding:20px 0;
}
.warning {
  font-size:0.9em;
  padding:20px 0 0;
}
#form table{
}
#form table th,
#form table td{
	text-align:left;
	vertical-align: middle;
	border:solid 1px #dadada;
	padding:10px;
}
#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;
  border:none!important;
  padding:20px 0 0!important;
}
#form input[type=submit]{
	border:solid 1px #005bb2;
	background: #3d88e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #3d88e5 0%, #0064bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d88e5), color-stop(100%,#0064bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d88e5 0%,#0064bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d88e5 0%,#0064bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d88e5 0%,#0064bb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d88e5 0%,#0064bb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d88e5', endColorstr='#0064bb',GradientType=0 ); /* IE6-9 */

	cursor:pointer;
	letter-spacing:0.1em;
	font-size:14px;
	padding:8px 60px 6px;
	font-weight:bold;	
	border-radius:20px;
	color:#fff;
}
#form input[type=reset] {
	border:solid 1px #dadada;
	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e4e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e4e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	letter-spacing:0.1em;
	border-radius:20px;
	font-size:14px;
	padding:8px 20px 6px;
	margin:0 0 0 5px;
	font-weight:bold;
	color:#666;
}
#form input[type=submit]:hover{
	background: #3d88e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #0064bb 0%, #3d88e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0064bb), color-stop(100%,#3d88e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0064bb 0%,#3d88e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0064bb 0%,#3d88e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0064bb 0%,#3d88e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0064bb 0%,#3d88e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064bb', endColorstr='#3d88e5',GradientType=0 ); /* IE6-9 */
}
#form input[type=reset]:hover {
	background: -moz-linear-gradient(top,  #e4e4e4 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4e4e4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4e4e4 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4e4e4 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e4e4e4 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
/*リード文
-----------------------------------------*/
/*地図
-----------------------------------------*/
#map {
}
#frame {
	line-height:0;
}
#frame iframe{
	border:none;
	width: 710px;
	height: 390px;
	margin-bottom:30px;
}
#map table{
}
#map table th,
#map table td{
}
#map table th{
	width:170px;
}

/*プロフィール
-----------------------------------------*/
#profile{
}
#profile #lead_s {
	line-height: 150%;
	background:url(../../images/133/lin_article_001.png) left top no-repeat;
	padding:20px 0;
}
#profile table {
}#profile table tr{
}
#profile table th,
#profile table td{
}
#profile table th{
	width:170px;
}

/*エラーメッセージエリア
-----------------------------------------*/
.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;
}

/* 202201 記事BOXの画像幅修正
-----------------------------------------*/
.article_box img {
    max-width: 100%;
}

/* 202202 記事BOXの画像幅修正
-----------------------------------------*/
.box_entry1 img,.box_entry2 img {
    max-width: 100%;
}

/* 202203 記事BOXの画像幅修正
-----------------------------------------*/
.entryText img,.entryTextBox img,.box-entry1 img,.box-entry2 img,.article-txt img,.article-entry img,.entry-box img {
    max-width: 100%;
}

