@charset "UTF-8";

/* main  ------------------------------*/

#main {
	/*
	font-family: Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	*/
	padding:0.5rem;
}
#main p{
	margin-bottom:1rem;
}
#main h2{
/*	padding: 0.5rem 0;	*/
}
#main a{
    color: #E59A36;
}
#main a:visited{
    color: #E59A36;
}

/* Login ------------------------------*/
#login .mark_blue{
	margin-bottom: 1rem;	
}
#login .mark_blue li{
	
}
#login dl{
	width: 100%;
	float:left;
}
#login dt{
	font-weight: normal;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 25px;
    line-height: 2.5rem;
}

#login input[type="text"],
#login input[type="password"]{
	margin: 0;

}
#login dd:last-child{
    padding: 0.5rem;
	background: #f5f5f5;
	width: 95%;
}
#main #login .border .center{
	margin: 1rem 0;
}
#main #apply .border .center{
	margin: 1rem 0;
}

div.error_msg {
	display: flow-root;
}

/* Recover ------------------------------*/
#recover table{
	width: 700px;
	margin: 0 auto;
}

#recover th,#recover td{
	padding:1rem;
	border-left: none;
}
/* Apply ------------------------------*/
#apply #applyimg{
	text-align: center;
	width: 100%;
}

#apply h3 img{
	width: 100%;
	height: auto;
}

#apply #applyalert{
	text-align: center;
	background-color: #f2dede;
	border-color: #eed3d7;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#apply #applyalert em{
	font-size:16px;
	font-weight: bold;
	color: #C00;
}
#main a{
    color: #E59A36;
    text-decoration: none;
}

/* Regist ------------------------------*/
#regist #registimg{
	text-align: center;
}

#regist #registimg img{
	width: 100%;
	height: auto;
}

#regist #registalert{
	font-size:16px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #C00;
}

#regist #registCompletedMsg{
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}

#regist .btn.orange{
	text-decoration: none;
}

#regist #search_store{
	width: 100%;
	height: auto;
	margin: 25px auto 10px auto;
	overflow: auto;
	_display: inline-block;
}

#regist #search_store #fundsearch{
	width: 140px;
	height: 70px;
	float: left;
	text-align: right;
}

#regist #search_store #goodsstore{
	width: 140px;
	height: 70px;
	float: right;
	text-align: left;
}

#regist .btn.border.search{
	padding: 15px 5px;
	text-align: center;
	text-decoration: none;
}

#regist #search_store #fundsearch img{
	width: 16%;
	height: 16%;
	vertical-align:bottom;
}

#regist #search_store #goodsstore img{
	width: 22%;
	height: 22%;
	vertical-align:bottom;
}
i.yahoo {
	vertical-align: middle;
	background-attachment: scroll;
	background-image: url(/images/i_yahoo.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 30px;
}
#main .btn.yahoo {
	color: #FFF;
	background-attachment: scroll;
	background-color: #f03;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-color: #f03;
	border-right-color: #f03;
	border-bottom-color: #f03;
	border-left-color: #f03;
	margin-bottom: 0.5rem;
	border-radius: 3px !important;
	padding: 0.8rem;
}
#main .btn.facebook {
	color: #FFF;
	background-attachment: scroll;
	background-color: #3B5998;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-color: #3B5998;
	border-right-color: #3B5998;
	border-bottom-color: #3B5998;
	border-left-color: #3B5998;
	margin-bottom: 0.5rem;
	border-radius: 3px !important;
	padding: 0.8rem;
}
#main .btn.twitter {
	color: #FFF;
	background-attachment: scroll;
	background-color: #00acee;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-color: #00acee;
	border-right-color: #00acee;
	border-bottom-color: #00acee;
	border-left-color: #00acee;
	margin-bottom: 0.5rem;
	border-radius: 3px !important;
	padding: 0.8rem;
}
.overflow{
	width:100%;
	height: 150px;
	overflow: auto;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	font-size: smaller;
}
.margin-t10{
	margin-top: 10px;
}
.margin-r20{
	margin-right: 20px;
}
.text-left {
	text-align: left;
}
.margin-t20{
	margin-top: 20px;
}
.margin-t40{
	margin-top: 40px;
}
p.indent-1 {
padding-left:1.4em;
text-indent:-1.4em;
}
.box_indentify {
    margin: 1.2em 0;
    background: #f5f5f5;
}
.box_indentify .box-title {
    background: #999;
    padding-top: 0.5rem;
	padding-bottom: 0.3rem;
    text-align: center;
    color: #FFF;
}
.box_indentify p {
    padding: 1.5rem 2rem;
    margin: 0;
	text-align: center;
	color: #E59A36;
	font-weight: bold;
}
.width100 {
max-width: 100%;
    height: auto;
	}

/* Step ------------------------------*/
.step {
	position: relative;
	padding: 10px 5px 7px 70px;
	margin-bottom:1.2rem;
	margin-top:2rem;
	font-size:1.1rem;
	font-weight: bold;
}
.step1:before {
	border-radius: 50%;
	content: '';
	background-image: url(/images/sp/guide_step1.png);
	background-repeat: no-repeat;
	background-size: 38px 44px;
	background-position: center center;
	height: 65px;
	left: -2px;
	line-height: 100px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 65px;
	background-color: #E59A36;
}
.step2:before {
    background: #E59A36;
    border-radius: 50%;
    content: '';
	background-image: url(/images/sp/guide_step2.png);
	background-repeat: no-repeat;
	background-size: 38px 44px;
	background-position: center center;
    height: 65px;
    left: -2px;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
}
.step3:before {
    background: #E59A36;
    border-radius: 50%;
    content: '';
	background-image: url(/images/sp/guide_step3.png);
	background-repeat: no-repeat;
	background-size: 38px 44px;
	background-position: center center;
    height: 65px;
    left: -2px;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
}
.step4:before {
    background: #E59A36;
    border-radius: 50%;
    content: '';
	background-image: url(/images/sp/guide_step4.png);
	background-repeat: no-repeat;
	background-size: 38px 44px;
	background-position: center center;
    height: 65px;
    left: -2px;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
}
.nameadress{
	font-size: 1rem;
	font-weight: bold;
}
.text-blue{
	color: #E59A36;
	font-weight: bold;
	margin-bottom: 0.3rem;
}

/* 新規会員登録の新しいフロー（仮会員外す） ------------------------------*/
#sendMailResult{
	text-align: center;
	margin-bottom:10px;
}
#sendComplete{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EAB38B;
	margin-bottom:20px;
	color: #FFF;
	display: none;
}

#sendError{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f2dede;
	border-color: #eed3d7;
	margin-bottom:20px;
	color: #C00;
	display: none;
}

.address_overflow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.9;
	display: none;
}

.address_overflow .overflow_contents{
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.disableForm{
	display: none;
}

.ableForm{
	display: inline-block;
}

.label_small{
	color: #949494;
	font-size: 0.8rem;
	margin: 0.5rem !important;
}
