@charset "utf-8"; 

/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* layout
--------------------------------------------------------------------------- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r { float : right !important;}
.flt_l { float : left !important;}
.flt_n { float : none !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;
}
		
.txt_ind{
	text-indent: 0 !important;
}

.fnt_w {
	font-weight: bold;
	font-size: 13px;
}

.pcStyle{
	display: block;
}

.spStyle{
	display: none;
}

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt-5   { margin-top	: -5px !important;}
.mt0   { margin-top	: 0 !important;}
.mt2   { margin-top	: 2px !important;}
.mt4   { margin-top	: 4px !important;}
.mt5   { margin-top	: 5px !important;}
.mt8   { margin-top	: 8px !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;}
.mt60  { margin-top	: 60px !important;}
.mt80  { margin-top	: 80px !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;}
.mb8   { margin-bottom : 8px !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;}
.mb60  { margin-bottom : 50px !important;}
.mb70  { margin-bottom : 50px !important;}
.mb80  { margin-bottom : 80px !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;}
.pt30 { padding-top : 30px !important;}
.pt40 { padding-top : 40px !important;}
.pt45 { padding-top : 45px !important;}
.pt50 { padding-top : 50px !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;}

#crumb {
	height		: 30px;
	line-height	: 30px;
	text-align	: left;
}

	#crumb li {
		display			: inline;
		list-style-type	: none;
	}

	#crumb li:last-child {
		font-weight	: bold;
	}

		#crumb li a{
			margin	: 0 5px 0 0;
			color	: #4d4d4d;
		}


/* heading
--------------------------------------------------------------------------- */

.h01{
	margin		: 0 auto 30px;
	width		: 700px;
	padding		: 7px 10px 5px 15px;
	background	: transparent url(../img/hn/hd_bg01.gif) no-repeat 0 0;
	text-align	: left;
	font-size	: 125%;
	color		: #4c4c4c;
	line-height	: 1.6;
}

.h02{
	margin		: 0 auto 30px;
	width		: 690px;
	padding		: 2px 0 5px 15px;
	background	: transparent url(../img/hn/hd_bg02.gif) no-repeat bottom center;
	text-align	: left;
	font-size	: 115%;
	font-weight	: normal;
	line-height	: 1.6;
}

.h03 {
	margin		: 30px auto;
	width		: 675px;
	padding		: 12px 0 10px 15px;
	background	: #0f2188;
	text-align	: left;
	font-size	: 115%;
	font-weight	: bold;
	line-height	: 1.6;
	color: #fff;
}

.h05{
	display			: block;
	margin			: 30px 0 8px 0;
	padding			: 0 0 0 1em;
	text-indent		: -1em;
	color			: #0f2188;
	font-size		: 110%;
	font-weight		: bold;
	text-align		: left;
}

.h08{
	text-align	: left;
	font-weight	: bold;
	margin		: 10px 0 0 0;
	
}

/* image
--------------------------------------------------------------------------- */

img 		{ border: 0;}
img.image	{ border: solid 1px #d9d9db;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
	width		: 690px;
}

.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 #D5D5D5;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #D5D5D5;
	margin				: 0 auto 10px;
	width				: 100%;
}

	.tableStyle01 th,
	.tableStyle01 td {
		border-top		: none;
		border-right	: 1px solid #D5D5D5;
		border-bottom	: 1px solid #D5D5D5;
		border-left		: none;		
		font-weight		: normal;
	}

	.tableStyle01 th{
	margin		: 0;
	padding		: 10px;
	background-color: #f7f7f7;
	}

	.tableStyle01 td{
		padding		: 10px;
		text-align	: left;
		line-height	: 1.6;
	}

.tableStyle02{
	border-collapse:separate;
	*border-collapse	: collapse; /* for IE6,7 */
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #6699cc;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #6699cc;
	margin				: 0 auto 10px;
	width				: 100%;
}

	.tableStyle02 th,
	.tableStyle02 td {
		border-top		: none;
		border-right	: 1px solid #6699cc;
		border-bottom	: 1px solid #6699cc;
		border-left		: none;		
		font-weight		: normal;
	}

	.tableStyle02 thead th{
	margin		: 0;
	padding		: 10px;
	background-color: #f0f3fa;
	font-weight:bold;
	}
	.tableStyle02 tbody th{
	margin		: 0;
	padding		: 10px;
	background-color: #e6e6e6;
	text-align:left;
	}

	.tableStyle02 td{
		padding		: 10px;
		text-align	: center;
	}
	

