@charset "utf-8";

@import url("common.css");


/* --------------------------------------------------------------------------------------
 コンテンツエリア
--------------------------------------------------------------------------------------- */
#ctArea {
	margin-top: 28px;
}

#ctArea h1 {
	font-size: 32px;
}

#ctArea h2 {
	margin: 0 0 25px;
	padding: 0 0 0 42px;
	text-align: left;
	font-size: 175%;
	font-weight: bold;
}

.login #ctArea h2 {	background: url(../img/mypage/icon_login01_ttl.png) no-repeat left center;}
.withdraw #ctArea h2 {	background: url(../img/mypage/icon_login01_ttl.png) no-repeat left center;}
.entry #ctArea h2 {	background: url(../img/mypage/icon_edit01_ttl.png) no-repeat left center;}
.change #ctArea h2 {	background: url(../img/mypage/icon_edit01_ttl.png) no-repeat left center;}
.delivery #ctArea h2 {	background: url(../img/mypage/icon_edit01_ttl.png) no-repeat left center;}
.favorite #ctArea h2 {	background: url(../img/mypage/icon_favorite01_ttl.png) no-repeat left center;}
.history #ctArea h2 {	background: url(../img/mypage/icon_history01_ttl.png) no-repeat left center;}
.change_card #ctArea h2 {	background: url(../img/mypage/icon_edit01_ttl.png) no-repeat left center;}
.forgot #ctArea h2 {	background: url(../img/mypage/icon_login01_ttl.png) no-repeat left center;}

@media screen and (max-width: 1240px){
#ctArea {
	margin-top: 20px;	
}

#ctArea h2 {
	display: inline-block;
	margin: 0 0 20px;
}
}

#ctArea .ctTop {
	margin: 0 0 25px;
	padding: 0 0 20px;
	border-bottom: 1px solid #c8cac9;
}

#ctArea .ctTop .ctTtl {
	position: relative;
	padding: 16px 0 12px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	text-align: left;
	font-size: 200%;
	font-weight: bold;
}

#ctArea .ctTop .ctTtl:before {
	position: absolute;
	width: 100%;
	top: 2px;
	left: 0;
	border-top: 1px solid #000;
	content: "";
}

#ctArea .ctTop .ctTtl:after {
	position: absolute;
	width: 100%;
	bottom: 2px;
	left: 0;
	border-bottom: 1px solid #000;
	content: "";
}

#ctArea .ctTop .page_navi {
	padding: 12px 0;
	height: 52px;
	font-size: 0;
}

#ctArea .ctTop .page_navi li {
	position: relative;
	display: inline-block;
	width: 16.666%;
	line-height: 52px;
	font-size: 14px;
}

#ctArea .ctTop .page_navi li:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -15px 0 0;
	border-top: 30px solid #c8cac9;
	border-right: 1px solid #c8cac9;
	content: "";
}

#ctArea .ctTop .page_navi li:last-child:after {
	content: none;
}

#ctArea .ctTop .page_navi li a {
	display: block;
	padding: 0 12px;
}

.history #ctArea .ctTop .page_navi li:nth-child(1) a,
.favorite #ctArea .ctTop .page_navi li:nth-child(2) a,
.change #ctArea .ctTop .page_navi li:nth-child(3) a,
.delivery #ctArea .ctTop .page_navi li:nth-child(4) a,
.withdraw #ctArea .ctTop .page_navi li:nth-child(5) a,
.change_card #ctArea .ctTop .page_navi li:nth-child(6) a {
	/*opacity:0.50;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity:0.50;*/
	font-weight: bold;
	text-decoration: underline;
}

#ctArea .ctTop .page_navi li a:hover {
	color: #000;
	opacity:0.50;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity:0.50;
}

#ctArea .ctTop .page_navi li a span {
	position: relative;
	display: block;
	padding: 0 0 0 30px;
}

#ctArea .ctTop .page_navi li a span:before {
	position: absolute;
	left: 0;
	width: 30px;
	height: 100%;
	content: "";
}

