/* common */
/*-----------------------------------------------------------------------------*/
#header{
	margin-bottom:10px;
}
#header .name_area{
	position:absolute;
	bottom:10px;
	right: 10px;
	color:#555;
	font-weight:bold;
}

/* 2015.02.10 add ------------------------ */
.last_login_area {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: right;
  width: 720px;
}
.last_login_area .last_login{
	font-size:72%;
  font-weight:normal;
}
.last_login_area .last_login span{
  display:inline-block;
  margin-right:0.5em;
  font-weight:bold;
}
#approval_num_area {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: relative;
  text-align: right;
  width: 720px;
}
#approval_num_area #approval_num {
	font-size:72%;
}
/* ------------------------ 2015.02.10 add */

#content {
	padding: 10px 0;
}
#content .section{
	padding-bottom: 30px;
}
#content p{
	margin-bottom:0;
}
#content em{
	font-weight:normal;
}
#content table{
	table-layout:fixed
}
/* 161216 add */
#content em.spDsipTitle{
	display: none;
}
#content span.spNobr{
	display: block;
	text-align: center;
}
#content span.spView{
	display: none;
}
/* 161216 add end */

/* title */
#content h2 span {
    padding: 0 10px;
	text-align:left ;
}
#content .h2ttl_plan h2{
	overflow:hidden;
	*zoom:1;
}
#content .h2ttl_plan span{
	float:left;
}
#content .h2ttl_plan em{
	float:right;
	padding: 4px 10px 0 0;
	font-size:68.18%;
	font-weight:normal;
}
#content .h2ttl_plan em a{
	padding-left: 10px;
	background:url(../img/icon_arrow_red.gif) no-repeat 0 0.25em;
}
#content .h3ttl_sq{
	margin-bottom:20px;
}
#content .h4ttl{
	overflow:hidden;
	_zoom:1;
	margin-bottom:10px;
	padding-bottom:15px;
	background:url(../img/bg_title.gif) repeat-x 0 100%;
}
#content .h4ttl h4{
	float:left;
	margin-bottom:0;
	padding-left: 30px;
	background:url(../img/icon_title.gif) no-repeat 5px 0.25em;
}
#content .h4ttl em{
	float:left;
	display:block;
	padding-left: 15px;
}
#content .h4ttl em a{
	display:block;
	width:50px;
	height:24px;
	background:url(../img/btn_change.gif) no-repeat;
	text-indent:-9999px;
}
#content .h4ttl em a:hover{
    opacity: 0.70;
    filter: alpha(opacity=70);
}
#content .title_red em{
	display:block;
	width:720px;
	height:47px;
	margin-bottom:15px;
	text-indent: -9999px;
}

/* table */
#content table{
	width:720px;
}
#content table th{
	width:237px;
	text-align:left;
}
#content table.plan tr td.highlight {
    background-color: #fff9c6;
}
/* add20180313 */
#content table.plan tr th.set ,
#content table.plan tr.shop_num{
	outline: 5px solid #c00;
}
#content table.plan tr.shop_num span.emphasis{
	color:#c00;
	padding: 0;
	font-weight:bold;
}
#content table tr td {
    padding: 6px 8px;
}
#content table input ,
#content table textarea{
/*	border: 1px solid #bbb;*/
}
#content table input.disabled ,
#content table textarea.disabled{
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	color:#333;
}
#content table select.disabled{
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	color:#333;
}

/* name_area */
#content .name_area{
	padding: 0 8px 8px;
	margin-bottom:20px;
	color:#555;
	font-weight:bold;
	border-bottom:1px solid #ddd;
/*	background-color:#eee;*/
}

/* navi */
#content .navi_step1{
	width:720px;
	height:40px;
	margin-bottom:20px;
	background:url(../img/navi_step1.gif) no-repeat;
	text-indent:-9999px;
}
#content .navi_step2{
	width:720px;
	height:40px;
	margin-bottom:20px;
	background:url(../img/navi_step2.gif) no-repeat;
	text-indent:-9999px;
}
#content .navi_step3{
	width:720px;
	height:40px;
	margin-bottom:20px;
	background:url(../img/navi_step3.gif) no-repeat;
	text-indent:-9999px;
}
#content .navi_step4{
	width:720px;
	height:40px;
	margin-bottom:20px;
	background:url(../img/navi_step4.gif) no-repeat;
	text-indent:-9999px;
}
#content .navi_step5{
	width:720px;
	height:40px;
	margin-bottom:20px;
	background:url(../img/navi_step5.gif) no-repeat;
	text-indent:-9999px;
}
#content .navi_step6{
	width:720px;
	height:40px;
	margin-bottom:20px;
	background:url(../img/navi_step6.gif) no-repeat;
	text-indent:-9999px;
}

/* btn_area */
#content .btn_area{
	overflow:hidden;
	_zoom: 1;
	margin:0 auto;
/*	margin:30px auto 0;*/
	text-align:center;
	letter-spacing: -.40em;
	}
#content .btn_area input{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:172px;
	height:43px;
	_height:44px;
	margin: 0 4px;
	*margin: 0 2px;
	border: 0;
	letter-spacing: normal;

}
#content .btn_area input:hover{
	cursor: pointer;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	zoom:1;
}
#content .btn_area input.btn_prev{
	background: url(../img/pc_btn_prev.gif) no-repeat;
}
#content .btn_area input.btn_next{
	background: url(../img/pc_btn_next.gif) no-repeat;
}
#content .btn_area input.btn_pay{
	background: url(../img/pc_btn_pay.gif) no-repeat;
}
#content .btn_area input.btn_stop{
	background: url(../img/pc_btn_stop.gif) no-repeat;
}
#content .btn_area input.btn_card{
	width:189px;
	background: url(../img/pc_btn_card.gif) no-repeat;
}
#content .btn_area input.btn_entry{
	background: url(../img/pc_btn_entry.gif) no-repeat;
}
#content .btn_area input.btn_entry.noact{
	background: url(../img/pc_btn_entry_noact.gif) no-repeat;
	cursor:default;
	opacity: 1.0;
}
#content .btn_area input.btn_kaiyaku{
	background: url(../img/pc_btn_kaiyaku.gif) no-repeat;
}
#content .btn_area input.btn_keizoku_stop{
	background: url(../img/pc_btn_keizoku_stop.gif) no-repeat;
}
#content .btn_area input.btn_kanyu_detail{
	background: url(../img/pc_btn_kanyu_detail.gif) no-repeat;
}
#content .btn_area input.btn_print{
	background: url(../img/pc_btn_print.gif) no-repeat;
}
#content .btn_area input.btn_change_detail{
	background: url(../img/pc_btn_change_detail.gif) no-repeat;
}
#content .btn_area input.btn_back_plan{
	background: url(../img/pc_btn_back_plan.gif) no-repeat;
}
#content .btn_area input.btn_finish{
	background: url(../img/pc_btn_finish.gif) no-repeat;
}
#content .btn_area input.btn_change{
	background: url(../img/pc_btn_change_l.gif) no-repeat;
}
#content .btn_area input.btn_yes{
	background: url(../img/pc_btn_yes.gif) no-repeat;
}
#content .btn_area input.btn_no{
	background: url(../img/pc_btn_no.gif) no-repeat;
}
#content .btn_area input.btn_close{
	background: url(../img/pc_btn_close.gif) no-repeat;
}
#content .btn_area input.btn_request{
	width:302px;
	background: url(../img/pc_btn_request.gif) no-repeat;
}
#content .btn_area input.btn_tosave{
	background: url(../img/pc_btn_tosave.gif) no-repeat;
}
#content .btn_area input.btn_save{
	background: url(../img/pc_btn_save.gif) no-repeat;
}
#content .btn_area input.btn_sight{
	background: url(../img/pc_btn_sight.gif) no-repeat;
}
#content .btn_area input.btn_entry_kouza{
	background: url(../img/pc_btn_entry_kouza.gif) no-repeat;
}
#content .btn_area input.btn_send{
	background: url(../img/pc_btn_send.gif) no-repeat;
}
#content .btn_area input.btn_to_login{
	background: url(../img/pc_btn_to_login.gif) no-repeat;
}
#content .btn_area input.btn_mail_reset{
	background: url(../img/pc_btn_mail_reset.gif) no-repeat;
}
#content .btn_area input.btn_register{
	background: url(../img/pc_btn_entry.gif) no-repeat;
}
#content .btn_area input.btn_register.noact{
	background: url(../img/pc_btn_register.gif) no-repeat;
	cursor:default;
	opacity: 0.6;
}
/* btn_cancel add161216 */
/*-----------------------------------------------------------------------------*/
.btn_cancel_area {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
//  text-align: right;
  width: 720px;
}
.btn_cancel_area #btn_cancel{
	overflow: hidden;
	padding-bottom: 15px;	
}
.btn_cancel_area #btn_cancel a{
	float: right;
	display: block;
	width: 100px;
	height: 24px;
	background: url(../img/pc_btn_cancel.gif) no-repeat;
	text-indent: -9999px;
}
.btn_cancel_area #btn_cancel a:hover{
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	zoom:1;
}


/* encryption */
/*-----------------------------------------------------------------------------*/
#content.encryption .section{
	padding-bottom:0;
}
#content.encryption .cautionBox{
	margin: 20px 0 50px;
	padding: 30px 15px;
	background-color:#fff2f2;
	border: 1px solid #c00;
}
#content.encryption .cautionBox p{
	font-size:87.5%;
	font-weight:bold;
	line-height:2em;
	text-align:left;
}
#content.encryption .cautionBox p em{
	color:#c00;
	font-weight:bold;
}

/* input_mail */
/*-----------------------------------------------------------------------------*/
#content.input_mail p.flow{
	padding: 0  0 15px 10px;
}
#content.input_mail .cautionBox{
	overflow:hidden;
	*zoom: 1;
	margin:0 0 30px;
	padding: 15px;
	background-color:#fff2f2;
	border: 1px solid #c00;
}
#content.input_mail .cautionBox p{
	float:left;
	width:584px;
	font-size:87.5%;
	font-weight:bold;
	padding-right:15px;
	border-right:1px solid #ffc4c4;
}
#content.input_mail .cautionBox .confirm{
	float:left;
	width:65px;
	padding: 25px 0 0 15px;
}
#content.input_mail .cautionBox .confirm input {
	width: 18px; 
	height:18px; 
	vertical-align:middle; 
	border:1px;
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 1.15 , 1.15 );
}
#content.input_mail .cautionBox .confirm label{
	font-size:87.5%;
	vertical-align:middle;
}
#content.input_mail .title_red em{
	background:url(../img/title_input_mail.gif) no-repeat;
}
#content.input_mail .read p{
	padding: 0 10px 15px;
}
#content.input_mail .read p a{
	margin: 0 5px;
}
#content.input_mail .table_area em{
	clear:both;
	display:block;
	padding-top:5px;
	color:#c00;
	font-size:91.48%;
	font-weight:normal;
}
#content.input_mail .table_area th span{
	font-weight:bold;
}
#content.input_mail .table_area .fmInput{
	float:left;
}
#content.input_mail .table_area td span{
	float:left;
	display:block;
	padding:0 10px;
}
#content.input_mail .table_area .fmInput input{
	width:13em;
}
/* 20161216 add */
#content.input_mail .title_red.onetime_pass em{
	background:url(../img/title_onetime_pass.gif) no-repeat;
}
#content.input_mail .confirmBox{
	padding-bottom: 15px;
}
#content.input_mail .confirmBox p{
	font-size: 14px;
}
#content.input_mail .btn_confirm{
	padding: 10px 0 0 0;
}
#content.input_mail .pamphlet{
	padding: 0 0 10px 0;
}
#content.input_mail .btn_confirm ul{
	text-align: center;
}
#content.input_mail .btn_confirm li{
	display: inline-block;
	padding: 0 10px;
}
#content.input_mail .btn_confirm li a{
	display: block;
	width: 159px;
	height: 43px;
	text-indent: -9999px;
}
#content.input_mail .btn_confirm li.btn_guide a{
	background: url(../img/pc_btn_guide.gif) no-repeat;
}
#content.input_mail .btn_confirm li.btn_about a{
	background: url(../img/pc_btn_about.gif) no-repeat;
}
#content.input_mail .btn_confirm li a:hover{
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		opacity: 0.7;
}
#content.input_mail .cosentBox{
	padding: 20px 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
