@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* common CSS [PC]
/*----------------------------------------------*/

/*######## General ########*/

/*---- hover img ----*/
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}


/*######## Background & Wrapper ########*/

body, table, input, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: "微软雅黑", "Microsoft YaHei", "Microsoft YaHei UI", "SF Pro SC", "PingFang SC", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*
	"微软雅黑", "Microsoft YaHei", "Microsoft YaHei UI" for Windows
	"SF Pro SC", "PingFang SC" for Mac & iOS
	"Droid Sans" for Android
	"Helvetica Neue", Helvetica, Arial, sans-serif for english font
	*/
	
	-webkit-font-smoothing: antialiased; /* for webkit アンチエイリアス */
	-webkit-text-size-adjust: 100%;
	
	color: #111111;
x	font-size: 15px;
x	font-size: 1.5rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
}

body {
	background-color: #FFFFFF;
}

#wrapper {
	width: 100%;
	background-color: #FFFFFF;
}


/*######## Common ########*/

/*---- Color ----*/
.fred { color: #C31920; }

/*---- Bold ----*/
.fbold { font-weight: bold; }

/*---- Underline ----*/
.funderline { text-decoration: underline; }

/*---- Indent ----*/
.indent1 {
	padding-left: 0.7em;
	text-indent: -0.7em;
	margin-bottom: 0.4em;
}

/*---- Page top button ----*/
.pagetop-btn {
	width: 70px;
	height: 70px;
	
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/*---- Common pager ----*/
.common-pager {
}

.common-pager .pagerbox {
	display: table;
}

.common-pager .pager-textbox {
	display: table-cell;
	padding-top: 5px;
	padding-right: 20px;
	
	white-space: nowrap;
	vertical-align: top;
}

.common-pager .pager-text-total {
}

.common-pager .pager-linkbox {
	display: table-cell;
}

.common-pager .pager-link {
	overflow: hidden;  /* preventing height 0 when float */
}

.common-pager .pager-link li {
	float: left;
	width:       25px;
	height:      25px;
	line-height: 25px;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.common-pager .pager-link li a {
	display: block;
	height:      25px;
	line-height: 25px;
	border: 1px solid #D0D0CE;
	text-decoration: none;
}

.common-pager .pager-link li a:hover {
	color: #999999;
	background-color: #333333;
}

.common-pager .pager-link .pager-link-wide {
	width: 30px;
}

.common-pager .pager-link .pager-link-dot {
	border: none;
	width: 30px;
	border: 1px solid #FFFFFF;
}

.common-pager .pager-link .pager-link-cur {
	color: #FFFFFF;
	background-color: #9A7F5D;
	border: 1px solid #9A7F5D;
}

/*---- Common ol ----*/
.common-ol-bracket {
	counter-reset: cnt;
	list-style-type: none;
	margin-top: 5px;
	padding: 0px;
}

.common-ol-bracket > li {
	counter-increment: cnt;
	margin-bottom: 5px;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

.common-ol-bracket > li:before {
	content: "（"counter(cnt) "）";
}

/*---- Common creditcard ----*/
.common-creditcard-securitycodeframe {
	overflow: hidden;  /* preventing height 0 when float */
	margin-top: 20px;
}

.common-creditcard-securitycodebox {
	float: left;
	width: 180px;
	margin: 0px 20px 20px 0px;
}

.common-creditcard-securitycode-title {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
}

.common-creditcard-securitycode-photo {
	margin: 5px 0px;
	text-align: center;
}

.common-creditcard-securitycode-text {
	font-size: 13px;
	font-size: 1.3rem;
}

.common-creditcard-supportframe {
	margin-top: 20px;
}

.common-creditcard-support-photo {
}

.common-creditcard-support-photo img {
	margin-bottom: 5px;
}


/*######## Header ########*/

#headerfield {
	width: 100%;
	background-color: #000000;
}

#headerbody {
	width: 100%;
}

#header-logoframe {
	display: table;
	width: 100%;
	max-width: 1200px;
	min-height: 90px;
	margin: 0px auto;
}

#header-logobox {
	display: table-cell;
	width: 50%;
	padding-left: 20px;
	vertical-align: middle;
x	background-color: #FF0000;
}