#ctArea .ctTop .page_navi li:nth-child(1) a span:before {
	background: url(../img/mypage/icon_history01_ttl.png) no-repeat center center;
	background-size: 17px;
}
#ctArea .ctTop .page_navi li:nth-child(2) a span:before {
	background: url(../img/mypage/icon_favorite01_ttl.png) no-repeat center center;
	background-size: 18px;
}
#ctArea .ctTop .page_navi li:nth-child(3) a span:before {
	background: url(../img/mypage/icon_edit01_ttl.png) no-repeat center center;
	background-size: 14px;
}
#ctArea .ctTop .page_navi li:nth-child(4) a span:before {
	background: url(../img/mypage/icon_edit01_ttl.png) no-repeat center center;
	background-size: 14px;
}
#ctArea .ctTop .page_navi li:nth-child(5) a span:before {
	background: url(../img/mypage/icon_login01_ttl.png) no-repeat center center;
	background-size: 15px;
}
#ctArea .ctTop .page_navi li:nth-child(6) a span:before {
	background: url(../img/mypage/icon_edit01_ttl.png) no-repeat center center;
	background-size: 14px;
}

#ctArea .ctTop .user_name {
	font-size: 133.3%;
}

#ctArea .ctTop .user_name span {
	display: inline-block;
	padding: 0 .5em 0 1em;
}

@media screen and (max-width: 1240px){
#ctArea .ctTop {
	margin: 0 3% 25px;
	padding: 0 0 30px;
}

#ctArea .ctTop .ctTtl {
	text-align: center;
}

#ctArea .ctTop .page_navi {
	height: auto;
	padding: 12px 0;
}

#ctArea .ctTop .page_navi li {
	width: 33.3%;
}

#ctArea .ctTop .page_navi li:nth-child(3n):after {
	content: none;
}

#ctArea .ctTop .page_navi li a {
	padding: 0 4.5%;
}

#ctArea .ctTop .user_name {
	margin: 12px 0 0;
}
}

@media screen and (max-width: 767px){
#ctArea .ctTop .page_navi li {
	width: 50%;
}
#ctArea .ctTop .page_navi li:nth-child(3n):after {
	content: "";
}
#ctArea .ctTop .page_navi li:nth-child(2n):after {
	content: none;
}
}

/* ログイン */

#ctArea .login_box {
	width: 529px;
	box-sizing: border-box;
	margin: 60px auto 0;
	padding: 64px;
	background: #ecefee;
}

#ctArea .login_box .input_list {
	margin: 0 0 12px;
}

#ctArea .login_box .input_list li {
	margin: 0 0 15px;
}

#ctArea .login_box .input_list li input {
	width: 100%;
	box-sizing: border-box;
	padding: 11px;
}

#ctArea .login_box .btn {
	float: left;
	width: 164px;
}

#ctArea .login_box .btn input {
	width: 100%;
	border: none;
	background: #c72727;
	line-height: 55px;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#ctArea .login_box .btn input:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

#ctArea .login_box .link_list {
	margin: 0 0 0 182px;
	line-height: 2.41;
	text-align: left;
}

#ctArea .login_box .link_list a {
	color: #26b3cc;
	text-decoration: underline;
}

#ctArea .login_box .link_list a:before {
	font-size: 83.3%;
	content: "▶ "
}

#ctArea .login_box .link_list a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1240px){
#ctArea .login_box {
	width: auto;
	margin: 0 3%;
	padding: 6%;
}

#ctArea .login_box .input_list li input {
	width: 46%;
}

#ctArea .login_box .btn {
	float: none;
	width: auto;
	margin: 0 0 30px;
}

#ctArea .login_box .btn input {
	width: 259px;
	margin: 0 auto;
}

#ctArea .login_box .link_list {
	width: 46%;
	margin: 0 auto;
}
}

@media screen and (max-width: 767px){
#ctArea .login_box .input_list li input {
	width: 100%;
}

#ctArea .login_box .link_list {
	width: 100%;
}
}

/* 退会手続き */

#ctArea .withdraw_box {
	width: 529px;
	box-sizing: border-box;
	margin: 60px auto 0;
	padding: 40px 64px 50px;
	background: #ecefee;
}

#ctArea .withdraw_box h3 {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

