/*============================
　CSSリセット
=============================*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
    padding:0;
	} 

body{
	line-height:1;}	

table { 
    border-collapse:collapse; 
    border-spacing:0; 
	} 
fieldset,img {  
    border:0; 
	} 
img{
	vertical-align:bottom;
	border:none;
	margin:0;
	padding:0;
	}
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal;
	} 
ol,ul{ 
    list-style:none; 
	} 
caption,th { 
    text-align:left; 
	} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
	} 
q:before,q:after { 
	    content:''; 
	} 
abbr,acronym { border:0; 
	} 
    
    
body {
font-size: 87.5%;/*font-sizeリセット*/
}
html>/**/body {
font-size: 14px; /*font-sizeリセット Except IE */
}
/* -----------------------------------------

8px 	0.571em	57.1%
9px		0.643em	64.3%
10px 	0.714em	71.4%	
11px	0.786em	78.6%	
12px	0.857em	85.7%	
13px	0.929em	92.9%	
14px	1.000em	100.0%	
15px	1.071em	107.1%	
16px	1.143em	114.3%	
17px	1.214em	121.4%	
18px	1.286em	128.6%	
19px	1.357em	135.7%	
20px	1.429em	142.9%	
21px	1.500em	150.0%	
22px	1.571em	157.1%	
23px	1.643em	164.3%	
24px	1.714em	171.4%	
----------------------------------------- */
img {
border:none;
margin: 0px;
padding: 0px;
vertical-align:middle;/*IE6 下の余白を消す*/
}
a {
outline:none;/*for firefox*/
}
/*============================
　共通チップス
=============================*/
body{
	line-height:1.1;
	text-align:center;
	color:#333;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/*ie6*/
body{
	_font-size:0.813em;
	_font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.clear {
clear:both;
}

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
.hide {
display:none;
}

a {
color:#333;
text-decoration:underline;
}
a:hover {
color:#333;
text-decoration:none;
}

/*============================
レイアウト
=============================	*/

body{
    background:#f0f0e1 url(../../images/144/bg_body.jpg) top repeat-x;
}

.wrapper {}
#container {}
#main {}
#sidebar {}
#footer {}

/*============================
ヘッダー
=============================*/
#header {
    background:#fff;
    width:980px;
    margin:0 auto 20px;
    border-radius:0 0 15px 15px !important;
    behavior: url(/js/PIE.htc);
    position:relative;
}

#headerIn{
    padding:15px 25px 25px;
    overflow:hidden;
}

#head_nav {
    width:50%;
    float:right;
    text-align:right;
}

#header li {
    display:inline;
    background:url(../../images/144/ico-arrow_001.gif) 0 2px no-repeat;
    padding:0 0 15px 20px;
    margin-left:15px;
    font-weight:bold;
}

#header h1 {
    width:48%;
    float:left;
    font-size:24px;
    line-height:1.3;
    font-weight:bold;
    text-align:left;
}

#header h1 a {
	text-decoration:none;
    color:#001c58;
}

#header h2 {
    padding:0 25px 10px;
	font-size:14px;
	font-weight:bold;
    color:#001c58;
	line-height:1.7;
    text-align:left;
}
#site_discription{
    clear:both;
	padding:0 0 15px 0;
}


/*============================
メイン
=============================*/

#content{
    width:980px;
    margin:0 auto;
}

#main{
    width:670px;
    float:left;
}

#sidebar{
    width:290px;
    float:right;
}

#content p,#content dt,#content dd,#content li,#content th,#content th{line-height:1.5;}


