@charset "utf-8";

/*________________________________________________

	name:			sp.css
	create Date:	2018-02-08
	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;
	font-weight: normal;
}
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:#333333;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#333333; 
    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;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

html {-webkit-text-size-adjust: none;}

/*--------------------------------------------------------------
clear
--------------------------------------------------------------*/
.clear {
	clear: both;
}

/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}

/*--------------------------------------------------------------
  link
--------------------------------------------------------------*/
a {
	font: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
}
a:link {
	color: #164398;
}
a:hover {
	text-decoration: underline;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
a:focus {
	outline: none;
	background-color: #eeeeee;
}
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;
}

/*--------------------------------------------------------------
  レイアウト
--------------------------------------------------------------*/
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.center img {
	width: 100%;
}
.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%;
	margin: 5px auto;
}
img.leftfloat, 
img.rightfloat {
	display: block;
	clear: both;
	width: 80%;
	margin: 5px auto;
}
/*--------------------------------------------------------------50%レイアウト*/
.leftBox, 
.rightBox {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
}
/* clearfix */
.leftBox:after, .rightBox:after {
	content: "";
	display: table;
	clear: both;
}
.leftBox img, 
.rightBox img {
	width: 80%;
	margin: 5px auto;
}
/*--------------------------------------------------------------hissu　必須文字・赤色文字*/
.hissu {
	color: #fe0000;
}
.hissu a {
	color: #fe0000;
	text-decoration: underline;
}
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: #fe0000;
}
/*--------------------------------------------------------------丸のリスト*/
ul.circle {
	list-style-image:none;
}
.circle li {
	display: list-item inline;
	list-style: disc inside;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
/*--------------------------------------------------------------数字のリスト*/
ol.decimal {
	list-style-image:none;
	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 {
	list-style-image:none;
	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 {
	list-style-image:none;
	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;
}

/*--------------------------------------------------------------
1字下げ
--------------------------------------------------------------*/
p.indentBox1,
.sp_indentBox1 {
	margin-left: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: left;
}
/* clearfix */
p.indentBox1,.sp_indentBox1 { zoom:1; }
p.indentBox1:after,.sp_indentBox1:after {
	content: ""; 
	display: block; 
	clear: both;}
	

/*--------------------------------------------------------------
  body
--------------------------------------------------------------*/
body {
	font-size: 87.5%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
/*    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;
	line-height:1.6;
}

/*--------------------------------------------------------------
  base
--------------------------------------------------------------*/
img {
	border: none;
}
strong {
	font-weight: bold;
}

/*--------------------------------------------------------------
  skip
--------------------------------------------------------------*/
a.skip {
    background-color: #FFFFFF;
    text-align: center;
    padding: 2px 0;
    top: auto;
}
.skip {
    width: 1px;
	color: #333333;
    font-size: 0.1%;
    line-height: 0.1;
    background-color: #FFFFFF;
    position: absolute;
    left: -3000px;
    z-index: 9999;
}

/*--------------------------------------------------------------
  #header
--------------------------------------------------------------*/
#header {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #3f851f;
}
/*clearfix*/
#header:after {
	content: "";
	display: table;
	clear: both;
}
#headerInner {
	display: block;
	clear: both;
	width: auto;
	height: 45px;
	margin: 0;
	padding: 0;
	text-align: left;
}
/*clearfix*/
#headerInner:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
/*--------------------------------------------------------------.ogo*/
.logo {
	display: inline-block;
	width: 90%;
	height: auto;
	margin: 8px auto 10px 10px;
}
.logo img {
	width: 180px;
	height: auto;
}
.logo img.pcimg {
	display: none;
}

/*--------------------------------------------------------------
  #nav
--------------------------------------------------------------*/
#nav,
.company {
	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: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background: url(../img/sp/menu.gif) right top no-repeat;
	background-size: 45px 45px;
	-webkit-background-size: 45px 45px;
	text-align: right;
}

/*--------------------------------------------------------------
  #pageTop　ページトップ
--------------------------------------------------------------*/
#pagetop {
	display: block;
	clear: both;
	text-align: right;
	margin: 0;
}
#pagetop a {
	text-decoration: none;
}
#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;
}