#content.input_mail .cosentBox ul{
	padding: 0 0 0 1em;
	margin: 0;
	text-align: center;
	text-indent: -1em;
}
#content.input_mail .cosentBox li{
	display: inline-block;
	padding: 0 15px;
}
/* add20180316 */
#content.input_mail .cosentBox li.no_use{
	color: #ccc;
}
/* add20180316 end */
#content.input_mail .cosentBox input{
	position: relative;
	top:-3px;
	margin-right: 5px;
}
#content.flow .title_red em{
	background:url(../img/title_flow.gif) no-repeat;
}
#content.input_mail .pamphlet p{
	text-align: center;
}
/* add20231129 end */
#content.input_creditcard .title_red em{
	background:url(../img/title_input_creditcard.gif) no-repeat;
}

/* 161216 sekiguchi add */
/* input_password */
/*-----------------------------------------------------------------------------*/
#content.input_password .inputBox{
	margin: 20px 0;
	padding: 30px 15px;
	border: 5px solid #ddd;
}
#content.input_password .inputBox p{
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#content.input_password .input_area{
	text-align: center;
}
#content.input_password .input_area .input_pass{
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
}


/* 2015.01.26 a.takeuchi add --------------------------- */
/* introduction */
/*-----------------------------------------------------------------------------*/
#content.introduction p.flow{
	padding: 0  0 15px 10px;
}
#content.introduction .cautionBox{
	overflow:hidden;
	*zoom: 1;
	margin:0 0 30px;
	padding: 15px;
	background-color:#fff2f2;
	border: 1px solid #c00;
}
#content.introduction .cautionBox p{
	float:left;
	width:584px;
	font-size:87.5%;
	font-weight:bold;
	padding-right:15px;
	border-right:1px solid #ffc4c4;
}
#content.introduction .cautionBox .confirm{
	float:left;
	width:65px;
	padding: 25px 0 0 15px;
}
#content.introduction .cautionBox .confirm input {
	width: 18px; 
	height:18px; 
	vertical-align:middle; 
	border:1px;
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 1.15 , 1.15 );
}
#content.introduction .cautionBox .confirm label{
	font-size:87.5%;
	vertical-align:middle;
}
#content.introduction .title_red em{
	background:url(../img/title_introduction.gif) no-repeat;
}
#content.introduction .read p{
	padding: 0 10px 15px;
}
#content.introduction .read p a{
	margin: 0 5px;
}
#content.introduction .table_area em{
	clear:both;
	display:block;
	padding-top:5px;
	color:#c00;
	font-size:91.48%;
	font-weight:normal;
}
#content.introduction .table_area th span{
	font-weight:bold;
}
#content.introduction .table_area .fmInput{
	float:left;
}
#content.introduction .table_area td span{
	float:left;
	display:block;
	padding:0 10px;
}
#content.introduction .table_area .fmInput input{
	width:13em;
}
/* --------------------------- 2015.01.26 a.takeuchi add */

/* send_mail */
/*-----------------------------------------------------------------------------*/
#content.send_mail .section{
	padding-bottom:0;
}
#content.send_mail .infoBox{
	margin:20px 0 50px;
	padding: 30px 15px;
	background-color:#f5f5f5;
	border: 1px solid #ddd;
}
#content.send_mail .infoBox p{
	font-size:87.5%;
	font-weight:bold;
	line-height:2em;
	text-align:center;
}

/* information add161216 */
/*-----------------------------------------------------------------------------*/
#content.information .section{
	padding-bottom:0;
}
#content.information .infoBox{
	margin:20px 0 50px;
	padding: 30px 15px;
	background-color:#f5f5f5;
	border: 1px solid #ddd;
}
#content.information .infoBox p{
	font-size:87.5%;
	font-weight:bold;
	line-height:2em;
	text-align:center;
}

/* input_detail */
/*-----------------------------------------------------------------------------*/
#content.input_detail .title_red em{
	background:url(../img/title_input_detail.gif) no-repeat;
}
#content.input_detail th.required{
	background:url(../img/icon_required.gif) no-repeat 96% 50%;
	width: 209px;
	padding-right: 35px;
}
#content.input_detail th.additional{
	background:url(../img/icon_additional.gif) no-repeat 96% 50%;
}
#content.input_detail p.ex{
	padding: 0 15px 10px;
}
#content.input_detail p.ex em{
	color:#c00;
	font-weight: bold;
}
#content.input_detail span.red_letter{
	color:#c00;
}
#content.input_detail span.underline{
	border-bottom: solid;
	border-color: #c00;
	border-width: 3px;
}
#content.input_detail span.char{
	float:left;
	padding-left:10px;
	line-height:1.5247;
}
/* a.takeuchi add -------- */
#content.input_detail .seiKan input,
#content.input_detail .meiKan input,
#content.input_detail .seiKana input,
#content.input_detail .meiKana input,
#content.input_detail .fmAdress input,
#content.input_detail .fmAdressKana input,
#content.input_detail .fmJob input{
  ime-mode:active;
}
#content.input_detail .fmZip input,
#content.input_detail .fmBrith input,
#content.input_detail .fmTell input,
#content.input_detail .fmMobile input,
#content.input_detail .fmMail input,
#content.input_detail .fmMail2 input{
  ime-mode:disabled;
}
#content.input_detail .fmZip button {
  text-align:center;
}
/* -------- a.takeuchi add */
#content.input_detail .seiKana,
#content.input_detail .seiKan{
	padding-right:10px;
}
/* 2015.01.22 a.takeuchi delete -------------------- 
#content.input_detail .seiKana,
#content.input_detail .meiKana,
#content.input_detail .seiKan,
#content.input_detail .meiKan{
	width:140px;
	float:left;
}
-------------------- 2015.01.22 a.takeuchi delete */
#content.input_detail .seiKana input,
#content.input_detail .meiKana input,
#content.input_detail .seiKan input,
#content.input_detail .meiKan input{
	width:15em;
}
#content.input_detail .seiKana em,
#content.input_detail .meiKana em,
#content.input_detail .seiKan em,
#content.input_detail .meiKan em{
	display:block;
	padding-top:3px;
	font-size:83.862%;
	font-weight:normal;
}
#content.input_detail em.caution, /* a.takeuchi add */
#content.input_detail .fmJob em.caution, /* a.takeuchi add */
#content.input_detail .fmAdressKana em.caution /* a.takeuchi add */
#content.input_detail .fmMemberNum em.caution,
#content.input_detail .fmScord em.caution,
#content.input_detail .fmPass em.caution,
#content.input_detail .fmVender em.caution{
	display:block;
	padding-top:3px;
	color:#c00;
	font-size:83.862%;
	font-weight:normal;
}
#content.input_detail .fmScord em.caution{
	padding-left:1em;
	text-indent:-1em;
}
#content.input_detail .fmTell,
#content.input_detail .fmMobile{
	float:left;
}
#content.input_detail .fmAdress input,
#content.input_detail .fmJob input,
#content.input_detail .fmAdressKana input,
#content.input_detail .fmPass input,
#content.input_detail .fmPass2 input{
	width:24em;
}
#content.input_detail .fmTell input,
#content.input_detail .fmMobile input{
	width:4em;
}
#content.input_detail .fmMail input,
#content.input_detail .fmMail2 input{
	width:13em;
}
#content.input_detail .fmVender input{
	margin-right:10px;
}

#content.input_detail .fmAdress span.midashi,
#content.input_detail .fmAdressKana span.midashi{
	clear:both;
	float:left;
	display:inline-block;
	width:150px;
	padding-right:10px;
	line-height:1.5247;
}
#content.input_detail .fmAdressKana select, /* a.takeuchi add */
#content.input_detail .fmAdress select{
	float:left;
	display:inline-block;
	margin:0 0 2px 0;
}

#content.input_detail .fmZip input{
	width:5em;
	vertical-align:baseline;
}
#content.input_detail .fmZip button{
	*padding:1px 0 0;
	*border:1px solid #acacac;
}
#content.input_detail .fmAdress input.adress1,
#content.input_detail .fmAdress input.adress2,
#content.input_detail .fmAdress input.adress3{
	width:21em;
}
#content.input_detail .fmBrith select{
	height:22px;
	vertical-align:baseline;
}
#content.input_detail .fmBrith input{
    width:4em;
    height:1.05em;
    margin: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding: 3px;
    vertical-align:baseline;
}

#content.input_detail table input,
#content.input_detail table textarea{
	margin: 2px 0;
}
#content.input_detail .fmMemo textarea{
	width:34em;
}
#content.input_detail .tokuyakuBtnArea{
	padding: 0 10px 15px;
	border-bottom: 1px solid #ddd;
}
#content.input_detail .tokuyakuBtnArea ul{
	overflow:hidden;
	*zoom:1;
	padding:0;
}
#content.input_detail .tokuyakuBtnArea li{
	float:left;
}
#content.input_detail .tokuyakuBtnArea li a{
	display:block;
	text-indent:-9999px;
}
#content.input_detail .tokuyakuBtnArea li a:hover{
	cursor: pointer;
    filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
	zoom:1;
}
#content.input_detail .tokuyakuBtnArea li#btnPrivacy{
	padding-right:10px;
}
#content.input_detail .tokuyakuBtnArea li#btnPrivacy a{
	width:430px;
	height:60px;
	background:url(../img/btn_torisetsu.gif) no-repeat;
}
#content.input_detail .tokuyakuBtnArea li#btnTokuyaku a{
	width:260px;
	height:60px;
	background:url(../img/btn_tokuyaku.gif) no-repeat;
}

#content.input_detail .cautionBox{
	overflow:hidden; /* 20160405 yip add */
	*zoom: 1; /* 20160405 yip add */
	margin:0 0 30px; /* 20160405 yip add */
	padding: 15px;
	background-color:#fff2f2;
	border: 1px solid #c00;
}
#content.input_detail .cautionBox span.info {
	display:block;
	padding-bottom:2px;
	text-align:center;
	color:#c00;
	font-size:75%;
}
#content.input_detail .cautionBox em {
	display:block;
	font-size:87.5%;
	font-weight:bold;
	text-align:center;
}
#content.input_detail .cautionBox em a{
	color:#333;
}
/* 20160405 yip add ------------------ */
#content.input_detail .cautionBox .paragraph{
	float:left;
	width:564px;
	font-weight:bold;
	padding-right:15px;
	border-right:1px solid #ffc4c4;
}
#content.input_detail .cautionBox p{
	font-size:87.5%;
}
/* add161216 */
#content.input_detail .cautionBox .indent{
	position: relative;
	padding-left: 1em;
/*	padding-left:1em;
	text-indent:-1em;
*/
}
#content.input_detail .cautionBox .indent .mark{
	position: absolute;
	top: 0;
	left: 0;
}
/* add161216 end */
#content.input_detail .cautionBox .paddingl{
	padding-left:1em;
}
#content.input_detail .cautionBox .confirm{
	float:left;
	width:85px;
	padding: 25px 0 0 15px;
}
/* add161216 */
#content.input_detail .cautionBox.item1{
	display: table;
}
#content.input_detail .cautionBox.item1.last{
	margin-bottom: 0;
}
#content.input_detail .cautionBox.item1 .paragraph{
	float: none;
	display: table-cell;
	width:624px;
	vertical-align: middle;
}
/* add20180301 */
#content.input_detail .cautionBox.item1 .lastparagraph{
	float: none;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
/* add20180301 end */
#content.input_detail .cautionBox.item1 .confirm{
	float: none;
	display: table-cell;
	width:40px;
	padding: 0 0 0 15px;
	text-align: center;
	vertical-align: middle;
}
/* add161216 end */
#content.input_detail .cautionBox .confirm input {
	width: 18px; 
	height:18px; 
	vertical-align:middle; 
	border:1px;
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 1.15 , 1.15 );
}
#content.input_detail .cautionBox .confirm label{
	font-size:87.5%;
	vertical-align:middle;
}
/* ------------------ 20160405 yip add */

/* a.takeuchi add ------------------ */
#content.input_detail .memo_head {
  margin-top:15px; 
}
#content.input_detail .memo_head .open_memo {
  margin-top:5px; 
}
#content.input_detail .open_memo {
  margin-top:15px; 
  font-size:87%;
  color:#005bac;
  cursor:pointer;
}
#content.input_detail .open_memo:hover {
  color:red;
  text-decoration:underline;
}
#content.input_detail .open_memo .is_open {
	font-family:"Osaka?等幅","ＭＳ ゴシック","monospace"; 
}

