@charset "utf-8";

/*　共通CSS
---------------------------------------------------*/

html,body,div,h1,h2,p,a,img,ul,li,adress,table{
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	margin:0;
	padding:0;
	font-size:100%;
}


body {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	 font-size: 81.3%;
    line-height: 1;
    width: 100%;
}

table{
	font-size:14px;
}

.clear {
	clear:both;
}

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
		margin-bottom: 15px;
}

.alignright02 {
        float: right;
		margin: 15px 0;

}

.alignleft {
        float: left

}

.listalignright {
        float: right;

}
.bold {
	font-weight: bold;
}
.mt5 {
	margin-top: 5px;
	display: block;
}
.mt10 {
	margin-top: 10px;
}

.mt50{
	margin-top:50px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom: 15px;
}


.mb50{
	margin-bottom: 50px;
}

.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}

.ml150 {
	margin-left: 150px;
}
.ml190 {
	margin-left: 190px;
}

hr {
	clear: both;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 5px;
	border:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

p{
	font-size: 16px;
	line-height: 1.8 !important;
	color: #111;
}

.taC {
    text-align: center !important;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

/*　テーブルCSS
---------------------------------------------------*/

table{
	margin: 15px 0;
	border: 1px solid #999;
}

td,th{
	padding: 5px 0;
	border: 1px solid #999;
}
tr {
	clear:both;
}


/*　デザインテンプレートCSS
---------------------------------------------------*/

h1 {
	font-size: 14px;
	line-height:1.3em;

}



h2{
	border-bottom: 1px solid #ccc;
    font-size: 19px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 15px;
}



h3{
	background:url(/images/h3border_line.gif) no-repeat scroll left bottom transparent;
	font-size: 18px;
	font-weight: bold;
    line-height:24px;
	color: #252a30;
	margin-bottom: 15px;
    padding: 4px 0 10px;
}





h4{
    border-bottom: 1px solid #ccc;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 3px 0 4px;
	line-height:1.3em
}


#wrapper {
	width: 1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}


#pr-box {
	float: left;
	width:1024px;
	height:14px;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;

}

#pr-box .tit {
	font-weight:bold;
	border-right:1px solid #9D9D9D;
	padding-right: 15px;
}

#pr-box .txt{
	padding-top: 5px;
	padding-left: 15px;
}


#header-box-menu {
	float: right;
}


#breadcrumb {
	clear: both;
	margin-bottom: 15px;
	height: 20px;
	font-size: 14px;
}

#breadcrumb ul li {
	float: left;
}
#breadcrumb .top {
	margin-top: 7px;
/*	margin-bottom: 0px;*/
/*	padding-top: 0.5em;*/
}

#breadcrumb .sub {
	list-style-image:url(/images/breadcrumb-ul-li-sub.jpg);
	margin-left:30px;
}

blockquote {
	position: relative;
    font-size: 16px;
	line-height: 1.7;
	padding: 60px 30px;
	background: #EEE;
	border: 1px solid #CCC;
}
blockquote:before {
	content: "“";
	color: #FFF;
	font-size: 100px;
	line-height: 1;
	position: absolute;
	top: 10px;
	left: 10px;
}
blockquote:after {
	content: "”";
	color: #FFF;
	font-size: 100px;
	line-height: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/*　左サイドログインボックスCSS
---------------------------------------------------*/

#leftbox-login{
	width:220px;
	margin-bottom:20px;
}
#leftbox-login table{
	width: 220px;
	height:auto;
	border:ipx solid #999;
	background-color: #eee;
	/*background-color: #ECFFFF;*/
	margin:0;
	padding: 0;

}
#leftbox-login table tr td{
	width: 200px;
	padding:10px 10px 0 10px;
	border:none;
}




