/* 基本スタイル */
hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #393939;
	margin: 0;
	padding: 0;

	-webkit-box-shadow: 1px 1px 1px #999999;
}

.topBlock {
	margin: 8px;
}

/* バナー */
.banner_l {
	text-align: center;
	margin: 8px auto;
	padding: 0;
	width: 304px;
	height: 80px;
}
.banner_l img {
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 304px;
	height: 80px;
	border: 1px solid #333333;
}

.banner_60 {
	text-align: center;
	margin: 8px auto;
	padding: 0;
	width: 304px;
	height: 60px;
}
.banner_60 img {
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 304px;
	height: 60px;
	-webkit-background-size: 304px 60px;
	border: 1px solid #333333;
}

.banner_m {
	text-align: center;
	margin: 8px auto;
	padding: 0;
	width: 304px;
	height: 84px;
}
.banner_m div {
	padding: 0;
	margin: 0;
	float: left;
}
.banner_m div:last-child {
	margin-left: 2px;
}
.banner_m div img {
	width: 150px;
	height: 80px;
	float: left;
}
.banner_m div img a {
	padding: 0;
	margin: 0;
}

/* ニュース枠 */
.hiddenRow {
	display: none;
}
.visibleRows {
	display: inline-block;
}

/* お知らせ枠 */
#topAnn {
	background-color: #393939;
	color: #ffffff;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
	border-bottom: 1px solid #323765;
	height: 40px;
	width: 320px;
}
/*
#topAnn ul.annBlock {
	border: 1px solid #676566;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	height: 34px;
	padding: 0;
	margin: 0px auto;
	width: 310px;
}*/
#topAnn div.annBody {
	display: inline-block;
	list-style-type: none;
	width: auto;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	float: left;
	margin-left: 5px;
	overflow: hidden;
}
#topAnn div.annBody a {
	color: #ffffff;
	text-decoration: underline;
}
#topAnn div.annButton {
	display: inline-block;
	float: left;
	z-index: 2;
}
#topAnn div.annButton img { 
	height: 40px;
	width: 42px;
	z-index: 2;
}
#topAnn span.annRow {
	width: 278px;
	padding-left: 278px;
}

/* 縦割りめにゅー */
ul#topMenu {
    display: block;
    font-size: 10px;
	background-color: #ffffff;
	border-bottom: 1px solid #BDBDBD;
	height: auto;
	padding: 0;
	margin: 0 auto;
	width: 320px;
}
ul#topMenu li {
	border-top: 1px solid #BDBDBD;
	margin: 0px;
	padding: 8px;
	float: left;
	display:inline-block;
	height: 29px;
	width: 144px;
}
ul#topMenu li a {
	display: block;
	margin: -8px;
	padding: 8px;
	color #393939;
}
ul#topMenu li:nth-child(odd) {
	margin-right: -1px;
	border-right: 1px solid #BDBDBD;
}

/*
#topMenu {
	display: block;
	height: auto;
	padding: 8px;
	margin: 0;
	background-color: #51578A;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #323765;
}

#topMenu div.row {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	width: 310px;
	padding: 0;
	overflow: visible;
}
*/



/* アニメーション */
/*
@-webkit-keyframes closerotate {
	0% { -webkit-transform:rotate(90deg); }
	50% { -webkit-transform:rotate(45deg); }
	100% { -webkit-transform:rotate(0deg); }
}*/

@-webkit-keyframes slide_left {
	0% {-webkit-transform: translate(50px,0px);}
	30% {-webkit-transform: translate(50px,0px);}
	50% {-webkit-transform: translate(50px,0px);}
	70% {-webkit-transform: translate(50px,0px);}
	90% {-webkit-transform: translate(50px,0px);}
}


/* ログインページ */
#login_mail, 
#login_pass {
	color: #999999;
}

/* +++++ use _reg form +++++ */
/* flowchart */
.regFlow {
	margin-top:8px;
	padding:5px;
	border-radius:5px;
	line-height:1.0;
	background-color:#c4d6ed;
}
.regFlow ul {
	margin:0;
	color:#0049a6;
}
.regFlow li {
	float:left;
	margin-right:4px;
	padding-right:9px;
	font-size:11px;
	background:url(/cache/static/i/regist/DLPO/dlpo_flow-icon_01.png) no-repeat right 0.2em;
	-webkit-background-size:6px 7px;
	background-size:6px 7px;
}
.regFlow li:last-child {
	margin-right:0;
	padding-right:0;
	background:none;
}