#ctArea .withdraw_box .lead {
	margin: 0 0 18px;
	line-height: 1.75;
	text-align: left;
}
#ctArea .withdraw_box .lead.center {
	text-align: center;
}

#ctArea .withdraw_box .input_list {
	margin: 0 0 12px;
}

#ctArea .withdraw_box .input_list li {
	margin: 0 0 15px;
}

#ctArea .withdraw_box .input_list li input {
	width: 100%;
	box-sizing: border-box;
	padding: 11px;
}

#ctArea .withdraw_box .btn a,
#ctArea .withdraw_txt .btn a {
	display: inline-block;
	width: 174px;
	margin: 0 7px;
	background: #9d9b9b;
	line-height: 55px;
	vertical-align: top;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
}

#ctArea .withdraw_box .btn input {
	width: 174px;
	margin: 0 7px;
	border: none;
	background: #c72727;
	line-height: 55px;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#ctArea .withdraw_box .btn a:hover,
#ctArea .withdraw_box .btn input:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

#ctArea .withdraw_txt {
	margin: 126px auto 0;
	padding: 0 0 120px;
	background: url(../img/mypage/img_withdraw01.png) no-repeat center bottom;
}

#ctArea .withdraw_txt p {
	font-size: 141.7%;
	font-weight: bold;
}

@media screen and (max-width: 1240px){
#ctArea .withdraw_box {
	width: auto;
	margin: 0 3%;
	padding: 6%;
}

#ctArea .withdraw_box .icon svg {
	width: 100%;
	height: auto;
}

#ctArea .withdraw_box .input_list li input {
	width: 46%;
}

#ctArea .withdraw_box .btn a {
	display: block;
	width: 259px;
	margin: 0 auto 10px;
}

#ctArea .withdraw_box .btn input {
	width: 259px;
	margin: 0 auto;
}

#ctArea .withdraw_txt {
	margin: 40px 3% 0;
}
}

@media screen and (max-width: 767px){
#ctArea .withdraw_box .input_list li input {
	width: 100%;
}
}

/* 新規会員登録 */
/* 会員情報編集 */
/* お届け先編集 */

#ctArea .input_detail .input_table {
	width: 100%;
}

#ctArea .input_detail .input_table th {
	width: 200px;
	padding: 38px 0;
	border-top: 1px solid #c8cac9;
	border-bottom: 1px solid #c8cac9;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

#ctArea .input_detail .input_table th .required {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 10px;
	border-radius: 5px;
	background: #fc6b6b;
	line-height: 2;
	color: #fff;
}

#ctArea .input_detail .input_table td {
	padding: 30px 0 15px;
	border-top: 1px solid #c8cac9;
	border-bottom: 1px solid #c8cac9;
	text-align: left;
}

#ctArea .input_detail .input_table td p,
#ctArea .input_detail .input_table td div {
	margin: 0 0 15px;
}

#ctArea .input_detail .input_table td span {
	display: block;
	margin: 6px 0 0;
}

#ctArea .input_detail .input_table td ul {
	margin: 0 0 15px;
	letter-spacing: -1em;
}

#ctArea .input_detail .input_table td ul li,
#ctArea .input_detail .input_table td .radio {
	display: inline-block;
	margin: 0 4.5em 0 0;
	vertical-align: baseline;
	letter-spacing: 0;
}

#ctArea .input_detail .input_table td input {
	box-sizing: border-box;
	padding: 11px;
}
#ctArea .input_detail .input_table td input[type="radio"] {
	width: 16px;
	height: 16px;
	margin: 0 12px 0 0;
	padding: 0;
	vertical-align: middle;
}

#ctArea .input_detail .input_table td input.name {
	width: 266px;
	margin: 0 21px 0 0;
}
#ctArea .input_detail .input_table td input.post {
	width: 100px;
	margin: 0 12px;
}
#ctArea .input_detail .input_table td input.place {
	width: 553px;
}
#ctArea .input_detail .input_table td input.tel {
	width: 79px;
	margin: 0 12px;
}
#ctArea .input_detail .input_table td input.tel:first-child {
	margin: 0 12px 0 0;
}
#ctArea .input_detail .input_table td input.id {
	width: 553px;
}
#ctArea .input_detail .input_table td input.pass {
	width: 553px;
}
#ctArea .input_detail .input_table td input.mail {
	width: 553px;
}
#ctArea .input_detail .input_table td input.company {
	width: 553px;
}

