@charset "UTF-8";

/************ コンテンツ系 ************/

/*** section ***/

.contents-top {
	margin:20px 5px 25px;
}
.contents {
	margin:0px 5px 25px;
}
.contents-yellow {
	display:block;
	margin:0px 20px 25px;
	padding:10px 0px 15px;
	background:#fffec1;
}
.contents-sub {
	margin:25px 10px;
}

/*** div ***/

.contentBox-top {
	margin:15px 0px 20px;
}
.contentBox {
	margin-bottom:20px;
}
.contentBox-extra {
	margin-bottom:77px;
}

.contentBox-yellow:nth-last-of-type(1) {
	padding:0 5px 20px;
}

/********* 囲み系 *********/

.green-fence {
	display: block;
	padding: 5px;
	border: 1px solid #7cb832;
}
.red_fence {
	text-align:center;
	border:solid 1px #E12F3C;
	margin:15px 25px 5px;
	padding:5px;
}

/*** ナンバー& ・リスト ***/

ul#list-table-inside {
	padding: 0 2px 5px;
	line-height: 15px;
	font-size: 11px;
	word-break: break-all;
}

ol#list-table,
ul#list-table,
ul#list-table_number {
	list-style-type:decimal;
	list-style-position:inside;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 5px;
	line-height: 15px;
	font-size: 11px;
	word-break: break-all;
}
ol#list-table li {
	list-style-type:decimal;
	list-style-position:inside;
}
ol#list-table ul#list-table_number_inside li {
	padding-left:10px;
	list-style-type: none;
}
ul#list-table_number_inside {
	padding: 0 2px 5px;
}

ul#list-table_number li,
ul#list-table_number_inside li {
	counter-increment:number_list;
}

ul#list-table_number li:before,
ul#list-table_number_inside li:before {
	content:"("counter(number_list)")";
}

ol#list-table-inside li > p {
	line-height:16px;
	padding:0 10px 3px;
}

ul#list-table-disc li,
ol#list-table #list-table-disc li {
	list-style-type:disc;
	margin:2px 30px;
}
ul#list-table-disc li:nth-last-of-type(1) {
	margin:0 30px 10px;
}

ul#list-table-disc2 li,
ol#list-table #list-table-disc li {
	list-style-type:disc;
	margin:5px 30px;
	font-size:12px;
	line-height:14px;
}
ul#list-table-disc2 li:nth-last-of-type(1) {
	margin:5px 30px 10px;
}

ol#list-table #list-table-inside li {
	list-style:none;

}
ol#list-table #list-table-inside li:nth-last-of-type(1) {
	margin:0 0 10px;
}

ul#list-table-doubleC,
ul#list-table-doubleC li {
	list-style:none;
	line-height:14px;
	margin:0 10px;
}

ul#list-table-doubleC li:before {
	content:"◎";
}
dl#apli {
	padding:5px 20px 20px;
}
dl#apli dt,
dl#apli dd {
	display:inline-block;
	vertical-align:middle;
}

/************ ﾀｲﾄﾙ・段落 ************/

.mod-heading-caution-h {
	font-size: 14px;
	line-height: 18px;
	color: #da373a;
}
.mod-heading-detail {
	margin:5px 10px 10px;
	line-height:15px;
	font-size:11px;
	word-break: break-all;
}
.mod-heading-detail-red {
	margin:5px 10px 0;
	line-height:13px;
	color: #da373a;
}
.mod-heading-detail span.date {
	font-weight:bold;
	font-size:120%;
}

/* サイトに影響が大きいためコメントアウトします、E/
/*
.heading-detail,
.detail,
.detail-right {
	display:block;
	margin:5px 10px 10px;
	line-height:15px;
	font-size:11px;
}
.detail-righ,
.p_detail-right {
	text-align:right;
}
*/
.heading-detail a.sentence-right,
.heading-detail span.sentence-right {
	float:right;
	text-decoration:none;
}
.p_detail,
.p_detail-right {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 5px;
	line-height:15px;
	font-size:11px;
}
.p_title_top {
	display:block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding:15px 0 5px;
	font-size:12px;
	font-weight:bold;
}

