@charset "utf-8"; 

/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* layout
--------------------------------------------------------------------------- */

.sp{ display : none;}

@media screen and (min-width: 769px) {
.sp { display : none;}
.tb { display : none;}
.pc { display : block;}
}
@media screen and (max-width: 768px){
.pc { display : none;}
.sp { display : none;}
.tb { display : block;}
}
@media screen and (max-width: 480px) {
.pc { display : none !important;}
.tb { display : none !important;}
.sp { display : block ;}
}
/*@media screen and (max-width: 320px) {
.pc{ display : none;}
.tb{ display : none;}
.sp{ display : block;}
}*/

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r { float : right !important;}
.flt_l { float : left !important;}

.txt_r { text-align: right !important;} 
.txt_c { text-align: center !important;} 
.txt_l { text-align: left !important;}

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}

.disnon { display : none;}
.dis-block { display : block !important;}
.dis-inlineb { display : inline-block !important;}

.over{}

.overfllow{
	overflow	: hidden;
}


/* --- margin --- */

.m_inherit {margin : inherit !important;}

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { 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;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { 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;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { 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;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { 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;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !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;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}
.pt25 { padding-top : 25px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.nowrap { white-space : nowrap;}

.entry{
	clear	: both;
	margin	: 15px auto 0;
}

	.entry p {
		margin		: 0 10px 10px;
		text-align	: left;
		line-height	: 1.5;
	}


.summary {
	clear	: both;
	margin	: 15px auto 0;
}

	.summary p {
		margin		: 0 8px 12px;
		text-align	: left;
		line-height	: 1.5;
	}

#crumb {
	overflow	: hidden;
	margin		: 0 auto 5px;
	width		: 980px;
}
	
	#crumb ul{
		margin		: 0 0 8px;
		text-align	: left;
	}
	
		#crumb ul li {
			display			: inline;
			margin			: 0 5px 0 0;
			padding			: 0 15px 0 0;
			background		: transparent url(/common/img/icon/icon_003.jpg) no-repeat center right;
			line-height		: 110%;
			list-style-type	: none;
			font-size		: 100%;
		}

		#crumb ul li:last-child {
			background		: none;
		}

.pagetop {
	clear		: both;
}

	.pagetop a{
		overflow	: hidden;
		float		: right;
		display		: block;
		width		: 131px;
		height		: 16px;
		background	: transparent url(/common/img/pagetop.jpg) no-repeat 0 0;
		text-indent	: -9999px;
	}

.icon_open li{
	padding		: 0 16px 0 0;
	background	: transparent url(/common/img/icon/icon_001.jpg) no-repeat 100% 4px;
}


#page-top {
	display		:none;
    position	: fixed;
    bottom		: 20px;
    right		: 20px;
}
#page-top a {
	background		: transparent url(/common/img/pagetop2.png) no-repeat 0 0;
    text-decoration	: none;
    width			: 41px;
	height			: 41px;
    text-align		: center;
    display			: block;
	text-indent		: -9999px;
	overflow		: hidden;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {

#crumb {
	margin	: 0 5px;
	width	: auto;
}

	#crumb ul li {
		display			: inline;
		margin			: 0;
		padding			: 0 10px 0 0;
		background		: transparent url(/common/img/icon/icon_003.jpg) no-repeat center right;
		line-height		: 110%;
		list-style-type	: none;
		font-size		: 100%;
	}

.pagetop {
	clear	: both;
	margin	: 20px 15px 0 0;
}

}

@media screen and (max-width: 480px) {
	
.pagetop {
	margin	: 20px 5px 0 0;
}

	.pagetop a{
		overflow		: hidden;
		float			: right;
		display			: block;
		width			: 138px;
		height			: 16px;
		background		: transparent url(/common/img/pagetop_sp.jpg) no-repeat center right;
		background-size	: cover;
		text-indent		: -9999px;
	}

}


.nolink a{
	cursor	: default;
	color	: #CCC;
}

	.nolink a:hover{
		text-decoration	: none;
	}


.nav_bnr {
	margin	: 10px 0;
}
	
	.nav_bnr li {
		margin	: 0 0 8px;
	}
		

/* icon
--------------------------------------------------------------------------- */

span.out a {
	margin		: 0 3px 0 0;
	padding		: 0 15px 0 0;
	background	: transparent url(/common/img/icon/out.jpg) no-repeat center right;
}

.ulStyleBtn_01 li a[href^="http://"]:after,
.ulStyleBtn_01 li a[href^="#out"]:after {
    font-family: 'fontello';
    content: 'p';
    color: #FFF;
    margin:0 3px;
}

