/*CSSリセット
------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

strong {
	font-weight: bold;
}

body {
	font-size: 75%;
	background-color: #F0F0F0;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

/*2009-12-1 追加
------------------------------*/
body {
	color: #444444; /*このテンプレの基本色*/
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}
ul, dl {
	margin-left:40px;
}
/*共通チップス
------------------------------*/
.clear {
	clear:both;
}
img {
	border:0px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
}

.hide {
	display:none;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}
/*全体wrapper
------------------------------*/
#wrapper {
	width:880px;
	background-image: url(../../images/8/back_img01.jpg);
	background-repeat: repeat-y;
	margin:0 auto 0 auto;
	background-position: top;
}

#wrapper2 {
	width: 854px;
	margin: 0 auto 0 auto;
}


/*リード
------------------------------*/
#lead {
	background-image: url(../../images/8/head_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top:14px solid #222222;
}
#leadBtn {
	text-align:right;
	margin:0 20px 0px 0;
}
#leadL {
	float:left;
    width: 449px;
	padding:15px 0 0 0;
}
#leadR {
	float:right;
	padding:15px 0 0 0;
}

#site_title {/*--トップ画像あり--*/
	padding:43px 50px 18px 50px;
}

#site_title2 {/*--トップ画像なし--*/
	padding:10px 50px 18px 50px;
}
#site_title3 {/*--下層ページ--*/
	padding:5px 30px 23px 30px;
}
#site_title a, #site_title2 a, #site_title3 a {
	font-size:2.5em;
	text-decoration:none;
	color:#FFFFFF;
}

#site_description {/*--画像あり--*/
	line-height: 150%;
	display: block;
	padding:0 50px 20px 50px;
	color:#FFFFFF;
}

#site_description2 {/*--画像なし--*/
	line-height: 150%;
	display: block;
	padding:0 50px 30px 50px;
	color:#FFFFFF;
}

#site_image {
	padding:0 20px 20px 0;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:854px;
	padding:0px 0 0;
	margin-top: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:356px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:356px !important;
	width:854px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:854px;
	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: #aa5969;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #9c3349;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:157px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/8/btn-slider_001.png) 15px center no-repeat #9c3349;
	left:-42px;
}
.bx-wrapper .bx-prev:hover {
	background:url(../../images/8/btn-slider_001.png) 15px center no-repeat #aa5969;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/8/btn-slider_002.png) 17px center no-repeat #9c3349;
	right:-42px;
}
.bx-wrapper .bx-next:hover {
	background:url(../../images/8/btn-slider_002.png) 17px center no-repeat #aa5969;
	opacity:1;
}


/*コンテンツエリア
------------------------------*/
#mainL {
	width:565px;
	float:left;
	background-color:#FFFFFF;
	padding:30px 30px 0 30px;
}

/*-- 最新情報
------------------------------*/
#topics {
	margin:0 0 15px 0;
}
#topics_title h3 {
	margin:0 0 10px 0;
}
#topics_ta {
	max-height:128px;
    height: auto;
	overflow:auto;
}
#topics_ta table {
/*	margin:0 5px 12px 5px;*/
    margin:0 5px 0px 5px;
	border-collapse:collapse;
}
.topics_date {
	padding:0 11px 0 18px;
	vertical-align:top;
	background-image: url(../../images/8/mark_topics.jpg);
	background-repeat:no-repeat;
	background-position:left 3px;
	font-size:1em;
	line-height:150%;
}
.topics_entry {
	vertical-align:top;
	font-size:1em;
	line-height:150%;
}


/*-- 記事ボックス
------------------------------*/
.box, .box2 {
	width:565px;
	margin:0 0 15px 0;
}

.box_title {/*トップ*/
	border-bottom:1px solid #9E3147;
	margin:0 0 8px 0;
}
.box_title2 {/*下層*/
	background-image:url(../../images/8/cline.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin:0 0 8px 0;
}

.box_title h3 {
	font-size:1.2em;
	line-height:130%;
	color:#9E3147;
	padding:0 0 3px 0;
	font-weight:bold;
}
.box_title2 h3 {
	font-size:1.2em;
	line-height:130%;
	padding:0 0 3px 0;
}
.box_entry1 {/*-- 画像あり --*/
	width:349px;
	float:left;
	font-size:1em;
	line-height:150%;
}
.box_entry2 {/*-- 画像なし --*/
	font-size:1em;
	line-height:150%;
}

.box_image {
	width:200px;
	float:right;
}
.box_image div {
	margin-bottom:7px;
}
.box_image div span {
	display:block;
	font-size:0.85em;
	margin:3px 0 0 0;
	line-height:130%;
}

/*-- お問い合わせ
------------------------------*/
#inquiry {
	padding:25px 0 30px 0;
}