/*--------------------------------------------------------------
#tmp_wrap_footer	フッター部分（全ページ共通）
--------------------------------------------------------------*/
#tmp_wrap_footer {
	display: block;
	clear: both;
	height: auto;
	margin: 10px 0 0 0;
	padding: 10px 20px;
	background: #3f851f;
	text-align: right;
}

/*--------------------------------------------------------------#tmp_copyright*/
#tmp_copyright {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 0;
	color: #fff;
	background-color: #06518d;
	text-align: center;
}
#tmp_copyright p {
	display: block;
	clear: both;
	margin-top: 10px;
}
.tmp_footermenu {
	display: block;
	clear: both;
	margin: auto;
}
/*clearfix*/
.tmp_footermenu:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_footermenu ul {
	display: block;
	clear: both;
	margin: 0 10px;
	text-align: left;
}
/*clearfix*/
.tmp_footermenu ul:after {
	content: "";
	display: table;
	clear: both;
}
.tmp_footermenu li {
	display: block;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	text-align: left;
	color: #fff;
	background: url(../img/common/arrow_footer.png) left center no-repeat;
}
.tmp_footermenu li a {
	color: #ffffff;
}
.tmp_footermenu li:last-child {
	margin-right: 0;
}

/*--------------------------------------------------------------
ページ全体（ページ共通）
--------------------------------------------------------------*/
/*--------------------------------------------------------------#container*/
#container {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}
/*--------------------------------------------------------------#containerInner*/
#containerInner {
	display: block;
	clear: both;
	width: auto;
	margin: 0;
	padding: 0 10px;
	background-color: #ffffff;
	text-align: left;
}
/*clearfix*/
#containerInner:after {
	content: "";
	display: table;
	clear: both;
}
#containerInner a {
	word-wrap: break-word;
	word-break: break-all;
}
/* display: none;
--------------------------------------------------------------*/
#breadcrumbs {
	display: none!important;
}
/*--------------------------------------------------------------タイトル類*/
.titleArea {
	display: block;
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}
.titleArea h1 {
	display: block;
	clear: both;
	margin: 0;
	padding: 25px 10px 25px 90px;
	height: 100%;
	font-size: 186%;
	color: #ffffff;
	text-shadow: 1px 1px 30px #fff,	-1px -1px 30px #fff;
}

.titleArea h1.kunisaki {
	background: #1972d2 url(../img/common/h1_kunisaki.png) left 20px center no-repeat;
	background-size: auto 55px;
	-webkit-background-size: auto 55px;
}
.titleArea h1.access {
	background: #34871f url(../img/common/h1_access.png) left 20px center no-repeat;
	background-size: auto 55px;
	-webkit-background-size: auto 55px;
}
.titleArea h1.kankyou {
	background: #1972d2 url(../img/common/h1_kankyou.png) left 20px center no-repeat;
	background-size: auto 55px;
	-webkit-background-size: auto 55px;
}
.titleArea h1.jyosei {
	background: #8e5fba url(../img/common/h1_jyosei.png) left 20px center no-repeat;
	background-size: auto 55px;
	-webkit-background-size: auto 55px;
}
.titleArea h1.kukaku {
	background: #1972d2 url(../img/common/h1_kukaku.png) left 20px center no-repeat;
	background-size: auto 55px;
	-webkit-background-size: auto 55px;
}
.titleArea h1.plan {
	background: #34871f url(../img/common/h1_plan.png) left 15px center no-repeat;
	background-size: auto 55px;
	-webkit-background-size: auto 55px;
}
.titleArea h1.jigyou {
	background: #8e5fba url(../img/common/h1_jigyou.png) left 15px center no-repeat;
	background-size: auto 65px;
	-webkit-background-size: auto 65px;
}
.titleArea h1.shoukai {
	background: #1972d2 url(../img/common/h1_shoukai.png) left 10px center no-repeat;
	background-size: auto 45px;
	-webkit-background-size: auto 45px;
}
.titleArea h1.mailform {
	background: #34871f url(../img/common/h1_mailform.png) left 10px center no-repeat;
	background-size: auto 45px;
	-webkit-background-size: auto 45px;
}

#containerInner h2 {
	margin: 20px 0 15px 0;
	padding: 10px;
	font-size: 157%;
	text-align: left;
	color: #ffffff;
	background: #3f851f;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
#containerInner h2.blue {
	margin: 20px 0 15px 0;
	padding: 10px;
	font-size: 157%;
	text-align: left;
	color: #ffffff;
	background: #2e4b8b;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
