/*============================
　CSSリセット
=============================*/
* {
  margin: 0;
  padding: 0;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  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: #000000;  /*このテンプレの基本色*/
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}
.clear {
  clear: both;
}
/*clearfix*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.hide {
  display: none;
}
a {
	color:#000000;
	text-decoration: underline;
}
a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
a:active {
  background: none;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
  background:#fff; /*このテンプレの背景色*/
  -webkit-font-smoothing: antialiased;
}
#container{
}
#content {
	width: 960px;
	margin: 30px auto;
}
#main {
	padding:0 0 20px;
	width: 960px;
}
/*============================
	ヘッダー
=============================*/
#header {
	width:100%;
	margin: 0 auto;
	padding:0 0 13px;
}
#header #hgroup {
	width: 960px;
	margin:0 auto;
	padding:0;
	text-align:left;
	position:relative;
}
/* タイトル */
#site_title {
	display:inline-block;
	width:auto!important;
	max-width:560px!important;
	line-height: 140%;
	font-size: 2.2em;
	padding-bottom:10px;
	margin:36px 0 30px;
	background:url(../../images/123/bgi_title_001.jpg) left bottom repeat-x;
	font-weight:800;
}
#site_title a {
	text-decoration:none;
	font-size: 1em;
	letter-spacing:0.04em;
	color: #49a9a0;
	font-weight:800;
}
#site_title a:hover {
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#site_title a img {
	max-width:560px!important;
	background:#fff;
	margin-bottom:-10px;
}
/*　ヘッドメニュー */
#head_nav {
  position: absolute;
  top: 32px;
  right: 0;
  width:370px;
  max-width:370px!important;
  width:auto!important;
  border:solid 2px #e1e1c5;
  padding:15px 20px 20px 0px!important;
}
#head_nav ul {
	width:auto!important;
  margin:0;
  padding:0;
  display:inline;
}
#head_nav ul li {
  float: right;
  list-style: none;
  padding-left:20px;
  font-size:12px;
}
#head_nav ul li a {
	display: block;
	padding:1px 0 0 17px;
	background:url(../../images/123/ico_arrow_001.jpg) left 0.35em no-repeat;
}
/*===================================
  global_nav
=====================================*/
#global_nav {
	background :url(../../images/123/bgi_gnav_001.jpg ) left top repeat-x #49a9a0;
	text-align:center;
	line-height:1;
	margin:0 auto;
	width:100%;
	position:relative;
}
#global_nav a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
	position:relative;
	z-index:10000;
}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#nav {display: block;margin: 0;padding: 0;position: relative;}
#nav li {display: block;list-style: none;margin: 0;padding: 0;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 {
	display: inline-block;  
    *display: inline;  
    *zoom: 1; 
	min-width:960px;
	width:auto!important;
	width:960px;
	padding:0;
	line-height:1; 
	margin:0 auto;
	text-align:center;
	/display:inline;
	/zoom:1;
	white-space:nowrap;
	font-size:15px;
	border-left:1px solid #3a8780;
	margin-bottom:-2px;
	/margin-bottom:0;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	white-space:nowrap;
	line-height:1;
	border-right:1px solid #3a8780;
	border-top:1px solid #3a8780;
}
#nav li.nav-top a {/* メインのa */
	-moz-transition: 0.6s color 0s;
	-webkit-transition: 0.6s color 0s;
	-ms-transition: 0.6s color 0s;
	-o-transition: 0.6s color 0s;
	transition: 0.6s color 0s;
	width:auto;
	background :url(../../images/123/ico_gnav_001.png ) 20px 1.56em no-repeat;
	display:block;
	padding:23px 20px 20px 38px;
	line-height:1;
	color:#fff;
	text-shadow:1px 1px 3px #42a197;
	font-weight:normal;
}
#nav li.nav-top a:hover {
	background :url(../../images/123/ico_gnav_001.png ) 20px 1.56em no-repeat #3e9088;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/* 子メニュー*/
#nav ul { 
	width:200px;
	top:58px;
	left:0px;
	/margin-top:1px;
}
#nav li ul{
	background :url(../../images/123/bgi_gnav_001.jpg ) left top repeat-x #49a9a0;
	z-index:20000;
}
#nav li.nav-top ul li {
	white-space:normal;
}
#nav li.nav-top ul li a {/* 子メニューのliのa */
	transition: 0.6s background 0s;
	-moz-transition: 0.6s background 0s;
	-webkit-transition: 0.6s background 0s;
	-ms-transition: 0.6s background 0s;
	-o-transition: 0.6s background 0s;
	color:#fff;
	border-top:1px solid #3a8780;
	font-weight:normal;
	font-size:0.86em;
	display:block;
	padding:10px 10px 10px 37px;
	text-align:left;
	line-height:1.5;
	text-shadow:none;
	background :url(../../images/123/ico_gnav_002.png ) 20px 1em no-repeat;
}

