@charset "utf-8";

body{
	text-size-adjust: 100%;
	color: #222;
	background-color: #FAFFED;
}
h1,h2,h3,h4,h5,table th{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",'ＭＳ Ｐ明朝','MS PMincho',serif;
	font-weight: bold;
}
h1,h2,h3,h4,h5,table th{
	letter-spacing: 0.2em;
}
table th span.small{
	letter-spacing: 0;
}
a, a:link, a:visited, a:hover, a:active, a:focus{
	color: #03C;
	outline: none;
}
.red{
	color: #F00;
}
.fadein{
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
}


/* Header
----------------------------------*/

header{
	padding: 0;
	background: #FAFFED url(/img/bg_hd.png) 0 0 repeat-x;
}
#logo{
	margin: 25px 5px 0;
}
#open{
	margin: 0 auto;
	padding: 3px 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",'ＭＳ Ｐ明朝','MS PMincho',serif;
	text-align: center;
	color: #FFF;
	background-color: #541A00;
	z-index: 2;
}
#contact{
	margin-top: 5px;
	padding: 0 10px;
	list-style-type: none;
	font-size: 18px;
}
#contact a,
#contact a:link,
#contact a:visited,
#contact a:hover,
#contact a:active,
#contact a:focus{
	color: #157008;
}
#contact img{
	margin-top: 5px;
}
#contact i{
	margin-top: 10px;
}

@media (min-width: 991px){
#open,
#contact{
	text-align: right;
	float: right;
	font-size: 13px;
}
}

@media (max-width: 990px){
header{
	text-align: center;
}
#logo{
	margin: 20px auto 0;
}
#open{
	max-width: 560px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#contact{
	display: none;
}
}
@media (max-width: 767px){
#open{
	max-width: 767px;
	margin-bottom: 0;
	margin-right: -15px;
	margin-left: -15px;
}
}
@media(max-width: 575.98px){
#open{
	font-size: 90%;
}
}


/* Navigation
----------------------------------*/

.navbar-collapse{
	margin: 0;
	padding: 0;
}
.navbar{
	margin: 0;
	border: 0;
	border-radius: 0;
	background-color: #157008;
}
.navbar .nav{
	margin: 0;
	table-layout: fixed;
	width: 100%;
}
.navbar .nav > li{
	width: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",'ＭＳ Ｐ明朝','MS PMincho',serif;
	white-space: nowrap;
	border-left: 1px solid #67AF58;
}
.navbar .nav > li:last-child{
	border-right: 1px solid #67AF58;
}
.navbar .nav > li > a{
	padding-right: 0;
	padding-left: 0;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus{
	background-color: #67AF58;
}
.navbar .navbar-toggle .icon-bar{
	background-color: #FFF;
}

@media (max-width: 990px){
.navbar{
	font-size: 13px;
}
}

@media (min-width: 768px){
.navbar .nav{
	margin: 0;
	display: table;
	width: 100%;
}
.navbar .nav li{
	display: table-cell;
	float: none;
}
}

@media (max-width: 767px){
.navbar .nav{
	border-top: 1px solid #67AF58;
	border-right: none;
}
.navbar .nav > li{
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #67AF58;
}
}


/* Breadcrumb
----------------------------------*/

.wrap-bc{
	width: 100%;
	padding: 5px 0;
	background: #F5E5B8 url(/img/bg_bc.jpg) 0 0 repeat;
}
.breadcrumb{
	margin: 0;
	background: none;
}
.breadcrumb a{
	color: #222;
}
.breadcrumb > li + li:before{
	content: ">";
	color: #222;
}
.breadcrumb > .active{
	color: #222;
}


/* Main
----------------------------------*/

main{
	min-height: 500px;
}
#topimg img{
	width: 100%;
}
#content{
	padding-bottom: 60px;
}
#content a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
h1{
	margin: 35px 0 25px;
	padding: 10px 5px;
	font-size: 30px !important;
	text-align: center;
}
h2{
	margin: 30px 0 20px;
	padding: 10px;
	font-size: 26px !important;
}
h3{
	margin: 20px 0 15px;
	padding: 0;
	font-size: 22px !important;
}
.lead{
	margin: 0;
	padding: 20px 0 10px;
	font-size: 18px !important;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",'ＭＳ Ｐ明朝','MS PMincho',serif;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th{
	padding: 10px 8px 8px;
	border-top: none;
	border-bottom: none;
}
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td{
	padding: 10px 8px 3px;
	border-top: none;
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
}
table.list{
	margin-top: 30px;
	border-bottom: 1px solid #DDD;
}
table.list th{
	text-align: center;
	background-color: #DBD7C6;
	font-size: 20px;
}
table.list h3{
	margin-top: 10px;
	letter-spacing: 0;
}
table.list img{
	margin-top: 10px;
	margin-bottom: 12px;
}

#open-bottom{
	margin-top: 45px;
	margin-bottom: 10px;
}
#open-bottom p{
	max-width: 560px;
	margin: 0 auto;
	padding: 3px 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",'ＭＳ Ｐ明朝','MS PMincho',serif;
	text-align: center;
	color: #FFF;
	background-color: #541A00;
	z-index: 2;
}
@media (max-width: 767px){
#open-bottom{
	margin-bottom: 0;
}
#open-bottom p{
	max-width: 767px;
	margin-bottom: 0;
	margin-right: -15px;
	margin-left: -15px;
}
}
@media(max-width: 575.98px){
#open-bottom{
	font-size: 90%;
}
}


/* Footer
----------------------------------*/

footer{
	clear: both;
	bottom: 0;
	margin-top: 0;
	padding: 25px 0;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",'ＭＳ Ｐ明朝','MS PMincho',serif;
	color: #FFF;
	background-color: #157008;
}
footer ul{
	padding-bottom: 10px;
	line-height: 2em;
}
footer ul.list-inline li{
	padding: 0 10px;
}
footer ul li a,
footer ul li a:link,
footer ul li a:visited{
	text-align: center;
	color: #FFF;
	text-decoration: none !important;
}
footer ul li a:hover,
footer ul li a:active,
footer ul li a:focus{
	text-align: center;
	color: #FFF;
	text-decoration: underline !important;
}
footer address a,
footer address a:link,
footer address a:visited,
footer address a:hover,
footer address a:active,
footer address a:focus{
	color: #FFF;
	text-decoration: none;
}
footer address dl dt{
	margin: 10px;
}
footer address dl dd img{
	margin-top: 5px;
	margin-bottom: 5px;
}
footer p{
	font-size: 12px;
}
footer p a,
footer p a:link,
footer p a:visited,
footer p a:hover,
footer p a:active,
footer p a:focus{
	color: #FFF;
	text-decoration: none;
}
.exlnk{
	padding: 2px 10px 0;
}
.exlnk a:hover{
	text-decoration: underline !important;
}
#copyright{
	padding: 0;
	text-align: center;
	font-size: 80%
}
@media (max-width: 767px){
footer{
	padding: 0 0 25px;
	overflow: hidden;
}
footer div.container{
	margin-right: 0;
	margin-left: 0;
	padding: 0;
}
footer ul{
	margin: 0 0 20px;
	padding: 0;
}
footer ul.list-inline li{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #67AF58;
}
footer ul.list-inline li a{
	margin: 0;
	padding: 6px 0;
	display: block;
	text-decoration: none !important;
}
footer ul.list-inline li a:hover,
footer ul.list-inline li a:focus{
	background-color: #67AF58;
}
}


/* Page top
----------------------------------*/

#p-top{
	position: fixed;
	bottom: 25px;
	right: 25px;
	z-index: 3;
}