/*-- CSSリセット
------------------------------*/

* { 

	margin: 0px;

	padding: 0px;

	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}

strong {

	font-weight: bold;
}

body {

	font-size: 75%;

}

html>/**/body {

  font-size: 12px; /* Except IE */

}

/*2009-12-1 追加

------------------------------*/

body {

	color: #333333; /*このテンプレの基本色*/

}

h1,h2,h3,h4,h5,h6,strong,b {

	font-weight:bold;

}


ul, dl {

	margin-left:40px;

}



/*-- 共通チップス

------------------------------*/

.clear {

	clear:both;

}

img {

	border:0px;

}

a {

	text-decoration:underline;

	color:#FF3399;

}

a:hover {

	color:#FF3300;

	text-decoration:none;

}





/*-- レイアウト関連

------------------------------*/

body {

	text-align:center;

}

#wrap01 {

	margin:0 auto 0 auto;



}





/*-- ヘッダ

------------------------------*/

#head {

	background-image:url(../../images/14/bgi-head_001.jpg);

	background-repeat:repeat-x;

	background-position:left top;

	height:42px;

	overflow:hidden;

}

#headIn {

	width:800px;

	text-align:left;

	margin:0 auto 0 auto;

	padding:7px 0 0 0;

}



#headBtn {

	text-align:right;

}





/*-- リード

------------------------------*/

#lead1 { /*トップページ画像あり*/

	clear:both;

	background-image:url(../../images/14/bgi-index_lead_001.jpg);

	background-repeat:repeat-x;

	background-position:left top;

	padding:10px 0 1px 0;

	background-color:#E4E5E4;

}

#lead2 { /*トップページ画像なし*/

	clear:both;

	background-image:url(../../images/14/bgi-index_lead_001.jpg);

	background-repeat:repeat-x;

	background-position:left top;

	padding:10px 0 0 0;

	background-color:#E4E5E4;

}

#lead3 { /*下層ページ*/

	clear:both;

	background-image:url(../../images/14/bgi-cont_lead_001.jpg);

	background-repeat:repeat-x;

	background-position:left top;

	padding:10px 0 0 0;

	background-color:#E4E5E4;

}



#leadIn1 { /*トップページ画像あり*/

	margin:0 auto 0 auto;

	width:800px;

	text-align:left;

	background-image:url(../../images/14/bgi-index_lead_002.jpg);

	background-repeat:no-repeat;

	background-position:left top;

}

#leadIn2 { /*トップページ画像なし*/

	margin:0 auto 0 auto;

	width:800px;

	text-align:left;

	background-image:url(../../images/14/bgi-index_lead_002.jpg);

	background-repeat:no-repeat;

	background-position:center top;

}

#leadIn3 { /*下層ページ*/

	margin:0 auto 0 auto;

	width:800px;

	text-align:left;

	background-image:url(../../images/14/bgi-cont_lead_002.jpg);

	background-repeat:no-repeat;

	background-position:left top;

}



#leadInL {

	float:left;

	width:435px;

}

#leadInR {

	float:right;

	width:365px;

	padding:1px 0 0 0;

}



#site_title { /*トップページ画像あり*/

	padding:80px 10px 8px 0;

	text-align:left;

}

#site_title2 { /*トップページ画像なし*/

	padding:30px 10px 8px 0;

	text-align:left;

}

#site_title3 { /*下層ページ*/

	padding:22px 10px 20px 0;

	text-align:left;

}



#site_title a, #site_title2 a, #site_title3 a {

	font-size:1.8em;

	font-weight:bold;

	text-decoration:none;

	color:#FF3366;

}



#site_description {/*トップページ画像あり*/

	font-size:1em;

	line-height:150%;

	padding:0 10px 0 0;

}

#site_description2 { /*トップページ画像なし*/

	font-size:1em;

	line-height:150%;

	padding:0 0 25px 0;

}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:800px;
	padding:0px 0 1px;
	margin-top: 20px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:333px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:333px !important;
	width:800px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:800px;
	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: #fba3a6;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fba3a6;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:36px;
	height:36px;
	margin:0;
	top:143px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/14/btn-slider_001.png) 12px center no-repeat,
	-moz-linear-gradient(
	top,
	#fed2d7 0%,
	#fba3a6);
	background:url(../../images/14/btn-slider_001.png) 12px center no-repeat,
	-webkit-gradient(linear, left top, left bottom,
	from(#fed2d7),
	to(#fba3a6));
	left:-25px;
	border: 1px solid #fba3a6;
	-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/14/btn-slider_002.png) 16px center no-repeat,
	-moz-linear-gradient(
	top,
	#fed2d7 0%,
	#fba3a6);
	background:url(../../images/14/btn-slider_002.png) 16px center no-repeat,
	-webkit-gradient(
	linear, left top, left bottom,
	from(#fed2d7),
	to(#fba3a6));
	right:-25px;
	border: 1px solid #fba3a6;
	border-left: none!important;
	-moz-border-radius: 21px ;
	-webkit-border-radius: 21px ;
	border-radius: 21px ;
}
.bx-wrapper .bx-next:hover {
	opacity:0.7;
}

/*-- メインエリア

------------------------------*/

#main {

	background-image:url(../../images/14/bgi-main_001.jpg);

	background-repeat:repeat-x;

	background-position:left top;

	padding:16px 0 0 0;

}

#mainIn {

	margin:0 auto 0 auto;

	width:800px;

	text-align:left;

}



#mainL {

	float:left;

	width:220px;

	background-image:url(../../images/14/bgi-navi_001.jpg);

	background-repeat:no-repeat;

	background-position:bottom;

	padding:0 0 106px 0;

	background-color:#FBEAEA;

}

#mainR { /*トップページ*/

	float:right;

	width:559px;

	padding:20px 0 0 0;

}

#mainR2 { /*下層ページ*/

	float:right;

	width:559px;

}





/*-- パン屑

------------------------------*/

#pnkz {

	background-image:url(../../images/14/ico-home_001.jpg);

	background-repeat:no-repeat;

	background-position:left;

	padding:13px 0 13px 16px;

}