#ctArea .input_detail .input_table td select {
	box-sizing: border-box;
	padding: 10px 11px 9px;
}

#ctArea .input_detail .input_table td select.birth {
	width: 113px;
	margin: 0 12px;
}
#ctArea .input_detail .input_table td select.birth:first-child {
	margin: 0 12px 0 0;
}
#ctArea .input_detail .input_table td select.pref {
	width: 154px;
}

#ctArea .input_detail .input_table td p a {
	color: #26b3cc;
	text-decoration: underline;
}

#ctArea .input_detail .input_table td p a:hover {
	text-decoration: none;
}

#ctArea .input_detail .input_table td .post_btn a {
	display: inline-block;
	width: 154px;
	background: #9d9b9b;
	line-height: 44px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#ctArea .input_detail .input_table td .post_btn a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

@media screen and (max-width: 1240px){
#ctArea .input_detail {	
	margin: 0 3%;
}

#ctArea .input_detail .input_table th {
	display: block;
	width: auto;
	padding: 14px 3%;
	border-top: none;
	background: #e5e5e5;
}

#ctArea .input_detail .input_table tr:first-child th {
	border-top: 1px solid #c8cac9;
}

#ctArea .input_detail .input_table th .required {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0 10px;
	border-radius: 5px;
	background: #fc6b6b;
	line-height: 2;
	color: #fff;
}

#ctArea .input_detail .input_table td {
	display: block;
	padding: 14px 3% 4px;
	border-top: none;
}

#ctArea .input_detail .input_table td p {
	margin: 0 0 10px;
}

#ctArea .input_detail .input_table td ul {
	margin: 0 0 10px;
}

#ctArea .input_detail .input_table td input.name {
	width: 46%;
	margin: 0 3% 0 0;
}
#ctArea .input_detail .input_table td input.post {
	width: 12.5%;
	margin: 0 2%;
}
#ctArea .input_detail .input_table td input.place {
	width: 69%;
}
#ctArea .input_detail .input_table td input.tel {
	width: 12.5%;
	margin: 0 2%;
}
#ctArea .input_detail .input_table td input.tel:first-child {
	margin: 0 2% 0 0;
}
#ctArea .input_detail .input_table td input.id {
	width: 46%;
}
#ctArea .input_detail .input_table td input.pass {
	width: 46%;
}
#ctArea .input_detail .input_table td input.mail {
	width: 46%;
}
#ctArea .input_detail .input_table td input.company {
	width: 46%;
}

#ctArea .input_detail .input_table td select.birth {
	width: 12.5%;
	margin: 0 2%;
}
#ctArea .input_detail .input_table td select.birth:first-child {
	margin: 0 2% 0 0;
}
}

@media screen and (max-width: 767px){
#ctArea .input_detail .input_table td input.name {
	width: 100%;
	margin: 0 0 10px;
}
#ctArea .input_detail .input_table td input.post {
	width: 25%;
	margin: 0 2%;
}
#ctArea .input_detail .input_table td input.place {
	width: 100%;
}
#ctArea .input_detail .input_table td input.tel {
	width: 25%;
	margin: 0 2%;
}
#ctArea .input_detail .input_table td input.tel:first-child {
	margin: 0 2% 0 0;
}
#ctArea .input_detail .input_table td input.id {
	width: 100%;
}
#ctArea .input_detail .input_table td input.pass {
	width: 100%;
}
#ctArea .input_detail .input_table td input.mail {
	width: 100%;
}
#ctArea .input_detail .input_table td input.company {
	width: 100%;
}

#ctArea .input_detail .input_table td select.birth {
	width: 25%;
	margin: 0 2%;
}
#ctArea .input_detail .input_table td select.birth:first-child {
	margin: 0 2% 0 0;
}
#ctArea .input_detail .input_table td select.pref {
	width: 100%;
}

