@charset "utf-8";

/*________________________________________________

	name:			sp.css
	create Date:	2016-12-06
	lastmodified:	****-**-**
________________________________________________*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

ul,ol,li {
	list-style-type: none;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

html {-webkit-text-size-adjust: none;}

/*
  base
----------------------------------------------------------------------------------------------------------------------------*/
body {
    font: 14px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100% auto;
	margin: 0;
	background: #ffffff;
	color: #333333;
}
a {
	font: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	color: #FF9900;
}
a:hover {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
a:hover img {
	/*opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	/*-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	/*-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	/*-khtml-opacity: 0.8;              /* Safari 1.x */
	/*zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;*/
}

.clear {
	clear: both;
}
/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

input, 
select, 
option {
	 font-size: 90%;
}
label {
	white-space: nowrap;
}
img {
	border: none;
}
strong {
	font-weight: bold;
}

body hr {
	background: #cccccc;
	border-color: #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
  レイアウト
----------------------------------------------------------------------------------------------------------------------------*/
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left img, 
.right img {
	width: 80%;
	margin: 5px auto;
}
.fbold{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.no_sp { margin-right: 0px!important;}
/*--------------------------------------------------------------photoレイアウト*/
.leftfloat, 
.rightfloat {
	display: block;
	clear: both;
	margin: 5px auto;
	text-align: center;
}
.leftfloat img, 
.rightfloat img {
	display: block;
	clear: both;
	width: 80%;
	height: auto;
	margin: 5px auto;
}
img.leftfloat, 
img.rightfloat {
	display: block;
	clear: both;
	width: 80%;
	height: auto;
	margin: 5px auto;
}
/*--------------------------------------------------------------50%レイアウト*/
.leftBox, 
.rightBox {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
}
/* clearfix */
.leftBox, .rightBox { zoom:1; }
.leftBox:after, .rightBox:after {
	content: ""; 
	display: block; 
	clear: both;}
.leftBox img, 
.rightBox img {
	width: 80%;
	margin: 5px auto;
}
/*--------------------------------------------------------------hissu　必須文字・赤色文字*/
.hissu {
	color: #F00;
}
img.hissu {
	margin-right: 10px;
	vertical-align: middle;
}
th .hissu {
	display: inline;
	float: right;
	text-align: right;
	margin-left: 10px;
}
/* error　必須文字・赤色文字 */
.error, .error-message {
	color: #F00;
}
/*--------------------------------------------------------------丸のリスト*/
ul.circle {
}
.circle li {
	display: list-item inline;
	list-style: disc inside;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
/*--------------------------------------------------------------数字のリスト*/
ol.decimal {
	margin-top: 1em;
	margin-bottom: 1em;
}
.decimal li {
	display: list-item inline;
	list-style: decimal inside;
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.5;
}
/*--------------------------------------------------------------アルファベット小文字のリスト*/
ul.loweralpha {
	margin-top: 1em;
	margin-bottom: 1em;
}
.loweralpha li {
	display: list-item inline;
	list-style: lower-alpha inside;
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.5;
}
/*--------------------------------------------------------------アルファベット大文字のリスト*/
ul.upperalpha {
	margin-top: 1em;
	margin-bottom: 1em;
}
.upperalpha li {
	display: list-item inline;
	list-style: upper-alpha inside;
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.5;
}

/*--------------------------------------------------------------
全ページ
--------------------------------------------------------------*/
/*--------------------------------------------------------------link*/
a {
	color: #FF9900;
	text-decoration: underline;
}
/*--------------------------------------------------------------
  #header
--------------------------------------------------------------*/
/*--------------------------------------------------------------.headMenuBox*/
.headMenuBox {
	display: block;
	clear: both;
	height: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url(../img/common/bg_header.gif) ;
}
/* clearfix */
.headMenuBox { zoom:1; }
.headMenuBox:after {
	content: ""; 
	display: block; 
	clear: both;}

#header {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	max-height: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#headerInner {
	display: block;
	clear: both;
	width: auto;
	margin: 0;
	padding: 10px;
	background: #eaf9fe;
	text-align: left;
	overflow: hidden;
}
/*clearfix*/
#headerInner { zoom:1; }
#headerInner:after {
	content: ""; 
	display: block; 
	clear: both;}
/*--------------------------------------------------------------.logo*/
.logo {
	display: inline;
	float: left;
	width: 247px;
	height: auto;
	text-align: left;
	margin: 20px 0;
}
.logo img {
	width: 247px;
	height: auto;
}
/*--------------------------------------------------------------.indexlogo*/
.indexlogo {
	position: absolute;
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	top: 70px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	z-index: 10000000;
}
.indexlogo img {
	display: block;
	margin: 0 auto;
	width: 80%;
	height: auto;
	text-align: center;
}

/* display: none;
--------------------------------------------------------------*/
.fontsize,
.headersearches,
#pagejump, 
#indexnav,  
#nav,
#nav_top {
	display: none;
}

/*--------------------------------------------------------------mmenu*/
.mm-label a.button,
.mm-label span.button,
.mm-label select,
.mm-label input[type="text"]
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	text-transform: none;
	text-indent: 0;
	font-weight: bold;
	vertical-align: middle;
	line-height: 20px;
	display: block;
	height: 40px;
	width: 100%;
	padding: 10px;
	z-index: 10000;
}
.mm-label a.button,
.mm-label span.button
{
	background: #4BD963;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
select,
input[type="text"]
{
	background: #fff;
	border: 1px solid #ccc;
}
.mm-label.button
{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}
pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
nav:not(.mm-menu) {
	display: none;
}
.header,
.content,
.footer {
	text-align: center;
}
.header,
.footer {
	background: #ffffff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	padding: 0;
}
.header a.contacts
{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
}
.header a.right {
	left: auto;
	right: 10px;
}
.content {
	background: url( menu-arrow.png ) 25px 15px no-repeat transparent;
	padding: 150px 50px 50px 50px;
}
.header.mm-fixed-top + .content {
	background-position: 25px 55px;
}
html.mm-opened.mm-zoom-menu body {
	 background: #333;
}
html.mm-opened.mm-zoom-menu .mm-page {
	background-color: #fff;
}
/*--------------------------------------------------------------menu*/
.menu a {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	background: url(../img/sp/menu.png) right top no-repeat;
	background-size: 50px 50px;
	-webkit-background-size: 50px 50px;
	text-align: right;
}

/*--------------------------------------------------------------
  #footer	フッター部分
--------------------------------------------------------------*/
#footer {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	background: #86BC2A url(../img/common/bg_footer.jpg) left top repeat-x;
	text-align: center;
}
#footerInner {
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 40px 0;
	background-size: 100% auto !important;
	-webkit-background-size: 100% auto !important;
}
/*--------------------------------------------------------------#copy*/
#copy {
	display: block;
	clear: both;
	width: auto;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 90%;
	text-align: center;
	color: #ffffff;
}
/*--------------------------------------------------------------
  #pageTop　ページトップ
--------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 0;
}
#pagetop a {
	text-decoration: none;
	display: block;
}
#pagetop a img {
	width: 50px;
	height: auto;
}
#pagetop a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------
  トップページのみ
--------------------------------------------------------------*/
/*--------------------------------------------------------------#slider*/
#sliderbox {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#sliderbox .slider {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
#sliderbox .slider img {
	width: 100%;
	height: auto;
}
/*--------------------------------------------------------------#indexNewslist*/
#indexNewslist {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	background: url(../img/index/bg_nav_sp.gif) top center no-repeat;
	background-size: 80% auto;
	-webkit-background-size: 80% auto;
}
/* clearfix */
#indexNewslist { zoom:1; }
#indexNewslist:after {
	content: ""; 
	display: block; 
	clear: both;}