a.btn01[href^="http://"]:after,
a.btn01[href^="#out"]:after {
    font-family: 'fontello';
    content: 'p';
    color: #FFF;
    margin:0 3px;
	text-decoration:none;
}

.ulStyleBtn_02 li a[href^="http://"]:after,
.ulStyleBtn_02 li a[href^="#out"]:after {
    font-family: 'fontello';
    content: 'p';
    color: #1b4423;
    margin:0 3px;
	text-decoration:none;
}

a.btn02[href^="http://"]:after,
a.btn02[href^="#out"]:after {
    font-family: 'fontello';
    content: 'p';
    color: #FFF;
    margin:0 3px;
	text-decoration:none;
}




/* heading
--------------------------------------------------------------------------- */

#ttl {
	margin	: 0 0 20px;
}

#ttl2 {
	text-align	: left;
}

.sttl {
	margin		: 0 0 25px;
	text-align	: left;
}

.h01 {
	margin		: 20px 0 15px;
	text-align	: left;
	font-size	: 140%;
	line-height	: 1.4;
	max-height: 100%;
}

.h02 {
	margin		: 0 0 7px;
	font-size	: 110%;
	color		: #053A10;
	max-height: 100%;
}

	.h02 img{
		margin		: 0 0 8px;
	}

.h03 {
	margin		: 0 0 10px;
	font-size	: 100%;
	color		: #222;
	max-height: 100%;
}

.h04 {
	margin		: 0 0 20px;
	text-align	: left;
	max-height: 100%;
}

.h05 {
	margin-bottom	: 5px;
	font-size		: 120%;
	max-height: 100%;
}

.h06 {
	font-size	: 110%;
	color		: #1B4423;
	max-height: 100%;
}

.h07 {
	margin		: 0 0 10px;
	font-size	: 170%;
	color		: #053A10;
	text-align	: left;
	line-height	: 1.3;
	max-height: 100%;
}

.h08 {
	margin		: 5px 10px 5px !important;
	font-size	: 100%;
	max-height: 100%;
}

.h09 {
	margin		: 0 0 10px;
	border-left	: 3px solid #1E4C28;
	padding		: 6px 10px;
	background	: #E9E2CF;
	color		: #1E4C28;
}

.h10 span{
	display	: none;
	margin	: -2px 0 -5px;
}


@media screen and (max-width: 667px){

.h10 {
	padding		: 8px 10px 10px;
	background	: #063813;
	color		: #FFF;
}

	.h10 img{
		display	: none;
	}
			
	.h10 span{
		display	: block;
		margin	: -2px 0 -5px;
	}
}


@media screen and (max-width: 768px){
	
#ttl2 img,
.h02 img,
.h04 img{
	width	: 100%;
}

.h07 {
	font-size	: 150%;
}


}


/* btn
----------------------------------------------------------------------------*/

.btn01 {
    padding			: 1px 8px 0;
    text-decoration	: none;
	display			: block;
    color			: #FFF !important;
	background		: #1F622F;
	text-decoration	: none !important;
	font-family : "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro","Meiryo","MS PGothic", sans-serif;
}

	.btn01 i{
		margin-right		: 3px;
		vertical-align		: baseline;
		line-height			: 2em;
	}
	
	.btn01:hover {
		opacity		: 0.9;
		filter		: alpha(opacity=90);
		-ms-filter	: "alpha( opacity=90 )";
		background	: #1F622F;
	}


.btn01_2 {
    padding			: 6px 8px;
    text-decoration	: none;
	display			: block;
    color			: #FFF !important;
	background		: #1F622F;
	text-decoration	: none !important;
	font-family : "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro","Meiryo","MS PGothic", sans-serif;
}

	.btn01_2 i{
		margin-right		: 3px;
		vertical-align		: baseline;
		line-height			: 2em;
	}
	
	.btn01_2:hover {
		opacity		: 0.9;
		filter		: alpha(opacity=90);
		-ms-filter	: "alpha( opacity=90 )";
		background	: #1F622F;
	}




input.btn01 {
    padding			: 5px 25px;
    text-decoration	: none;
	display			: block;
    color			: #FFF !important;
	background		: #1F622F;
	border			: none;
	text-decoration	: none !important;
	font-family 	: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro","Meiryo","MS PGothic", sans-serif;
	font-size		: 100% !important;
	cursor			: pointer;
}

	input.btn01 i{
		margin-right		: 3px;
		vertical-align		: baseline;
		line-height			: 2em;
	}
	
	input.btn01:hover {
		opacity		: 0.9;
		filter		: alpha(opacity=90);
		-ms-filter	: "alpha( opacity=90 )";
		background	: #1F622F;
	}
	

