/*
Theme Name: sanpai_thema_wp
Theme URI: http://www.ehimesanpai.or.jp/
Description: えひえ産廃協会
Version: 1.0
Author: adgrow
Author URI: http://www.ehimesanpai.or.jp/
*/

/* html5 reset*/
html{overflow-y:scroll;}
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
h1, h2, h3, h4, h5, h6,address,caption,cite,code,dfn,em,strong,th,var,span{font-style:normal;font-weight:normal;}
li{list-style:none;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
img{vertical-align:bottom;}
/* original reset */
li{
	list-style:none;
}
a {
	text-decoration:none;
}
a:link {
	color:#3333cc;
}
a:visited {
	color:#3333cc;
}
a:hover {
	text-decoration:underline;	
}
a:active {
}

/* html5 reset +alpha */
html{
    font-size: 62.5%; /* (14px) */
	line-height:1.0;
}
#main {
	line-height:1.4;
}

/* common item */
.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clrfx {zoom:1;}
.clr {clear:both;}
.fltl {float:left;}
.fltr {float:right;}
.leftAdjust{text-align:left;}
.rightAdjust{text-align:right;}
.centerAdjust{text-align:center;}
.topAdjust{vertical-align:top!important;}
.middleAdjust{vertical-align:middle!important;}
.bottomAdjust{vertical-align:bottom!important;}
.rlt{position:relative;}
.abs{position:absolute;}
strong { font-weight:bold; }
em { font-style: italic; }
del { text-decoration:line-though; }
.ib {display:inline-block;}
/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.f08{ font-size: 8px; font-size: 0.8rem; }
.f09{ font-size: 9px; font-size: 0.9rem; }
.f10{ font-size: 10px; font-size: 1.0rem; }
.f11{ font-size: 11px; font-size: 1.1rem; }
.f12{ font-size: 12px; font-size: 1.2rem; }
.f13{ font-size: 13px; font-size: 1.3rem; }
.f14{ font-size: 14px; font-size: 1.4rem; }
.f15{ font-size: 15px; font-size: 1.5rem; }
.f16{ font-size: 16px; font-size: 1.6rem; }
.f17{ font-size: 17px; font-size: 1.7rem; }
.f18{ font-size: 18px; font-size: 1.8rem; }
.f19{ font-size: 19px; font-size: 1.9rem; }
.f20{ font-size: 20px; font-size: 2.0rem; }
.f21{ font-size: 21px; font-size: 2.1rem; }
.f22{ font-size: 22px; font-size: 2.2rem; }
.f23{ font-size: 23px; font-size: 2.3rem; }
.f24{ font-size: 24px; font-size: 2.4rem; }
.f25{ font-size: 25px; font-size: 2.5rem; }
.f26{ font-size: 26px; font-size: 2.6rem; }
.f27{ font-size: 27px; font-size: 2.7rem; }
.f28{ font-size: 28px; font-size: 2.8rem; }
.f29{ font-size: 29px; font-size: 2.9rem; }
.f30{ font-size: 30px; font-size: 3.0rem; }
.f31{ font-size: 31px; font-size: 3.1rem; }
.f32{ font-size: 32px; font-size: 3.2rem; }
.f33{ font-size: 33px; font-size: 3.3rem; }
.f34{ font-size: 34px; font-size: 3.4rem; }
.f35{ font-size: 35px; font-size: 3.5rem; }
.f36{ font-size: 36px; font-size: 3.6rem; }


/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/

