/*============================
　CSSリセット
=============================*/
* {
	margin: 0px;
	padding: 0px;
	font-family:Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;
}
h1, h2, h3, h4, h5, h6, strong, b {
	font-weight:bold;
}
h1,h2{font-family:Georgia,'HiraMinProN-W3',"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3","Hiragino Mincho Pro","平成明朝","細明朝体","ＭＳ Ｐ明朝","MS P Mincho",serif;}
body {
	font-size: 81%;/*font-sizeリセット*/
}
html>/**/body {
	font-size: 13px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------
		10px	>>	0.77em
		11px	>>	0.83em
		13px	>>	1em
		14px	>>	1.08em
		15px	>>	1.17em
		16px	>>	1.25em
		17px	>>	1.33em
		19px	>>	1.46em
		20px	>>	1.54em
----------------------------------------- */
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
	outline:none;/*for firefox*/
}
/*============================
　共通チップス
=============================*/
body {
	line-height:150%;
}
.clear {
	clear:both;
}
/*clearfix*/
.clearfix:after{
    content:"";
    clear:both;
    display:block;
    height:0;
}
/* End hide from IE-mac */

.hide {
	display:none;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#e83929;
	text-decoration:none;
}
a:hover img.hover {
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}
/*============================
	レイアウト・背景色・基本文字色
=============================	*/
body {
	background :url(../../images/85/bgi-container_001.jpg ) left bottom;
	color:#333333; /*このテンプレの基本色*/
	text-align:center;
}
#container{
	background :url(../../images/85/bgi-wrap_001.jpg ) left top repeat-x;
	margin:0 auto;
	text-align:left;
}
#wrap{
	background :url(../../images/85/bgi-contents_001.jpg ) center top no-repeat;
}
#content{
	width:960px;
	margin:0 auto;
}
#sidebar{
	width:251px;
	float:left;
}
#main{
	width:685px;
	float:right;
}
/*============================
	ヘッダー※site_title,site_discriptionは#sidebarに内包されてます
=============================*/
#header {
	position:relative;
	padding-top:4px;
	height:76px;
	width:960px;
	margin:0 auto;
}

/*　ヘッドメニュー */
#head_nav{
	position:absolute;
	top:18px;
	right:0;
}
#head_nav ul{
	list-style:none;
}
#head_nav ul li{
	float:left;
}
#head_nav ul li a:hover img{
	filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
/*============================
	フッター
=============================*/

#footer {
	background:url(../../images/85/bgi-footer_001.jpg) left top;
}
#footer #footerIn{
width:960px;
margin:0 auto;	
}
#footer ul{
list-style:none;	
padding:15px 0;
margin-bottom:15px;
}
#footer ul li{
float:left;
}
#footer ul li:after{
content:"｜";
color:#aaa;
}
#footer ul li a{
font-size:0.84em;		
color:#aaa;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	}
#footer .foot_about{
color:#aaa;	
}
#footer .foot_about a{
font-size:0.84em;	
color:#aaa;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	
}
/*　コピーライト */
address{
	padding:18px 0 12px 0;
	clear:both;
	text-align:center;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
    font-size:0.92em;
	font-style:normal;
	color:#7f7f7f;
}
/*============================
	ページトップ
=============================*/
#pagetop {
	width:100%;
	height:93px;
	background :url(../../images/85/bgi-footer_002.jpg ) left bottom repeat-x;
}
#pagetop .pagetopIn{
     width:920px;
	 height:25px;
	 padding-top:68px;
	 margin:0 auto;
	 text-align:right;	
}
/*============================
	サイドバー
=============================*/
#sidebar{
	margin-top:-76px;
}

