@charset "Shift_JIS";

/* ----------------------------------------------------------------
common_ssl.css
----------------------------------------------------------------- */

html{
	font-size: 87.5%;
	overflow-y:scroll;
	}


/* css reset
------------------------------------------------*/
body, div, p,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
caption,
form, fieldset, input, textarea, select,
pre, address, blockquote,
embed, object{margin:0px;padding:0px;}

/* font family
------------------------------------------------*/
body,
form textarea,
form input{
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,"ＭＳ Ｐゴシック", sans-serif;
}

/* body
------------------------------------------------*/
body{
	color:#333;
	background:#fff;
	font-size:100%;
	line-height:1.5;
	-webkit-text-size-adjust:none;
}

/* font size
------------------------------------------------*/

	/*h*/
	h1, h2, h3,	h4, h5, h6{font-weight:bold;}
	
	/*p*/
	p{font-weight:normal;}

	/*em || strong*/
	em, strong{font-style:normal;}
	.fwNormal{font-weight:normal !important;}
	
	/*ul || ol*/
	ul, ol{list-style:none;}
	
	/*dl*/
	dt img, dd img{vertical-align:bottom;}
	
	/*table*/
	table{
		border-collapse:collapse;
		border-spacing:0px;
		empty-cells:show;
	}
	caption, th {  
		text-align:left;  
	} 
	
	/*img*/
	img{border:0px;}
			
	/*form*/
	form {font-weight:normal;}

	/*a*/
	a         {cursor:pointer; overflow:hidden; outline:none;}
	a:link    {color:#1179c9; text-decoration:underline;}
	a:visited {color:#551a8b; text-decoration:underline;}
	a:hover   {color:#ff6000; text-decoration:underline;}
	a:active,
	a:focus   {color:#ff6000; text-decoration:underline;}

	/*div div || div div div || ul ul || talbe table*/
	div div, div div div, ul ul, table table{font-size:100%;}		
	
/*common setting > font size > ftMedium*/
.ftSmallxx, table.ftSmallxx th, table.ftSmallxx td {font-size:64.3% !important; line-height:1.5 !important;}/*9px*/
.ftSmallx, table.ftSmallx th, table.ftSmallx td {font-size:71.4% !important; line-height:1.5 !important;}/*10px*/
.ftSmall, table.ftSmall th, table.ftSmall td {font-size:85.7% !important; line-height:1.5 !important;}/*12px*/
.ftMedium, table.ftMedium th, table.ftMedium td {font-size:100% !important;  line-height:1.5 !important;}/*14px*/
.ftLarge, table.ftLarge th, table.ftLarge td {font-size:114.3% !important; line-height:1.5 !important;}/*16px*/
.ftLargex, table.ftLargex th, table.ftLargex td {font-size:142.9% !important; line-height:1.5 !important;}/*20px*/
.ftLargexx, table.ftLargexx th, table.ftLargexx td {font-size:171.4% !important; line-height:1.5 !important;}/*24px*/

/* align (with table)
------------------------------------------------*/
.txtAlignL, table.txtAlignL th, table.txtAlignL td {text-align:left   !important;}
.txtAlignC, table.txtAlignC th, table.txtAlignC td {text-align:center !important;}
.txtAlignR, table.txtAlignR th, table.txtAlignR td {text-align:right  !important;}

/* image float
------------------------------------------------*/
.imageLeft  {float:left;  margin:0px 20px 10px 0px;}
.imageRight {float:right; margin:0px 0px 10px 22px;}

/* valign (table)
------------------------------------------------*/
.vAlignT, table.vAlignT th, table.vAlignT td {vertical-align:top    !important;}
.vAlignM, table.vAlignM th, table.vAlignM td {vertical-align:middle !important;}
.vAlignB, table.vAlignB th, table.vAlignB td {vertical-align:bottom !important;}

/* float clear
------------------------------------------------*/
br.clearFloat,
img.clearFloat {clear:both;height:0px;}
div.clearFloat {clear:both;font-size:0px;line-height:0px;height:0px;width:0px;}
.clearfix:after{
display: block;
content: "";
clear: both;
height:0;
line-height: 0;
overflow:hidden;
}
html* .clearfix{ zoom: 1; } /* IE6,7 */


/* text align
------------------------------------------------*/
.txtAlignL, table.txtAlignL th, table.txtAlignL td {text-align:left   !important;}
.txtAlignC, table.txtAlignC th, table.txtAlignC td {text-align:center !important;}
.txtAlignR, table.txtAlignR th, table.txtAlignR td {text-align:right  !important;}


/* vertical align
------------------------------------------------*/
.vAlignT, table.vAlignT th, table.vAlignT td {vertical-align:top    !important;}
.vAlignM, table.vAlignM th, table.vAlignM td {vertical-align:middle !important;}
.vAlignB, table.vAlignB th, table.vAlignB td {vertical-align:bottom !important;}


/* margin set
------------------------------------------------*/
	/*reset*/
	.margReset {margin:0px !important;}
	
	/*0px*/
	.margT00 {margin-top   :0px !important;}
	.margR00 {margin-right :0px !important;}
	.margB00 {margin-bottom:0px !important;}
	.margL00 {margin-left  :0px !important;}
	
	/*5px*/
	.margT05 {margin-top   :5px !important;}
	.margR05 {margin-right :5px !important;}
	.margB05 {margin-bottom:5px !important;}
	.margL05 {margin-left  :5px !important;}
	
	/*10px*/
	.margT10 {margin-top   :10px !important;}
	.margR10 {margin-right :10px !important;}
	.margB10 {margin-bottom:10px !important;}
	.margL10 {margin-left  :10px !important;}
	
	/*15px*/
	.margT15 {margin-top   :15px !important;}
	.margR15 {margin-right :15px !important;}
	.margB15 {margin-bottom:15px !important;}
	.margL15 {margin-left  :15px !important;}
	
	/*20px*/
	.margT20 {margin-top   :20px !important;}
	.margR20 {margin-right :20px !important;}
	.margB20 {margin-bottom:20px !important;}
	.margL20 {margin-left  :20px !important;}
	
	/*25px*/
	.margT25 {margin-top   :25px !important;}
	.margR25 {margin-right :25px !important;}
	.margB25 {margin-bottom:25px !important;}
	.margL25 {margin-left  :25px !important;}
	
	/*30px*/
	.margT30 {margin-top   :30px !important;}
	.margR30 {margin-right :30px !important;}
	.margB30 {margin-bottom:30px !important;}
	.margL30 {margin-left  :30px !important;}

	/*35px*/
	.margT35 {margin-top   :35px !important;}
	.margR35 {margin-right :35px !important;}
	.margB35 {margin-bottom:35px !important;}
	.margL35 {margin-left  :35px !important;}
	
	/*40px*/
	.margT40 {margin-top   :40px !important;}
	.margR40 {margin-right :40px !important;}
	.margB40 {margin-bottom:40px !important;}
	.margL40 {margin-left  :40px !important;}
	
	/*45px*/
	.margT45 {margin-top   :45px !important;}
	.margR45 {margin-right :45px !important;}
	.margB45 {margin-bottom:45px !important;}
	.margL45 {margin-left  :45px !important;}
	
	/*50px*/
	.margT50 {margin-top   :50px !important;}
	.margR50 {margin-right :50px !important;}
	.margB50 {margin-bottom:50px !important;}
	.margL50 {margin-left  :50px !important;}
	
	/*55px*/
	.margT55 {margin-top   :55px !important;}
	.margR55 {margin-right :55px !important;}
	.margB55 {margin-bottom:55px !important;}
	.margL55 {margin-left  :55px !important;}
	
	/*60px*/
	.margT60 {margin-top   :60px !important;}
	.margR60 {margin-right :60px !important;}
	.margB60 {margin-bottom:60px !important;}
	.margL60 {margin-left  :60px !important;}
	
	/*100px*/
	.margT100 {margin-top   :100px !important;}
	.margR100 {margin-right :100px !important;}
	.margB100 {margin-bottom:100px !important;}
	.margL100 {margin-left  :100px !important;}

	/*150px*/
	.margT150 {margin-top   :150px !important;}
	.margR150 {margin-right :150px !important;}
	.margB150 {margin-bottom:150px !important;}
	.margL150 {margin-left  :150px !important;}


/* padding set
------------------------------------------------*/

	/*reset*/
	.padReset {padding:0px !important;}
	
	/*0px*/
	.padT00 {padding-top   :0px !important;}
	.padR00 {padding-right :0px !important;}
	.padB00 {padding-bottom:0px !important;}
	.padL00 {padding-left  :0px !important;}
	
	/*5px*/
	.padT05 {padding-top   :5px !important;}
	.padR05 {padding-right :5px !important;}
	.padB05 {padding-bottom:5px !important;}
	.padL05 {padding-left  :5px !important;}
	
	/*10px*/
	.padT10 {padding-top   :10px !important;}
	.padR10 {padding-right :10px !important;}
	.padB10 {padding-bottom:10px !important;}
	.padL10 {padding-left  :10px !important;}
	
	/*15px*/
	.padT15 {padding-top   :15px !important;}
	.padR15 {padding-right :15px !important;}
	.padB15 {padding-bottom:15px !important;}
	.padL15 {padding-left  :15px !important;}
	
	/*20px*/
	.padT20 {padding-top   :20px !important;}
	.padR20 {padding-right :20px !important;}
	.padB20 {padding-bottom:20px !important;}
	.padL20 {padding-left  :20px !important;}
	
	/*25px*/
	.padT25 {padding-top   :25px !important;}
	.padR25 {padding-right :25px !important;}
	.padB25 {padding-bottom:25px !important;}
	.padL25 {padding-left  :25px !important;}
	
	/*30px*/
	.padT30 {padding-top   :30px !important;}
	.padR30 {padding-right :30px !important;}
	.padB30 {padding-bottom:30px !important;}
	.padL30 {padding-left  :30px !important;}

	/*35px*/
	.padT35 {padding-top   :35px !important;}
	.padR35 {padding-right :35px !important;}
	.padB35 {padding-bottom:35px !important;}
	.padL35 {padding-left  :35px !important;}
	
	/*40px*/
	.padT40 {padding-top   :40px !important;}
	.padR40 {padding-right :40px !important;}
	.padB40 {padding-bottom:40px !important;}
	.padL40 {padding-left  :40px !important;}
	
	/*45px*/
	.padT45 {padding-top   :45px !important;}
	.padR45 {padding-right :45px !important;}
	.padB45 {padding-bottom:45px !important;}
	.padL45 {padding-left  :45px !important;}
	
	/*50px*/
	.padT50 {padding-top   :50px !important;}
	.padR50 {padding-right :50px !important;}
	.padB50 {padding-bottom:50px !important;}
	.padL50 {padding-left  :50px !important;}
	
	/*55px*/
	.padT55 {padding-top   :55px !important;}
	.padR55 {padding-right :55px !important;}
	.padB55 {padding-bottom:55px !important;}
	.padL55 {padding-left  :55px !important;}
	
	/*60px*/
	.padT60 {padding-top   :60px !important;}
	.padR60 {padding-right :60px !important;}
	.padB60 {padding-bottom:60px !important;}
	.padL60 {padding-left  :60px !important;}

	/*80px*/
	.padT80 {padding-top   :80px !important;}
	.padR80 {padding-right :80px !important;}
	.padB80 {padding-bottom:80px !important;}
	.padL80 {padding-left  :80px !important;}

	/*100px*/
	.padgT100 {padding-top   :100px !important;}
	.padgR100 {padding-right :100px !important;}
	.padgB100 {padding-bottom:100px !important;}
	.padgL100 {padding-left  :100px !important;}

	/*150px*/
	.padgT150 {padding-top   :150px !important;}
	.padgR150 {padding-right :150px !important;}
	.padgB150 {padding-bottom:150px !important;}
	.padgL150 {padding-left  :150px !important;}
	
/* width
------------------------------------------------*/
	.w100p{width:100% !important;}
	.w90p{width:90% !important;}
	.w80p{width:80% !important;}
	.w70p{width:70% !important;}
	.w60p{width:60% !important;}
	.w50p{width:50% !important;}
	.w45p{width:45% !important;}
	.w40p{width:40% !important;}
	.w35p{width:35% !important;}
	.w33p{width:33% !important;}
	.w30p{width:30% !important;}
	.w25p{width:25% !important;}
	.w24p{width:24% !important;}
	.w20p{width:20% !important;}
	.w18p{width:18% !important;}
	.w15p{width:15% !important;}
	.w14p{width:14% !important;}
	.w13p{width:13% !important;}
	.w12p{width:12% !important;}
	.w10p{width:10% !important;}
	.w4p{width:4% !important;}
	.w500{width:500px !important;}
	.w380{width:380px !important;}
	.w280{width:280px !important;}
	.w190{width:190px !important;}
	.w160{width:160px !important;}
	.w150{width:150px !important;}
	.w140{width:140px !important;}
	.w115{width:115px !important;}
	.w80{width:80px !important;}
	.w40{width:40px !important;}
	.w30{width:30px !important;}


/* color
------------------------------------------------*/
	.colorBlack{color:#000 !important;}
	.colorRed{color:#ff0000 !important;}
	.colorOrange{color:#ff6600 !important;}
	.colorBlue{color:#003893 !important;}



/* button
==========================================================*/
/*a*/
a img.btn{
	filter:alpha(opacity=100);
	opacity: 1.0;
	}
a:hover img.btn{
	filter:alpha(opacity=75);
	opacity: 0.75;
}

/*img.btn*/
img.btn{
	filter:alpha(opacity=30);
	opacity: 0.3;
}


/* ----------------------------------------------------------------
head_foot_ssl.css
----------------------------------------------------------------- */

/*header
----------------------------------------------------------------- */
#headLogo{
	width:980px;
	font-size:0;
	line-height:0;
	padding:18px 0 0;
	height:32px;
	margin:0px auto;
	}
#headLogo p,
#headLogo h1{
	position:relative;
	width:210px;
	margin:0;
	font-size:0;
	line-height:0;
	z-index:4;
	}
#headLogo a:hover img{
		filter:alpha(opacity=75);
		opacity: 0.75;
	}

/*contentHeadWrapper*/
#contentHeadWrapper{
	width:100%;
	min-width:980px;
	background:#fff;
	border-bottom:1px solid #d6d6d6;
}
/*contentHead*/
#contentHead{
	width:980px;
	margin:-50px auto 0;
	height:89px;
	position:relative;
}

/*code*/
#contentHead .code{
	position:absolute;
	left:70px;
	top:65px;
	font-size:0;
	line-height:0;
	margin:0;
}
#contentHead .code img{
	height:10px;
	width:auto;
}

/*headLink*/
#contentHead .headLink{
	width:330px;
	position:absolute;
	top:21px;
	left:250px;
	text-align:right;
}
#contentHead .headLink li{
	display:inline-block;
	vertical-align:top;
	padding-right:30px;
	font-size:0;
	line-height:0;
}
#contentHead .headLink li a,
#contentHead .headLink li a img{
	font-size:0;
	line-height:0;
}