/* button */
.btnKarameSend {
	margin:6px -10px 0;
}
/* input mail address */
.karameBlock {
	margin-top:8px;
	border-top:1px dashed #999999;
}
.karameBlock form {
	margin-top:8px;
	display:-webkit-box;
	display:box;
}
.karameBlock form div:first-child {
	-webkit-box-flex:1;
	box-flex:1;
}
.karameBlock form input[type="email"] {
	margin:0;
	padding: 8px 4px 0 4px;
	line-height: 19px;
	border-radius:4px;
}
.karameBlock form input[type="submit"] {
	display:block;
	height:27px;
	width:55px;
	margin-left:10px;
	padding:0 4px;
	border:1px solid #dfdfdf;
	border-radius:4px;
	line-height:27px;
	text-align:center;
	color:#5d5d5d;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d4d4d4), color-stop(0.00, #f3f3f3));
	background:-webkit-linear-gradient(top, #f3f3f3 0%, #d4d4d4 100%);
	background:linear-gradient(to bottom, #f3f3f3 0%, #d4d4d4 100%);
}

/* +++++ _reg form +++++ */
.registBox {
	margin:10px;
	font-size:12px;
}
.registBox p {
	margin-top:8px;
	color: #8d8d8d;
}
.registBox .sp-text01 {
	color: #343434;
}
.registBox .sp-text-size-s {
	line-height: 1.5em;
	letter-spacing: -0.1em;
}
.registBox p a {
	text-decoration: underline;
}
.registBox .registBoxHead {
	min-height:37px;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
	border:1px solid #bebebe;
	border-bottom:none;
	-webkit-border-radius:2px;
			border-radius:2px;
	-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,0.3) inset;
			box-shadow:0 0 2px 0 rgba(0,0,0,0.3) inset;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #b8c8e4));
	background:-webkit-linear-gradient(top, #b8c8e4 0%, #ffffff 100%);
	background:linear-gradient(to bottom, #b8c8e4 0%, #ffffff 100%);
}
.registBox .registBoxInner {
	margin-top:-2px;
	padding:0 10px 14px;
	overflow:hidden;
	background:#fff ;
	border-right:1px solid #bebebe;
	border-left:1px solid #bebebe;
	-webkit-border-radius:0 0 2px 2px;
			border-radius:0 0 2px 2px;
	-webkit-box-shadow:0 -1px 2px 0 rgba(0,0,0,0.3) inset;
			box-shadow:0 -1px 2px 0 rgba(0,0,0,0.3) inset;
}
.registBox .registBoxInner.inputBox {
	background:#efefef ;
}
.registBox .registBoxInner.typeLastButton {
	padding-bottom: 4px
}
.registBox .regFlowList {
	display:-webkit-box;
	display:        box;
	-webkit-box-align: center;
			box-align: center;
	margin:10px 10px 0;
	padding-bottom:2px;
}
.registBox .regFlowList li {
	padding:0;
	font-size:12px;
	text-align:center;
}
.registBox .regFlowList.col2 li {
	width:47.5%;
}
.registBox .regFlowList.col3 li {
	width:30%;
}
.registBox .regFlowList li span {
	display:block;
	padding-top:2px;
	font-weight: bold;
	color: #0048a5;
}
.registBox .regFlowList li span.here {
	margin-top:0;
	padding:3px 2px 2px;
	-webkit-border-radius:5px;
			border-radius:5px;
	background-color:#0048a5;
	color:#fff;
}
.registBox .regFlowList li.arrow {
	width:5%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background:url(/cache/static/i/regist/DLPO/dlpo_flow-icon_01.png) no-repeat center center;
	-webkit-background-size:6px 7px;
			background-size:6px 7px;
}

.registInputList {
	margin-top:10px;
}
.registInputList .valueGroup {
	display:-webkit-box;
	display:        box;
	-webkit-box-align: center;
			box-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	list-style-type: none;
	overflow: hidden;
	margin: 0;
	position: relative;
}

.registInputList.detail .valueGroup {
	border:none;
	padding:8px 0 0 0;
}
.registInputList.detail .valueGroup:first-child,
.registInputList.detail .valueGroup:last-child {
	border-radius: 0;
}


.registInputList .valueGroup label {
	line-height:1.4;
	border: 1px solid #c3c3c3;
	border-top: none;
	background:#fff;
	-webkit-box-shadow: inset 1px 0 1px 0 #DDD;
			box-shadow: inset 1px 0 1px 0 #DDD;
}
.registInputList .valueGroup:first-child label {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top: 1px solid #c3c3c3;
	-webkit-box-shadow: inset 1px 1px 1px 0 #DDD;
			box-shadow: inset 1px 1px 1px 0 #DDD;
}
.registInputList .valueGroup:last-child label {
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.registInputList .valueGroup.nicknameLogin label {
	margin-top:8px;
	border: 1px solid #c3c3c3;
	border-radius: 7px;
	-webkit-box-shadow: inset 1px 0 1px 0 #DDD;
			box-shadow: inset 1px 0 1px 0 #DDD;
}

.registInputList.detail .valueGroup label {
	padding:0;
	border:none;
	line-height:30px;
	background:none;
	-webkit-box-shadow:none;
			box-shadow:none;
}
.registInputList .valueGroup.sp-box-align-start {
	-webkit-box-align: start;
			box-align: start;
}
.registInputList .valueGroupBlock {
	display: block;
}
.registInputList .valueGroupTitle {
	display: block;
	width: 37%;
	font-weight:bold;
	color: #343434;
}
.registInputList .valueGroupData {
	display: block;
	width: 100%;
}
.registInputList.detail .valueGroupData {
	width: 63%;
	margin-top: 0;
}
.registInputList .widthHalf {
	width: 50%;
}
.registInputList .underInputTxt {
	margin-top: 5px;
	letter-spacing: -0.1em;
}
.registInputList .letterSpacing-Large {
	letter-spacing: 1em;
}
.registInputList .inputTitleTxt {
	padding-top: 10px;
}
.registInputList .inputTypeRadio {
	display: block;
}
.registInputList .inputTypeRadio:first-child {
	margin-right: 10px;
}
.registInputList .inputTypeRadio input {
	-webkit-appearance: none;
	position: absolute;
	display: block;
	width: 82px;
	height: 33px;
	margin: 0;
	border: none;
	vertical-align: middle;
	background: none;
}
.registInputList .inputTypeRadio span {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	display: block;
	width: 82px;
	height: 33px;
	border: 1px solid #bababa;
	-webkit-border-radius: 6px;
			border-radius: 6px;
	-webkit-box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.5) inset;
			box-shadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.5) inset;
	text-align: center;
	color: #8d8d8d;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #CBCBCB), color-stop(0.00, #E9E9E9));
	background: -webkit-linear-gradient(#E9E9E9, #CBCBCB);
	background: linear-gradient(#E9E9E9, #CBCBCB);
}
.registInputList .inputTypeRadio input:checked + span {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5) inset;
			box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.5) inset;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #A1BAE6), color-stop(0.00, #0048A5));
	background: -webkit-linear-gradient(#0048A5, #A1BAE6);
	background: linear-gradient(#0048A5, #A1BAE6);
	color: #fff;
}
.registInputList .inputNotice {
	font-size: 10px;
}
.registInputList .valueGroupData .inputTypeSelect,
.registInputList .valueGroupData .inputTypeDate {
	-webkit-appearance: none;
	display: block;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	min-width: 174px;
	width: 99%;
	height: 33px;
	margin: 0;
	padding: 0 14px;
	border: none;
	line-height: 33px;
	-webkit-border-radius: 0;
			border-radius: 0;
	-webkit-border-image: none;
			border-image: none;
	background: url(/cache/static/i/regist/DLPO/bg-select-2x.png) 0 0 no-repeat, url(/cache/static/i/regist/DLPO/bg-select-2x.png) 100% -33px no-repeat, url(/cache/static/i/regist/DLPO/bg-select-2x.png) 0 -66px repeat-x;
	-webkit-background-size: 20px 99px;
			background-size: 20px 99px;
	color: #343434;
}
.registInputList .valueGroupData .inputTypeDate {
	color: #343434;
}
.registInputList .valueGroupData .inputTypeText {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width:100%;
	margin: 0;
	padding:12px 4px 12px 8px;
	border: none;
	border-radius:0;
	-webkit-box-shadow:none;
			box-shadow:none;
	font-size: 12px;
	background: none;
	color: #343434;
}

.registInputList.detail .valueGroupData .inputTypeText,
.device-iphone .registInputList.detail .valueGroupData .inputTypeText,
.device-iphone .registInputList.detail .valueGroupData .inputTypeText:focus {
	height: 33px;
	margin:0;
	padding: 0 4px 0 12px;
	border: 1px solid #bababa;
	-webkit-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px 0px #DDD;
			box-shadow: inset 0px 1px 1px 0px #DDD;
	font-size: 12px;
	background: #F6F6F6;
	color: #343434;
}
.registInputList .valueGroupData .inputTypeText::-webkit-input-placeholder {
	color: #8d8d8d;
}


.registInputList li li {
	border-bottom:none;
}


.registInputList li li {
	padding:0;
}
.registInputList li div select {
	padding-right:10px;
}
.registInputList li div.selectRadio span {
	padding-right:15px;
}
.registInputList li div.selectRadio span label {
	line-height:1.3;
}
.registInputList li div input[type="date"] {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
.registInputList li div input[type="date"],
.registInputList li div input[type="text"],
.registInputList li div input[type="email"],
.registInputList li div input[type="password"] {
	margin-bottom:5px;
	padding: 4px;
	-webkit-border-radius: 6px;
			border-radius: 6px;
}


.registInputList.permissionAddList {
	margin-top: 0;
}
.registInputList.permissionAddList .valueGroupTitle,
.registInputList.permissionAddList .valueGroupData {
	width: 50%;
}
.registInputList.permissionAddList .inputTypeRadio span,
.registInputList.permissionAddList .inputTypeRadio input {
	width: 64px;
}


.registConfirmList .valueGroup {
	display:-webkit-box;
	display:        box;
	margin-top:10px;
}
.registConfirmList .valueGroupTitle {
	padding:6px 0;
	width:35%;
}
.registConfirmList .valueGroupData {
	width:65%;
}
.registConfirmList .valueGroupData span.radiusBackground {
	display:block;
	color: #343434;
	padding:6px 10px;
	background-color:#e9e9e9;
	-webkit-border-radius:6px;
			border-radius:6px;
}
.registConfirmList .dontPublish {
	display: inline-block;
	padding-top: 4px;
	font-size: 10px;
}


.registSettingList {
	margin-top:8px;
	border:1px solid #bababa;
	border-radius:6px;
	background-color:#f6f6f6;
}
.registSettingList li {
	display:-webkit-box;
	display:        box;
	padding:12px 10px;
	border-bottom:1px solid #bababa;
}
.registSettingList li:last-child {
	border-bottom:none;
}
.registSettingList li div {
	width:30%;
}
.registSettingList li div:last-child {
	width:70%;
}
.radiusBackground {
	display:block;
	padding:6px 10px;
	background-color:#e9e9e9;
	-webkit-border-radius:6px;
			border-radius:6px;
}
.registBox .completionText {
	font-size:16px;
	text-align:center;
	color: #343434;
}
/* +++++ /_reg form +++++ */

.bg .iList .header {
	height:auto;
	min-height:0;
	padding:7px 0 4px 8px;
	font-size:14px;
	line-height:inherit;
	letter-spacing:1px;
	font-weight:bold;
	color:white;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#427BCC),color-stop(30%,#3F74C4),color-stop(50%,#386AB6),color-stop(90%,#305EA2),color-stop(100%,#305EA2));
	background:-webkit-linear-gradient(top, #427BCC 0%,#3F74C4 30%,#386AB6 50%,#305EA2 90%,#305EA2 100%);
	background:linear-gradient(top, #427BCC 0%,#3F74C4 30%,#386AB6 50%,#305EA2 90%,#305EA2 100%);
	border:none;
	text-shadow:none;
}

/* button */
.sp-bt_reg01,
.sp-bt_reg02 {
	display:block;
	position: relative;
	width: 287px;
	height: 52px;
	margin:6px auto;
	background: url(/cache/static/i/sp-renew/top/spr-top_g-parts-2x.png) 0 -190px no-repeat;
	-webkit-background-size: 320px auto;
			background-size: 320px auto;
}
.sp-bt_reg02 {
	background: url(/cache/static/i/sp-renew/top/spr-top_g-parts-2x.png) 0 -242px no-repeat;
	-webkit-background-size: 320px auto;
			background-size: 320px auto;
}
.sp-bt_reg01.underTxt {
	margin-top: 10px;
}
.sp-bt_reg01 input,
.sp-bt_reg02 input {
	display: block;
	position: absolute;
	width: 287px;
	height: 52px;
	margin: 0 auto;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 2;
}
.sp-bt_reg01 span,
.sp-bt_reg02 span,
.sp-bt_reg01 div,
.sp-bt_reg02 div {
	display: block;
	position: absolute;
	width: 287px;
	height: 52px;
	margin: 0 auto;
	line-height:46px;
	font-size:14px;
	font-weight:bold;
	text-shadow:0 -1px 1px #005e84;
	text-align: center;
	color:#ffffff;
}
.sp-bt_reg01 a,
.sp-bt_reg02 a {
	display: block;
	width: 287px;
	height: 52px;
}

.topHorizontalRule {
	margin-top:10px;
	border-top:1px dashed #999;
}

input[type="radio"] {
	font-size:0;
	height:auto;
	width:auto;
	margin:0 5px 0 0;
	border:1px solid #bababa;
	font-size:18px;
	-webkit-appearance:radio-button;
	appearance: radio-button;
	box-sizing: border-box;
}
form input[type="text"],
form input[type="email"],
form input[type="password"] {
	margin:0;
	padding:4px 0;
	border-radius:6px;
}

.regConfirmText {
	padding: 8px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