/*-- ナビゲーション

------------------------------*/

#naviA {

	background-color:#FBEAEA;

	padding:10px 0 0 10px;
	
	margin:0;

}

#naviA dt {

	width:200px;

	padding:10px 0 1px 0;

}

#naviA dt a {

	width:198px;

	display:block;

	background-image:url(../../images/14/nvi-main_001_off.jpg);

	background-repeat:no-repeat;

	background-position:top;

	color:#FFFFFF;

	border:1px solid #FD9B9B;

	background-color:#FD9697;

}

#naviA dt a:hover {

	display:block;

	background-image:url(../../images/14/nvi-main_001_on.jpg);

	background-repeat:no-repeat;

	background-position:top;

	color:#FFFFFF;

	border:1px solid #D72D2F;

	background-color:#FF5E5F;

}

#naviA dt a span {

	display:block;

	color:#FFFFFF;

	font-size:1.3em;

	font-weight:bold;

	padding:11px 12px 10px 27px;

}

#naviA dt a:hover span {

	display:block;

}

/*-- サブ --*/

#naviA dd {

	width:200px;

}

#naviA dd a {

	width:198px;

	display:block;

	color:#FF3399;

	display:block;

	background-image:url(../../images/14/nvi-sub_001.jpg);

	background-repeat:no-repeat;

	background-position:top;

	border:1px solid #D0CCCB;

	background-color:#fffffe;

}

#naviA dd a span {

	display:block;

	color:#FF3399;

	font-size:1em;

	padding:12px 12px 11px 27px;

}

#naviA dd a:hover span {

	display:block;

	color:#FF3300

}



#naviB {

	width:198px;

	margin:10px;

	background-color:#F8B6D6;

	background-image:url(../../images/14/bgi-navib_001.jpg);

	background-position:top;

	border:1px #FCC7C6 solid;

}

#naviBIn{

	padding:8px 9px 6px 9px;

}

#naviB_title {

	margin-bottom:6px;

	color:#330033;

	font-size:1.2em;

}

#naviBIn2 {

	background-color:#fff;

	border:1px #FD9CA2 solid;

	padding:8px;

}

#naviB ul {

	margin:0 0 0 16px;

}

#naviB ul li {

	margin-bottom:4px;

	font-size:1em;

	line-height:130%;

}



#naviImg {

}

/*-- ブログ

------------------------------*/

#blog_box {

	width:198px;

	margin:20px 10px 10px 10px;

	background-color:#F8B6D6;

	background-image:url(../../images/14/bgi-navib_001.jpg);

	background-position:top;

	border:1px #FCC7C6 solid;

}

#blog_boxIn {

	padding:0 9px 6px 9px;

}

#blog_info {

	width:100px;

	color:#330033;

	font-size:1.2em;

	float:left;

	padding:8px 0 6px 0;

	line-height:120%;

}

#blog_btn {

	width:78px;

	float:right;

	padding:7px 0 3px 0; 

}

#blog {

	background-color:#fff;

	border:1px #FD9CA2 solid;

	padding:8px 3px 8px 8px;

}

#blog ul {

	padding-left:16px;
	
	margin:0;

}

#blog ul li {

	margin-bottom:4px;

	font-size:1em;

	line-height:130%;

}





/*-- 最新情報

------------------------------*/

#topics {

	margin-bottom:20px;

}

#topics_title {

	background-image:url(../../images/14/bgi-topics_001.jpg);

	background-repeat:no-repeat;

	background-position:top;

	background-color:#FFFDFD;

	border:1px solid #FFCCCC;

}

#topics_title h3 {

	color:#FF3366;

	padding:6px 7px;

	font-size:1.4em;

	font-weight:bold;

}



#topics_ta {

	padding:10px 10px 0 16px;

	background-image:url(../../images/14/bgi-topics_002.jpg);

	background-repeat:repeat-x;

	background-position:left top;

	border-right:1px solid #FFCCCC;

	border-bottom:1px solid #FFCCCC;

	border-left:1px solid #FFCCCC;

	background-color:#EEEDED;

	max-height:80px;

	overflow:auto;

}