/* ログイン中 */
#leftbox-logined .block{
	float:left;
	margin-bottom:15px;
}
#leftbox-logined .mypagetitle{
	font-weight:bold;
	font-size:14px;
}
#leftbox-logined{
	width:220px;
	margin-bottom:20px;
}
#leftbox-logined table{
	width: 220px;
	height:auto;
	border:ipx solid #999;
	background-color: #eee;
	/*background-color: #ECFFFF;*/
	margin:0;
	padding: 0;
}
#leftbox-logined table tr td{
	width: 200px;
	padding:10px 0 4px 10px;
	border:none;
}
#leftbox-logined ul li{
	padding:10px 5px 0 14px;
}
#leftbox-logined a{
	text-decoration: none;
}
#leftbox-logined a:hover{
	text-decoration:underline;
}




.center{
	text-align: center;
}

.loginbtn{
	text-align: center;
	margin-top:10px;

}


.memberbtn{
	text-align: center;
	margin-top:20px;
}

.idlogin{
	font-size:12px;
	text-align:center;
	line-height: 2em;
	letter-spacing:-0.01em;
}



/*　左サイドメニューCSS
---------------------------------------------------*/

#leftbox-navi{
	width: 220px;
	margin-bottom: 80px;
    padding: 0;
	float: left;
}


#leftbox-navi ul{
     margin: 0;
     padding: 0;
     list-style: none;
}


#leftbox-navi li{
	display: inline;
    margin: 0;
    padding: 0;
 }



#leftbox-navi  a{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#FFF url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}


#leftbox-navi a:hover{
	border-top: 1px solid #8593A9;
    border-left: 1px solid #8593A9;
    border-right: 1px solid #8593A9;
	background-color: #f3f9fe;
}


#leftbox-navi #active{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#ccc url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;

}




#leftbox-navi #bottom a{
	display: block;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	border-bottom: 1px solid #9F99A3;
	background:#FFF url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}


#leftbox-navi #bottom a:hover{
	border-top: 1px solid #8593A9;
    border-left: 1px solid #8593A9;
    border-right: 1px solid #8593A9;
	background-color: #f3f9fe;
}



#menu #bottom a:hover{
    border-left: 1px solid #8593A9;
    border-right: 1px solid #8593A9;
    border-bottom: 1px solid #8593A9;
    background-color: #9EB7DD;
}



#leftbox-navi #active_bottom{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	border-bottom: 1px solid #8593A9;
	background:#ccc url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}




#leftbox-navi #tit{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#0a3162 url(/images/navitit_yajirush.gif) left center no-repeat;
	padding: 5px 30px;
	width: 158px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}




#leftbox-navi2{
	width: 220px;
	margin-bottom: 30px;
    padding: 0;
	float: left;
}


#leftbox-navi2 ul{
     margin: 0;
     padding: 0;
     list-style: none;
}


#leftbox-navi2 li{
	display: inline;
    margin: 0;
    padding: 0;
 }



#leftbox-navi2  a{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#FFF url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}
#leftbox-navi2 #active{
    display: block;
    border-top: 1px solid #9F99A3;
    border-left: 1px solid #9F99A3;
    border-right: 1px solid #9F99A3;
    background: #ccc url(/images/leftnavitit_yajirusi.png) left center no-repeat;
    padding: 10px 45px;
    width: 128px;
    height: auto;
    font-size: 14px;
    line-height: 1.2em;
    text-decoration: none;
    color: #000;	
}
#leftbox-navi2 a:hover{
	border-top: 1px solid #8593A9;
    border-left: 1px solid #8593A9;
    border-right: 1px solid #8593A9;
	background-color: #f3f9fe;
}



#leftbox-navi2 #bottom a{
	display: block;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	border-bottom: 1px solid #9F99A3;
	background:#FFF url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}



#leftbox-navi2 #tit{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#0a3162 url(/images/navitit_yajirush.gif) left center no-repeat;
	padding: 5px 30px;
	width: 158px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}






/*　右サイドコンテンツCSS
---------------------------------------------------*/




#rightbox-contens{
	width: 770px;
	height: auto;
	margin-left: 20px;
	margin-bottom: 30px;
	float: right;
}

#rightbox-contens p{
	line-height: 1.5em;
}


#header-image {
	clear: both;
	margin-bottom: 25px;
}





/*　ヘッダーCSS
---------------------------------------------------*/




#comm{
	width: auto;
	float:left;
	margin-bottom: 15px;
	clear: both;
}

