/*CSSリセット

------------------------------*/

* { 
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:2px;
}

strong {

	font-weight: bold;
}

body {

	font-size: 75%;

	background-color:#ffffff;

}

html>/**/body {

  font-size: 12px; /* Except IE */

}

/*2009-12-1 追加
------------------------------*/

body {

	color:#525050; /*このテンプレの基本色*/

}

h1,h2,h3,h4,h5,h6,strong,b {

	font-weight:bold;

}


/*共通チップス

------------------------------*/

.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 */

img {
	border:0px;
	margin: 0px;
	padding: 0px;
}
.hide {
	display:none;
}

.left {
	float:left;
}

.right {
	float:right;
}

li {
	list-style:none;
}

a {
	text-decoration:underline;
	color:#525050;
}

a:hover {
	text-decoration:none;
	color:#fb99b2;

}

/*全体wrapper

------------------------------*/

#wrapper {
	margin: 0 auto 0 auto;
	width:800px;
}


#header {
	width:760px;
	margin:0 auto;
	padding-top:40px;
}


/*site_title
------------------------------*/

#site_title {
	padding:0px 0 0px 0;
	width:460px;
}

#site_title a {
	line-height:130%;
	font-size:24px;
	color:#525050;
	text-decoration:none;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#site_title a:hover {
	text-decoration:none;
}

#head-link {
	text-align:right;
	padding-bottom:6px;
	width:600px;
	float:right;
}

#head-link a {
	color:#333;
	text-decoration:none;
	background:url(../../images/47/ico_01.jpg) 12px 1px no-repeat;
	padding-left:25px;
}

#head-link a:hover {
	color:#fb99b2;
	background:url(../../images/47/ico_02.jpg) 12px 1px no-repeat;
}


#site_description {
	line-height:180%;
	color:#525050;
	width:760px;
	margin:0 auto;
	padding-bottom:20px;
}


/*topics　画像あり
------------------------------*/

#topicsArea {
	width:760px;
	margin:0 auto;
	padding:20px 0 25px 0;
}

#site_image {
	width:365px;
	float:left;
}


#topics {
	width:360px;
	float:right;
}


#topics_ta {
	max-height:185px;
	overflow:auto;
	margin-top:15px;
}

#topics_ta table {
	border-collapse:collapse;
	width:100%;
}

#topics_ta tr {
	background:url(../../images/47/lin_02.jpg) 0 bottom no-repeat;
}

.topics_date {
	padding:10px 0 10px 15px;
	font-size:1em;
	color:#fb99b2;
	line-height:150%;
	width:55px;
	vertical-align:top;
}

.topics_entry {
	padding:10px 10px 10px 10px;
	font-size:1em;
	line-height:150%;
	width:248px;
	vertical-align:top;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


/*topics　画像なし
------------------------------*/

#topics2 {
	width:100%;
	margin-bottom:10px;
	overflow: hidden;
}
#topics2.slide {
	margin-bottom:30px;
}

#topics_ta2 {
    max-height:150px;
	overflow:auto;
	margin-top:15px;
}

#topics_ta2 table {
	border-collapse:collapse;
	width:100%;
}

#topics_ta2 tr {
	background:url(../../images/47/lin_05.jpg) 0 bottom no-repeat;
}

.topics_date2 {
	padding:10px 0 10px 15px;
	font-size:1em;
	color:#fb99b2;
	line-height:150%;
	width:85px;
	vertical-align:top;
}

.topics_entry2 {
	padding:10px 10px 10px 20px;
	font-size:1em;
	line-height:150%;
	width:594px;
	vertical-align:top;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:760px;
	padding:0 0 1px;
	margin-top: 0px;
	margin-bottom: -20px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:317px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:317px !important;
	width:760px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:760px;
	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: #ffd8e6;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffd8e6;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:138px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/47/btn-slider_001.png) 16px center no-repeat #fdeaf0;
left:-42px;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/47/btn-slider_002.png) 16px center no-repeat #fdeaf0;
right:-42px;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*main
------------------------------*/

#main {
	width:800px;
	margin:0 auto;
	padding-top:25px;
	padding-bottom:30px;
}

#mainL {
	width:180px;
}

#mainR {
	width:575px;
}

/*コンテンツタイトル
------------------------------*/

#cont-ttl {
	width:760px;
	margin:0 auto;
	padding:10px 0 10px 0;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}




/*パン屑リスト
------------------------------*/
#pnkz {
	color:#fb99b2;
	padding-top:10px;
}

#pnkz a {
	color:#525050;
	text-decoration:none;
}

#pnkz a:hover {
	text-decoration:none;
	color:#fb99b2;
	
}

/*メニューエリア
------------------------------*/

/*メニューA
------------------------------*/

#menuA {
	padding-bottom:20px;
}

#menuA h4 {
	padding-bottom:2px;
}

#menuA dt {
}

#menuA dt,#menuA dd {
	background:url(../../images/47/lin_04.jpg) 0 bottom no-repeat;
	padding-bottom:10px;
	padding-top:8px;
}

#menuA dt a {
	background:url(../../images/47/ico_01.jpg) 7px 3px no-repeat;
	display:block;
	width:150px;
	color:#525050;
	padding:0 10px 0 20px; 
	text-decoration:none;
	line-height:130%;
	font-size:12px;
}

#menuA dt a:hover {
	background:url(../../images/47/ico_02.jpg) 7px 3px no-repeat;
	color:#fb99b2;
	text-decoration:none;
}