#nav li.nav-top ul li a:hover {/* 子メニューのa:hover */
	font-weight:normal;
	background :url(../../images/123/ico_gnav_002.png ) 20px 1em no-repeat #3e9088;
}

/*============================
	フッター
=============================*/
#footer {
	width:100%;
	clear:both;
	border-top:solid 1px #e9e9e9;
	background:#fff;
	padding:1px 0 10px;
}
#footer .inner{
	width:100%;
	position:relative;
	background:url(../../images/123/bgi_footer_001.jpg) center bottom repeat-x #f9f8ef;
}
#footer .inner2{
	width: 960px;
	margin: 0 auto;
	padding:30px 0 26px;
	position:relative;
}
/*　コピーライト */
address {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-style: normal;
	font-weight:normal;
	font-size:0.8em;
	color:#4d4d4d;
	padding:9px 0 0;
	letter-spacing:0.03em;
}
/*　プロフィール
-----------------------------------------*/
#about {
	float:left;
	width: 350px;
	letter-spacing:0.03em;
}
#about h2{
	font-weight:normal;
	margin-bottom:0.5em;
	font-size:1em;
	color:#4d4d4d;
	margin-bottom:12px;
}
#about ul {
	list-style: none;
}
#about ul li {
	padding-right:15px;
	font-size:0.9em;
	margin-bottom:10px;
}
#about ul li a {
	display:inline-block;
	padding:0 0 0 17px;
	background:url(../../images/123/ico_arrow_002.jpg) left 0.2em no-repeat;
	color:#4d4d4d;
}

/*　QRコード
-----------------------------------------*/
#qrcode {
	position:relative;
	margin-bottom:20px;
	position:absolute;
	right:0;
	top:30px;
	width:220px;
}
#qrcode h2 {
	display:none;
}
#qrcode p {
	width:110px;
	float:left;
	text-align:right;	
	font-size: 10px;
	line-height:140%;
	letter-spacing:0.1em;
	color:4d4d4d;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:10px 0 0;
}
#qrcode img {
	width: 100px;
	float:right;
}

/*============================
	ページトップ
=============================*/
#pagetop {
	width:30px;
	height:130px;
	position:fixed;
	right:0;
	bottom:30px;
	z-index:10000;
}
#pagetop a {
	display:block;
	width:30px;
	padding:130px 0 0;
	text-indent:-9999em;
	overflow:hidden;
	background:url(../../images/123/btn_pagetop_001.jpg) left top no-repeat;
}
#pagetop a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/*============================
	リードエリア
=============================*/
#lead_area {
	width:100%;
	background:url(../../images/123/bgi_lead_001.png) center top repeat #e6eae5;
	position:relative;
	z-index:1;
	margin-bottom:40px;
}
#lead_areaIn {
	width:100%;
	background:url(../../images/123/bgi_lead_002.png) left top repeat-x;
}
#lead_areaIn2 {
	width:100%;
	background:url(../../images/123/bgi_lead_003.png) left bottom repeat-x;
}
#lead_areaIn3 {
	width:100%;
	background:url(../../images/123/bgi_lead_004.png) center bottom no-repeat;
}
#lead_area .inner{
	width: 960px;
	margin:0 auto;
	padding:40px 0;
	min-height:40px;
	height:auto!important;
	height:40px;
}
#site_description {
	float:left;
	width:550px;
 	font-size: 1.6em;
 	color: #4d4d4d;
	letter-spacing:0.04em;
	line-height:170%;
	font-weight:lighter;
}
/*　メイン写真	*/
#cover {
	float: right;
	width: 365px;
	 box-shadow:0px 0px 6px #8f8f8f;
}
#cover img{
	 width: 365px;
}
/*　画像なしの場合（メイン写真・ディスクリプション）
------------------------------------------------*/
.no-img #cover {
	display: none;
}
#lead_area.no-img #site_description {
	width: 960px;
	float:none;
}

/*　スライド画像
------------------------------------------------*/

/* スライドありのディスクリプション
------------------------------*/
#site_description2 {
	width: 960px;
 	font-size: 1.38em;
 	color: #333;
	letter-spacing:0.04em;
	line-height:160%;
	margin:0 0 60px;
	border-bottom:solid 1px #ddd;
	padding:0 15px 35px;
}


.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:0px 0 0;
}
.bx-wrapper {
    margin-bottom:10px !important;
	height:400px !important;
	 box-shadow:0px 0px 6px #8f8f8f;
}
#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: #bbb;
	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 ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #49a9a0;
	opacity:1;
}
/*.bx-wrapper .bx-pager {
    bottom: -33px!important;
}*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:180px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/123/btn-slider_001.png) 15px center no-repeat #49a9a0;
	left:-40px;
}
.bx-wrapper .bx-prev:hover {
	background:url(../../images/123/btn-slider_001.png) 15px center no-repeat #3e9088;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/123/btn-slider_002.png) 17px center no-repeat #49a9a0;
	right:-40px;
}
.bx-wrapper .bx-next:hover {
	background:url(../../images/123/btn-slider_002.png) 17px center no-repeat #3e9088;
	opacity:1;
}
/*============================
	メイン
=============================*/