#indexNewslist .title {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	background: url(../img/index/line_news.jpg) bottom left repeat-x;
}
#indexNewslist .title img {
	margin-bottom: -3px;
}
#indexNewslist .list {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
#indexNewslist .list .box {
	display: block;
	clear: both;
	width: 280px;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 10px 15px;
	text-align: left;
}
#indexNewslist .list .box:hover {
	background: url(../img/index/bg_news.jpg) repeat;
}
#indexNewslist .list .image {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	overflow: hidden;
}
#indexNewslist .list .image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
#indexNewslist .text {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 110%;
	text-align: left;
}
#indexNewslist .text a {
	color: #419965;
	font-size: 120%;
	text-decoration: none;
}
#indexNewslist .text a:hover {
	color: #419965;
	text-decoration: underline;
}
#indexNewslist .text p {
	margin: 10px 0;
}
#indexNewslist .date {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 80%;
	color: #545454;
}
#indexNewslist .btn_more{
	display: inline-block;
	width: 300px;
	height: auto;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	line-height: 40px;
}
#indexNewslist .btn_more a {
	display: block;
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #6DC091;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: none !important;
}
#indexNewslist .btn_more img {
	display: inline-block;
	width: auto;
	height: 15px;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}
/*--------------------------------------------------------------#indexEventslist*/
#indexEventslist {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
/* clearfix */
#indexEventslist { zoom:1; }
#indexEventslist:after {
	content: ""; 
	display: block; 
	clear: both;}
#indexEventslist .title {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	background: url(../img/index/line_events.jpg) bottom left repeat-x;
}
#indexEventslist .title img {
	margin-bottom: -3px;
}
#indexEventslist .list {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
#indexEventslist .list .box {
	display: block;
	clear: both;
	width: 280px;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 10px 15px;
	text-align: left;
}
#indexEventslist .list .box:hover {
	background: url(../img/index/bg_events.gif) repeat;
}
#indexEventslist .list .image {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	overflow: hidden;
}
#indexEventslist .list .image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
#indexEventslist .text {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 110%;
	text-align: left;
}
#indexEventslist .text a {
	color: #F98E1A;
	font-size: 120%;
	text-decoration: none;
}
#indexEventslist .text a:hover {
	color: #F98E1A;
	text-decoration: underline;
}
#indexEventslist .date {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 80%;
	color: #545454;
}
#indexEventslist .btn_more{
	display: inline-block;
	width: 300px;
	height: auto;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	line-height: 40px;

}
#indexEventslist .btn_more a {
	display: block;
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #FCA250;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: none !important;
}
#indexEventslist .btn_more img {
	display: inline-block;
	width: auto;
	height: 15px;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}

/*--------------------------------------------------------------.btnlist*/
.btnlist {
	display: block;
	clear: both;
	margin: 30px 0 0 0;
	padding: 0;
	text-align: center;
}
.btnlist .linkbtn {
	display: block;
	clear: both;
	margin: 10px auto;
	padding: 7px 10px;
	width: 200px;
	height: auto;
	background: #5BBAC8;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
.btnlist .linkbtn a {
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
}
.btnlist .linkbtn img {
	margin-right: 10px;
	margin-top: -3px;
}
.btnlist .linkbtn:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------#indexContentsList*/
#indexContentsList {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px 10px;
	text-align: center;
}
/* clearfix */
#indexContentsList { zoom:1; }
#indexContentsList:after {
	content: ""; 
	display: block; 
	clear: both;}