/* add 161216 */
#content.input_detail .fmWorkplace,
#content.input_detail .fmWorkplace_address{
	padding-bottom: 15px;
}
#content.input_detail .fmWorkplace .fm_work_place{
	padding-bottom: 5px;
}
#content.input_detail .fmWorkplace .fm_work_place input{
	width: 24em;
}
#content.input_detail .fmWorkplace .fmDetail .job_list ul{
	margin: 0;
	padding: 5px 0;
}
#content.input_detail .fmWorkplace .fmDetail .job_list li{
	display: inline-block;
}
#content.input_detail .fmWorkplace .fmDetail .job_list li input{
	margin-right: 5px;
	vertical-align: middle;
}
#content.input_detail .fmWorkplace .fmDetail .job_list li label{
	margin-right: 10px;
	vertical-align: middle;
}
#content.input_detail .fmWorkplace .fmDetail .job_caution{
	padding: 0;
}
#content.input_detail .fmWorkplace .fmDetail .job_caution p{
/*	text-indent: -3em;
	padding-left: 3em;
*/	color: #c00;
	font-size: 83.862%;
}
#content.input_detail .fmWorkplace .fmDetail .job_caution p{
	position: relative;
	padding-left: 3em;
}
#content.input_detail .fmWorkplace .fmDetail .job_caution p .mark{
	position: absolute;
	top:0;
	left: 0;
	width: 3em;
}

#content.input_detail .insured_transfer_th .insured_contractant_alias{
	width: 200px;
	word-wrap: break-word;
}

#content.input_detail .address .title,
#content.input_detail .address2 .title,
#content.input_detail .insured_transfer .title{
	display: inline-block;
	width: 80px;
	vertical-align: middle;
}
#content.input_detail .address .fmInput,
#content.input_detail .address2 .fmInput,
#content.input_detail .insured_transfer .fmInput{
	display: inline-block;
}

#content.input_detail .address .fmInput input,
#content.input_detail .address2 .fmInput input{
	width: 24em;
}
#content.input_detail .question_area{
	padding: 10px;
	background-color: #fff2f2;
	border: 1px solid #c00;
}
#content.input_detail .question_area em.title{
	display: block;
	font-weight: bold;
}
#content.input_detail .question_area .question{
	overflow: hidden;
	padding-top: 10px;
}
#content.input_detail .question_area .q_area{
/*	float: left;
	width: 310px;
*/	text-indent: -1em;
	padding-left: 1em;
}
#content.input_detail .question_area .q_area sup{
	color: #c00;
}
#content.input_detail .question_area .q_area .note{
	color: #c00;
}
#content.input_detail .question_area .a_area{
/*	float: left;*/
}
#content.input_detail .question_area .a_area .a_list li{
	display: inline-block;
	padding-right: 10px;
}
#content.input_detail .question_area .a_area input{
	margin-right: 5px;
	vertical-align: middle;
}
#content.input_detail .question_area .a_area label{
	vertical-align: middle;
}

#content.input_detail.charge_input .title_red em{
	background:url(../img/title_charge_input.gif) no-repeat;
}

#content.input_detail .fc_code .title,
#content.input_detail .shop_code .title,
#content.input_detail .fc_name .title,
#content.input_detail .shop_name .title,
#content.input_detail .mn_category .title,
#content.input_detail .mn_number .title,
#content.input_detail .code1 .title,
#content.input_detail .code2 .title,
#content.input_detail .pay_name .title,
#content.input_detail .pay_number .title,
#content.input_detail .bb_symbol .title,
#content.input_detail .bb_number .title,
#content.input_detail .kana .title,
#content.input_detail .name .title{
	display: inline-block;
	width: 120px;
	vertical-align: middle;
}
#content.input_detail .fc_code .fmInput,
#content.input_detail .shop_code .fmInput,
#content.input_detail .fc_name .fmInput,
#content.input_detail .shop_name .fmInput,
#content.input_detail .mn_category .fmInput,
#content.input_detail .mn_number .fmInput,
#content.input_detail .code1 .fmInput,
#content.input_detail .code2 .fmInput,
#content.input_detail .pay_name .fmInput,
#content.input_detail .pay_number .fmInput,
#content.input_detail .bb_symbol .fmInput,
#content.input_detail .bb_number .fmInput,
#content.input_detail .kana .fmInput,
#content.input_detail .name .fmInput{
	display: inline-block;
	width: 100px;
}

#content.input_detail.an_health .heath_caution{
/*	margin-bottom: 30px;*/
	padding: 10px 10px 0;
	border: 1px solid #c00;
	background-color: #fff2f2;
}
#content.input_detail.an_health .heath_caution ul{
	margin-bottom: 0;
}
#content.input_detail.an_health .heath_caution li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
#content.input_detail.an_health .heath_caution ul p{
	margin: 0;
}
#content.input_detail.an_health .heath_caution ul p,
#content.input_detail.an_health .heath_caution dl{
	font-size: 100%;
}
#content.input_detail.an_health .heath_caution .dairi dl{
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#content.input_detail.an_health .heath_caution .dairi dt{
	float: left;
	width: 6em;
	margin-left: 1em;
}
#content.input_detail.an_health .heath_caution .dairi dd{
	padding-left: 6em;
}

#content.input_detail.an_health .caution_agency_input {
  text-indent: -2.5rem;
  display: inline-block;
  margin-left: 1.5em;
}
#content.input_detail.an_health .head_list_indent {
  text-indent: -0.8rem;
  display: inline-block;
  margin-left: 1em;
}
#content.an_health .head_list_indent_parentheses {
  text-indent: -2.5rem;
  display: inline-block;
  margin-left: 2em;
}
#content.an_health .parent_health .head_list_indent_parentheses {
  text-indent: -2.5rem;
  display: inline-block;
  margin-left: 3em;
}
#content.an_health .parent_health .note .head_list_indent_parentheses {
  text-indent: -1.5rem;
  display: inline-block;
  margin-left: 2em;
}
#content.input_detail.an_health .head_indent {
  display: inline-block;
  margin-left: 1em;
}
#content.input_detail.an_health .lineheight_for_underline {
  line-height: 1.8em;
}

#content.input_detail.charge_input .h4ttl em{
	float: none;
	display: inline-block;
	margin-top: 3px;
	color: #c00;
	font-size: 81.25%;
}
#content.input_detail.charge_input .table-area{
	padding-bottom: 15px;
}

#content.input_detail.charge_input .cautionBox.hasYes{
	display: table;
}
#content.input_detail.charge_input .cautionBox.hasYes .paragraph{
	float: none;
	display: table-cell;
	width:604px;
	vertical-align: middle;
}
#content.input_detail.charge_input .cautionBox.hasYes .paragraph p{
	height: 28px;
	line-height: 28px;
	padding-right: 51px;
	background: url(../img/pc_icon_hissu_seiyaku.gif) no-repeat 100% 0;
}
#content.input_detail.charge_input .cautionBox.hasYes .confirm{
	float: none;
	display: table-cell;
	width:60px;
	padding: 0 0 0 15px;
	text-align: center;
	vertical-align: middle;
}
/* sekine add 20170926------------- */
#content.input_detail.charge_input .fmInput input[type=radio]{
  margin: 5px 0;
}
/* sekine add 20170926------------- */


#content.input_detail.charge_input .fmMemo input{
	box-sizing: border-box;
	width: 100%;
}

#content.input_detail.an_health .title_red em{
	background:url(../img/title_an_health.gif) no-repeat;
}
#content.input_detail.an_health.insured .title_red em{
	background:url(../img/title_an_health_insured.gif) no-repeat;
}
#content.input_detail.an_health .title_red.parent_conf em{
	background:url(../img/title_parent_conf.gif) no-repeat;
}
/* add 161216 end */

ul.custom-list {
	list-style: none;
	padding: 0;
}
ul.custom-list li {
	position: relative;
	margin-top: 0.25rem;
	line-height: 1.6;
}
ul.custom-list li::before {
	position: absolute;
	content: attr(data-label);
	left: var(--custom-left, 0);
}
.list-annotation{
	padding-left:3em;
	font-size:82%;
}

/* select_type */
/*-----------------------------------------------------------------------------*/
#content .h2ttl_plan h2{
	overflow:hidden;
	*zoom:1;
}
#content .h2ttl_plan span{
	float:left;
	padding-left:15px;
}
#content .h2ttl_plan em{
	float:right;
	padding: 4px 15px 0 0;
	font-size:68.18%;
	font-weight:normal;
}
#content .h2ttl_plan em a{
	padding-left: 10px;
	background:url(../img/icon_arrow_red.gif) no-repeat 0 0.25em;
}

/* add161216 */
#content.select_type .selectPay{
	padding: 10px 0 0;
}
#content.select_type .selectPay em{
	display:block;
	padding: 0 15px 15px;
	font-size:81.25%;
	font-weight:normal;
}
#content.select_type .h4ttl h4{
	margin-top: 5px;
	margin-left: 10px;
	/*background: none;*/
	position: relative;
	padding-left: 1.5em;
}
#content.select_type .h4ttl h4 .mark{
	position: absolute;
	top: 	0;
	left: 0;
}
#content.select_type .select_pay ul{
	margin-bottom: 0;
}
#content.select_type .select_pay li{
	padding-bottom: 5px;
}
#content.select_type .select_pay li .title{
	display: inline-block;
	width: 80px;
}
#content.select_type .select_pay li .fmInput{
	display: inline-block;
}
#content.select_type .select_pay li .fmInput select{
	width: 200px;
}
#content.select_type .liability_1 .note{
	position: relative;
	padding-left:1em;
	margin-top: 10px;
	font-size: 81.25%;
}
#content.select_type .liability_1 .note .mark{
	position: absolute;
	top: 0;
	left: 0;
}
#content.select_type .liability_1 .emphasis ,
#content.select_type .notice_box .contract_list .note{
	color:#c00;
}
/* add161216 end */

#content.select_type .title_red em{
	background:url(../img/title_select_type.gif) no-repeat;
}
#content.select_type .title_course em{
	background:url(../img/title_detail_select2.gif) no-repeat;
}
#content.select_type .selectType{
	padding: 10px 0 0;
}
#content.select_type .h4ttl .detial_plan {
	display:block;
	float:right;
	padding-right:10px;
	font-size:87.5%;
	font-weight:bold;
	text-align:center;
}
#content.select_type .h4ttl .detial_plan a{
	padding-left: 10px;
	background: url(../img/icon_arrow_red.gif) no-repeat 0 50%;
}

/* 2015.02.25 add ------------------------------ */
#content.select_type .table-area .caution{
  font-size: 76.92%;
  margin-top:1em;
  text-indent:-1.2em;
  padding-left:1em;
}
/* ------------------------------ 2015.02.25 add */

#content.select_type .job_class_by_box {
	font-size: 82%;
	padding: 0 10px 10px 10px;
}

#content.select_type .job_class_by_box em{
	display:block;
	font-weight:bold;
	margin-top: 10px;
}

#content.select_type .notice_item{
	padding:10px 0 0;
	border-top:1px solid #ddd;
/*	border-bottom:1px solid #ddd;*/
}
#content.select_type .notice_box p{
	padding: 5px 5px 15px;
}
#content.select_type .notice_box .item01,
#content.select_type .notice_box .item02,
#content.select_type .notice_box .item03{
	padding-bottom:15px;
}
#content.select_type .notice_box .item_ex{
	padding-bottom:10px;
}
/* add161216 */
#content.select_type .notice_box .item_ex em{
	display:block;
	font-weight:bold;
	position: relative;
	padding-left:2em;
/*
	margin-left:1.5em;
	text-indent:-1.5em;
*/
}
#content.select_type .notice_box .item_ex em .mark{
	position: absolute;
	top: 0;
	left: 0;
}
/* add161216 end */
#content.select_type .notice_box .item_ex em.no_indent{
	margin-left:0;
	text-indent:0;
}
#content.select_type .notice_box .contract{
	padding-left: 2em; /* add161216 */
	padding-bottom:10px;
}
#content.select_type .notice_box .contract_list,
#content.select_type .notice_box .caution_list{
	margin:0;
	padding:0;
	font-size:100%;
}
#content.select_type .notice_box .contract_list li{
	padding-left:10px;
	background: url(../img/icon_dot.gif) no-repeat 0 50%;
}
/* add161216 */
#content.select_type .notice_box .caution_list{
	padding-left: 1.5em;
}
#content.select_type .notice_box .caution_list li{
	position: relative;
	padding-left: 1em;
	font-size:91.48%;
}
#content.select_type .notice_box .caution_list li .mark{
	position: absolute;
	top: 0;
	left: 0;
}
/* add161216 end */
#content.select_type .notice_box .notice_confirm{
	padding:15px 0;
	text-align:center;
	background-color:#fff9c6;
	border:1px solid #ddd;
}
#content.select_type .notice_box .notice_confirm input{
	margin-right:8px;
	width: 18px; 
	height:18px; 
	vertical-align:middle; 
	border:1px;
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 1.15 , 1.15 );
}
#content.select_type .notice_box .notice_confirm label{
	font-size:87.5%;
	font-weight:bold;
}
#content.select_type .notice_box .job_list{
	padding:10px;
	background-color:#f5f5f5;
	border:1px solid #ddd;
}
#content.select_type .notice_box .job_list p{
	padding-bottom:0;
	font-size:100%;
}

