html,body{
	line-height: 2;
	color: #323232;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
h1 {
	font-weight: bold;
}
*,
*:before,
*:after {
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.font-14px{
	font-size: 14px;
}
.font-15px{
	font-size: 15px;
}
.font-16px{
	font-size: 16px;
}
.font-bold {
	font-weight: bold;
}
.padding-top-20px{
	padding-top: 20px;
}
.padding-bottom-20px{
	padding-bottom: 20px;
}
.padding-bottom-10px{
	padding-bottom: 10px;
}
.border-bottom-white{
	border-bottom: 1px solid #FFFFFF;
}
.margin-bottom-5px{
	margin-bottom: 5px;
}
.margin-top-5px
{
	margin-top: 5px;
}
.margin-top-20px
{
	margin-top: 20px;
}
.margin-bottom-10px{
	margin-bottom: 10px;
}
.margin-bottom-20px{
	margin-bottom: 20px;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.vertical-align-top{
	vertical-align: top;
}
.display-inline-block,
.display-inline-block a {
	display: inline-block;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.orange-font {
	color: #F38E00;
}
/*-----top link button----*/
.top-link-button {
	z-index: 1000;
	position: fixed;
	right: 3%;
	bottom: 3%;
	z-index: 1000;
	display: none;
}
.top-link-button:hover {
	opacity: 0.7;
}
/*-----global navi----*/
.g-navi{
	z-index: 1000;
	height: 100%;
	width: 78px;
	position: fixed;
	background-color: #FFFFFF;
}

/*g-navi a img{
	display: block;
}*/
.g-navi a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/*btn*/
.btn-top {
	background-color: #005730;
	width: 350px;
	height: 60px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	line-height: 60px;
	position: absolute;
	bottom: 10%;
	right: 10%;
	text-align: center;
	border: 1px solid #FFF;
}

.current img{
	display: inline-block;
	box-shadow: -32px 20px 0px -27px #F48F00 inset;
}
.navi-title,
.navi-link-01,
.navi-link-02,
.navi-link-03,
.navi-link-04,
.navi-link-05 {
	background-color: #FFFFFF;
}
.navi-title {
	position: absolute;
	top: 0;
	left: -2px;
}
.navi-link-01{
	border-top: 2px solid #275932;
	position: absolute;
	bottom: 400px;
	left: -1px;
}
.navi-link-02{
	border-top: 2px solid #275932;
	position: absolute;
	bottom: 300px;
	left: -1px;
}
.navi-link-03{
	border-top: 2px solid #275932;
	position: absolute;
	bottom: 200px;
	left: -1px;
}
.navi-link-04{
  border-top: 2px solid #275932;
	position: absolute;
	bottom: 100px;
	left: -1px;
}
.navi-link-05{
	position: absolute;
	bottom: 0;
	left: -1px;
}
/*---------*/
.info-view{
	position: absolute;
	width: 900px;
	height: 530px;
	margin: -245px 0 0 -450px;
	top: 50%;
	left: 50%;
	background-image: url("/img/info_view.png");
	background-size: cover;
}
.info-view-inner,
.info-modal-inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.info-view-address,
.info-modal-address {
	position: absolute;
	top: 274px;
	left: 206px;
	font-size: 14px;
}
.info-view-address > dl > dt,
.info-modal-address > dl >dt {
	display: inline-block;
	width: 155px;
	vertical-align: top;
	font-weight: bold;
}
.info-view-address > dl > dd,
.info-modal-address > dl > dd {
	display: inline-block;
}
.info-view-address > dl > dd span,
.info-modal-address > dl > dd span {
	font-size: 15px;
}
.info-view-annotation,
.info-modal-annotation {
	font-size: 12px;
	position: absolute;
	top: 445px;
	left: 206px;
	margin-top: 5px;
}
.info-view-mail{
	position: absolute;
	top: 200px;
    left: 390px;
	z-index: 2;
}
a:hover .info-view-mail{
	opacity: 0.5;
}

.info-view-address ul li a,
.info-modal-address ul li a {
	color: #323232;
	text-decoration: none;
}
/*-----modal----*/
.modal{
	display: none;

	background-color: rgba(0,0,0,0.5);
	position: fixed;
	background-size: cover;
	top: 0;
	right: 0;
	bottom: 0;
	left : 0;
	z-index: 1000;
}
.info-modal{
	position: absolute;
	width: 900px;
	height: 530px;
	margin: -265px 0 0 -450px;
	top: 50%;
	left: 50%;
	background-image: url("/img/info_modal.png");
	background-size: cover;
}
.info-modal-mail{
	position: absolute;
	top: 150px;
	left: 290px;
	z-index: 2;
}
a:hover .info-modal-mail{
	opacity: 0.5;
}
.modal-close{
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
}
/*-----footer----*/
footer {
	width: 100%;
	font-size: 10px;
	background-color: #00582E;
	color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 20px;
}
.footer-contents {
	width: 900px;
	margin: 0 auto;
	display: table;
	padding: 20px 0;
}
.footer-contents ul {
	width: 275px;
	display: table-cell;
	line-height: 20px;
}
.footer-contents ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-contents ul li a:hover{
	text-decoration: underline;
}
.footer-catch {
	display: inline-block;
	height: 0;
	padding-top: 13px;
	width: 210px;
	background: url('/img/footer_catch.png') 0 0 no-repeat;
	overflow: hidden;
}
.footer-company {
	display: inline-block;
	margin-left: 15px;
	height: 0;
	padding-top: 16px;
	width: 292px;
	background: url('/img/footer_company.png') 0 0 no-repeat;
	overflow: hidden;
}
.copy-right {
	width: 900px;
	padding-top: 20px;
	margin: 0 auto;
}

#doui_frame {
	border:1px solid #CCC;
	height:180px;
	margin:20px auto 40px;
	overflow-y:scroll;
	padding:0 10px;
}

#small{font-size:80%}
.radio-right{
	text-align:right;
}