/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
	text-align:150%;
}
body {
	font-size: 75%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 12px; /*font-sizeリセット Except IE */
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
	outline:none;/*for firefox*/
}
p, em, ul, ol{
	line-height:150%;
	pdding:0;
	margin:0;
}
/*============================
　共通チップス
=============================*/
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	color:#000000; /*このテンプレの基本色*/
	background-color :#ffffff;
	padding-bottom:20px;
	text-align:center;
}
#wrap {
}
#contents {
	width:860px;
	padding:10px 0px 0px 0px;
	margin:0 auto;
	text-align:left;
}
/* index */
#top #main {
	width:600px;
	height:auto;
	float:left;
}
#top #sidebar {
	width:250px;
	height:auto;
	float:right;
}
/*===================================
  header
=====================================*/
#header {
	border-top:solid 3px #000000;
	width:860px;
	margin:0 auto;
	margin-top:20px;
	text-align:left;
	padding:10px 0 10px 0px;
}
#header .headerL {
	width:450px;
	float:left;
	padding:50px 0 0 20px;
}
#header .headerR {
	padding-right:0px;
	width:365px;
	float:right;
}
#header .headerL h1.site-title {
	font-size:2.6em;
	font-weight:normal;
}
#header .headerL h1.site-title a{
	text-decoration:none;
}
#header .headerL h1.site-title a:hover{
	color:#000000;
}
#header .headerL h1.site-title a img{
	padding-bottom:5px;
}
#header .headerL h1.site-title a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#header .headerL h2.site-description {
	display:block;
	font-size:1.7em;
	font-weight:normal;
}
.site-image {
	text-align:right;
}
.site-image img {
}
/* 画像なしの場合 */
.no-img .headerL {
	float:left;
	padding-bottom:50px!important;
	width:820px!important;
}
.no-img .headerR {
	display:none;
}
/* 下層 */
#not-top #header .headerL {
	padding:10px 0 ;
}
#not-top #header .headerL h1.site-title {
	font-size:1.5em;
	font-weight:bold;
}
#not-top #header .headerL h1.site-title a{
	font-weight:bold;
}


/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:860px;
	padding:0px 0 1px;
	margin-top: -40px;
	margin-bottom: 0;
	margin-left: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:359px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:359px !important;
	width:860px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:860px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ccc;
	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: #000;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:166px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/74/btn-slider_001.png) 15px center no-repeat #000;
left:-21px;
-moz-border-radius: 21px ;
-webkit-border-radius: 21px ;
border-radius: 21px ;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/74/btn-slider_002.png) 17px center no-repeat #000;
right:-21px;
-moz-border-radius: 21px;
-webkit-border-radius: 21px;
border-radius: 21px;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*===================================
  global-navi
=====================================*/
#global-navi {
	text-align:center;
	margin:0 auto;
	width:auto;
}
#global-navi a {
	text-decoration:none;
}
/*-------▼グローバルナビセッティング▼--------*/
/* 基本設定　変更しない */
#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;}
/* Essentials- configure this */
#nav ul { 
	width:180px;
	top:71px;
	left:15%;
	/margin-top:1px;
}
/* Everything else is theming */
#nav {/* サブ */
	min-width:850px;
	width:auto!important;
	width:850px;
	border-bottom:solid 3px #000000;
	border-top:solid 1px #ebeced;
	padding:0 5px;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	/display:inline;
	/zoom:1;
}
/* メインメニュー */
#nav li.nav-top{
	width:auto;
	height:68px;
white-space: nowrap;
}
#nav li.nav-top a {/* メインのa */
	width:auto;
	display:block;
	line-height:150%;
	padding:25px 15px 25px 15px;
}	
#nav li.nav-top a:hover {/* メインliのa:hover */
	padding:25px 15px 25px 15px;
	color:#000000;
	background:url(../../images/74/bgi-gnvi_001.gif) center bottom no-repeat;
}
/* サブメニュー */
#nav *:hover { 
	background-color: none; 
}
/* メインリストhover時のa */
#nav li.hover a {
	background:url(../../images/74/bgi-gnvi_001.gif) center bottom no-repeat;
}
/* サブリストの背景 */
#nav li.nav-top div.nav-wrap{
	background:url(../../images/74/bgi-sub_002.gif) left top repeat-y;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