#indexContentsList .list li {
	display: block;
	clear: both;
	width: 100%;
	max-width: 300px;
	height: auto;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
}
#indexContentsList .list li:last-child {
	margin-bottom: 0;
}
#indexContentsList .image {
	display: block;
	clear: both;
	width: 300px;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
}
#indexContentsList .image img {
	display: block;
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
}
#indexContentsList .title {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	color: #32b16c;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}
#indexContentsList .title span {
	display: block;
	clear: both;
	color: #333333;
	font-size: 50%;
	font-weight: normal;
}
#indexContentsList .title a {
	color: #32b16c;
	font-weight: bold;
	text-decoration: none;
}
#indexContentsList .title span a {
	color: #333333;
	font-size: 50%;
	font-weight: normal;
}
/*--------------------------------------------------------------#indexBannerBox*/
#indexBannerBox {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 20px 10px;
	text-align: center;
}
/* clearfix */
#indexBannerBox ul { zoom:1; }
#indexBannerBox ul:after {
	content: ""; 
	display: block; 
	clear: both;}
#indexBannerBox li {
	display: block;
	clear: both;
	width: 300px;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
}
#indexBannerBox li img {
	display: block;
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#indexBannerBox li:last-child {
	margin-bottom: 0;
}

#indexBannerBox li a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.topcitybox {
	display: block;
	clear: both;
	margin: 10px auto 0 auto;
	width: 300px;
	height: auto;
}
.topcitybox img {
	display: block;
	width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}


/*--------------------------------------------------------------
ページ全体（ページ共通）
--------------------------------------------------------------*/
/*--------------------------------------------------------------container*/
#page {
	display: block;
	clear: both;
	width: 100%!important;
	min-width: 320px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#container {
	display: block;
	clear: both;
	width: 100%!important;
	min-width: 320px;
	margin: 0;
	padding: 0 0 50px 0;
	text-align: left;
	background: url(../img/common/footerimage.jpg) center bottom no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
}

/*--------------------------------------------------------------containerInner*/
#containerInner {
	display: block;
	clear: both;
	width: auto;
	margin: 0;
	padding: 10px;
	text-align: left;
}
/*--------------------------------------------------------------.contents*/
.contents {
	display: block;
	clear: both;
	width: auto;
	margin: 10px 0;
	padding: 0;
}
/*clearfix*/
.contents { zoom:1; }
.contents:after {
	content: ""; 
	display: block; 
	clear: both;}