/*globalNavi*/
#contentAll .globalNavi ul{
	height:23px;
}
#contentAll .globalNavi ul li{
	display:inline-block;
	vertical-align:top;
	font-size:0;
	line-height:0;
	text-indent:-99999px;
}


/*contentFootWrapper*/
#contentFootWrapper{
	width:100%;
}


#noSide #headLogo{width:730px;}
#noSide #contentHeadWrapper{min-width:730px;}
#noSide #contentHead{width:730px;}
#noSide #contentHead .headLink,
#noSide #contentHead .globalNavi,
#noSide #contentHead .siteSrarch{display:none;}
#noSide #contentHead #fontChange{
	top:33px;
	left:auto;
	right:0;
	text-align:right;
	}


/* FOOT */
#contentFootCredit{
	width:980px;
	margin:0 auto;
	padding:15px 0;
	font-size:85.7%;
}

#contentFootCredit:after{
	display:block;
	content:"";
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}

#noSide #contentFootWrapper #contentFootExtra{display:none;}

#noSide #contentFootWrapper #contentFootCredit{
	width:100%;
	min-width:730px;
	background:transparent url(image/bg_footer_noside.gif) repeat-x 0 0;
	}
#noSide #contentFootCredit p{
	width:100%;
	float:none;
	text-align:center;
}
#noSide #contentFootCredit .copyright{
	width:100%;
	float:none;
	text-align:center;
}


/* ----------------------------------------------------------------
layout_ssl.css
----------------------------------------------------------------- */

/*contentBody*/
#contentBodyWrapper{
	min-width:980px;
	padding:10px 0 0;
	background:#f6f6f6 url(image/bg_body.gif) repeat-x left top;
}
/*contentBody*/
#contentBody{
	width:980px;
	padding:0;
	margin:0px auto;
}
#contentBody:after{
	display:block;
	content:"";
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}
	
/*contentBodyMain*/
#contentBodyMain{
	width:690px;
	padding:20px 19px;
	float:left;
	background:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #dbdbdb;
	box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	-o-box-shadow: 0 0 3px #ccc;
	-ms-box-shadow: 0 0 3px #ccc;
}

/*pageTop*/
#contentBody .pageTop{
	clear:both;
	text-align:right;
	padding:25px 0;
	margin:0;
}
#contentBody .pageTop a{
	position:relative;
	padding-left:20px;
	}