#header-logobox img {
	max-width: 100%;
}

#header-buttonbox {
	display: table-cell;
	padding-right: 20px;
	vertical-align: middle;
	text-align: right;
}

#header-buttonbox a {
	display: block;
	height:      25px;
	line-height: 25px;
	padding: 0px 10px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFFFFF;
	text-decoration: none;
}

#header-buttonbox a:hover {
	text-decoration: none;
}

#header-btnbox-nonmember,
#header-btnbox-member {
	overflow: hidden;  /* preventing height 0 when float */
	text-align: right;
}

#header-btnbox-nonmember li,
#header-btnbox-member li {
	display: inline-block;
	margin-left: 5px;
	border: 1px solid #5F5F5F;
	background-color: #454545;
	
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
}

#header-btnbox-nonmember li a:hover,
#header-btnbox-member li a:hover{
	background-color: #333333;
}


#header-btnbox-loginname {
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 1.3rem;
	color: #FFFFFF;
}

#header-spbuttonbox {
	display: none;
}

/*---- Global navigation ----*/
#header-gnavi {
	width: 100%;
	padding-top: 10px;
}

#header-gnavi ul {
	margin: 0px auto;
	display: table;
	table-layout: fixed;
}

#header-gnavi ul li {
	display: table-cell;
	padding: 0px 20px;
	vertical-align: top;
}

#header-gnavi li a {
	position: relative;
	display: block;
	height:      55px;
	line-height: 55px;
	padding: 0px 10px;
	
	color: #CECECE;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

#header-gnavi li a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 5px;
	background: #BC040B;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .4s;
}

#header-gnavi li.current a::after,
#header-gnavi li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
	color: #FFFFFF;
}


/*######## Contents ########*/

/*---- Contents field ----*/
.contentsfield {
	width: 100%;
}

/*---- Contents body ----*/
.contentsbody {
}

/*---- Bread crumb ----*/
#breadcrumb {
	max-width: 1200px;
	margin: 10px auto;
	padding: 0px 10px;
}

#breadcrumb li {
	display: inline;
	font-size: 11px;
	font-size: 1.1rem;
}

#breadcrumb li:before {
	content: " > ";
}

#breadcrumb li:first-child:before {
	content: none;
}

/*---- Title ----*/
.title-base {
	padding: 30px 0px;
	font-size: 28px;
	font-size: 2.8rem;
	text-align: center;
}

.subtitle-base { 
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 20px;
	font-size: 2.0rem;
	border-bottom: 3px solid #DEDEDE;
}

.subtitle-base::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #000000;
}

/*---- Contents box ----*/
.contentsbox {
	overflow: hidden;  /* preventing height 0 when float */
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 10px;
}

/*---- Contents box(2column) ----*/
.contentsbox-leftmain {
	overflow: hidden;  /* preventing height 0 when float */
	float: left;
	width: 75%;
	padding-right: 1%;  /* for right side shadow */
}

.contentsbox-rightmenu {
	overflow: hidden;  /* preventing height 0 when float */
	float: right;
	width: 20%;
}

/*---- Common box ----*/
.commonbox {
	margin-bottom: 40px;
	padding: 30px;
}


/*######## Right menu ########*/

.rightmenu-bnrbox {
	margin-bottom: 30px;
}

.rightmenu-bnrbox img {
	max-width: 100%;
}

.rightmenu-bnrbox p {
	margin-top: 5px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.35;
}


/*######## Footer ########*/

/*---- Footer contents ----*/
#footerfield {
	width: 100%;
	background-color: #212121;
}

#footerbody {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}