#nav li.nav-top div.nav-wrap2{
	background:url(../../images/74/bgi-sub_001.gif) left top no-repeat;	
}
#nav li.nav-top div.nav-wrap3{
	background:url(../../images/74/bgi-sub_003.gif) left bottom no-repeat;	
}
/* サブのli */
#nav li.nav-top ul li {
	white-space:normal;
}
/* サブのliのa */
#nav li.nav-top ul li a {
	color:#ffffff;
	display:block;
	width:130px;
	padding:12px 35px 10px 10px;
	text-align:left;
	background:none;
	line-height:150%;
}
/* サブのa:hover */
#nav li.nav-top ul li a:hover {
	color:#999999;
	width:130px;
	padding:12px 35px 10px 10px;
	background:none;
}
/*===================================
  navi-bar
=====================================*/
#navi-bar{
	width:836px;
	height:30px;
	padding:0 22px;
	margin:0 auto;
}
/* head-inq */
#navi-bar .head-inq{
	float:right;
}
#navi-bar .head-inq a{
	padding:10px 5px 5px 5px;
	display:inline-block;
	text-decoration:none;
}
#navi-bar .head-inq a:hover{
	color:#000000;
	background:url(../../images/74/bgi-navi-bar_001.gif) center top no-repeat;	
}
/* pnkz */
#navi-bar #pnkz{
	float:left;
	padding:10px 5px 5px 5px;
}
#navi-bar #pnkz p span{
	padding:0 5px;
}
/*===================================
  cont-bottom
=====================================*/
#cont-bottom{
	width:860px;
	margin:0 auto;
	text-align:left;
	padding:100px 0 20px 0;
}
#cont-bottom .foot-inq{
	float:left;
	padding-left:20px;
}
#cont-bottom #pagetop{
	float:right;
	padding-right:20px;
}
/*===================================
  footer
=====================================*/
#footer{
	width:860px;
	margin:0 auto;
	text-align:left;
	background:url(../../images/74/bgi-foot_001.gif) left top repeat-x;
	padding:40px 0px 20px 0px;
}
#footer .footerL{
	width:700px;
	float:left;
	padding-left:18px;
}
#footer .footerR{
	width:100px;
	float:right;
	padding-right:20px;
}
#footer .footerR ul.footer-navi{
	text-align:right;
	list-style-type:none;
}
#footer .footerR ul.footer-navi li{
	display:block;
	padding-bottom:10px;
}
/*  qr
-----------------------------------------*/
#qr h4{
	display:block;
}
#qr{
	width:250px;
	height:auto;
	float:left;
	padding:0 10px 0 0px;
	margin-bottom:22px;
}
#qr .qr-code{
	float:left;
}
.qr-description{
	float:right;
	width:150px;
	padding-top:15px;
	font-size:0.9em;
	line-height:150%;
}
/* copyright
-----------------------------------------*/

#copyright{
	clear:both;
	display:block;
	width:860px;
	margin:0 auto;
	height:auto;
	text-align:center;
	border-top:solid 3px #000000;
	padding:5px 0 0 0;
	}
#copyright a img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
address{
	font-style:normal;
}
/*===================================
   sidebar
=====================================*/
/*　 news 
------------------------------------------------*/
#news-wrap {
	width:240px;
	padding:5px;
	margin-bottom:10px;
}
#news {
	max-height:270px;
	overflow:auto;
	line-height:150%;
}
#news .news-date{
	padding:22px 5px 0px 5px;
	color:#999999;
	font-size:0.9em;
}
#news .news-entry{
	padding:0 5px 22px 5px;
	border-bottom:solid 1px #cbccce;
	font-size:0.9em;	
}
/*　	blog-index 
------------------------------------------------*/
#top #blog  h4 {
}
#top #blog-wrap{
	width:240px;
	padding:5px;
}
#top #blog{
	max-height:270px;
	overflow:auto;
	line-height:150%;
}
#top #blog .blog-date{
	padding:22px 5px 0px 5px;
	color:#999999;
	font-size:0.9em;
}
#top #blog .blog-entry{
	padding:0 5px 22px 5px;
	border-bottom:solid 1px #cbccce;
	font-size:0.9em;	
}
#top .blog-link{
	display:block;
	text-align:right;
	padding:10px;
}
#top .blog-link a{
	text-decoration:none;
}
/*　 blog-contents 
------------------------------------------------*/
#not-top #blog-wrap{
	float:left;
	width:320px;
	height:auto!important;
	padding:5px;
}
#not-top #blog {
	height:auto;
	overflow:visible;
	padding-top:10px;
	border:solid 1px #ffffff;
	
}
#not-top #blog p{
	line-height:140%;
	font-size:0.9em;
}
#not-top #blog .blog-date{
	padding:0 0 3px 0;
	color:#999999;
	float:left;
	display:block;
}
#not-top #blog .blog-entry{
	width:220px;
	float:left;
	padding:0 0 3px 5px;
}
#not-top #blog-wrap .blog-link{
	text-align:right;
	padding-right:100px;
}
#not-top .blog-link a{
	font-size:0.85em;
	text-decoration:none;
}
/*============================
	article
=============================*/
.article-title h3{
	padding:20px;
	font-size:1.17em;
	font-weight:normal;
	line-height:150%;
}
.article-box{
	padding:0 20px 20px 20px;
}
.article-entry{
}
.article-entry span,.article-entry b,.article-entry em{
	line-height:150%;
}
.article-img{
	width:200px;
	float:left;
	padding:8px 6px 0 0px;
}
.article-img span{
	font-size:0.84em;
	padding:3px 0;
	display:block;
}
.article-img.img-04{
	padding-right:0;
}
/* article-index
-----------------------------------------*/
#top .article-wrap{
	width:600px;
	background:url(../../images/74/bgi-article_002.gif) left top repeat-y;
	margin-bottom:20px;
}
#top .article-wrap2{
	background:url(../../images/74/bgi-article_001.gif) left top no-repeat;
}
#top .article-wrap3{
	background:url(../../images/74/bgi-article_003.gif) left bottom no-repeat;
}
#top .article-img.img-03{
	padding-left:154px;
}
/* article-contents
-----------------------------------------*/
#not-top .article-wrap{
	width:860px;
	background:url(../../images/74/bgi-article_008.gif) left top repeat-y;
	margin-bottom:20px;
} 
#not-top .article-wrap2{
	background:url(../../images/74/bgi-article_007.gif) left top no-repeat;
}
#not-top .article-wrap3{
	background:url(../../images/74/bgi-article_009.gif) left bottom no-repeat;
}