#logo{
	width: 1024px;
	height: 80px;
	margin-top: 30px;
	clear:both;
}

/* ヘッダー左ボックス */
.logo_img{
	width: 285px;
	height: 80px;
/*	margin-right: 359px;*/
	float:left;
	margin-top:10px;

}
/* ヘッダー中央ボックス */
.center_box{
	width: 515px;
	height: 70px;
/*	margin-right: 359px;*/
	padding-top:3px;
	padding-left:10px;
	line-height: 1.5em;
	float:left;
}
.center_box_left{
	width: 100px;
	height: 70px;
	float:left;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height: 1.7em;
}
.center_box_center{
	width: 115px;
	height: 70px;
	float:left;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height: 1.7em;
}
.center_box_right{
	width: 285px;
	height: 70px;
	float:left;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height: 1.7em;
	margin-left:5px;
}
.center_count_text{
	color:#1BA9D7;
	font-size:29px;
	font-weight:bold;
}
.center_box_text{
	font-size: 16px;
	font-weight:bold;
	color:#00669F;
}
/* ヘッダー右ボックス */
.favorite{
/*	width: auto;*/
/*	width: 360px;*/
	width: 204px;
	height: 80px;
	float:right;
	background-color: #ffffff;
	background-image:url(/images/hd_tel.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}



.favorite ul{
	margin-top:35px;
	list-style:none;

}

.favorite ul li{
	width:140px;
	height:30px;
	float:right;
}

#loginnavi {
    float: right;
    margin-bottom: 15px;
    width: 250px;
}


div#right {
        float: right;
 }<p></p>

 <p>.clearRight {
        clear:right;
 }</p>


.name02{
	margin-left: 20px;
}


.loginnavi ul li{
	list-style:none;
	display: block;
	float:left;
}


.loginnavi a{
	display: block;
	color: #000;
}


.loginnavi .name{
	float: left;
}

.loginnavi .login{
	float: right;
}

.loginnavi a:hover{
	display: block;
	color: #000;
	text-decoration:none;
	float:left;
}


.info{
	float:right;
}

.favorite_btn a{
	width: 140px;
	text-decoration: none;
    text-align: center;
    font-size: 12px;
    display: block;
	background: #F57D0C;
	border: 1px solid #ddd;
	color:#fff;
    padding: 4px 0;
	margin-top:5px;
	float:right;
}



.favorite_btn a:hover{
	background: #FB6D01;
	color::#fff;
	padding: 4px 0;
}


.beforefavo_btn a{
	width: 120px;
	text-decoration: none;
    text-align: center;
    font-size: 12px;
    display: block;
	background: #eb6201;
	border: 1px solid #d05b08;
	color:#fff;
    padding: 5px 0;
	margin-top:8px;
	float:right;
}



.beforefavo_btn a:hover{
	background: #f4761d;
	color::#fff;
	padding: 5px 0;
}



.contacts_btn a{
	width: 100px;
	text-decoration: none;
    text-align: center;
    font-size: 12px;
    display: block;
	background: #eb6201;
	border: 1px solid #d05b08;
	color:#fff;
    padding: 5px 0;
	margin:8px 7px 0 0;
	float:left;
}




.contacts_btn a:hover{
	background: #F60;
	color: #fff;
	padding: 5px 0;
}




.contactsfix_btn a{
	width: 140px;
	text-decoration: none;
    text-align: center;
    font-size: 12px;
    display: block;
	background:#009;
	border: 1px solid #006;
	color:#fff;
    padding: 4px 0;
	margin-right:10px;
	float:left;
}



.contactsfix_btn a:hover{
	background: #006;
	color: #fff;
	padding: 4px 0;
}





#footer{
	width:1024px;
	font-size: 14px;
	clear: both;
}

#footer ul {
   display:inline;
 }


#footer li {
   display:inline;
   padding-left:10px;
   padding-right:10px;
   border-right:1px solid #000;
}


#footer a{
	color: #000;
}

#footer a:hover{
	color: #000;
	text-decoration: none;
}

#footer #top{
    display:inline;
	padding-left: 10px;
    padding-right:10px;
}

