@charset "utf-8";
/* -------------------------------
 * FONTSIZE MODEL * 基本サイズ14px
 * -------------------------------
 *  72% ->		10pxに相当
 *  79% ->		11pxに相当
 *  86% ->		12pxに相当
 *  93% ->		13pxに相当
 * 100% ->		14pxに相当
 * 108% ->		15pxに相当
 * 115% ->		16pxに相当
 * 122% ->		17pxに相当
 * 129% ->		18pxに相当
 * 136% ->		19pxに相当
 * 143% ->		20pxに相当
 * ------------------------------- */
/*--------------
基本設定
----------------------------------------------------------*/
html {
	background:#efefef;
}
body {
	line-height:1.4;
	letter-spacing:1px;
	color:#333;
	font-size:14px;
	font-family: /*"メイリオ", Meiryo,*/ "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
br {
	letter-spacing:normal;
}
a{
	color:#1111cc;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#cc6666;
	text-decoration:underline;
	outline: none;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
strong {
	font-weight:bold;
}
input, select { font-family: Arial, "ＭＳ Ｐゴシック", sans-serif; }
/*--------------
構造
#container
	┗#header
	┗#contents
		┗#menu
		┗#main
	┗#bg_bottom
#footer
@media print
----------------------------------------------------------*/
#container {
	width:100%;
	margin:0 auto;
}
#header {
	width:100%;
	height:77px;
	background: url(../images/title_bg.gif) repeat-x;
}
#contents {
	width:100%;
	background:#fff;
}
#menu {
	width:100%;
	height: 45px;
	background: url(../images/menu_bg.gif) repeat-x;
}
#main {
	width:672px;
	margin: 0 auto;
	padding:10px 0;
}
#info {
	float:left;
	width:490px;
	height:380px;
	margin:0;
	/*border-bottom:10px solid #f00;*/
}
#banner {
	float:left;
	width:200px;
	height:380px;
	margin:0;
	/*border-bottom:10px solid #088;*/
}
#procedure {
	float:left;
	width:690px;
	height:300px;
	/*border-bottom:10px solid #08c;*/
}
#footer {
	width:100%;
	border-top:1px solid #ccc;
}
/*--------------
container
----------------------------------------------------------*/
.komeindent {
	display:block;
	text-indent:-1em;
	padding-left:1em;
}
.red{color:#f00;}

/*--------------
header
----------------------------------------------------------*/
#header h1 {
	width:672px;
	height:77px;
	margin:0 auto;
	background: url(../images/title.gif) 75px 0 no-repeat;
}
#header h1 span{
	visibility: hidden;
	display: block;
}
#header ul {
	float:left;
	margin-top:-19px;
}
#header li {
	float:left;
	margin:0;
	padding:0 15px 0 8px;
	background: url(../images/bg_mark.gif) 0 50% no-repeat;
	font-size:86%;
	font-weight:bold;
}
#header li a{
}
#header span {
	visibility: hidden;
}

/*--------------
menu
----------------------------------------------------------*/
#menu ul {
	width:672px;
	height:45px;
	margin:0 auto;
}
#menu li {
	float:left;
	height:45px;
	margin:0;
	/*padding:0 20px;*/
	font-size:86%;
	font-weight:bold;
	background: url(../images/menu_bar.gif) 0 50% no-repeat;
	line-height:45px;
}
#menu li a {
	display:block;
	_display:inline;
	height:43px;
	padding:0 20px;
	text-align:center;
}
#menu span {
	visibility: hidden;
}