.p_title {
	display:block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding:0 0 5px;
	font-size:12px;
	font-weight:bold;
}
.title_caution {
	display:block;
	margin:15px 20px 5px;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	color: #da373a;
}
.text {
	display:block;
	margin:5px 0;
	font-size:11px;
}
.text-center {
	display:block;
	margin:5px 0;
	text-align:center;
	font-size:11px;
}
.text_caution {
	display:block;
	margin:20px 10px 10px;
	font-size:11px;
	line-height:13px;
	color: #da373a;

}

/*************** ボタン ***************/

.button_firstTime a,
.app_download a {
	display: block;
	margin: 0 auto;
	margin-bottom:10px;
	width: 290px;
	height: 39px;
}

.btn-login-orange,
/*.btn-new-orange,*/
/*.btn-sendmail-orange,*/
.btn-register-orange,
.btn-password_reset-orange,
.btn-accounts_with_store-orange {
	position: relative;
	display: block;
	width:245px;
	height:35px;
	margin: 0px auto;
	margin-bottom:15px;
	background: #f39316;
}
.btn-return-green {
	position: relative;
	display: block;
	width:245px;
	height:35px;
	margin: 0px auto;
	margin-bottom:15px;
	background: #7cb832;
}

.btn-register-cancel-grey,
.btn-user_policy-grey {
	position: relative;
	display: block;
	width:245px;
	height:35px;
	margin: 0px auto;
	margin-bottom:15px;
	background: #7d7d7d;
}


.btn-register-cancel-grey:before,
.btn-return-green:before {
	content: '';
	display: block;
	overflow: hidden;
	width: 7px;
	height: 14px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat -65px 0;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 50%;
	left: 8px;
	margin: -7px 0 0;
}
.btn-new-orange input {
	
}
.btn-new-orange input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
  	appearance: none;
	border: 0;
	outline: none;
	position: relative;
	overflow:visible;
	display: block;
	width: 245px;
	height: 46px;
	line-height:46px;
	font-weight:normal;
	font-size:16px;
	text-align:center;
	cursor: pointer;
	color:#ffffff;
	text-decoration:none;
	margin: 0 auto;
	padding: 0;
	background:#f39316 url(../../resources/img/parts/ico_link-arrow-white.png) no-repeat;
	background-size:7px 13px;
	-webkit-background-size:7px 13px;
	background-position:right 10px center;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-bottom: 3px solid transparent;
    border-bottom-color: #bd6b01;
}


.btn-password_reset-orange input[type="submit"] {
	position: relative;
	display: block;
	width: 245px;
	height: 35px;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	padding: 0;
	background:none;
}
.btn-register-orange input[type="submit"],
.btn-register-cancel-grey input[type="submit"] {
	position: relative;
	display: block;
	width: 245px;
	height: 35px;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	margin: 0px auto;
	padding: 12px;
	background:none;
}

.btn-index-green a,
.btn-return-green a,
.btn-user_policy-grey a,
.btn-accounts_with_store-orange a {
	position: relative;
	display: block;
	width:220px;
	height:11px;
	border: 0;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	margin: 0px auto;
	padding:12px;

}
	