/*============================
	下層ページ共通
=============================*/
/* page-title */
#not-top .page-title-wrap{
	width:860px;
	background:url(../../images/74/bgi-pagettl_002.gif) left top repeat-y;
	margin-bottom:25px;
}
#not-top .page-title-wrap2{
	background:url(../../images/74/bgi-pagettl_001.gif) left top no-repeat;
}
#not-top .page-title{
	background:url(../../images/74/bgi-pagettl_003.gif) left bottom no-repeat;
	_padding-bottom:1px;
}
#not-top .page-title h2{
	text-align:center;
	padding:25px;
	font-size:1.3em;
	font-weight:normal;
}
/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form table, #map table, #profile table {
	display:block;
	margin-top:0px;
	padding-bottom:20px;	
}
#form tr, #map tr, #profile tr {
}
#form th, #map th, #profile th {
	width:300px;
	text-align:right;
	padding:15px;
	font-weight:normal;
	color:#999999;
}
#form01 td, #map01 td, #profile01 td {
	text-align:left;
	padding:15px;
}
/*リード文
-----------------------------------------*/
.lead {
	width:820px;
	padding:20px 20px 10px 20px;
	text-align:center;
	line-height:150%;
}
/*お問い合わせ
-----------------------------------------*/
#form-wrap{
	width:860px;
	background:url(../../images/74/bgi-article_008.gif) left top repeat-y;
	margin-bottom:20px;
}
#form-wrap2{
	background:url(../../images/74/bgi-article_009.gif) left bottom no-repeat;
}
#form{
	background:url(../../images/74/bgi-article_007.gif) left top no-repeat;
}
.validation_span, .warning span {
	color:#900;
	font-size:1.1em;
	vertical-align:central;
}
#contact_submit th, #contact_submit td {
	padding:20px;
}
#form input[type="text"]{
	font-size:1.17em;
	height:1.6em;
	line-height:1.6em;
}
/*地図
-----------------------------------------*/
#map-wrap{
	width:860px;
	background:url(../../images/74/bgi-article_008.gif) left top repeat-y;
	margin-bottom:20px;
}
#map-wrap2{
	background:url(../../images/74/bgi-article_009.gif) left bottom no-repeat;
}
#map{
	background:url(../../images/74/bgi-article_007.gif) left top no-repeat;
}

#frame {
	text-align:center;
	width:820px;
	padding:20px 20px 0 20px;
}

#map #frame iframe{
	width:820px;
	height:350px;
}

/*プロフィール
-----------------------------------------*/
#profile-wrap{
	width:860px;
	background:url(../../images/74/bgi-article_008.gif) left top repeat-y;
	margin-bottom:20px;
}
#profile-wrap2{
	background:url(../../images/74/bgi-article_009.gif) left bottom no-repeat;
}
#profile{
	background:url(../../images/74/bgi-article_007.gif) left top no-repeat;
}
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	/*padding-left: 11px;*/
	color: #999999;
	padding:5px 0;
	color:#900;

}
.warning {
	width:860px;
	line-height :150%;
	text-align:center;
	font-size:0.9em;
	padding:10px;
}
.w_mark {
	color:#900;
}
.thaks {
	line-height: 150%;
	padding :10px;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#topimges img{
  width: 365px;
}
#site_main_img img{
 width: 365px;
}
#main_image img{
  width: 365px;
}
#main_img img {
  width: 365px;
}
#topics_title img{
  width: 365px;
}
.site-image img {
  width: 365px;
}
#imgBox img {
  width: 365px;
}
 /*記事ボックス内のテーブル（2016-04-26 ADD）
 -----------------------------------------*/
 .article_box table {
 	border-collapse:collapse;
 	border:1px #ccc solid;
 }
 .article_box table th,
 .article_box table td {
 	border:1px #ccc solid;
 	padding:1em;
 }
 .article_box table th {
 	text-align:center;
 	background-color:#eee;
 }

/* 20160721 ADD */
.box_image img,
.box_pic1img,
.box_pic2 img,
.box_pic3 img,
.box_pic4 img,
.box_img img,
.entryContent_R div img,
.entryImgbox img,
.box-image img,
.article-img img,
.article-figure img,
.article_figure	img {
	width:200px;
}


/* 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;
}

/* 20191127 テーブル基本設定
-----------------------------------------*/
.box table {
    border-collapse: collapse;
}
.box table th, .box table td {
    border: #ccc 1px solid;
    padding: 5px;
}


/* 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%;
}