/*--------------
contents
----------------------------------------------------------*/
/* 回り込み解除 */
#contents:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*--------------
login
----------------------------------------------------------*/
#login {
	width:500px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:10px;
	padding:25px 0 0 0;
	border:1px solid #ccc;
	background:#efefef;
	/*background: url(../images/menu_bg.gif) repeat-x;*/
	text-align:center;/* for IE6 */
}
#login dl {
	width:380px;
	margin:0 auto;
	padding-bottom:15px;
}
#login dt {
	float: left;
	width: 97px;
	margin: 0;
	padding: .5em 0 .5em 1em;
	color: #333;
	text-align:right;
	/*border:1px solid #f00;*/
}
#login dt span {
	visibility: hidden;
}
#login dt.id {
	background: url(../images/login_id-trans.png) 0 50% no-repeat;
}
#login dt.pw {
	background: url(../images/login_pw-trans.png) 0 50% no-repeat;
}
#login dd {
	margin: 0 0 0 97px;
	padding: 0.5em 0;
	font-weight:bold;
	text-align:left;
	/*border:1px solid #f00;*/
}
#login dd input {
	width:210px;
	height:20px;
}
div.login_button a {
	display:block;
	width:216px;
	height:57px;
	/*margin:0 auto;*/
	margin-top:13px;
	margin-left:13px;
	background: url(../images/login_button.gif) 0 0 no-repeat;
}
div.login_button a:hover {
	background: url(../images/login_button.gif) 0 -57px no-repeat;
}
div.login_button span {
	visibility: hidden;
}
/* パスワード表示切替 */
#login dd.show_pass {
	margin-left: 111px;
	padding-top: 0;
}
.show_pass input[type="checkbox"] {
	display: none;
}
.show_pass input[type="checkbox"] + label {
	display: inline-block;
	font-weight: normal;
	margin-right: 0.8em;
	padding: 6px 3px 3px 22px;
	position: relative;
	user-select: none;
}
.show_pass input[type="checkbox"] + label::before,
.show_pass input[type="checkbox"] + label::after {
	content: "";
	display: block;
	position: absolute;
	transition: all .2s;
}
.show_pass input[type="checkbox"] + label::before {
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 3px;
	top: 0.5em;
	left: 0;
	width: 14px;
	height: 14px;
}
.show_pass input[type="checkbox"] + label::after {
	border-left: 2px solid #767676;
	border-bottom: 2px solid #767676;
	top: calc(0.5em + 4px);
	left: 3px;
	width: 8px;
	height: 4px;
	opacity: 0;
	transform: rotate(-45deg) scale(.5);
}
.show_pass input[type="checkbox"] + label:hover::before {
	background: #fff;
}
.show_pass input[type="checkbox"]:checked + label::before {
	background: #fff;
	border: 1px solid #767676;
}
.show_pass input[type="checkbox"]:checked + label::after {
	transform: rotate(-45deg) scale(1);
	opacity: 1;
}

/*--------------
help_menu
----------------------------------------------------------*/
#help_menu {
	width:500px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:50px;
}
#help_menu ul {
	width:250px;
	margin:0 auto;
}
#help_menu ul li {
	width:250px;
	height:25px;
}
#help_menu ul li a {
	padding-left:20px;
	background: url(../images/arrow-right.gif) 0 0 no-repeat;
}
/*--------------
seal
----------------------------------------------------------*/
#seal {
	width:500px;
	margin:0 auto;
}
#seal ul {
	width:400px;
	height:80px;
	margin:0 auto;
}
#seal ul li {
	float:left;
	padding-right:15px;
}





/*--------------
info
----------------------------------------------------------*/
#info div.title {
	width:473px;
	height:36px;
	background: url(../images/info_title.gif) 0% 0% no-repeat;
}
#info div.title span , #info div.bottom span {
	visibility: hidden;
}
#info div.title .gotolist{
	float:right;
	margin: 5px 5px 0 0;
}

#info div.bottom {
	width:473px;
	height:36px;
	background: url(../images/info_bottom.gif) 0% 0% no-repeat;
}
#info div.info_list {
	float:right;
	margin: 0 0 0 0;
	padding:0 0 0 20px;
	background: url(../images/more_info-trans.png) 0% 0% no-repeat;
	font-size:93%;
	cursor:pointer;
}
#info div.contents {
	overflow:auto;
	width:473px;
	height:307px;
	background: url(../images/info_body.gif) 0% 0% repeat-y;
}
#info div.contents #infotext {
	overflow:auto;
	width:470px;
	height:307px;
	background: url(../images/info_body.gif) 0% 0% repeat-y;
}
#info div.contents #infotext dl {
	margin: -1px 0 0 0;
	padding: 0 5px;/*スクロールバー表示時にborder-bottomが消えるバグの回避としてpaddingに余白設定*/
	border: 0px solid #ccc;
	border-top: none;
	_zoom: 1;
	overflow: hidden;
}
#info div.contents #infotext dt {
	float: left;
	width: 7em;
	margin: 0;
	padding: 0.7em 0 0.7em 1em;
	border-top: 1px solid #efefef;
	color: #333;
	font-weight:bold;
}
#info div.contents #infotext dd {
	margin: 0 0 0 7em;
	padding: 0.7em 1em 0.7em 1em;
	border-left: 0px solid #999;
	border-top: 1px solid #efefef;
	background-color: #fff;
}
#info div.contents #infotext dd span{
	font-size:77%;
}