/*--------------------------------------------------------------
  トピックス＆重要なお知らせの詳細ページ
  フリーページ
--------------------------------------------------------------*/
/*--------------------------------------------------------------.leadBox*/
.leadBox {
	display: block;
	clear: both;
	width: auto;
	margin: 0 10px 20px 10px;
	padding: 10px;
	background-color: #F5E5D5;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
/*--------------------------------------------------------------.importantBox*/
.importantBox {
	display: block;
	clear: both;
	width: auto;
	margin: 0 10px 10px 10px;
	padding: 10px;
	color: #F00;
	border: 1px #F00 solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
/*--------------------------------------------------------------.frameBox*/
.frameBox {
	display: block;
	clear: both;
	width: auto;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #eeeeee;
	border: 1px #cccccc solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
/*--------------------------------------------------------------.updated*/
.updated {
	display: inline-block;
	margin: 5px;
	padding: 2px 5px;
	background: #333333;
	color: #ffffff;
	font-size: 90%;
	vertical-align: middle;
}
/*-----------------------------------------------------------.article*/
/* clearfix */
.article .photo2Col,
.article .photo3Col, .spc .photoArea {
	overflow: hidden;
	*zoom: 1;
}
.article .photo2Col:after,
.article .photo3Col:after, .spc .photoArea:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}
.article {
	width: auto;
	margin: 0 auto 10px auto;
	font-size: .9em;
	padding: 0;
}
.article .date {
	display: inline-block;
	width: auto;
	height: 1.5em;
	margin: 5px 10px 5px 0;
	padding: 0 5px;
	background: #cccccc;
	vertical-align: middle;
	font-size: 90%;
	line-height: 1.5em;
	text-align: center;
}
.article p {
	margin-bottom: 1.5em;
}
.article .section {
	clear: both;
	margin-bottom: 1em;
}
.article strong {
	font-weight: bold;
}
.article em {
	color: #F00;
}
.article table {
	width: 100% !important;
}
.article img {
	max-width: 100%;
	height: auto;
	width: auto;
	text-align: center;
	margin-bottom: 3px;
}
.article .photo {
	width: 100%;
}
.article .photo a {
	display: block;
	clear: both;
}
.article .photo1Col {
	text-align: center;
	clear: both;
	width: 100%;
}
.article .photo1Col .photo {
	margin: 0;
}
.article .photo1Col .photo img {
	border: none;
}
.article .photo2Col,
.article .photo3Col {
	display: block;
	clear: both;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.article .photo2Col .photo,
.article .photo3Col .photo {
	text-align: center;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
.article .photo2Col .photo {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.article .photo3Col .photo {
	width: 30%;
	margin-left: 1%;
	margin-right: 1%;
}
.article .photo2Col .photo img {
	display: block;
	clear: both;
	border: none;
}
.article .photo3Col .photo img {
	display: block;
	clear: both;
	border: none;
}
.article .photoL {
	clear: both;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 0;
}
.article .photoL .photo {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.article .photoR {
	clear: both;
	text-align: center;
	margin-left: 20px;
	margin-bottom: 0;
}
.article .photoR .photo {
	width: 100%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.article .photo img {
	width: auto;
	min-width: 100%;
	height: auto;
}
.article .photo span {
	font-size: .8em;
	display: block;
	clear: both;
	line-height: 1.2;
	padding-top: .5em;
	color: #666666;
}
.article dl {
  margin-bottom: 1em;
}
.article dt {
  padding: .5em 0;
  font-size: 1.2em;
  font-weight: bold;
}
.article ol {
  list-style: inside decimal;
}
.article ol li {
	display: list-item inline;
	list-style: decimal inside;
	margin-bottom: 5px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.5;
}
.article ul li {
	display: list-item inline;
	list-style: disc inside;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.article iframe {
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}
.article  table {
	width: 100%;
	border-collapse: collapse;
}
.article  th,
.article  td {
/*	padding: 5px; */
	border-collapse: collapse;
}
/*--------------------------------------------------------------downloadList*/
.downloadList {
	display: block;
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
	background: #ffffff;
}
/*clearfix*/
.downloadList, .downloadList li { zoom:1; }
.downloadList:after, .downloadList li:after {
	content: ""; 
	display: block; 
	clear: both;}
.downloadList li {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 0 10px 20px!important;
	background: url(../img/common/ya.png) 10px center no-repeat!important;
	background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	border-bottom: 1px #cccccc solid;
}
.downloadList li a {
	word-wrap: break-word;
	word-break: break-all;
	text-decoration: none;
}
/*--------------------------------------------------.blockList*/
ul.blockList {
	display: block;
	margin: 0;
	padding: 0;
}
.blockList li {
	display: block;
	clear: both;
	padding: 0;
	text-align: left;
}
.blockList li:nth-child(even) {
	background: #eeeeee;
}
.blockList li a {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 30px 10px 10px;
	width: auto;
	background: url(../../img/sp/ya.png) right center no-repeat;
	-webkit-background-size: 20px 20px;
	text-align: left;
}
/*--------------------------------------------------.listGroup*/
.listGroup {
	display: block;
	clear: both;
	margin: 0;
}
/* clearfix */
.listGroup { zoom:1; }
.listGroup:after {
	content: "";
	display: block;
	clear: both;}
.listGroup dl {
	display: block;
	clear: both;
}
.listGroup dt {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 120%;
}
.listGroup dt a {
	display: block;
	margin: 0;
	padding: 7px 30px 7px 7px;
	background-color: #666666;
	background-image: url(../../img/sp/ico_dt_listgroup.png);
	-webkit-background-size: 25px 15px;
	color: #ffffff;
	background-position: right center;
	background-repeat: no-repeat;
	text-decoration: none;
}

/*
タイトル類
----------------------------------------------------------------------------------------------------------------------------*/
.titleArea {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 15px 0;
	background: #5EA2D9;
	color: #ffffff;
	font-size: 160%;
	text-align: center;
}
#containerInner h1 {
	display: block;
	clear: both;
}
#containerInner h2 {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 10px 15px;
	color: #ffffff;
	background: #885C4D;
	font-size: 140%;
	text-align: left;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
#containerInner h3 {
	display: block;
	clear: both;
	margin: 20px 0 10px 0;
	padding: 5px 10px;
	color: #3085CB;
	border: 1px #3085CB solid;
	font-size: 120%;
	text-align: left;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
#containerInner h3 a {
	color: #5EA2D9;
	font-weight: bold;
	text-decoration: none;
}
#containerInner h3.latestissue {
	display: block;
	clear: both;
	margin: 10px 0 5px 0;
	color: #FF9900;
	border: none;
	font-size: 120%;
	text-align: left;
}
#containerInner h3.latestissue a {
	color: #FF9900;
	text-align: left;
}
#containerInner h4 {
	display: block;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #6A8D30;
	font-size: 120%;
	font-weight: normal;
}
#containerInner h4 a {
	color: #779E36;
	text-decoration: none;
}
#containerInner h5 {
	display: block;
	clear: both;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
#containerInner h5 a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

/*--------------------------------------------------------------
1字下げ
--------------------------------------------------------------*/
.indentBox1 {
	margin: 0 10px 10px 10px;
	line-height: 1.5;
	text-align: left;
}
/* clearfix */
.indentBox1 { zoom:1; }
.indentBox1:after {
	content: ""; 
	display: block; 
	clear: both;}

/*--------------------------------------------------------------
2字下げ
--------------------------------------------------------------*/
.indentBox2 {
	margin: 0 20px 10px 20px;
	line-height: 1.5;
	text-align: left;
}
/* clearfix */
.indentBox2 { zoom:1; }
.indentBox2:after {
	content: ""; 
	display: block; 
	clear: both;}
/*--------------------------------------------------------------
3字下げ
--------------------------------------------------------------*/
.indentBox3 {
	margin: 0 30px 10px 30px;
	line-height: 1.5;
	text-align: left;
}
/* clearfix */
.indentBox3 { zoom:1; }
.indentBox3:after {
	content: ""; 
	display: block; 
	clear: both;}

/*--------------------------------------------------------------
  #breadcrumbs　パンくず
--------------------------------------------------------------*/
#breadcrumbs {
	display: none;
}

/*--------------------------------------------------------------
  paging
--------------------------------------------------------------*/
.paging {
	display: block;
	margin: 10px;
	text-align: left;
	line-height: 1.5em;
}
.paging a.prev,
.paging a.next{
	border: none!important;
	background: none transparent!important;
	text-decoration: none!important;
	color: #0092d7;
}
.paging a.prev:hover,
.paging a.next:hover{
	border: none!important;
	background: none transparent!important;
	color: #0092d7;
}
/*clearfix*/
.paging { zoom:1; }
.paging:after {
	content: ""; 
	display: block; 
	clear: both;}
.paging a {
	text-decoration: none;
	margin: 2px;
	padding: 0 4px;
	color: #0092d7;
}
.paging span.current {
	background-color: #0092d7;
	border:1px solid #0092d7;
	color: #ffffff;
	margin: 2px;
	padding: 0 4px;
	font-weight:bold;
}
.paging a:link,
.paging a:visited {
	border:1px solid #0092d7;
	background-color: #FFFFFF;
}
.paging a:hover,
.paging a:active {
	text-decoration:none;
	background-color: #ccebf8;
	border-color: #0092d7;
	color: #0092d7;
}

/*
ボタン類
----------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------.btn_more*/
.btn_more {
	display: block;
	clear:  both;
	width: 200px;
	height: auto;
	margin: 10px auto 0 auto;
	padding: 0;
	font-size: 100%;
	text-align: center;
	background: #ffffff;
}
.btn_more a {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	color: #00b7ee;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	border: 1px #00b7ee solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.btn_more a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
.btn_more a img {
	display: inline-block;
	margin-left: 5px;
	margin-right : 5px;
	vertical-align: middle;
	width: auto;
	height: 12px
}
/*--------------------------------------------------------------.button*/
#btnArea {
	margin: 10px 0;
	width: auto;
	text-align: center;
}
#btnArea .button input {
	display: block;
	margin: 0;
	padding: 10px;
	color: #ffffff;
	font-size: 120%;
	text-decoration: none;
	text-align: center;
	background: #32b16c;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	cursor: pointer;
	border: none;
}
#btnArea .button input {
	width: 100%;
	padding: 10px 0!important;
}
/*--------------------------------------------------------------.btn_submit*/
.btn_submit input, 
.btn_submit a {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 5px 0 0 0;
	padding: 10px 0;
	color: #ffffff;
	background: #32b16c;
	border: 1px #32b16c solid!important;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
/*--------------------------------------------------------------.btn_back*/
.btn_back input, 
.btn_back a {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 5px 0 0 0;
	padding: 10px 0;
	color: #32b16c;
	background: #ffffff;
	border: 1px #32b16c solid!important;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
/*--------------------------------------------------------------.btn_detail*/
.btn_detail {
	display: block;
	clear: both;
	width: auto;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;
}
.btn_detail a {
	display: inline-block;
	width: auto;
	margin: 0 0 0 auto;
	padding: 3px 10px!important;
	background: #26acde;
	border: 1px #26acde solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #ffffff;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
}
.btn_detail a img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
/*--------------------------------------------------------------#backBtn*/
#backBtn {
	display: block;
	clear: both;
	width: auto;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
#backBtn a {
	display: block;
	width: auto;
	margin: 0;
	padding: 10px!important;
	background: #26acde;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
#backBtn a img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
/*--------------------------------------------------------------.button*/
.button {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
.button a, 
.button span, 
.button input  {
	display: block;
	margin:  0;
	padding: 10px;
	background: #32b16c;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	color: #ffffff;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
	border: none;
}
.button input {
	width: 100%;
	padding: 10px 0!important;
}
.button a img {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
/*--------------------------------------------------------------.listbutton*/
.listbutton {
	display: block;
	clear: both;
	width: auto;
	margin: 5px 0;
	padding: 5px;
	border: 1px #2A6FD3 solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2A6FD3), color-stop(0.00, #99CCFF));　/* Safari,Google Chrome用 */
	background: -webkit-linear-gradient(#99CCFF, #2A6FD3);
	background: -moz-linear-gradient(#99CCFF, #2A6FD3);　/* Firefox用 */
	background: -o-linear-gradient(#99CCFF, #2A6FD3);
	background: -ms-linear-gradient(#99CCFF, #2A6FD3);
	background: linear-gradient(#99CCFF, #2A6FD3);
	text-align: center;
}
.listbutton a {
	margin: 0 auto;
	padding-left: 20px;
	background: url(../img/sp/ya_back.png) left center no-repeat;
	-webkit-background-size: 20px 20px;
	color: #ffffff;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: #2A6FD3 1px 2px 1px;
}
/*--------------------------------------------------------------.btn*/
.tel, 
.fax, 
.mail {
	display: inline-block;
	margin-right: 10px;
	padding: 2px 5px;
	width: 4em;
	background: #ffffff;
	color: #333333;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
}
.btn_list {
	display: inline;
	float: right;
	width: 70px;
	height: 22px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
	text-align: right;
}
.btn_list a {
	display: block;
	background: url(../img/sp/arrow.png) right center no-repeat;
	background-size: 9px 15px;
	-webkit-background-size: 9px 15px;
	padding-right: 17px;
	color: #0097d7;
	line-height: 22px;
	text-decoration: none;
	text-align: right;
}
.btn_list a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------------.btnCenter*/
.btnCenter {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 0;
	text-align: center!important;
}
.btnCenter ul {
	margin: 0 5px;
	padding: 0;
}
/*clearfix*/
.btnCenter ul { zoom:1; }
.btnCenter ul:after {
	content: ""; 
	display: block; 
	clear: both;}
.btnCenter li, 
.btnCenter li a, 
.btnCenter a {
	margin: 0!important;
	padding: 0!important;
}
/*--------------------------------------------------------------.btnLeft*/
.btnLeft {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 0;
	text-align: left!important;
}
/*--------------------------------------------------------------.btnRight*/
.btnRight {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 10px 0;
	padding: 0;
	text-align: right!important;
}
.SearchButton {
	display: block;
	margin: 0;
	font-family:Helvetica, Arial, sans-serif;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: 3px #3F4247 solid;
	background: -webkit-gradient(linear, left top, left bottom,
	from(#ffffff), to(#c9c9c9));
	background-color: #c9c9c9;
	color: #000000;
	text-decoration:none;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.SearchButton a, 
a.SearchButton {
	color: #000000;
	text-decoration:none;
}
.SubmitButton {
	display: block;
	margin: 0;
	font-family:Helvetica, Arial, sans-serif;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: 3px #3F4247 solid;
	background: -webkit-gradient(linear, left top, left bottom,
	from(#ffffff), to(#c9c9c9));
	background-color: #c9c9c9;
	color: #000000;
	text-decoration:none;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.SubmitButton a, 
a.SubmitButton {
	color: #000000;
	text-decoration:none;
}
.btnCenter .SubmitButton {
	margin-bottom: 5px;
}

/*
buttonBox
----------------------------------------------------------------------------------------------------------------------------*/
.buttonBox {
	display: block;
	clear: both;
	margin: 5px 0;
}
/*clearfix*/
.buttonBox { zoom:1; }
.buttonBox:after {
	content: ""; 
	display: block; 
	clear: both;}
.buttonBox a {
	display: inline-block;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}


/*
  naviBox
----------------------------------------------------------------------------------------------------------------------------*/
.naviBox {
	display: block;
	clear: both;
	margin: 5px 0;
	padding: 0;
	background: #F8F9F6;
	border: 1px #D9DECD solid;
}
.hyouji {
	display: block;
	clear: both;
	margin: 5px;
	padding: 5px 10px;
	background: #fae8ec;
}
.hyouji strong {
	color: #c30023;
	font-weight: bold;
}

/*--------------------------------------------------------------.othersList*/
.othersList {
	display: block;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px #cccccc solid;
}
.othersList li {
	display: block;
	clear: both;
	margin: 0;
	padding: 5px 0 5px 30px;
	background: #D8EDFF url(../img/sp/ya.png) 5px center no-repeat;
	-webkit-background-size: 10px 14px;
	border-bottom: 1px #cccccc solid;
}

/*--------------------------------------------------------------#indexNewslist*/
#Newslist {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	text-align: center;
	background-size: 80% auto;
	-webkit-background-size: 80% auto;
}
/* clearfix */
#Newslist { zoom:1; }
#Newslist:after {
	content: ""; 
	display: block; 
	clear: both;}
#Newslist .title img {
	margin-bottom: -3px;
}
#Newslist .list {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
#Newslist .list .box {
	display: block;
	clear: both;
	width: 280px;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 10px 15px;
	text-align: left;
}
#Newslist .list .box:hover {
	background: url(../img/index/bg_news.jpg) repeat;
}
#Newslist .list .image {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	overflow: hidden;
}
#Newslist .list .image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
#Newslist .text {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 110%;
	text-align: left;
}
#Newslist .text a {
	color: #419965;
	font-size: 120%;
	text-decoration: none;
}
#Newslist .text a:hover {
	color: #419965;
	text-decoration: underline;
}
#Newslist .text p {
	margin: 10px 0;
}
#Newslist .date {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 80%;
	color: #545454;
}
#Newslist .btn_more{
	display: inline-block;
	width: 300px;
	height: auto;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	line-height: 40px;

}
#Newslist .btn_more a {
	display: block;
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #6DC091;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: none !important;
}
#Newslist .btn_more img {
	display: inline-block;
	width: auto;
	height: 15px;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}

/*--------------------------------------------------------------#Eventslist*/
#Eventslist {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	text-align: center;
}
/* clearfix */
#Eventslist { zoom:1; }
#Eventslist:after {
	content: ""; 
	display: block; 
	clear: both;}