/* スライド
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:940px;
	background: #fff;
	padding: 20px 20px 1px;
	margin:0px auto 20px;
	border-radius: 15px;
}
.bx-wrapper {
    margin-bottom:30px !important;
	height:392px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:392px !important;
	width:940px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:940px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #d6d6b8;
	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: #ff8d21;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -24px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:44px;
	height:44px;
	border-radius: 22px;
	margin:0;
	top:174px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/144/btn-slider_001.png) 15px center no-repeat #d6d6b8;
	left:-52px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#b5b698;
}
.bx-wrapper .bx-next {
	background:url(../../images/144/btn-slider_002.png) 17px center no-repeat #d6d6b8;
	right:-52px;
}
.bx-wrapper .bx-next:hover {
	background-color:#b5b698;
}

/*lead_area
-------------------------*/
/*lead_area*/
#lead_area {
    width:980px;
    margin:0 auto 20px;
    background-color:#fff;
    border-radius:15px;
    behavior: url(/js/PIE.htc);
    position:relative;
}

#lead_area #cover {
	width:405px;
	float:right;
	text-align:center;
    padding:20px 0;
}
#lead_area #cover img {
	width: 365px;
}

#lead_area #topicsarea{
    width:575px;
    float:left;
    padding:20px 0;    
}

#lead_area .topics {
    padding-left:20px;
}
#lead_area .noimg{
    width:100% !important;  
}
#lead_area .noimg .topics {
    padding:0 20px !important;  
}
.topics h3.topics-title {
    background:url(../../images/144/line-001.gif) bottom repeat-x;
    padding-bottom:10px;
    margin-bottom:10px;
    text-align:left;
    font-weight:bold;
    font-size:1.143em;
    color:#001c58;
    letter-spacing:0.3em;
}
.topics-entry {
	max-height:230px;
    height: auto;
	overflow-x : hidden;
	overflow-y : auto;
}
.topics-entry dl {
    text-align:left;
}
.topics-entry dt {
    width:6em;
    float:left;
    clear:left;
    padding-bottom:10px;
}
.topics-entry dd {
    margin-left:8em;
    padding-bottom:10px;
}

.topics-entry dd a{
}

/*article_box*/
.article_box {
    margin:0 auto 20px;
	padding:20px;
    background-color:#fff;
    border-radius:15px;
	clear:both;
    text-align:left;
    line-height:1.7;
    behavior: url(/js/PIE.htc);
    position:relative;
}
.article_title h2 {
    background:url(../../images/144/ico-title_001.gif) 0 7px no-repeat;
    padding:0 0 15px 30px;
    font-size:1.429em;
    color:#333333;
    font-weight:bold;
}
.article_box .entry {
	width:410px;
	float:left;
}
.article_box .article_figure {
	width:200px;
	float:right;
}
.article_box .article_figure img{
	width:200px;
}
.article_box img {
	max-width:100%;
}

.article_box .article_figure p {
	margin:0;
}
.article_box .article_figure p span {
	display:block;
	font-size:0.786em;
	padding:5px 0 0 0;
    text-align:right;
}

.article_box p{
    padding-bottom:15px;
    line-height:1.7;
}

/*article_box no-img*/
.no-img .entry {
	float:none;
	width:100%;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#d5e0c5 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#d5e0c5 1px solid;
	padding:10px;
}
/*お問い合わせ*/
#inquiry {
	padding:0 0 40px 0;
	text-align:center;
}

#inquiry a:hover{
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}

/*============================
sidebar
=============================*/

/*sidebar contents
----------------------------*/
#global_nav,#about,#blog,#qrcode{
    margin:0 auto 20px;
	padding:20px;
    background-color:#fff;
    border-radius:15px;
	clear:both;
    text-align:left;
    line-height:1.7;    
    behavior: url(/js/PIE.htc);
    position:relative;
}
h3.menu_title,
h3.blog_title,
h3.about_title,
h3.qrcode_title{
	color:#f2ece2;
    font-family:"Futura PT",Verdana,Geneva, sans-serif;
    color:#001c58;
    background:url(../../images/144/line-001.gif) bottom repeat-x;
    padding-bottom:5px;
    margin-bottom:10px;
    text-align:left;
    
}

/*menu*/

#global_nav dl dt {/* 親メニュー */
	background:url(../../images/144/ico-arrow_001.gif) 0 2px no-repeat;
    padding:0 0 10px 20px;
    font-weight:bold;	
}
#global_nav dl dd{/* 子メニュー */
	margin-left:25px;
    background:url(../../images/144/ico-arrow_002.gif) 0 7px no-repeat;
    padding:0 0 10px 10px;
}