/*--------------
banner
----------------------------------------------------------*/
#banner ul {
	margin-top:30px;
}
#banner ul li{
	margin:0;
	padding:0;
}
/*--------------
main
----------------------------------------------------------*/

#main h2 {
	position:relative;
	clear:both;
	width:724px;
	height:43px;
	margin:30px 0 10px 0;
	/*border-left:5px solid #eb5307;*/
	/*background:#ff9900;*/
	background: url(../images/h2_bar-trans.png) no-repeat;
	color:#663300;
	font-size:129%;
	font-weight:bold;
	text-indent:1em;
	line-height:43px;
}
#main .h_top {
	margin-top:0;
}
#main h3 {
	color:#fff;
	background:#0066cc;
	margin:0 0 5px 0;
	padding:5px;
	font-weight:bold;
}
#main h3 span{
	display:block;
	border-left: 4px solid #fff ;
	padding-left:3px;
	height : 12px;
	padding:4px 0px 0px 7px;
	line-height:10px;
}
#main p {
	text-align:center;
}
#main div#circle_list {
	clear:both;
	width:100%;
	/*height:400px;*/
}
#main div#circle_list div.block {
	float:left;
	width:675px;
	/*height:150px;*/
	margin:0 10px 10px 0;
	padding:7px;
	border:1px solid #ccc; 
	background: #fffcf8;
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
#main div#circle_list div.block div.title {
	padding-top:3px;
	font-weight:bold;
	font-size:115%;
	border-bottom:1px solid #ccc;
	text-indent:0.5em;
}
#main div#circle_list div.block div.contents {
	float:left;
	width:500px;
	padding-top:0.5em;
	padding-left:0.5em;
}
#main div#circle_list div.block div.gotodetail {
	float:left;
	width:155px;
	height:100px;
}
#main div#circle_list div.block div.gotodetail a {
	display: block;
	width:143px;
	height:49px;
	margin:27px 0 0 10px;
	background: url(../images/gotodetail.gif) 0 0 no-repeat;
	text-decoration: none;
	overflow: hidden;
}
#main div#circle_list div.block div.gotodetail a:hover {
	background: url(../images/gotodetail.gif) 0 -49px no-repeat;
}
#main div#circle_list div.block div.gotodetail span{
	display: block;
	width:143px;
	height:49px;
	visibility: hidden;
}
#main div#circle_list:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#main div#circle_list div.block div.contents img {
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
}

#main div.apply_button_area {
	height:80px;
	margin: 20px 0 0 150px;
}

#main div.gotoform a {
	float:left;
	display: block;
	width:200px;
	height:58px;
	background: url(../images/apply_button_prospectus_form-trans.png) 0 0 no-repeat;
	text-decoration: none;
	overflow: hidden;
	cursor:pointer;
}
#main div.gotoform a:hover{
	background: url(../images/apply_button_prospectus_form-trans.png) 0 -58px no-repeat;
}
#main div.gotoform span {
	display: block;
	width:200px;
	height:58px;
	visibility: hidden;
}

#main div.gotopdf a {
	float:left;
	display: block;
	width:200px;
	height:58px;
	background: url(../images/apply_button_prospectus_pdf-trans.png) 0 0 no-repeat;
	text-decoration: none;
	overflow: hidden;
	cursor:pointer;
}
#main div.gotopdf a:hover{
	background: url(../images/apply_button_prospectus_pdf-trans.png) 0 -58px no-repeat;
}
#main div.gotopdf span {	
	display: block;
	width:200px;
	height:58px;
	visibility: hidden;
}
.flashpaper {
	clear:both;
	margin-bottom:20px;
	border:1px solid #ccc;
}
#main dl#tos{
	background:#fff;
	border:1px solid #999;
}
#main dl#tos dt{
	background:#eee;
	border:none;
	clear: both;
	color: #000;
	letter-spacing: 0;
	padding: 0.3em;
}
#main dl#tos dt.title{
	font-weight:bold;
	background:#999;
	color:#fff;
}
#main dl#tos dd {
	background:#fff;
	border:none;
	border-bottom: 1px dotted #ccc;
	clear: both;
	color: #000000;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: left;
}
#main dl#tos dd ol {
	list-style:decimal;
}
#main dl#tos dd ol li{
	list-style:decimal;
	margin-left:2.0em;
}
#main .close_button input {
	width:150px;
	margin:20px 0 0 250px;
}
/*========== attention_box ===========================*/
dl#attention_box {
	width:680px;
	padding:10px 0;
}
dl#attention_box dt {
	height:28px;
	background: url(../images/tab_blue.gif) 0 100% no-repeat;
	color:#fff;
	font-size:122%;
	font-weight:bold;
	text-indent:10px;
	line-height:35px;
	_line-height:28px;
	vertical-align:bottom;
}
dl#attention_box dd.contents {
	padding:10px;
	border-top:1px solid #8dcbea;
	border-bottom:1px solid #8dcbea;
	background: url(../images/attention_bg.gif) 0 0 repeat-y;
}
dl#attention_box dd.contents ul{
	color:#014da1;
}
dl#attention_box dd.contents li{
	margin:2px;
	padding:0;
	background-image:none;
	list-style-type:disc;
}