.red{ color: #ff0000!important; }
.maroon{ color: #800000!important; }
.fuchsia{ color: #ff00ff!important; }
.purple{ color: #660099!important; }
.lime{ color: #00ff00!important; }
.green{ color: #008000!important; }
.yellow{ color: #ffff00!important; }
.olive{ color: #808000!important; }
.blue{ color: #0000dd!important; }
.navy{ color: #000080!important; }
.aqua{ color: #00ffff!important; }
.teal{ color: #008080!important; }
.white{ color: #fff!important; }
.silver{ color: #c0c0c0!important; }
.gray{ color: #808080!important; }
.black{ color: #000!important; }
.orange{ color: #ffa500!important; }
.pink{ color: #ffc0c8!important; }


/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/

.glow-red{ padding:2px; background-color: #ff0000!important; }
.glow-lime{ padding:2px; background-color: #00ff00!important; }
.glow-yellow{ padding:2px; background-color: #ffff00!important; }
.glow-aqua{ padding:2px; background-color: #00ffff!important; }
.glow-gray{ padding:2px; background-color: #808080!important; }
.glow-black{ padding:2px; background-color: #000!important; }


/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/

.lh10{ line-height: 1.0!important; }
.lh11{ line-height: 1.1!important; }
.lh12{ line-height: 1.2!important; }
.lh13{ line-height: 1.3!important; }
.lh14{ line-height: 1.4!important; }
.lh15{ line-height: 1.5!important; }
.lh20{ line-height: 2.0!important; }


/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/

.underline{ text-decoration: underline!important; }
.del{ text-decoration:line-through;}


/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/

.al-c{ text-align: center!important; }
.al-r{ text-align: right!important; }
.al-l{ text-align: left!important; }


/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/

.radius1 { border-radius: 1px; }
.radius2 { border-radius: 2px; }
.radius3 { border-radius: 3px; }
.radius4 { border-radius: 4px; }
.radius5 { border-radius: 5px; }
.radius6 { border-radius: 6px; }
.radius7 { border-radius: 7px; }
.radius8 { border-radius: 8px; }
.radius9 { border-radius: 9px; }
.radius10 { border-radius: 10px; }


/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/

.box-bd2 { border-width: 2px; }
.box-bd3 { border-width: 3px; }
.box-bd4 { border-width: 4px; }
.box-bd5 { border-width: 5px; }


/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/

.box-c-black { border-color: #000; }
.box-c-red { border-color: #ff0000; }
.box-c-blue { border-color: #0000ff; }
.box-c-yellow { border-color: #ffff00; }
.box-c-white { border-color: #fff; }


/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/

.m0{ margin: 0!important; }
.m0-t{ margin-top: 0!important; }
.m0-r{ margin-right: 0!important; }
.m0-b{ margin-bottom: 0!important; }
.m0-l{ margin-left: 0!important; }

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m35{ margin: 35px!important; }
.m35-t{ margin-top: 35px!important; }
.m35-r{ margin-right: 35px!important; }
.m35-b{ margin-bottom: 35px!important; }
.m35-l{ margin-left: 35px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m45{ margin: 45px!important; }
.m45-t{ margin-top: 45px!important; }
.m45-r{ margin-right: 45px!important; }
.m45-b{ margin-bottom: 45px!important; }
.m45-l{ margin-left: 45px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m55{ margin: 55px!important; }
.m55-t{ margin-top: 55px!important; }
.m55-r{ margin-right: 55px!important; }
.m55-b{ margin-bottom: 55px!important; }
.m55-l{ margin-left: 55px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }


/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p35{ padding: 35px!important; }
.p35-t{ padding-top: 35px!important; }
.p35-r{ padding-right: 35px!important; }
.p35-b{ padding-bottom: 35px!important; }
.p35-l{ padding-left: 35px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p45{ padding: 45px!important; }
.p45-t{ padding-top: 45px!important; }
.p45-r{ padding-right: 45px!important; }
.p45-b{ padding-bottom: 45px!important; }
.p45-l{ padding-left: 45px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p55{ padding: 55px!important; }
.p55-t{ padding-top: 55px!important; }
.p55-r{ padding-right: 55px!important; }
.p55-b{ padding-bottom: 55px!important; }
.p55-l{ padding-left: 55px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

/* items */
a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
.container {
	width:1000px;
	margin:0 auto;
}
.fontsanserif {
    font-family: sans-serif;
    font-size: 22px;
    text-align: center;
    padding: 10px!important;
}
.tablebox {
	display:table;	
}
.greenbtn {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #649564; /* Old browsers */
	background: -moz-linear-gradient(top,  #649564 0%, #7dd29b 19%, #00a73c 65%, #00713c 100%);
	background: -webkit-linear-gradient(top,  #649564 0%,#7dd29b 19%,#00a73c 65%,#00713c 100%);
	background: linear-gradient(to bottom,  #649564 0%,#7dd29b 19%,#00a73c 65%,#00713c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#649564', endColorstr='#00713c',GradientType=0 );
    color: #fff!important;
	cursor:pointer;
	text-decoration:none;
}
.greenbtn:hover {
    color: #000066!important;
	text-decoration:none;
}
.greenflatbtn {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border:1px solid #4d875d;
	background: rgb(29,165,61);
	background: -moz-linear-gradient(top,  rgba(29,165,61,1) 1%, rgba(23,162,83,1) 50%, rgba(0,149,68,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(29,165,61,1) 1%,rgba(23,162,83,1) 50%,rgba(0,149,68,1) 100%);
	background: linear-gradient(to bottom,  rgba(29,165,61,1) 1%,rgba(23,162,83,1) 50%,rgba(0,149,68,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da53d', endColorstr='#009544',GradientType=0 );
	color:#ffffff!important;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	text-decoration:none;
}
.greenflatbtn:hover{
	color: #000066!important;
	text-decoration:none;
}
.to_top {
	padding:20px;
	text-align:right;
}
.to_top a{
	color:#00B074;
	font-weight:bold;
}
.mes_field01 {
	background:#e9f4ea;
	margin:20px 30px;
	padding:20px;
}
.mes_field01 p{
	margin:0px!important;
}
.mes_field02 {
	background:#f9f7d2;
	padding:20px;
}
.text_field{
	padding:10px 0 30px 0;
}
.text_field2{
	padding:10px 0 30px 40px;
}
.to_linker {
	font-size: 16px;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display:inline-block;
	margin:0 0 5px;
}
.to_linker:before {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	content:"◇";
}
.to_linker:hover:before {
	content:"▶";
}
.qalinker {
	width:405px;
	height:52px;
	display:block;
	margin: 0 auto;
}
.qalinker img{
	border-radius:10px;
}
.cursor_btm {
	position:relative;
	margin-bottom:60px;
}
.cursor_btm:after {
	position:absolute;
	bottom:-50px;
	left:300px;
	content:url(images/icon_cursor_btm.jpg);
}

.indent_1 {
	text-indent: -1.6em;
	padding: 0 0 0 1.6em;
}
.indent_2 {
	text-indent: -1em;
	padding: 0 0 0 1em;
	display:inline-block;
}





/* body style */
body {
	font-size:15px;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background:#EAEDEE;
	-webkit-text-size-adjust: 100%;
	color:#222222;
}
body.membg {
	background-color:#daefff;
}
/* common */
#header {
	background:#7DD98D;
}
#header h1{
	padding:10px 0;
}
#head_opt {
	position: absolute;
    bottom: 10px;
    right: 0;
	width: 400px;
}
#head_opt a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color:#FFFFFF;
	display:block;
	float:right;
	background:#00BA86;
	padding:3px 20px;
	text-align:center;
	border-radius:30px;
	margin: 0 0 0 10px;
	text-decoration:none;
}
#head_opt a:hover{
	text-decoration:none;
	background:#000066;
}
#gnavi_area {
	background:#00BA86;
}
#gnavi {
	display:table;
}
#gnavi a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:table-cell;
	text-align:center;
	height:81px;
	vertical-align:middle;
	color:#fff;
	font-weight:bold;
	font-size:17px;
	text-decoration:none;
}
#gnavi a:hover {
	color:#000066;
	text-decoration:none;
}
#snavi img{
	margin:0 0 5px;
}
#snavi .snv {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:block;
	background:#00BA86;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding:14px;
	margin:0 0 5px;
}
#snavi .snv:hover {
	color:#000066;
	text-decoration:none;
}
#snavi .snv_c_area {
	padding: 10px 10px 5px;
	background: #fff;
	margin: 0px 0 10px 20px;
	position: relative;
}
#snavi .snv_c_area:after {
	content: "";
	position: absolute;
	height: 0px;
	width: 0px;
	top: 12px;
	left: -38px;
	border: 20px solid transparent;
	border-right: 20px solid #ffffff;
}
#snavi .snv_c_area .snv {
	background:#6ED67B;
	font-size:18px;
	text-align:center;
}
#snavi .separate {
	background:#555;
	margin:20px 0;
	height:4px;
	width:100%;
}
#wrapper {
	margin:40px 0 30px 0;
}
.wrap_all {
	background:#fff;
    padding: 10px;
	position:relative;
	margin:0 0 100px;
}
.wrap_left {
	background:#fff;
    padding: 10px;
	width:720px;
	float:left;
	position:relative;
	margin:0 0 100px;
}
.side_right {
	float:right;
	width:250px;
}
.side_right aside{
	background:#fff;
	padding:17px;
	line-height:1.6;
}

.qalink {
    width: 100%;
	padding:50px 0 20px;
}
.qalink a{
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    border-radius: 40px;
    font-size: 25px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
	line-height:1.3;
}
.imagebox{
	padding:15px 0;
	text-align:center;
}
.imagebox img{
	max-width:100%;
}

/* title */
.type01 {
	color:#007470;
	background:#C9DE7E;
	font-size:32px;
	font-weight:bold;
}
.type01:before {
	content: url(images/title_item01.png);
	vertical-align: sub;
	display: inline-block;
	padding: 6px 15px 3px 17px;
}
.type02 {
	background:#6ED67B;
	font-size:22px;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	margin:10px 0;
	text-shadow: 1px 1px 1px #666;
}
.type03 {
	display:inline-block;
	width:25%;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding:10px 0 5px;
	color:#fff;
	border-radius:10px 10px 0 0;
}

.type03.color01 {
	background:#00B074;
}
.type03.color02 {
	background:#4D69B1;
}
.type03.color03 {
	background:#00A0E9;
}
.type03.color04 {
	background:#EB7F33;
}
.type03.color05 {
	background:#F49E1B;
}
.type03.color06 {
	background:#79C063;
}
.type04 {
	border-bottom:3px solid #00B074;
	padding:27px 0 3px 40px;
	font-weight:bold;
	font-size:20px;
	position:relative;
	margin: 0 0 10px 30px;
	line-height:1.2;
}
.type04:before {
	content:url(images/title_item02.png);
	position:absolute;
	bottom:-7px;
	left:-20px;
}
.type05 {
	color: #007470;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px 30px;
    padding: 15px 0 5px;
    border-bottom: 1px solid #007470;
}
.type05 a{
	color: #007470;
}
.type06 {
	background: url(images/title_item03.png) no-repeat 60px 6px #99D857;
	background-size: 40px;
	color: #ffffff;
	padding: 20px 0 20px 147px;
	font-size: 32px;
	font-weight: bold;
	height: 64px;
	box-sizing: border-box;
	text-shadow:2px 2px 12px rgba(20,0,0,1);
	margin-bottom:8px;
}




/* index */
#top {
	border-bottom:30px solid #7ED78D;
}
#topnav p {
	float:left;
}

/* news */
.index_news .linker {
	position:absolute;
	top: 8px;
	right: 15px;
}
.index_news .linker a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.index_news .linker a:hover{
	text-decoration:underline;
}
.news_cats_box {
	padding: 30px 20px 10px 15px;
	margin: 20px 0 30px 0;
	background:#efefef;
}
.news_cats_box:before {
	content:"categories";
	position:absolute;
	top:10px;
	left:10px;
	font-size:12px;
	color:#007470;
	text-shadow:1px 1px 0px #fff;
}

.news_cats_box .news_cat a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	float:left;
	margin:0 5px 5px 5px;
	font-size:12px;
	color:#fff;
	padding:4px 0;
	text-align:center;
	width:125px;
}
.news_cats_box .news_cat a{
	background:#fff;
	float:left;
	margin:0 5px 5px 5px;
	font-size:12px;
	color:#fff;
	padding:4px 0;
	text-align:center;
	width:125px;
}
.news_cats_box .news_cat.tsutatsu a{
	color:#4283BE;
	border:1px solid #4283BE;
}
.news_cats_box .news_cat.kosyukai a{
	color:#32B8B5;
	border:1px solid #32B8B5;
}
.news_cats_box .news_cat.kensyukai a{
	color:#61B965;
	border:1px solid #61B965;
}
.news_cats_box .news_cat.jyouhou a{
	color:#977BB6;
	border:1px solid #977BB6;
}
.news_cats_box .news_cat.syuchi a{
	color:#EC7037;
	border:1px solid #EC7037;
}
.news_cats_box .news_cat.tekimaru a{
	color:#81460D;
	border:1px solid #81460D;
}
.news_cats_box .news_cat.event a{
	color:#258574;
	border:1px solid #258574;
}
.news_cats_box .news_cat.tsutatsu a:hover{
	color:#fff;
	background:#4283BE;
}
.news_cats_box .news_cat.kosyukai a:hover{
	color:#fff;
	background:#32B8B5;
}
.news_cats_box .news_cat.kensyukai a:hover{
	color:#fff;
	background:#61B965;
}
.news_cats_box .news_cat.jyouhou a:hover{
	color:#fff;
	background:#977BB6;
}
.news_cats_box .news_cat.syuchi a:hover{
	color:#fff;
	background:#EC7037;
}
.news_cats_box .news_cat.tekimaru a:hover{
	color:#fff;
	background:#81460D;
}
.news_cats_box .news_cat.event a:hover{
	color:#fff;
	background:#258574;
}

.kensyubox {
	margin:10px 0 50px;
}
.kensyu_link {
	text-align:right;
}
.kensyubox dl {
	margin:0 10px 0 30px;
	line-height:1.4;
}
.kensyubox dt {
	float:left;
}
.kensyubox dd {
	padding:0 0 5px 50px;
	border-bottom:1px dotted #ccc;
	margin:0 0 5px 0;
}




.news_box  {
	padding:15px 0 30px;
}
.news_box .news_cat {
	display:inline-block;
}
.news_box .news_cat a{
	display:inline-block;
	font-size:12px;
	color:#fff;
	padding:4px 0;
	text-align:center;
	width:110px;
	vertical-align:bottom;
	letter-spacing:-1px;
}
.news_box .news_cat.news a{
	background:#FF2600;
}
.news_box .news_cat.tsutatsu a{
	background:#4283BE;
}
.news_box .news_cat.kosyukai a{
	background:#32B8B5;
}
.news_box .news_cat.kensyukai a{
	background:#61B965;
}
.news_box .news_cat.jyouhou a{
	background:#977BB6;
}
.news_box .news_cat.syuchi a{
	background:#EC7037;
}
.news_box .news_cat.tekimaru a{
	background:#81460D;
}
.news_box .news_cat.event a{
	background:#258574;
}


.news_box .news_date {
	display:inline-block;
}
.news_box dd {
	border-bottom:1px dotted #00B786;
	padding: 5px 0 5px;
	line-height:1.4;
	margin: 0 0 15px;
	font-size:13px;
}
.news_box dd h3{
	font-size: 15px;
	color: #006622;
	font-weight:bold;
	margin: 5px 0 10px;
}
.news_box dd h3 a{
	color: #006622;
}

.top_main_nav a{
	width:233px;
	float:left;
	margin-right:10px;
	height:230px;
}
.top_main_nav a:hover{
	text-decoration:none;
}
.top_main_nav a.noright{
	margin-right:0;
}
.top_main_nav h2{
	margin:0 0 0 0!important;
	height:20px;
}
.top_main_nav h2.longer{
	padding:8px 0 2px 5px!important;
	font-size:14px;
}
.top_main_nav a p{
	line-height:1.4;
	color:#222222;
}
.kyokai .btn_area{
	padding:15px;
}
.kyokai .btn_area a{
	float: left;
	width: 185px;
	margin: 0 10px 20px 10px;
	padding: 16px 10px;
	text-align: center;
	border-radius: 10px;
}

/* 会員名簿 */
.meibo_linker a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color:#FFFFFF;
	display:block;
	float:left;
	background:#00BA86;
	padding:5px 20px 3px;
	text-align:center;
	border-radius:5px;
	margin: 20px 0 30px 12px;
	text-decoration:none;
}
.meibo_linker a:hover{
	text-decoration:none;
	background:#000066;
}

.meibo table {
	float:left;
	margin:0 0 30px;
}
.meibo table th, .meibo table td {
	border:1px solid #222222;
	font-size:13px;
	padding: 3px 10px;
	line-height:1.4;
}
.meibo table th.uwajima {
	color:#F39937;
	font-weight:bold;
}
.meibo table th.yawatahama {
	color:#EA66A1;
	font-weight:bold;
}
.meibo table th.matsuyama {
	color:#3282C5;
	font-weight:bold;
}
.meibo table th.imabari {
	color:#EB5F26;
	font-weight:bold;
}
.meibo table th.saijo {
	color:#00A569;
	font-weight:bold;
}
.meibo .maps{
	float:right;
	margin:0 25px 0 0;
}
.meibo_list {
	padding:20px 0 0 40px;
}
.meibo_list p{
	float:left;
	width:200px;
	margin:0 25px 0 0;
	height:55px;
	color:#222222;
	line-height:1.2;
	position:relative;
}
.meibo_list p:before{
	content: "";
	width: 8px;
	height: 8px;
	background: #444;
	display: block;
	position: absolute;
	top: 3px;
	left: -18px;
	border-radius: 30px;
}


/* 定款 */
.teikan_content {
	padding:20px 0 10px 0px;
	line-height:1.4;
}
.teikan_content p{
	margin:0 0 20px 40px;
}

/* qa */
.qa .btns,teikan .btns {
	padding:10px 0;
}
.qa .btns .lefter, .teikan .btns .lefter{
	float:left;
	margin:0 0 0 60px;
	width:300px;
}
.qa .btns .righter, .teikan .btns .righter{
	float:left;
	width:300px;
}
.qa .btns a, .teikan .btns a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color:#FFFFFF;
	display:block;
	background:#00BA86;
	padding:7px 20px 6px;
	text-align:left;
	border-radius:5px;
	margin: 0px 10px 10px 0px;
	text-decoration:none;
	font-size:14px;
}
.qa .btns a:hover, .teikan .btns a:hover{
	text-decoration:none;
	background:#000066;
}
.qa .btns .lefter, .teikan .btns .lefter{
	float:left;
	width:300px;
}
.qa .btns .righter, .teikan .btns .righter{
	float:left;
	width:300px;
}
.qa #main {
	padding:0 0 30px;
}
.qa dl {
	font-size:13px;
	padding: 0 0 0 15px;
	border-bottom: 1px dotted #666666;
	margin:0 0 30px;
}
.qa dt {
	float:left;
	line-height:1.4;
}
.qa dd {
	padding:0 0 0 60px;
	margin:0 0 5px;
	line-height:1.4;
}
.qa dd a{
	color:#009900;
}
.qa .qabox p {
	line-height:1.4;
	padding:0px 0 20px 40px;
}
.qa .qabox h4 {
	color:#335533;
}
.qa table {
	width: 680px;
	margin: 0 0 0 40px;
}
.qa table td,.qa table th {
	font-size:11px;
	border:1px solid #000;
	line-height:1.4;
	padding:5px;
}


/* calendar */

.calend_linker {
	padding: 30px 20px 10px 15px;
	margin: 20px 0 30px 0;
	background:#efefef;
}
.calend_linker.month_c {
	padding: 15px 20px 10px 15px;
}
.calend_linker:before {
	position:absolute;
	top:10px;
	left:10px;
	font-size:12px;
	color:#007470;
	text-shadow:1px 1px 0px #fff;
}
.calend_linker.year_c:before {
	content:"年度";
}
.calend_linker.month_c:before {
}

.calend_linker li a{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #FFFFFF;
    display: block;
    background: #00BA86;
    padding: 7px 20px 6px;
    text-align: left;
    border-radius: 5px;
    margin: 0px 10px 10px 0px;
    text-decoration: none;
    font-size: 14px;
}
.calend_linker li a{
	float:left;
	margin:0 5px 5px;
	font-size:12px;
	color:#fff;
	padding:4px 0;
	text-align:center;
	width:104px
}
.calend_linker li a:hover {
	text-decoration:none;
	background:#000066;
}

.calend_pat1 {
	border-top:1px solid #00B074;
	border-left:1px solid #00B074;
	border-right:1px solid #00B074;
}
.calend_pat1 .calend_title {
	background:#BAE2BE;
	border-bottom:1px solid #00B074;
	
}
.calend_pat1 .calend_main dl {
	border-bottom:1px solid #00B074;
	line-height:1.4;
}
.calend_pat1 .calend_main dt {
	border-right:1px dotted #00B074;
	background:#F7FCFE;
}

.calend_pat2 {
	border-top:1px solid #FCD17A;
	border-left:1px solid #FCD17A;
	border-right:1px solid #FCD17A;
}
.calend_pat2 .calend_title {
	background:#F9E97A;
	border-bottom:1px solid #FCD17A;
	
}
.calend_pat2 .calend_main dl {
	border-bottom:1px solid #FCD17A;
	line-height:1.4;
}
.calend_pat2 .calend_main dt {
	border-right:1px dotted #FCD17A;
	background:#FFFDE5;
}

.calendbox {
	display:table;
	margin:20px 0;
	width:100%;
}
.calend_title {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	width:50px;
	font-size:18px;
	padding:10px 0;
}
.calend_main {
	display:table-cell;
}

.calend_main dl {
	display:table;
	width:100%;
	font-size:14px;
}
.calend_main dt {
	display:table-cell;
	width:80px;
	padding:10px 15px;
	text-align:right;
	vertical-align:middle;
}
.calend_main dd {
	display:table-cell;
	padding:10px 15px;
	vertical-align:middle;
}
.calend_main.solo dl {
	height:80px;
}
.calend_main.duo dl {
	height:40px;
}
.nendo_line {
	font-weight:bold;
	padding:10px 0 5px;
	border-bottom:1px dotted #444;
}
/* link */
.link .link_txt{
	margin: 0 0 10px 30px;
}
.link p {
	line-height:1.4;
}


.keiyakusyo {

}
.n_
.text_field{
	padding:10px 0 30px 0;
}
.n_annai .boxer {
	line-height:1.6;
	border-bottom:1px solid #aaa;
  color:#444;
	position:relative;
	margin:0 0 10px 40px;
	padding:0px 0 10px 20px;
	min-height:50px;
}
.n_annai .boxer strong{
  color:#2f51a2;
}
.n_annai .boxnum {
	font-size: 20px;
	height: 35px;
	width: 35px;
	border-radius: 30px;
	color: #fff;
	background: #00b074;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
	position:absolute;
	top:0;
	left:0px;
}
.k_annai .photo_flt {
	float:right;
	padding:0 0 15px 15px;
}
.k_annai .katyo_name {
	text-align:right;
	padding:30px 0 0 0;
}

.k_katsudou .boxer {
	line-height:1.6;
	border-bottom:1px solid #aaa;
	color:#2f51a2;
	position:relative;
	margin:0 0 10px 40px;
	padding:0px 0 0px 0px;
	min-height:50px;
}
.k_katsudou .boxnum {
	font-size: 20px;
	height: 35px;
	width: 35px;
	border-radius: 30px;
	color: #fff;
	background: #00b074;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
	position:absolute;
	top:0;
	left:0px;
}
.k_katsudou .boxer h5{
    padding: 8px 0 0 50px;
      font-size: 16px;
    font-weight: bold;
}
.k_katsudou .boxer p{
	padding: 8px 0 0 0px;
	margin: 15px 20px 20px 0;
	font-size: 14px;
	color:#444;
}


.kensyukai  h5{
	margin: 0 0 10px 0px;
}
.kensyukai_n .bigs{
	font-size:20px;
	padding: 0 0 20px 0px;
	font-weight:bold;
}


.manifestbuy small{
	font-size:12px;
}
.manifestbuy .bigs{
	font-size:18px;
}
.manifestbuy .bigpat1 {
	text-align: center;
	padding: 0px;
}
.manifestbuy .kakikoza {
	width:340px;
	display:inline-block;
	text-align:left;
}


.haiki .text01 {
	margin:10px 0 0 30px; line-height:1.4;
}
.haiki .text01 tr td:first-child{
	 padding:0 0 0 30px;
}


































/*業者検索css*/
/*共通部分*/
.sch_page .area_box{
	width:640px;
	margin: 20px auto 50px;
}
.sch_page input .sch_page select {
  font-size:14px;
}

/* 業者名から検索 */
.sch_page .sch_txt{
	width:624px;
	height:80px;
	margin:0 auto;
	background:#e9f4ea;
	text-align:center;
}
.sch_page .sch_txt input{
	width:448px;
	height:28px;
	margin: 26px auto;
  font-size:14px;
}

/* 地域から検索 */
.sch_page .sch_area {
	width:560px;
	font-size:14px;
	margin: 40px auto 50px;
}
.sch_page .sch_area .txt_area{
	float:left;
}
.sch_page .sch_area .map{
	float:left;
}

.sch_page .lft_item{
	float:left;
	width:110px;
	line-height:2.5;
}

.sch_page table {
	margin:20px auto 30px;
	max-width:560px;
}
.sch_page table th, .sch_page table td {
	border:1px solid #222222;
	font-size:14px;
	width:90px;
	padding: 6px 11px;
	line-height:1.4;
	text-align:center;
}
.sch_page table th.uwajima {
	color:#F39937;
	font-weight:bold;
}
.sch_page table th.yawatahama {
	color:#EA66A1;
	font-weight:bold;
}
.sch_page table th.matsuyama {
	color:#3282C5;
	font-weight:bold;
}
.sch_page table th.imabari {
	color:#EB5F26;
	font-weight:bold;
}
.sch_page table th.saijo {
	color:#00A569;
	font-weight:bold;
}

/* 処分方法から検索 */
.sch_page .sch_gomi {

}
.sch_page .sch_gomi .sch_dis {
	width:100%;
	height:37px;
	padding:0 0 10px;
	border-bottom:solid 1px #c8d2ca;
}
.sch_page .sch_gomi h4 {
	float:left;
	margin:10px 0;
	font-size:17px;
	color:#007631;
	font-weight:bold;
}
.sch_page .sch_gomi .sch_slc_dis {
	float:left;
	margin:3px 0 4px 20px;
}
.sch_page .sch_gomi .sch_slc_dis select {
	height:30px;
  font-size:14px;
}

.sch_page .sch_gomi .sch_chk_gomi {
	margin:20px 0 30px;
}
.sch_page .sch_gomi label{
	display:block;
	float:left;
	width:200px;
	margin:0 10px 10px 0;
}
.sch_page .sch_gomi label.longer {
	width:380px;
}
.sch_page #gomi_tokkan {
	display:none;
}






/*検索ボタン*/
.sch_page .sch_btn .sch_btn_area{
	display:block;
	width:560px;
	height:26px;
	margin:0 auto;
	padding:10px 0;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	border-radius:5px;
}


/*-----フォームについて------*/


/*textのみ指定*/
.sch_page input[type="text"], .sch_page input[type="text"]:focus{
	padding:0 8px;
	border: 1px solid #939292;
    border-radius:5px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
} 
.sch_page input[type="text"]:focus{
	outline:0px;
	border: 1px solid #2A88C7;
	box-shadow:inset 0 0 3px 1px rgba(46,151,196,0.8);
} 

/* 検索条件 */
.narrow_down_btn_area {
	text-align:right;
	padding:10px;
}
.narrow_down_btn {
	text-align:center;
	display: inline-block;
    font-weight: bold;
    font-size: 16px;
    padding: 6px 20px;
    border: 1px solid #232222;
    border-radius: 5px;
}
.narrow_down_box {
	border:1px dotted #aaa;	
	padding:20px;
	display:none;
	margin: 0 0 40px;
}
.tokkan_area {
	background:#E9F4EA;
	padding:15px;
	margin:10px 0;
}

/* 検索結果一覧 */
.search_gyosya_box {
	border:3px solid #3CA17A;
	margin:0 0 30px;
}
.search_gyosya_box .gyosya_title{
	border-right:1px solid #9ACC7C;
	border-bottom:1px solid #9ACC7C;
	background:#E2FFF4;
	width:385px;
	font-size:24px;
	font-weight:bold;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
}
.search_gyosya_box .jusyo{
	border-right:1px solid #9ACC7C;
	border-bottom:1px solid #9ACC7C;
	width:320px;
	font-size:14px;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
}
.search_gyosya_box .tel{
	border-right:1px solid #9ACC7C;
	border-bottom:1px solid #9ACC7C;
	width:140px;
	font-size:14px;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
}
.search_gyosya_box .tel img{
	width:14px;
	height:auto;
	margin:0 5px 5px 0;
}

.search_gyosya_box .to_detail_btn{
	border-bottom:1px solid #9ACC7C;
	width:110px;
	font-size:14px;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
}
.search_gyosya_box .to_detail_btn a{
	text-align:center;
	padding:5px 10px;
	display:block;
	border-radius:3px;
	font-weight:bold;
	color:#fff;
}

.search_gyosya_box .gyosyu_title {
	border-right:1px solid #9ACC7C;
	border-bottom:1px solid #9ACC7C;
	width:80px;
	font-size:14px;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
	color:#787777;
	text-align:center;
}
.search_gyosya_box .icon_box {
	border-right:1px solid #9ACC7C;
	border-bottom:1px solid #9ACC7C;
	width:435px;
	display:table-cell;
	vertical-align:middle;
	color:#787777;
	padding:1px;
}
.search_gyosya_box .icon_box img {
	width:34px;	
}

.search_gyosya_box .bikou {
	border-bottom:1px solid #9ACC7C;
	width:450px;
	display:table-cell;
	vertical-align:top;
}
.search_gyosya_box .bikou_t {
	border-bottom:1px solid #9ACC7C;
	text-align:center;
	padding:10px;
	color:#787777;
}
.search_gyosya_box .bikou_n {
	width:100%;
	text-align:left;
	padding:10px;
	min-height:30px;
	line-height:1.4;
}
.search_gyosya_box .syobun_t {
	border-right:1px solid #9ACC7C;
	width:80px;
	font-size:14px;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
	color:#787777;
	text-align:center;
}
.search_gyosya_box .syobun_n {
	text-align:left;
	padding:10px;
	color:#333;
	width: 865px;
    display: table-cell;
	font-size:20px;
	font-weight:bold;
}
.search_gyosya_box .toku_unpan_title {
	border-right:1px solid #9ACC7C;
	width:80px;
	font-size:14px;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
	color:#787777;
	text-align:center;
}
.search_gyosya_box .toku_unpan_data {
	display:table-cell;
	width:876px;
	text-align:left;
	padding:10px;
	min-height:30px;
	line-height:1.4;
}
.search_gyosya_box .toku_syori_title {
	border-right:1px solid #9ACC7C;
	width:80px;
	font-size:14px;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
	color:#787777;
	text-align:center;
	
}
.search_gyosya_box .toku_syori_data {
	display:table-cell;
	width:400px;
	text-align:left;
	padding:10px;
	min-height:30px;
	line-height:1.4;
	
}
.search_gyosya_box .toku_syobun_title {
	border-left:1px solid #9ACC7C;
	border-right:1px solid #9ACC7C;
	width:80px;
	font-size:14px;
	padding:10px;
	display:table-cell;
	vertical-align:middle;
	color:#787777;
	text-align:center;
	
}
.search_gyosya_box .toku_syobun_data {
	display:table-cell;
	width:400px;
	text-align:left;
	padding:10px;
	min-height:30px;
	line-height:1.4;

}

.gyosya_detail {
	padding:20px 0 0 0;	
}
.detail_icon img {
	width:40px;	
}
.sec_sch_chk_gomi label {
	width:210px;
	float:left;
	margin:0 10px 10px 0;
}
.sec_sch_chk_gomi label.longer {
	width:430px;
	float:left;
}
.narrow_down_box #feas_0_0 {
	padding: 0 8px;
    border: 1px solid #939292;
    border-radius: 5px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.2);
    width: 448px;
    height: 28px;
    font-size: 14px;
}
.narrow_down_box #submiter {
	width: 300px;
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 12px;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: bold;
}
.narrow_down_box #sch_slc_dis_actual {
	height: 30px;
	font-size: 14px;
	margin-bottom:20px;
}
.prevlinker {
	position:absolute;
	bottom:5px;
	right:5px;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	
}
.single_prevlinker {
	padding:10px 5px 0px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}







.memberbtns {
	margin-bottom:20px;
}
.memberbtns a{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
	background: #00BA86;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	color: #fff;
	text-decoration: none;
	padding: 18px;
	width: calc(50% - 11px);
	float: left;
	box-sizing: border-box;
	margin: 5px;
}
.memberbtns a:hover {
	color:#000066;
	text-decoration:none;
}
.member_news {
	position:relative;
}
.member_news .linker {
    position: absolute;
    top: 8px;
    right: 15px;
}
.member_news .linker a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}



footer {
	background:#00B074;
}
#fnavi {
	margin: 0 auto 20px;
	padding:20px 0 160px;
	min-height: auto;
	display:table;
	width:100%;
}
#fnavi .acord_btn{
	display:none;
}
#fnavi ul.list {
	display:table-cell;	
}
#fnavi ul.list,
#fnavi ul.list ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

#fnavi ul.list ul {
	position:relative;
	margin-left:10px;     
}

#fnavi ul.list ul:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:0;
	border-left:1px solid #ffffff;
}

#fnavi ul.list li  {
	position:relative;
	margin:0;
	padding:3px 12px;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size:13px;
	font-weight:normal;
	line-height:20px;   
}

#fnavi ul.list li a { 
	position:relative;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#fnavi ul.list li a:hover,
#fnavi ul.list li a:hover+ul li a {
	color: #000066;
}

#fnavi ul.list ul li:before {
	content:"";
	display:block;
	position:absolute;
	top:10px;
	left: 0;
	width:8px;
	height:0;
	border-top:1px solid #ffffff;    
}

#fnavi ul.list ul li:last-child:before {
	top: 10px; 
	bottom: 0;
	height: auto;
	background: #00B074; 
}


#footer .foot_mikyan {
	position:absolute;
	bottom:110px;
	right:0;	
}
#footer h1 {
	position:absolute;
	bottom:30px;
	right:0;	
}
#footer .copy {
	text-align:center;
	color:#fff;
	padding:20px;
	font-size:12px;
}
























