
/*============================
　CSSリセット
=============================*/
* { 
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}
body {
	font-size: 75%;/*font-sizeリセット*/
	line-height:150%;
}
html>/**/body {
  font-size: 12px; /*font-sizeリセット Except IE */
}
img {
	border:none;
	margin: 0px;
	padding: 0px;
	vertical-align:middle;/*IE6 下の余白を消す*/
}
a {outline:none;/*for firefox*/}
/*============================
　共通チップス
=============================*/
.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 */

.hide {
	display:none;
}
a {
	color:#333;
	text-decoration:none;	
}
a:hover {
	color:#fa0495;
	text-decoration:underline;	
}
a:hover img{
	filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    }
/*============================
	レイアウト・背景色・基本文字色
=============================*/
body {
	color:#333; /*このテンプレの基本色*/
	background :#eeefea;
}
#wrapper {
	width:960px;
	margin:0 auto 0 auto;
}
#content {
	width:960px;
	padding-bottom:50px;
}
#main {
	width:720px;
	float:right;
}
#sidebar {
	width:220px;
	float:left;
}

#footer {
	border-top:1px #333 dotted;
	padding:10px 0 100px 0;
	text-align:right;
	position:relative;
}

/*============================
	ヘッダー
=============================*/
#header {
	padding-bottom:40px;
	padding-top:30px;
	margin-bottom:10px;
	margin-top:50px;
	position:relative;
}
.site-nav {
	position:absolute;
	right:0;
	top:0;
	width:452px;
}

.site-nav ul {
	list-style:none;
	width:462px;
	overflow:hidden;
	margin-right:-10px;
}
.site-nav ul li {
	float:left;
	width:144px;
	height:30px;
	margin-right:10px;
}
.site-nav ul li a {
	display:block;
	width:144px;
	height:0;
	padding-top:30px;
	overflow:hidden;
	background:url(../../images/80/bgi-sitenavi_001.jpg) no-repeat;
}
.site-nav ul li.profile a {
	background-position: 0 0;
}
.site-nav ul li.access a {
	background-position: -154px 0;
}
.site-nav ul li.contact a {
	background-position: -308px 0;
}

.site-nav ul li.profile a:hover {
	background-position: -0px -30px;
}
.site-nav ul li.access a:hover {
	background-position: -154px -30px;
}
.site-nav ul li.contact a:hover {
	background-position: -308px -30px;
}
#page-title{
	padding: 0 0px 0 6px;
	color:#333;
	font-size:18px;
	margin-bottom:15px;
	border-bottom:1px #333 dotted;
	line-height:150%;
	
	/** css3 **/
	text-shadow:3px 1px 2px #CCC;
}
/*============================
	コンテンツエリア
=============================*/


/*スライド画像
------------------------------*/
.mainSlideIn {
	box-sizing:content-box;
	box-sizing:inherit;
	width:960px;
	padding:0px 0 1px;
	margin-top: -20px;
	margin-bottom: 20px;
	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: #f60494;
	opacity:1;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f60494;
	opacity:1;
}
.bx-wrapper .bx-pager {
    bottom: -20px!important;
}
/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:40px;
	height:40px;
	margin:0;
	top:179px;
	cursor:pointer;
}
.bx-wrapper .bx-prev {
background:url(../../images/80/btn-slider_001.png) 13px center no-repeat #f60494;
left:-21px;
-moz-border-radius: 21px ;
-webkit-border-radius: 21px ;
border-radius: 21px ;
}
.bx-wrapper .bx-prev:hover {
opacity:0.7;
}
.bx-wrapper .bx-next {
background:url(../../images/80/btn-slider_002.png) 14px center no-repeat #f60494;
right:-21px;
-moz-border-radius: 21px ;
-webkit-border-radius: 21px ;
border-radius: 21px ;
}
.bx-wrapper .bx-next:hover {
opacity:0.7;
}