#contentBody .pageTop a:before{
	position:absolute;
	left:0;
	top:-0.17em;
	content:url(image/icon_pagetop.gif);
	}

/*contentBody*/
#noSide #contentBodyWrapper{
	padding-top:20px;
	min-width:730px;
}
/*contentBody*/
#noSide #contentBody{
	width:730px;
	padding:0;
	margin:0px auto;
}
/*contentBody*/
#noSide #contentBody.print{
	width:658px;
	padding:10px;
	margin:0px auto;
}

/* ----------------------------------------------------------------
parts_ssl.css
----------------------------------------------------------------- */

/* H
----------------------------------------------------------------- */
#contentBody h1{
	font-size:214.3%;
	border-bottom:3px solid #003893;
	margin-bottom:20px;
	font-weight:normal;
	}
#contentBody h1.imgHead{
	font-size:0;
	border-bottom:none;
	margin-bottom:20px;
	}

#contentBody h1 span{
	font-size:62.5%;
	}

#contentBody h2{
	font-size:171.4%;
	border-bottom:2px solid #0091d6;
	padding:20px 0 3px;
	margin-bottom:20px;
	font-weight:normal;
	}
#contentBody h2.newsTitle{
	padding:0 0 3px;
	margin-bottom:20px;
	font-weight:normal;
	}
#contentBody h2 em{
	font-weight:normal;
	}

/*h3*/
#contentBody h3{
	font-size:128.6%;
	font-weight:normal;
	padding:5px 10px;
	background:#f6f6f6;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	}
#contentBody h3 a{display:block;}

/*h4*/
#contentBody h4{
	padding:0 10px 5px;
	border-bottom:1px dotted #666;
	margin-bottom:10px;
	}

/* P
----------------------------------------------------------------- */

#contentBody p{
	margin-bottom:20px;
	}

#contentBody em{font-weight:bold;}
#contentBody strong{font-weight:normal; color:#e60000;}
#contentBody strong.attend{font-weight:bold;}
#contentBody strong.colorBlue{font-weight:bold;}



#contentBody p.thanksTxt,
#contentBody p.errorTxt{
	font-weight:bold;
	color:#194c9d;
	font-size:128.6%;
	}
#contentBody p.errorTxt{color:#ff0000;}
#contentBody .errorWrapper{background:#fdefe9; padding:10px 10px 1px;}

/*tel*/
#contentBody .tel{
	font-weight:bold;
	font-size:200%;
	color:#003893;
	line-height:1.1em;
	}
#contentBody .tel img{
	line-height:0;
	font-size:0;
	padding-right:5px;
	vertical-align: bottom;
	}


/*pageTop*/
#contentBodyMain .pageTop{
	padding:0 0 25px;
}

/* A
----------------------------------------------------------------- */
#contentBody a.linkEx:after{
	content:url(image/icon_ex.gif);
	padding:0 0 0 8px;
	}
#contentBody a.linkBlank:after{
	content:url(image/icon_blank.gif);
	padding:0 0 0 8px;
	}

#contentBody a.linkPdf:after{
	content:url(image/icon_pdf.gif);
	padding:0 0 0 8px;
	vertical-align:-10%;
	}


#contentBody .linkBtnWrapper li{
	width:50%;
	display:inline-block;
	}
#contentBody .linkBtnWrapper li.Next{
	text-align:right;
	}


#contentBody .linkBtn,
#contentBody .linkBtnL,
#contentBody .linkBtnXL,
#contentBody .linkBtnBack,
#contentBody .linkBtnNext{
	display:inline-block;
	border:1px solid #d3d3d3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	vertical-align:middle;
	}
#contentBody .linkBtn a,
#contentBody .linkBtnL a,
#contentBody .linkBtnXL a,
#contentBody .linkBtnBack a,
#contentBody .linkBtnNext a{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	display:block;
	padding:5px 15px 5px 25px;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 2%, rgba(234,234,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(2%,rgba(249,249,249,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 2%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 2%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 2%,rgba(234,234,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 2%,rgba(234,234,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
color:#333;
text-decoration:none;
font-weight:bold;
position:relative;
	}
#contentBody .linkBtnBack a{padding:5px 15px 5px 25px;}
#contentBody .linkBtnNext a{padding:5px 25px 5px 15px;}



#contentBody .linkBtn a:hover,
#contentBody .linkBtnL a:hover,
#contentBody .linkBtnXL a:hover,
#contentBody .linkBtnBack a:hover,
#contentBody .linkBtnNext a:hover{
		filter:alpha(opacity=75);
		opacity: 0.75;
	}



#contentBody .linkBtn a:before,
#contentBody .linkBtnL a:before,
#contentBody .linkBtnXL a:before{
	position: absolute;
	left:10px;
	content:url(image/icon_arrow01.gif);
	}
#contentBody .linkBtnL a:before{top:1em;}
#contentBody .linkBtnXL a:before{top:1.9em;}

#contentBody .linkBtnBack a:before,
#contentBody .linkBtnNext a:before{
	position: absolute;
	left:10px;
	content:url(image/icon_arrow03.gif);
	}
#contentBody .linkBtnNext a:before{content:url(image/icon_arrow01.gif); right:10px;}



/* IMG
----------------------------------------------------------------- */
#contentBody .picArea img{
	max-width:100%;
	max-height:auto;
}
#contentBody .imgIn{
	line-height:0;
	font-size:0;
}


/* HR
----------------------------------------------------------------- */
#contentBody .hrLine{
	border-top:1px dotted #666;
	padding-bottom:20px;
	line-height:0;
	font-size:0;
	}


/* UL
----------------------------------------------------------------- */


/*linkList*/
#contentBody .linkList{
	margin-bottom:13px;
	}
#contentBody .linkList li{
	padding:0 0 7px 20px;
	position:relative;
	}

#contentBody .linkList li:before{
	position:absolute;
	left:7px;
	top:0em;
	content:url(image/icon_arrow01.gif);
	}
#contentBody p.linkList{
	padding:0 0 7px 20px;
	position:relative;
	display:inline-block;
	}

#contentBody p.linkList:before{
	position:absolute;
	left:7px;
	top:0em;
	content:url(image/icon_arrow01.gif);
	}


/*unOrderListA*/
#contentBody .unOrderListA{
	margin-bottom:5px;
	}
#contentBody .unOrderListA li{
	position:relative;
	padding:0 0 15px 30px;
	}
#contentBody .unOrderListA li:before{
	position:absolute;
	left:0;
	top:-0.2em;
	content:url(image/icon_unorder01.gif);
	}

#contentBody .unOrderListA li ul{
	padding:auto;
	}
#contentBody .unOrderListA li ul li:before{
	position:absolute;
	left:0;
	top:-0.2em;
	content:"";
	}

#contentBody .unOrderListA li .linkList{
	margin-bottom:0;
	}
#contentBody .unOrderListA li .linkList li{
	padding:0 0 7px 20px !important;
	position:relative;
	}

#contentBody .unOrderListA li .linkList li:before{
	position:absolute;
	left:7px;
	top:0em;
	content:url(image/icon_arrow01.gif);
	}


/*unOrderListC*/
#contentBody .unOrderListC{
	margin-bottom:13px;
	}
#contentBody .unOrderListC li{
	position:relative;
	padding:0 0 7px 25px;
	}
#contentBody .unOrderListC li:before{
	position:absolute;
	left:8px;
	top:-1px;
	content:url(image/icon_unorder03.gif);
	}
#contentBody .unOrderListC li ul.linkList li{padding:0 0 7px 20px;}
#contentBody .unOrderListC li ul.linkList li:before{
	left:7px;
	top:0em;
	content:url(image/icon_arrow01.gif);
	}

/*unOrderListD*/
#contentBody .unOrderListD{
	margin-bottom:13px;
	}
#contentBody .unOrderListD li{
	position:relative;
	padding:0 0 7px 25px;
	}
#contentBody .unOrderListD li:before{
	position:absolute;
	left:8px;
	top:-1px;
	content:url(image/icon_unorder04.gif);
	}

	

/*attendList*/
#contentBody .attendList{
	margin-bottom:13px;
	}
#contentBody .attendList li{
	padding:0 0 7px 1em;
	position:relative;
	}
#contentBody .attendList li span{
	position:absolute;
	width:1em;
	left:0;
	top:0;
	}
#contentBody p.attendList{
	margin-bottom:0px;
	padding:0 0 0 1em;
	position:relative;
	display:block !important;
	}
#contentBody p.attendList span{
	position:absolute;
	width:1em;
	left:0;
	}

/*attendListA*/
#contentBody .attendListA{
	margin-bottom:13px;
	}
#contentBody .attendListA li{
	padding:0 0 7px 2em;
	position:relative;
	}