#Eventslist .title img {
	margin-bottom: -3px;
}
#Eventslist .list {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
}
#Eventslist .list .box {
	display: block;
	clear: both;
	width: 280px;
	height: auto;
	margin: 0 auto 10px auto;
	padding: 10px 15px;
	text-align: left;
}
#Eventslist .list .box:hover {
	background: url(../img/index/bg_events.gif) repeat;
}
#Eventslist .list .image {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	overflow: hidden;
}
#Eventslist .list .image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;         /* CSS3 */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
}
#Eventslist .text {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 110%;
	text-align: left;
}
#Eventslist .text a {
	color: #F98E1A;
	font-size: 120%;
	text-decoration: none;
}
#Eventslist .text a:hover {
	color: #F98E1A;
	text-decoration: underline;
}
#Eventslist .date {
	display: block;
	clear: both;
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 80%;
	color: #545454;
}
#Eventslist .btn_more{
	display: inline-block;
	width: 300px;
	height: auto;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	line-height: 40px;

}
#Eventslist .btn_more a {
	display: block;
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	background: #FCA250;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border: none !important;
}
#Eventslist .btn_more img {
	display: inline-block;
	width: auto;
	height: 15px;
	margin: 0 10px 0 0;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}

/* --------------------------------------------------
  .feedback
-------------------------------------------------- */
.feedback {
	display: block;
	clear: both;
	margin: 10px;
	padding: 10px;
	background: #eeeeee;
	border: 1px #cccccc solid;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.feedback legend {
	width: 90%;
	margin: 10px 0 5px 0;
	padding: 0 0 0 20px;
	background: url(../../img/sp/bg_h3.jpg) left 0.5em no-repeat;
	-webkit-background-size: 8px 8px;
	font-size: 140%;
	font-weight: bold;
	word-wrap: break-word;
	word-break: break-all;
}
.feedback label {
	display: inline-block;
	clear: both;
	width: 90%;
	margin: 10px 0 5px 0;
	padding: 5px;
	background: #999999;
	color: #ffffff;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	word-wrap: break-word;
	word-break: break-all;
}
.feedback select {
	width: 80%;
	margin-left: 10px;
	margin-bottom: 5px;
}
.feedback .textarea {
  width: 80px;
	margin-left: 10px;
  height: 8em;
}

