@charset "utf-8";
/* CSS Document */

/* ログイン　ログインボタン */
.main input.btn-login2 {
	width:182px;
	height:37px;
	background: url(../img/button/button_login_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-login2 {
	padding-top:50px;
}

/* ログイン　ログインボタン　ホバー */
.main input.btn-login2:hover {
	background: url(../img/button/button_login_on.jpg) no-repeat 0 0;
}

/* ログイン　新規ユーザー登録 */
.main .box-new {
	width: 450px;
	border: 1px solid #ddd;
	background: #FFF;
	box-shadow: 0 0 4px #ccc;
	border-radius: 5px;
	padding: 20px 95px 40px;
	margin: 20px auto;
	text-align:center
}

/* ログイン　新規ユーザー登録　新規登録ボタン */
.main input.btn-register_u {
	width:182px;
	height:37px;
	background: url(../img/button/button_register_u_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-register_u {
	padding-top:50px;
}

/* ログイン　新規ユーザー登録　新規登録ボタン　ホバー */
.main input.btn-register_u:hover {
	background: url(../img/button/button_register_u_on.jpg) no-repeat 0 0;
}



/* パスワード　パスワード再発行　メール送信ボタン */
.main input.btn-mail {
	width:182px;
	height:37px;
	background: url(../img/button/button_mail_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-mail {
	padding-top:50px;
}

/* パスワード　パスワード再発行　メール送信ボタン　ホバー */
.main input.btn-mail:hover {
	background: url(../img/button/button_mail_on.jpg) no-repeat 0 0;
}




/* パスワード　パスワード再発行終了　戻るボタン */
.main input.btn-back {
	width:182px;
	height:37px;
	background: url(../img/button/button_back_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-back {
	padding-top:50px;
}

/* パスワード　パスワード再発行終了　戻るボタン　ホバー */
.main input.btn-back:hover {
	background: url(../img/button/button_back_on.jpg) no-repeat 0 0;
}




/* パスワード　パスワード変更　パスワード変更ボタン */
.main input.btn-pass {
	width:182px;
	height:37px;
	background: url(../img/button/button_pass_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-pass {
	padding-top:50px;
}

/* パスワード　パスワード変更　パスワード変更ボタン　ホバー */
.main input.btn-pass:hover {
	background: url(../img/button/button_pass_on.jpg) no-repeat 0 0;
}



/* 利用方法 */

.main .menu {
	width:80%;
	margin:0px auto 20px;
}

.main .menu .menu_in {
	width:29%;
	float:left;
	margin:0px 15px;
	font-size:120%;
}

.main .menu .menu_in a {
	display:block;
	padding:20px;
	text-align:center;
	border:solid 4px #CCC;
}

.main .menu .menu_in a:hover {
	display:block;
	background-color:#FFC;
	color:#009;
	text-decoration:underline;
}

.clear {
	clear:both;
}

.main .faq_waku {
	width:920px;
	margin:0px 20px 30px;
	padding:10px;
}

.main .faq_waku2 {
	width:920px;
	margin:0px 20px 0px;
	padding:10px;
}

.main .nagare_1 {
	width:900px;
	border:none;
	margin:15px 10px;
}

.main .nagare_1 th {
	font-weight:normal;
	color:#F00;
}

.main .nagare_1 td {
	padding:20px 8px;
	text-align:center;
}

.main .nagare_1 .line {
	border: solid 1px #ccc;
	width:130px;
	vertical-align:top;

}

.main .nagare_1 .line2 {
	border: solid 1px #ccc;
	width:180px;
	vertical-align:top;

}

.main .faq_box {
	margin:15px 0px 20px;
}

h4.faq {
	background-image:url(../img/icon/ico_h4_faq.gif);
	background-repeat:no-repeat;
	background-position:10px 6px;
	padding:5px 20px 5px 33px;
	background-color: #E1E1E1;
	border-radius:5px;
}

h4.faq2 {
	padding-top:20px;
}

.main .faq_p {
	padding-left:20px;
	background-image:url(../img/icon/con_dott.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	margin:10px 10px 10px 0px;	
}

.main .faq_p_e {
	padding-left:20px;
	background-image:url(../img/icon/con_dott.gif);
	background-repeat:no-repeat;
	background-position:4px 2px;
	margin:10px 10px 30px 0px;	
}

.main .faq_waku p {
	margin-bottom:10px;
}	

.main .faq_waku2 p {
	margin-bottom:10px;
}

.main .faq_p_ti {
	margin:10px 10px 10px 0px;
	font-weight:bold;
}

.main .faq_box_left {
	width:500px;
	margin-right:10px;
	float:left;
}	
	
	
.main .faq_box_right {
	width:400px;
	float:left;
	border: solid 1px #CCC;
}
	
.main .faq_r {
	text-align:right;	
}


/* jin 追加 */
.main .wrap_guide1 {
	border:2px solid #509fff;
	margin-bottom:10px;
	}
.main .wrap_guide1 h3{
	font-size:18px; 
	background:#509fff; 
	color:#ffffff;
	padding:5px 20px;
	border-left:none;
	border-bottom:none;
	}
.main .wrap_guide1 .innerBox{
	margin:0 20px;
}

.main .wrap_guide1 h4{
    background: #bbdbff;
	border:1px solid #afd1fa;
    border-radius: 100px;
    padding: 5px 10px;
	margin:0 0 20px;
	color:#333333;
}

.main .wrap_guide1 h5{
	border-bottom:2px dotted #cccccc;
    padding: 5px 10px;
	margin:0 0 10px;
	color:#0d61c8;
}

.main .wrap_guide1 h6{
	margin:0 0 10px;
	color:#0d61c8;
}

.main .wrap_guide1 p{
	margin:0 20px 10px;
}	

.main .wrap_guide1 span.flow_step{
	color:#509fff;
	font-weight:bold;
}

.main .wrap_guide1 ul{
	margin:0 0 0 20px;
}

.main .wrap_guide1 li{
	margin-bottom:10px;
	margin-left:10px;
}

.main .wrap_guide1 table{
	border:none;
}
.main .wrap_guide1 .tb_guide th{
	border:1px solid #afd1fa;
	background:#ebf4fe;
	padding:5px;
	text-align:left;
	vertical-align:top;
	width:150px;
	font-weight:normal;
	font-size:90%;
}

.main .wrap_guide1 .tb_guide th img{
	margin-right:5px;
	vertical-align:-3px;
}

.main .wrap_guide1 .tb_guide td{
	border:1px solid #afd1fa;
	background:#ebf4fe;
	padding:5px;
	vertical-align:top;
	font-size:90%;
}

.main .faq_name {
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
}




/* お知らせ　一覧 */
.base_info {
	width: 100%;
}

.base_info tr.color {
	background-color:#F5F5F5;
}

.base_info th {
	padding:7px;
	background: #eeeeee;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;	
	border-right: 1px dotted #ccc;
	/*border-bottom: 1px dotted #cccccc;*/
	vertical-align: top;
	text-align: center;
}

.base_info td {
	padding:10px 7px;
	border-bottom:dotted 1px #CCC;
}

.base_info td .date {
	width:19%;
	background-image: url(../img/icon/icon_arrow_red.jpg);
	background-repeat:no-repeat;
	background-position:10px 5px;
	padding-left:30px;
	margin-top:5px;
	float:left;
}

.base_info td .name {
	float:right;
	text-align:left;
	width:73%;
	margin-top:0px;
}

.base_info th .date2 {
	width:180px;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	float:left;
}

.base_info th .name2 {
	float:right;
	text-align:left;
	font-weight:bold;
	width:700px;
	margin-top:5px;
	padding-left:20px;
}


/* お知らせ　一覧へ戻るボタン */
.main input.btn-news {
	width:182px;
	height:37px;
	background: url(../img/button/button_news_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-news {
	padding-top:50px;
}

/* お知らせ　一覧へ戻るボタン　ホバー */
.main input.btn-news:hover {
	background: url(../img/button/button_news_on.jpg) no-repeat 0 0;
}



/* お問い合わせ　確認するボタン */
.main input.btn-check {
	width:182px;
	height:37px;
	background: url(../img/button/button_check_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-check {
	padding-top:50px;
}

/* お問い合わせ　確認するボタン　ホバー */
.main input.btn-check:hover {
	background: url(../img/button/button_check_on.jpg) no-repeat 0 0;
}




/* お問い合わせ　内容を修正するボタン */
.main input.btn-revise2 {
	width:182px;
	height:37px;
	background: url(../img/button/button_revise_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-revise2 {
	padding-top:50px;
}

/* お問い合わせ　内容を修正するボタン　ホバー */
.main input.btn-revise2:hover {
	background: url(../img/button/button_revise_on.jpg) no-repeat 0 0;
}



/* お問い合わせ　送信するボタン */
.main input.btn-sent {
	width:182px;
	height:37px;
	background: url(../img/button/button_sent_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-sent {
	padding-top:50px;
}

/* お問い合わせ　送信するボタン　ホバー */
.main input.btn-sent:hover {
	background: url(../img/button/button_sent_on.jpg) no-repeat 0 0;
}



/* お問い合わせ　ＴＯＰに戻るボタン */
.main input.btn-top {
	width:182px;
	height:37px;
	background: url(../img/button/button_top_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-top {
	padding-top:50px;
}

/* お問い合わせ　ＴＯＰに戻るボタン　ホバー */
.main input.btn-top:hover {
	background: url(../img/button/button_top_on.jpg) no-repeat 0 0;
}



/* エントリー　登録するボタン */
.main input.btn-register2 {
	width:182px;
	height:37px;
	background: url(../img/button/button_register_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-register2 {
	padding-top:50px;
}

/* エントリー　登録するボタン　ホバー */
.main input.btn-register2:hover {
	background: url(../img/button/button_register_on.jpg) no-repeat 0 0;
}



/* ユーザー情報　中止するボタン */
.main input.btn-stop {
	width:182px;
	height:37px;
	background: url(../img/button/button_stop_off.jpg) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer; 
}

;;body .main input.btn-stop {
	padding-top:50px;
}

/* ユーザー情報　中止するボタン　ホバー */
.main input.btn-stop:hover {
	background: url(../img/button/button_stop_on.jpg) no-repeat 0 0;
}