.small{
		font-size:10px;
	}
	
/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 15px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
		line-height		: 1.6;
	}


.ulStyle01 {
	margin	: 0 15px 10px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
		line-height	: 1.6;
	}
	
.ulStyle02 {
	margin	: 0 15px 10px;
}

	.ulStyle02 li {
		background	: url(../img/icon/icon_007.png) no-repeat center left;
		margin		: 0 15px 3px;
		padding		: 0 0 0 12px;
		text-align	: left;
		line-height	: 1.6;
	}



/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 85% !important;}
.txt12 { font-size : 100% !important;}
.txt14 { font-size : 120% !important;}


/* --- color --- */

.red	{ color : #9f0400;}
.red2	{ color : #f20000;}

/* --- lineheight --- */

.height14 { line-height : 1.4;}
.height15 { line-height : 1.5;}
.height16 { line-height : 1.6;}


sup {
	font-size: 0.7em;
	vertical-align: 0.5em;
}

sub {
	font-size	: 0.7em;
}


/* ------------------------------------------------------------------------ */

/*  form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	margin			: 0 auto;
	border			: 1px solid #D1D1D1;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;

}

	.formStyle01 th{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		background	: #EDEDED;
		font-size	: 75%;
		font-weight	: normal;
	}

	.formStyle01 td{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		font-size	: 75%;
	}

	.formStyle01 .txt10 { color:#444;}

	.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;}
	.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;}
	.wid420 { width : 420px; margin-bottom : 2px !important;}
	.wid450 { width : 450px; margin-bottom : 2px !important;}
	.wid480 { width : 480px; margin-bottom : 2px !important;}
	.wid490 { width : 490px; margin-bottom : 2px !important;}
	.wid500 { width : 500px; margin-bottom : 2px !important;}
	.wid550 { width : 550px; margin-bottom : 2px !important;}
	.wid600 { width : 600px; margin-bottom : 2px !important;}
	.wid640 { width : 640px; margin-bottom : 2px !important;}
	.wid650 { width : 650px; margin-bottom : 2px !important;}
	.wid690 { width : 690px; margin-bottom : 2px !important;}
	
	.txtarea01 { width : 428px; 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;}
	.txtarea05 { width : 670px; height : 150px; margin-bottom : 2px !important;}

	em.hissu { margin-left : 2px; font-size : 85%; color : #f20000;}
	label { margin : 0 0 0 -2px; padding:1px 0 0; cursor : pointer; vertical-align:middle;}
	label:hover { text-decoration:underline;}


	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;
	}

.small_txt{
	font-size	: 80%;
}

.link_line a{
	text-decoration	: underline!important;
}

	.link_line a:link,
	.link_line a:visited{
		text-decoration	: underline!important;
	}
	
	.link_line a:hover{
		text-decoration	: none!important;
	}



@charset "utf-8"; 

/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* layout
--------------------------------------------------------------------------- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r { float : right !important;}
.flt_l { float : left !important;}
.flt_n { float : none !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;
}
		
.over{}


/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt2   { margin-top	: 2px !important;}
.mt5   { margin-top	: 5px !important;}
.mt8   { margin-top	: 8px !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;}
.mt80  { margin-top	: 80px !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;}
.mb8   { margin-bottom : 8px !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;}

.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;}

#crumb {
	height		: 30px;
	line-height	: 30px;
	text-align	: left;
}

	#crumb li {
		display			: inline;
		list-style-type	: none;
	}

	#crumb li:last-child {
		font-weight	: bold;
	}

		#crumb li a{
			margin	: 0 5px 0 0;
			color	: #4d4d4d;
		}

/* image
--------------------------------------------------------------------------- */

img 		{ border: 0;}
img.image	{ border: solid 1px #d9d9db;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
	width		: 690px;
}

.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 #D5D5D5;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #D5D5D5;
	margin				: 0 auto 10px;
	width				: 100%;
}

	.tableStyle01 th,
	.tableStyle01 td {
		border-top		: none;
		border-right	: 1px solid #D5D5D5;
		border-bottom	: 1px solid #D5D5D5;
		border-left		: none;		
		font-weight		: normal;
	}

	.tableStyle01 th{
	margin		: 0;
	padding		: 10px;
	background-color: #f1f1f1;
	}

	.tableStyle01 td{
		padding		: 10px;
		text-align	: left;
		line-height	: 1.6;
	}

	
	
/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 15px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
		line-height		: 1.6;
	}