/* btntype*/
.btntype01 {
	width:400px;
	padding:14px 0;
	display:block;
	margin: 0 auto;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.btntype01:link, .btntype01:visited {
	color:#fff;
}

.btntype02 {
	width:500px;
	padding:14px 0;
	display:block;
	margin: 0 auto;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.btntype02:link, .btntype02:visited {
	color:#fff;
}



/* table_design */
.table_design01 {
	border:1px solid #00B074;
	width:100%;
	margin: 0 0 40px;
}
.table_design01 th{
	border-right:1px dotted #00B074;
	border-bottom:1px solid #00B074;
	width:25%;
	background:#F7FCFE;
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
}
.table_design01 td{
	border-bottom:1px solid #00B074;
	width:75%;
	padding:10px 20px;
	line-height:1.4;
	vertical-align:top;
}
.table_design02 {
	border:1px solid #00B074;
	width:100%;
	margin: 10px 0 40px;
	font-size:14px;
}
.table_design02 caption{
	font-weight: bold;
	color:#007470;
	padding: 10px;
	border-top: 1px solid #00B074;
	border-left: 1px solid #00B074;
	border-right: 1px solid #00B074;
	background:#ddeedd;
}
.table_design02 th{
	border-right:1px solid #00B074;
	border-bottom:1px solid #00B074;
	background:#F7FCFE;
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
}
.table_design02 td{
	border-bottom:1px solid #00B074;
	border-right:1px solid #00B074;
	width:70%;
	padding:10px 20px;
	line-height:1.4;
	vertical-align:top;
}
.table_design02 tfoot td{
	text-align:right;
	background:#ddeedd;
}

.table_design02 td:first-child{
	width:30%;
}

.table_design03 {
	border:1px solid #00B074;
	width:100%;
	margin: 10px 0 40px;
	font-size:13px;
}
.table_design03 caption{
	font-weight: bold;
	color:#007470;
	padding: 10px;
	border-top: 1px solid #00B074;
	border-left: 1px solid #00B074;
	border-right: 1px solid #00B074;
	background:#ddeedd;
}
.table_design03 th{
	border-right:1px solid #00B074;
	border-bottom:1px solid #00B074;
	background:#F7FCFE;
	padding:10px 20px;
	text-align:left;
	vertical-align:middle;
	line-height:1.4;
}
.table_design03 td{
	border-bottom:1px solid #00B074;
	border-right:1px solid #00B074;
	padding:10px 20px;
	line-height:1.4;
	vertical-align:top;
	background:#fff;
}
.table_design03 tfoot td{
	text-align:right;
	background:#ddeedd;
}




.table_design04 {
	border:1px solid #00B074;
	width:100%;
	margin: 10px 0 40px;
	font-size:14px;
}
.table_design04 caption{
	font-weight: bold;
	color:#007470;
	padding: 10px;
	border-top: 1px solid #00B074;
	border-left: 1px solid #00B074;
	border-right: 1px solid #00B074;
	background:#ddeedd;
	text-align:left;
}
.table_design04 th{
	border:1px solid #00B074;
	background:#F7FCFE;
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
	width:33%;
}
.table_design04 td{
	border:1px solid #00B074;
	padding:10px 20px;
	line-height:1.4;
	vertical-align:top;
	width:33%;
}

.table_design05 {
	width:100%;
	margin: 0 0 0px;
}
.table_design05 th{
	border-right:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
	width:25%;
	background:#BAE2BE;
	padding:10px 20px;
	text-align:left;
	vertical-align:top;
}
.table_design05 td{
	border-bottom:5px solid #ffffff;
	background:#EAEDEE;
	width:75%;
	padding:10px 20px;
	line-height:1.4;
	vertical-align:top;
}

.table_design06 {
	width:100%;
	margin: 0 0 30px;
	line-height:1.4;
	border-top:1px solid #6F605B;
}
.table_design06 th{
	border-bottom:1px solid #6F605B;
	width:30%;
	background:#FFFDE7;
	padding:10px 20px;
	text-align:left;
	vertical-align:middle;
	position:relative;
}
.table_design06 th small{
	font-size:13px;
}
.table_design06 th span{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    height: 10px;
    font-size: 10px;
    color: #fff;
    background: #f00;
    border-radius: 10px;
    padding: 4px 8px;
    line-height: 1;
}
.table_design06 td{
	border-bottom:1px solid #6F605B;
	background:#ffffff;
	width:70%;
	padding:10px 20px;
	line-height:1.4;
	vertical-align:middle;
}

.table_design07 {
	border:1px solid #00B074;
	width:100%;
	margin: 10px 0 40px;
	font-size:13px;
}

.table_design07 th{
	border-right:1px solid #00B074;
	border-bottom:1px solid #00B074;
	background:#F7FCFE;
	padding:10px 20px;
	text-align:left;
	vertical-align:middle;
	line-height:1.4;
}
.table_design07 td{
	border-bottom:1px solid #00B074;
	border-right:1px solid #00B074;
	padding:10px 20px;
	line-height:1.4;
	vertical-align:top;
}

.table_design08 {
	border:1px solid #00B074;
	width:100%;
	margin: 10px 0 40px;
	font-size:13px;
}
.table_design08 caption{
	font-weight: bold;
	color:#007470;
	padding: 10px;
	border-top: 1px solid #00B074;
	border-left: 1px solid #00B074;
	border-right: 1px solid #00B074;
	background:#ddeedd;
	font-size:16px;
}
.table_design08 th{
	border-right:1px solid #00B074;
	border-bottom:1px solid #00B074;
	background:#F7FCFE;
	padding:10px 20px;
	text-align:left;
	vertical-align:middle;
	line-height:1.4;
}
.table_design08 td{
	border-bottom:1px solid #00B074;
	border-right:1px solid #00B074;
	padding:10px 20px;
	line-height:1.4;
	vertical-align:top;
	background:#fff;
}



.table_design09 {
	border:1px solid #00B074;
	width:100%;
	margin: 10px 0 40px;
	font-size:14px;
}
.table_design09 caption{
	font-weight: bold;
	color:#007470;
	padding: 10px;
	border-top: 1px solid #00B074;
	border-left: 1px solid #00B074;
	border-right: 1px solid #00B074;
	background:#ddeedd;
}
.table_design09 th{
	border-right:1px solid #00B074;
	border-bottom:1px solid #00B074;
	background:#F7FCFE;
	padding:10px 20px;
	text-align:center;
	vertical-align:middle;
	line-height:1.4;
}
.table_design09 td{
	border-bottom:1px solid #00B074;
	border-right:1px solid #00B074;
	padding:10px 20px;
	line-height:1.4;
	vertical-align:top;
	background:#fff;
}
.table_design09 tfoot td{
	text-align:right;
	background:#ddeedd;
}


















/*form design*/
.formdesign1 input[type="text"], 
.formdesign1 input[type="tel"], 
.formdesign1 input[type="email"], 
.formdesign1 input[type="date"], 
.formdesign1 input[type="number"], 
.formdesign1 select, 
.formdesign1 textarea {
	max-width:100%;
	width:100%;
	border: 1px solid #111;
	color: #444;
	font-size: 1em;
	padding: 0.3em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color:#333;
	border:solid 1px #aaa;
	border-radius: 1px;
	box-shadow: inset 0 0 4px rgba(0, 0, 100, 0.1);
	outline: none;
}
.formdesign1 input::-webkit-input-placeholder {
    color: #aaa;
}
.formdesign1 input:-ms-input-placeholder {
    color: #aaa;
}
.formdesign1 input::-moz-placeholder {
    color: #aaa;
}
.formdesign1 textarea {
	width:100%;
}
.formdesign1 select {
	width:30%;
}
.formdesign1 .half {
	width:35%!important;
}

.formdesign1 textarea {
	padding: 1em;
	min-height:15em;
	height: auto;
	width: 100%;
}
.formdesign1 input[type="text"], 
.formdesign1 input[type="tel"], 
.formdesign1 input[type="email"], 
.formdesign1 input[type="date"], 
.formdesign1 input[type="number"],
.formdesign1 textarea {
	-moz-transition: border .25s;
	-webkit-transition: border .25s;
	-o-transition: border .25s;
	transition: border .25s;
}
.formdesign1 input[type="text"]:hover,
.formdesign1 input[type="tel"]:hover,
.formdesign1 input[type="email"]:hover,
.formdesign1 input[type="text"]:active,
.formdesign1 input[type="tel"]:active,
.formdesign1 input[type="email"]:active,
.formdesign1 input[type="text"]:focus,
.formdesign1 input[type="tel"]:focus,
.formdesign1 input[type="email"]:focus,
.formdesign1 textarea:hover,
.formdesign1 textarea:focus,
.formdesign1 textarea:active {
	border: 1px solid #999;
}
.formdesign1 input[type="text"],
.formdesign1 input[type="tel"],
.formdesign1 input[type="email"], 
.formdesign1 input[type="date"], 
.formdesign1 input[type="number"],
.formdesign1 textarea{cursor: text;}

.formdesign1 select {height: auto;}
.formdesign1 .error {
    margin: 3px 0 0 0px;
    padding: 3px;
    font-weight: bold;
    border: 1px solid #ff0000;
    background: #ffcccc;
}
.formdesign1 input[type="radio"],.formdesign1 input[type="checkbox"] {
	width:1.2em;
	height:1.2em;
	vertical-align: top;
}







.submiter {
    text-align:center;
}
.submiter input {
    width: 200px;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
div#mfp_overlay_inner {
    width: 800px!important;
}
div#mfp_overlay_inner h4{
    padding:0 0 20px!important;
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    font-size: 16px!important;
    padding: 10px 10px!important;
}
.mfp_buttons button {
    width: 200px;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #649564; /* Old browsers */
	background: -moz-linear-gradient(top,  #649564 0%, #7dd29b 19%, #00a73c 65%, #00713c 100%);
	background: -webkit-linear-gradient(top,  #649564 0%,#7dd29b 19%,#00a73c 65%,#00713c 100%);
	background: linear-gradient(to bottom,  #649564 0%,#7dd29b 19%,#00a73c 65%,#00713c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#649564', endColorstr='#00713c',GradientType=0 );
    color: #fff;
	cursor:pointer;
	text-decoration:none;
}
.mfp_buttons button:hover {
    color: #000066;
	text-decoration:none;
}










.normalize p {
	margin:0 10px 0 30px;
	line-height:1.4;
}
.normalize img {
	max-width:100%;
	height:auto;
}
/* editor */
#main p {
    display: block;
    margin: 1em 0;
}
#main strong { font-weight: bold; }
#main em { font-style: italic; }
#main blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
#main .aligncenter {
    display: block;
    margin: 0 auto;
}
#main .alignright { float: right; }
#main .alignleft { float: left; }
 
#main img[class*="wp-image-"],
#main img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

/*title_bikou*/
.type04 span{
    float: left;
    font-weight: bold;
    margin-right: 30px;
}
.type04 .bikou{
	    font-size: 15px;
}


/*スクロール02*/
.scrl_type02{
	overflow-x: auto;
margin: 0 0 30px 0!important;
position: relative;
padding: 20px 0 0;
overflow-x: scroll;
}

.scrl_type02:before {
    position: absolute;
    content: "※全体を見るには右にスクロールしてください";
    color: #ff8888;
    top: 7px;
    left: 0;
}

.scrl_type02::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
}
.scrl_type02::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(68,136,68,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.table_chobo th{
	  text-align:center;
}

.table_chobo td{
	    vertical-align: middle;
}

.nittei_red{
font-weight: bold;
    color: red;
    font-size: 16px;
    text-shadow: none;
    margin-left: 20px;
    float: initial!important;
}

.nittei_red02{
font-weight: bold;
	color: red;
	text-shadow: none;
	margin-left: 20px;
	font-size: 18px;
	display: inline-block;
}

.kousyu_bikou{
	display:block;
	font-size:12px;
}

.accses_p{
	margin-left:90px!important;
}
.accses_p2{
    margin-left:105px!important;
}

.right_up_border {
background: linear-gradient(
320deg
,transparent 0%,transparent 50%,#00B074 50%,#00B074 50.5%,transparent 50.5%,transparent 100%)!important;
}

.right_up_border02 {
    background: linear-gradient( 
345deg
 ,transparent 0%,transparent 50%,#00B074 50%,#00B074 50.5%,transparent 50.5%,transparent 100%)!important;
}

#banner_area{
	    background: #e6ffdf;
    padding: 5px 0 2px;
}
#banner_area ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#banner_area ul li{
	margin-right: 3px;
}
#banner_area ul li:nth-child(5n){
		margin-right: 0px;
}
#banner_area ul li{
		margin-bottom: 3px;
}

