/*============================
　CSSリセット
=============================*/
* {
margin: 0px;
padding: 0px;
font-family:"Lucida Grande","Lucida Sans Unicode","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;

}
h1, h2, h3, h4, h5, h6, strong, b {
font-weight:bold;
}
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;
}
.hide {
display:none;
}
a {
color:#333;
text-decoration:underline;
}
a:hover {
color:#f97743;
text-decoration:none;
}
/*============================
レイアウト・背景色・基本文字色
=============================	*/
body {
background-color:#f6f7f0;
color:#494949; /*このテンプレの基本色*/
text-align:center;
}

#container{
width:100%;
text-align:left;
}
#content{
width:960px;
margin:0 auto;
position:relative;
}
#sidebar{
width:190px;
float:right;
}
#main{
width:730px;
float:left;
}
/*============================
ヘッダー
=============================*/
#header {
width: 100%;
background:#f97743;
margin-bottom:40px;
}
#header-inner { margin:0 auto; width:960px; position:relative; padding:22px 0 30px;}

/*　ヘッドメニュー */
#head_nav{
position:absolute;
top:0;
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 {
width:100%;
min-height:221px;
height:auto!important;
height:221px;
border-top:#454545 dotted 1px;
margin-top:60px;

}
#footer #footer-outer {
	border-bottom:#454545 dotted 1px;
}
#footer #footerIn{
width:961px;
margin:0 auto;
position:relative;
background:url(../../images/101/bgi-foot_link_001.gif) repeat-y; 
padding-top:40px;
padding-bottom:20px;
}
#footerIn #foot-title { width:200px; float:left; padding-left:10px; padding-right:21px;}
#footerIn #foot-title a { font-size:20px; font-weight:bold; text-decoration:none;}
#footerIn #foot-link { width:730px; float:right;}
#footer ul{
list-style:none;	
padding:0px 0 5px 20px;
margin-bottom:10px;
}
#footer ul li{
float:left;
background:url(../../images/101/bgi-footer_inner_001.gif) no-repeat; padding-left:22px;
margin-bottom:5px;
}
#footer ul li a{
font-size:0.84em;		
color:#333;
padding-right:22px;
}
#footer ul li:last-child a { background:url(../../images/101/bgi-footer_inner_001.gif) no-repeat right center;}
#footer .foot_about{
color:#333;	
}
#footer .foot_about { padding-left:20px;}
#footer .foot_about span { background:url(../../images/101/bgi-footer_inner_001.gif) no-repeat; padding-left:22px;}
#footer .foot_about a{
font-size:0.84em;	
color:#333;
padding-right:22px;
}
#footer .foot_about span.last a { background:url(../../images/101/bgi-footer_inner_001.gif) no-repeat right center;}
/*　コピーライト */
address{
padding:18px 0 12px 0;
clear:both;
text-align:center;
font-size:0.92em;
font-style:normal;
color:#7f7f7f;
}
/*============================
ページトップ
=============================*/
#pagetop {
width:60px;
height:60px;
position:absolute;
top:-30px;
left:840px;
}
#pagetop a { display:block; width:100%; height:0; padding-top:60px; overflow:hidden; _zoom:1; background:url(../../images/101/btn-page_top_001.gif) no-repeat 0 0;}
#pagetop a:hover { background-position:0 -70px;}
/*============================
サイドバー
=============================*/
#sidebar{
/*margin-top:-76px;*/
}

/*　sidebar 共通
-----------------------------------------*/
.header_left , #global_nav , #blog, #about, #qrcode {

}
.header_left , .qrcodeIn {
padding:0 15px 0 15px;	
}

/*　site_title,site_discription
-----------------------------------------*/

#site_title{
	width:450px;
}
#site_title h1{
font-size:30px;
line-height:130%;
color:#ffffff;
}
#site_title a {
color:#ffffff;
text-decoration:none;
}
#site_title a:hover {
}
#site_title img {
	max-width:170px;
	width:auto!important;
	width:170px;
}
#site_title a:hover img {
}
#site_discription {
padding:10px 0;
}
#site_discription h2{
font-size:12px;
font-weight:normal;
color:#fff;
}