.btn-sendmail-orange a {
	display:block;
	width:245px;
	height:46px;
	line-height:46px;
	font-weight:normal;
	font-size:16px;
	text-align:center;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	margin:0 auto;
	padding:0;
	background:#f39316 url(../../resources/img/parts/ico_link-arrow-white.png) no-repeat;
	background-size: 7px 13px;
	-webkit-background-size: 7px 13px;
	background-position: right 10px center;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


.btn-backtohome {
	position: relative;
	display: block;
	width:160px;
	height:25px;
	margin: 0px auto;
	padding:5px;
	background: #7cb832;
}
.btn-backtopage {
	position: relative;
	display: block;
	width:160px;
	height:25px;
	margin: 0px auto 20px;
	padding:5px;
	background: #7d7d7d;
}
.btn-backtohome:before,
.btn-backtopage:before {
	content: '';
	display: block;
	overflow: hidden;
	width: 7px;
	height: 14px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat -65px 0;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin: -7px 0 0;
}

.btn-backtopage a {
	display: block;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-align: center;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	margin: 0px auto;
	padding: 6px 4px;
}


.btn-new-short-red a {
	display: block;
	width:146px;
	height:11px;
	background: #db585b;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	margin: 0px auto;
	padding:12px;
}

.btn-membership_registration-red,
.btn-free_registration-red {
	position: relative;
	display: block;
	width: 160px;
	height: 25px;
	margin: 0px auto;
	padding: 5px;
	background: #db585b;
}
.btn-membership_registration-red input,
.btn-free_registration-red input {
	display: block;
	width:146px;
	height:28px;
	background: none;
	border:none;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	margin: 0px auto;
	padding:0;
}

.mod-new-btn {
	margin: 0 15px 10px;
	padding: 12px 10px 0;
	background: #FAE1C1;
	overflow: hidden;
}

.i_and_a_button {
	text-align:center;
}
.i_and_a_button li {
	display:inline-block;
	margin:0 3px;
}

.i_and_a_button li:nth-of-type(2) {
	margin-right:0;
}

.i_and_a_button img.ios_button,
.i_and_a_button img.android_button {
	width:80%;
	height:80%;
}

/*************** Form ***************/

.form {
	text-align: left;
}
.form p {
	display:block;
}
.formCkBox {
	margin:5px 10px;
}
.formCkBox > li:nth-of-type(2) {
	height:45px;
}

.formCkBox:nth-last-of-type(1) {
	margin:0 20px 10px;
}
.form .inCkBox,
.form .capCkBox {
	display:inline-block;
	vertical-align:middle;
}

#reg-confirm ul.formCkBox-in {
	position: relative;
	display: block;
	height:30px;
}

#reg-confirm ul.formCkBox-in .inCkBox2 {
	position: absolute;
	top: 0;
	left: 0;
}
#reg-confirm ul.formCkBox-in .inCkBox2 input {
	margin:0;
	padding:0;
}
#reg-confirm ul.formCkBox-in .capCkBox2 {
	position: absolute;
	top: 0;
	left: 20px;
	line-height:13px;
}
#reg-confirm ul.formCkBox-in li {
	vertical-align: top;
	display: inline-block;
	padding: 0 5px;
}

.btn-index-green input {
	position: relative;
	display: block;
	width: 251px;
	height: 11px;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	background: none;
	text-decoration: none;
	margin: 0px auto;
	padding: 12px;
}
.btn-login-orange input {
	position: relative;
	display: block;
	width: 205px;
	height: 11px;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	background: #f39316;
	text-decoration: none;
	margin: 0px auto;
	padding: 12px;
}
.btn-new-orange input {
	position: relative;
	display: block;
	width: 251px;
	height: 35px;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 14.5px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	background: #f39316;
	text-decoration: none;
	margin: 0px auto;
	padding: 5px;
}

.title_form {
	display:block;
	margin:15px 10px 5px;
	font-size:12px;
	font-weight:bold;
}

.detail_form {
	display: block;
	margin: 5px 15px 10px;
	line-height: 15px;
	font-size: 11px;
}

.formName,
.formAlertMail,
.formpw,
.formSex,
.formMailAdd,
.formInquiry,
.formPw,
.formDate,
.formAdd,
.formPrefecture,
.formTransmissionBtn {
	display: block;
	margin:0 20px;
	overflow: hidden;
}
.formInquiry p.btn-index-green {
	margin-top:10px;
}

.formName .inNameL {
	display: block;
	float: left;
	width: 48%;
}
.formName .inNameR {
	display: block;
	float: right;
	width: 48%;
}