/*--------------------------------------------------------------
  #detailInfo　　スポット詳細・イベント情報詳細
--------------------------------------------------------------*/
#detailInfo {
	display: block;
	clear: both;
	margin: 0;
}
/*clearfix*/
#detailInfo { zoom:1; }
#detailInfo:after {
	content: ""; 
	display: block; 
	clear: both;}
#detailInfo dl {
	display: block;
	clear: both;
	background: #fffae8;
	margin: 5px 0 0 0;
	padding: 5px;
}
/* clearfix */
#detailInfo dl  { zoom:1; }
#detailInfo dl :after {
	content: ""; 
	display: block; 
	clear: both;}
#detailInfo dt {
	display: block;
	clear: both;
	background: #5f4b3e;
	color: #ffffff;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 5px;
	width: auto;
}
#detailInfo ul {
	display: block;
	clear: both;
	margin: 0;
}
#detailInfo li {
	display: block;
	clear: both;
	margin: 0;
}

/*--------------------------------------------------------------
  .box
--------------------------------------------------------------*/
.box {
	display: block;
	clear: both;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: left;
}
.boxtop {
	display: block;
	clear: both;
	margin: 10px 0 30px 0;
	padding: 0;
	text-align: left;
}
.box table {
	margin: 5px auto;
	padding: 0;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	background: #ffffff;
}
.box th {
	padding: 5px 10px;
	background: #eeeeee;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	text-align: center;
	white-space: nowrap;
}
.box td {
	padding: 5px 10px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	text-align: left;
}
.box img {
	display: block;
	clear: both;
	margin: 10px 0;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
  #abouts
--------------------------------------------------------------*/
.donguriBox {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 24px 10px;
	background: #F5E5D5;
	text-align: center;
}
.donguriBox img {
	width: 100%;
	height: auto;
}
.donguriBox ul {
	display: block;
	clear: both;
	width: 100%;
	margin: 10px auto 0 auto;
	padding: 0;
	text-align: center;
}
/* clearfix */
.donguriBox ul { zoom:1; }
.donguriBox ul:after {
	content: ""; 
	display: block; 
	clear: both;}
.donguriBox li {
	display: block;
	clear: both;
	width: 190px;
	margin: 5px auto;
	padding: 0;
	text-align: left;
}
.donguriBox li img {
	display: block;
	clear: both;
	width: 130px;
	margin: 0 auto 5px auto;
	padding: 0;
}
#ruehl {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
}
.ruehlItem {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
	padding: 13px;
	background: #F3E6D4;
	text-align: left;
}
.ruehlItem ul {
	display: block;
	clear: both;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
}
.ruehlItem li {
	display: block;
	clear: both;
	margin-top: 5px;
	padding: 0 0 0 25px;
	background: url(../img/abouts/li.gif) left top no-repeat;
	text-align: left;
}
.ruehlItem img {
	max-width: 324px;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
  .characterBox
--------------------------------------------------------------*/
.characterBox {
	display: block;
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
}
.characterBox ul {
	display: block;
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/* clearfix */
.characterBox ul { zoom:1; }
.characterBox ul:after {
	content: ""; 
	display: block; 
	clear: both;}
.characterBox li {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}
.characterBox li img {
	margin-bottom: 10px;
	width: 100%;
}

/*--------------------------------------------------------------
  .goodsBox
--------------------------------------------------------------*/
.goodsBox {
	display: block;
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
.goodsBox ul {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
/* clearfix */
.goodsBox ul { zoom:1; }
.goodsBox ul:after {
	content: ""; 
	display: block; 
	clear: both;}
.goodsBox li {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px #cccccc solid;
	text-align: center;
	background: #ffffff;
}
.goodsBox li img {
	margin: 0 auto 10px auto;
	max-width: 326px;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
  .newarrival
--------------------------------------------------------------*/
.newarrival {
	display: block;
	clear: both;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: center;
}
/* clearfix */
.newarrival { zoom:1; }
.newarrival:after {
	content: ""; 
	display: block; 
	clear: both;}
.newarrival div.image {
	display: block;
	clear: both;
	width: 175px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
}
.newarrival .image a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}
.newarrivalText {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
}
.newarrivalText h3 {
	padding: 5px 0 5px 35px!important;
	background: url(../img/common/ico_pdf.gif) left center no-repeat;
}
.newarrivalText ul {
	display: block;
	clear: both;
	margin: 0 0 0 35px;
	padding: 0;
}
.newarrivalText li {
	display: block;
	clear: both;
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	background: url(../img/communication/li.gif) left top no-repeat;
}
.backnumberBox {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.backnumberBox ul {
	display: block;
	clear: both;
	margin: 0 0 0 20px;
	padding: 0;
}
/* clearfix */
.backnumberBox ul { zoom:1; }
.backnumberBox ul:after {
	content: ""; 
	display: block; 
	clear: both;}
.backnumberBox li {
	display: block;
	clear: both;
	margin: 0 20px 0 0;
	padding: 10px 0 10px 20px;
	border-bottom: 1px #C9A99E solid;
	text-align: left;
}
.backnumberBox li a {
	display: block;
	padding: 5px 0 5px 25px;
	background: url(../img/common/ico_pdf.gif) left center no-repeat;
}

/*--------------------------------------------------------------
  .pdf
--------------------------------------------------------------*/
.pdf {
	display: block;
	clear: both;
	margin: 20px 0 0 0;
	padding: 10px;
	background: #F3E6D4;
}
/* clearfix */
.pdf { zoom:1; }
.pdf:after {
	content: ""; 
	display: block; 
	clear: both;}

.pdf img {
	display: block;
	clear: both;
	margin: 0 auto 10px auto;
	text-align: center;
}
.pdf a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------
  #pagelink
--------------------------------------------------------------*/
#pagelink {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}
/* clearfix */
#pagelink ul { zoom:1; }
#pagelink ul:after {
	content: ""; 
	display: block; 
	clear: both;}
#pagelink li {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
#pagelink li img {
	width: 100%;
	max-height: 40px;
	height: auto;
}

/*--------------------------------------------------------------
  #trust-form
--------------------------------------------------------------*/
#trust-form {
	display: block;
	clear: both;
	margin: 20px 0;
	padding: 0;
}
#trust-form table {
	width: 100%;
	margin: 10px auto;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	background: #ffffff;
}
#trust-form th {
	padding: 10px;
	background: #eeeeee;
	border: 1px #cccccc solid;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
#trust-form th .content {
	padding: 0 !important;
}
#trust-form td {
	padding: 10px 10px 10px 5px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	text-align: left;
	width: 90%;
}
#trust-form td input, 
#trust-form td textarea {
	padding: 5px 10px;
	width: 90%;
	border: 1px #cccccc solid;
}
#trust-form td textarea {
	height: 150px;
}
#trust-form .require {
	margin-left: 5px;
	color: #F00;
}
#confirm-button {
	display: block;
	clear: both;
	margin: 20px auto 0 auto;
	text-align: center;
}
#confirm-button input {
	display: inline-block;
	margin: 0 20px;
	padding: 5px 20px;
	background: #489A49;
	border: none;
	text-decoration: none;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#confirm-button input:hover {
	background: #7CBB40;
}
#message-container-confirm {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 20px 0;
	text-align: center;
}
#message-container-complete {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 20px 0;
	background: url(../img/common/bg_message-container-confirm.jpg) center top no-repeat;
	text-align: center;
}