#ctArea .input_detail .input_table td .post_btn a {
	width: 100%;
}
}

#ctArea .input_detail .note {
	margin: 20px 0 0;
	text-align: left;
}
#ctArea .input_detail .note.top {
	margin: 0 0 20px;
}

#ctArea .input_detail .note a {
	color: #26b3cc;
	text-decoration: underline;
}

#ctArea .input_detail .note a:hover {
	text-decoration: none;
}

#ctArea .input_detail .input_bottom {
	float: right;
	width: 259px;
}

.cart04 #ctArea .input_detail .input_bottom {
	float: none;
	width: 100%;
}

#ctArea .input_detail .input_bottom dl {
	display: table;
	width: 100%;
}

#ctArea .input_detail .input_bottom dl dt {
	display: table-cell;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 116.7%;
	font-weight: bold;
}

#ctArea .input_detail .input_bottom dl dt span {
	font-size: 71.4%;
}

#ctArea .input_detail .input_bottom dl dd {
	display: table-cell;
	padding: 0 4px 0 0;
	text-align: right;
	font-size: 166.7%;
	font-weight: bold;
}

#ctArea .input_detail .btn_area {
	margin: 36px 0 0;
}

#ctArea .input_detail .btn_area input:hover ,
#ctArea .input_detail .btn_area a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

#ctArea .input_detail .btn_area .next input {
	width: 259px;
	line-height: 55px;
	border: none;
	background: #c72727;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#ctArea .input_detail .btn_area .back {
	margin: 20px 0 0;
	font-size: 100%;
}

#ctArea .input_detail .btn_area .back a {
	display: block;
	width: 259px;
	margin: 0 auto;
	line-height: 55px;
	background: #9d9b9b;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
}

@media screen and (max-width: 1240px){
#ctArea .input_detail .input_bottom {
	float: none;
	width: auto;
}
}

/* ご注文履歴 */
/* お気に入り一覧 */
/* お届け先一覧 */
.delivery #ctArea .input_detail .total_top:nth-child(1) {
	float: left;
	margin: 0 0 20px;
	padding: 14px 0;
}

.delivery #ctArea .input_detail .total_top:nth-child(2) {
	float: right;
	margin: 0 20px 20px 0;
}

.delivery #ctArea .input_detail .total_top .btn-sm {
	width: 259px;
	border: none;
	background: #c72727;
	line-height: 44px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.favorite #ctArea .input_detail p.intro {
	margin: 0 0 20px;
	padding: 14px 0;
	text-align: left;
}

.history #ctArea .input_detail p.intro {
	margin: 0 0 20px;
	padding: 14px 0;
	text-align: left;
}

.delivery #ctArea .input_detail .total_top:nth-child(1) {
	float: left;
	margin: 0 0 20px;
	padding: 14px 0;
}

#ctArea .input_detail .cart_table {
	clear: both;
	width: 100%;
}

#ctArea .input_detail .cart_table tr {
	border-top: 1px solid #c8cac9;
}

#ctArea .input_detail .cart_table th {
	padding: 16px;
	background: #e5e5e5;
	font-size: 116.7%;
}

#ctArea .input_detail .cart_table td {
	padding: 28px 0;
	border-bottom: 1px solid #c8cac9;
	line-height: 1.6;
}

#ctArea .input_detail .cart_table td .th {
	display: none;
}

#ctArea .input_detail .cart_table td .item_detail {
	margin: 0 0 0 80px;
	text-align: left;
}

#ctArea .input_detail .cart_table td .item_detail .img {
	float: left;
}

#ctArea .input_detail .cart_table td .item_detail .txt {
	margin: 0 0 0 138px;
}

#ctArea .input_detail .cart_table td .item_detail .txt dl dt,
#ctArea .input_detail .cart_table td .item_detail .txt dl dd {
	display: inline;
}

#ctArea .input_detail .cart_table td .btn input {
	width: 117px;
	border: none;
	background: #c72727;
	line-height: 44px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#ctArea .input_detail .cart_table td .btn input:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