.form label {
	display: block;
	margin: 10px 0 5px;
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
}
.form label.errorMessage {
	margin: 10px 0 5px;
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
	color: #da373a;
}
.form label[for="radio_ios"],
.form label[for="radio_android"] {
	font-weight: normal;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="password"] {
	width: 99%;
	font-size: 16px;
	line-height: 26px;
	padding: 2px;
	border: solid 1px #aaaaaa;
	background: #fff;
	-webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form textarea {
	width: 99%;
	max-width: 500px;
	font-size: 16px;
	line-height: 26px;
	margin:3px 2px;
	padding: 2px 0;
	border: solid 1px #aaaaaa;
	background: #fff;
	-webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.formAlertMail .inRadioAlertMail,
.formSex .inRadioSex {
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.formSex .capRadioSex {
	display: inline-block;
	float: left;
	width: 60px;
}

.form input[type="radio"]:checked {
	background: #fff;
}
.form input[type="radio"] {
	position: relative;
	margin-right: 5px;
	border: 1px solid #aaaaaa;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	-webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
	cursor: pointer;
}
.form input[type="radio"]:checked:before {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	margin: -4.5px 0 0 -4.5px;
	content: "";
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	width: 9px;
	height: 9px;
	background: #434343;
}

.formAlertMail .selectMailTel {
	display: inline-block;
	float: left;
	width: 75px;
	margin-top:4.5px;
	height:15px;
}
.formSex .capRadioSex {
	display: inline-block;
	float: left;
	width: 35px;
	margin-top:4.5px;
	height:15px;
}

.form input + span {
	display: none;
	font-size: 11px;
	color: #da373a;
}
.form input::-webkit-input-placeholder,
.form input:-moz-placeholder,
.form input:-ms-input-placeholder {
   font-size:18px;

}
.form input#submit_login {
	margin-top:10px;
}

.form .inSelectYear {
	display: block;
	position:relative;
	float: left;
	margin-right: 10px;
	width: 32%;
	max-width: 100px;
}

.form .inSelectMonth {
	display: block;
	position:relative;
	float: left;
	margin-right: 10px;
	width: 27%;
	max-width: 100px;
}

.form .inSelectDay {
	display: block;
	position:relative;
	float: left;
	width: 27%;
	max-width: 100px;
}


.formPrefecture {
	position:relative;
	width:50%;
}

.formPrefecture:before {
	content: "";
	display:block;
	overflow:hidden;
	width: 15px;
	height: 9px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat 0 -31px;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 39px;
	right: 8px;
}

.form select {
	display: inline-block;
	line-height: 11px;
	border: none;
	padding: 2px;
	font-size: 11px;
	border: solid 1px #aaaaaa;
	cursor: pointer;
}

.errorMessage {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 11px;
	line-height: 14px;
	color: #da373a;
}

.form-buttons {
	text-align:center;
}
ul.form-buttons li:nth-of-type(1) {
	margin-right:5px;
}

.form-btn-orange,
.form-btn-grey {
	position: relative;
	display: inline-block;
	width: 40%;
	height: 35px;
}

.form-btn-orange:before {
	content: '';
	display: block;
	overflow: hidden;
	width: 7px;
	height: 14px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat -65px 0;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin: -7px 0 0;
	z-index:20;
}

.form-btn-grey:before {
	content: '';
	display: block;
	overflow: hidden;
	width: 7px;
	height: 14px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat -44px 0;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin: -7px 0 0;
	z-index:20;
}

.form-btn-orange input {
	position: relative;
	width: 100%;
	height: 35px;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	background: #f39316;
	text-decoration: none;
	padding: 12px;
}
.form-btn-grey input {
	position: relative;
	width: 100%;
	height: 35px;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	padding: 12px;
	background: #7d7d7d;
}

/*************** #find ***************/
#find .formBookTitle,
#find .formAuthor,
#find .formPublisher,
#find .formKeyword,
#find .forminCtgSelect {
	display: block;
	margin: 0 20px;
	overflow: hidden;
}
#find .formBookTitle input,
#find .formAuthor input,
#find .formPublisher input,
#find .formKeyword input {
	font-size: 16px;
	line-height: 26px;
	width: 99%;
	padding: 2px;
	border: solid 1px #aaa;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: .01px; /*Firefox用*/
	text-overflow: ""; /*Firefox用*/
}
#find .forminCtgSelect {
	position: relative;
	margin: 0 20px;
	overflow: hidden;
}
#find .forminCtgSelect:before {
	content: "";
	display: block;
	overflow: hidden;
	width: 15px;
	height: 9px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat 0 -31px;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 40%;
	right: 3%;
}
#find select[name="ctg"] {
	display:block;
	width: 99%;
	padding: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	text-overflow: "";
	line-height: 26px;
}
#find select[name="ctg"]::-ms-expand {
	border:none; /*IE用*/
	background-color:#fff; /*IE用*/
	color:#fff; /*IE用*/
}

