@charset "utf-8";
/*====================================================================================
■01.RESET HTML
■02.CLEAR FLOAT
■03.MARGIN DEFAULT
■04.LAYOUT
■05.USE MEDIA
■06.OTHER
■07.PAGE UP
■08.HEADER
■09.GOLABLE NAVIGATION
■10.FOOTER
====================================================================================*/
/*====================================================================================
■01.RESET HTML
====================================================================================*/
.acco_box { clear:both; margin-bottom:10px; }
.acco_dv { display:none; }
.acco_a { cursor:pointer; }
ul, li { list-style:none; }
img { margin:0px; padding:0px; border:0px;transition:All 0.3s ease; -webkit-transition:All 0.3s ease; -moz-transition:All 0.3s ease; -o-transition:All 0.3s ease; }
.ov_hover:hover img { opacity:0.7; filter:alpha(opacity=70); -ms-filter: "alpha( opacity=70)"; }
a { color: #333; text-decoration:underline; }
a:hover { text-decoration: none; }
body { font-size:13px; font-family: "Meiryo","メイリオ","MS PGothic","MS Pゴシック",sans-serif; color: #333333; word-break: break-word; word-wrap: break-word; }
/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix:before, .clearfix:after{content:"\0020"; display:block; height:0; overflow:hidden}
.clearfix:after{clear:both}
.clearfix{zoom:1}
/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/*--------------------------------------------------
	margin
-------------------------------------------------- */
.m00 { margin: 0px !important; }
.m05 { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m35 { margin: 35px !important; }
.m40 { margin: 40px !important; }
.m45 { margin: 45px !important; }
.mt00 { margin-top: 0px !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt33 { margin-top: 33px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt80 { margin-top: 80px !important; }
.mr00 { margin-right: 0px !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mb00 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.ml00 { margin-left: 0px !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml60 { margin-left: 60px !important; }
/*
--------------------------------------------------
	padding
-------------------------------------------------- */
.p00 { padding: 0px !important; }
.p05 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.p35 { padding: 35px !important; }
.p40 { padding: 40px !important; }
.p45 { padding: 45px !important; }
.pt00 { padding-top: 0px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pr00 { padding-right: 0px !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pb00 { padding-bottom: 0px !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pl00 { padding-left: 0px !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
/*====================================================================================
■04.LAYOUT
====================================================================================*/
.container { position: relative; width: 1000px; margin: 0 auto; }
/*====================================================================================
■05.USE MEDIA
====================================================================================*/
.pull_left { float:left !important; }
.pull_right { float:right !important; }
.media, .media-body { overflow:hidden; }
.media > .pull_left { margin-right:20px; }
.media > .pull_right { margin-left:20px; }
.media-text:after { clear: both; display: block; content: ""; height: 0px; visibility: hidden; }
.pic_l .image { float:left; margin: 5px 10px 5px 0; }
.pic_r .image { float:right; margin:5px 0 5px 10px; }
.document p { margin-bottom: 10px; }

/* lsit style */
.list_style {}
	.list_style > li { margin-top: 25px; }
	.list_style > li:first-child { margin-top: 0; }
.list_style-alert { padding-left: 3em; } .list_style-alert > li { text-indent: -3em; }

.list_dot > li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-top: 25px;
	}
	.list_dot > li:first-child { margin-top: 0; }

.list_num > li {
	list-style: decimal;
	margin-left: 20px;
}
.list_num-brackets { padding-left: 2.5em; }
.list_num-brackets li { text-indent: -2.5em; }
/*====================================================================================
■06.OTHER
====================================================================================*/
.text_normal { font-weight:normal !important }
.text_bold { font-weight:bold !important }
.text_left { text-align:left !important }
.text_right { text-align:right !important }
.text_center { text-align:center !important }
.text_blue { color: #09F !important;}
.text_red { color:#F00; } .text_red a { color: #f00; }
.text_green { color: #77BB00; }

.vam { vertical-align: middle; }
.vat { vertical-align: top; }
.vab { vertical-align: bottom; }

.f10{font-size: 10px !important;}
.f11{font-size: 11px !important;}
.f12{font-size: 12px !important;}
.f13{font-size: 13px !important;}
.f14{font-size: 14px !important;}
.f15{font-size: 15px !important;}
.f16{font-size: 16px !important;}
.f17{font-size: 17px !important;}
.f18{font-size: 18px !important;}
.f19{font-size: 19px !important;}
.f20{font-size: 20px !important;}
.f25{font-size: 25px !important;}
.f30{font-size: 30px !important;}
.f35{font-size: 35px !important;}

.l_h7{line-height: 1.7;}
.l_h8{line-height: 1.8;}
.l_h9{line-height: 1.9;}

.w30{width: 30% !important;}
.w35{width: 35% !important;}
.w40{width: 40% !important;}
.w50{width: 50% !important;}
.w60{width: 60% !important;}
.w70{width: 70% !important;}
.w76{width: 76% !important;}
.w78{width: 78% !important;}
.w80{width: 80% !important;}
.w90{width: 90% !important;}
.w100{width: 100% !important;}

.d-b { display: block !important; }
.d-ib { display: inline-block !important; }
/*====================================================================================
■07.PAGE UP
====================================================================================*/
#footer .page_up{
	position: absolute;
	top: -90px;
	right: -110px;
}

/*====================================================================================
■08.HEADER
====================================================================================*/
#header{
	background: #fff url(../common_img/bg_h1.png) no-repeat top center;
	width: 100%;
	position: fixed;
	z-index: 10000;
	top: 0;
	}
	#header h1{
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		padding: 5px 30px 5px 3px;
		float: left;
		background:#77bb00 url(../common_img/h1.jpg) no-repeat right center;
		min-width: 417px;
	}

.top_header1 ul{
	float: right;
	margin-right: 15px;
	}
	.top_header1 li{
		float: left;
		background: url(../common_img/icon.png) no-repeat left 12px;
		padding-left: 10px;
		margin-left: 20px;
		font-weight: bold;
		padding-top: 5px;
	}
	.top_header1 a, .link_t a{
		text-decoration: none;
		color: #000000;
		font-size: 11px;
	}

.logo_header{ padding: 5px 0px 8px; }
	.logo img {padding-top:7px; height:40px;}
	.logo_header .header_right{
		float:right;
		display:table;
	}
	.logo_header .header_right li{
		display:table-cell;
		font-size: 11px;
		line-height:1.2em;
		vertical-align:middle;
		padding-left:1em;
	}
	.logo_header .header_right li.ml05 img{
	height:16px;
	}
	.logo_header .header_right .link_t{
		background: url(../common_img/icon.png) no-repeat left 12px;
		padding-left: 10px;
		font-weight: bold;
		padding-top: 5px;
		margin-top: 0px !important;
	}
	.logo_header .header_right .header_box{ border: 1px solid #77bb00; }
	.logo_header .header_right .header_box input{
		border: none;
		height: 23px;
	}

/*====================================================================================
■09.GOLABLE NAVIGATION
====================================================================================*/
#gnav{ background-color: #000000; }
	#gnav li{
		float: left;
		position: relative;
		cursor: pointer;
	}
	#gnav li:hover{ background-color: #77bb00; }

.sub_nav {
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	border: 1px solid #fff;
	display: none;
	}
	.sub_nav li{
		float: none !important;
		background:url(../common_img/bg_nav.png);
		border-bottom: 1px solid #fff;
		padding: 10px 5px;
		position: relative;
	}
	.sub_nav li:last-child{ border-bottom: none; }
	.sub_nav li a{
		color: #fff;
		text-decoration: none;
	}
	.sub_nav li a:after {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 3;
		content: "";
	}
	.sub_nav li:hover{ background: #77bb00; }

/*====================================================================================
■10.FOOTER
====================================================================================*/
.f_nav {
	background: #77bb00;
	margin-top: 90px;
	}
	.f_nav li{ float: left; }

a.btn_sty{
	display:inline-block;
	padding:10px 40px 10px 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../common_img/icon1.png) no-repeat 95% center #FFF;
	color: #77BB00;
	text-decoration: none;
	border: 2px solid #77BB00;
	position: relative;
	z-index: 100;
}
a.btn_sty:hover{
	background-color: #77BB00;
	background-image: url(../common_img/icon2.png);
	color: #FFF;
}
a.btn_full{
	display:block;
}
.box_sty{
	padding:10px 40px 10px 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #77BB00;
	text-decoration: none;
	border: 2px solid #77BB00;
	display: inline-block;
}
.box_sty.btn_full {
	display: block;
}

/*------ list_col2 ------*/
.list_col2 li{
	float:left;
	width:48%;
	margin-left:4%;
	text-align: center;
}
.list_col2 li:first-child{
	margin-left:0;
}

/*------  tb_style ------*/
.tb_style {
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_style caption {
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 25px;
}
.tb_style th,
.tb_style td {
	text-align:left;
	padding:8px;
	border:1px solid #c4df94;
}
.tb_style th {
	background: #ECF4DF;
}

#popup_box{
	display:none;
	width:450px;
	padding:15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#fff;
}