#contentBody .attendListA li span{
	position:absolute;
	width:2em;
	left:0;
	top:0;
	}
#contentBody p.attendListA{
	margin-bottom:0px;
	padding:0 0 0 2em;
	position:relative;
	display:block !important;
	}
#contentBody p.attendListA span{
	position:absolute;
	width:2em;
	left:0;
}
/*tableList*/
#contentBody .tableList{
	margin-bottom:13px;
	}
#contentBody .tableList li{
	padding:0 0 7px 0px;
	margin-left:20px;
	list-style-type: disc;
	}
#contentBody .tableList li .noteListB li{
	padding:0 0 7px 3em;
	list-style-type:none;
}

/*noteList*/
#contentBody .noteListA,
#contentBody .noteListB{
	margin-bottom:13px;
	}
#contentBody .noteListA li,
#contentBody .noteListB li{
	padding:0 0 7px 3em;
	position:relative;
	}
#contentBody .noteListB li{padding-left:4em;}
#contentBody .noteListA li span,
#contentBody .noteListB li span{
	position:absolute;
	width:3em;
	left:0;
	}
#contentBody .noteListB li span{width:4em;}

#contentBody .noteListA li ul.linkList li,
#contentBody .noteListB li ul.linkList li{
	padding:0 0 7px 20px;
	}
#contentBody .noteListA li ul.attendListA li,
#contentBody .noteListB li ul.attendListA li{
	padding:0 0 7px 1.7em;
	}
#contentBody .noteListA li ul.attendList li{
	padding:0 0 7px 1em;
	}




/*anchorList*/
#contentBody .anchorList{
	border:fff;
	background:#fff;
	margin-bottom:20px;
	padding:15px;
	}
#contentBody .anchorList li{
	padding-left:20px;
	position:relative;
	border-left:1px dotted #666;
	display:inline-block;
	margin-right:20px
	}
html*#contentBody .anchorList li{
		display:inline;
		zoom:1;
		}
#contentBody .anchorList li:first-child{
	padding-left:0px;
	border-left:none;
	}
#contentBody .anchorList li a{
	padding-left:20px;
	}
#contentBody .anchorList li a:before{
	position:absolute;
	left:20px;
	content:url(image/icon_arrow01.gif);
	}
#contentBody .anchorList li:first-child a:before{
	left:0;
	}


/*attentionList*/
#contentBody .attentionList{
	margin-bottom:0px;
	}
#contentBody .attentionList li{
	padding:5px 0 5px 45px;
	position:relative;
	min-height:27px;
	margin-bottom:10px;
	}
#contentBody .attentionList li:before{
	position:absolute;
	left:0;
	top:0;
	content:url(image/icon_caution.gif);
	}

/*pageList pageAnchorList*/
#contentBody .pageList,
#contentBody .pageAnchorList{
	border:1px solid #dddddd;
	background:#f6f6f6;
	margin-bottom:20px;
	padding:15px 15px 5px 0;
	}
#contentBody .pageList li,
#contentBody .pageAnchorList li{
	padding-right:20px;
	position:relative;
	border-right:1px dotted #666;
	display:inline-block;
	margin:0 0 10px 20px;
	}
html*#contentBody .pageList li,
html*#contentBody .pageAnchorList li{
		display:inline;
		zoom:1;
		}
#contentBody .pageList li:last-child{
	padding-right:0px;
	border-right:none;
	}
#contentBody .pageAnchorList li:last-child{
	border-right:none;
	}
#contentBody .pageList li a,
#contentBody .pageList li span,
#contentBody .pageAnchorList li a,
#contentBody .pageAnchorList li span{
	padding-left:20px;
	}
#contentBody .pageList li span,
#contentBody .pageAnchorList li span{
	font-weight:bold;
	color:#003893;
	}
#contentBody .pageList li a:before,
#contentBody .pageList li span:before{
	position:absolute;
	left:0;
	content:url(image/icon_arrow01.gif);
	}
#contentBody .pageAnchorList li a:before,
#contentBody .pageAnchorList li span:before{
	position:absolute;
	left:0;
	content:url(image/icon_arrow02.gif);
	}


#contentBody .pageList li.current a{
	text-decoration:none;
	font-weight:bold;
	color:#003893;
	cursor:default;
	}
#contentBody .pageList li.current a:before{left:0px; content:url(image/icon_arrow02on.gif);}

/* OL
----------------------------------------------------------------- */

#contentBody ol.normalList{
	list-style-type:decimal;
	margin-left:2.5em;
	margin-bottom:13px;
	}
#contentBody ol.normalList li{
	padding:0 0 7px 0;
	}
#contentBody ol.normalList li ul.noteListA,
#contentBody ol.normalList li ul.attendList,
#contentBody ol.normalList li ul.attendListA{
	margin:0;
	}
#contentBody ol.normalList li ul.noteListA li{
	padding:0 0 7px 3em;
	}
#contentBody ol.normalList li ul.attendList li{
	padding:0 0 7px 1.5em;
	}
#contentBody ol.normalList li ul.attendListA li{
	padding:0 0 7px 2em;
	}

/* FORM
----------------------------------------------------------------- */
#contentBody .required:after{
	display:inline-block;
	content:url(image/icon_required.gif);
	vertical-align:-0.35em;
	}

#contentBody .formTxt{
	border:1px solid #ccc;
	padding:0.5em;
	}

#contentBody #characterLimitArea{
	margin-bottom:40px;
	}
#contentBody #characterLimitArea textarea{
	border:1px solid #ccc;
	background-color:#fdefe9;
	padding:10px;
	height:170px;
	width:668px;
	}
#contentBody #characterLimitArea textarea:focus{
	background-color:#ffffff !important;
	}
#contentBody #characterLimitArea p{font-size:87.5%;}
#contentBody #characterLimitArea p em{color:#ff6600;}
#contentBody #characterLimitArea p.over{color:#ff0000; font-weight:bold; display:none;}
#contentBody #characterLimitArea p.count{display:block;}


#contentBody #characterConf{
	border:1px solid #ccc;
	padding:10px;
	}
#contentBody #characterConf p{margin-bottom:0;}

#contentBody .privacyArea{
	border:1px solid #ccc;
	}

/* agreeCheck */
#contentBody .agreeCheckWrapper{
	text-align:center;
	margin-bottom:10px;
	}
#contentBody .agreeCheck{
	text-align:center;
	display:inline-block;
	margin:0 auto;
	border:3px solid #0091d6;
	padding:10px;
	box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	-o-box-shadow: 0 1px 2px #ccc;
	-ms-box-shadow: 0 1px 2px #ccc;
	}
#contentBody .agreeCheck p{
	margin:0px;
	padding:0 30px;
	color:#1179c9;
	font-size:128.6%;
	}
#contentBody .agreeCheck input{
	font-size:100%;
	}



/* TABLE
----------------------------------------------------------------- */
/*tableA*/
#contentBody .tableA{
	width:100%;
	margin-bottom:20px;
	border-collapse:separate;
	border-top:1px solid #c8c8c8;
}
#contentBody .tableA th,
#contentBody .tableA td{
	padding:13px;
	vertical-align: middle;
	border-left:1px dotted #ccc;
	border-bottom:1px solid #c8c8c8;
	word-wrap:break-word;
	word-break:break-all;
	position:relative;
}
#contentBody .tableA th{
	text-align:center;
	background-color:#edf5f9;
	color:#003893;
	position:relative;
	border-left:none;
}
#contentBody .tableA .tableA{
	margin:10px 0;
}

#contentBody .tableA .bgPink{background-color:#fef2f9;}
#contentBody .tableA .bgBlue{background-color:#f2fbfe;}
#contentBody .tableA .bgOrange{background-color:#fef9f4;}

#contentBody .spaceSave th,
#contentBody .spaceSave td{
	padding:8px;
}

#contentBody .tableA .tableA th,
#contentBody .tableA .tableA td{
	padding:5px;
}




#contentBody .tableA .noBorderL{border-left:none;}
#contentBody .tableA .noBorderR{border-right:none;}
#contentBody .tableA .noBorderT{border-top:none;}
#contentBody .tableA .noBorderB{border-bottom:none;}

#contentBody .tableA .borderDotL{border-left:1px dotted #ccc;}
#contentBody .tableA .borderDotR{border-right:1px dotted #ccc;}
#contentBody .tableA .borderDotT{border-top:1px dotted #ccc;}
#contentBody .tableA .borderDotB{border-bottom:1px dotted #ccc;}


#contentBody .tableA tr:first-child th:before{
position: absolute;
display:block;
content:"";
border-top: 1px solid #FFF;
top:0px;
left:-13px;
width:100%;
}
#contentBody .tableA tr:first-child th:after{
position: absolute;
display:block;
content:"";
border-top: 1px solid #FFF;
top:0px;
right:-13px;
width:100%;
}