#menuA dd {
}

#menuA dd a {
	line-height:130%;
	display:block;
	width:155px;
	padding:0px 0 0px 25px;
	text-decoration:none;
	color:#525050;
	background:url(../../images/47/ico_01.jpg) 12px 3px no-repeat;
}

#menuA dd a:hover {
	background:url(../../images/47/ico_02.jpg) 12px 3px no-repeat;
	color:#fb99b2;
	text-decoration:none;
}

/*メニューB プロフィール
------------------------------*/

#menuB {
}

#menuB_title {
	background:url(../../images/47/bg_01.jpg) 0 0 repeat;
	padding:8px 8px 8px 6px;
	line-height:130%;
	font-weight:bold;
	font-size:12px;
}

#menuB ul {
	background-color:#ffffff;
	padding:10px 9px 14px 11px;
}

#menuB ul li {
	padding-bottom:12px;
}

#menuB ul li a {
	text-decoration:none;
	padding:0px 0 0px 13px;
	background:url(../../images/47/ico_01.jpg) 0px 1px no-repeat;
	color:#525050;
	display:block;
}

#menuB ul li a:hover {
	text-decoration:none;
	background:url(../../images/47/ico_02.jpg) 0px 1px no-repeat;
	color:#fb99b2;
}

	
/*メニュー ブログエリア
------------------------------*/

#blogBox {
    background:url(../../images/47/bg-cloth_02.jpg) repeat;
	margin-bottom:9px;
}

#blog_ttl {
}
	
#blog {
	padding:8px 12px 1px 12px;
}


#blog ul li {
	padding-bottom:8px;
	line-height:130%;
	color:#666;
	font-size:11px;
}

#blog ul li a {
	color:#525050;
	text-decoration:none;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	letter-spacing:0;
}

#blog ul li a:hover {
	color:#fb99b2;
	text-decoration:none;
}

/*メニュー QRコード
------------------------------*/
	
#QRbox {
}

#QRbox h4 {
	font-weight:bold;
	text-align:center;
	margin-bottom:8px;
	font-size:1em;
	color:#4b1112;	
}

.QR_code {
	text-align:center;
	padding:0px 0 9px 0;
}

.QR_description {
	font-size:11px;
	line-height:130%;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	letter-spacing:0;
	width:160px;
	margin:0 auto;
}




/*記事ボックス　画像あり
------------------------------*/

.box {
	padding-bottom:35px;
}

.box_title {
	background:url(../../images/47/lin_03.jpg) top no-repeat;
	width:100%;
	padding-top:11px;
	margin-bottom:12px;
}

.box h3 {
	background:url(../../images/47/lin_03.jpg) bottom no-repeat;
	padding-bottom:12px;
}

.box h3 span {
	font-size:12px;
	font-weight:bold;
	background:url(../../images/47/ico_03.jpg) 7px 0 no-repeat;
	padding:5px 20px 5px 25px;
	display:block;
}

.boxIn {
	width:555px;
	margin:0 auto;
}

.box_entry1 {
	width:335px;
	float:left;
	line-height:150%;
	font-size:12px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.box_entry2 {
	width:555px;
	margin:0 auto;
	line-height:150%;
	font-size:12px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.box_image {
	width:200px;
	float:right;
}

.box_image span {
	font-size:0.9em;
	color:#666;
	padding-top:5px;
	line-height:150%;
	display:block;
}

#inquiry {
	text-align:center;
	padding-top:15px;
	padding-bottom:20px;
}

#pagetop {
	float:right;
	padding:0 7px 4px 0;
}

#pagetop a {
	background:url(../../images/47/ico_04.jpg) 0 0 no-repeat;
	padding:0 0 0 18px;
	text-decoration:none;
}

#pagetop a:hover {
	background:url(../../images/47/ico_05.jpg) 0 0 no-repeat;
	text-decoration:none;
}
	

#foot {
}


#copyright {
	text-align:center;
	padding:20px 0 20px 0;
}

/*--
お問い合わせフォーム、プロフィール、地図
----------------------------------------------*/
#form01 table, #map01 table, #profile01 table {
	table-layout:fixed;
	width:580px;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 30px 0;
}

#form01 th, #map01 th, #profile01 th {	
	width:160px;	
	border:1px solid #cccccc;
	background:url(../../images/47/bg_01.jpg) 0 0 repeat;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.3em;
	color:#525050;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #cccccc;
	padding: 0.3em 0.7em 0.3em 0.7em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/*-- 地図
-----------------------------------*/
#frame {
	margin:0 0 20px 0;
}

#map01 #frame iframe{
	width:580px;
	height:290px;
}

/*-- プロフィール
-----------------------------------*/
#lead_s{
	line-height:150%;
	margin:0 0 17px 0;
	font-size:1em;
}

/*-- エラーメッセージエリア
-----------------------------------*/
.validation-advice {
	margin-top: 3px;
	padding-left: 11px;
	color: #cc0000;
}

.warning {
	line-height :150%;
}

.w_mark {
	color: #333333;
}

.validation_span,.warning span{
	padding-left: 2px;
	color:#C90;
}

.thaks {
	line-height: 150%;
	padding :0 16px 40px 0;
}


#form-host-submit {
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}


/* 20120322 */

#side-area{
   margin:26px 0 0;
}

#foot-area{
   margin:36px 0 36px;
}

/* スマホ対応 */
#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%;
}