.btn02 {
    padding			: 1px 8px 0;
    text-decoration	: none;
	display			: block;
    color			: #FFF !important;
	background		: #a30f14;
	text-decoration	: none !important;
}

	.btn02 i{
		margin-right		: 3px;
		vertical-align		: baseline;
		line-height			: 2em;
	}
	
	.btn02:hover {
		opacity		: 0.9;
		filter		: alpha(opacity=90);
		-ms-filter	: "alpha( opacity=90 )";
		background	: #aa2126;
	}


/* image
--------------------------------------------------------------------------- */

img 		{ border: 0;}
img.image	{ border: solid 1px #CCC;}
img.image2	{ border: solid 1px #CCC; margin-left:5px; padding : 2px;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}


/* table
--------------------------------------------------------------------------- */

.tableStyle01{
	border-collapse		: separate;
	*border-collapse	: collapse; /* for IE6,7 */
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #96ba9e;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #96ba9e;
	margin-left			: auto !important;
	margin-right		: auto !important;
	width				: 98%;
}

	.tableStyle01 th,
	.tableStyle01 td {
		border-top		: none;
		border-right	: 1px solid #96ba9e;
		border-bottom	: 1px solid #96ba9e;
		border-left		: none;		
		font-weight		: normal;
	}

	.tableStyle01 th{ 
		margin			: 0; 
		padding			: 10px;
		background		: #f7f7f7;
		text-align		: left;
		background		: #CADBCE;
		font-size		: 110%;
	}

	.tableStyle01 td{
		padding		: 10px;
		text-align	: left;
	}

		.tableStyle01 td p:last-child{
			margin-bottom	: 0 !important;
		}

		.tableStyle01 td table th,
		.tableStyle01 td table td{
			border		: 0;
			padding		: 0 10px 0 0;
		}




.tableStyle02{
	border-collapse		: separate;
	*border-collapse	: collapse; /* for IE6,7 */
	border-spacing		: 0;
	empty-cells			: show;
	border-right		: none;
	border-bottom		: none;
	margin				: 0 auto;
	width				: 98%;
}

	.tableStyle02 th,
	.tableStyle02 td {
		border-top		: none;
		border-bottom	: 1px solid #96ba9e;
		border-left		: none;		
		font-weight		: normal;
	}

	.tableStyle02 th{ 
		margin			: 0; 
		padding			: 10px;
		background		: #f7f7f7;
		text-align		: left;
		background		: #CADBCE;
		font-size		: 110%;
	}

	.tableStyle02 td{
		padding		: 10px;
		text-align	: left;
	}

		.tableStyle02 td p:last-child{
			margin-bottom	: 0 !important;
		}



.tableStyle03{
	border-collapse		: separate;
	*border-collapse	: collapse; /* for IE6,7 */
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #96ba9e;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #96ba9e;
	margin-left			: auto !important;
	margin-right		: auto !important;
	width				: 98%;
}

	.tableStyle03 th,
	.tableStyle03 td {
		border-top		: none;
		border-right	: 1px solid #96ba9e;
		border-bottom	: 1px solid #96ba9e;
		border-left		: none;		
		font-weight		: normal;
	}

	.tableStyle03 th{ 
		margin			: 0; 
		padding			: 5px 10px;
		background		: #f7f7f7;
		text-align		: center;
		background		: #CADBCE;
	}

	.tableStyle03 td{
		padding		: 5px 10px;
		text-align	: center;
	}

		.tableStyle03 td p:last-child{
			margin-bottom	: 0 !important;
		}

		.tableStyle03 td table th,
		.tableStyle03 td table td{
			border		: 0;
			padding		: 0 10px 0 0;
		}

	
	
/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 35px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}


.ulStyle01 {
	margin	: 0 15px 10px;
	width	: 300px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 6px 15px 3px;
		padding		: 0;
		text-align	: left;
	}

.ulStyle02 li {
	margin		: 0 0 0 8px !important;
	list-style	: disc;
}


.ulStyleBtn_01{
	overflow	: hidden;
	margin		: 0 0 10px;
}

	.ulStyleBtn_01 li{
		float	: left;
		margin	: 0 2% 0 0;
	}
	
		.ulStyleBtn_01 li a{
			padding	: 10px;
		}

		.ulStyleBtn_01 li i{
			line-height:1em;
		}

.ulStyleBtn_02 li a:link,
.ulStyleBtn_02 li a:visited {
	text-decoration	: none !important;
}

.ulStyleBtn_02 li a:hover {
	text-decoration	: underline !important;
}

.ulStyleBtn_02 {
	margin	: 0 25px;
}

	.ulStyleBtn_02 li{
		list-style		: disc;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}

/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 85% !important;}
.txt12 { font-size : 100% !important;}
.txt14 { font-size : 120% !important;}