#footer-linkframe {
	overflow: hidden;  /* preventing height 0 when float */
	padding: 60px 10px;
}

#footer-linkframe .menu-navibox {
	float: left;
	width: 25%;
}

#footer-linkframe .menu-navi-subtitle {
	margin-bottom: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer-linkframe .menu-navi-subframe {
}

#footer-linkframe .menu-navibox li {
	margin-bottom: 15px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
}

#footer-linkframe .menu-navibox li a {
	color: #CECECE;
}

/*---- Copyright ----*/
#footer-copyright {
	padding: 30px 0px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	background-color: #000000;
}


/*######## 標準文字入力フォーム<input>,<textarea>タグ ########*/
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], textarea {
	margin-bottom: 5px;
	padding: 8px 5px;
	border: 1px solid #D0D0CE;
	
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
x	letter-spacing: 1px;
	
	-webkit-appearance: none;    /* for stop iOS gradation */
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

/*---- プレースフォルダー ----*/
input:-ms-input-placeholder, textarea:-ms-input-placeholder {  /* IE10+ */
	color: #BBBBBB;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {  /* WebKit(Safari,Chrome,Opera15+) */
	color: #BBBBBB;

}
input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #BBBBBB;
}


/*######## 標準選択フォーム<input type="radio">,<input type="checkbox">,<label>タグ ########*/

/*---- フォーム要素本体 ----*/
input[type="radio"], input[type="checkbox"] {
x	width: auto;  /* 2023/01/30:for Win10 22H2 Edge Bug */
	margin: 0px 3px 0px 6px;
	padding: 0px;
	
	font-size: 18px;
	font-size: 1.8rem;
}

/*---- フォーム選択肢(radio&checkbox) ----*/
.formchoice {
	padding-top: 5px;
}