/*メニューエリア
------------------------------*/
#mainR {
	float:right;
	width:188px;
	margin:0 0 0 0;
	float: right;
	padding:0 20px 0 0;
}
#nviA {
	margin:0 0 20px 0;
}
#nviA dt {
	margin:4px 0 3px 0;
}
#nviA dt a {
	display:block;
	width:188px;
	background-image:url(../../images/8/nvi-main_001_off.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	text-decoration:none;
	padding:6px 0 7px 0;
}
#nviA dt a span {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	line-height:130%;
	color:#FFFFFF;
	padding:0 3px;
}
#nviA dt a:hover {
	background-color:#5F5F5F;
	background-image:url(../../images/8/nvi-main_001_on.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

#nviA dd a {
	display:block;
}
#nviA dd a span {
	font-size:1em;
	line-height:150%;
	color:#FFFFFF;
	text-decoration:underline;
}
#nviA dd a:hover span {
	text-decoration:none;
}

#nviB {
	margin:0 0 20px 0;
}
#nviB_title {
	font-size:1.2em;
	font-weight:bold;
	line-height:130%;
	color:#FFFFFF;
	margin:10px 0 8px 0;
}
#nviB ul {
	list-style-type:none;
	margin:0;
}
#nviB li a {
	width:188px;
	display:block;
	font-size:1em;
	line-height:150%;
	color:#FFFFFF;
}

/*ブログ
------------------------------*/
#blog {
	margin:0 0 20px 0;
}
#blog_info {

}
#blog_info a {
	display:block;
	width:188px;
	background-image:url(../../images/8/nvi-main_001_off.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	text-decoration:none;
	padding:6px 0 7px 0;
	margin:4px 0 8px 0;
}
#blog_info span {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	line-height:130%;
	color:#FFFFFF;
	padding:0 3px;
}
#blog_info a:hover {
	background-color:#5F5F5F;
	background-image:url(../../images/8/nvi-main_001_on.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}
#blog ul {
	padding:0 0 10px 0;
	margin:0;
	list-style-type:none;
}
#blog li {
	font-size:1em;
	line-height:150%;
	color:#FFFFFF;
}
#blog li a {
	font-size:1em;
	line-height:150%;
	color:#FFFFFF;
}

/*-- フッタ
------------------------------*/
#foot {
	background-color:#222222;
	padding:20px 30px 30px 30px;
}

#copyright {
	font-size:10px;
	color: #999999;
	line-height:100%;
}



/*パン屑
------------------------------*/
#pnkz {
	margin:8px 0 20px 0;
	font-size:1em;
}
#pnkz a {
	font-size:1em;
}

/*コンテンツタイトル
------------------------------*/
#contents_title {
	background-image:url(../../images/8/bgi-ctitle_001.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}
#contents_title h3 {
	font-size:1.2em;
	line-height:130%;
	color:#9E3147;
	padding:18px 0 16px 24px;
	font-weight:bold;
	background-image:url(../../images/8/bgi-ctitle_002.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#leadtxt {
	font-size:1em;
	line-height:150%;
	margin:10px 0 25px 0;
}



/*form,profile01テーブル定義
------------------------------*/
#apply {
	padding:0 0 20px 0;
}
#form, #profile01 table, #map01 table {
	table-layout: fixed;
	width:565px;
	text-align:left;
	border-collapse: collapse;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	margin:0 0 20px 0;
}
#form th, #profile01 th, #map01 th {
	width:156px;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	background-color:#E1E1E1;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
}

#form td, #profile01 td, #map01 td {
	line-height:150%;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	padding: 0.3em 0.7em 0.3em 0.7em ;
}
/*form,profile01テーブル定義
------------------------------*/
/*form.html用
------------------------------*/

.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
	/*background: url("../img/icons/icon_alert.gif") no-repeat 0 4px;*/
}

.warning {
	line-height :150%;
}

/*
#form span {
	padding-left: 2px;
	color: #cc0000;
}
*/
#form .validation_span {
	padding-left: 2px;
	color: #cc0000;
}

.thaks {
	line-height: 150%;
	padding :0 0 40px 0;
}

/*profile01.html用
------------------------------*/
#form #frame {
	margin:0.3em 0 0.3em 0;
}

#map01 #frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:565px;
	height:411px;
}

/*20100609add endo*/

#QRbox {
	border:1px solid #AD5667;
	padding:12px 16px 12px 13px;
	color:#FFF;
	margin-bottom:20px;
}

#QRbox h4 {
	text-align:center;
}

.QR_code {
	text-align:center;
	padding:10px 0 10px 0;
}

#side-area{

}

/* 20120322 */
#side-area{
   color:#fff;
   margin:0 0 36px 0;
}

#foot-area{
   margin:0 0 36px 0;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image 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%;
}