#global_nav dl dd + dt{
    margin-top:10px;
}

/*blog*/
#blog {
    position:relative;
}

h3.blog_title {
    overflow:hidden;
    padding-right:120px;
}
.more-btn-area {
    position:absolute;
    top:15px;
    right:20px;
    width:70px;
    height:24px;
}
.more-btn-area a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#blog dl {
    text-align:left;
    overflow:hidden;
    line-height:1.4;
}
#blog dt {
    font-size:10px;
    font-family:"Futura PT",Verdana,Geneva, sans-serif;
    font-weight:bold;
    color:#5595a1;
}
#blog dd {
    padding-bottom:10px;
}

/*about*/

#about {}

h3.about_title {}
#about ul {}
#about li {
	background:url(../../images/144/ico-arrow_001.gif) 0 2px no-repeat;
    padding:0 0 10px 20px;
    font-weight:bold;	
}

/*QRコード*/
#qrcode{ *padding-bottom:0;}
h3.qrcode_title {}

#qrcode img{
    width:100px;
    float:left;
}

#qrcode p{
    width:150px;
    float:right;
    padding-top:10px;
    line-height:1.3;
    font-size:0.857em;
}


/*============================
footer
=============================*/
#footer {
    background:#fff url(../../images/144/bg_footer.png) top repeat-x;
}
#footerIn{
    width:980px;
    margin:0 auto;
    padding:20px 0;
    position:relative;
}

#footerIn #pagetop{
    width:37px;
    height:37px;
    position:absolute;
    top:-18px;
    right:-70px;    
}

#pagetop a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#footer #copyright {
    padding:45px 0;
}
#footer #copyright address {
    text-align:center;
    font-size:0.857em;
}

/*============================
フリーエリア
=============================*/
#side-area{
   text-align:left;
   line-height:1.5;
   padding:10px 0;
}

#foot-area{
   text-align:left;
   line-height:1.5;
   padding:10px 0 35px;
}


/*============================
下層ページ共通
=============================*/
#page_title{
    background-color:#040107;
    background-color:rgba(4,1,7,0.5);
    width:980px;
    margin:0 auto 25px;
}
#page_title h2{
    padding:25px;
    color:#fff;
    font-weight:bold;
    font-size:24px;
    text-align:left;
}
/*パン屑リスト*/
#pnkz {
    width:980px;
    margin:0 auto 25px;
font-size:0.9em;
text-align:left;
color:#fff;
}

#pnkz a{
color:#fff;
    
}
#pnkz p span{
    margin-left:1em;
}

#pnkz p span:before{
    content:"<";
    margin-right:1em;
}


/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
}
#map iframe{
    margin:0 auto 30px;
    width:100%;
	height: 400px;
}
#form {
padding-bottom:60px;
}

#form table, #map table, #profile table {
width:98%;
text-align:left;
margin:0 auto 30px auto;
border-top:1px solid #d5e0c5;
border-left:1px solid #d5e0c5;
}
#form th, #map th, #profile th,
#form td, #map td, #profile td{
border-bottom:1px solid #d5e0c5;
border-right:1px solid #d5e0c5;
padding:10px;
    
}

#form th, #map th, #profile th {
background-color:#f0f0e1;
font-size: 1em;
font-weight: normal;
text-align: left;
padding: 0.5em;
vertical-align:middle;
}
#form td, #map td, #profile td {
}
.ptb {
padding:.6em 0;
}

#contact_submit {
padding: 1.2em 0;
text-align:center;
border:none;
}

#contact_submit input{
    background-color:#1c4b65;
    margin:0 0.5em;
    color:#fff;
    padding:10px;
    text-align:center;
    border:none;
    border-radius:3px;
    cursor:pointer;
}

/*必須項目
-----------------------------------------*/
.warning span{
color:#e95513;
}
.validation_span{
color:#e95513;
}
/*リード文
-----------------------------------------*/
#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;
}