/*　site_title,site_discription
-----------------------------------------*/
.header_left{
	position:relative;
	padding:20px 0 18px 0;
	width:251px;
	margin-bottom:34px;
	border-bottom:1px solid #e83929;
	background :url(../../images/85/bgi-hgroup_001.jpg ) left top repeat-y;
}
.header_left:after{
	position:absolute;
	bottom:-17px;
	display:block;
	height:17px;
	background :url(../../images/85/bgi-hgroup_002.png ) left bottom no-repeat;
	content:url(../../images/85/bgi-hgroup_002.png );
}
#site_title{
	padding:0 24px;
}
#site_title h1{
	font-size:1.54em;
	padding:0 6px 12px 10px;
	line-height:130%;
	background :url(../../images/85/lin-two_line_001.gif ) left bottom repeat-x;
}
#site_title h1 img{
	max-width:187px;
	width:auto!important;
	width:187px;
}
#site_title a {
	color:#e83929;
	text-decoration:none;
}
#site_title a:hover {
}
#site_title img {
}
#site_title a:hover img {
}
#site_discription {
	padding:10px 24px 0 24px;
}
#site_discription h2{
	font-size:1em;
	padding:0 6px 0 10px;
	font-weight:normal;
}



/*　グローバルナビ
-----------------------------------------*/
#global_nav{
	margin-bottom:34px;
}
#global_nav dl dt{/* 親メニュー */
padding:10px 0;
border-bottom:1px dashed #999;
}
#global_nav dl dd:{/* 子メニュー */
}
#global_nav dl dt a{
display:block;	
font-size:1.08em;
padding-left:23px;
background :url(../../images/85/ico-arrow_001.gif ) left top no-repeat;	
}
#global_nav dl dd a{
font-size:1em;
display:block;	
padding:10px 0 0 21px	
}
/*　ブログ
-----------------------------------------*/
#blog{
	margin-bottom:34px;
}
#blog dl dt{/* 日付 */
padding:10px 0 0 23px;
color:#777;
font-size:0.84em;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}
#blog dl dd{/* ブログタイトル */
padding:0 0 10px 0;
border-bottom:1px dashed #999;	
}
#blog dl dd a{
display:block;		
font-size:1.08em;
padding-left:23px;
background :url(../../images/85/ico-arrow_001.gif ) left top no-repeat;		
}
#blog .blog_link{
	display:block;
	margin-top:12px;
	text-align:center;
}
#blog a:hover img {
filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;	
}
/*　プロフィール
-----------------------------------------*/
#about{
	margin-bottom:34px;
}
#about ul{
list-style:none;	
}
#about ul li{
padding:10px 0;
border-bottom:1px dashed #999;	
}
#about ul li a{
font-size:1.08em;
padding-left:23px;
background :url(../../images/85/ico-arrow_001.gif ) left top no-repeat;		
}
/*　QRコード
-----------------------------------------*/
#qrcode{
margin-bottom:34px;	
text-align:center;	
}
#qrcode .qrcodeIn{
	width:200px;
	margin:16px auto 0 auto;
	padding:0 12px 18px 12px;
	background-color:#fff;
}
#qrcode p{
font-size:0.92em;	
text-align:left;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	
}
#qrcode img{
}
/*============================
	メイン
=============================*/
#lead_area{/* リードエリア */
position:relative;
background-color:#ffffff;
margin-bottom:36px;
border:1px solid #FFF;
}
#lead_area:after{
display:block;
content:url(../../images/85/bgi-lead_area_001.png );
}
/*　メイン写真
------------------------------------------------*/
#cover{
	padding:20px 0 30px 20px;
	width:365px;
	/*float:left;*/
}
#cover img{
}
/*　トピックス 
------------------------------------------------*/
#topics{
	padding:20px 20px 30px 0;
	width:260px;
	position:absolute;
	right:0;
	top:0;
	/*float:right;*/
}
#topics p{
padding:0 0 12px 8px;	
background :url(../../images/85/lin-two_line_001.gif ) left bottom repeat-x;
}
#topics dl{
margin-top:15px;
padding-left:8px;
padding-right:8px;
max-height:200px;
overflow:auto;
	
}
#topics dl dt{/* 日付 */
font-size:0.84em;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}
#topics dl dd{/* トピックス本文 */
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}
#topics dl dd a{
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
	
}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
.no-img{
}
.no-img #cover{
	display:none;
}
.no-img #topics{
position:static!important;	
float:none!important;
width:auto!important;
padding-left:20px;	
}
/*　お問い合わせ
-----------------------------------------*/
#inquiry {
	text-align:center;
	margin-bottom:36px;
}
#inquiry a:hover{
	filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