.info_box {
	display: block;
	margin: 20px auto;
	padding: 20px;
	background-color: #F3E6D4;
	border-radius: 5px;
}
.info_box .info_name {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

/*--------------------------------------------------------------
  #linklist
--------------------------------------------------------------*/
#linklist {
	display: block;
	clear: both;
	width: auto;
	margin: 20px 10px;
	padding: 0;
}
#linklist li {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 15px;
	line-height: 32px;
	border-bottom: 1px #cccccc solid;
}
#linklist li a {
	display: block;
	clear: both;
	margin: 0;
	padding-left: 30px;
	background: url(../img/news/li.gif) left center no-repeat;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
#linklist li a:hover {
	color: #FF9900;
	text-decoration: none;
}
h1.entry-title {
	display: block;
	clear: both;
	padding: 5px 10px;
	color: #535353;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

/*--------------------------------------------------------------
  #sitemap
--------------------------------------------------------------*/
#sitemap {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}
#sitemap { zoom:1; }
#sitemap:after {
	content: ""; 
	display: block; 
	clear: both;}
#sitemap dt {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 15px;
	line-height: 32px;
	border: 1px #cccccc solid;
}
#sitemap dt a {
	display: block;
	clear: both;
	margin: 0;
	padding-left: 30px;
	background: url(../img/sitemap/li.gif) left center no-repeat;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