#find .btn-serch-orange {
	position: relative;
	display: block;
	width:245px;
	height:35px;
	margin: 0px auto;
	margin-bottom:15px;
	background: #f39316;
}
#find .btn-serch-orange:before {
	content: '';
	display: block;
	overflow: hidden;
	width: 7px;
	height: 14px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat -44px 0;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -7px 0 0;
}
#find .btn-find-cancel-grey {
	position: relative;
	display: block;
	width:245px;
	height:35px;
	margin: 0px auto;
	margin-bottom:15px;
	background: #7d7d7d;
}
#find .btn-find-cancel-grey:before {
	content: '';
	display: block;
	overflow: hidden;
	width: 7px;
	height: 14px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat -65px 0;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 50%;
	left: 8px;
	margin: -7px 0 0;
}
#find .btn-serch-orange a,
#find .btn-find-cancel-grey a {
	position: relative;
	display: block;
	width: 220px;
	height: 11px;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	margin: 0px auto;
	padding: 12px;
}


/*************** #apps ***************/
#apps form {
	display:block;
	text-align:center;
}

#apps input.app_download {
	border:none;
	border-radius:0; /* iphone対応 */
	background:url(../img/app_download_button.jpg);
	background-size:contain;
	width:290px;
	height:39px;
}
#apps .app-button,
#apps .app-button,
#apps .app-button {
	text-align: center;
}


/*************** #inquiry ***************/

#inquiry select[name="prefecture"] {
	width:100%;
	padding: 5px;
   -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   text-indent: .01px; /*Firefox用*/
   text-overflow: ""; /*Firefox用*/
}

/*************** #new ***************/

#new .mod-step-nav li {
	height: 60px;
 	line-height:1.2;
}


#new .form input[type="email"] {
	width: 96%;
	font-size: 16px;
	line-height: 26px;
	margin:0 2%;
	padding: 2px;
	border: solid 1px #aaaaaa;
	background: #fff;
	-webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#new .form {
	display:block;
	margin:0 auto;
}

/*************** #register2 ***************/

#register2 .mod-step-nav {
 	line-height:1.4;
}

#register2 .mod-step-nav li span {
	display:block;
	height: 30px;
 	line-height:1.2;
}

#register2 .mod-step-navitem:after {
	top: 28%;
}
#register2 .green-fence label {
	display: inline-block;
}
#register2 .inSelectYear:before {
	content: "";
	display: block;
	overflow: hidden;
	width: 15px;
	height: 9px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat 0 -31px;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 10px;
	right: 30px;
}

#register2 .inSelectMonth:before,
#register2 .inSelectDay:before {
	content: "";
	display: block;
	overflow: hidden;
	width: 15px;
	height: 9px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat 0 -31px;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 10px;
	right: 38px;
}
#register2 select[name="birthday_y"] {
	width:80%;
	padding: 5px;
   -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
   text-indent: .01px; /*Firefox用*/
   text-overflow: ""; /*Firefox用*/
}
#register2 select[name="birthday_m"],
#register2 select[name="birthday_d"] {
	width:70%;
	padding: 5px;
   -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
	text-indent: .01px; /*Firefox用*/
   text-overflow: ""; /*Firefox用*/
}