#content.select_type table{
	table-layout: auto;
}
/* 2015.01.31 delete --------------------------------- 
#content.select_type table tr th{
	width:176px;
}
/* ------------------------------ 2015.01.31 delete */
#content.select_type table tr.result_row th,
#content.select_type table tr.result_row td{
	font-weight:bold;
	padding-top: 13px;
	padding-bottom: 13px;
}
/* add20180314 */
#content.select_type table tr.select_row th{
	font-weight:bold;
}
#content.select_type table tr.select_row td{
	border: 5px solid #c00;
	font-weight:bold;
	padding: 13px 0 13px 0px;
}
/* add20180314 end */
#content.select_type .selectType em{
	display:block;
	padding: 0 15px 15px;
	font-size:81.25%;
	font-weight:normal;
}
#content.select_type .selectTypeBox{
	padding: 25px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#content.select_type .selectTypeBox span.caution{
	display:block;
	padding: 0 15px 20px;
	font-size:81.25%;
	font-weight:normal;
}
#content.select_type .selectTypeBox ul{
	overflow:hidden;
	*zoom:1;
	margin-bottom:0;
	letter-spacing: -4.0em;
	text-align:center;
}
#content.select_type .selectTypeBox li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding: 0 10px;
	letter-spacing: normal;
}
#content.select_type .selectTypeBox li a,
#content.select_type .selectTypeBox li span{
	display:block;
	width:189px;
	height:43px;
	text-indent:-9999px;
}
#content.select_type .selectTypeBox li a:hover {
    opacity: 0.70;
    filter: alpha(opacity=70);
}
#content.select_type .selectTypeBox li.hasBaisho a{
	background:url(../img/pc_btn_has_baisho.gif) no-repeat;
}
#content.select_type .selectTypeBox li.noBaisho a{
	background:url(../img/pc_btn_no_baisho.gif) no-repeat;
}
#content.select_type .selectTypeBox li.hasBaisho_noact span{
	background:url(../img/pc_btn_has_baisho_noact.gif) no-repeat;
}
/* 2014.12.16 a.takeuchi add ------------------- */
#content.select_type .selectTypeBox li.hasBaisho span.active,
#content.select_type .selectTypeBox li.hasBaisho a.active{
	background:url(../img/pc_btn_has_baisho_act.gif) no-repeat;
}
#content.select_type .selectTypeBox li.noBaisho span.active,
#content.select_type .selectTypeBox li.noBaisho a.active{
	background:url(../img/pc_btn_no_baisho_act.gif) no-repeat;
}
/* ------------------- 2014.12.16 a.takeuchi add */
#content.select_type .selectTypeBox li.noBaisho_noact span{
	background:url(../img/pc_btn_no_baisho_noact.gif) no-repeat;
}
#content.select_type table input{
	margin:0;
}
#content.select_type table label{
	margin-left:5px;
	vertical-align:middle;
}
#content.select_type .cautionBox{
	padding: 15px;
	background-color:#fff2f2;
	border: 1px solid #c00;
}
#content.select_type .cautionBox span.info {
	display:block;
	padding-bottom:2px;
	text-align:center;
	color:#c00;
	font-size:75%;
}
#content.select_type .cautionBox em {
	display:block;
	font-size:87.5%;
	font-weight:bold;
	text-align:center;
}
#content.select_type .cautionBox em a{
	color:#333;
}

/* an_health add161216 */
/*-----------------------------------------------------------------------------*/
#content.an_health table.announce,
#content.an_health table.sick{
	margin-bottom: 30px;
}
#content.an_health table.announce .q .in{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
}
#content.an_health table.announce .a1,
#content.an_health table.announce .a2{
	width: 60px;
}
#content.an_health table.announce .a1 input,
#content.an_health table.announce .a2 input{
	margin-right: 5px;
}
#content.an_health table.announce .a1 ul,
#content.an_health table.announce .a2 ul{
	margin: 0;
	padding: 0;
}
#content.an_health table.announce .spDsip,
#content.an_health table.announce .spDispTitle{
	display: none;
}
#content.an_health table.announce .q_text .q_list{
	padding: 5px 0 0;
	margin: 0;
	overflow: hidden;	
}
#content.an_health table.announce .q_text .q_list li{
	float: left;
	text-indent: 0;
	margin-right: 10px;
}
#content.an_health table.announce .q_text span.caution{
	display: block;
	margin-top: 5px;
	position: relative;
	padding-left: 1em;
	text-indent: 0;
}
#content.an_health table.announce .q_text span.caution .mark{
	position: absolute;
	top: 0;
	left: 0;
}
#content.an_health table.sick th{
	width: 120px;
}
#content.an_health .parent_health .cautionBox{
	margin-bottom: 0;
}
/* add20180301 */
#content.an_health table.announce .q_text p.caution{
	display: block;
	margin-top: 5px;
	position: relative;
	text-indent: 0;
	font-size:91.48%;
}
#content.an_health table.addnote{
	margin-bottom: 0;
}
#content.an_health div.note{
	margin-top: 10px;
	margin-bottom: 0px;
	position: relative;
	padding-left: 1em;
	font-size: 81.25%;
}
#content.an_health div.note span.caution .mark{
	position: absolute;
	left: 0;
}
#content.an_health div.note span.caution a{
	word-break: break-all;
}
/* add20180301 end */

/* confirm_detail */
/*-----------------------------------------------------------------------------*/
/* a.takeuchi add ---------------- */
#content.confirm_detail .table-area,
#content.confirm_plan_detail .table-area {
  margin-bottom:30px;
}
/* ---------------- a.takeuchi add */
#content.confirm_detail .h2ttl_plan em{
	float:left;
	display:block;
	padding-top:0;
}
#content.confirm_detail .h2ttl_plan em a{
	display:block;
	width:50px;
	height:24px;
	margin-left:15px;
	background:url(../img/btn_change.gif) no-repeat;
	text-indent:-9999px;
}

#content.confirm_detail .name_area{
	padding-bottom:10px;
}
#content.confirm_detail p.read{
	padding:0 10px 15px;
}
#content.confirm_detail p.ex{
	padding: 0 0 10px;
}
#content.confirm_detail .title_red em{
	background:url(../img/title_detail_conf2.gif) no-repeat;
}
#content.confirm_detail .table_area_plan{
	padding-bottom:10px;
}
#content.confirm_detail .plan_area .planDetail em{
	display:block;
	font-weight:bold;
}
#content.confirm_detail .plan_area .planDetail span{
	display:block;
	padding-bottom:10px;
}

/* a.takeuchi add ---------------- */
#content.confirm_detail table em.planTitle{
	display:block;
	font-weight:bold;
}
#content.confirm_detail table dl.planDetail{
	overflow:hidden;
	*zoom: 1;
	margin:0;
	padding:0;
}
#content.confirm_detail table dl.planDetail dt,
#content.confirm_detail table dl.planDetail dd{
	margin:0;
	padding:1px 0;
}
#content.confirm_detail table dl.planDetail dt{
	float:left;
	width:260px;
	font-weight:normal;
}
#content.confirm_detail table dl.planDetail dd{
  float:right;
  width:100px;
  margin-right:60px;
	text-align:right;
}
/* ---------------- a.takeuchi add */

#content.confirm_detail table em{
	font-weight:normal;
}
#content.confirm_detail .table_area_plan table td{
	padding:10px;
}
#content.confirm_detail .cellPlan em,
#content.confirm_detail .cellType em,
#content.confirm_detail .cellPrice em{
	font-size: 106.73%;
	font-weight:bold;
}
#content.confirm_detail .seiKana,
#content.confirm_detail .seiKan,
#content.confirm_detail .limitM{
	padding-right:10px;
}
#content.confirm_detail .seiKana,
#content.confirm_detail .meiKana,
#content.confirm_detail .seiKan,
#content.confirm_detail .meiKan{
	float:left;
}
#content.confirm_detail .seiKana input,
#content.confirm_detail .meiKana input,
#content.confirm_detail .seiKan input,
#content.confirm_detail .meiKan input{
	width:10em;
}

#content.confirm_detail .fmAdress input,
#content.confirm_detail .fmAdressKana input,
#content.confirm_detail .fmJob input,
#content.confirm_detail .fmPass input,
#content.confirm_detail .fmPass2 input{
	width:24em;
}
#content.confirm_detail .fmTell input,
#content.confirm_detail .fmMobile input{
	width:4em;
}
#content.confirm_detail .fmMail input{
	width:13em;
}
#content.confirm_detail .fmVender input{
	margin-right:10px;
}
#content.confirm_detail .fmZip input{
	width:5em;
	vertical-align:baseline;
}
#content.confirm_detail .fmZip button{
	*padding:1px 0 0;
	*border:1px solid #acacac;
}
#content.confirm_detail .fmAdressKana input.adress1,
#content.confirm_detail .fmAdressKana input.adress2,
#content.confirm_detail .fmAdressKana input.adress3{
	width:24em;
}
#content.confirm_detail .fmBrith select{
	height:22px;
	margin-top:2px;

}
#content.confirm_detail .fmBrith input{
	width:2em;
	height:1.05em;
	margin-top:0px;
	padding: 3px;

}
#content.confirm_detail .fmVender em.caution{
	display:block;
	padding-top:3px;
	color:#c00;
	font-size:83.862%;
	font-weight:normal;
}
#content.confirm_detail table input{
	margin: 2px 0;
}
#content.confirm_detail .fmAdress span.midashi,
#content.confirm_detail .fmAdressKana span.midashi{
	clear:both;
	float:left;
	display:inline-block;
	width:110px;
	padding-right:10px;
	line-height:1.5247;
}

/* 2015.01.05 a.takeuchi add -------------- */
#content.confirm_detail .fmAdress p,
#content.confirm_detail .fmAdressKana p{
	display:inline-block;
	line-height:1.5247;
}
/* -------------- 2015.01.05 a.takeuchi add */

#content.confirm_detail .notice_item{
/*	padding:10px 0 0;
	border-top:1px solid #ddd; 2015.01.16 a.takeuchi delete*/
/*	border-bottom:1px solid #ddd;*/
}
#content.confirm_detail .notice_box p{
	padding: 0 5px 15px;
}
#content.confirm_detail .notice_box .item01,
#content.confirm_detail .notice_box .item02,
#content.confirm_detail .notice_box .item03{
	padding-bottom:15px;
}
#content.confirm_detail .notice_box .item_ex{
	padding-bottom:10px;
}
/* add161216 */
#content.confirm_detail .notice_box .item_ex em{
	display:block;
	font-weight:bold;
	position: relative;
	padding-left: 2em;
/*	margin-left:1.5em;
	text-indent:-1.5em;
*/
}
#content.confirm_detail .notice_box .item_ex em .mark{
	position: absolute;
	top: 0;
	left: 0;
}
#content.confirm_detail .notice_box .contract{
	padding-left: 2em;
	padding-bottom:10px;
}
#content.confirm_detail .notice_box .caution{
	padding-left: 2em;
}
/* add161216 end */
#content.confirm_detail .notice_box .contract_list,
#content.confirm_detail .notice_box .caution_list{
	margin:0;
	padding:0;
	font-size:100%;
}
#content.confirm_detail .notice_box .contract_list li{
	padding-left:10px;
	background: url(../img/icon_dot.gif) no-repeat 0 50%;
}
/* add161216 */
#content.confirm_detail .notice_box .caution_list li{
	position: relative;
	padding-left: 1em;
/*	margin-left:2em;
	text-indent:-2em;
*/
	font-size:91.48%;
}
#content.confirm_detail .notice_box .contract_list li.note{
	color: #c00
}
#content.confirm_detail .notice_box .caution_list li .mark{
	position: absolute;
	top: 0;
	left: 0;
}
/* add161216 end */
#content.confirm_detail .notice_box .notice_confirm{
	padding:15px 0;
	text-align:center;
	background-color:#fff9c6;
	border:1px solid #ddd;
}
#content.confirm_detail .notice_box .notice_confirm input{
	margin-right:8px;
	width: 18px; 
	height:18px; 
	vertical-align:middle; 
	border:1px;
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 1.15 , 1.15 );
}
#content.confirm_detail .notice_box .notice_confirm label{
	font-size:87.5%;
	font-weight:bold;
}
#content.confirm_detail .notice_box .job_list{
	padding:10px;
	background-color:#f5f5f5;
	border:1px solid #ddd;
}
#content.confirm_detail .notice_box .job_list p{
	padding-bottom:0;
	font-size:100%;
}