#ctArea .input_detail .cart_table td .btn2 a {
	width: 117px;
	border: none;
	background: #eee;
	border: 1px solid #ccc;
	line-height: 44px;
	cursor: pointer;
	display: inline-block;
}

#ctArea .input_detail .cart_table td .btn2 a:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha( opacity=75 )";
	-moz-opacity: 0.75;
}

@media screen and (max-width: 1240px){
.delivery #ctArea .input_detail .total_top:nth-child(1) {
	float: none;
	margin: 0 0 15px;
	padding: 0;
}

.delivery #ctArea .input_detail .total_top:nth-child(2) {
	float: none;
	margin: 0 0 20px;
}

.favorite #ctArea .input_detail p.intro {
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}

.history #ctArea .input_detail p.intro {
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}

#ctArea .input_detail .cart_table tr {
	display: block;
	margin: 0 0 60px;
}

.favorite #ctArea .input_detail .cart_table tr:first-child {
	display: none;
	margin: 0;
	border-top: none;
}

.delivery #ctArea .input_detail .cart_table td:first-child {
	border-top: none;
}

#ctArea .input_detail .cart_table th {
	display: none;
}

#ctArea .input_detail .cart_table td {
	display: table;
	width: 100%;
}

#ctArea .input_detail .cart_table td .th {
	display: table-cell;
	padding: 14px 3%;
	vertical-align: middle;
	text-align: left;
}

#ctArea .input_detail .cart_table td > div {
	/*display: table-cell;*/
	padding: 14px 3%;
	vertical-align: middle;
	text-align: right;
}

#ctArea .input_detail .cart_table td .item_detail {
	margin: 0;
}

#ctArea .input_detail .cart_table td .btn {
	padding: 14px 3%;
}

#ctArea .input_detail .cart_table td .btn input {
	width: 259px;
}

#ctArea .input_detail .cart_table td .btn2 {
	text-align: center;
}

#ctArea .input_detail .cart_table td .btn2 a {
	width: 259px;
}
}

/* ご注文履歴詳細 */

#ctArea .input_detail .input_data {
	margin: 0 0 25px;
}

#ctArea .input_detail .input_data table {
	width: 100%;
	text-align: left;
	font-size: 116.7%;
}

#ctArea .input_detail .input_data table th {
	width: 7em;
	padding: 4px 0;
}

#ctArea .input_detail .input_left {
	float: left;
	width: 602px;
	text-align: left;
}

#ctArea .input_detail .input_section {
	margin: 0 0 34px;
}

#ctArea .input_detail .input_section h3 {
	margin: 0 0 20px;
	padding: 14px 21px;
	background: #e5e5e5;
	font-size: 133.3%;
	font-weight: bold;
}

#ctArea .input_detail .input_section.clearfix .txt {
	float: left;
	width: 670px;
}

#ctArea .input_detail .input_section .txt p {
	margin: 0 0 12px;
}

#ctArea .input_detail .input_section .txt p input[type="radio"] {
	width: 16px;
	height: 16px;
	margin: 0 12px 0 0;
	vertical-align: middle;
}

#ctArea .input_detail .input_section .txt p textarea {
	width: 559px;
	height: 142px;
	padding: 12px 20px;
}

#ctArea .input_detail .input_section .txt table {
	width: 100%;
}

#ctArea .input_detail .input_section .txt table th {
	width: 110px;
	padding: 12px 0;
	font-size: 133.3%;
}

#ctArea .input_detail .input_section .txt table td {
	padding: 12px 0;
}

#ctArea .input_detail .input_section .txt table td p {
	margin: 0;
}

#ctArea .input_detail .input_section .txt table td select {
	width: 154px;
	box-sizing: border-box;
	padding: 10px 11px 9px;
}

#ctArea .input_detail .input_section .item_detail_box {
	margin: 0 0 20px;
	border-top: 1px solid #d3d5d4;
}

#ctArea .input_detail .input_section .item_detail {
	padding: 30px 0;
	border-bottom: 1px solid #d3d5d4;
	line-height: 1.6;
}

#ctArea .input_detail .input_section .item_detail .img {
	float: left;
}

#ctArea .input_detail .input_section .item_detail .txt {
	float: none;
	width: auto;
	margin: 0 0 0 138px;
}

