@charset "utf-8";

body {
	background: #f7f7f7;
}
#window_area {
	margin: 1rem;
	padding: 1rem;
	background: #fff;
	}
#window_area p {
	font-size:12px;
	line-height: 140%;
	margin: 0px 20px 34px 20px;
}

#window_area h2.title {
	text-align: center;
	margin: 30px 20px 34px 20px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 140%;
	display: inline-block;
	border-bottom: 1px solid #34465d;
}

.deliv-place {
    font-size: 16px;
    border-bottom: 1px solid #666;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    padding-bottom: 4px;
    margin-bottom:10px;
}

.title_mypage {
    font-size:16px;
    border-bottom:1px solid #666;
    display:inline-block;
    text-align:center;
    font-weight:400;
    padding-bottom:4px;
    margin-bottom:12px;
}
nav#mypage_nav {
    margin-bottom:20px;
}
nav#mypage_nav ul {
    display:flex;
    justy-content:center;
}
nav#mypage_nav ul li {
    flex-grow:2;
}

nav#mypage_nav ul li  a {
display:block;
padding:18px 0px 20px 0px;
background:#5f493d;
color:#fff;
text-decoration:none;
font-size:14px;
letter-spacing:1px;
}

.order-list {
   margin:20px 10px 10px 10px;
   border-bottom:1px solid #999;
   padding-bottom:10px;
   text-align:left;
}

.order-list div,.historyBox {
   border:1px solid #999 !important;
   border-radius:4px !important;
   padding:10px;
   margin-bottom:10px;
}

.historyBox p{
   font-size:14px;
}

.order-list div em {
   font-size:14px;
}
.detail-display {
   position:relative;
}

.detail-display a {
   display:block;
   text-align:left;
   font-size:14px;
   color:#34465d;
   text-decoration:none;
}

.detail-display a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #666;
}
.detail-display a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 25px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}


/**ç¸²Â€ç¹ï½­ç¹§ï½°ç¹§ï½¤ç¹ï½³ç¹§ï½¨ç¹ï½ªç¹§ï½¢ **/

.ttlLog {
	margin-top:16px;
	margin-bottom:6px;
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
}

div.login_area .arrowRtxt a {
	margin:16px 0px 8px 0px;
	color:#34465d;
	font-size:14px;
	border-bottom:1px solid #34465d;
	display:inline-block;
	padding-bottom:2px;
	text-decoration:none;
}

#login-column {
	padding:0px 20px 0px 20px;
}

#login-column h2 {
}

#login-column .Current-member {
	background:#f7f7f7;
	border-radius: 4px;
	padding: 20px 20px;
	margin-bottom:20px;
}

.login-btn{
	text-decoration: none;
	font-family: 'Yu Gothic','Meiryo','Hiragino Maru Gothic ProN';
	display: flex;
	width: 100%;
	min-width: 200px;
	max-width: 300px;
	padding: .3rem;
	margin: 1rem auto 0;
	background: linear-gradient(90deg, #34465d, #5e7ea8);
	border: 1px solid #34465d !important;
	color: #fff;
	font-weight: 700;
	font-size: 1.1rem;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
	line-height: 1.6;
	box-sizing: border-box;
}

.login-btn:hover{
	opacity: 1;
	background: #fff;
	color: #34465d;
}

nav ul.nav-new li a {
   color:#34465d;
   margin:16px 0px 60px 0px;
   font-size:14px;
   text-decoration:none;
   display:inline-block;
   border-bottom:1px solid #34465d;
   padding-bottom:2px;
}

nav ul.nav-new li a i {
	margin-right: 6px;
}

p.New-registration {
	text-align:center;
	margin:0 auto;
	font-size:14px;
}

p.New-registration a {
	font-size:14px;
	border-bottom:1px solid #34465d;
	padding-bottom:4px;
	color:#34465d;
	text-decoration:none;
}

p.New-registration a:hover {
	border-bottom:1px solid #fff;
		
	}	

.txt-amazon {
	font-size:12px;
	line-height:140%;
	letter-spacing:1px;
	margin-top: 20px;
}

#AmazonLoginButton {
	width: 100%;
	}

.order-history {
    margin:22px 0px;
}
.order-history p {
    font-size:16px!important;
}
.order-history span {
color:#ff6600;
}

