@charset "UTF-8";

/* Hidden ============================== */
.cmn-hide {
	display:none !important;
}
/* ClearFix ============================== */
.cmn-clearfix:after { /* ifIE overridden */
	content:"" !important;
	height:0 !important;
	clear:both !important;
	display:block !important;
	visibility:hidden !important;
}
/* 送信ボタン無効 ============================== */
.cmn-disabled {
	cursor:default;
}
/* IME無効 ============================== */
.cmn-ime_disabled {
	ime-mode:disabled;
}
.cmn-ime_active {
	ime-mode:active;
}
/* セクション ============================== */
.cmn-section {
	margin:0 20px;
}
.cmn-isolate {
	margin-bottom:15px;
}
#CONTENTS_WIDE #MAIN .cmn-section .cmn-section ,
div.cmn-parent .cmn-section {
	margin-right:10px;
	margin-left:10px;
}
.cmn-keep_height { /* ifIE overridden */
	min-height:150px;
	padding-top:25px;
}

/* テキスト強調カラー ============================== */
.cmn-emphasis {
	color:#EA521F;
}
.cmn-subemphasis {
	color:#3267A3;
}
/* 注釈 ============================== */
.cmn-notes {
	font-size:75%;
}
/* リンク ============================== */
.cmn-link_next {
	background-image:url(./../images/common/mark_nextlink_l.png);
	background-repeat:no-repeat;
	background-position:0 0.1em;
	padding:5px 0 5px 21px;
	min-height:11px;
}
.cmn-link_prev {
	background-image:url(./../images/common/mark_prevlink_l.png);
	background-repeat:no-repeat;
	padding:5px 0 5px 21px;
	min-height:11px;
}
.cmn-link_indent {
	padding-left:21px;
	text-indent:-21px;
}
img.cmn-newwin {
	margin-left:5px;
	vertical-align:middle;
}
ul.cmn-divergence {
	font-size: 87.5%;
	margin: 0;
	padding: 0;
}
ul.cmn-divergence li {
	list-style-type: none;
	line-height: 1.4;
}

ul.cmn-divergence li.cmnc-nextlink {
	float: right;
	background-image:url(./../images/common/mark_nextlink_l.png);
	background-position:100% 50%;
	background-repeat:no-repeat;
	padding:6px 21px 5px 0;
}
ul.cmn-divergence li.cmnc-prevlink {
	float: left;
	background-image:url(./../images/common/mark_prevlink_l.png);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:6px 0 5px 21px;
}
/* パンくず ============================== */
.cmn-topic_path {
	margin:0 -55px 20px;
	font-size:87.5%;
	line-height:1.2;
}
.cmn-topic_path span.cmnc-here {
	font-weight:bold;
	color:#333333;
}
#CONTENTS_WIDE .cmn-topic_path {
	margin:0 0 20px;
}