#register2 select[name="prefecture"] {
	width:100%;
	padding: 5px;
   -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none; 
	text-indent: .01px; /*Firefox用*/
   text-overflow: ""; /*Firefox用*/
}
#register2 select[name="prefecture"]::-ms-expand,
#register2 select[name="prefecture"]::-ms-expand,
#register2 select[name="birthday_y"]::-ms-expand,
#register2 select[name="birthday_m"]::-ms-expand,
#register2 select[name="birthday_d"]::-ms-expand {
 	border:none; /*IE用*/
	color:#fff; /*IE用*/
	background:none; /*IE用*/
}

/*************** #reg2-confirm ***************/

#reg2-confirm #new-registered-content {
	list-style: none;
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:solid 1px #7cb832;
}
#reg2-confirm #new-registered-content li {
	list-style: none;
	display: block;
	border-bottom:solid 1px #7cb832;
	padding:7px;
}
#reg2-confirm #new-registered-content li:nth-last-of-type(1) {
	border-bottom:none;
}
#reg2-confirm #new-registered-content li span:nth-of-type(1) {
	display:inline-block;
	width:35%;
	vertical-align:top;
}
#reg2-confirm #new-registered-content li span:nth-of-type(2) {
	display:inline-block;
	width:60%;
	word-break:break-all;
	vertical-align:top;
}

/*************** #reg2-complete ***************/

#reg2-complete .app-button {
	margin-top:15px;
	text-align:center;
}
#reg2-complete ul#text-list {
	list-style: none;
	line-height: 14px;
	margin: 15px 10px 0;
}
#reg2-complete ul#text-list li:before {
	content: "◁E;
}

#reg2-complete .mibon-app-detail {
	list-style: none;
	margin:15px 10px 0;
}

#reg2-complete .mibon-app-detail:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#reg2-complete .mibon-app-detail li:nth-of-type(1) {
	float:left;
	margin: 0 15px 15px 0;
	vertical-align:top;
}


/*************** #contact-send ***************/

#contact-send .form {
	display: block;
	width:100%;
	margin:0 auto;
}

#contact-send table,
#contact-send tbody,
#contact-sendtr,
#contact-sendth,
#contact-sendtd {
	color: #666666;
	font-style: normal;
	font-weight: normal;
	border-collapse: collapse;
	margin:0 auto;
}

.formSend_contents {
	width: 95%;
	color: #CCC;
	margin-bottom:20px;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
}
.formSend_contents th {
	width: 45%;
	padding: 5px;
	text-align: left;
	background-color: #E6E6E6;
	color: #333;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}
.formSend_contents td {
	padding: 5px;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}

.formSend {
	display: block;
	margin-top:20px;
	margin-bottom:20px;

}
/*************** #pw-confirm ***************/
#pw-confirm .btn-password_reset-orange {
	margin-top:15px;
}

#pw-confirm .formpw span {
	color: #da373a;
}

/*************** #requirements ***************/

#requirements .app-button,
#android .app-button,
#ios .app-button {
	text-align:center;
}

#requirements ul.appl_android {
	position:relative;
	display:block;
	width:100%;
	height:52px;
}
#requirements ul.appl_ios {
	position:relative;
	display:block;
	width:100%;
	height:42px;
}

#requirements .appl_android li,
#requirements .appl_ios li {
	vertical-align:top;
	display:inline-block;
	padding:0 5px;
}
#requirements ul.appl_android > li:nth-of-type(1), 
#requirements ul.appl_ios > li:nth-of-type(1) {
	position:absolute;
	top:0;
	left:0;
}
#requirements ul.appl_android > li:nth-of-type(2), 
#requirements ul.appl_ios > li:nth-of-type(2) {
	position:absolute;
	top:0;
	left:40px;
}