.ulStyle01 {
	margin	: 0 15px 10px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
		line-height	: 1.6;
	}
	
.ulStyle02 {
	margin	: 0 15px 10px;
}

	.ulStyle02 li {
		background	: url(../img/icon/icon_007.png) no-repeat center left;
		margin		: 0 15px 13px;
		padding		: 0 0 0 12px;
		text-align	: left;
		line-height	: 1.6;
	}



/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 85% !important;}
.txt12 { font-size : 100% !important;}
.txt14 { font-size : 120% !important;}


/* --- color --- */

.red	{ color : #9f0400;}
.blue	{ color : #0f2188;}

/* --- lineheight --- */

.height14 { line-height : 1.4;}
.height15 { line-height : 1.5;}
.height16 { line-height : 1.6;}


/* ------------------------------------------------------------------------ */

/*  form

/* ------------------------------------------------------------------------ */

.formStyle01 {
	margin			: 0 auto;
	border			: 1px solid #D1D1D1;
	border-collapse	: collapse;
	border-spacing	: 0;
	empty-cells		: show;

}

	.formStyle01 th{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		background	: #EDEDED;
		font-size	: 75%;
		font-weight	: normal;
	}

	.formStyle01 td{
		border		: 1px solid #D1D1D1;
		padding		: 6px 8px;
		font-size	: 75%;
	}

	.formStyle01 .txt10 { color:#444;}

	.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;}
	.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;}
	.wid420 { width : 420px; margin-bottom : 2px !important;}
	.wid450 { width : 450px; margin-bottom : 2px !important;}
	.wid480 { width : 480px; margin-bottom : 2px !important;}
	.wid490 { width : 490px; margin-bottom : 2px !important;}
	.wid500 { width : 500px; margin-bottom : 2px !important;}
	.wid550 { width : 550px; margin-bottom : 2px !important;}
	.wid600 { width : 600px; margin-bottom : 2px !important;}
	.wid640 { width : 640px; margin-bottom : 2px !important;}
	.wid650 { width : 650px; margin-bottom : 2px !important;}
	.wid690 { width : 690px; margin-bottom : 2px !important;}
	
	.txtarea01 { width : 428px; 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;}
	.txtarea05 { width : 670px; height : 150px; margin-bottom : 2px !important;}

	em.hissu { margin-left : 2px; font-size : 85%; color : #f20000;}
	label { margin : 0 0 0 -2px; padding:1px 0 0; cursor : pointer; vertical-align:middle;}
	label:hover { text-decoration:underline;}


	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;
	}

.small_txt{
	font-size	: 80%;
}

.link_line a{
	text-decoration	: underline!important;
}

	.link_line a:link,
	.link_line a:visited{
		text-decoration	: underline!important;
	}
	
	.link_line a:hover{
		text-decoration	: none!important;
	}

.pdf_icon{
	background		: url(../img/icon/icon_pdf_001.png) no-repeat center left;
	padding-left	: 20px!important;
}

.pdf_icon_r{
	background: url(../img/icon/icon_pdf_001.png) no-repeat center right;
	padding-right: 22px;
}

/*改行時の（）左の空き*/
.brackets {
	display:inline-block;
	margin-left: -10px;
}

@media screen and (max-width: 956px) {
	.pcStyle{
		display: none;
	}
	
	.spStyle{
		display: block;
	}
	
	.h01 {
		width: 100%;
		background: #f1f1f1 url(../img/hn/hd_bg01.gif) no-repeat 0 0;
	}
	
	.h02 {
		width: 100%;
		background: transparent url(../img/hn/hd_bg02_sp.gif) no-repeat bottom left;
	
	}
	
	.h03 {
		width: 100%;
	}
	
		
		#crumb{
			display: none;
		}
}