#ttlAno {
   font-size:12px;
   text-align:left;
   line-height:160%;
   margin:0 20px;
}

#login-column {
	padding:60px 30px 0px 30px;
}

#login-column h2 {
}

#login-column .Current-member {
	width: 480px;
	background:#f7f7f7;
	border-radius: 4px;
	padding: 30px 40px 20px 40px;
	margin-bottom: 20px;
	margin:0 auto;
}

#login-column .Current-member input[type="text"],#login-column .Current-member input[type="password"] {
	padding:10px;
	border: 3px  solid #dedede;
	border-radius: 4px;
	display:block;
	margin-bottom: 14px;
}

.New-member {
	margin-top:40px;
}

.New-member h3 {
	font-size:16px;
	font-weight:normal;
	margin:20px 0px 20px 0px!important;
	letter-spacing: 1px!important;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	}

.New-member p {
	font-size:12px;
	margin-top:15px;
	margin-bottom:10px;
}



p.New-registration {
text-align:center;
margin:0 auto;
font-size:14px;

}

p.New-registration a {
font-size:14px;
border-bottom:1px solid #34465d;
padding-bottom:4px;
color:#34465d;
text-decoration:none;
}

p.New-registration a:hover {
	border-bottom:1px solid #fff;	
	}	

.txt-amazon {
font-size:12px;
line-height:140%;
letter-spacing:1px;
width: 560px;
margin: 0 auto;
text-align: left;
}

#AmazonLoginButton{
	width: 312px;
	margin: 30px auto;
	}

/** è›»ï½©é€•ï½¨éš•å†—ï½´ï¿½ **/

.information p {
	font-size:14px!important;
}

#Premise {
	padding:0px 20px;
	text-align:left;
}

#Premise p {
	font-size:12px;
	line-height:180%;
	margin-bottom:32px;
}

#Premise p.Emphasis {
	margin-bottom:7px;
	color:#cc3333;
	line-height:140%;
	font-weight:bold;
	font-size:16px;
	margin-bottom: 22px;
}


a.admit {
border: none;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 14px 40px;
    display: inline-block;
    border-radius: 4px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    outline: none;
    position: relative;
    background: #83d3c9;
    box-shadow: 0 4px #276b62;}

.total-paied {
    border-bottom:1px solid #ccc;
    padding:10px 0px;
}

.total-paied div {
    border-bottom:1px dotted #ccc;
    padding:2px 0px;
    font-size:14px;
    text-align:right;
}

.cartinContents{
font-size:14px;
}

.refusetxt p {}

.title_box_sub img {
width:auto;
}

.b_expand {
    padding-top: 10px;
    display: block;
}

.thankstext p {
	color:#cc3333;
	font-size: 20px;
	text-align: left;
	font-weight:bold;
	line-height:160%;
	margin:0px 20px;
}

#completetext  {
	margin:0px 10px;
}

#completetext p {
	text-align:left;
	line-height:160%;
	margin-bottom:16px;
}

.cmpTxt {
    background: #f7f7f7;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
}

dl.form_entry {
	margin:10px 20px;
}

dl.form_entry dl {
}

dl.form_entry dt {
	border-bottom:1px solid #34465d;
	font-size: 16px;
	text-align:left;
	font-weight: bold;
	clear: both;
	padding-bottom:8px;
	padding-top:12px;
	margin-top:26px;
	margin-bottom:0px;
}

dl.form_entry dt span.required {
	color: #34465d;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 4px 3px 4px;
    position: relative;
    line-height: 100%;
    background: #ccc;
    display: inline-block;
    text-align: center;
    margin-left: 6px;
}

dl.form_entry dd {
	margin-bottom:18px;
	text-align:left;
	padding: 12px 0px!important;
}

dl.form_entry dd input,select {
	font-size: 16px;
}

dl.form_entry dd input[type="tel"] {
	width: 72%;
	margin: 0px 0px 8px 0px;
	padding: 10px;
	background: #fff;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
	border: #A9ABAD solid 1px;
}

dl.form_entry dd input[type="text"] {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background: #fff;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
	border: #A9ABAD solid 1px;
	display: block;
}

dl.form_entry dd select {
	width: 62%;
	margin: 0px 0px 8px 0px;
	padding: 10px;
	background: #fff;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
	border: #A9ABAD solid 1px;
	display: block;
}

dl.form_entry dd.tel-number {
	
}