#content.confirm_detail .change_mail{
	padding:10px 5px 0;
}


#content.confirm_detail .tokuyakuBtnArea{
	padding: 0 10px 15px;
	border-bottom:1px solid #ddd;
}
#content.confirm_detail .tokuyakuBtnArea ul{
	overflow:hidden;
	*zoom:1;
	padding:0;
}
#content.confirm_detail .tokuyakuBtnArea li{
	float:left;
}
#content.confirm_detail .tokuyakuBtnArea li a{
	display:block;
	text-indent:-9999px;
}
#content.confirm_detail .tokuyakuBtnArea li a:hover{
	cursor: pointer;
    filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
	zoom:1;
}
#content.confirm_detail .tokuyakuBtnArea li#btnPrivacy{
	padding-right:10px;
}
#content.confirm_detail .tokuyakuBtnArea li#btnPrivacy a{
	width:430px;
	height:60px;
	background:url(../img/btn_torisetsu2.gif) no-repeat;
}
#content.confirm_detail .tokuyakuBtnArea li#btnTokuyaku a{
	width:260px;
	height:60px;
	background:url(../img/btn_tokuyaku.gif) no-repeat;
}


#content.confirm_detail .cautionBox{
	overflow:hidden; /* 20160408 yip add */
	*zoom: 1; /* 20160408 yip add */
	margin:0 0 30px; /* 20160408 yip add */
	padding: 15px;
	background-color:#fff2f2;
	border: 1px solid #c00;
}
#content.confirm_detail .cautionBox span.info {
	display:block;
	text-align:center;
	color:#c00;
	font-size:75%;
}
#content.confirm_detail .cautionBox em {
	display:block;
	font-size:87.5%;
	font-weight:bold;
	text-align:center;
}
#content.confirm_detail .cautionBox em a{
	color:#333;
}
/* 20160408 yip add ------------------ */
#content.confirm_detail .cautionBox .paragraph{
	float:left;
	width:584px;
	font-weight:bold;
	padding-right:15px;
	border-right:1px solid #ffc4c4;

}
#content.confirm_detail .cautionBox .indent{
	padding-left:1em;
	text-indent:-1em;
}
#content.confirm_detail .cautionBox .paddingl{
	padding-left:1em;
}
/* add161216 */
#content.confirm_detail .cautionBox .paddingl.note{
	position: relative;
	margin-left: 1em;
}
#content.confirm_detail .cautionBox .paddingl.note .mark{
	position: absolute;
	top: 0;
	left: 0;
}
/* add161216 end */
#content.confirm_detail .cautionBox .confirm{
	float:left;
	width:65px;
	padding: 25px 0 0 15px;
}
#content.confirm_detail .cautionBox .confirm input {
	width: 18px; 
	height:18px; 
	vertical-align:middle; 
	border:1px;
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 1.15 , 1.15 );
}
#content.confirm_detail .cautionBox .confirm label{
	font-size:87.5%;
	vertical-align:middle;
}
/* ------------------ 20160408 yip add */
#content.confirm_detail table .opeDetail em{
  display: block;
  margin-top: 10px;
  font-weight:bold;
}

/* 2015.02.16 add ----------------------- */
#content.confirm_detail table .planDetail{
	width:430px;
}
#content.confirm_detail table .planDetail ul{
	margin:0;
	padding:0;
}
#content.confirm_detail table .planDetail ul li{
	padding-left:10px;
	padding-bottom:5px;
	background: url(../img/icon_dot.gif) no-repeat 0 8px;
}
#content.confirm_detail table .planDetail ul li .detailLi{
	overflow:hidden;
	*zoom: 1;
}
#content.confirm_detail table .planDetail .detailName{
	float:left;
	width:260px;
	font-weight:normal;
}
#content.confirm_detail table .planDetail .detailPrice{
	float:right;
	width:150px;
	margin-right:0;
	text-align:right;
}
#content.confirm_detail table .billingAmountDetail{
	width:430px;
}
#content.confirm_detail table .billingAmountDetail .detailLi{
	overflow:hidden;
	*zoom: 1;
}
#content.confirm_detail table .billingAmountDetail .detailName{
	float:left;
	width:260px;
	font-weight:normal;
}
#content.confirm_detail table .billingAmountDetail .detailPrice{
	float:right;
	width:150px;
	margin-right:0;
	text-align:right;
}
#content.confirm_detail table .billingAmountDetail .detailLi.billingAmount{
	border-top:1px solid #999;
	margin-top:2px;
	padding-top:3px;
}
#content.confirm_detail table .billingAmountDetail .detailName.billingAmount{
	font-weight: bold;
}
#content.confirm_detail table .billingAmountDetail .detailPrice.billingAmount{
	font-weight: bold;
}

#content.confirm_detail .note{
	margin-top: 10px;
	font-size: 81.25%;
}

/* 161216 add */
#content.confirm_detail table .planDetail .row .detailName,
#content.confirm_plan_detail table .planDetail .row .detailName{
	float:none;
	width:100%;
	font-weight:normal;
}
#content.confirm_detail table .planDetail .row .detailPrice,
#content.confirm_plan_detail table .planDetail .row .detailPrice{
	float:none;
	width:100%;
  margin-right:0;
}
/* 161216 add end */

#content.confirm_detail table .opeDetail{
	margin: 5px 0;
	padding: 5px;
	background-color:#f5f5f5;
}
#content.confirm_detail table .opeDetail em {
    display: block;
    font-weight: bold;
    margin-top: 0;
	font-size:10px;
}
#content.confirm_detail table .opeDetail p {
	font-size:10px;
}
/* ----------------------- 2015.02.16 add */

/* add 170208 */
#content.confirm_detail table .fmName,
#content.confirm_plan_detail table .fmName{
	margin-bottom: 5px;
}
#content.confirm_detail table .fmDetail,
#content.confirm_plan_detail table .fmDetail{
	margin: 0 0 10px 1em;
}
#content.confirm_detail table .question,
#content.confirm_plan_detail table .question{
	margin-bottom: 10px;
}
#content.confirm_detail table .question:last-child,
#content.confirm_plan_detail table .question:last-child{
	margin-bottom: 0;
}
#content.confirm_detail table .q_area,
#content.confirm_plan_detail table .q_area{
	margin-left:1em;
	margin-bottom: 5px;
	text-indent: -1em;
}
#content.confirm_detail table .a_area,
#content.confirm_plan_detail table .a_area{
	margin-left:1em;
	margin-bottom: 5px;
}
#content.confirm_detail table .fmInput.transfer{
	padding-bottom: 5px;
}
#content.confirm_detail.mail_reset_confirm .title_red em{
    background:url(../img/title_mail_reset_confirm.gif) no-repeat;
}
#content.confirm_detail.mail_reset_comp .title_red em{
    background:url(../img/title_mail_reset_comp.gif) no-repeat;
}

/* add 170208 end */

/* input_credit */
/*-----------------------------------------------------------------------------*/
/* a.takeuchi add ---------------- */
#content.input_credit input{
  ime-mode:disabled;
}
/* ---------------- a.takeuchi add */
#content.input_credit .title_red em{
	background:url(../img/title_input_credit.gif) no-repeat;
}
#content.input_credit p.ex{
	padding: 0 10px 15px;
	color:#c00;
	font-size:87.5%;
	font-weight:bold;
}
#content.input_credit .seiKana,
#content.input_credit .limitM{
	padding-right:10px;
}
#content.input_credit .seiKana,
#content.input_credit .meiKana{
	width:180px;
	float:left;
}
#content.input_credit .limitM,
#content.input_credit .limitY{
	float:left;
}
#content.input_credit .seiKana input,
#content.input_credit .meiKana input,
#content.input_credit .fmScord input{
	width:10em;
}
#content.input_credit .fmMemberNum input{
	width:21em;
}

/* 2015.02.20 add --------------------------------------- */
#content.input_credit .fmMemberNum input.disabled{
  font-family:monospace, 'Courier New', Consolas, Courier, Monaco;
  font-size: 16px;
}
/* --------------------------------------- 2015.02.20 add */

#content.input_credit .seiKana em,
#content.input_credit .meiKana em{
	display:block;
	padding-top:3px;
	font-size:83.862%;
	font-weight:normal;
}
#content.input_credit .fmMemberNum em{
	display:block;
	padding-top:3px;
	font-size:83.862%;
	font-weight:normal;
}
#content.input_credit .fmMemberNum em.caution,
#content.input_credit .fmScord .caution{
	display:block;
	padding-top:3px;
	color:#c00;
	font-size:83.862%;
	font-weight:normal;
}
/* add161216 */
#content.input_credit .fmScord .caution{
	position: relative;
	padding-top: 0;
	margin-top: 3px;
	padding-left: 1em;
}
#content.input_credit .fmScord .caution .mark{
	position: absolute;
	top: 0;
	left: 0;
}
/* add161216 end */
#content.input_credit .fmScord .caution em{
	font-weight:bold;
}

#content.input_credit .fmScord em.caution{
	padding-left:1em;
	text-indent:-1em;
}
#content.input_credit .cautionBox{
	overflow:hidden;
	*zoom:1;
	margin-bottom:20px;
	padding: 15px;
	background-color:#fff2f2;
	border: 1px solid #c00;
}
#content.input_credit table input{
	margin: 2px 0;
}
#content.input_credit .cautionBox p{
	float:left;
	width:584px;
	font-size:87.5%;
	font-weight:bold;
	padding-top:5px;
	padding-right:15px;
	border-right:1px solid #ffc4c4;
}
#content.input_credit .cautionBox .confirm{
	float:left;
	width:65px;
	padding: 0 0 0 15px;
}
#content.input_credit .cautionBox .confirm input{
	margin-right:2px;
	width: 18px; 
	height:18px; 
	vertical-align:middle; 
	border:1px;
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 1.15 , 1.15 );
}
#content.input_credit .cautionBox .confirm label{
	font-size:87.5%;
}



/* finish */
/*-----------------------------------------------------------------------------*/
#content.finish .title_red em{
	background:url(../img/title_finish.gif) no-repeat;
}
#content.finish .h2ttl h2{
	text-align:left;
}
#content.finish .h2ttl h2 span{
	padding-left:15px;
}
#content.finish .readBox{
	padding: 10px 15px 25px;
}
#content.finish .read{
	padding-bottom:10px;
	font-size:100%;
	font-weight:bold;
}
#content.finish .infoBox{
	margin: 0 15px 25px;
	padding: 15px 15px 10px;
	border: 3px solid #c00;
	background-color:#fff2f2;
}
#content.finish .infoBox em.infoTitle{
	display:block;
	padding-bottom:8px;
	color:#c00;
	text-align:center;
	font-weight:bold;
}
#content.finish .infoBox ul{
	margin:0;
	padding:0;
}
#content.finish .infoBox ul li{
	margin-bottom:5px;
	padding-left:8px;
	background:url(../img/icon_dot.gif) no-repeat 0 7px;
}
/* add161216 */
#content.finish .infoBox ul li.notice{
	position: relative;
	padding-left: 1em;
  font-size:95%;
/*
  margin-left:1em;
  text-indent:-1em;
*/	background:none;
}
#content.finish .infoBox ul li.notice .mark{
	position: absolute;
	top: 0;
	left: 0;
}
/* add161216 end */
/* add170419 */
#content.finish .infoBox .caution {
        color:#c00;
}
/* add170419 end */
#content.finish .inquiryBox p{
	margin: 0 15px;
	padding-bottom:15px;
	font-size:75%;
}
#content.finish .inquiryBox .inquiry p{
	padding-bottom:0;
}
#content.finish .inquiryBox .inquiry dl{
	overflow:hidden;
	*zoom: 1;
	padding:0 15PX;
}
#content.finish .inquiryBox .inquiry dt{
	float:left;
}
#content.finish .inquiryBox .inquiry dd{
	overflow:hidden;
	*zoom: 1;
	float:left;
}
#content.finish .inquiryBox .inquiry dd span.week{
	display:block;
	float:left;
	width:115px;
}
#content.finish .inquiryBox .inquiry dd span.time{
	display:block;
	float:left;
}

/* 2015.02.25 add --------------------- */
#content.finish .inquiryBox ul{
	margin:0 15px;
	padding:0;
}
#content.finish .inquiryBox ul li{
  font-size:95%;
  margin-left:1em;
  text-indent:-1em;
  padding-left:0px;
	background:none;
}
/* --------------------- 2015.02.25 add */
/* add161216 */
#content.finish .inquiryBox ul.notice li{
	position: relative;
	padding-left: 1em;
	margin-left: 0;
	text-indent: 0;
}
#content.finish .inquiryBox ul.notice li .mark{
	position: absolute;
	top: 0;
	left: 0;
}
/* add161216 end */