/*============================
	記事ボックス
=============================*/
.article_box{
	margin-bottom:48px;
}
.article_box .article_title{
padding:0 0 10px 12px;
margin-bottom:18px;	
background :url(../../images/85/lin-two_line_001.gif ) left bottom repeat-x;	
}
.article_box .article_title h2{
font-size:1.54em;
line-height:130%;	
padding:6px 0 6px 50px;	
background :url(../../images/85/ico-article_001.gif ) left top no-repeat;	
}
.article_box .entry{
	width:637px;
	margin:0 auto;
	line-height:150%;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
	line-height:150%;
}
/* 記事画像あり */
.article_box .figure_box{
	padding-left:24px;
	margin-top:30px;
}
.article_box .article_figure{
	width:200px;
	float:left;
	padding-right:20px;
}
.article_box .article_figure img{
}
.article_box .article_figure a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
.article_box .article_figure span{
	font-size:0.84em;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
    color:#777777;

}
/* 記事画像なし */
/*============================
	下層ページ共通
=============================*/
/*ページタイトル*/
#page_title{
text-align:right;	
padding:24px 24px 18px 24px;
border-top:1px solid #e83929;	
border-bottom:1px solid #e83929;	
background :url(../../images/85/bgi-page_title_001.png ) left top repeat-y;
margin-bottom:10px;
}
#page_title h2{
color:#e83929;
font-size:1.69em;
}
/*パン屑リスト*/
#pnkz {
padding:0 0 10px 10px;	
}
#pnkz p span{
}
/*============================
	フリーエリア
=============================*/
#side-area{
	width:250px;
}
#foot-area{
	width:637px;
	margin:0 auto;
}

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map01 {
	width:685px;
	margin:0 auto;
}
#map01 iframe{
	width: 685px;
	height: 514px;
	margin-bottom:24px;
}
#form01 {
	padding-bottom:60px;
}

#form01 table, #map01 table, #profile01 table {
	width:637px;
	text-align:left;
	border-collapse: collapse;
	margin:0 auto 30px auto;
}

#form01 th, #map01 th, #profile01 th {	
	width:160px;	
	border:1px solid #999;
	background-color:#e5e1dd;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	padding: 0.5em;
	vertical-align:middle;
	
}
#form01 td, #map01 td, #profile01 td {
	line-height:150%;
	border:1px solid #999;
	padding: 0.6em 0.7em 0.6em 0.7em;
}
.ptb {
	padding:.6em 0;
}

#contact_submit td {
	padding: 1.2em 0;
	text-align:center;
	border:none;
}
/*必須項目
-----------------------------------------*/
.warning span{
	padding-left:24px;
	color:#d00276;
}
.validation_span{
	color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	padding-left:24px;
	margin:8px 0 8px 0;
	font-size:1em;
	font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.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;
}

input,textarea {
	color:#333;
	padding:.3em .2em;
}
input:focus,textarea:focus {
	background:#FEF9E2;
	border-style:solid;
	border-color:#cecece;
	outline:none;
}

/* スマホ対応 */
#lead_area #cover img {
  width: 365px;
}
#site_image img {
  width: 365px;
}
.site_image img{
  width: 365px;
}
#topimges 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%;
}

/* スライド
-----------------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:685px;
	padding:10px 0 0;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:285px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:285px !important;
	width:685px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:685px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ff9999;
	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: #ff3333;
	opacity:1;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:30px;
	height:30px;
	top:125px;
	cursor:pointer;
	border-radius:50%;
}
.bx-wrapper .bx-prev {
	background:url(../../images/85/btn-slider_001.png) 10px center no-repeat #e83929;
	left:-18px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#ff3333;
	opacity:0.8;
}
.bx-wrapper .bx-next {
	background:url(../../images/85/btn-slider_002.png) 12px center no-repeat #e83929;
	right:-18px;
}
.bx-wrapper .bx-next:hover {
	background-color:#ff3333;
	opacity:0.8;
}
/* 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;
}


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