/*============================
	記事ボックス
=============================*/
.article {
	width:720px;
	padding-top:20px;
	background:url(../../images/80/bgi-entry_top_001.jpg) no-repeat top;
	margin-bottom:5px;
}
.article-foot {
	width:100%;
	padding-bottom:20px;
	background:url(../../images/80/bgi-entry_bottom_001.jpg) no-repeat bottom;
}
.article-body {
	background:url(../../images/80/bgi-entry_center_001.jpg) repeat-y;
	padding:0px 15px 10px;
}
.article-body .entry-title {
	border-bottom:1px dotted #333;
	padding-left:30px;
	background:url(../../images/80/ico-entry_title_001.jpg) no-repeat 5px 3px;
	margin-bottom:10px;
}
.article-body .entry-title h2 {
	font-size:18px;
	font-weight:bold;
	line-height:150%;	
}
.entry-box {
	padding:0 10px 30px;
	font-size:14px;
	line-height:150%;
	word-wrap:break-word;
}
.article-body .entryIn .entry-box {
	width:450px;
	float:left;
}
.article-body .entryIn .article-figure {
	width:210px;
	float:right;
}
.article-figure div {
	margin-bottom:10px;
}
.article-figure img {
	width:200px;
	padding:4px;
	border:1px solid #ccc;
}
.article-figure span {
	display:block;
	padding:5px;
	font-size:10px;
}
/*============================
	サイトタイトル
=============================*/
.site_title,
.site_description 
 {
	width:450px;
	padding-top:5px;
	padding-left:10px;
}
.site_title h1 {
	font-size:28px;
	line-height:150%;
		/** css3 **/
	text-shadow:1px 1px 1px #030303;
}
.site_title img {
	width:450px;
	}
.site_title a:hover {
	text-decoration:none;
	text-shadow:1px 0px 1px #ededed;
    }

.site_description h2 {
	font-size:14px;
	font-weight:normal;
}




/*topics　最新情報
-----------------------------------------*/
/*画像あり*/
.leadArea {
	width:720px;
	margin-bottom:20px;
}
.leadArea #cover {
	width:383px;
	float:left;
	background:url(../../images/80/bgi-cover_top_001.jpg) no-repeat top;
	padding-top:9px;
}
#cover .cover-foot {
	width:100%;
	background:url(../../images/80/bgi-cover_bottom_001.jpg) no-repeat bottom;
	padding-bottom:9px;
}
#cover .cover-body {
	padding:0 9px;
	background:url(../../images/80/bgi-cover_center_001.jpg) repeat-y;
}
#cover .cover-body img {
	width:365px;
}

#topics_small {
	width:327px;
	float:right;
}
#topics_small .topic_ttl {
	width:327px;
	background:url(../../images/80/ttl-newtitle_small_001.jpg) no-repeat;
	height:0;
	overflow:hidden;
	padding-top:24px;
	margin-bottom:5px;
	line-height:1;
}
#topics_large {
	width:720px;
}
#topics_large .topics_large_title {
	width:720px;
	background:url(../../images/80/ttl-newtitle_large_001.jpg) no-repeat;
	height:0;
	overflow:hidden;
	padding-top:24px;
	margin-bottom:5px;
	line-height:1;
}

.topics_table {
	max-height:240px;
	overflow:auto;
	overflow-y:scroll;
}

#topics_small .topics_table table th,
#topics_small .topics_table table td {
	text-align:left;
	padding-left:10px;
}
#topics_large .topics_table table th {
	text-align:left;
	padding:5px 10px;
	vertical-align:top;
}
#topics_large .topics_table table td {
	text-align:left;
	padding:0 10px;
}
.topic_date {
	font-size:12px;
	font-weight:normal;
}
.topic_entry {
	font-size:14px;
}




/*============================
トップお問い合わせボタン
=============================*/

#inquiry {
	padding:50px 0;
	text-align:center;
	width:100%;
}
.inquiry-btn {
	width:320px;
	height:74px;
	margin: 0 auto;
	background:url(../../images/80/btn-contact_on_001.jpg) no-repeat;
}
.inquiry-btn a {
	display:block;
	width:100%;
	height:60px;
	padding-bottom:14px;
	text-indent:-9999em;
	background:url(../../images/80/btn-contact_off_001.jpg) no-repeat;
}
.inquiry-btn a:hover {
	background:none;
}
/*============================
	メニューエリア
=============================*/
#mainL ul, #mainL ol {
	list-style-type:none;
	}
	
/*メニューA
-----------------------------------------*/
#menuA {
	padding:0 10px 40px;
	font-size:16px;
	border-bottom:1px dotted #333;
	margin-bottom:6px;
	line-height:150%;
}