/*========== contact =====================================*/
#contact {
	padding: 0 0 10px 27px;
}
#contact div {
	width:600px;
	margin:0 0 10px 0;
	font-size:115%;
	font-weight:bold;
}
#contact dl {
	padding: 0;
	/*font-size:129%;*/
}
#contact dt {
	float: left;
	width: 4.5em;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	color: #333;
	text-align:left;
}
#contact dd {
	margin: 0 0 0 3.5em;
	padding: 0.2em 1em 0.2em 1em;
	font-weight:bold;
}
#contact dd span{
	font-size:12px;
	font-weight:normal;
}

/*--------------
main2
----------------------------------------------------------*/
#main2 p {
	padding-right:20px;
}
#main2 table {
	width:470px;
	margin:0 0 10px 0;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
#main2 table th{
	width:150px;
	padding:0.3em 0.5em;
	border:1px solid #999;
	background-color:#efefef;
	color:#333;
	font-weight:bold;
	text-align:left;
	white-space:nowrap;
}
#main2 table th span {
	white-space:nowrap;
}
#main2 table td{
	padding:0.5em 0.5em;
	border:1px solid #999;
	background-color:#fffdfc;
}
#main2 div.form_attention {
	display:block;
	text-indent:-1em;
	padding-left:1em;
	font-size:86%;
}
#main2 div.guidance_request {
	padding:3px;
	background:#ffffcc;
	border:1px solid #999;
}
#main2 input {
	margin:2px;
}
#main2 input[type="text"] {
	width:290px;
}
#main2 input.name {
	width:110px;
}
#main2 input[type="radio"],#main2 input[type="checkbox"] {
	margin-right:5px;
}
#main2 textarea {
	width:295px;
	height:100px;
}
/*総則ページ*/
#main2 dl#tos{
	background:#fff;
	border:1px solid #999;
	font-size:86%;
	height:300px;
	overflow:auto;
}
#main2 dl#tos dt{
	background:#eee;
	border:none;
	clear: both;
	color: #000;
	letter-spacing: 0;
	padding: 0.3em;
}
#main2 dl#tos dt.title{
	font-weight:bold;
	background:#999;
	color:#fff;
}
#main2 dl#tos dd {
	background:#fff;
	border:none;
	border-bottom: 1px dotted #ccc;
	clear: both;
	color: #000000;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: left;
}
#main2 dl#tos dd ol {
	list-style:decimal;
}
#main2 dl#tos dd ol li{
	list-style:decimal;
	margin-left:2.0em;
}
#main2 dl #agreement,
#agreement{
	margin:12px;
	font-weight:bold;
	text-align: center;
}
/*申込ボタン*/
#main2 .apply_button {
	width:470px;
	margin-top:10px;
	text-align:center;
}
#main2 .apply_button input {
	width:150px;
}

/*--------------
footer
----------------------------------------------------------*/
#footer ul{
	width:500px;
	margin: 0 auto;
	padding-top:10px;
	text-align: center;
}
#footer li{
	font-size:86%;
	vertical-align:top;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	list-style-type:none;
}
#footer li a {
	padding:0 10px;
	background: url(../images/bg_mark.gif) 0 50% no-repeat;
}
address {
	padding:10px 0;
	font-style:normal;
	font-size:72%;
	color:#333;
	text-align:center;
}
/*--------------
totop
----------------------------------------------------------*/
div#totop{
	position:fixed;
	bottom:0;
	right:0;
}
div#totop img { /* IE7,8で透過pngにjsで透過させた場合のバグ（背景色に#000000が設定される）対応として */
	background-color:#fff;
}
/*--------------
印刷用設定
----------------------------------------------------------*/
@media print{
	html {
	}
	#totop{
		display:none;
	}
}