.topics_date {

	padding:0 20px 8px 0;

	vertical-align:top;

}

.topics_entry {

	padding:0 0 8px 0;

	vertical-align:top;



}





/*-- 記事ボックス

------------------------------*/

.box {

	margin:0 0 20px 0;

}

.boxIn {

	background-image:url(../../images/14/bgi-box_002.jpg);

	background-repeat:repeat-y;

	background-position:left top;

	border-bottom:1px solid #cccccc;

}



.box_title {

	background-image:url(../../images/14/bgi-box_001.jpg);

	background-repeat:no-repeat;

	background-position:left top;

	border-bottom:1px solid #cccccc;

	padding:6px;



}

.box_title h3 {

	font-size:1.4em;

	color:#666666;

	font-weight:bold;

	padding:4px 0 2px 12px;

	background-image:url(../../images/14/ico-box_001.jpg);

	background-repeat:repeat-y;

	background-position:left;

}

.box_entry1 { /*画像あり*/

	width:322px;

	float:left;

	font-size:1em;

	color:#666666;

	line-height:150%;

	padding:12px 0 12px 12px;

}

.box_entry2 { /*画像なし*/

	line-height:150%;

	font-size:1em;

	color:#666666;

	padding:12px;

}

.box_image {

	width:200px;

	float:right;

	padding:12px 12px 12px 0;

}

.box_image div {

	margin-bottom:10px;

}

.box_image div span {

	display:block;

	font-size:0.85em;

	color:#666666;

	margin:4px 0 0 0;

}







/*-- コンテンツタイトル

------------------------------*/

#cont_title {

	background-image:url(../../images/14/bgi-cont_ttl_001.jpg);

	background-repeat:no-repeat;

	height:59px;



	border:1px solid #cccccc;

	background-color:#F8DAE2;

	margin-bottom:19px;

}

#cont_title h3 {

	font-size:1.6em;

	color:#FF3366;

	font-weight:bold;

	padding:18px 0 0 11px;

}





/*-- お問い合わせボタン

------------------------------*/

#inquiry {

	text-align:center;

	margin:25px 0 0 0;

}





/*-- ページトップ

------------------------------*/

#pagetop {

	margin:50px 0 45px 0;

	text-align:right;

}

#pagetop div a {

	background-image:url(../../images/14/ico-pagetop_001.jpg);

	background-repeat:no-repeat;

	background-position:left top;

	font-size:0.9em;

	color:#666666;

	font-weight:bold;

	padding:3px 0 5px 18px;

}





/*-- フッタ

------------------------------*/

#foot {

	height:108px;

	background-image:url(../../images/14/bgi-foot_001.jpg);

	background-repeat:repeat-x;

}



#copyright {

	font-size:10px;

	padding:40px 100px 0 100px;

	color:#FFFFFF;

}







/*-- 下層リード文

-----------------------------------*/

#lead_s {

	padding:0 0 13px 0;

	line-height :150%;

}



#form {

	table-layout: fixed;

	width:557px;

	text-align:left;

	border-collapse: collapse;

	border-right:1px solid #ccc;

	border-bottom:1px solid #ccc;

	margin:0 0 20px 0;

	background-color:#FFFFFF;

}



#form th {

	width:130px;

	border-top:1px solid #ccc;

	border-left:1px solid #ccc;

	background-color:#FB9797;

	font-size: 1em;

	font-weight: normal;

	text-align: center;

	padding: 0.3em;

	color:#FFFFFF

}



#form td {

	line-height:150%;

	border-top:1px solid #ccc;

	border-left:1px solid #ccc;

	padding: 0.3em 0.7em 0.3em 0.7em ;

}



/*-- 地図 

-----------------------------------*/

#frame {

	margin:0 0 20px 0;

}

#frame iframe{
	width:557px;
	height:290px;
}

/*-- エラーメッセージエリア

-----------------------------------*/

.validation-advice {

	margin-top: 3px;

	padding-left: 11px;

	color: #cc0000;

}



.warning {

	line-height :150%;

}



.w_mark {

	color: #333333;

}



.validation_span {

	padding-left: 2px;

	color: #fff;

}



.thaks {

	line-height: 150%;

	padding :0 16px 40px 0;

}


/*20100609add endo*/

#QRbox {
	margin:20px 10px 10px 10px;
	width:180px;
	background-image:url(../../images/14/bgi-navib_001.jpg);
	border:1px #FCC7C6 solid;
	padding:8px 9px 6px 9px;
}

#QRbox h4 {
	margin-bottom:6px;
	color:#330033;
	font-size:1.2em;
	font-weight:normal;
}

.QR_code {
	text-align:center;
}

#QRin {
	background-color:#fff;
	border:1px #FD9CA2 solid;
}

.QR_description {
	padding:0 10px 10px 10px;
	color:#FF3399;
}



/* 20120322 */
#side-area{
   width:200px;
   margin:0 0 0 12px;
}

#foot-area{
   margin:16px 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%;
}