/* user_confirm */
/*-----------------------------------------------------------------------------*/
#content.user_confirm .title_red em{
	background:url(../img/title_user_confirm.gif) no-repeat;
}
#content.user_confirm .table_area th span{
	font-weight:bold;
}
#content.user_confirm .table_area input{
	width:24em;
}
#content.user_confirm .table_area .mail input{
	width:13em;
	margin-right:10px;
}
#content.user_confirm .table_area .mail span{
	margin-right:10px;
}
#content.user_confirm .fmBrith select{
	height:22px;
}
#content.user_confirm .fmBrith input{
	width:2em;
	height:1.05em;
	padding: 3px;
	vertical-align:baseline;
}

#content.user_confirm .btn_area{
	margin-bottom:30px;
}
#content.user_confirm .forgetBox{
	overflow:hidden;
	*zoom: 1;
	padding: 15px 10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#content.user_confirm .forgetBox .passForget{
	float:left;
	width:280px;
	padding-right:40px;
}
#content.user_confirm .forgetBox .bothForget{
	float:left;
	width:370px;
}
#content.user_confirm .forgetBox .bothForget dl{
	overflow:hidden;
	*zoom: 1;
	padding:0;
}
#content.user_confirm .forgetBox .bothForget dt{
	float:left;
}
#content.user_confirm .forgetBox .bothForget dd{
	overflow:hidden;
	*zoom: 1;
	float:left;
}
#content.user_confirm .forgetBox .bothForget dd span.week{
	display:block;
	float:left;
	width:115px;
}
#content.user_confirm .forgetBox .bothForget dd span.time{
	display:block;
	float:left;
}


#content.user_confirm .forgetBox .passForget em{
	padding-bottom:5px;
}
#content.user_confirm .forgetBox .bothForget em{
	/*padding-bottom:20px; a.takeuchi delete */
	margin-left:1.2em;
	text-indent:-1em;
}
#content.user_confirm .forgetBox em{
	display:block;
	font-size:81.25%;
	font-weight:normal;
}
/* a.takeuchi add ------------- */
#content.user_confirm .forgetBox .bothForget p{
	margin-bottom:10px;
}
#content.user_confirm .forgetBox .bothForget p.inquiry_head{
	font-weight:bold;
}
#content.user_confirm .forgetBox .bothForget dl,
#content.user_confirm .forgetBox .passForget p,
#content.user_confirm .forgetBox .bothForget p{
	margin-left:1.2em;
}
/* ------------- a.takeuchi add */
#content.user_confirm .forgetBox .passForget .btn_mail_pass{
	margin-top:10px;
}
#content.user_confirm .forgetBox .passForget .btn_mail_pass a{
	display:block;
	width:241px;
	height:60px;
	background:url(../img/pc_btn_mail_pass.gif) no-repeat;
	text-indent:-9999px;
}
#content.user_confirm .forgetBox .passForget .btn_mail_pass a:hover{
    opacity: 0.70;
    filter: alpha(opacity=70);
}
/* a.sekine add 20170831------------- */
#content.user_confirm .forgetBox pre,
#content.finish .inquiryBox pre,
#content.user_proceed .inquiryBox pre,
#content.confirm_plan_detail .inquiryBox pre{
  white-space:pre-wrap;
  word-break:break-all;
  font:inherit;
  margin:0;
  padding:0;
}
/* a.sekine add 20170831------------- */
#content .forget_sec{
	padding-bottom:0;
}

/* user_proceed */
/*-----------------------------------------------------------------------------*/
#content.user_proceed .title_red em{
	background:url(../img/title_user_proceed.gif) no-repeat;
}
#content.user_proceed ul.select_proceed{
	overflow:hidden;
	*zoom: 1;
	letter-spacing: -0.4em;
	margin-bottom:0;
	padding:10px 0 0;
	text-align:center;
}
#content.user_proceed ul.select_proceed li{
	display:inline-block;
	*display:inline;
	*zoom: 1;
	width:220px;
	padding: 0 10px;
	text-align:left;
	letter-spacing: normal;
	vertical-align:top;
}
#content.user_proceed ul.select_proceed li p.proceedDetailNoIndent,
#content.user_proceed ul.select_proceed li p.proceedDetail{
	display:block;
	min-height:40px;
	padding-top:10px;
	font-size:100%;
	font-weight:normal;
	vertical-align:top;
}
#content.user_proceed ul.select_proceed li p.proceedDetail{
	margin-left:1em;
	text-indent:-1em;
}
#content.user_proceed ul.select_proceed li em{
	display:block;
	padding-bottom:5px;
	font-weight:bold;
}
#content.user_proceed ul.select_proceed li a:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#content.user_proceed ul.select_proceed li a{
	display:block;
	width:219px;
	height:65px;
	text-indent: -9999px;
}
#content.user_proceed ul.select_proceed li .btn_change_detail a{
	background: url(../img/btn_change_detail_red_small.gif) no-repeat;
}
#content.user_proceed ul.select_proceed li .btn_kaiyaku_stop a{
	background: url(../img/btn_kaiyaku_stop_red_small.gif) no-repeat;
}
#content.user_proceed ul.select_proceed li .btn_change_card a{
	background: url(../img/btn_change_card_red_small.gif) no-repeat;
}
#content.user_proceed .inquiryBox{
	overflow:hidden;
	*zoom: 1;
	padding: 15px 10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#content.user_proceed .inquiryBox .inquiry em{
	display:block;
	padding-bottom:10px;
	font-size:81.25%;
	font-weight:normal;
	margin-left:1.2em;
	text-indent:-1em;
}
/* 2015.02.10 add ------------------------ */
#content.user_proceed .inquiryBox p{
	margin-bottom:10px;
}
#content.user_proceed .inquiryBox .inquiry .inquiry_summary{
	margin-left:1.2em;
}
#content.user_proceed .inquiryBox .inquiry .inquiry_name{
	margin-left:1.2em;
}
#content.user_proceed .inquiryBox p.inquiry_head{
	font-weight:bold;
}
/* ------------------------ 2015.02.10 add */
#content.user_proceed .inquiryBox .inquiry dl{
	overflow:hidden;
	*zoom: 1;
	padding:0;
  margin-left:1.2em; /* 2015.02.10 add */
}
#content.user_proceed .inquiryBox .inquiry dt{
	float:left;
}
#content.user_proceed .inquiryBox .inquiry dd{
	overflow:hidden;
	*zoom: 1;
	float:left;
}
#content.user_proceed .inquiryBox .inquiry dd span.week{
	display:block;
	float:left;
	width:115px;
}
#content.user_proceed .inquiryBox .inquiry dd span.time{
	display:block;
	float:left;
}

/* cancelation */
/*-----------------------------------------------------------------------------*/
#content.cancelation .title_red em{
	background:url(../img/title_cancelation.gif) no-repeat;
}
#content.cancelation .planSelect li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
#content.cancelation .cellCheck{
	float:left;
	width:80px;
	padding-right:15px;
	text-align:center;
}
#content.cancelation .cellCheck input{
	width: 18px; 
	height:18px;
	margin-right:5px;
	vertical-align:middle; 
	border:1px;
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 1.15 , 1.15 );
}
#content.cancelation .plan_area{
	overflow:hidden;
}
#content.cancelation .planDetail{
	float:left;
}
#content.cancelation .planDetail em{
	display:block;
	padding-bottom:3px;
	font-weight:bold;
}
#content.cancelation .planDetail span{
	display:block;
	padding-bottom:10px;
}
#content.cancelation .planType{
	padding-bottom:5px;
}
#content.cancelation .planType table td{
	padding:10px;
}
#content.cancelation .planType .cellPlan{
	width:100px;
}
#content.cancelation .planType .cellPlan em,
#content.cancelation .planType .cellPrice em,
#content.cancelation .planType .cellDetail em{
	font-size:100%;
	font-weight:bold;
}
#content.cancelation .cautionBox{
	padding: 15px;
	background-color:#fff2f2;
	border: 1px solid #c00;
}
#content.cancelation .cautionBox em {
	display:block;
	padding-bottom:7px;
	color:#c00;
	font-size:87.5%;
	font-weight:bold;
	text-align:left;
	text-indent:-3em;
	padding-left: 3em;
}
#content.cancelation .cautionBox p.exam {
	text-indent: -3.05em;
	padding-left: 3.05em;
}
#content.cancelation .cautionBox p.caution {
	padding-bottom:10px;
	text-indent:-1em;
	padding-left: 1em;
	font-weight:bold;
}

/* cancelation_alert */
/*-----------------------------------------------------------------------------*/
#content.cancelation_alert .title_red em{
	background:url(../img/title_cancelation.gif) no-repeat;
}
#content.cancelation_alert .alertBox{
	padding: 15px;
	background-color:#fff9cb;
	border: 1px solid #ffe949;
}
#content.cancelation_alert .alertBox em{
	display:block;
	padding-bottom:15px;
	font-weight:bold;
	text-align:center;
}
#content.cancelation_alert .cautionBox{
	padding: 15px;
	background-color:#fff2f2;
	border: 1px solid #c00;
}
#content.cancelation_alert .cautionBox em {
	display:block;
	padding-bottom:7px;
	color:#c00;
	font-size:87.5%;
	font-weight:bold;
	text-align:left;
	text-indent:-3em;
	padding-left: 3em;
}
#content.cancelation_alert .cautionBox p.exam {
	text-indent:-2.05em;
	padding-left: 2.05em;
}
#content.cancelation_alert .cautionBox p.caution {
	padding-bottom:10px;
	text-indent:-1em;
	padding-left: 1em;
	font-weight:bold;
}

/* finish_cancel */
/*-----------------------------------------------------------------------------*/
#content.finish_cancel .title_red em{
	background:url(../img/title_finish_cancel.gif) no-repeat;
}
#content.finish_cancel .infoBox{
	margin:25px 0 0;
	padding: 15px 15px 10px;
	border: 3px solid #ddd;
	background-color:#f7f7f7;
}
#content.finish_cancel .infoBox dl{
	overflow:hidden;
	*zoom:1;
	margin:0;
	padding:0;
}
#content.finish_cancel .infoBox dt,
#content.finish_cancel .infoBox dd{
	padding-bottom:5px;
}
#content.finish_cancel .infoBox dt{
	float:left;
	width:150px;
}
#content.finish_cancel .cautionBox{
	padding: 15px 10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:91.48%;
}
#content.finish_cancel .inquiryBox{
	margin-top:10px;
}
#content.finish_cancel .inquiryBox p{
	margin-bottom:10px;
}
#content.finish_cancel .inquiry_name,
#content.finish_cancel .inquiry_summary{
	margin-left:1.2em;
}

/* select_plan */
/*-----------------------------------------------------------------------------*/
#content.select_plan .title_red em{
	background:url(../img/title_select_plan.gif) no-repeat;
}
#content.select_plan .planSelect li{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
/* 2015.01.28 a.takeuchi add --------------------------- */
#content.select_plan .planSelect h4{
  font-size:90%;
}
/* --------------------------- 2015.01.28 a.takeuchi add */
#content.select_plan .plan_area{
	overflow:hidden;
}
#content.select_plan .cellCheck{
	float:left;
	width:80px;
	padding-right:15px;
	text-align:center;
}
#content.select_plan .planDetail{
	float:left;
}
#content.select_plan .planDetail em{
	display:block;
	padding-bottom:3px;
	font-weight:bold;
}
#content.select_plan .cellCheck input{
	width: 18px; 
	height:18px; 
	margin-right:5px;
	padding:0;
	vertical-align:middle; 
	border:1px;
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 1.15 , 1.15 );
}
#content.select_plan .planType{
	padding-bottom:5px;
}
#content.select_plan .planType table td{
	padding: 10px;
}
#content.select_plan .planDetail .cellPlan,
#content.select_plan .planDetail .cellPrice{
	padding-bottom:10px;
}

#content.select_plan .planType .cellPlan em,
#content.select_plan .planType .cellPrice em,
#content.select_plan .planType .cellDetail em{
	font-size:100%;
	font-weight:bold;
}

/* confirm_plan_detail */
/*-----------------------------------------------------------------------------*/
#content.confirm_plan_detail .title_red em{
	background:url(../img/title_confirm_plan_detail.gif) no-repeat;
}
#content.confirm_plan_detail .seiKana,
#content.confirm_plan_detail .seiKan{
	padding-right:10px;
}

/* 2015.02.26 delete ------------------------------
#content.confirm_plan_detail .seiKana,
#content.confirm_plan_detail .meiKana,
#content.confirm_plan_detail .seiKan,
#content.confirm_plan_detail .meiKan{
	width:140px;
	float:left;
}
------------------------------ 2015.02.26 delete */