#footer #topover{
    display:inline;
	padding-left: 10px;
    padding-right:10px;
}

#footer #topPre{
    display:inline;
	padding-left: 10px;
    padding-right:10px;
}


#footer #anchor{
    display:inline;
	padding-left: 10px;
    padding-right:10px;
	border-right: none;
}


#footer #anchorover{
    display:inline;
	padding-left: 10px;
    padding-right:10px;
	border-right: none;
}

#footer #anchorPre{
    display:inline;
	padding-left: 10px;
    padding-right:10px;
	border-right: none;
}


#footer #prefectures {
   display:inline;
   padding-left:5px;
   padding-right:5px;
   border-right:1px solid #000;
}



.footer-box {
	width: 1004px;
	heigh: 35px;
	background-color: #ccc;
	padding: 15px 0 15px 20px;
	text-align:center;
}


.footer-box02 {
	width: 1004px;
	heigh: 35px;
	background-color: #eee;
	padding: 15px 0 15px 20px;
	line-height: 24px;
	text-align:center;
}


.footer-box03 {
	width: 1004px;
	heigh: 35px;
	background-color: #fff;
	padding: 15px 0 15px 20px;
	line-height: 24px;
}


.footer-box04 {
	width: 285px;
	float: left;
}

.footer-box05 {
	width: 450px;
	margin-left: 15px;
	float: left;
}

.footer-box06 {
	width: 250px;
	float: right;
}


#copy-right {
	width: 1024px;
	margin: 20px 0;
}


#copy-right .copyl{
	float:left;
}

#copy-right .copyr{
	float:right;
}

#buttom-area  {
	width: 285px;
	float:left;
	padding: 15px 0;
	margin-bottom: 20px;
}



#buttom-area02 {
	width: 520px;
	font-size: 14px;
	margin-left: 30px;
	padding: 15px 0;
	float:left;
	line-height: 20px;
}


#buttom-area03  {
	width: 150px;
	padding: 15px 0;
	float:right;
}


/*　ナビゲーションCSS
---------------------------------------------------*/
#navi{
	margin-top:10px;
	height: 40px;
	margin-bottom: 20px;
}

#navi ul li {
	font-size:16px;
	font-weight:bold;
	float:left;
	display: block;
    text-decoration: none;
}


#navi #menu01 a{
	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
	margin-right:72px;

}


#navi #menu01 a{
	background-position: 0 0;
}



#navi #menu01 a:hover{
	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
	margin-right:72px;
}




#navi #menu01_hover {
	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
    background-image:url(/images/navi_home_on.jpg);
	margin-right:72px;
}






#navi #menu02 a{
	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
	margin-right:72px;

}


#navi #menu02 a{
	background-position: 0 0;
}





#navi #menu02 a:hover{
	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
	margin-right:72px;
}



#navi #menu02_hover {
 	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
   background-image:url(/images/navi_tainavi_on.jpg);
	margin-right:72px;
}




#navi #menu03 a{
	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
	margin-right:72px;

}


#navi #menu03 a{
	background-position: 0 0;
}





#navi #menu03 a:hover{
 	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
	margin-right:72px;
}



#navi #menu03_hover {
 	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
   background-image:url(/images/navi_article_on.jpg);
	margin-right:72px;
}





#navi #menu04 a{
	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
	margin-right:72px;

}

#navi #menu04 {
	background-position: 0 0;
}


#navi #menu04 a:hover{
 	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
	margin-right:72px;
}


#navi #menu04_hover {
 	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
    background-image:url(/images/navi_qa_on.jpg);
	margin-right:72px;
}



#navi #menu05 a{
	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
}

#navi #menu05 a{
	background-position: 0 0;
}


#navi #menu05 a:hover{
 	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
}


#navi #menu05_hover {
 	display: block;
	width: 147px;
	height: 40px;
	background-repeat: no-repeat;
	outline: none;
    background-image:url(/images/navi_company_on.jpg);
}






/*　ページCSS
---------------------------------------------------*/

.bg01 {
	background-color: #d7e1e6;
}

.bg02 {
	background:#ffffff;
}
#content .content-box tr .border01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3f1f1;
}