/* --- color --- */

.red	{ color : #F00;}
.col01	{ color : #996633;}
.col02	{ color : #073814;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}


/* ------------------------------------------------------------------------ */

/*  form

/* ------------------------------------------------------------------------ */

.formStyle01{
	border-collapse		: separate;
	*border-collapse	: collapse; /* for IE6,7 */
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #96ba9e;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #96ba9e;
	margin-left			: auto !important;
	margin-right		: auto !important;
	width				: 98%;
	font-size			: 95%;
}

	.formStyle01 th,
	.formStyle01 td {
		border-top		: none;
		border-right	: 1px solid #96ba9e;
		border-bottom	: 1px solid #96ba9e;
		border-left		: none;		
		font-weight		: normal;
	}
	
	.formStyle01 th{ 
		margin			: 0; 
		padding			: 10px;
		background		: #f7f7f7;
		text-align		: left;
		background		: #CADBCE;
	}
	
		.formStyle01 th p{
			margin:0 !important;
		}
	
	.formStyle01 td{
		padding		: 10px;
		text-align	: left;
	}

		.formStyle01 input{
			font-size:155%;
		}

	.formStyle01 .txt10 { color:#444;}
	
	.form_tblSub {
	}

		.form_tblSub td{
			padding	: 3px 0;
			border	: none;
		}


@media screen and (max-width: 568px) {

	.formStyle01 th{
		width	: 100% !important;
	}
	
}

	
	.wid20  { width : 20px; margin-bottom : 2px !important;}
	.wid30  { width : 30px; margin-bottom : 2px !important;}
	.wid40  { width : 40px; margin-bottom : 2px !important;}
	.wid50  { width : 50px; margin-bottom : 2px !important;}
	.wid80  { width : 80px; margin-bottom : 2px !important;}
	.wid100 { width : 100px; margin-bottom : 2px !important;}

	.wid100 { width : 100px; margin-bottom : 2px !important;}
	.wid120 { width : 120px; margin-bottom : 2px !important;}
	.wid130 { width : 130px; margin-bottom : 2px !important;}
	.wid140 { width : 140px; margin-bottom : 2px !important;}
	.wid150 { width : 150px; margin-bottom : 2px !important;}
	.wid160 { width : 160px; margin-bottom : 2px !important;}
	.wid170 { width : 170px; margin-bottom : 2px !important;}
	.wid180 { width : 180px; margin-bottom : 2px !important;}
	.wid200 { width : 200px; margin-bottom : 2px !important;}
	.wid210 { width : 210px; margin-bottom : 2px !important;}
	.wid220 { width : 220px; margin-bottom : 2px !important;}
	.wid250 { width : 250px; margin-bottom : 2px !important;}

	.wid300 { width : 300px; margin-bottom : 2px !important;}
	.wid350 { width : 350px; margin-bottom : 2px !important;}
	.wid400 { width : 400px; margin-bottom : 2px !important;}
	
	.wid20p  { width : 20% !important;}
	.wid50p  { width : 50% !important;}
	.wid80p  { width : 80% !important;}
	
	.txtarea01 { width : 98%; height : 120px; margin-bottom : 2px !important;}
	.txtarea02 { width : 450px; height : 150px; margin-bottom : 2px !important;}
	.txtarea03 { width : 610px; height : 150px; margin-bottom : 2px !important;}
	.txtarea04 { width : 429px; height : 50px; margin-bottom : 2px !important;}

	.hissu {
		display		: block;
		background	: #DC131D;
		color 		: #FFF;
		text-align	: center;
	}
	
	.nini {
		display		: block;
		background	: #d89800;
		color 		: #FFF;
		text-align	: center;
	}
	
	label {
		margin 			: 0 10px 0 -2px;
		padding			: 0;
		cursor 			: pointer;
		vertical-align	: middle;
	}
	
	label:hover { text-decoration:underline;}

	input {
		padding		: 4px;
		font-size	: 115% !important;
	}
	
	input.txt {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	textarea.txtarea {
		border-bottom	: 1px solid #CCC;
		border-left		: 1px solid #999;
		border-right	: 1px solid #CCC;
		border-top		: 1px solid #999;
		padding			: 4px;
	}
	
	input[type="radio"]{
		margin-top: -3px;
	}
	
	input[type="checkbox"]{
		margin-top: -3px;
	}
	
	