/*　サイド共通
-----------------------------------------*/
/*順番に色変える*/



/*　グローバルナビ
-----------------------------------------*/
#global_nav{
margin-bottom:34px;

}
/* 親メニュー */
#global_nav dl { 
overflow:hidden;
border-left:1px dotted #454545;
border-right:1px dotted #454545;
border-bottom:1px dotted #454545;
}
#global_nav dl dt{
	position:relative;
	top:-1px;
}
#global_nav dl dt a{
display:block;	
font-size:14px;
font-weight:bold;
padding:13px 0 16px 15px;
border-bottom:1px dotted #454545;
text-decoration:none;
}
#global_nav dl dt a:hover { background:#fff;}
#global_nav dl dd:{/* 子メニュー */

}

#global_nav dl dd + dt a { border-top:1px dotted #454545;}

#global_nav dl dd a{
	background:url(../../images/101/bgi-global_navi_children.gif) no-repeat 13px 15px;
font-size:1em;
display:block;
line-height:130%;	
padding:6px 15px 10px 28px	
}
#global_nav dl dt:last-child a { border-bottom:none;}
/*　ブログ
-----------------------------------------*/
#blog{
margin-bottom:34px;
}

#blog dl { 
overflow:hidden;
border-left:1px dotted #454545;
border-right:1px dotted #454545;
border-bottom:1px dotted #454545;
}
#blog dl dt{/* 日付 */
padding:5px 0 0 11px;
color:#777;
font-size:0.84em;
}
#blog dl dd{/* ブログタイトル */
padding:0 0 5px 0;
}
#blog dl dd a{
display:block;	
font-size:14px;
padding:0px 15px 5px 11px;
border-bottom:1px dotted #454545;
text-decoration:none;
}
#blog dl dd a:hover{
	color:#f97743;
}
#blog .blog_link{
display:block;
text-align:center;
}
#blog a:hover img {
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;	
}
#blog dl dd:last-child a { border-bottom:none;}
#blog .more-btn-area { border-style:none dotted dotted dotted; border-color:none #454545 #454545; border-width:0 1px 1px; padding:16px 0;}
/*　プロフィール
-----------------------------------------*/
#about{
margin-bottom:34px;
}
#about ul li {
	overflow:hidden;
	position:relative;
	list-style:none;
	width:190px;
	background:url(../../images/101/btn-sidebar_btns.gif) no-repeat;
}
#about ul li.side_about {
	height:55px;
	background-position:-200px 0px;
}
#about ul li.side_access {
	height:54px;
	background-position:-200px -65px;
}
#about ul li.side_contact {
	height:54px;
	background-position:-200px -129px;
}
#about ul li a { display:block; width:100%; height:100%;}
#about ul li a img { position:absolute; left:0; top:0;}
#about ul li.side_access a img {top:-65px;}
#about ul li.side_contact a img {top:-129px;}
#about ul li a:hover img { display:none !important;}
/*　QRコード
-----------------------------------------*/
#qrcode{
margin-bottom:34px;	
padding:18px 0 16px 0;
text-align:center;
border-style:none dotted dotted dotted; border-color:none #454545 #454545; border-width:0 1px 1px;
color:#333;	
}
#qrcode .qrcodeIn{
}
#qrcode p{
	margin-top:1em;
font-size:11px;	
text-align:left;

}
#qrcode img{
}
/*============================
メイン
=============================*/

/*　メインエリア共通
------------------------------------------------*/

/* リードエリア */
#lead_area{
position:relative;
z-index:1;
margin-bottom:25px;
}

/*　メイン写真
------------------------------------------------*/
#cover{
width:365px;
/*float:left;*/
}
#cover img{
width:100%;
}
/*　トピックス 
------------------------------------------------*/
#topics{
padding:0;
width:343px;
position:absolute;
right:0;
top:0;
    
    /*ADD 20200116*/
    max-height: 191px;
    height: auto !important;
    
}
#topics .topics-title {
	background:url(../../images/101/bgi-topics_title_001.gif) repeat-x; height:36px;
	}