#sitemap a:hover {
	color: #FF9900;
	text-decoration: none;
}
#sitemap dd {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 0 0 20px;
}
#sitemap dd a {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 15px 10px 40px;
	background: #ffffff url(../img/sitemap/li.gif) 15px center no-repeat;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	border: 1px #cccccc solid;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

/*--------------------------------------------------------------
  #newslist
--------------------------------------------------------------*/
#newslist {
	display: block;
	clear: both;
	width: auto;
	margin: 20px 10px;
	padding: 0;
}
#newslist li {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 15px;
	border-bottom: 1px #cccccc solid;
	background: #ffffff;
}
#newslist li a {
	display: block;
	clear: both;
	min-height: 15px;
	height: auto;
	margin: 0;
	padding-left: 25px;
	background: url(../img/news/li.gif) left center no-repeat;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	color: #3A3A3A;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}
#newslist li a:hover {
	color: #FF9900;
	text-decoration: none;
}
h1.entry-title {
	display: block;
	clear: both;
	padding: 5px 10px;
	background: url(../img/common/bg_h1.jpg) left top repeat;
	color: #535353;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

/*--------------------------------------------------------------
  #maintenance
--------------------------------------------------------------*/
#maintenance_page {
	min-height: 100vh;
    position: relative;
    padding-bottom: 150px;
    box-sizing: border-box;
}
#maintenance_container {
	display: block;
	clear: both;
	width: 100%;
	margin: 0!important;
	padding: 20px 0;
}
#maintenance_main {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
}
#maintenance_main p {
	line-height: 2em;
	font-size: 120%;
}
#maintenance_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0 0 0;
	background: #86BC2A url(../img/common/bg_footer.jpg) left top repeat-x;
	text-align: center;
}