#content.confirm_plan_detail .seiKana input,
#content.confirm_plan_detail .meiKana input,
#content.confirm_plan_detail .seiKan input,
#content.confirm_plan_detail .meiKan input{
	width:10em;
}
#content.confirm_plan_detail .fmScord em.caution{
	padding-left:1em;
	text-indent:-1em;
}
#content.confirm_plan_detail .fmAdressKana select,
#content.confirm_plan_detail .fmAdress select{
	margin:0 0 2px;
}
#content.confirm_plan_detail .fmAdress input,
#content.confirm_plan_detail .fmAdressKana input,
#content.confirm_plan_detail .fmJob input,
#content.confirm_plan_detail .fmPass input{
	width:24em;
}
#content.confirm_plan_detail .fmTell input,
#content.confirm_plan_detail .fmMobile input{
	width:4em;
}
#content.confirm_plan_detail .fmMail input{
	width:13em;
}
#content.confirm_plan_detail .fmVender input{
	margin-right:10px;
}
#content.confirm_plan_detail .fmZip input{
	width:5em;
	vertical-align:baseline;
}
#content.input_detail .confirm_plan_detail button{
	*padding:1px 0 0;
	*border:1px solid #acacac;
}
#content.input_detail.password_reset .title_red em{
    background:url(../img/title_password_reset.gif) no-repeat;
}
#content.input_detail.password_reset_complete .title_red em{
    background:url(../img/title_password_reset_complete.gif) no-repeat;
}
#content.input_detail.mail_reset .title_red em{
    background:url(../img/title_mail_reset.gif) no-repeat;
}
#content.confirm_plan_detail .fmAdressKana input.adress1,
#content.confirm_plan_detail .fmAdressKana input.adress2,
#content.confirm_plan_detail .fmAdressKana input.adress3{
	width:24em;
}
#content.confirm_plan_detail .fmBrith input{
	width:2em;
	vertical-align:baseline;
}
#content.confirm_plan_detail .fmAdress span.midashi,
#content.confirm_plan_detail .fmAdressKana span.midashi{
	clear:both;
	float:left;
	display:inline-block;
	width:110px;
	padding-right:10px;
	line-height:1.5247;
}

/* 2015.01.05 a.takeuchi add --------------------- */
#content.confirm_plan_detail .fmAdress p,
#content.confirm_plan_detail .fmAdressKana p{
	display:inline-block;
	line-height:1.5247;
}
/* --------------------- 2015.01.05 a.takeuchi add */

#content.confirm_plan_detail .fmVender em.caution{
	display:block;
	padding-top:3px;
	color:#c00;
	font-size:83.862%;
	font-weight:normal;
}
#content.confirm_plan_detail table em.planTitle{
	display:block;
	font-weight:bold;
}
#content.confirm_plan_detail table dl.planDetail{
	overflow:hidden;
	*zoom: 1;
	margin:0;
	padding:0;
}
#content.confirm_plan_detail table dl.planDetail dt,
#content.confirm_plan_detail table dl.planDetail dd{
	margin:0;
	padding:1px 0;
}
#content.confirm_plan_detail table dl.planDetail dt{
	float:left;
	width:260px;
	font-weight:normal;
}
#content.confirm_plan_detail table dl.planDetail dd{
	float:right;
	width:100px;
  margin-right:60px;
	text-align:right;
}
#content.confirm_plan_detail table input,
#content.confirm_plan_detail table textarea{
	margin: 2px 0;
}
#content.confirm_plan_detail .fmMemo textarea{
	width:34em;
}
#content.confirm_plan_detail .inq_section{
	padding-bottom:10px;
}

#content.confirm_plan_detail .linkbox a{
	padding-left: 10px;
	background:url(../img/icon_arrow_red.gif) no-repeat 0 0.2307em;
	font-size:81.25%;
	font-weight:bold;
}

#content.confirm_plan_detail .tokuyakuBtnArea{
	padding: 15px 10px 15px;
	border-bottom:1px solid #ddd;
}
#content.confirm_plan_detail .tokuyakuBtnArea ul{
	overflow:hidden;
	*zoom:1;
	padding:0;
}
#content.confirm_plan_detail .tokuyakuBtnArea li{
	float:left;
}
#content.confirm_plan_detail .tokuyakuBtnArea li a{
	display:block;
	text-indent:-9999px;
}
#content.confirm_plan_detail .tokuyakuBtnArea li a:hover{
	cursor: pointer;
    filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
	zoom:1;
}
#content.confirm_plan_detail .tokuyakuBtnArea li#btnPrivacy{
	padding-right:10px;
}
#content.confirm_plan_detail .tokuyakuBtnArea li#btnPrivacy a{
	width:430px;
	height:60px;
	background:url(../img/btn_torisetsu2.gif) no-repeat;
}
#content.confirm_plan_detail .tokuyakuBtnArea li#btnTokuyaku a{
	width:260px;
	height:60px;
	background:url(../img/btn_tokuyaku.gif) no-repeat;
}

/* 2015.02.16 add --------------------------- */
#content.confirm_plan_detail table .planDetail{
	width:430px;
}
#content.confirm_plan_detail table .planDetail ul{
	margin:0;
	padding:0;
}
#content.confirm_plan_detail table .planDetail ul li{
	padding-left:10px;
	padding-bottom:5px;
	background: url(../img/icon_dot.gif) no-repeat 0 8px;
}
#content.confirm_plan_detail table .planDetail ul li .detailLi{
	overflow:hidden;
	*zoom: 1;
}
#content.confirm_plan_detail table .planDetail .detailName{
	float:left;
	width:260px;
	font-weight:normal;
}
#content.confirm_plan_detail table .planDetail .detailPrice{
	float:right;
	width:150px;
	margin-right:0;
	text-align:right;
}
#content.confirm_plan_detail table .billingAmountDetail{
	width:430px;
}
#content.confirm_plan_detail table .billingAmountDetail .detailLi{
	overflow:hidden;
	*zoom: 1;
}
#content.confirm_plan_detail table .billingAmountDetail .detailName{
	float:left;
	width:260px;
	font-weight:normal;
}
#content.confirm_plan_detail table .billingAmountDetail .detailPrice{
	float:right;
	width:150px;
	margin-right:0;
	text-align:right;
}
#content.confirm_plan_detail table .billingAmountDetail .detailLi.billingAmount{
	border-top:1px solid #999;
	margin-top:2px;
	padding-top:3px;
}
#content.confirm_plan_detail table .billingAmountDetail .detailName.billingAmount{
	font-weight: bold;
}
#content.confirm_plan_detail table .billingAmountDetail .detailPrice.billingAmount{
	font-weight: bold;
}
#content.confirm_plan_detail table .opeDetail{
	margin: 5px 0;
	padding: 5px;
	background-color:#f5f5f5;
}
#content.confirm_plan_detail table .opeDetail em {
    display: block;
    font-weight: bold;
    margin-top: 0;
	font-size:10px;
}
#content.confirm_plan_detail table .opeDetail p {
	font-size:10px;
}
/* --------------------------- 2015.02.16 add */

/* 2015.03.05 add --------------------------- */
#content.confirm_plan_detail .inquiryBox p{
	margin: 0 15px;
	margin-bottom:10px;
	padding-bottom:15px;
	font-size:75%;
}
#content.confirm_plan_detail .inquiryBox .inquiry p{
	padding-bottom:0;
}
#content.confirm_plan_detail .inquiryBox .inquiry dl{
	overflow:hidden;
	*zoom: 1;
	padding:0 15PX;
}
#content.confirm_plan_detail .inquiryBox .inquiry dt{
	float:left;
}
#content.confirm_plan_detail .inquiryBox .inquiry dd{
	overflow:hidden;
	*zoom: 1;
	float:left;
}
#content.confirm_plan_detail .inquiryBox .inquiry dd span.week{
	display:block;
	float:left;
	width:115px;
}
#content.confirm_plan_detail .inquiryBox .inquiry dd span.time{
	display:block;
	float:left;
}
#content.confirm_plan_detail .inquiryBox ul{
	margin:0 15px;
	padding:0;
}
#content.confirm_plan_detail .inquiryBox ul li{
  font-size:95%;
  margin-left:1em;
  text-indent:-1em;
  padding-left:0px;
	background:none;
}
#content.confirm_plan_detail .inquiryBox .inquiry .inquiry_summary{
	margin-left:1.2em;
}
#content.confirm_plan_detail .inquiryBox .inquiry .inquiry_name{
	margin-left:1.2em;
}
#content.confirm_plan_detail .inquiryBox p.inquiry_head{
	font-weight:bold;
}
#content.confirm_plan_detail .note{
	margin-top: 10px;
	font-size: 81.25%;
}
#content.confirm_plan_detail.an_health .parent_health{
	padding-bottom: 25px;
}
#content.confirm_plan_detail.an_health .parent_health .h4ttl h4{
	float:left;
	margin-bottom:0;
	padding-left: 10px;
	background: none;
}
/* --------------------------- 2015.03.05 add */

/* input_plan_detail */
/*-----------------------------------------------------------------------------*/
#content.input_plan_detail .title_red em{
	background:url(../img/title_input_plan_detail.gif) no-repeat;
}
#content.input_plan_detail p.ex{
	padding-left:5px;
	padding-bottom:15px;
}
#content.input_plan_detail .seiKan input,
#content.input_plan_detail .meiKan input,
#content.input_plan_detail .seiKana input,
#content.input_plan_detail .meiKana input,
#content.input_plan_detail .fmAdress input,
#content.input_plan_detail .fmAdressKana input,
#content.input_plan_detail .fmJob input{
  ime-mode:active;
}
#content.input_plan_detail .fmZip input,
#content.input_plan_detail .fmBirth input,
#content.input_plan_detail .fmTell input,
#content.input_plan_detail .fmMobile input,
#content.input_plan_detail .fmMail input,
#content.input_plan_detail .fmMail2 input{
  ime-mode:disabled;
}
#content.input_plan_detail .seiKana,
#content.input_plan_detail .seiKan{
	padding-right:10px;
}
#content.input_plan_detail .seiKana,
#content.input_plan_detail .meiKana,
#content.input_plan_detail .seiKan,
#content.input_plan_detail .meiKan{
	width:140px;
	float:left;
}
#content.input_plan_detail .seiKana input,
#content.input_plan_detail .meiKana input,
#content.input_plan_detail .seiKan input,
#content.input_plan_detail .meiKan input{
	width:10em;
}
#content.input_plan_detail em.caution{
	display:block;
	padding-top:3px;
	color:#c00;
	font-size:83.862%;
	font-weight:normal;
}
#content.input_plan_detail .fmVender em.caution{
	display:block;
	padding-top:3px;
	color:#c00;
	font-size:83.862%;
	font-weight:normal;
}
#content.input_plan_detail .fmAdress input,
#content.input_plan_detail .fmAdressKana input,
#content.input_plan_detail .fmJob input,
#content.input_plan_detail .fmPass input,
#content.input_plan_detail .fmPass2 input{
	width:24em;
}
#content.input_plan_detail .fmTell input,
#content.input_plan_detail .fmMobile input{
	width:4em;
}
#content.input_plan_detail .fmMail input,
#content.input_plan_detail .fmMail2 input{
	width:13em;
}
#content.input_plan_detail .fmVender input{
	margin-right:10px;
}

#content.input_plan_detail .fmZip input{
	width:5em;
	vertical-align:baseline;
}
#content.input_plan_detail .fmZip button{
	*padding:1px 0 0;
	*border:1px solid #acacac;
}
#content.input_plan_detail .fmAdress input.adress1,
#content.input_plan_detail .fmAdress input.adress2,
#content.input_plan_detail .fmAdress input.adress3,
#content.input_plan_detail .fmAdressKana input.adress1,
#content.input_plan_detail .fmAdressKana input.adress2,
#content.input_plan_detail .fmAdressKana input.adress3{
	width:21em;
}
#content.input_plan_detail .fmBrith input{
	width:4em;
	vertical-align:baseline;
}
#content.input_plan_detail .fmAdress span.midashi,
#content.input_plan_detail .fmAdressKana span.midashi{
	clear:both;
	float:left;
	display:inline-block;
	width:150px;
	padding-right:10px;
	line-height:1.5247;
}
#content.input_plan_detail table em.planTitle{
	display:block;
	padding-bottom:5px;
	font-weight:bold;
}
#content.input_plan_detail table dl.planDetail{
	overflow:hidden;
	*zoom: 1;
	margin:0;
	padding:0;
}
#content.input_plan_detail table dl.planDetail dt,
#content.input_plan_detail table dl.planDetail dd{
	margin:0;
	padding:1px 0;
}
#content.input_plan_detail table dl.planDetail dt{
	float:left;
	width:175px;
	font-weight:normal;
}
#content.input_plan_detail table input,
#content.input_plan_detail table textarea{
	margin: 2px 0;
}
#content.input_plan_detail .fmMemo textarea{
	width:34em;
}
#content.input_plan_detail .sec_table{
	padding-bottom:10px;
}
#content.input_plan_detail .cautionbox{
	padding: 15px 10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:91.48%;
}