dl.form_entry dd.tel-number input[type="tel"] {
	width: 20%;
	margin: 0px 0px 8px 0px;
	padding: 10px;
	background: #fff;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
	border: #A9ABAD solid 1px;
}

dl.form_entry dd ul {
	display: table;
}

dl.form_entry dd ul:after {
	content: "";
	display: block;
	height: 0;
	clear:both;
}

select.boxShort {
	width:22%!important;
	float: left;
	display: block;
}

span.selectdate {
    vertical-align: middle;
    float: left;
    margin: 10px 4px;
}

dl.form_entry dd ul li{
    float: left;
    padding: 0px;
    width: 44%;
    display: inline-block;
}

dl.form_entry dd ul li:nth-child(2) {
	vertical-align: middle;
    text-align: left;
    width: 10%!important;
    margin-left: -7px;
    margin-top: 10px;
    float: left;
}

dl.form_entry dd input[type="email"] {
	width: 92%;
	margin: 0px 0px 8px 0px;
	padding: 10px;
	background: #fff;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
	border: #A9ABAD solid 1px;
	display: block;
}

dl.form_entry dd input.boxLong {
	width: 92%;
	margin: 0px 0px 8px 0px;
	padding: 10px;
	background: #fff;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
 	-moz-box-shadow: none;
	border: #A9ABAD solid 1px;
	display: block;
} 

#mail-magazine {
}

#mail-magazine li {
	display:block!important;
	float: none!important;
	width: 100%!important;
	margin: 20px 0px!important;
}

#mail-magazine li input {
	margin-right: 6px;
}

#mail-magazine li:first-child {
	margin-top: 0px!important;
}


/** ç¸ºæ³ŒèŒœé€•ï½¨éš•å†—ï½´ï¿½ **/
#kiyaku_text {
    padding: 10px 20px;
    margin: 0px 40px 50px 40px;
    font-size: 14px;
    line-height: 140%;
    height: 300px;
    background: #f7f7f7;
    overflow: scroll;
    border: 1px solid #ccc;
}

.btn_area{
	margin-bottom: 2rem;
}

.btn_area ul{
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}


a.btn-action {
	text-decoration: none;
	font-family: 'Yu Gothic','Meiryo','Hiragino Maru Gothic ProN';
	display: flex;
	width: 100%;
	min-width: 200px;
	max-width: 300px;
	padding: .3rem;
	margin: 1rem auto 0;
	background: linear-gradient(90deg, #34465d, #5e7ea8);
	border: 1px solid #34465d !important;
	color: #fff;
	font-weight: 700;
	font-size: 1.1rem;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
	line-height: 1.6;
	box-sizing: border-box;
}

a.btn-action:hover{
	opacity: 1;
	background: #fff;
	color: #34465d;
}

/** パスワード再発行 **/

#windowcolumn {
	margin: 0 auto;
	color: #34465d;
}

#windowcolumn h2 {
	text-align: center;
	margin: 30px 20px 34px 20px;
	font-size: 20px;
	font-weight: 200;
	text-decoration: none;
	line-height: 140%;
	display: inline-block;
	border-bottom: 1px solid #34465d;
}

#windowcolumn #forgot {
	padding: 0px 20px;
}

#forgot .contents .name {
	font-size: 12px;
}

#forgot .contents .mailaddres p {
	margin: 0px 0px 10px 0px!important;
}

#forgot .contents .name p {
	margin:0px 0px 10px 0px;
}

#forgot .contents .mailaddres p.attention,#forgot .contents .name p.attention,#completebox .attention {
	color: #ff6600;
	display: block;
}


#forgot .contents .mailaddres input[type="text"] {
	padding:10px;
	border: 3px  solid #dedede;
	border-radius: 4px;
	display:block;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 14px;
}
#forgot .contents .name input[type="text"] {
	padding:10px;
	border: 3px  solid #dedede;
	border-radius: 4px;
	display:block;
	box-sizing: border-box;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 14px;
}
#forgot .attention {
	color: #ff6600;
	font-weight: bold;
	margin-left: 0px;
}

#completebox {
	padding:0px 20px;
	font-size:12px;
}

#completebox select {
	padding:10px;
	border: 3px  solid #dedede;
	border-radius: 4px;
	box-sizing: border-box;
	margin-bottom: 14px;
	margin-top: 10px;
}