.i-w190 {
	width:190px;
	height:2em;
}


.i-w220 {
	width:220px;
	height:2em;
}


.i-w250 {
	width:250px;
	height:2em;
}



.i-w300 {
	width:300px;
	height:2em;
}

.content-box {
	width: 502px;
	float: left;
	height: 325px;
	background-color: #f3f1f1;
	margin-bottom: 25px;
}

#content-new-register {
	background-color: #d8e1e6;
	height: 100px;
	width: 270px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#conten-login {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 200px;
}
.content-title {
	color: #FFF;
	background-color: #252a30;
	font-size: 22px;
	height: 35px;
	padding-left: 17px;
	padding-top: 5px;
	white-space: nowrap;
	word-wrap:break-word;
}
.font08 {
	font-size: 15px;
	padding-left: 5px;
}
ol.list_indent{
	margin-left: 1em;
	font-size: 16px;
    line-height: 1.8 !important;
}
ol.list_indent li{
	list-style: decimal;
}
ul.list_indent{
	margin-left: 1em;
	font-size: 16px;
    line-height: 1.8 !important;
}
ul.list_indent li{
	list-style: disc;
}



/*　左サイドコンテンツCSS
---------------------------------------------------*/


#leftbox02-contens{
	width: 770px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 80px;
	float: left;
}

#leftbox02-contens p{
	line-height: 1.5em;
}


#header-image {
	clear: both;
	margin-bottom: 25px;
}





/*　右サイドメニューCSS
---------------------------------------------------*/

#rightbox02-navi{
	width: 220px;
	margin-bottom: 30px;
    padding: 0;
	float: right;
}
#rightbox02-navi ul{
     margin: 0;
     padding: 0;
     list-style: none;
}
#rightbox02-navi li{
	display: inline;
    margin: 0;
    padding: 0;
}
#rightbox02-navi  a{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#FFF url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}
#rightbox02-navi a:hover{
	border-top: 1px solid #8593A9;
    border-left: 1px solid #8593A9;
    border-right: 1px solid #8593A9;
	background-color: #f3f9fe;
}
#rightbox02-navi #active{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#ccc url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;

}
#rightbox02-navi #bottom a{
	display: block;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	border-bottom: 1px solid #9F99A3;
	background:#FFF url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}
#rightbox02-navi #bottom a:hover{
	border-top: 1px solid #8593A9;
    border-left: 1px solid #8593A9;
    border-right: 1px solid #8593A9;
	background-color: #f3f9fe;
}
#rightbox02-navi #active_bottom{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	border-bottom: 1px solid #8593A9;
	background:#ccc url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}
#rightbox02-navi #tit{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#0a3162 url(/images/navitit_yajirush.gif) left center no-repeat;
	padding: 5px 30px;
	width: 158px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}




#rightbox03-navi{
	width: 220px;
	margin-bottom: 30px;
    padding: 0;
	float: right;
}
#rightbox03-navi ul{
     margin: 0;
     padding: 0;
     list-style: none;
}
#rightbox03-navi li{
	display: inline;
    margin: 0;
    padding: 0;
}
#rightbox03-navi  a{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#FFF url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}
#rightbox03-navi a:hover{
	border-top: 1px solid #8593A9;
    border-left: 1px solid #8593A9;
    border-right: 1px solid #8593A9;
	background-color: #f3f9fe;
}
#rightbox03-navi #active{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#ccc url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;

}
#rightbox03-navi #bottom a{
	display: block;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	border-bottom: 1px solid #9F99A3;
	background:#FFF url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}
#rightbox03-navi #active_bottom{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	border-bottom: 1px solid #8593A9;
	background:#ccc url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}
#rightbox03-navi #tit{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#0a3162 url(/images/navitit_yajirush.gif) left center no-repeat;
	padding: 5px 30px;
	width: 158px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}




#menu #bottom a:hover{
    border-left: 1px solid #8593A9;
    border-right: 1px solid #8593A9;
    border-bottom: 1px solid #8593A9;
    background-color: #9EB7DD;
}






/*　右サイドログインボックスCSS
---------------------------------------------------*/

#rightbox-login{
	float:right;
	width:220px;
	margin-bottom:20px;
}


