
/*============================
　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;
}
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*/}
/*============================
　共通チップス
=============================*/
.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:#ffffff;
	text-decoration:underline;
}
a:hover {
	color:#d752dc;
	text-decoration:none;	
}
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	color:#ffffff; /*このテンプレの基本色*/
	background :url(../../images/61/bgi-body_001.jpg ) left top repeat-x #000000;
}
#wrapper {
	background :url(../../images/61/bgi-wrapper_001.jpg ) center top no-repeat;
}
/*トップページ*/
#main {
	background :url(../../images/61/bgi-main_001.gif ) left top repeat-x;
}
#mainIn{
	width:760px;
	margin:0 auto;
    }
/*下層ページ*/
#main2 {
	background-color :#000000;
}
#main2In{
	width:760px;
	margin:0 auto;
    }
		
#topArea{
	
    }
#sidebar {
	width:210px;
	float:left;	
}
#content {
	float:right;
	width:525px;
}

/*============================
	ヘッダー
=============================*/
#header {
	width:800px;
	margin:0 auto;
}
#page-title{
	font-size:2.86em;
	width:730px;
	margin:10px auto;
}

/*============================
	リードエリア
=============================*/

.leadArea {/*トップページ*/
    width:730px;
	margin:0 auto;
	padding-bottom:20px;
}
.leadArea2 {/*下層ページ*/
    width:730px;
	margin:0 auto;
	padding-bottom:20px;
}
/*メイン写真
-----------------------------------------*/
#imgBox{
	float:left;
	width:407px;
	background :url(../../images/61/bgi-imgbox_001.png ) left top no-repeat;
	padding:21px 0;
	min-height:327px;
	height: auto !important;
	height:327px;
    }
.site_image {
	width:365px;
	margin:0 auto;
	text-align:center;
	border:6px solid #ffffff;
	background-color:#ffffff; 
}
.site_image img{
	width:365px;
    }
/*サイトタイトル
-----------------------------------------*/
.site_title {
	font-size:2.01em;
	line-height:130%;
	padding:20px 0 0 0;	
}
.site_title img {
	margin-bottom:5px;
	}
.site_title a {
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
.site_title a:hover {
	color:#ffffff;
	text-decoration:none;
    }
.site_description {
	font-size:1.01em;
	line-height:140%;
    }

/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:730px;
	margin:0 auto 0;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:304px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:304px !important;
	width:730px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:730px;
	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 ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #df53e4;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:38px;
	height:40px;
	margin:0;
	top:132px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/61/btn-slider_001.png) 14px center no-repeat #df53e4;
	border-radius:20px 0 0 20px;
	left:-38px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#f283f3;
	opacity:1;
}
.bx-wrapper .bx-next {
	background:url(../../images/61/btn-slider_002.png) 11px center no-repeat #df53e4;
	border-radius:0 20px 20px 0;
	right:-38px;
}
.bx-wrapper .bx-next:hover {
	background-color:#f283f3;
	opacity:1;
}
/*============================
	topics　最新情報
=============================*/
/*画像あり*/
#topAreaWrap1{
	width:338px;
	_width:325px;
	float:right;
	}
#topAreaWrap1 #topics {
	margin:30px 0 13px 0;
	float:right;
}
/*画像なし*/
#topAreaWrap2{
	width:736px;
	margin:0 auto;
	}
#topAreaWrap2 #topics {
	margin:10px 0 10px 0;
}

#topics h3 {
	border-bottom:2px solid #fff;
	margin-bottom:10px;
}
#topics_ta {
	max-height:120px;
	overflow:auto;
}
#topics_ta table {
	width:300px;
	border-collapse:collapse;
	width:100%;
}
#topics_ta table td {
	padding-bottom:7px;	
	font-size:12px;
	line-height:150%;	
	font-family: "ヒラギノ角ゴ Pro W3";
	text-align:left;	
	vertical-align:top;
	}
.topics_date {
	width:60px;
	color:#ff9dfe;
	font-weight:bold;
}
.topics_entry {
	font-size:1em;
	line-height:140%;
	padding-left:10px;
	padding-right:8px;
}
.topics_entry a:hover{
	color:#ff9dfe;
}
/*============================
トップエリアお問い合わせボタン
=============================*/
#topLink{
	clear:both;
	text-align:center;
	min-height:50px;
	height: auto !important;
	height:50px;
	}