/* 見出し ============================== */
.cmn-headline {
	clear:both;
	color:#4E5D81;
	background-image:url(./../images/common/bg_headline.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-bottom:10px;
	padding:0 10px 1px 1px;
	border-color:#D1D1D1;
	border-style:solid;
	border-width:1px 0;
	line-height:1.2;
}
.cmn-headline .cmnc-title { /* Switch Color Type */
	display:block;
	background-image:url(./../images/common/mark_headline.gif);
	background-repeat:no-repeat;
	background-position:4px 0;
	padding:4px 0 4px 20px;
	float:left;
}
/* 子見出し ============================== */
.cmn-subheadline {
	border-bottom:solid 4px #DCDCDC;
	margin-bottom:10px;
	font-weight:bold;
	line-height:1.5;
}
.cmn-subheadline img {
	margin-bottom:2px;
}


/* テキストエリア ============================== */
div.cmn-area_text p {
	line-height:1.4;
	font-size:87.5%;
}
div.cmn-area_text .cmnc-sublink {
	float:right;
}
div.cmn-area_text ul.cmnc-links {
	font-size:87.5%;
	list-style-type:none;
	margin:0;
	padding:0;
}
div.cmn-area_text ul.cmnc-links li {
	margin:0 0 2px;
	padding:0;
	line-height:1.4;
}

/* 画像配置 ============================== */
.cmn-figure_c {
	text-align:center;
	margin:10px 0;
}
.cmn-figure_l {
	float:left;
	margin:0 10px 10px 0;
}
/* ノーマルテーブル ============================== */
table.cmn-normal {
	width:100%;
	border-style:solid;
	border-color:#AAAAAA;
	border-width:0 1px 1px 0;
	border-spacing:0;
	margin:0 0 15px;
}
table.cmn-normal th ,
table.cmn-normal td {
	border-style:solid;
	border-color:#AAAAAA;
	border-width:1px 0 0 1px;
	padding:10px;
	font-size:87.5%;
	line-height:1.5;
	text-align:left;
}
table.cmn-normal td {
	background-color:#F9F9F9;
}
table.cmn-normal td.cmnc-figure {
	background-color:#FFFFFF;
	text-align:center;
}
table.cmn-normal td.cmnc-button {
	text-align:center;
	padding:5px;
	vertical-align:middle;
}
table.cmn-normal td .cmnc-enlarge {
	font-size:114.3%;
}
table.cmn-normal td .cmn-section {
	margin-right:0;
}
table.cmn-normal td ul {
	list-style-type:disc;
	margin:0 0 5px 1.3em;
	padding:0;
}
table.cmn-normal td ul li {
	margin:0 0 5px;
	padding:0;
	line-height:1.4;
}
table.cmn-normal .cmn-notes {
	font-size:86%;
}

/* フォームテーブル ============================== */
table.cmn-setting {
	width:100%;
	border-style:solid;
	border-color:#AAAAAA;
	border-width:0 1px 1px 0;
	border-spacing:0;
	margin:0 0 15px;
}
table.cmn-setting th ,
table.cmn-setting td {
	border-style:solid;
	border-color:#AAAAAA;
	border-width:1px 0 0 1px;
	padding:10px;
	color:#0E3E4C;
	font-size:87.5%;
	line-height:1.4;
	text-align:left;
}
table.cmn-setting th .cmn-notes,
table.cmn-setting td .cmn-notes {
	font-size:86%;
	font-weight:normal;
}

table.cmn-setting th {
	background-color:#E8F0F6;
	font-weight:bold;
}
table.cmn-setting td {
	color:#333333;
	background-color:#F9F9F9;
	vertical-align:top;
}
table.cmn-setting thead th,
table.cmn-setting thead td,
table.cmn-setting th.cmnc-largeheader {
	background-color:#B3D5EE;
	font-size:100%;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
	color:#155483;
}
table.cmn-setting thead th .cmn-notes,
table.cmn-setting thead td .cmn-notes,
table.cmn-setting th.cmnc-largeheader .cmn-notes {
	font-size:87.5%;
}
table.cmn-setting th div.cmnc-th_wrapper { /* ifIE overridden */
	padding-right:45px;
	position:relative;
}
table.cmn-setting th.cmnc-sub {
	font-weight:normal;
}
table.cmn-setting td.cmnc-figure {
	text-align:center;
	vertical-align:middle;
}
table.cmn-setting th.cmnc-email { /* ifIE overridden */
	height:65px;
	padding-left:65px;
	background-image:url(./../images/common/bg_th_email.gif);
	background-repeat:no-repeat;
	background-position:15px 50%;
}
table.cmn-setting th.cmnc-password { /* ifIE overridden */
	height:65px;
	padding-left:65px;
	background-image:url(./../images/common/bg_th_password.gif);
	background-repeat:no-repeat;
	background-position:15px 50%;
}
table.cmn-setting th.cmnc-blank {
	padding-left:65px;
}

table.cmn-setting th img.cmnc-narbitrary {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-9px;
}
table.cmn-setting td ul {
	list-style-type:disc;
	margin:0 0 5px 1.3em;
	padding:0;
}
table.cmn-setting td ul li {
	margin:0 0 5px;
	padding:0;
	line-height:1.4;
}
table.cmn-setting td.cmnc-area_emphasis {
	padding:3px;
	font-size:100%
}
table.cmn-setting td.cmnc-area_emphasis .cmn-area_emphasis {
	margin-bottom:0;
}
table.cmn-setting.sendmail td{
	vertical-align:middle;
}
/* チェックボックス・ラジオボタン用 ============================== */
table.cmn-labels {
	border:none;
	margin-bottom:10px;
}
div.cmn-area_text table.cmn-labels {
	margin-bottom:5px;
}
table.cmn-labels td {
	border:none;
	padding:0;
	vertical-align:middle;
	font-size:87.5%;
	line-height:1.4;
}
table.cmn-labels input {
	cursor:pointer;
}
table.cmn-labels label {
	margin-right:9px;
}
table table.cmn-labels {
	font-size:100%;
	margin-bottom:0;
}
table table.cmn-labels td {
	font-size:100%;
}
/* 強調エリア ============================== */
div.cmn-area_emphasis { /* ifIE overridden */
	border:solid 1px #D3D4AC;
	padding:15px 15px 5px;
	background-color:#F9FAE1;
	font-size:87.5%;
	margin-bottom:15px;
}
div.cmn-area_emphasis .cmnc-title {
	margin-bottom:5px;
	border-left:solid 0.9em #D4A31D;
	font-weight:bold;
	padding-left:3px;
	vertical-align:bottom;
}
div.cmn-area_emphasis p {
	line-height:1.5;
	margin-bottom:5px;
}
div.cmn-area_emphasis .cmnc-link {
	text-align:right;
}
div.cmn-area_emphasis ul {
	list-style-type:disc;
	margin:0 0 5px 1.3em;
	padding:0;
}
div.cmn-area_emphasis ul li {
	margin:0 0 5px;
	padding:0;
	line-height:1.4;
}
div.cmn-area_emphasis .cmnc-enlarge {
	font-size:114.3%;
}

/* 送信ボタンエリア ============================== */
div.cmn-submit_area { /* ifIE overridden */
	background-repeat:repeat-x;
	margin:0;
	padding:20px 80px;
	min-height:1.0em;
	position:relative;
	text-align:center;
	font-size:87.5%;
}
div.cmn-submit_area ul {
	list-style-type:none;
	margin:0 -10px 0 0;
	padding:0;
}
div.cmn-submit_area ul li {
	display:inline;
	margin-right:10px;
}
div.cmn-submit_area ul li.cmnc-cancel {
	position:absolute;
	top:20px;
	left:80px;
}
div.cmn-submit_area div.cmnc-back {
	position:absolute;
	top:15px;
	left:20px;
	line-height:1.2;
}
div.cmn-submit_area p {
	line-height:1.4;
}
div.cmn-submit_area .cmnc-ssl {
	background-image:url(./../images/common/mark_ssl.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
div.cmn-section div.cmn-submit_area {
	background-image:none;
	padding-top:10px;
}


/* 進行状況 ============================== */
div.cmn-location {
	margin-bottom:10px;
}
div.cmn-location div.cmnc-status {
	float:right;
}
div.cmn-location div.cmnc-status div.cmnc-section {
	float:left;
}
div.cmn-location div.cmnc-status div.cmnc-section ol {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.cmn-location div.cmnc-status div.cmnc-section ol li {
	margin:0;
	padding:0;
	float:left;
}

/* 現在と今後の手続きの進行概要 ============================== */
div.step_guide {
	font-size:87.5%;
	margin-left:120px;
}
div.step_guide .heading ,
div.step_guide p {
	float:left;
	margin:0;
}
div.step_guide .step2 {
	background-image:url(./../images/lounge/bg_getid_complete_step2_top.gif);
	background-repeat:no-repeat;
	padding-top:2px;
	margin-top:15px;
}
div.step_guide .step2 .cmn-clearfix {
	background-image:url(./../images/lounge/bg_getid_complete_step2_bottom.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0 2px 2px;
}
div.step_guide .step2 p {
	width:429px;
	padding:10px;
	text-align:center;
}
div.step_guide .step2 a.button {
	position:relative;
	display:block;
	background-image:url(./../images/lounge/btn_getid_complete_step2_bottom_off.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:330px;
	margin:10px auto 0;
	padding-bottom:18px;
}
div.step_guide .step2 a.button span.inner {
	background-image:url(./../images/lounge/btn_getid_complete_step2_top_off.png);
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	padding:12px 10px 0;
	margin-bottom:-12px;
	position:relative;
	top:-6px;
	min-height:10px;
	color:#FFFFFF;
	font-weight:bold;
}
div.step_guide .step2 a.button:hover {
	background-image:url(./../images/lounge/btn_getid_complete_step2_bottom_on.png);
	text-decoration:none;
}
div.step_guide .step2 a.button:hover span.inner {
	background-image:url(./../images/lounge/btn_getid_complete_step2_top_on.png);
}

/* ページリンク ============================== */
div.cmn-pagelink {
	font-size:87.5%;
	color:#5A5A5A;
}
div.cmn-pagelink ul {
	margin-right:150px;
	text-align:right;
	margin-top:-5px;
	margin-bottom:-5px;
	position:relative;
	z-index:1;
}
div.cmn-pagelink ul.cmnc-index {
	margin-right:0;
	text-align:center;
	margin-bottom:0;
}
div.cmn-pagelink ul li {
	display:inline;
	border-left:solid 1px #333333;
	margin-left:5px;
	padding-left:5px;
}
div.cmn-pagelink ul li.cmnc-first {
	border-left:none;
	margin-left:0;
	padding-left:0;
}
div.cmn-pagelink ul.cmnc-small {
	margin-right:210px;
	margin-bottom:-15px;
}


/* ログインパーツ ============================== */
div.cmn-menber_login {
	border:solid 1px #D1D1D1;
}
div.cmn-menber_login .cmnc-heading {
	position:relative;
	margin: -1px -1px 0;
}
div.cmn-menber_login .cmnc-wrapper {
	background-color:#E3EDF5;
	margin:2px;
	padding:7px;
}
div.cmn-menber_login ul.cmnc-submit {
	font-size:75%;
	list-style-type:none;
	margin:0;
	padding:0;
}
div.cmn-menber_login ul.cmnc-submit li {
	text-align:center;
	margin-bottom:5px;
}
div.cmn-menber_login div.cmnc-inputid table.cmnc-attestation {
	width:100%;
	border-spacing:0;
	border-style:none;
	font-size:87.5%;
	margin-bottom:5px;
}
div.cmn-menber_login div.cmnc-inputid table.cmnc-attestation th ,
div.cmn-menber_login div.cmnc-inputid table.cmnc-attestation td {
	border-style:none;
	text-align:left;
	font-weight:normal;
	padding-bottom:5px;
}
div.cmn-menber_login div.cmnc-auto_login {
	margin:0 0 10px;
}
div.cmn-menber_login div.cmnc-auto_login table.cmn-labels {
	margin:auto;
}
div.cmn-menber_login div.cmnc-auto_login table.cmn-labels td {
	white-space:nowrap;
	font-size:75%;
}
div.cmn-menber_login div.cmnc-getid {
	border-top:dashed 1px #A9A9A9;
	margin-top:10px;
	padding-top:10px;
}
div.cmn-menber_login div.cmnc-getid ul.cmnc-submit a {
	padding:5px 0 5px 20px;
	background-image:url(./../images/common/mark_beginner.png);
	background-repeat:no-repeat;
	min-height:11px;
}
div.cmn-menber_login .cmnc-title {
	font-size:87.5%;
	margin:0 0 5px;
}
#SUB div.cmn-menber_login {
	margin-bottom:17px;
}


/* 日経ID会員情報パーツ ============================== */
div.cmn-menber_infomation {
	background-color:#F3F3F3;
	padding:0 10px 10px;
	font-size:87.5%;
}
div.cmn-menber_infomation .cmnc-heading {
	margin-right:-10px;
	margin-bottom:10px;
	margin-left:-10px;
}
div.cmn-menber_infomation table.cmnc-information {
	border-spacing:0;
	border-style:none;
}
div.cmn-menber_infomation table.cmnc-information th ,
div.cmn-menber_infomation table.cmnc-information td {
	border-style:none;
	line-height:1.5;
	text-align:left;
	font-weight:normal;
}
div.cmn-menber_infomation .cmnc-section {
	margin-top:10px;
	padding-top:10px;
	padding-left:10px;
	border-top:dashed 1px #A9A9A9;
	background-image:url(./../images/common/mark_section.gif);
	background-repeat:no-repeat;
	background-position:0 12px;
}
div.cmn-menber_infomation .cmnc-section .cmnc-heading {
	margin-right:0;
	margin-left:0;
	color:#4E5D81;
	font-weight:bold;
}
div.cmn-menber_infomation ul.cmnc-linklist {
	list-style-type:none;
	margin:0;
	padding:0;
}
div.cmn-menber_infomation ul.cmnc-linklist li {
	line-height:1.4;
	margin-bottom:5px;
}
div.cmn-menber_infomation .cmnc-relatedlink {
	margin-top:10px;
	text-align:right;
}
#SUB div.cmn-menber_infomation {
	margin-bottom:17px;
}
div.cmn-menber_infomation div.cmnc-logout {
	margin:10px auto 0;
	padding:10px 0 0;
	border-top:dashed 1px #A9A9A9;
	text-align: center;
}

/* ページネーション ============================== */
div.cmn-pagenation {
	position:relative;
	margin-top:20px;
}
div.cmn-pagenation ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:87.5%;
	width:100%;
	text-align:center;
	line-height:1.1;
}
div.cmn-pagenation ul li {
	display:inline;
	margin:0;
	padding:0;
}
div.cmn-pagenation ul li.here {
	font-weight:bold;
	color:#333333;
}
div.cmn-pagenation ul li.next ,
div.cmn-pagenation ul li.back {
	color:#9C9C9C;
	position:absolute;
	top:0;
	line-height:1.1;
	width:8em;
}
div.cmn-pagenation ul li.next {
	right:50%;
	margin-right:-16em;
	text-align:left;
}
div.cmn-pagenation ul li.back {
	right:50%;
	margin-right:8em;
	text-align:right;
}
div.cmn-pagenation ul li a ,
div.cmn-pagenation ul li span {
	margin:0 0.1em;
}
div.cmn-pagenation ul li.next a ,
div.cmn-pagenation ul li.back a {
	margin-right:0;
	margin-left:0;
}
/* エラー表示 ============================== */
.cmn-error {
	width: 700px;
	padding: 50px 0;
	margin: 0 auto;
}
.cmn-error .cmnc-error-title {
	border-bottom:3px solid #D1D2D2;
	font-size:162.5%;
	line-height:1.2;
	margin-bottom:10px;
	padding-bottom:5px;
}
.cmn-error .cmnc-error-figure {
	float:right;
	margin:0 0 10px 10px;
}
.cmn-error .cmnc-error-message {
	line-height:1.5;
}
.cmn-error .cmn-continue {
	font-size:87.5%;
	margin:10px 0;
	background-image:url(./../images/common/mark_continue.png);
	background-position:0px 50%;
	background-repeat:no-repeat;
	min-height:14px;
	padding-left:19px;
	text-indent:0;
	white-space:nowrap;
}
.cmn-subheadline_new {
	color:#4E5D81;
	background-image:url(./../images/common/bg_headline.gif);
	background-repeat:no-repeat;
	background-position:-20px 100%;
	padding:5px 10px;
	margin-bottom: 10px;
	border-top:#D1D1D1 1px solid;
	line-height:1.2;
}
div.cmn-area_text p.cmn-area_text_step {
	padding-left: 10px;
}