#ctArea .input_detail .input_section .edit_btn {
	float: right;
}

#ctArea .input_detail .input_section .edit_btn a {
	display: block;
	min-width: 25px;
	padding: 0 21px;
	background: #9d9b9b;
	line-height: 44px;
	font-weight: bold;
	color: #fff;
}

#ctArea .input_detail .input_section .edit_btn a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

#ctArea .input_detail .input_right {
	float: right;
	width: 291px;
}

#ctArea .input_detail .input_right .order_box {
	padding: 26px 31px 31px 26px;
	background: #ecefee;
}

#ctArea .input_detail .input_right .order_box .order_top {
	padding: 12px 0 12px 52px;
	border-bottom: 1px solid #c8cac9;
}

#ctArea .input_detail .input_right .order_box .order_top dl {
	display: table;
	width: 100%;
	margin: 0 0 12px;
}

#ctArea .input_detail .input_right .order_box .order_top dl dt {
	display: table-cell;
	text-align: left;
}

#ctArea .input_detail .input_right .order_box .order_top dl dd {
	display: table-cell;
	text-align: right;
}

#ctArea .input_detail .input_right .order_box .order_total {
	padding: 20px 0 8px;
	border-bottom: 1px solid #c8cac9;
	text-align: right;
}

#ctArea .input_detail .input_right .order_box .order_total span {
	padding: 0 0 0 24px;
	font-size: 141.7%;
	color: #c72727;
}

#ctArea .input_detail .input_right .order_box .order_total span span {
	padding: 0 0 0 7px;
	font-size: 70.6%;
}

#ctArea .input_detail .input_right .order_box .order_btn {
	margin: 25px 0 0;
}

#ctArea .input_detail .input_right .order_box .order_btn input,
#ctArea .input_detail .input_right .order_box .order_btn a {
	width: 100%;
	line-height: 55px;
	border: none;
	background: #c72727;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}

#ctArea .input_detail .input_right .order_box .order_btn input:hover,
#ctArea .input_detail .input_right .order_box .order_btn a:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

#ctArea .input_detail .input_center .back {
	margin: 20px 0 0;
}

#ctArea .input_detail .input_center .back a {
	display: block;
	width: 259px;
	margin: 0 auto;
	line-height: 55px;
	background: #9d9b9b;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
}
#ctArea .input_detail .input_center .back a:hover {
	opacity:0.50;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity:0.50;
}

@media screen and (max-width: 1240px){
#ctArea .input_detail .input_data {
	margin: 0 0 15px;
}

#ctArea .input_detail .input_left {
	float: none;
	width: auto;
}

#ctArea .input_detail .input_section h3 {
	margin: 0 0 10px;
	padding: 7px 14px;
}

#ctArea .input_detail .input_section.clearfix .txt {
	float: none;
	width: auto;
}

#ctArea .input_detail .input_section .txt p textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px;
}

#ctArea .input_detail .input_section .txt table td select {
	width: 100%;
}

#ctArea .input_detail .input_section .item_detail {
	padding: 15px 0;
}

#ctArea .input_detail .input_section .edit_btn {
	float: none;
	margin: 20px 0 0;
}

#ctArea .input_detail .input_section .edit_btn a {
	width: 217px;
	margin: 0 auto;
	text-align: center;
}

#ctArea .input_detail .input_right {
	float: none;
	width: auto;
}

#ctArea .input_detail .input_right .order_box {
	padding: 26px 6% 31px;
}

#ctArea .input_detail .input_right .order_box .order_top {
	padding: 5px 3%;
}

#ctArea .input_detail .input_center .back a {
	width: 100%;
}
}

/* カード情報編集 */

.change_card #ctArea h3 {
	margin: 40px 42px 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #000;
	text-align: left;
	font-size: 141.7%;
	font-weight: bold;
}

.change_card #ctArea .input_detail {
	margin: 0 42px 20px;
}

#ctArea .input_detail .card_table {
	width: 100%;
}

#ctArea .input_detail .card_table th {
	padding: 8px;
	background: #e5e5e5;
	font-size: 116.7%;
}

