/*============================
　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%;
color:#000; /*基本色*/
}
.clear {
clear:both;
}

/*clearfix*/
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
.hide {
display:none;
}
a {
color:#000;
text-decoration:underline;
}
a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*============================
レイアウト
=============================	*/

body{
	text-align:center;
}

.wrapper {
	background :url(../../images/143/bgi-head_001.gif) repeat-x;
}

#container {
	background: url(../../images/143/bgi_main_001.jpg) center top no-repeat;
}

#container_sub {
	background: url(../../images/143/bgi_main_002.jpg) center top no-repeat;
}

#content {
	width:980px;
	margin:0 auto;
	text-align:left;
}

#main {
	width:730px;
	float:right;
}

#sidebar {	
	width:220px;
	float:left;
}
#footer {
	clear:both;
}

/*============================
ヘッダー
=============================*/
#header {
	width: 980px;
	margin: 0 auto;
	position:relative;
	text-align: left;
}
#header h1 {
	padding:36px 0 28px 0;
	width: 640px;
	line-height: 1.1;
}
#header h1 a {
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}

#head_nav {
	position:absolute;
	top:8px;
	#top:7px; /*for IE6 and IE7*/
	right:0;
	width:340px; /*（１）ここで十分な横幅を確保しておいて・・・*/
	text-align: right;
}

#header ul, #header li {
	list-style:none;
	display:inline;
	padding:0 0 0 5px;
}

/*
#header ul, #header li {
	list-style:none;
}
#header li {
	display:block;
	width:130px;
	height:35px;
	float:right; /*（２）右に回りこませることで、非表示にも対応
	padding:0 0 0 5px; /*（３）left側に余白を与えておく
}*/

/*
#head_nav ul li img {
	width:130px;
	height:35px;
}*/
#head_nav ul li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

/*============================
メイン
=============================*/

/* スライド
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:730px;
	padding:30px 0 0;
}
.bx-wrapper {
    margin-bottom:40px !important;
	height:304px !important;
}
#mainSlide{
	margin:0;
}
#mainSlide li {
	height:304px !important;
	width:730px;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	left:0;
	width:730px;
	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 ,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #5b3684;
	opacity:0.8;
}
/* ページャーの位置を調整したい場合
.bx-wrapper .bx-pager {
    bottom: -33px!important;
}
*/
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:132px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
	background:url(../../images/143/btn-slider_001.png) 14px center no-repeat #5b3684;
	opacity:0.8;
	left:0px;
}
.bx-wrapper .bx-prev:hover {
	background-color:#XXXXXX;
	opacity:0.6;
}
.bx-wrapper .bx-next {
	background:url(../../images/143/btn-slider_002.png) 17px center no-repeat #5b3684;
	opacity:0.8;
	right:0px;
}
.bx-wrapper .bx-next:hover {
	background-color:#XXXXXX;
	opacity:0.6;
}

/*lead_area*/
#lead_area {
	margin:30px 0;
}
#lead_area #site_discription {
	width: 345px;
	float: left;
	line-height: 1.6;
}

#lead_area .block#site_discription {
	width: 100%;
}

#site_discription h2 {
	font-size:16px;
	font-weight:normal;
}

#lead_area #cover {
	width:375px;
	float: right;
	background-color:#fff;
	text-align:center;
}

#lead_area #cover p {
	width:365px;
	margin:0 auto;
	padding:5px 0 5px 0;
}

#lead_area #cover p img{
	max-width:365px;
}

/*topics*/
#topics {
	width:690px;
	background-color:#fff;
	border: #e6e4e9 5px solid;
	padding: 15px;
	margin-bottom: 30px;
}
h3.topics-title {
	font-size:16px;
	font-weight: normal;
	padding: 0 0 0 8px;
	margin: 0 0 15px 0;
	border-left: #5b3982 5px solid;
}
#topics .topics-entry {
	max-height:160px;
    height: auto;
	overflow-x : hidden;
	overflow-y : auto;
}
#topics dl {
	font-size:12px;

}
#topics dt {
	color: #5b3982;
	float: left;
}

#topics dd {
	border-bottom: #000 dashed 1px;
	padding: 0 0 8px 100px;
	margin: 0 0 8px 0;

}


/*article_box*/
.article_box {
	margin-bottom:50px;
	clear:both;
}
.article_title h2 {
	font-size:18px;
	padding: 0 0 14px 0;
	margin-bottom: 20px;
	background: url(../../images/143/bgi_title_001.gif) bottom no-repeat;
}
.article_box .entry {
	font-size:14px;
	width:490px;
	float:left;
}
.article_box .article_figure {
	width:210px;
	float:right;
}
.article_box .article_figure img{
	width:200px;
}
.article_box .article_figure p {
	background: #e6e4e9;
	padding: 5px;
}
.article_box .article_figure span {
	display:block;
	font-size:12px;
	padding:3px 0 5px 0;
}

/*article_box no-img*/
.no-img .entry {
	float:none;
	width:100%;
}
/*記事ボックス内のテーブル*/
.article_box .entry table {
 	border-collapse:collapse;
    border:#e6e4e9 1px solid;
}
.article_box .entry table th,
.article_box .entry table td {
	border:#e6e4e9 1px solid;
	padding:10px;
}
/*お問い合わせ*/
#inquiry {
	text-align:center;
}

#inquiry a:hover{
filter: alpha(opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}


/*============================
サイドバー
=============================*/

/*グローバルナビ*/