#topics .topics-title p { padding:7px 0 11px;}
#topics dl{
margin-top:15px;
padding:0 8px;
max-height:200px;
overflow:auto;

}
#topics dl dt{/* 日付 */
font-size:0.84em;

}
#topics dl dd{/* トピックス本文 */

}
#topics dl dd a{

}
/*　画像なしの場合（メイン写真・トピックス）
------------------------------------------------*/
#lead_area.no-img{
}
#lead_area.no-img #cover{
display:none;
}
#lead_area.no-img #topics{
position:static!important;	
float:none!important;
width:auto!important;
}
.no-img #topics dl{
	max-height:140px;
	}

/*スライド画像
------------------------------*/
.mainSlideIn {
	clear: both;
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:0px 0 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bx-wrapper {
  margin-bottom:40px !important;
	height:400px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:400px !important;
	width:960px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:960px;
	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: #f7774b;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f7774b;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -30px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:42px;
	height:42px;
	margin:0;
	top:179px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/101/btn-slider_001.png) 13px center no-repeat #f7774b;
left:-42px;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/101/btn-slider_002.png) 15px center no-repeat #f7774b;
right:-42px;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*　お問い合わせ
-----------------------------------------*/
#inquiry {
text-align:center;
margin-bottom:36px;
}
#inquiry a:hover{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
/*============================
記事ボックス
=============================*/
.article_box{
position:relative;
padding-bottom:40px;
margin-bottom:40px;
}
.article_box .article_title{
padding: 0 0 0 0;
border-bottom:1px #454545 dotted;
border-top:1px #454545 dotted;	 
margin-bottom:24px; 
}
.article_box .article_title h2{
font-size:1.54em;
line-height:130%;
padding:20px 22px 20px 40px;
background:url(../../images/101/bgi-article_head_001.gif) no-repeat 10px 22px;

}
.article_box .entry{
width:480px;
padding-left:10px;
float:left;

line-height:150%;
}
.article_box .entry b,
.article_box .entry em,
.article_box .entry span{
line-height:150%;
}
/* 記事画像あり */
.article_box .article_figure{
width:200px;
float:right;
}
.article_box .article_figure img{
width:200px;
}
.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:10px;
text-align:center;
color:#444135;
display:block;
padding:10px 0 ;
}
/* 記事画像なし */
.article_box.no-img {}
.article_box.no-img .entry{
	float:none!important;
	width:710px!important;
	padding:0 10px;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#999 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#999 1px solid;
	padding:10px;
}
/*============================
下層ページ共通
=============================*/

#page_title{
margin-bottom:20px;
border-bottom:1px #454545 dotted;
border-top:1px #454545 dotted;		
}
#page_title h2{
text-align:center;	
color:#ff6f18;
padding:24px;
font-size:1.85em;
}
/*パン屑リスト*/
#pnkz {
font-size:0.92em;	
padding:0 0 10px 10px;	
text-align:right;
}
#pnkz p span{
}
/*============================
フリーエリア
=============================*/
#side-area{
margin:36px auto 0 auto;
	padding:15px;
	border:1px dotted #454545;
}

#foot-area{
	margin:40px auto 40px auto;
	padding:15px;
	border:1px dotted #454545;
}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
width:693px;
margin:60px auto 0 auto;
}
#map iframe{
	width: 696px;
	height: 514px;
	margin-bottom:24px;
}
#form {
padding-bottom:60px;
}

#form table, #map table, #profile table {
width:693px;
text-align:left;
border-collapse: collapse;
margin:0 auto 30px auto;
}

#form th, #map th, #profile 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;

}
#form td, #map td, #profile 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{
color:#d00276;
}
.validation_span{
color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
line-height:150%;
margin:8px 0 8px 0;
font-size:1em;

}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
margin-top: 3px;
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:#f2fbff;
border-style:solid;
border-color:#cecece;
outline:none;
}

/* 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;
}


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