#requirements .appl list-table-doubleC {
	display:block;
}

#requirements .appl_android #list-table-doubleC li,
#requirements .appl_ios #list-table-doubleC li {
	display:block;
	margin-top:0;
}

p img.center {
	display: block;
 	margin-left: auto;
 	margin-right: auto;
	border:solid 2px #aaaaaa;
	margin-bottom:15px;
}
p img.center-noborder {
	display: block;
 	margin-left: auto;
 	margin-right: auto;
	margin-top:5px;
	margin-bottom:15px;
}
figure.center figcaption {
	display: block;
	text-align:center;
	margin-bottom:5px;
}
figure.center figcaption span {
	font-weight:bold;
	color:#da373a;
	font-size: 12px;
	line-height:14px;
}




/********* #otc-payment *********/

#otc-payment .buy-book-list {
	margin:15px;
}
#otc-payment .buy-book-list p:nth-of-type(1) {
	display:inline-block;
	vertical-aligh:top;
	width:65%;
}
#otc-payment .buy-book-list p:nth-of-type(2) {
	display:inline-block;
	float:right;
	vertical-aligh:top;
	width:30%;
}
#otc-payment .buy-book-list:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#otc-payment .book-total-amount span {
	display: block;
	text-align:center;
	margin-bottom:15px;
}

/********* #otc-payment-list *********/
#otc-payment-list .contentBox-top p {
	margin:15px 10px;
}
#otc-payment-list .accounts_number-bottomline {
	display: block;
	text-align:center;
	padding: 10px;
	margin: 0 auto;
	width: 90%;
	border-bottom: 1px solid #ccc;
}
#otc-payment-list .contentBox-top .accounts_number-bottomline p {
	margin:10px;
}
#otc-payment-list .contentBox-top .accounts_number-bottomline p:nth-of-type(2) {
	font-weight:bold;
}
#otc-payment-list .link-list {
 	display:block;
 	width: initial;
}
#otc-payment-list .link-list li {
 	display:inline-block;
	width:30%;
}
#otc-payment-list .link-list li:nth-of-type(3) {
 	display:inline-block;
	background:#f39316;
}


#otc-payment-list .link-list li {
	position: relative;
	height:35px;
	margin: 0px auto;
	margin-bottom:15px;
	background: #7cb832;
}

#otc-payment-list .link-list li:nth-of-type(2) {
	background: #7d7d7d;
}

#otc-payment-list .link-list .btn_goback_shopping_cart:before {
	content: '';
	display: block;
	overflow: hidden;
	width: 7px;
	height: 14px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat -65px 0;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 50%;
	left: 8px;
	margin: -7px 0 0;
}
#otc-payment-list .link-list .btn_otc_details:before {
	content: '';
	display: block;
	overflow: hidden;
	width: 7px;
	height: 14px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat -44px 0;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 55%;
	right: 8px;
	margin: -7px 0 0;
}



#otc-payment-list .link-list li a {
	position: relative;
	display: block;
	height:11px;
	border: 0;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	margin: 0px auto;
	padding:12px;
}






/********* #otc-payment-details *********/

#otc-payment-details .accounts_number-bottomline {
	display: block;
	text-align:center;
	padding: 10px;
	margin: 0 auto;
	width: 90%;
	border-bottom: 1px solid #ccc;
}
#otc-payment-details .choose_details {
	display: block;
	padding: 10px;
	margin: 0 auto;
	width: 85%;
	border-bottom: 1px solid #ccc;
}
#otc-payment-details .choose_details p {
	display: block;
	margin:3px 0;
}
#otc-payment-details #sub-total {
	margin: 0 15px 10px;
	padding: 12px 10px 0;
	list-style: none;
}
#otc-payment-details #sub-total li:nth-of-type(1) {
 	display:inline-block;
	text-align:left;
	width:49%;
}
#otc-payment-details #sub-total li:nth-of-type(2) {
 	display:inline-block;
	text-align:right;
	width:49%;
}
#otc-payment-details #total {
	list-style: none;
	margin-bottom:10px;
}
#otc-payment-details #total:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