#rightbox-login table{
	width: 220px;
	height:auto;
	border:ipx solid #999;
	background-color: #eee;
	/*background-color: #ECFFFF;*/
	margin:0;
	padding: 0;

}


#rightbox-login table tr td{
	width: 200px;
	padding:10px 10px 0 10px;
	border:none;
}



/*　入力例表示色メニューCSS
---------------------------------------------------*/

.tipped{
	color:#999;
}


/*　左サイド広告CSS
---------------------------------------------------*/
#banner{
	width:220px;
	float: left;
	margin-bottom: 20px;
}

.bannermb{
	margin-bottom: 15px;
}

.bannermb:hover{
	opacity: .7;
}

/*　左サイドCSS
---------------------------------------------------*/
#leftbox{
	width:220px;
	float: left;
	clear: both;
}



/*　左サイドログインボックスCSS
---------------------------------------------------*/

#leftbox-login{
	width:220px;
	margin-bottom:20px;
}


#leftbox-login table{
	width: 220px;
	height:auto;
	border:ipx solid #999;
	background-color: #eee;
	/*background-color: #ECFFFF;*/
	margin:0;
	padding: 0;

}


#leftbox-login table tr td{
	width: 200px;
	padding:10px 10px 0 10px;
	border:none;
}

.center{
	text-align: center;
}

.loginbtn{
	text-align: center;
	margin-top:10px;

}


.memberbtn{
	text-align: center;
	margin-top:20px;
}

.idlogin{
	font-size:12px;
	text-align:center;
	line-height: 2em;
	letter-spacing:-0.01em;
}


/*　左サイドメニューCSS
---------------------------------------------------*/

#leftbox-navi{
	width: 220px;
	margin-bottom: 30px;
    padding: 0;
	float: left;
}


#leftbox-navi ul{
     margin: 0;
     padding: 0;
     list-style: none;
}


#leftbox-navi li{
	display: inline;
    margin: 0;
    padding: 0;
 }



#leftbox-navi  a{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#FFF url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}


#leftbox-navi a:hover{
	border-top: 1px solid #8593A9;
    border-left: 1px solid #8593A9;
    border-right: 1px solid #8593A9;
	background-color: #f3f9fe;
}



#leftbox-navi #bottom a{
	display: block;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	border-bottom: 1px solid #9F99A3;
	background:#FFF url(/images/leftnavitit_yajirusi.png) left center no-repeat;
	padding: 10px 45px;
	width: 128px;
	height: auto;
    font-size: 14px;
	line-height: 1.2em;
    text-decoration: none;
    color: #000;
}



#menu #bottom a:hover{
    border-left: 1px solid #8593A9;
    border-right: 1px solid #8593A9;
    border-bottom: 1px solid #8593A9;
    background-color: #9EB7DD;
}



#leftbox-navi #tit{
	display: block;
	border-top:1px solid #9F99A3;
	border-left:1px solid #9F99A3;
	border-right: 1px solid #9F99A3;
	background:#0a3162 url(/images/navitit_yajirush.gif) left center no-repeat;
	padding: 5px 30px;
	width: 158px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}

background-color:#0a3162;


/*　右サイド広告CSS
---------------------------------------------------*/
#banner-r{
	width:220px;
	float: right;
	margin-bottom: 20px;
}

.bannermb-r{
	margin-bottom: 15px;
}


/*　左サイドCSS
---------------------------------------------------*/
#rightbox{
	width:220px;
	float: right;
	margin-bottom: 20px;
}


.pager_box{
	width:770px;
	float:left;
	text-align:center;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;

}


/*	font custom */
.font-blue-bold {
    color: #006699;
    font-size: 16px;
    font-weight: bold;
}


.font-black-bold {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}




/* 企業情報 */
.companyname {
	font-size: 16px;
	font-weight: bold;
}

.companydetailleft {
	width:260px;
//	height:200px;
	height:auto;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:200px;
}
.companydetailleft img {
	vertical-align:middle;
}
.companydetailright {
	float:right;
	width:480px;
/*	height:80px;*/
	height:200px;
	height:auto;
}