/*　記事ボックス 
------------------------------------------------*/
.article_box {
	width:960px;
	margin:0 0 50px;
}
.article_box .article_title {
	background:url(../../images/123/bgi_article_001.jpg) left bottom no-repeat;
	padding:0 12px 15px;
	margin:0 0 20px;
}
.article_box .article_title h2 {
	font-size: 1.7em;
	line-height: 1.5;
	letter-spacing:0.01em;
	font-weight:normal;
	color:#333;
}
/* 記事画像なし */
.article_box .entry {
  line-height: 150%;
	font-size: 1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}
.article_box .entry a{
	color:#333;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span {
  line-height: 150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* 記事画像あり */
.inside_images.article_box .entry {
}
.article_box .article_figure {
	width: 920px;
	padding: 30px 20px 0;
	text-align:center;
}
.article_box .article_figure div{
	display:inline-block;
	width: 200px;
	padding:0 15px;
	float:left;
}
.article_box .article_figure img {
	max-width: 200px;
}
.article_box .article_figure span {
	font-size: 0.8em;
	line-height:140%;
	display: block;
	padding:5px 3px 5px;
	text-align:center;
	max-width: 200px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.article_box .article_figure a:hover img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#ddd 1px solid;
    /*20190325 ADD*/
    table-layout: fixed;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#ddd 1px solid;
	padding:10px;
    /*20190325 ADD*/
    word-wrap: break-word;
}
/*20190325 ADD*/
.article_box .entry table th {
    width: 25%;
}

/*　トピックス 
------------------------------------------------*/
#topics {
	width: 890px;
	margin:0 auto 50px;
}
#topics h2 {
	height:0;
	text-indent:-9999em;
	overflow:hidden;
	width:116px;
	padding:16px 0 0 0;
	background:url(../../images/123/ttl_topics_001.jpg) left top no-repeat;
	margin-bottom:10px;
}
#topics dl {
	width: 890px;
	height: auto;
	max-height:400px;
	overflow:scroll;
	position:relative;
}
#topics dl dt { /* 日付 */
	letter-spacing:0.03em;
	font-size:0.9em;
	width:86px;
	display:inline-block;
 	background:#49a9a0;
	color:#fff;
	text-align:center;
	padding:2px 0;
	margin:12px 0;
	float:left;
}
#topics dl dd { /* トピックス本文 */
	width:790px;
	padding:14px 0 14px 100px;
	letter-spacing:0.1em;
	font-size:1em;
	line-height:150%;
	background:url(../../images/123/lin_dash_001.png) -2px bottom repeat-x;
	display:block;
}
#topics dl dd a {
}
/*　ブログ
-----------------------------------------*/
#blog {
	width: 890px;
	margin:0 auto 50px;
	position:relative;
}
#blog h2 {
	height:0;
	text-indent:-9999em;
	overflow:hidden;
	width:116px;
	padding:16px 0 0 0;
	background:url(../../images/123/ttl_blog_001.jpg) left top no-repeat;
	margin-bottom:10px;
}
#blog_link {
	position:absolute;
	right:1px;
	top:1px;
}
#blog_link a {
	display:block;
	padding:1px 0 1px 15px;
	font-size:0.9em;
	background:url(../../images/123/ico_arrow_002.jpg) left 0.4em no-repeat;
}
#blog dl {
	height: auto;
	padding:5px 15px;
	background:#faf9f3;
	position:relative;
}
#blog dl dt {  /* 日付 */
	letter-spacing:0.03em;
	font-size:0.9em;
	width:84px;
	display:inline-block;
	position:absolute;
	text-align:left;
	padding:14px 0 14px 3px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#blog dl dd {  /* ブログタイトル */
	width:770px;
	padding:14px 0 14px 90px;
	letter-spacing:0.1em;
	font-size:1em;
	background:url(../../images/123/lin_dash_001.png) -2px bottom repeat-x;
	display:block;
}
#blog dl dd:last-child {
	background:none;
}
#blog dl dd a {
	color:#49a9a0;
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	width: 400px;
	margin: 50px auto;
	padding:34px 0 6px;
	background:url(../../images/123/txt_inquiry_001.jpg) center 12px no-repeat;
	border:solid 3px #e1e1c5;
	text-align:center;
}
#inquiry a {
	display: block;
	margin:0 auto;
	text-indent:-9999em;
	overflow:hidden;
	width: 259px;
	height: 0;
	padding: 54px 0 0;
	background:url(../../images/123/btn_inquiry_001.jpg) left top no-repeat;
}
#inquiry a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*============================
	フリーエリア