#contentBody table.tableA + ul.attendList{margin-top:-10px;}
#contentBody table.tableA + table.tableA{margin-top:-10px;}


#contentBody .tableA p,
#contentBody .tableA ul,
#contentBody .tableA ol{
	margin-bottom:0;
}


#contentBody .tableA .option,
#contentBody .tableA .required{
	position:relative;
	margin:0;
	padding-right:40px;
	}
#contentBody .tableA th .option,
#contentBody .tableA th .required{font-weight:bold;}
#contentBody .tableA .option:after{
	position:absolute;
	right:0;
	top:0;
	content:url(image/icon_option.gif);
	}
#contentBody .tableA .required:after{
	position:absolute;
	right:0;
	top:0;
	content:url(image/icon_required.gif);
	}






/*layoutTable*/
#contentBody .layoutTable{
	width:auto;
	margin-bottom:20px;
}
#contentBody .layoutTable th,
#contentBody .layoutTable td{
	padding:0;
	vertical-align:top;
	border:none !important;
}
#contentBody .layoutTable td{padding:0 0 0 0;}


#contentBody table td.nowrap,
#contentBody table th.nowrap{
	white-space:nowrap;
}


/* BLOCK
----------------------------------------------------------------- */
/*block2*/
#contentBody .block2A,
#contentBody .block2B,
#contentBody .block2C{width:690px;}
#contentBody .block2A:after,
#contentBody .block2B:after,
#contentBody .block2C:after{
	display: block;
	content: "";
	clear: both;
	height:0;
	line-height: 0;
	overflow:hidden;
	}
#contentBody .block2A .columnL{width:335px; float:left;}
#contentBody .block2A .columnR{width:335px; float:right;}
#contentBody .block2B .columnL{width:455px; float:left;}
#contentBody .block2B .columnR{width:220px; float:right;}

#contentBody .block2C .columnL,
#contentBody .block2C .columnR{
	width:293px;
	border:1px solid #e0e0e0;
	padding:20px 20px 0;
	background:#f0f0f0;
	margin-bottom:20px;
	}

#contentBody .block2C .columnL{float:left;}
#contentBody .block2C .columnR{float:right;}

/*BOX
----------------------------------------------------------------- */
#contentBody .box1Wrapper{padding-bottom:20px;}
#contentBody .box2Wrapper,
#contentBody .box3Wrapper{
	padding-bottom:20px;
	margin-left:-15px;
	}

#contentBody .box3Wrapper +  .box3Wrapper{
	margin-top:-20px;
	}


#contentBody .box2Wrapper,
#contentBody .box2ColumnWrapper{margin-left:-20px;}

#contentBody .box2ColumnWrapper .column{
	display:inline-block;
	width:335px;
	vertical-align:top;
	margin-left:20px;
	}

#contentBody .box{
	display:inline-block;
	vertical-align:top;
	border:3px solid #0091d6;
	background:#fbfbfb;
	box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	-o-box-shadow: 0 1px 2px #ccc;
	-ms-box-shadow: 0 1px 2px #ccc;
	}

#contentBody .box1Wrapper .box{width:685px; margin:0 0 20px 0;}
#contentBody .box2Wrapper .box{width:329px; margin:0 0 20px 20px;}
#contentBody .box3Wrapper .box{width:214px; margin:0 0 15px 15px;}

#contentBody .box2Wrapper .boxWide{width:438px;}
#contentBody .box2Wrapper .boxShort{width:220px;}


#contentBody .box2ColumnWrapper .box{background:#fff; width:309px; padding:10px; margin-bottom:5px;}


#contentBody .box p{margin:0;}

#contentBody .box .linkTxt{
	font-size:128.6%;
	background:#fff;
	}
#contentBody .box .linkTxt a,
#contentBody .box .linkTxt span{
	display:block;
	padding:10px 10px 10px 25px;
	position:relative;
	}
#contentBody .box .linkTxt span{color:#1179c9;}
#contentBody .boxWide .linkTxt span,
#contentBody .boxShort .linkTxt span{
	color:#333;
	padding:10px;
	}
#contentBody .box .linkTxt a:before{
	position:absolute;
	left:12px;
	top:0.5em;
	content:url(image/icon_arrow01.gif);
	}
#contentBody .box .imageIcon{
	display:block;
	text-align:center;
	padding:10px 0;
	}

#contentBody .box .check{
	font-size:128.6%;
	position:relative;
	padding-left:1em;
	}
#contentBody .box .check input{
	position:absolute;
	left:0;
	top:6px;
	}



#contentBody .box .linkList{margin:0 0 -5px -5px;}
#contentBody .box .attendList{margin:0;}
#contentBody .box .attendList li{ padding-bottom:0;}


/* boxContent */
#contentBody .box .boxContent{
		border-top:1px dotted #666;
		padding:10px;
	}
#contentBody .boxShort .boxContent{
		border-top:none;
		padding:0;
	}
#contentBody .boxShort .boxContent .rankingList{
	margin:0;
	}
#contentBody .boxShort .boxContent .rankingList li{
	border-top:1px dotted #666;
	border-bottom:none;
	}


#contentBody .box .boxContent.noBorderT{border-top:none;}
#contentBody .box .boxContent:after{
	display:block;
	content:"";
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
	}

	#contentBody .iconArea,
	#contentBody .txtArea{
		display:inline-block;
		vertical-align:top;
		}
		html*#contentBody .iconArea,
		html*#contentBody .txtArea{
			display:inline;
			zoom:1;
			}

	#contentBody .box .boxContent .iconArea{width:45px; font-size:0; line-height:0;}
	#contentBody .box1Wrapper .box .boxContent .txtArea{width:620px;}
	#contentBody .box2Wrapper .box .boxContent .txtArea{width:260px;}
	#contentBody .box .boxContent .btnArea{
		font-size:0;
		line-height:0;
		margin-top:10px;
		}

	/* point */
	#contentBody .box .boxContent.point div{vertical-align: middle;}
	#contentBody .box .boxContent.point em{color:#003893;}


	/* rate */
	#contentBody .box .boxContent.rate .txtArea{font-size:87.5%;}
	#contentBody .box .boxContent.rate .txtArea em{font-size:117%;}
	#contentBody .box .boxContent.rate .txtArea .per{font-size:117.5%; margin-bottom:3px;}
	#contentBody .box .boxContent.rate .txtArea .per span{
		background:#0091d6;
		padding:2px 7px;
		color:#fff;
		font-weight:bold;
		font-size:87.5%;
			}
	#contentBody .box .boxContent.rate .txtArea .per strong{
		padding:2px 0 0 15px;
		color:#ff6600;
		font-weight:bold;
		font-size:150%;
			}

	/* dol */
	#contentBody ul.countryList li{
		display:inline-block;
		vertical-align:top;
		padding:5px 5px 5px 0;
		line-height:0;
		font-size:0;
		}
		html*#contentBody ul.countryList li{
			display:inline;
			zoom:1;
			}


	/* window */
	#contentBody .box .boxContent.window{
		border-top:1px solid #c3d6df;
		background:#edf5f9;
		}
	#contentBody .box .boxContent.window p{
		display:inline-block;
		vertical-align:middle;
		font-weight:bold;
		padding:0 15px 0 0;
		}
		html*#contentBody .box .boxContent.window p{
			display:inline;
			zoom:1;
			}
	#contentBody .box .boxContent.window .icon{
		font-size:0;
		line-height:0;
		padding:0 0 0 15px;
		}




#contentBody .boxBalloon3Wrapper{margin-left:-15px;}
#contentBody .boxBalloon2Wrapper{margin-left:-20px;}
#contentBody .boxBalloon3Wrapper p,
#contentBody .boxBalloon2Wrapper p{
	display:inline-block;
	vertical-align:middle;
	background:#0091d6;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:8px 10px;
	color:#fff;
	position:relative;
	}
#contentBody .boxBalloon2Wrapper p{width:315px; margin:0 0 1.0em 20px;}
#contentBody .boxBalloon3Wrapper p{width:200px; margin:0 0 1.0em 15px;}

#contentBody .boxBalloon3Wrapper p:after,
#contentBody .boxBalloon2Wrapper p:after{
	display:block;
	content:"▼";
	color:#0091d6;
	position:absolute;
	left:30px;
	bottom:-1.2em;
	}
	
/*STEP
----------------------------------------------------------------- */
#contentBody .stepContent{
	margin-bottom:20px;
	}
#contentBody .stepContent p{
	margin-bottom:0;
	}
#contentBody .stepContent ul li{
	border:3px solid #ccc;
	background:#fbfbfb;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:50px;
	padding:20px;
	position:relative;
	}