#ctArea .input_detail .card_table td {
	position: relative;
	padding: 14px 0;
	border-bottom: 1px solid #c8cac9;
	line-height: 1.6;
}

#ctArea .input_detail .card_table td .th {
	display: none;
}

#ctArea .input_detail .card_table td label{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ctArea .input_detail .card_table td input[type="checkbox"] {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

#ctArea .input_detail .btn_area .delete input {
	width: 173px;
	margin: 0 0 0 86px;
	line-height: 37px;
	border: none;
	background: #9d9b9b;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#ctArea .input_detail .input_table td input.cardnum {
	width: 266px;
}

#ctArea .input_detail .input_table td select.cardlimit {
	width: 113px;
	margin: 0 12px;
}

#ctArea .input_detail .input_table td select.cardlimit:first-child {
	margin: 0 12px 0 0;
}

@media screen and (max-width: 1240px){
.change_card #ctArea h3 {
	margin: 20px 3%;
}

.change_card #ctArea .input_detail {
	margin: 0 3% 40px;
}

#ctArea .input_detail .card_table tr {
	display: block;
	margin: 0 0 40px;
	border-top: 1px solid #c8cac9;
}

#ctArea .input_detail .card_table thead tr {
	border-top: none;
}

#ctArea .input_detail .card_table tr:last-child {
	margin: 0;
}

#ctArea .input_detail .card_table th {
	display: none;
}

#ctArea .input_detail .card_table td {
	display: table;
	width: 100%;
}

#ctArea .input_detail .card_table td.cardSeq {
	text-align: right;
}

#ctArea .input_detail .card_table td.cardSeq input {
	margin: 14px 3%;
}

#ctArea .input_detail .card_table td .th {
	display: table-cell;
	padding: 14px 3%;
	vertical-align: middle;
	text-align: left;
}

#ctArea .input_detail .card_table td > div {
	display: table-cell;
	padding: 14px 3%;
	vertical-align: middle;
	text-align: right;
}

#ctArea .input_detail .btn_area .delete input {
	margin: 0;
}

#ctArea .input_detail .input_table td input.cardnum {
	width: 46%;
}

#ctArea .input_detail .input_table td select.cardlimit {
	width: 12.5%;
	margin: 0 2%;
}

#ctArea .input_detail .input_table td select.cardlimit:first-child {
	margin: 0 2% 0 0;
}
}

@media screen and (max-width: 767px){
#ctArea .input_detail .input_table td input.cardnum {
	width: 100%;
}

#ctArea .input_detail .input_table td select.cardlimit {
	width: 25%;
	margin: 0 2%;
}
}

/* パスワード再発行 */

#ctArea .forgot_box {
	width: 580px;
	box-sizing: border-box;
	margin: 60px auto 0;
	padding: 64px;
	background: #ecefee;
	text-align: left;
}

#ctArea .forgot_box .input_list {
	margin: 1rem 0;
}

#ctArea .forgot_box .input_list li input {
	width: 290px;
	box-sizing: border-box;
	padding: 11px;
}

#ctArea .forgot_box .input_list li span.required {
	display: inline-block;
	margin: 0 10px;
	padding: 0 10px;
	border-radius: 5px;
	background: #fc6b6b;
	line-height: 2;
	color: #fff;
}

#ctArea .forgot_box .btn {
	width: 164px;
	margin: 0 auto;
}

#ctArea .forgot_box .btn input {
	width: 100%;
	border: none;
	background: #c72727;
	line-height: 55px;
	font-size: 133.3%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

#ctArea .forgot_box .btn input:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	-moz-opacity: 0.50;
}

@media screen and (max-width: 1240px){
#ctArea .forgot_box {
	width: auto;
	margin: 0 3%;
	padding: 6%;
}

#ctArea .forgot_box .input_list li input {
	width: 100%;
	margin: 15px 0 0;
}

#ctArea .forgot_box .btn {
	float: none;
	width: auto;
	margin: 0 0 30px;
}

#ctArea .forgot_box .btn input {
	margin: 0 auto;
}
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */
header {
	margin-bottom: 0;/*下層ページマージン0に*/
}