#containerInner h2.blue span {
	display: block;
	font-size: 60%;
}
#containerInner h2.top,
#containerInner h2:first-child,
#containerInner h3:first-child {
	margin-top: 0;
}
#containerInner h3 {
	margin: 20px 0 10px 0;
	padding: 0 5px 0 15px;
	font-size: 128.5%;
	color: #cf4900;
	background: url(../img/common/h3_arrow.png) left top 0.5em no-repeat;
	text-align: left;
}
#containerInner h4 {
	margin: 10px 0;
	padding: 5px 20px;
	font-weight: 900;
	font-size: 114.3%;
	background: #ddf7d1;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
#containerInner h4.blue {
	margin: 10px 0;
	padding: 5px 20px;
	font-weight: 900;
	font-size: 114.3%;
	background: #dee6f8;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
#containerInner h5 {
	margin: 10px 0;
	padding: 0 0 0 10px;
	color: inherit;
	font-weight: 900;
	font-size: 114.3%;
	border-bottom: 1px #3f851f solid;
	clear:both;
}
#containerInner p {
	margin-bottom: 0.8em;
}
#containerInner ul {
	margin:0 0 1em 0.5em;
}
#containerInner ol {
	margin:0 0 1em 0;
	list-style-image:none;
}
#containerInner ul li,
#containerInner ol li {
	margin:0 0 0.2em 0;
}
#containerInner ul ul,
#containerInner ul ol,
#containerInner ol ul,
#containerInner ol ol {
	margin:0.3em 0 0 1.5em;
}
#containerInner hr {
	height:1px;
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:none;
	clear:both;
}
/* tmp_custom_update
============================== */
/* clearfix */
#tmp_footer_social:after {
	content: "";
	display: table;
	clear: both;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float: none;
	clear: both;
	margin: 0 0 0.8em 0;
	text-align: left;
}
#tmp_social_plugins .social_media_btn {
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
}
#tmp_custom_update .social_media_btn {
	margin: 0 0 0 5px;
	line-height:1.2;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_custom_update {
	text-align: left;
}
#tmp_custom_update .updateday_box {
	clear: both;
	margin:0 0 0.8em;
	text-align: right;
}
/* tmp_footer_social
============================== */
#tmp_footer_social {
	display: block;
	margin: 1.5em auto 0 auto;
	text-align: center;
}
#tmp_footer_social #tmp_social_plugins {
	display: inline-block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#tmp_footer_social .social_media_btn {
	display: inline-block;
	float: left;
	margin: 0 5px;
}

/* main
============================== */
#main {
	width: 100%;
}
.col_main,
.col_c {
	clear: both;
	margin-bottom: 20px;
}
.col_navi {
	clear: both;
}
/* tmp_contetsnavi
============================== */
#tmp_contetsnavi {
	clear:both;
	padding: 10px;
	font-weight: 400;
	background: #d4d5e5;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
#tmp_contetsnavi_ttl {
	margin: 0;
	padding: 15px;
	font-size: 143%;
	background-color: #464882;
	color: #ffffff;
	text-align: center;
	border-radius: 5px 5px 0 0;         /* CSS3 */
	-moz-border-radius: 5px 5px 0 0;    /* Firefox */
	-webkit-border-radius: 5px 5px 0 0; /* Safari,Chrome */
}
#tmp_contetsnavi_ttl a {
	color: #ffffff;
}
#tmp_contetsnavi ul {
	clear: both;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}
#tmp_contetsnavi li {
	margin: 0 !important;
}
#tmp_contetsnavi ul,
#tmp_contetsnavi ul li:last-child a {
	border-radius: 0 0 5px 5px;         /* CSS3 */
	-moz-border-radius: 0 0 5px 5px;    /* Firefox */
	-webkit-border-radius: 0 0 5px 5px; /* Safari,Chrome */
}
#tmp_contetsnavi ul li a {
	display: block;
	padding: 15px 10px;
	color: #333333;
	background: #ffffff url(../img/common/arrow_menu.png) right 20px center no-repeat;
}
#tmp_contetsnavi ul li:hover a {
	background-color: #f0f1f7;
	text-decoration: none;
}