/* finish_plan_detail */
/*-----------------------------------------------------------------------------*/
#content.finish_plan_detail .title_red em{
	background:url(../img/title_finish_plan_detail.gif) no-repeat;
}
#content.finish_plan_detail .seiKana,
#content.finish_plan_detail .seiKan{
	padding-right:10px;
}

/* 2015.02.26 delete ------------------------------
#content.finish_plan_detail .seiKana,
#content.finish_plan_detail .meiKana,
#content.finish_plan_detail .seiKan,
#content.finish_plan_detail .meiKan{
	width:140px;
	float:left;
}
------------------------------ 2015.02.26 delete */

#content.finish_plan_detail .seiKana input,
#content.finish_plan_detail .meiKana input,
#content.finish_plan_detail .seiKan input,
#content.finish_plan_detail .meiKan input{
	width:10em;
}
#content.finish_plan_detail .fmScord em.caution{
	padding-left:1em;
	text-indent:-1em;
}
#content.finish_plan_detail .fmVender em.caution{
	display:block;
	padding-top:3px;
	color:#c00;
	font-size:83.862%;
	font-weight:normal;
}
#content.finish_plan_detail .fmAdress input,
#content.finish_plan_detail .fmAdressKana input,
#content.finish_plan_detail .fmJob input,
#content.finish_plan_detail .fmPass input{
	width:24em;
}
#content.finish_plan_detail .fmTell input,
#content.finish_plan_detail .fmMobile input{
	width:4em;
}
#content.finish_plan_detail .fmMail input{
	width:13em;
}
#content.finish_plan_detail .fmVender input{
	margin-right:10px;
}
#content.finish_plan_detail .fmZip input{
	width:5em;
	vertical-align:baseline;
}
#content.finish_plan_detail .fmZip button{
	*padding:1px 0 0;
	*border:1px solid #acacac;
}
#content.finish_plan_detail .fmAdressKana input.adress1,
#content.finish_plan_detail .fmAdressKana input.adress2,
#content.finish_plan_detail .fmAdressKana input.adress3{
	width:24em;
}
#content.finish_plan_detail .fmBrith input{
	width:2em;
	vertical-align:baseline;
}
#content.finish_plan_detail .fmAdress span.midashi,
#content.finish_plan_detail .fmAdressKana span.midashi{
	clear:both;
	float:left;
	display:inline-block;
	width:110px;
	padding-right:10px;
	line-height:1.5247;
}

/* 2015.01.05 a.takeuchi add ----------------------- */
#content.finish_plan_detail .fmAdress p,
#content.finish_plan_detail .fmAdressKana p{
	display:inline-block;
	line-height:1.5247;
}
/* ----------------------- 2015.01.05 a.takeuchi add */

#content.finish_plan_detail table input,
#content.finish_plan_detail table textarea{
	margin: 2px 0;
}
#content.finish_plan_detail .fmMemo textarea{
	width:34em;
}

/* 2015.02.25 add ----------------------- */
div#footer #copy_area {
  padding:10px 0;
}
/* -----------------------2015.02.25 add  */

div#footer p#copyright {
	background-color:#c02;
	font-size:75%;
  font-family: "Helvetica","Arial";
}

/* common_dialog */
/*-----------------------------------------------------------------------------*/
#content.common_dialog .section{
	padding-bottom:0;
}
#content.common_dialog .infoBox{
	margin: 20px 0 50px;
	padding: 30px 15px;
	background-color:#fff2f2;
	border: 1px solid #ddd;
}
#content.common_dialog .infoBox p{
	font-size:87.5%;
	font-weight:bold;
	line-height:2em;
	text-align:center;
}
#content.common_dialog .infoBox p em{
	color:#c00;
	font-weight:bold;
}

/* 照会先ボタン */
/*-----------------------------------------------------------------------------*/
#header .name_area {
	position: static;
	float: right;
	padding-top: 25px;
}
#btn_inquiry{
	position: static;
	float: right;
	padding-top: 25px;
	padding-left: 10px;
	font-weight: bold;
}
#btn_inquiry a{
	display: block;
	width: 68px;
	height: 23px;
	background:url(../img/btn_inquiry.gif) no-repeat;
	text-indent: -9999px;
}
#btn_inquiry a:hover{
	background:url(../img/btn_inquiry_on.gif) no-repeat;
}
#inquiry_window{
	display: none;
	position: absolute;
	top: 60px;
	right:0;
	width: 350px;
	z-index: 1000;
	border: 3px solid #d6d6d6;
}
#inquiry_window .in{
	padding:10px 10px 8px;
	background-color: #f7f7f7;
	border: 2px solid #fff;
}
#inquiry_window #inquiry_name{
	margin-bottom: 3px;
	font-size: 81.25%;
}
#inquiry_window #inquiry_tel{
	margin-bottom: 3px;
	font-weight: bold;
}
#inquiry_window dl{
	overflow:hidden;
	*zoom: 1;
	padding:0;
}
#inquiry_window .info dt{
	float:left;
	font-size: 75%;
}
#inquiry_window .info dd{
	float:left;
	font-size: 75%;
}
#inquiry_window .info dd .ontime,
#inquiry_window .info dd .offtime{
	display: inline;
	margin-right: 5px;
}
#inquiry_window .info dd .caution{
	margin-top: 3px;
	font-size: 91.6666%;
}
#inquiry_window #hd_btn_close{
	position: absolute;
	top: -3px;
	right: -3px;
}
#inquiry_window #hd_btn_close a{
	display: block;
	width: 23px;
	height: 23px;
	background: url(../img/btn_close2.gif) no-repeat;
	text-indent: -9999px;
}
#inquiry_window #hd_btn_close a:hover{
	background: url(../img/btn_close_on.gif) no-repeat;
}
#content{
	*position: static;
}

/* 170120 add */

.an_health .parent_name {
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 2px 10px;
	border-left: 5px solid #c02;
	font-weight: bold;
}
.an_health .tabArea {
  margin-bottom: 18px;
}
.an_health .tabArea .tabnavi {
  *zoom: 1;
  position: relative;
  z-index: 2;
  background: url(../img/tabnavi_bg.gif) repeat-x left bottom;
}
.an_health .tabArea .tabnavi:after {
  content: "";
  display: table;
  clear: both;
}
.an_health .tabArea .tabnavi{
	padding: 0;
}
.an_health .tabArea .tabnavi li {
  float: left;
  width: 10em;
  height: 41px;
  font-size: 115%;
  line-height: 136%;
  list-style: none;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-top: 3px solid #aaa;
  margin-left: 0;
  margin-right: 4px;
  margin-top: 4px;
  margin-bottom: 3px;
  zoom: 1;
  background-color: #f2f2f2;
}
.an_health .tabArea .tabnavi li a {
  color: #333;
  font-weight: bold;
  display: block;
  padding: 12px 10px 8px 26px;
  background-image: url(../img/icon_tab_arrow_g.gif);
  background-repeat: no-repeat;
  background-position: 0 60%;
  zoom: 1;
}
.an_health .tabArea .tabnavi li .more {
  float: right;
  display: none !important;
}
.an_health .tabArea .tabnavi li .more img {
  margin-top: -2px;
}
.an_health .tabArea .tabnavi li .morelinkArea {
  width: 68px;
}
.an_health .tabArea .tabnavi li.activetab {
  background: #ffffff;
  background-image: none;
  border-left: 1px solid #cc0022;
  border-right: 1px solid #cc0022;
  border-top: 3px solid #cc0022;
  border-bottom: 0px;
  margin-top: 0;
  margin-bottom: 0px;
  padding: 4px 0;
}
.an_health .tabArea .tabnavi li.activetab a {
  padding: 0 0 4px 0;
  padding: 10px 10px 10px;
  background-image: none;
  text-decoration: none;
}
.an_health .tabArea .tabnavi li.activetab .more {
  display: inline !important;
}
.an_health .tabArea .ui-tabs-panel {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  zoom: 1;
}
.an_health .tabArea ul {
  margin: 0;
}
.an_health .addBox{
	margin-top: 15px;
	margin-bottom: 40px;
	padding: 15px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}
#content.an_health .addBox p{
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}
#content.an_health .addBox ul{
	margin-bottom: 0;
	text-align: center;
}
#content.an_health .addBox li{
	display: inline-block;
	margin: 0 15px;
}
#content.an_health .addBox li input{
	position: relative;
	top: -2px;
	width: 1.5em;
}
/* 170120 add end */


/* 181122 add */
#content.fin_change_card .title_red em{
	background: url(../img/title_fin_change_card.gif) no-repeat;
}
#content.change_card .title_red em{
	background: url(../img/title_change_card.gif) no-repeat;
}
#content .btn_area.multi_row input{
	/*margin-bottom: 10px;*/
}
#content .btn_area.multi_row .row{
	text-align: center;
}
#content .btn_area.multi_row .row:first-child input{
	margin-bottom: 10px;
}
#content .btn_area.multi_row input.btn_change_card{
	background: url(../img/pc_btn_change_card.gif) no-repeat;
}
#content .btn_area input.btn_card_entry{
	background: url(../img/pc_btn_entry_card.gif) no-repeat;
}
#content .btn_area input.btn_register{
	background: url(../img/pc_btn_register.gif) no-repeat;
}
#content .btn_area input.btn_run{
	background: url(../img/pc_btn_run.gif) no-repeat;
}
#content .btn_area input.btn_run.noact{
	background: url(../img/pc_btn_run_noact.gif) no-repeat;
	cursor:default;
	opacity: 1.0;
}
#content.fin_change_card .read,
#content.change_card .read{
	padding: 0 5px 15px;
}
#content .read.onetime{
	padding-bottom: 15px;
}
#content.input_mail .read.onetime p{
	padding-bottom: 0;
}
#content.change_card .read p.caution{
	margin-left: 1em;
	padding: 5px 0 0;
	color: #c00;
	text-indent: -1em;
}
#content.change_card table.plan .fmPlan,
#content.change_card table.plan .fmCardNum{
	padding: 5px 0;
}
#content.fin_change_card table.plan.fin th,
#content.fin_change_card table.plan.fin td{
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

/* 181122 add end */

.fin_change_card .description {
  font-size: 75%;
}
.fin_change_card .description ul {
  font-size: 100%!important;
  list-style-type: none;
  margin: 0!important;
  padding-left: 0px;
}
.fin_change_card .description ul li {
  padding-bottom: 0.2em;
}
.fin_change_card li.kome {
  text-indent: -1em;
  padding-left: 1em;
}
.fin_change_card li.kome:before {
  display: inline;
  content: "※";
}
.fin_change_card ul.reflect_date {
  list-style-type: disc;
  text-indent: 0;
}
.fin_change_card li.attention {
  text-indent: -3em;
  padding-left: 3em;
}
.fin_change_card li.attention:before {
  display: inline;
  content: "※";
}
.fin_change_card ul.asterisk {
  padding-left: 3em;
}
.fin_change_card ul.asterisk >li {
  text-indent: -1em;
  padding-left: 1em;
}
.fin_change_card ul.asterisk > li:before {
  display: inline;
  content: "＊";
}

.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
  margin-top:20px;
}

/* 告知画面のモーダル用 */
#content.an_health div.announcement_modal_background {
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#content.an_health div.announcement_modal_main {
  width: 70%;
  height: 70%;
  margin-left:-25%;
  padding: 1%;
  top: 14%;
  left: 39%;
  background: #fff;
  border-radius:5px;
  position: absolute;
  background: #ccc;
}
#content.an_health .announcement_modal_main_scroll {
  height: 100%;
  overflow:scroll;
  -webkit-overflow-scrolling:touch;
  overflow-scrolling:touch;
  background: #fff;
}
#content.an_health .announcement_modal_close_btn {
  width: 30px;
  height: 30px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 101;
  cursor:pointer;
}
#content.an_health .announcement_modal_close_btn:before{
  content:"";
  width: 20px;
  height: 20px;
  border-right:2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top:12px;
  left:-3px;
}
#content.an_health .announcement_modal_close_btn:after{
  content:"";
  width: 20px;
  height: 20px;
  border-right:2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top:-2px;
  left:-3px;
}

