@charset "shift_jis";
/* footer
--------------------------------------------------------- */
#mypage_cmn_footer {
	width: 100%;
	padding: 40px 0 35px 0;
	text-align: center;
	background-color: #404c5c;
	color: #fff;
}

#mypage_cmn_footer a, a:visited, a:hover, a:active {
    color: inherit;
}

.title1 {
    background: #5c5f63;
    background: -moz-linear-gradient(top, #5c5f63 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5f63), color-stop(100%,#000000));
    background: -webkit-linear-gradient(top, #5c5f63 0%,#000000 100%);
    background: -o-linear-gradient(top, #5c5f63 0%,#000000 100%);
    background: -ms-linear-gradient(top, #5c5f63 0%,#000000 100%);
    background: linear-gradient(top, #5c5f63 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5f63', endColorstr='#000000',GradientType=0 );
    color: #FFFFFF;
    padding: 8px 0px 8px 10px;
    margin-top: 15px;
    font-weight: bold;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #ffd907;
}

/* フォームのサイズ指定 */
.size-s { width: 23%; height: 35px;　vertical-align: middle;}
.size-m { width: 38%; height: 35px;　vertical-align: middle;}
select,
.size-l { width: 85%; height: 35px;　vertical-align: middle;}

#etcontents input, textarea {
    -webkit-appearance: auto;
}
#etcontents{
	padding:0px 0 0 0px;
	font-size:14px;
}

/* エリア */
#etcontents .area{
	margin:0px;
}
/* フォーム */
#etcontents dl dt{
	margin-top:10px;
	margin-bottom: 5px;
	color:#333333;
	font-weight: bold;
	background-color:#eef1f9;
	border: 1px solid #ccd2e1;
	vertical-align:bottom;
	padding:5px;
}

#etcontents dl dd{
	margin-top:5px;
	margin-bottom: 10px;
	margin-left:10px;
}

#etcontents .required{
	color:#FF0000;
	font-weight:bold;
}

#etcontents .button{
    text-align: center;
	margin-top:15px;
}

#etcontents p{
	margin:10px;
	font-weight:bold;
}

#etcontents input[type=checkbox] {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

input[type='checkbox'] + label.rn_checkbox::after {
    top: 1px;
	left: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    border-radius: 2px;
    background: #fff;
}