#inquiry{
	text-align:center;
}

/*============================
	メニューエリア
=============================*/
#mainL ul, #mainL ol {
	list-style-type:none;
	}
	
/*メニューA
-----------------------------------------*/
#menuAbox {
	width:208px;
	border-left:1px solid #353535;
	border-right:1px solid #353535;
	border-bottom:1px solid #353535;
	margin-bottom:10px;
}
#menuAboxIn {
	width:194px;
	border:1px solid #414141;
	margin:0 auto 5px auto;
	background-color:#363636;
	-webkit-box-shadow: inset 0px 0px 10px 0px #222; /* Safari, Chrome用 */
	-moz-box-shadow: inset 0px 0px 10px 0px #222; /* Firefox用 */
	box-shadow: inset 0px 0px 10px 0px #222; /* CSS3 */
}
#menuA {
	width:180px;
	margin:5px auto 20px auto;
}
#menuA dt {
	width:180px;
	display:block;	
	padding-bottom:2px;
	background:url(../../images/61/lin-sidebar_001.gif ) left bottom no-repeat;	
}
#menuA dt a {
	width:180px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:1.01em;
	line-height:150%;
	padding:6px 0;
	background :url(../../images/61/ico-arrow_001.gif ) 6px center no-repeat;
}
#menuA dt a span {
	display:block;
	padding:0 5px 0 20px;
	
	}

#menuA dt a:hover {
    background-color:#d04fd4;
    }
#menuA dd {
	width:180px;
	padding-bottom:2px;
	background:url(../../images/61/lin-sidebar_001.gif ) left bottom no-repeat;
}
#menuA dd a {
	display:block;
	width:180px;
	text-decoration:none;
	font-size:1.01em;
	line-height:150%;
	color:#ffffff;
	padding:6px 0;
	background :url(../../images/61/ico-arrow_001.gif ) 21px center no-repeat;
}
#menuA dd a span {
	padding:0  5px 0 35px;
	display:block;
	}
#menuA dd a:hover {
	background-color:#d04fd4;
  }

/*メニューB
-----------------------------------------*/
#menuBbox {
	width:208px;
	margin-bottom:10px;
	border-left:1px solid #353535;
	border-right:1px solid #353535;
	border-bottom:1px solid #353535;
}
#menuBboxIn {
	width:194px;
	border:1px solid #414141;
	margin:0 auto 5px auto;
	background-color:#363636;
	-webkit-box-shadow: inset 0px 0px 10px 0px #222; /* Safari, Chrome用 */
	-moz-box-shadow: inset 0px 0px 10px 0px #222; /* Firefox用 */
	box-shadow: inset 0px 0px 10px 0px #222; /* CSS3 */
}
#menuB {
	width:180px;
	margin:5px auto 20px auto;
}
#menuB li {
	width:180px;
	display:block;	
	padding-bottom:2px;
	background:url(../../images/61/lin-sidebar_001.gif ) left bottom no-repeat;	
}
#menuB li a {
	width:180px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-size:1.01em;
	line-height:150%;
	padding:6px 0;
	background :url(../../images/61/ico-arrow_001.gif ) 6px center no-repeat;
}
#menuB li a span {
	display:block;
	padding:0 10px 0 20px;
	}
#menuB li a:hover {
    background-color:#d04fd4;
    }


/*メニュー：ブログ
-----------------------------------------*/
#blogbox {
	width:208px;
	margin-bottom:10px;
	border-left:1px solid #353535;
	border-right:1px solid #353535;
	border-bottom:1px solid #353535;
}
#blogboxIn {
	width:194px;
	border:1px solid #414141;
	margin:0 auto 5px auto;
	background-color:#363636;
	-webkit-box-shadow: inset 0px 0px 10px 0px #222; /* Safari, Chrome用 */
	-moz-box-shadow: inset 0px 0px 10px 0px #222; /* Firefox用 */
	box-shadow: inset 0px 0px 10px 0px #222; /* CSS3 */
}
#blogLink{
	padding:10px 0;
	text-align:center;
	}
#blog {
	width:180px;
	margin:5px auto 20px auto;
}
#blog li {
	width:180px;
	display:block;	
	padding:4px 0 7px 0;
	background:url(../../images/61/lin-sidebar_001.gif ) left bottom no-repeat;	
}
#blog li  a{
	background :url(../../images/61/ico-arrow_001.gif ) 6px center no-repeat;
	padding:0 5px 0 20px;
	margin:5px 0;
	}