#contentBody .stepContent ul li.noBorder{
	border:none;
	background:#fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin-bottom:50px;
	padding:0;
	}
#contentBody .stepContent ul li strong{
	display:block;
	color:#003893;
	font-size:128.6%;
	font-weight:bold;
	}


#contentBody .stepContent ul li.step1,
#contentBody .stepContent ul li.step2,
#contentBody .stepContent ul li.step3,
#contentBody .stepContent ul li.step4,
#contentBody .stepContent ul li.step5,
#contentBody .stepContent ul li.step6,
#contentBody .stepContent ul li.step7,
#contentBody .stepContent ul li.step8,
#contentBody .stepContent ul li.step9{
	padding:40px 20px 20px 20px;
	}
#contentBody .stepContent ul li.step1:before,
#contentBody .stepContent ul li.step2:before,
#contentBody .stepContent ul li.step3:before,
#contentBody .stepContent ul li.step4:before,
#contentBody .stepContent ul li.step5:before,
#contentBody .stepContent ul li.step6:before,
#contentBody .stepContent ul li.step7:before,
#contentBody .stepContent ul li.step8:before,
#contentBody .stepContent ul li.step9:before{
	position:absolute;
	left:10px;
	top:-10px;
	content:url(image/step01.gif);
	}
	#contentBody .stepContent ul li.step2:before{content:url(image/step02.gif);}
	#contentBody .stepContent ul li.step3:before{content:url(image/step03.gif);}
	#contentBody .stepContent ul li.step4:before{content:url(image/step04.gif);}
	#contentBody .stepContent ul li.step5:before{content:url(image/step05.gif);}
	#contentBody .stepContent ul li.step6:before{content:url(image/step06.gif);}
	#contentBody .stepContent ul li.step7:before{content:url(image/step07.gif);}
	#contentBody .stepContent ul li.step8:before{content:url(image/step08.gif);}
	#contentBody .stepContent ul li.step9:before{content:url(image/step09.gif);}



#contentBody .stepContent ul li:after{
	position:absolute;
	left:47%;
	bottom:-50px;
	content:url(image/arrow.gif);
	}

#contentBody .stepContent ul li:last-child{margin-bottom:0;}
#contentBody .stepContent ul li:last-child:after{
	content:"";
	}


#contentBody .stepContent ul li.column2:after{
	content:"";
	}
#contentBody .stepContent ul li.columnL,
#contentBody .stepContent ul li.columnR{
	width:288px;
	display:inline-block;
	margin-bottom:0;
	vertical-align:top;
	}

#contentBody .stepContent ul li.columnL:before,
#contentBody .stepContent ul li.columnR:before{
	position:absolute;
	left:47%;
	top:-45px;
	content:url(image/arrow.gif);
	}
#contentBody .stepContent ul li.columnL:after,
#contentBody .stepContent ul li.columnR:after{
	content:"";
	}

#contentBody .stepContent ul li.columnR{
	margin-left:20px;
	}

#contentBody .stepContent ul li ul{
	margin-top:10px;
	margin-bottom:0;
	}
#contentBody .stepContent ul li ul li{
	border:none;
	background:none;
	-webkit-border-radius:none;
	-moz-border-radius:none;
	border-radius:none;
	margin-bottom:0;
	padding:0;
	}
#contentBody .stepContent ul li ul.linkList li{padding:0 0 7px 20px;}
#contentBody .stepContent ul li ul.attendList li{padding:0 0 7px 1em;}
#contentBody .stepContent ul li ul.noteListA li{padding:0 0 7px 3em;}
#contentBody .stepContent ul li ul.noteListB li{padding:0 0 7px 4em;}
#contentBody .stepContent ul li ul li:after{
	content:"";
	}


/*CAUTION
----------------------------------------------------------------- */
#contentBody .cautionAreaWrapper{
	margin-bottom:20px;
	border:5px solid #f9c011;
	}
#contentBody .cautionAreaWrapper + .cautionAreaWrapper{margin-bottom:20px;}
#contentBody .cautionArea{
	border:1px solid #c9a600;
	padding:12px;
	}
#contentBody .cautionContent{
	padding:0px 10px 3px 10px;
	}
#contentBody .cautionContent p{margin-bottom:7px;}
#contentBody .cautionContent ul,
#contentBody .cautionContent ol{margin-bottom:0px;}
#contentBody .cautionContent .unOrderListD li{
	position:relative;
	padding:0 0 7px 20px;
	}
#contentBody .cautionContent .unOrderListD li:before{
	left:0px;
	}

#contentBody .cautionArea .headLine{
	font-size:170%;
	border-bottom:1px dashed #666;
	padding:0 0 10px 55px;
	margin-bottom:15px;
	position:relative;
	}
#contentBody .cautionArea .headLine:before{
	position:absolute;
	left:10px;
	top:3px;
	content:url(image/icon_caution.gif);
	}

/*inqueryArea
----------------------------------------------------------------- */
#contentBody .inqueryArea{
	border:5px solid #0091d6;
	background:#fbfbfb;
	margin-bottom:0;
	padding:20px 0;
	text-align:center;
	}
#contentBody .inqueryArea ul li{
	display:inline-block;
	vertical-align:middle;
	}
html*#contentBody .inqueryArea ul li{
		display:inline;
		zoom:1;
	}

/* inquiryArea
----------------------------------------------------------------- */
#inquiryArea,
#accountInquiryArea{
	position:relative;
	width:690px;
	padding-top:20px;
	margin:0;
	}
#accountInquiryArea{padding-top:0;}

#inquiryArea p,
#accountInquiryArea p{
	margin:0;
	font-size:0;
	line-height:0;
	}
/*FORM BALLON
----------------------------------------------------------------- */
#contentBody .formBox{
	position: relative;
	}
#contentBody .formBox input,
#contentBody .formBox select{
	background-color:#fdefe9;
	}
#contentBody .formBox input:focus,
#contentBody .formBox select:focus{
	background-color:#fff !important;
	}
#contentBody .formBox input.noRequired{
	background-color:#fff;
	}
#contentBody .formBox input.error,
#contentBody .formBox select.error,
#contentBody .formBox input.noRequired.error{
	background-color:#fdefe9;
}

#contentBody .formBox input.valid,
#contentBody .formBox select.valid {
background-color:#fff;
}




/*-----------------------------------------------------------------
FORM 3ITEM ADD
----------------------------------------------------------------- */

/*FORM BALLON
----------------------------------------------------------------- */
.formBoxDefaultWhite #contentBody .formBox input,
.formBoxDefaultWhite #contentBody .formBox select{
	background-color:#fff;
	}

.formBoxDefaultWhite #contentBody td.valid,
.formBoxDefaultWhite #contentBody .formBox input.valid,
.formBoxDefaultWhite #contentBody .formBox select.valid,
.formBoxDefaultWhite #contentBody .formBox input:focus,
.formBoxDefaultWhite #contentBody .formBox select:focus{
	background-color:#fff !important;
	}

.formBoxDefaultWhite #contentBody td[data-required=true],
.formBoxDefaultWhite #contentBody td.error,
.formBoxDefaultWhite #contentBody .formBox input[data-required=true],
.formBoxDefaultWhite #contentBody .formBox select[data-required=true],
.formBoxDefaultWhite #contentBody .formBox input.error,
.formBoxDefaultWhite #contentBody .formBox select.error{
	background-color:#fdefe9;
}


/*FORM ADD
----------------------------------------------------------------- */
#contentBody .attendArea{
	background:#fdf4cf;
	padding:10px 10px 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#contentBody .attendArea li{
	background:transparent url(image/icon_caution_s.gif) no-repeat 0 0;
	padding-left:35px;
	min-height:20px;
	margin-bottom:5px;
	}
#contentBody .attendArea li li{
	background:none;
	padding-left:18px;
	}

#contentBody .attendAreaC{
	background:#fdf4cf;
	padding:10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#contentBody .attendAreaC li{
	display:inline-block;
	background:transparent url(image/icon_caution_s.gif) no-repeat 0 0;
	padding-left:35px;
	min-height:20px;
	}

#contentBody .formBtnList3{
	display:table;
	width:100%;
}
#contentBody .formBtnList3 li{
	display:table-cell;
	width:33.333%;
	vertical-align:middle;
	}
#contentBody .formBtnList3 li p{
	margin-bottom:0;
	}

.tableAWrapper .tableA{border-top:none !important; margin-bottom:0 !important;}
.inVisible,
.inVisible *{
	border:none !important;
	height: 0 !important;
	padding: 0 !important;
	display: block !important;
	overflow: hidden !important;
	font-size: 0 !important;
	line-height: 0 !important;
	}




/* ----------------------------------------------------------------
ADD PARTS
----------------------------------------------------------------- */