#global_nav {
	margin-bottom:30px;
}

/* 親メニュー */

#global_nav dl{
	overflow:hidden;
}

#global_nav dl dt{
	background: url(../../images/143/bgi_gnavi_001.png) bottom no-repeat;
	padding: 18px 0;
}
#global_nav dl dt:hover {
	background: url(../../images/143/bgi_gnavi_002.png) bottom no-repeat;
}

#global_nav dl dt a{
	display:block;	
	font-size:12px;
	color: #fff;
	text-decoration:none;
	padding: 0 25px 0 15px; 
	background: url(../../images/143/ico-arrow_001.gif) 205px no-repeat;
}

/* 子メニュー */

#global_nav dl dd {
	background: url(../../images/143/bgi_gnavi_003.png) bottom no-repeat;
	padding: 18px 0;
}

#global_nav dl dd:hover {
	background: url(../../images/143/bgi_gnavi_004.png) bottom no-repeat;
}

#global_nav dl dd a{
	display:block;
	font-size:12px;
	color: #fff;
	text-decoration:none;
	padding: 0 25px 0 28px;
	background: url(../../images/143/ico-arrow_001.gif) 205px no-repeat;
}

/*about*/

#about {
	clear:both;
	margin-bottom:30px;
}

h3.about_title {
	background-color:#000;
	color:#fff;
	padding:8px 15px;
	font-size:14px;
}
#about ul {
}
#about li {
	list-style:none;
	background: url(../../images/143/bgi_sidebar_001.png) bottom no-repeat;
	font-size:12px;
	padding: 10px 0 ;
}

#about li:hover {
	background: url(../../images/143/bgi_sidebar_002.png) bottom no-repeat;
}

#about li a{
	display:block;
	font-size:12px;
	text-decoration:none;
	margin: 0 0 0 15px; 
	background: url(../../images/143/ico-arrow_002.gif) 190px no-repeat;
}

/*blog*/
#blog {
	margin-bottom:30px;
	background: #e6e4e9;
}
h3.blog_title {
	background-color:#000;
	color:#fff;
	padding:8px 15px;
	font-size:14px;
}
#blog  dl {

}
#blog  dt {
	padding: 8px 15px 3px 15px;
	font-size:12px;
	color: #5b3982;
	background: #e6e4e9;
}
#blog  dd  {
	padding: 0 15px 8px 15px;
	font-size:12px;
	background: #e6e4e9;
	border-bottom: #000 dashed 1px;
}
.more-btn-area {
	padding: 10px 15px;
	text-align: right;

}
.more-btn-area a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*QRコード*/
#qrcode{
	background: #e6e4e9;
	margin-bottom:30px;
}
h3.qrcode_title {
	background-color:#000;
	color:#fff;
	padding:8px 15px;
	font-size:14px;
}
#qrcode img {
	float: left;
	margin: 20px 10px;
}
#qrcode p{
	float: right;
	width: 90px;
	margin: 20px 10px 20px 0;
	line-height: 1.5;
	font-size:10px;
}

/*============================
フリーエリア
=============================*/

#footer {
	background-color:#000;
	position:relative;
}
#footer #copyright {
	padding:30px 0;
}
#footer #copyright address {
	font-style:normal;
	color:#fff;
}
#pagetop {
	clear:both;
	width:980px;
	margin: 30px auto 20px;
}
#pagetop .pagetopIn {
	text-align:right;
}
#pagetop .pagetopin a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/*============================
下層ページ共通
=============================*/

h3.page_title {
	font-size:20px;
	text-align:left;
	margin:50px 0 10px 0; 
}

#page_title h3{
	text-align:left;
	color:#fff;
	padding:1px;
	margin-left:25px;
	font-size:12px;
}
/*パン屑リスト*/
#pnkz {
	font-size:12px;	
	text-align:left;
	margin-bottom: 73px;
}
#pnkz p span{
}
/*============================
フリーエリア
=============================*/
#side-area{
	margin:30px auto;
	padding:15px;
	border: 5px solid #e6e4e9;
}

#foot-area{
	margin:30px auto 30px auto;
	padding:15px;
	border: 5px solid #e6e4e9;
}

/*============================
お問い合わせフォーム、プロフィール、地図
=============================*/
#map,#profile,#form {
width:730px;
margin:0 auto;
}
#map iframe{
	margin-bottom:30px;
	width: 730px;
	height: 500px;
}
#form {
padding-bottom:60px;
}

#form table, #map table, #profile table {
width:730px;
text-align:left;
border-collapse: collapse;
border: 5px solid #e6e4e9;
margin:0 auto 30px auto;
}

#form th, #map th, #profile th {	
width:160px;	
border: 5px solid #e6e4e9;
background-color:#fff;
font-size: 1em;
font-weight: normal;
text-align: center;
padding: 1em;
vertical-align:middle;
}
#form td, #map td, #profile td {
line-height:150%;
border: 5px solid #e6e4e9;
background-color:#fff;
padding: 1em;
}
.ptb {
padding:.6em 0;
}

#contact_submit td {
padding: 1.2em 0;
text-align:center;
border:none;
}
/*必須項目
-----------------------------------------*/
.warning span{
color:#d00276;
}
.validation_span{
color:#cc0000;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	margin-bottom: 30px;
	font-size:1em;
}

/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.validation-advice {
margin-top: 3px;
color: #cc0000;
}
.warning {
line-height :150%;
padding:0 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:#fcf2ff;
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%;
}