#blog li p a{}
#blog li p a:hover{
	color:#d752dc;
	text-decoration:underline;
    }
/*メニュー：QRコード
-----------------------------------------*/
#qrbox {
	width:208px;
	margin-bottom:10px;
	border-left:1px solid #353535;
	border-right:1px solid #353535;
	border-bottom:1px solid #353535;
}
#qrboxIn {
	width:194px;
	border:1px solid #414141;
	margin:0 auto 5px auto;
	background-color:#363636;
	-webkit-box-shadow: inset 0px 0px 10px 0px #222; /* Safari, Chrome用 */
	-moz-box-shadow: inset 0px 0px 10px 0px #222; /* Firefox用 */
	box-shadow: inset 0px 0px 10px 0px #222; /* CSS3 */
}
#qr {
	width:180px;
	margin:15px auto 20px auto;
	text-align:center;
}

.QR_code {
	text-align:center;
}

.QR_description {
	font-size:12px;
	line-height:140%;
	width:170px;
	text-align:left;
	margin:10px auto 0 auto;
}


/*============================
	記事ボックス
=============================*/

/*
-----------------------------------------*/
.box {
}
.box_title {
	border-bottom:2px solid #0d88e4;
	padding:7px 0 5px 20px;
	margin-bottom:14px;
	background :url(../../images/61/ico-article_001.gif ) left center no-repeat;
}
.box_title h3 {
	font-size:1.18em;
	line-height:140%;
	color:#0d8ae7;
}
.boxIn {
	width:525px;
	margin:0 auto;
	padding:0 17px 30px 0;
}
.box_entry1 {
	width:300px;
	float:left;
	padding-bottom:12px;
	line-height:150%;
	font-size:1.01em;
}
.box_entry1 span{
	line-height:150%;
}
.box_entry2 {
	width:525px;
	padding-bottom:12px;
	line-height:150%;
	font-size:1.01em;
}
.box_entry2 span{
	line-height:150%;
}
.box_image {
	width:210px;
	float:right;
	text-align:right;
}

.box_image img {
	border:1px solid #5e5e5e;
	width:200px;
	padding:4px;
}

.box_image span {
	font-size:10px;
	color:#666;
	padding-bottom:5px;
	line-height:150%;
	display:block;
	text-align:left;
}

/*============================
	フッター
=============================*/
#foot {
    text-align:center;
	padding-bottom:38px;
}
#footIn {
	width:750px;
	margin:0 auto;
}
#pagetop {
	margin:0 auto;
	text-align:right;
	padding-bottom:8px;
}
#copyright {
	padding-bottom:5px;
}


/*============================
	パン屑リスト
=============================*/
#pnkz {
	padding:8px;
	font-size:1em;
	text-align:right;
}
#pnkz em {	
	font-style:normal;
	}

/*============================
	コンテンツタイトル
=============================*/
#cont_ttl {
	background:url(../../images/61/bgi-conttitle_001.gif) no-repeat left top #d9ae00;
	margin-bottom:31px;
}
#cont_ttlIn {
		background:url(../../images/61/bgi-conttitle_002.gif) no-repeat left bottom;
		font-size:22px;
		line-height:140%;
		font-weight:bold;
		padding:22px 19px 25px 18px;
		}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#form01 table, #map01 table, #profile01 table {
	width:100%;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 30px 0;
}

#form01 th, #map01 th, #profile01 th {	
	width:160px;	
	border:1px solid #636363;
	background-color:#353535;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#fff;
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #636363;
	padding: 0.3em 0.7em 0.3em 0.7em;
}

/*必須項目
-----------------------------------------*/
.validation_span,.warning span{
	padding-left: 2px;
	color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	margin:0 0 15px 0;
	font-size:1em;
	color:#ffffff;
}

/*地図
-----------------------------------------*/
#frame {
	margin:0 0 20px 0;
}
#frame iframe{
	width:525px;
	height:280px;
}


/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}
.warning {
	line-height :150%;
	padding:5px 0 5px 0;
}

.w_mark {
	color: #333333;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}



/* 20120322 */

#side-area{
	width:208px;
	margin: 0 0 16px;
}

#foot-area{
	width:525px;
	margin:0 auto 26px auto;
	padding-bottom:20px;
}

/* スマホ対応 */
#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%;
}