=============================*/
#foot-area {
	width: 890px;
	margin:50px auto;
	line-height:150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*============================
	下層ページ共通
=============================*/
#lead_area {
}
#lead_area .inner{
	position:relative;
}
/*ページタイトル*/
#page_title {
	padding:10px 0;
}
#page_title h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.4;
	letter-spacing:0.03em;
	font-weight:600;
	color:#333;
}
/*パン屑リスト*/
#pnkz {
	width:960px;
	margin:6px auto 8px;
	text-align:right;
}
#pnkz ul {
	display:inline-block;
	width:auto;
	list-style: none;
	padding:0 0 0 15px;
	background:url(../../images/123/ico_home_001.jpg) left 4px no-repeat;
}
#pnkz ul li {
	line-height:1;
	font-size: 10px;
	padding:1px 0 1px 3px;
	/padding:1px 0 1px 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #4d4d4d;
	line-height:1;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
#pnkz ul li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:1;
	padding:0 8px 0 0;
	color: #4d4d4d;
	padding-right:14px;
	background:url(../../images/123/ico_pnkz_001.jpg) right 2px no-repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	color:#49a9a0;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map,
#profile,
#form {
	font-size: 1em;
}
/*お問い合わせ
-----------------------------------------*/
#form {
	width: 960px;
	margin:0 0 40px 0;
}
#form #lead_s {
	line-height: 150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	padding:0 2px 10px;
	color:#333;
}
#form table{
  border-collapse: collapse;
  width: 100%;
  border:none;
}
#form table th,
#form table td{
	padding:15px 5px;
	text-align:left;
	border-top:solid 1px #ddd;
	vertical-align: middle;
}
#form table th{
	width: 180px;
	font-weight:normal;
	letter-spacing:0.1em;
	padding-right:1em;
	padding-left:15px
}
.warning {
  text-align: right;
	padding:10px 0;
}
.validation_span,
.warning span {
  color: #d20000;
  display:inline-block;
  margin:0 2px 0 0;
}
#form input,
#form textarea {
  font-size: 1.2em;
  padding: 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
#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: #fefff4;
}
#contact_submit th,
#contact_submit td {
  text-align: center;
}
#form #contact_submit td{
	text-align:center;
}
#form input[type=submit]{
	border:solid 1px #fff;
	box-shadow:0px 0px 0px 1px #ddd;
	background:#49a9a0;
	cursor:pointer;
	letter-spacing:0.1em;
	font-size:14px;
	padding:10px 20px;
	color:#fff;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}
#form input[type=reset] {
	border:solid 1px #fff;
	box-shadow:0px 0px 0px 1px #ddd;
	background:#bdbdbd;
	cursor:pointer;
	letter-spacing:0.1em;
	font-size:12px;
	padding:10px 20px;
	margin:0 0 0 5px;
	color:#333;
  font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}
#form input[type=submit]:hover,
#form input[type=reset]:hover {
	opacity:0.8;
}
/*地図
-----------------------------------------*/
#map {
	width: 960px;
	margin:0 0 60px 0;
}
#frame {
	margin-bottom: 0px;
	line-height:0;
}
#frame iframe{
	width: 960px;
	height: 400px;
	border:none;
	margin-bottom:30px;
}
#map table{
	border-collapse: collapse;
	width: 100%;
	border:none;
	border-top:solid 1px #ddd;
    /*20190325 ADD*/
    table-layout: fixed;
}
#map table th,
#map table td{
	padding:15px 5px;
	text-align:left;
	border-bottom:solid 1px #ddd;
}
#map table th{
	font-weight:bold;
	letter-spacing:0.1em;
	padding-right:1em;
	padding-left:15px;
    /*20190325 ADD*/
    width: 25%;
}
/*プロフィール
-----------------------------------------*/
#profile{
	width: 960px;
	margin:0 0 60px 0;
}
#profile #lead_s {
	line-height: 150%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
	padding:0 2px 20px;
	color:#333;
}
#profile table {
	border-collapse: collapse;
	width: 100%;
	border:none;
	margin-bottom:5px;
	border-top:solid 1px #ddd;
    /*20190325 ADD*/
    table-layout: fixed;
}
#profile table tr{
}
#profile table th,
#profile table td{
	padding:20px 5px;
	text-align:left;
	border-bottom:solid 1px #ddd;
	vertical-align: middle;
}
#profile table th{
	font-weight:bold;
	letter-spacing:0.1em;
	padding-right:1em;
	padding-left:15px;
    /*20190325 ADD*/
    width: 25%;
}


/*エラーメッセージエリア
-----------------------------------------*/
.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;
}


/* 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%;
}