/* tmp_list_cnt
   tmp_importantlist_cnt
============================== */
#tmp_list_cnt,
#tmp_importantlist_cnt {
	clear: both;
	margin: 0;
	padding: 0;
}
#tmp_list_cnt .box_list,
#tmp_importantlist_cnt .box_list {
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);         /* CSS3 */
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);   /* Firefox */
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);/* Safari,Chrome */
}
/*clearfix*/
#tmp_list_cnt .box_list:after,
#tmp_importantlist_cnt .box_list:after {
	content: "";
	display: table;
	clear: both;
}
#tmp_list_cnt .updateday_box,
#tmp_importantlist_cnt .updateday_box {
	display: inline-block;
	vertical-align: middle;
}
#tmp_list_cnt .category {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
	padding: 2px 0;
	font-size: 86%;
	text-align: center;
	vertical-align: middle;
}
.thema_news {
	color: #ffffff;
	background-color: #49669c;
}
.thema_gourmet {
	color: #ffffff;
	background-color: #b89c1b;
}
#tmp_list_cnt p,
#tmp_importantlist_cnt .txt_box {
	clear: both;
	display: block;
	margin: 10px 0 0 0;
}
#tmp_importantlist_cnt .txt_box p {
	word-wrap: break-word;
	word-break: break-all;
}
#tmp_importantlist_cnt .txt_box p:last-child {
	margin-bottom: 0;
}
/*-----------------------------------------------------------.article*/
.article {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
}
.date {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 2px 10px;
	font-size: 86%;
	vertical-align: middle
}
.article .section {
	clear: both;
	margin-bottom: 1em;
}
.article strong {
	font-weight: bold;
}
.article em {
	color: #F00;
}
.article table {
	width: 100%;
}
.article .photo img {
	width: auto;
	max-width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 3px;
	border: 1px #ECE4DB solid;
}
.article .photo {
	width: auto;
	max-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 {
	width: calc(100% - 2px);
	height: auto;
}
.article .photo2Col,
.article .photo3Col {
	text-align: center;
	clear: both;
}
.article .photo2Col .photo,
.article .photo3Col .photo {
	text-align: center;
}
.photo2Col .photo,
.photo3Col .photo {
	float: left;
	margin-right: 2%;
	text-align: center;
}
.photo2Col .photo:last-child,
.photo3Col .photo:last-child {
	float: right;
	margin-right: 0;
}
.photo2Col .photo {
	width: 47%;
}
.photo3Col .photo {
	width: 32%;
}
.article .photo2Col .photo img {
	display: block;
	border: none;
}
.article .photo3Col .photo img {
	display: block;
	clear: both;
}
.article .photoL {
	float: left;
	text-align: left;
	width: auto;
	max-width: 50%;
	margin-right: 0.8em;
}
.article .photoR {
	float: right;
	text-align: right;
	width: auto;
	max-width: 50%;
	margin-left: 0.8em;
}
.article .photo span {
	font-size: .8em;
	display: block;
	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 .photoArea {
	margin: 1em 0;
}
.article .photoArea .photo {
	margin: 0 auto;
}
.article .photoArea img {
	border: 1px #ECE4DB solid;
}
.article iframe {
	width: 100%;
	height: auto;
	margin: 0 auto 10px auto;
}
.article table {
	width: 100%;
	border-collapse: collapse;
}
.article th,
.article td {
	border-collapse: collapse;
}
.leadBox {
	display: block;
	clear: both;
	width: auto;
	margin: 0 10px 0.8em 10px;
	padding: 10px;
	background-color: #eeeeee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
/* clearfix */
.article:after,
.article p:after,
.photo2Col:after,
.photo3Col:after, 
.photoArea:after {
	content: "";
	display: table;
	clear: both;
}

/*--------------------------------------------------------------
  .pagination
--------------------------------------------------------------*/
.pagination {
	display: block;
	width: auto;
	height: auto;
	margin: 20px 0;
	padding: 0;
	color: #183a79;
	font-size: 86%;
	text-align: left;
}
.pagination p {
	clear: both;
}
.pagination span.back a, .back a {
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
	background-color: inherit;
	border: none;
	white-space: nowrap;
}
.pagination span.link a, .link a {
	width: auto;
	height: auto;
	margin: 0 5px;
	padding: 0;
	background-color: inherit;
	border: none;
	white-space: nowrap;
}
.pagination span.next a, .next a {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: inherit;
	border: none;
	font-weight: normal!important;
	white-space: nowrap;
}
.pagination .back a:hover,
.pagination .link a:hover,
.pagination .next a:hover {
	color: #1a366a;
	text-decoration: underline;
	background-color: inherit;
}
.pagination a {
	width: auto;
	height: auto;
	margin: 0 5px;
	padding: 3px 8px;
	background-color: #ffffff;
	border: 1px #183a79 solid;
	color: #183a79;
	text-decoration: none;
}
.pagination a:hover {
	background-color: #183a79;
	color: #ffffff;;
}
.pagination a:active, .pagination .pagination_active {
	width: auto;
	height: auto;
	margin: 0 5px;
	padding: 3px 8px;
	background-color: #183a79;
	border: 1px #183a79 solid;
	color: #ffffff;;
	text-decoration: none;
}

/*--------------------------------------------------------------
  ボタン類
--------------------------------------------------------------*/
.btn {
	display: block;
	margin-top: 1.5em;
	margin-left: 0;
	margin-right: 0;
	width: auto;
	height: auto;
	border: none;
}
.btn a {
	display: inline-block;
	margin: auto;
	width: auto;
	width: 35%;
	text-align: center;
	vertical-align: top;
}
.btn a:hover {
	text-decoration: none;
	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;
}
.btn a span {
    display: inline-block;
    height: auto;
}
.thema_important,
.thema_btnlink {
	text-align: center;
}
.thema_important a {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 15px 25px 15px 10px;
	color: #ffffff;
	background: #1972d2 url(../img/common/arrow.png) right 10px center no-repeat;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-decoration: none;
}
.thema_btnlink a {
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 15px 25px 15px 10px;
	color: #ffffff;
	background: #1972d2 url(/img/common/arrow_more.png) right 10px center no-repeat;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-decoration: none;
}

/*--------------------------------------------------------------.mailformbtn*/
.mailformbtn {
	display: block;
	clear: both;
	margin-bottom: 10px;
}
.mailformbtn a {
	display: block;
	padding: 10px 25px 10px 10px;
	background: #d32929 url(../img/common/arrow.png) right 10px center no-repeat;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	text-decoration: none;
}
.mailformbtn a:hover {
	text-decoration: none;
	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;
}

/*--------------------------------------------------------------.tablebox*/
table.tablebox {
	margin: 10px auto;
	padding: 0;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	background: #ffffff;
	width: 100%;
	height: auto;
}
table.tablebox th {
	padding: 5px 10px;
	background: #eeeeee;
	border: 1px #c9c9c9 solid;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}
table.tablebox td {
	padding: 5px 10px;
	border: 1px #c9c9c9 solid;
	border-collapse: collapse;
}

/*--------------------------------------------------------------.infobox*/
.infobox {
	display: block;
	clear: both;
	margin-top: 20px;
	text-align: center;
	border: 1px #3f851f solid;
}
.infobox .info_title {
	display: block;
	clear: both;
	padding: 5px 0;
	font-size: 120%;
	color: #ffffff;
	background: #3f851f;
}
.infobox p {
	margin-top: 10px;
}

/*--------------------------------------------------------------
  トップページのみ
--------------------------------------------------------------*/
.topimg {
	display: block;
	clear: both;
	margin: 0 -10px 10px -10px;
}
.topimg img {
	width: 100%;
	height: auto;
}
p.mankitsu {
	margin-left: 20px;
	margin-bottom: 15px;
}
.overview {
	display: block;
	clear: both;
	margin-left: 20px;
}
.overview img {
	width: 100%;
	margin-bottom: 10px;
}

/*--------------------------------------------------------------.characteristic*/
.characteristic {
	display: block;
	clear: both;
}
.characteristic_box {
	display: block;
	clear: both;
	margin-bottom: 10px;
	border: 1px #2576be solid;
}
.characteristic_box .title {
	display: block;
	clear: both;
	padding: 5px 10px;
	font-size: 120%;
	color: #ffffff;
	background: #2576be;
}
.characteristic_box img {
	display: block;
	clear: both;
	margin: 10px auto;
	text-align: center;
}
.characteristic_box p {
	margin-bottom: 10px;
	padding: 0 10px;
}


/*--------------------------------------------------------------.greentext*/
.greentext {
	color: #34871f;
}