#otc-payment-details #total li:nth-of-type(1) {
	float:left;
	vertical-align:middle;
	line-height:35px;
}
#otc-payment-details #total li:nth-of-type(2) {
	float:right;
	line-height:35px;
}
#otc-payment-details .btn-backto-list-grey {
	position: relative;
	display: block;
	width: 160px;
	height: 35px;
	text-align:right;
	background: #7d7d7d;
}
#otc-payment-details .btn-backto-list-grey:before {
	content: '';
	display: block;
	overflow: hidden;
	width: 7px;
	height: 14px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat -44px 0;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 50%;
	right: 8px;
	margin: -7px 0 0;
}
#otc-payment-details .btn-backto-list-grey a {
	position: relative;
	display: block;
	width: 135px;
	height: 11px;
	border: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	margin: 0px auto;
	padding: 12px;
}


/********* #otc-payment-result *********/

#otc-payment-result .green-accounts_number-fence {
	display: block;
	text-align:center;
	padding: 7px;
	margin: 0 auto;
	width: 90%;
	border: 1px solid #7cb832;
}
#otc-payment-result .green-accounts_number-fence p {
	display:block;
	margin:5px;
}

#otc-payment-result .green-accounts_number-fence p:nth-of-type(2) {
	font-size:120%;
}
#otc-payment-result .contentBox-top p {
	margin:15px 10px;
}
#otc-payment-result ul#list-table-doubleC li {
	margin:0;
}

/*************** #faq ***************/

#faq .ac_ttl {
	cursor: pointer;
	background: url(../img/faq_on.png) no-repeat right center;
	background-size: 32px 16px;
	-webkit-background-size: 32px 16px;
	-moz-background-size: 32px 16px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	background-color: #FFF;
}
#faq .ac_ttl.selected {
	background: #fff url(../img/faq_off.png) no-repeat right center;
	-webkit-background-size: 32px 16px;
	-moz-background-size: 32px 16px;
	background-size: 32px 16px;
}


/************ ヘルプ関連 ************/

.panel-section {
	margin: 0 10px 25px;
}

.panel-btn-free a {
	display: block;
	padding: 14px 0;
	border: 0;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	background: #db585b;
	text-decoration: none;
}

#help-links {
	list-style:none;
	width:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	border:1px solid #4baade;
}

#help-links li {
	list-style:none;
	width:100%;
	padding:0;
	border-bottom:1px solid #4baade;
}
#help-links li:last-child {
	border-bottom:none;
}
#help-links a {
	position:relative;
	display:block;
	margin:0;
	background:#fff;
	color:#4baade;
	text-decoration:none;
	font-size:14px;
	padding:10px;
}
#help-links li a:before {
	content: '';
	display: block;
	overflow: hidden;
	width: 8px;
	height: 14px;
	background: url(../../resources/img/sprites/all-s1e47cb5785.png) no-repeat -58px 0;
	-webkit-background-size: 290px 922px;
	background-size: 290px 922px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -7px 0 0;
}


/*仮設置*/
ul.icons {
	margin-bottom:15px;
}

ul.icons li {
	display:inline-block;
	padding-right:10px;
}

/************ #apps & #requirements リスト ************/
#apps ul#text-list li,
#requirements ul#text-list li {
	list-style: disc;
	list-style-position:inside;
}

/************ float clear ************/
.heading-detail:after,
.formName:after:after,
.inRadioAlertMail:after,
.formAlertMail .selectMailTel:after,
.form .inSelectYear:after,
.form .inSelectMonth:after,
.form .inSelectDay:after,
.formSex .inRadioSex:after,
.formSex .capRadioSex:after,
.form-buttons:after,
#guide .i_and_a_button a:after,
#faq .mod-heading_faq:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}