.pin .progress_status{
	width:100%;
	height:80px;
	padding-top:30px;
	margin-bottom:25px;
	overflow:hidden;
}
.pin .progress_status ol{
	position: relative;
	left:50%;
	float:left;
}
.pin .progress_status li{
	float:left;
	left:-50%;
	position: relative;
	width:120px;
	text-align:center;
	padding-top:30px;
	color:#b5b5b5;
	display:block;

	background-image:url(/static/docs/COMMON/step/step_middle-unfinished.png);
	background-repeat:no-repeat;
	background-position:0 0;
	
}
.pin .progress_status li.unfinished_end{
	background-image:url(/static/docs/COMMON/step/step_end-unfinished.png);
}
.pin .progress_status li.in_process{
	color:#000000;
	background-image:url(/static/docs/COMMON/step/step_middle.png);
}
.pin .progress_status li.in_process_start{
	background-image:url(/static/docs/COMMON/step/step_start.png);
	background-position:right 0;
}
.pin .progress_status li.in_process_end{
	background-image:url(/static/docs/COMMON/step/step_end.png);
}


/*
.pin .progress_status li:before{
	content:"";
	background-color:#b5b5b5;
	width  :12px;
	height:12px;
	display:block;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-6px;
	border-radius:50%;
	overflow:hidden;
}
.pin .progress_status li:after{
	content:"";
	background-color:#b5b5b5;
	width  :120px;
	height:4px;
	display:block;
	position:absolute;
	top:4px;
	left:0;
	overflow:hidden;
}
.pin .progress_status li:first-child:after{
	width:60px;
	left:60px;
}
.pin .progress_status li:last-child:after{
	width:60px;
	left:0;
}
.pin .progress_status li.in_process:before,
.pin .progress_status li.in_process:after{
	background-color:#36a8f2;
}
*/
.pin .lead_box,
.pin .error_box,
.pin .input_box,
.pin .submit_box{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
.pin .lead_box{
	margin-bottom:40px;
}
.pin .lead {
	font-size:15px;
}
.pin .lead .annotation{
	font-size:12px;
	color:#666666;
}
.pin .input_box{
	background:#f3f3f3;
	border-radius:6px;
}
.pin .input_box_inner{
	padding:40px 0;
	border:1px solid #eeeeee;
	border-radius:4px;
}
.pin .kana_input,
.pin .kana_display{
	float:left;
	position:relative;
	left:50%;
}
.pin .kana_display{
	margin-bottom:10px;
}
.pin .kana_input dt,
.pin .kana_display dt{
	float:left;
	position:relative;
	left:-50%;
	font-size:18px;
	line-height:40px;
}
.pin .kana_input dt.merge_label{
}
.pin .kana_input dd,
.pin .kana_display dd{
	float:left;
	width:360px;
	position:relative;
	left:-50%;
	font-size:18px;
}
.pin .kana_display dd{
	line-height:40px;
	margin-left:50px;
	width:290px;
}
.pin input.kana{
	font-size:18px;
	padding:8px;
	box-shadow:0 1px 2px #666666 inset;
	border:1px solid #dddddd;
	width:300px;
	margin-left:20px;
	border-radius:4px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
.pin input.kana:focus{
	background-color:#FFFDDD;
	box-shadow:0 1px 1px #333333 inset;
	border:1px solid #aaaaaa;
}
.pin .submit_box{
	margin-top:40px;
}
.pin .button_submit{
	display:block;
	margin:0 auto;
	font-size:18px;
	text-align:center;
	line-height:56px;
	border:1px solid #9d7439;
	border-radius:4px;
	box-shadow:0 0 3px #333333;
	text-shadow: 0 1px 1px #FFFFFF;
	color:#000000;

	background-color: #ff8c00;
	background-image:-webkit-gradient(linear,28% 0%,28% 93%,color-stop(0,rgb(253,159,2)),color-stop(1, rgb(255,133,11)));
	background-image:-webkit-linear-gradient(rgb(253,159,2)0%,rgb(255,133,11) 100%);
	background-image:-ms-linear-gradient(rgb(253,159,2)0%,rgb(255,133,11) 100%);
	background-image:linear-gradient(rgb(253,159,2)0%,rgb(255,133,11) 100%);
	width:320px;
	height:54px;
	border-color:rgb(255,128,0);
	border-width:1px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border-style:solid;
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2) ,inset 0px 0px 4px rgba(255,255,255,0.3);
	box-shadow:0px 2px 2px rgba(0,0,0,0.2) ,inset 0px 0px 4px rgba(255,255,255,0.3);
//	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffd9f02,endColorstr=#ffff850b,GradientType=0) progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
//	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fffd9f02,endColorstr=#ffff850b,GradientType=0) progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);

	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	cursor:pointer;
}
.pin .button_submit:hover{
	background-color: #FFAF0B;
	background-image:-webkit-gradient(linear,28% 0%,28% 93%,color-stop(0,rgb(255,180,10)),color-stop(1, rgb(255,150,20)));
	background-image:-webkit-linear-gradient(rgb(255,180,10)0%,rgb(255,150,20) 100%);
	background-image:-ms-linear-gradient(rgb(255,180,10)0%,rgb(255,150,20) 100%);
	background-image:linear-gradient(rgb(255,180,10)0%,rgb(255,150,20) 100%);
}
.pin .button_back{
	display:block;
	margin:50px auto 0;
	font-size:15px;
	text-align:center;
	width:130px;
	height:40px;
	line-height:40px;
	border:1px solid #777777;
	border-radius:4px;
	box-shadow:0 0 3px #555555;
	text-shadow: 0 1px 1px #FFFFFF;
	color:#000000;
	text-decoration: none;
	background-color: #f3f3f3;
	background-image:-webkit-gradient(linear,28% 0%,28% 93%,color-stop(0,rgb(243,243,243)),color-stop(1, rgb(221,221,221)));
	background-image:-webkit-linear-gradient(rgb(243,243,243) 0%,rgb(221,221,221) 100%);
	background-image:-ms-linear-gradient(rgb(243,243,243) 0%,rgb(221,221,221) 100%);
	background-image:linear-gradient(rgb(243,243,243) 0%,rgb(221,221,221) 100%);
	border-color:rgb(187,187,187);
	border-width:1px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border-style:solid;
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2) ,inset 0px 0px 4px rgba(255,255,255,0.6);
	box-shadow:0px 2px 2px rgba(0,0,0,0.2) ,inset 0px 0px 4px rgba(255,255,255,0.6);
//	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff3f3f3,endColorstr=#ffdddddd,GradientType=0) progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
//	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff3f3f3,endColorstr=#ffdddddd,GradientType=0) progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	cursor:pointer;
}
.pin .button_back:hover{
	background-color: #f9f9f9;
	background-image:-webkit-gradient(linear,28% 0%,28% 93%,color-stop(0,rgb(250,250,250)),color-stop(1, rgb(230,230,230)));
	background-image:-webkit-linear-gradient(rgb(250,250,250) 0%,rgb(230,230,230) 100%);
	background-image:-ms-linear-gradient(rgb(250,250,250) 0%,rgb(230,230,230) 100%);
	background-image:linear-gradient(rgb(250,250,250) 0%,rgb(230,230,230) 100%);

}
.pin .button_charge_mybitcash{
	width:550px;
}
.pin .pin_information{
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
.pin .pin_information_inner{
	background-color:#f7f7f7;
	border:8px solid #c9c9c9;
	border-radius:4px;
	padding:15px 0;
}
.pin .active .pin_information_inner{
	border:8px solid #52ade7;
}
.pin .pin_detail{
	margin-bottom:10px;
}
.pin .pin_detail dt{
	width:40%;
	float:left;
	text-align:right;
	margin-left:10px;
	font-size:15px;
	line-height:24px;
}
.pin .pin_detail dd{
	width:55%;
	float:right;
	text-align:left;
	font-size:15px;
	line-height:24px;
}
.pin .pin_detail dd .date,
.pin .pin_detail dd .abstract{
	margin-right:15px;
}
.pin .pin_detail .icon_segment {
	vertical-align:top;
	margin:0 5px;
}
.pin .pin_detail .credit{
	font-size:18px;
	margin-right:5px;
}
.pin .error_box .error{
	color:#FF0000;
	margin-bottom:10px;
	text-align:center;
	font-size:15px;
}
.pin .next_flow{
	width:760px;
	margin:0 auto;
	padding-top:70px;
	background-image:url(/static/docs/COMMON/icon/dark/24/icon_arw-down.png);
	background-repeat:no-repeat;
	background-position:center 23px;
}
.pin .merge_method_item{
	margin-bottom:25px;
	padding-bottom:40px;
}
.pin .merge_method_item:last-child{
	border-bottom:0;
}
.pin .merge_method_title{
	margin-bottom:20px;
	margin-left:30px;
}
.pin .merge_method_title dt{
	background-color:#63bffb;
	float:left;
	width:100px;
	text-align:center;
	font-size:15px;
	line-height:32px;
	height:32px;
	margin-right:20px;
	border-radius:4px;
}
.pin .merge_method_title dd{
	line-height:32px;
	height:32px;
	font-size:18px;
}
.pin .icon_information{
	background-image:url(/static/docs/COMMON/icon/dark/16/icon_information.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:20px;
	font-size:15px;
	margin-bottom:30px;
}
.pin .figure_introduction_mybitcash{
	text-align:center;
	margin-bottom:30px;
}
.pin .figure_introduction_mybitcash_bottom{
	text-align:center;
	margin-top:30px;
}
.pin .lead_register_account{
	text-align:center;
	font-size:15px;
	line-height:2em;
	margin-bottom:5px;
}
.pin .lead_register_account strong{
	color:#FF4400;
	font-weight:normal;
}
.shift_mybitcash {
	width:760px;
	margin:40px auto;
}
.pin .segment_change_caution{
	font-size:15px;
	margin:30px 0;
	text-align:center;
	color:#ff0000;
}
.bottom_information{
	margin:50px auto 20px;
	border-top:1px solid #cccccc;
	width:760px;
	text-align:center;
	padding:50px 0 0;
}
.bottom_information .lead{
	font-size:15px;
	margin-bottom:30px;
}
.bottom_information .information_banner{
	margin-bottom:30px;
}
.bottom_information .catch{
	font-size:15px;
}
.flow_lead{
	font-size:15px;
	width:760px;
	margin:0 auto 20px;
}
.flow_lead p{
	margin-bottom:15px;
}
.flow_lead span{
	background-color: #63BFFB;
	border-radius: 4px 4px 4px 4px;
	font-size: 12px;
	padding:3px 10px;
	text-align: center;
	width: 100px;
	margin:0 5px;
}
.flow_lead .flow_notice{
	font-size:12px;
	color:#666666;
}
.pin .method_block{
	padding:25px 0 30px;
	border-radius:4px;
	box-shadow:0 0 10px #aaaaaa inset;
}
.button_login {
	background:none;
	border:none;
	margin:20px auto 0;
	display:block;
	text-decoration:underline;
	color:#009CFF;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	cursor:pointer;
	height:16px;
}
#mybitcash_information_open,
#mybitcash_information_close{
	display:none;
	text-align:center;
	text-decoration:underline;
	color:#009CFF;
	margin:0 auto 20px;
	font-size:15px;
	width:100%;
	position:relative;
	background-image:url(/static/members/COMMON/segment/segment_small-bottom.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:600px 18px;
	padding-bottom:20px;
}
#mybitcash_information_open span,
#mybitcash_information_close span{
	cursor:pointer;
}
#mybitcash_information_open:after{
	position:absolute;
	top:-20px;
	left:58%;
	content:"";
	width:67px;
	height:34px;
	display:block;
	background-image:url(/static/docs/PC/images/content/balance/check_detail.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
#attentionInfoList{
	width: 714px;
	margin: 0 auto 20px;
	text-align: center;
	background:#E6EFFF;
	border:3px solid #6CA5F6;
}
#attentionInfoList_inner{
	padding:15px;
}
#attentionInfoList_inner li p{
	text-align:left;
	font-size:16px;
}
#attentionInfoList_inner li p.infoDate{
	text-align:right;
	font-size:12px;
}
.attention_border_box{
	background-color: #fff6f6;
	width:760px;
	margin: 0 auto 30px;
	padding: 20px;
	font-size: 16px;
	box-sizing: border-box;
	text-align: left;
	border: solid 5px #FF0000;
}
.attention_summary{
	color:#FF0000;
	margin-bottom: 20px;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}