/*code*/
#contentHead .code{
	position:absolute;
	left:70px;
	top:65px;
	font-size:0;
	line-height:0;
	margin:0;
}
#contentHead .code img{
	height:10px;
	width:auto;
}

/* ----------------------------------------------------------------
ADD PARTS
----------------------------------------------------------------- */
#contentBody .pcNone{display:none;}
#contentBody .spNone{display:block;}

/*privacyArea*/
#contentBody .privacyArea{
	margin:0 0 20px;
	padding:15px;
	height:150px;
	overflow:auto;
	}

	@media only screen and (min-width: 768px){
		#contentBody .js_accordion_area{display:block !important;}
		}



/*tableListA*/
#contentBody .tableListA li{display:table;}
#contentBody .tableListA li span{
	display:table-cell;
	vertical-align:top;
	}
#contentBody .tableListA li .nowrap{white-space:nowrap;}
#contentBody .privacyArea .tableListA{	margin:5px 0 0;}



/* TABLE
----------------------------------------------------------------- */
/*tableB*/
#contentBody .tableB{
	width:100%;
	margin-bottom:20px;
	border-collapse:separate;
	border-top:1px solid #c8c8c8;
}
#contentBody .tableB th,
#contentBody .tableB td{
	padding:13px;
	vertical-align: middle;
	border-left:1px dotted #ccc;
	border-bottom:1px solid #c8c8c8;
	word-wrap:break-word;
	word-break:break-all;
	position:relative;
}
#contentBody .tableB th{
	text-align:center;
	background-color:#f6f6f6;
	position:relative;
	border-left:none;
}
#contentBody .tableB .noBorderL{border-left:none;}
#contentBody .tableB .noBorderR{border-right:none;}
#contentBody .tableB .noBorderT{border-top:none;}
#contentBody .tableB .noBorderB{border-bottom:none;}

#contentBody .tableB .borderDotL{border-left:1px dotted #ccc;}
#contentBody .tableB .borderDotR{border-right:1px dotted #ccc;}
#contentBody .tableB .borderDotT{border-top:1px dotted #ccc;}
#contentBody .tableB .borderDotB{border-bottom:1px dotted #ccc;}

#contentBody .tableB .imgWrap{
	margin:0;
	font-size:0;
	line-height:0;
}
#contentBody .tableB .imgWrap img{
	border:1px solid #ccc;
}


/* inquiryArea
----------------------------------------------------------------- */
#inquiryArea,
.inquiryArea,
#accountInquiryArea{
	position:relative;
	width:690px;
	margin-top:30px;
	border:5px solid #0091d6;
	background:#fbfbfb;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing:border-box;
	padding:20px 0 0;
	}

#inquiryArea p,
.inquiryArea p,
#accountInquiryArea p{
	margin-bottom:0;
	}

#inquiryArea p.txt,
.inquiryArea p.txt,
#accountInquiryArea p.txt{
	font-size:100%;
	text-align:center;
	line-height:1.6em;
	font-weight:bold;
	}
#accountInquiryArea p.txt{
	font-weight:normal;
	margin-bottom:15px;
	}



/* inqBlockWrapC */
#contentBody .inqBlockWrapC{
	display:table;
	margin:20px auto;
	padding:0;
}
#contentBody .inqBlockWrapC .inqL,
#contentBody .inqBlockWrapC .inqR{
	display:table-cell;
	padding:0 20px;
	vertical-align:middle;
	border-right:1px dotted #ccc;
	width:50%;
}
#contentBody .inqBlockWrapC .inqR{
	border-right:none;
	width:50%;
}
#contentBody .inqBlockWrapC .inqL img,
#contentBody .inqBlockWrapC .inqR img{
	width:100%;
	height:auto;
}



/*BLANCH BANK
----------------------------------------------------------------- */
#contentBody .aiueoListWrapper{
	margin:0 0 0 -10px;
	}
#contentBody .aiueoListWrapper .aiueoList{
	display:inline-block;
	vertical-align:top;
	font-size:0;
	line-height:0;
	margin-left:10px;
	}
#contentBody .aiueoListWrapper .aiueoList li{
	margin-bottom:10px;
	}
#contentBody .aiueoListWrapper .aiueoList li img{
	width:30px;
	height:30px;
	}
#contentBody .aiueoListWrapper .aiueoList li.blank{
	width:30px;
	height:30px;
	margin-bottom:10px;
	}
	


/*BTN
----------------------------------------------------------------- */
#contentBody .accordionBtnA{
	display:none;
	}



#contentBody .btnTypeA3{
	display:inline-block;
	}


#contentBody .btnTypeA3 a{
	display:block;
	border:1px solid #ccc;
	padding:10px 30px 10px 40px;
	font-size:140%;
	font-weight:bold;
	text-align:center;
	border-radius:3px;
	position:relative;
	text-decoration:none;
	background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(250,250,250,1) 54%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(54%,rgba(250,250,250,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(250,250,250,1) 54%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(250,250,250,1) 54%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(250,250,250,1) 54%,rgba(246,246,246,1) 100%); /* W3C */
	}

#contentBody .btnTypeA3 a{
	display:block;
	white-space:nowrap;
	border:1px solid #ccc;
	padding:10px 40px 10px 45px;
	font-size:100%;
	color:#333;
	font-weight:bold;
	text-align:center;
	border-radius:3px;
	position:relative;
	text-decoration:none;
	}
#contentBody .btnTypeA3.short a{
	padding:10px 10px 10px 20px;
}

#contentBody .btnTypeA3 a:before{
	content:'';
	display:block;
	position:absolute;
	left:10px;
	top:41%;
	width:11px;
	height:11px;
	background:transparent url(image/icon_arrow01_pc.png) no-repeat left center;
	}
#contentBody .btnTypeA3 a:before{
	left:5px;
	top:38%;
	width:11px;
	height:11px;
	background:transparent url(image/icon_arrow01_pc.png) no-repeat left center;
	}

#contentBody .dispBlock{display:block !important;}

#contentBody .formBtnWrapA{
	position:relative;
}
#contentBody .formBtnWrapA .btnTypeB{
	position: absolute;
	left:0;
	top:3px;
}

	
	/*FORM
----------------------------------------------------------------- */

	/*error*/
#contentBody .errorWrapper .errorTxt{margin-bottom:5px;}
#contentBody .errorWrapper .normalList{padding-bottom:10px;}
#contentBody .validateElementsBox .errorTxt li{padding-top:2px; color:#f00;}

#contentBody .errorWrapper .normalList li{
	position:relative;
	padding-left:1em;
	}
#contentBody .errorWrapper .normalList li span{
	position: absolute;
	left:0;
	top:0;
	}


#contentBody .formTxt{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing:border-box;
font-size:100%;
}

/*formA*/
#contentBody .formAWrap{
	margin-bottom:20px;
	border-top:1px solid #c8c8c8;
}
#contentBody .formA{
	width:100%;
	margin-bottom:0;
	border-bottom:1px solid #c8c8c8;
	display:table;
}
#contentBody .formA dt,
#contentBody .formA dd{
	padding:15px;
	vertical-align: top;
	word-wrap:break-word;
	position:relative;
	display:table-cell;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
		box-sizing:border-box;
}
#contentBody .formA dt{
	background-color:#edf5f9;
	color:#003893;
	position:relative;
	font-weight:bold;
	border-right:1px dotted #c8c8c8;
	position:relative;
	width:35%;
}
#contentBody .formA dt span{
	font-weight:normal;
}
#contentBody .formA dd{
	padding:15px;
	margin-bottom:0;
	width:65%;
	}

#contentBody .required:after{	
	display:none;
	content:"";
	}

#contentBody .formA.conf dd{padding:15px;}


#contentBody .formA + ul.attendList{margin-top:-5px;}
#contentBody .formA + table.tableA{margin-top:-5px;}


#contentBody .formA p,
#contentBody .formA ul,
#contentBody .formA ol{
	margin-bottom:0;
}



#contentBody .formA .option,
#contentBody .formA .required{
	padding-left:3.5em;
	}

#contentBody .formA .option:before,
#contentBody .formA .required:before{
	position:absolute;
	left:0.5em;
	display:inline-block;
	padding:2px 3px;
	color:#fff;
	line-height:1.1em;
	margin-right:3px;
	font-weight:bold;
	}

#contentBody .formA .option:before{
	content:"\4efb\610f";
	background:#0091d6;
	}
#contentBody .formA .required:before{
	content:"\5fc5\9808";
	background:#ff6600;
	}

#contentBody .formA .required:before{
	content:"\5fc5\9808";
	background:#ff6600;
	}


#contentBody .formA dd.inner{
	padding:0 !important;
	margin:0;
	}