/*50音索引スタイル*/
.links {
    clear: left;
    margin-bottom: 1em;
    text-align: center;
}


/*2013/12/18 loan*/
.loan_table1{
	width:770px;
	height:300px;
	border-style:hidden;
	line-height:1.5em;
	margin-bottom:40px;
}
.loan_th1{
	text-align:center;
	font-weight:bold;
	line-height:1.5em;
	background-color:#0A3162;
	color:#FFFFFF;
}
.loan_td1{
	text-align:center;
	border-style:hidden;
	line-height:1.5em;
}


.loan_table2{
	width:770px;
	height:50px;
	margin-bottom:20px;
}
.loan_table_sub{
	width:770px;
	margin-bottom:20px;
}
.loan_th2{
	text-align:center;
	font-weight:bold;
	line-height:1.5em;
	background-color:#E5ECEF;
	color:#000000;
}
.lh15em{
	line-height:1.5em;
}
.w70{
	width:70px;
}
.w80{
	width:80px;
}
.w170{
	width:170px;
}
.w160{
	width:160px;
}
.w140{
	width:140px;
}
.w130{
	width:130px;
}
.w120{
	width:120px;
}
.w110{
	width:110px;
}
.w760{
	width:760px;
}
.pdl5r5{
	padding-left:5px;
	padding-right:5px;
}

.seminar_entry{
  width: 100%;
}

.seminar_entry > div{
  width: 48%;
  float: left;
  text-align: center;
}
.seminar_entry > div:nth-child(1){
  margin-left: 3%;
}
.seminar_entry img{
  margin: 0;
}

.seminar_entry a:hover{
  opacity: 0.7;
}

/* カウントダウンのスタイル */
.countDown{
  background-color: #e32404;
  color: #FFF;
  padding: 10px 0 15px 0;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}
.countDown p{
  text-align: center;
  font-size: 35px;
  font-weight: bold;
	color: #FFF;
}
.countDown .countDownTimer{
  line-height: 1 !important;
  margin:0 auto;
  font-weight: normal;
  font-size: 21px;
  text-align: center;
}

.countDown .countDownTimer span{
  font-size: 46px;
  font-weight: bold;
}

.countDown .TimeMS{
  display: inline-block;
  width: 66px;
}


.ly-1 p,
.ly-1 .imgwrap{
  float: left;

}
.ly-1 .imgwrap{
  width: 300px;
}
.ly-1 .imgwrap img{
  width: 100%;
  height: 200px;
  margin: 0 !important;
}

.ly-1 p{
  width: 450px;
  margin-right: 20px;
}


.privacyWrap div{
	margin-bottom: 20px;
	line-height: 1.5;
}

.privacyWrap ul{
	margin-bottom: 20px;
	line-height: 1.5;
}
.privacyWrap li{
	margin-bottom: 10px;
}


span.highlight{
	background: linear-gradient(transparent 40%, #fff94a 40%);
	/*background-color: #fff94a;*/
}

#fixbanner{
	position: fixed;
	bottom: 10px;
	right: 0;
	z-index: 500;
}
#fixbanner .close{
	position: absolute;
	left: -15px;
	top:-15px;
	cursor: pointer;
}


/* Pマーク */
.p_mark {
	background-color:#FFF;
	padding:15px;
	border:1px solid #B7B7B7;
	margin-top:30px
}

.p_mark img {
	width: 80px;
}

.p_mark p {
	font-size: 12px;
}
/* セミナーページ表組み */
#leftbox02-contens table.seminar_details{
	width:770px;
	font-size: 16px;
	margin:10px 0px;
	border-collapse:separate;
	border-spacing:1px;
	background:#ddd;
	border: none;
}
#leftbox02-contens table.seminar_details th,
#leftbox02-contens table.seminar_details td {
	padding:5px 10px;
	line-height:1.6;
	border:1px solid #fff;
}

#leftbox02-contens table.seminar_details th {
	width:100px;
	background:#f2f2f2;
	color:#333;
	text-align:right;
	vertical-align: top;
}
#leftbox02-contens table.seminar_details td {
	background:#fff;
	border:none; 
}