#banner_area li img{
	width: 195px;
height:auto;
	    border: solid 1px #dadada;
}

#banner_area_side{
	    background: #e6ffdf;
    padding: 5px 5px;
	margin-top: 5px;
}
#banner_area_side ul{


}
#banner_area_side li{
	margin-bottom: 5px;
}
#banner_area_side li:last-child{
	margin-bottom: 0px;
}
#banner_area_side li img{
    width: 100%;
height:auto;
	    border: solid 1px #dadada;
}

/*サイドバー３r*/
.menu_btn {
    cursor: pointer;
}
.side_link{
	padding: 0px 0 5px;
}
.side_link a{
	display: block;
	    padding: 10px 0;
}
.toggle_contents .side_link {
	display: none;
}

/*マニフェスト値上げ*/
.mani_flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.mani_btn{
	width: 350px;
	    text-align: center;
}
.mani_btn.kokuchi{
	border: solid 2px #ff6800;
}
.mani_btn.download{
border: solid 2px #0FA8D4;
	 background-color: #fff;
}

.mani_flex a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.manitxt01{
	    background-color: #ff3c00;
	color: #fff;
	padding: 7px 0;
}
.manitxt02{
	    background-color: #ff3c00;
    font-size: 18px;
    color: #fff;
    padding: 5px 0;
    font-weight: bold;
	line-height: 1.3;
}
.manitxt03{
	    background-color: #ffc200;
    color: #000;
    padding: 5px 0;
}

.manitxt04{
    background-color: #29a8d4;
    color: #fff;
    font-weight:bold;
    line-height: 1.3;
	    font-size: 17px;
	    padding: 5px 0;
}

.manitxt05{
    background-color: #fff;
    color: #FF0004;
    font-weight:bold;
    line-height: 1.5;
	    font-size: 15px;
	padding: 5px 0;
}