#contentBody .formA .innerSubject{
	border-top:1px solid #c8c8c8;
	margin-top:-1px;
	padding:15px;
	}
#contentBody .formA .innerSubject .option:before,
#contentBody .formA .innerSubject .required:before{
	left:15px;
	}
#contentBody .formA .innerSubject .option,
#contentBody .formA .innerSubject .noRequired,
#contentBody .formA .innerSubject .required{
	padding-left:3em;
	font-weight:bold;
	color:#003893;
	margin-bottom:5px;
	}
#contentBody .formA .innerSubject .noRequired{
	padding-left:0;
	}
#contentBody .formA .innerSubject .Subject{
	padding-top:10px;
	margin-bottom:5px;
	font-weight:normal;
	color:#333;
	}

#contentBody .formA .shopNamme{padding:15px 0;}
#contentBody .formA .shopNumber{padding:0 0 10px;}


/*FORM ADD
----------------------------------------------------------------- */
#contentBody .cosutomForm select{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
	box-sizing:border-box;
	font-size:90%;
		}
#contentBody .formA label{
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(250,250,250,1) 54%, rgba(246,246,246,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(54%,rgba(250,250,250,1)), color-stop(100%,rgba(246,246,246,1)));; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(250,250,250,1) 54%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(250,250,250,1) 54%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(250,250,250,1) 54%,rgba(246,246,246,1) 100%); /* W3C */
		}
#contentBody .formA .errorTxt label{
background: none !important;
		}

/*formList*/
#contentBody .formList{
	display:table;
	}
#contentBody .formList li{
	display:table-cell;
	}
#contentBody .formList li.subDt{
	width:80px;
	vertical-align:top;
	padding-top:0.6em;
	}



#contentBody .zip .formList li{
	vertical-align:middle;
	}


#contentBody .formList1{
	width:100%;
	display:block;
	}
#contentBody .formList1 li{
	display:block;
	margin-top:10px;
	}
#contentBody .formList1 li:first-child{
	margin-top:0;
	}
#contentBody .formList1 li label{
	display:block;
	border:1px solid #ccc;
	padding:5px 5px 5px 30px;
	text-align:left;
	border-radius:3px;
	position:relative;
	margin:0 5px;
	}
#contentBody .formList1 li label input{
	position:absolute;
	left:10px;
	top:0.8em;
	}
#contentBody .formList2{
	width:100%;
	display:table;
	}
#contentBody .formList2 li{
	display:table-cell;
	width:50%;
	}
#contentBody .formList2 li .imgWrap{
	padding:0 5px 10px;
	}
#contentBody .formList2 li .imgWrap img{
	width:100%;
	height:auto;
	}
#contentBody .formList2 li label{
	display:block;
	border:1px solid #ccc;
	padding:5px;
	text-align:center;
	border-radius:3px;
	position:relative;
	margin:0 5px;
	}
#contentBody .formList2 li label input{
	position:absolute;
	left:10px;
	top:0.8em;
	}

#contentBody .formList3{
	width:100%;
	display:table;
	margin-top:5px;
	}
#contentBody .formList3 li{
	display:table-cell;
	width:33.333333%;
	}
#contentBody .formList3 li label{
	display:block;
	border:1px solid #ccc;
	padding:5px 5px 5px 30px;
	text-align:left;
	border-radius:3px;
	position:relative;
	margin:0 5px;
	}
#contentBody .formList3 li label input{
	position:absolute;
	left:10px;
	top:0.8em;
	}


/*legacyBrowser
----------------------------------------------------------------- */
.placeholderText{display:none;}
.legacyBrowser .placeholderText{display:block; color:#999;}


/*NUMBER
----------------------------------------------------------------- */
#contentBody input[type="tel"]{-ms-ime-mode:disabled;}

/*FORM COLOR SETTING
----------------------------------------------------------------- */
#contentBody .requiredElement input[type="text"],
#contentBody .requiredElement input[type="password"],
#contentBody .requiredElement input[type="tel"],
#contentBody .requiredElement input[type="url"],
#contentBody .requiredElement input[type="email"],
#contentBody .requiredElement input[type="number"],
#contentBody .requiredElement select,
#contentBody .errorElement input[type="text"],
#contentBody .errorElement input[type="password"],
#contentBody .errorElement input[type="tel"],
#contentBody .errorElement input[type="url"],
#contentBody .errorElement input[type="email"],
#contentBody .errorElement input[type="number"],
#contentBody .errorElement select{
	background-color:#fdefe9;
	}
#contentBody .requiredElement input[type="text"]:focus,
#contentBody .requiredElement input[type="password"]:focus,
#contentBody .requiredElement input[type="tel"]:focus,
#contentBody .requiredElement input[type="url"]:focus,
#contentBody .requiredElement input[type="email"]:focus,
#contentBody .requiredElement input[type="number"]:focus,
#contentBody .requiredElement select:focus,
#contentBody .errorElement input[type="text"]:focus,
#contentBody .errorElement input[type="password"]:focus,
#contentBody .errorElement input[type="tel"]:focus,
#contentBody .errorElement input[type="url"]:focus,
#contentBody .errorElement input[type="email"]:focus,
#contentBody .errorElement input[type="number"]:focus,
#contentBody .errorElement select:focus,
#contentBody .validElement input[type="text"],
#contentBody .validElement input[type="password"],
#contentBody .validElement input[type="tel"],
#contentBody .validElement input[type="url"],
#contentBody .validElement input[type="email"],
#contentBody .validElement input[type="number"],
#contentBody .validElement select{
	background-color:#fff !important;
	}

#contentBody .formA .errorElement label,
#contentBody .formA .errorElement label:active,
#contentBody .formA .errorElement label.valid,
#contentBody .formA .requiredElement label,
#contentBody .formA .requiredElement label{
background: -moz-linear-gradient(top,  rgba(255,241,234,1) 0%, rgba(233,220,214,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,241,234,1)), color-stop(100%,rgba(233,220,214,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,241,234,1) 0%,rgba(233,220,214,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,241,234,1) 0%,rgba(233,220,214,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,241,234,1) 0%,rgba(233,220,214,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,241,234,1) 0%,rgba(233,220,214,1) 100%); /* W3C */
}


#contentBody .formA .validElement label,
#contentBody .formA .validElement label:active,
#contentBody .formA .validElement label.valid{
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(250,250,250,1) 54%, rgba(246,246,246,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(54%,rgba(250,250,250,1)), color-stop(100%,rgba(246,246,246,1)))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(250,250,250,1) 54%,rgba(246,246,246,1) 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(250,250,250,1) 54%,rgba(246,246,246,1) 100%)!important; /* Opera 11.10+ */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(250,250,250,1) 54%,rgba(246,246,246,1) 100%)!important; /* W3C */
	}


/*WEB BANK
----------------------------------------------------------------- */
#contentBody .zip .formList + .errorTxt{margin-top:-5px;}

/*closeBtn*/
#contentAll .HeadCloseBtn{
	display:none;
}
.popUp #contentAll .HeadCloseBtn{
	display:none;
}

/*contractPARTS
----------------------------------------------------------------- */
#contentBody .btnList2Column{
	margin:0 0 15px -5px;
}
#contentBody .btnList2Column li{
	display:inline-block;
	vertical-align:top;
	margin:0 0 5px 5px;
}


/*block2*/
#contentBody .block2A{width:100%;}
#contentBody .block2A .columnL{width:100%; float:none;}
#contentBody .block2A .columnR{width:100%; float:none;}

/*inquiryArea*/
.privacyArea #inquiryArea,
.privacyArea .inquiryArea,
.privacyArea #accountInquiryArea{
	width:100%;
	}


/*houseloan PARTS
----------------------------------------------------------------- */

#contentBody .formA input:disabled{background:#eee !important;}
	
/*columnA*/
#contentBody .columnA{
	border:1px solid #c3d6df;
	background:#edf5f9;
	margin-bottom:20px;
	padding:15px;
	}
#contentBody .tel a{
	color:#003893;
	text-decoration:none;
	cursor:default;
	}
	
	
#contentBody .formA .totalMoney{
	background-color:#fef9f4;
}

input[type=number] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	}
::-webkit-inner-spin-button { -webkit-appearance: none;}
::-webkit-outer-spin-button { -webkit-appearance: none;}

#contentBody .formList li.nowrap{
	white-space:nowrap;
	}

/* ----------------------------------------------------------------
ADD 0903
----------------------------------------------------------------- */

	#contentBody .formA dd{
		word-break:break-all;
		word-wrap:break-word;
	}



/* ----------------------------------------------------------------
ADD 1604
----------------------------------------------------------------- */
#contentBody .noBorderInput{
	border:none;
	outline:none !important;
	background:#fff !important; 
	}
#contentBody input.noBorderInput:disabled{
	background:#fff !important; 
	}