.formchoice li {
	margin-bottom: 10px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.formchoice-horizonal {
	overflow: hidden;  /* preventing height 0 when float */
	padding-top: 5px;
}

.formchoice-horizonal li {
	float: left;
	margin: 0px 10px 10px 0px;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

/*---- フォーム用<label>タグ ----*/
label {
	padding-left: 0px;  /* 2023/01/30:for Win10 22H2 Edge Bug */
	text-indent: 0px;   /* 2023/01/30:for Win10 22H2 Edge Bug */
}


/*######## 標準<select>タグ ########*/
select {
	height: 40px;
	margin-bottom: 5px;
	padding: 0px 25px 0px 3px;
	border: 1px solid #D0D0CE;
	
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	
	vertical-align: middle;
	
	background-color: #FFFFFF;
	background-image: url(../img/common/select_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
	
	-webkit-appearance: none;    /* for stop iOS gradation */
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

select::-ms-expand {  /* for hide select arrow IE10+ */
	display: none;
}


/*######## 標準ボタンフォーム<input type="submit">,<input type="button">タグ ########*/
input[type="submit"], input[type="button"] {
	height: 40px;
	padding: 0px 20px;
	border: none;
	
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
x	letter-spacing: 5px;
	
	background-color: #9A7F5D;
	
	cursor: pointer;
	
	-webkit-appearance: none;    /* for stop iOS gradation */
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}


/*######## フォーム関連 ########*/

/*---- フォームテーブル ----*/
.formtable {
	display: table;
	width : 100%;
	margin-bottom: 20px;
}

.formtable-row {
	display: table-row;
}

.formtable .formtable-title {
	display: table-cell;
	width : 220px;
	padding: 25px 20px 20px 0px;
	vertical-align: top;
	border-bottom: 1px solid #D0D0CE;
}

.formtable .formtable-title-text {
	display: inline-block;
x	width : 180px;
	width : 165px;
	padding-top: 3px;
	font-weight: bold;
x	background-color: #FF0000;
}

.formtable .formtable-title-text br {
}

.formtable .formtable-title-subtext {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

.formtable .formtable-title-must {
	display: inline-block;
	padding: 3px;
	float: right;
	font-size: 11px;
	font-size: 1.1rem;
	color: #FFFFFF;
	background-color: #C31920;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.title-must {
	padding: 3px;
	display: inline-block;
	color: #FFFFFF;
	background-color: #757878;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.formtable .formtable-title-option {
	padding: 3px;
	display: inline-block;
	float: right;
	font-size: 11px;
	font-size: 1.1rem;
	color: #FFFFFF;
	background-color: #C8C9C7;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.formtable .formtable-data {
	overflow: hidden;  /* preventing height 0 when float */
	display: table-cell;
	padding: 20px 0px;
	vertical-align: top;
	border-bottom: 1px solid #D0D0CE;
}

.formtable .formtable-data-formtextonly {
	padding-top: 28px;
}

/*---- フォームアイテム ----*/
.formitem-textdate {
	width : 10%;
	min-width: 40px;
}

.formitem-texthalf {
	width : 50%;
	min-width: 220px;
}

.formitem-textfull {
	width : 95%;
	max-width: 600px;
}

.formitem-memo {
	font-size: 13px;
	font-size: 1.3rem;
}

.formitem-memo-indent {
	padding-left: 0.7em;
	text-indent: -0.7em;
}

.formitem-notice {
	color: #C31920;
	font-size: 13px;
	font-size: 1.3rem;
}

.formitem-notice-indent {
	padding-left: 0.7em;
	text-indent: -0.7em;
}

/*---- フォームボタン ----*/
.btn-formsubmit {
	text-align: center;
}

.btn-formsubmit input {
	min-width: 200px;
	height:      45px;
	line-height: 45px;
	padding: 2px 20px;
	border: none;
	
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFFFFF;
x	letter-spacing: 5px;
	
	background-color: #9A7F5D;
	
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

.btn-formsubmit input:hover,
.btn-formsubmit input:focus,
.btn-formsubmit input:active {
	background-color: #997631;
}

.btn-formsubmit .btn-formsubmit-back {
	color: #000000;
	background-color: #BBBCBC;
}

.btn-formsubmit .btn-formsubmit-back:hover,
.btn-formsubmit .btn-formsubmit-back:focus,
.btn-formsubmit .btn-formsubmit-back:active {
	background-color: #C8C9C7;
	text-decoration: underline;
}

.btn-formsubmit-between {
	display: inline-block;
	width: 20px;
}

/*---- フォームエラー ----*/
.formerrbox {
	max-width: 500px;
	margin: 20px auto 30px;
	
	line-height: 1.3;
	
	color: #FF6633;
}

.formerrbox .fbold {
	font-weight: bold;
}

.formerr {
	border: 2px solid #FF6633 !important;
	  /* !importantがないと<input type="text">等に効かない */
}

.formerrtext {  /* VERITRANSトークン決済用 */
	color: #FF6633;
}

.fatalerror-nullbox {  /* mbemc.html & mbpst.html */
	height: 100px;
}

/*---- フォームページ ----*/
.form-formlead {
	margin-bottom: 30px;
}

/*---- フォーム確認ページ ----*/
.form-checklead {
	margin-bottom: 30px;
}

/*---- フォーム完了ページ ----*/
.form-donebox {
}

.form-donebox-memo {
}

.form-donebox-memo-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.form-donebox-link {
	margin-top: 20px;
}

.form-donebox-link a {
	text-decoration: underline;
}

/*---- 共通ボタン ----*/
.btn-common {
	text-align: center;
}

.btn-common a {
	display: inline-block;
	min-width: 200px;
	height:      45px;
	line-height: 45px;
	margin: 0px 20px 20px;
	padding: 2px 20px 0px;
	
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	color: #FFFFFF;
	text-decoration: none;
	
	background-color: #9A7F5D;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.btn-common a:hover {
	background-color: #997631;
}