#menuA dt {
	background:url(../../images/80/bgi-arrow_right_001.jpg) no-repeat left 5px;
	padding-left:10px;
	padding-right:5px;
	margin-bottom:10px;
}

#menuA dd {
	padding-left:25px;
	padding-right:5px;
	margin-bottom:10px;
}


/*メニューB
-----------------------------------------*/

#menuB {
	width:220px;
	padding-bottom:10px;
	margin-bottom:6px;
	border-bottom:1px dotted #333;
}
#menuB-ttl{
	width:220px;
	height:0;
	padding-top:30px;
	overflow:hidden;
	background:url(../../images/80/ttl-info_001.jpg) no-repeat;
	margin-bottom:5px;
	line-height:1;
}
#menuB ul {
	list-style:none;
	padding:0 10px;
}
#menuB ul li {
	padding:5px 5px 5px 25px;
	margin-bottom:10px;
	font-size:16px;
}

/*メニュー：ブログ
-----------------------------------------*/
#blog {
	width:220px;
	padding-bottom:15px;
	margin-bottom:6px;
	border-bottom:1px dotted #333;
}
#blog-ttl {
	margin-bottom:5px;
	position:relative;
	width:220px;
	height:30px;
		
}

#blog-ttl h2 {
	width:220px;
	height:0;
	padding-top:30px;
	overflow:hidden;
	line-height:1;
	background:url(../../images/80/ttl-blog_001.jpg) no-repeat;
}

#blog-ttl a.moreBtn {
	position:absolute;
	right:10px;
	top:6px;
	width:49px;
	height:0;
	padding-top:17px;
	overflow:hidden;
	background:url(../../images/80/btn-more_001.gif) no-repeat;
}
#blog-ttl a.moreBtn:hover {
	background-position:0 -17px;
}

#blog dl {
	padding:5px 10px;
}
#blog dl dt {
	font-size:12px;
	font-weight:bold;
	color:#333;
}
#blog dl dd {
	background:url(../../images/80/bgi-arrow_right_002.jpg) no-repeat 0 5px;
	padding:0 0px 0 12px;
	margin-bottom:5px;
	font-size:14px;
}

#blog dl dd a {
	color:#fa0495;
	text-decoration:underline;
}
#blog dl dd a:hover {
	text-decoration:none;
}
/*メニュー：QRコード
-----------------------------------------*/
#qr-box {
	padding: 65px 0 ;
	text-align:center;
}


/*
-----------------------------------------*/


/*============================
	フッター
=============================*/
address {
	font-style:normal;
	font-size:14px;
}

#page-top {
	position:absolute;
	top:-40px;
	right:5px;
}
#page-top a {
	background:url(../../images/80/bgi-arror_top_001.jpg) no-repeat left 2px;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
	color:#fa0495;
	text-decoration:underline;
}
/*============================
	パン屑リスト
=============================*/
#pnkz {
	padding:0 6px;
	font-size:1em;
	text-align:left;
	margin-bottom:20px;
}
#pnkz em {	
	font-style:normal;
	}
#pnkz a {
	color:#fa0495;

}
/*============================
	コンテンツタイトル
=============================*/

/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#map01 {
	padding:10px;
	width:700px;
}
#form01 {
	padding-bottom:100px;
}

#form01 table, #map01 table, #profile01 table {
	width:100%;
	text-align:left;
	border-collapse: collapse;
	margin:0 0 30px 0;
}

#form01 th, #map01 th, #profile01 th {	
	width:160px;	
	border:1px solid #333;
	background-color:#c3c3c3;
	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 #333;
	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;
}
/*必須項目
-----------------------------------------*/
.validation_span,.warning span{
	padding-left: 2px;
	color:#d00276;
}
/*リード文
-----------------------------------------*/
#lead_s{
	line-height:150%;
	padding-left:6px;
	margin:0 0 15px 0;
	font-size:1em;
}

/*地図
-----------------------------------------*/
#frame {
	margin:0 0 20px 0;
}
#map01 #frame iframe {
	width: 700px;
	height: 500px;
}
/*プロフィール
-----------------------------------------*/
/*エラーメッセージエリア
-----------------------------------------*/
.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%;
}

/* 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 テーブル基本設定
-----------------------------------------*/
.entry-box table {
    border-collapse: collapse;
}
.entry-box table th, .entry-box table td {
    border: #333 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%;
}

