@charset "UTF-8";



@media only screen and (max-width: 480px) {



/*======================================

	layout
	
========================================*/

.mypage-wrapper{
	width: 100%;
	display: flex;
}

.mypage-wrapper{
	width: 100%;
	display: block;
	justify-content: space-between;
}

.mypage-side-col{
	width: 100%;
}

.mypage-main-col{
	width: 100%;
}



/*======================================

	side 
	
========================================*/


.side-menu-wrapper{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0px;
}

h3.h3-side-menu{
	font-size:16px;
	line-height: 1;
	font-weight: 600;
	padding: 9px 0 9px 18px;
	margin: 0 0 24px 0;
	border-left:3px solid #663399;
	border-bottom:0px solid #fc864c;
}

.side-menu{
	margin-top: 21px;
	
}

.side-menu a{
	width: 100%;
	font-size: 16px;
	display:block;
	text-decoration: none;
	border-bottom: 0px dotted #ddd;
	margin-bottom: 9px;
	padding: 0 0 3px 24px;
	position: relative;
}

.side-menu a::before {
	content: "";
    position: absolute;
    top: 40%;   /* 縦軸をセンタリングする */ 
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 3px solid transparent;
    border-left: 3px solid #333;   /* 好みで色を変えてください */  
}


.to-maypagetop{
	width: 100%;
}

.to-maypagetop a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border:1px solid #663399;
	padding: 12px;
}


.top-section{
	width: 100%;
	margin-bottom: 60px;
}

.top-section h3{
	font-size:24px;
	border-bottom: 1px solid #333;
	padding: 0 0px 9px 9px;
	margin: 0 0 36px 0;
}



/*======================================

	current 
	
========================================*/


.curent-top-menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.curent-top-menu a,.curent-top-menu span.no-link{
	width: 100%;
	display: block;
	height: 200px;
	background: #efefef;
	margin-bottom: 24px;
	border-radius: 21px;
	border: 1px solid #444;
	position: relative;
}





.curent-top-menu-inner{
	width:100%;
	padding: 30px 30px 21px 30px;
	height:auto;
	position:absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin:auto;
	z-index: 30;
	text-align: center;
}

.curent-top-menu-title{
	font-size:21px;
	font-weight: bold;
	margin-bottom: 6px;
}
.curent-top-menu-title span{
	display: block;
	font-size:12px;
	font-weight: bold;
	margin-top: 3px;
}

.curent-top-menu-note{
	font-size:13px;
	line-height: 1.8;
	text-align: left;
}


/*======================================

	login
	
========================================*/

.login-wrapper{
	width: 100%;
	display: block;
	justify-content: space-between;
}

.login-left{
	width: 100%;
	margin-bottom: 60px;
}
.login-right{
	width: 100%;
}

.h3-login{
	width: 100%;
	background: #4a483b;
	color:#fff;
	font-size: 18px;
	line-height: 1;
	padding: 15px;
	font-weight: normal;
}
.h3-login span{
	display: inline-block;
	font-size: 14px;
	margin: 0 0 0 12px;
}

input.login-email, input.login-password{
	width: 100%;
	padding: 12px;
	font-size: 15px;
	margin: 0 0 21px 0;
}




.login-submit{
	width:100%;
	font-size:14px;
	background: #eda618;
	color: #fff;
	border: 1px solid #fff;
	padding:15px 0px 15px 0px;
	font-weight: bold;
	margin: 21px auto 0 auto;
}
.login-submit:hover{
	color:#fff;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.login-error-massage{
	color:red;
}


.to-registration a{
	display: block;
	width:100%;
	font-size:14px;
	background: #eda618;
	color: #fff;
	border: 1px solid #fff;
	padding:15px 0px 15px 0px;
	font-weight: bold;
	margin: 21px auto 0 auto;
	text-decoration: none;
	text-align: center;
}
.to-registration :hover{
	color:#fff;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}



/*======================================

	inquiry_form 
	
========================================*/

table.entry-table{
	width: 100%;
	border-top:1px solid #999;
	margin: 30px 0 30px 0;
	border-collapse: collapse;
}

table.entry-table tr{
	width: 100%;
	border-bottom:1px solid #999;
}

table.entry-table th{
	display: block;
	width: 100%;
	padding: 18px 18px 18px 18px;
	background: #dddddd;
	font-size:14px;
	font-weight: normal;
}
table.entry-table td{
	display: block;
	width: 100%;
	padding: 18px 18px 18px 18px;
	background: #eeeeed;
	font-size:14px;
	font-weight: normal;
}

input{
	padding: 6px;
	font-size: 14px;
}

label.label-name{
	display: inline-block;
	width: 30px;
}
label.label-zip{
	display: block;
	width: 100%;
	font-size:14px;
}
label.label-add{
	display: block;
	width: 100%;
	font-size:14px;
	margin-top: 9px;
}
input.input-name{
	display: inline-block;
	width: 100%;
	margin-right: 12px;
}
input.input-zip{
	display: block;
	width: 175px;
}
input.input-add{
	display: block;
	width: 100%;
}
input.input-tel{
	display: block;
	width: 100%;
}
input.input-email{
	display: inline-block;
	width: 100%;
}





.radio_area ul{
    list-style-type:none;
    padding: 0;
}
 
 
.radio_area ul li{
    border:solid 1px #EEE;
    margin: 0 0 12px 0;
    border-radius: 4px;
    background-color: #fff;
}
 

 
/* 回り込み解除 */
.radio_area ul li:after{
    content:"";
    display: block;
    clear: both;
    height: 0;
    visibility:hidden;
}
 
.radio_area ul li input{
    float:left;
    opacity: 0;
}
 
/* 選択時のラベルの色 */
.radio_area ul li input[type="radio"]:checked + label {
    background-color: #ffe1e1;
}
 
 
.radio_area ul li label{
    display:block;
    width:100%;
    padding:10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
 
.radio_area ul li label:hover{
    cursor:pointer;
}



select{
	padding: 6px;
	font-size: 16px;
}

input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
 
 input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;/*チェックの太さ*/
    border-left: 3px solid #666464;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    left: 10px;/*チェック時の位置調整*/
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }


.form-line{
	margin: 18px 0 18px 0;
}

.notice{
	display: block;
	font-size: 13px;
	margin-top: 6px;
}




#form-btn{
	width:100%;
	text-align: center;
}
#form-btn input{
	width:350px;
	font-size:15px;
	background: #eda618;
	color: #fff;
	border: 1px solid #fff;
	padding:12px 30px 12px 30px;
	font-weight: bold;
	margin: 0 auto 0 auto;
}
#form-btn input:hover{
	color:#fff;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}




/*======================================

	current-prebid 
	
========================================*/

.h3-current-prebid{
	font-size:24px;
	border-bottom: 1px solid #333;
	padding: 0 0px 9px 9px;
	margin: 0 0 36px 0;
}
.h3-current-prebid span{
	display: inline-block;
	font-size:18px;
	font-weight: normal;
	margin: 0 0 0px 9px;
}


.head-lead{
	text-align: center;
	margin-bottom: 36px;
}


.bid-list{
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.bid-list td{
	padding: 12px;
}

.head{
	background: #eda618;
	color:#fff;
}

.head-item{
	width: 35%;
}
.head-estimate{
	width: 30%;
}
.head-price{
	width: 25%;
}
.head-delete{
	width: 10%;
}


.line{
	border-bottom: 1px solid #ddd;
}
.line-item{
	text-align: left;
}

.line-delete{
	font-size: 13px;
}

.cart-lot{
	margin-bottom: 6px;
}

.cart-title{
	font-weight: 500;
	margin-bottom: 6px;
	line-height: 1.5;
	font-size: 1.1em;
}
.cart-author{
	line-height: 1.5;
}

input[type="number"]{
	font-size: 15px;
	padding: 4px;
	margin-right: 6px;
	width: 95px;
}

.cart-price-edit{
	font-size: 13px;
	padding: 3px;
}

.cart-notice{
	font-size: 13px;
	line-height: 1.5;
	color:red;
	margin-top: 12px;
}



.to-renew{
	width:100%;
	text-align: center;
	margin: 45px 0 30px 0;
}

.to-renew a{
	width:240px;
	font-size:16px;
	background: #eda618;
	color: #fff;
	border: 1px solid #fff;
	padding:10px 30px 10px 30px;
	font-weight: bold;
	margin: 0 auto 30px auto;
	text-decoration: none;
}
.to-renew a:hover{
	opacity: 0.7;
}







}/*//end  max-width: 480px ///////////////////////*/











@media only screen and (min-width: 481px) {



/*======================================

	layout
	
========================================*/

.mypage-wrapper{
	width: 100%;
	display: flex;
}

.mypage-wrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.mypage-side-col{
	width: 210px;
}

.mypage-main-col{
	width: 870px;
}



/*======================================

	side 
	
========================================*/


.side-menu-wrapper{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0px;
}

h3.h3-side-menu{
	font-size:16px;
	line-height: 1;
	font-weight: 600;
	padding: 9px 0 9px 18px;
	margin: 0 0 24px 0;
	border-left:3px solid #663399;
	border-bottom:0px solid #fc864c;
}

.side-menu{
	margin-top: 21px;
	
}

.side-menu a{
	width: 100%;
	font-size: 16px;
	display:block;
	text-decoration: none;
	border-bottom: 0px dotted #ddd;
	margin-bottom: 9px;
	padding: 0 0 3px 24px;
	position: relative;
}

.side-menu a::before {
	content: "";
    position: absolute;
    top: 40%;   /* 縦軸をセンタリングする */ 
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 3px solid transparent;
    border-left: 3px solid #333;   /* 好みで色を変えてください */  
}


.to-maypagetop{
	width: 100%;
}

.to-maypagetop a{
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border:1px solid #663399;
	padding: 12px;
}


.top-section{
	width: 100%;
	margin-bottom: 60px;
}

.top-section h3{
	font-size:24px;
	border-bottom: 1px solid #333;
	padding: 0 0px 9px 9px;
	margin: 0 0 36px 0;
}



/*======================================

	current 
	
========================================*/


.curent-top-menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.curent-top-menu a,.curent-top-menu span.no-link{
	width: 48%;
	display: block;
	height: 200px;
	background: #efefef;
	margin-bottom: 24px;
	border-radius: 21px;
	border: 1px solid #444;
	position: relative;
}


.curent-top-menu-inner{
	width:100%;
	padding: 30px 30px 21px 30px;
	height:auto;
	position:absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin:auto;
	z-index: 30;
	text-align: center;
}

.curent-top-menu-title{
	font-size:21px;
	font-weight: bold;
	margin-bottom: 6px;
}
.curent-top-menu-title span{
	display: block;
	font-size:12px;
	font-weight: bold;
	margin-top: 3px;
}

.curent-top-menu-note{
	font-size:13px;
	line-height: 1.8;
	text-align: left;
}


/*======================================

	login
	
========================================*/

.login-wrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.login-left{
	width: 45%;
}
.login-right{
	width: 45%;
}

.h3-login{
	width: 100%;
	background: #4a483b;
	color:#fff;
	font-size: 18px;
	line-height: 1;
	padding: 15px;
	font-weight: normal;
}
.h3-login span{
	display: inline-block;
	font-size: 14px;
	margin: 0 0 0 12px;
}

input.login-email, input.login-password{
	width: 100%;
	padding: 12px;
	font-size: 15px;
	margin: 0 0 21px 0;
}




.login-submit{
	width:100%;
	font-size:14px;
	background: #eda618;
	color: #fff;
	border: 1px solid #fff;
	padding:15px 0px 15px 0px;
	font-weight: bold;
	margin: 21px auto 0 auto;
}
.login-submit:hover{
	color:#fff;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.login-error-massage{
	color:red;
}


.to-registration a{
	display: block;
	width:100%;
	font-size:14px;
	background: #eda618;
	color: #fff;
	border: 1px solid #fff;
	padding:15px 0px 15px 0px;
	font-weight: bold;
	margin: 21px auto 0 auto;
	text-decoration: none;
	text-align: center;
}
.to-registration :hover{
	color:#fff;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}



/*======================================

	inquiry_form 
	
========================================*/

table.entry-table{
	width: 100%;
	border-top:1px solid #999;
	margin: 30px 0 30px 0;
	border-collapse: collapse;
}

table.entry-table tr{
	width: 100%;
	border-bottom:1px solid #999;
}

table.entry-table th{
	width: 25%;
	padding: 18px 18px 18px 18px;
	background: #dddddd;
	font-size:14px;
	font-weight: normal;
}
table.entry-table td{
	width: 75%;
	padding: 18px 18px 18px 18px;
	background: #eeeeed;
	font-size:14px;
	font-weight: normal;
}

input{
	padding: 6px;
	font-size: 14px;
}

label.label-name{
	display: inline-block;
	width: 30px;
}
label.label-zip{
	display: block;
	width: 100%;
	font-size:14px;
}
label.label-add{
	display: block;
	width: 100%;
	font-size:14px;
	margin-top: 9px;
}
input.input-name{
	display: inline-block;
	width: 100%;
	margin-right: 12px;
}
input.input-zip{
	display: block;
	width: 175px;
}
input.input-add{
	display: block;
	width: 100%;
}
input.input-tel{
	display: block;
	width: 100%;
}
input.input-email{
	display: inline-block;
	width: 100%;
}





.radio_area ul{
    list-style-type:none;
    padding: 0;
}
 
 
.radio_area ul li{
    border:solid 1px #EEE;
    margin: 0 0 12px 0;
    border-radius: 4px;
    background-color: #fff;
}
 

 
/* 回り込み解除 */
.radio_area ul li:after{
    content:"";
    display: block;
    clear: both;
    height: 0;
    visibility:hidden;
}
 
.radio_area ul li input{
    float:left;
    opacity: 0;
}
 
/* 選択時のラベルの色 */
.radio_area ul li input[type="radio"]:checked + label {
    background-color: #ffe1e1;
}
 
 
.radio_area ul li label{
    display:block;
    width:100%;
    padding:10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
 
.radio_area ul li label:hover{
    cursor:pointer;
}



select{
	padding: 6px;
	font-size: 16px;
}

input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
 
 input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;/*チェックの太さ*/
    border-left: 3px solid #666464;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    left: 10px;/*チェック時の位置調整*/
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }


.form-line{
	margin: 18px 0 18px 0;
}

.notice{
	display: block;
	font-size: 13px;
	margin-top: 6px;
}




#form-btn{
	width:100%;
	text-align: center;
}
#form-btn input{
	width:350px;
	font-size:15px;
	background: #eda618;
	color: #fff;
	border: 1px solid #fff;
	padding:12px 30px 12px 30px;
	font-weight: bold;
	margin: 0 auto 0 auto;
}
#form-btn input:hover{
	color:#fff;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}




/*======================================

	current-prebid 
	
========================================*/

.h3-current-prebid{
	font-size:24px;
	border-bottom: 1px solid #333;
	padding: 0 0px 9px 9px;
	margin: 0 0 36px 0;
}
.h3-current-prebid span{
	display: inline-block;
	font-size:18px;
	font-weight: normal;
	margin: 0 0 0px 9px;
}


.head-lead{
	text-align: center;
	margin-bottom: 36px;
}


.bid-list{
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.bid-list td{
	padding: 12px;
}

.head{
	background: #eda618;
	color:#fff;
}

.head-item{
	width: 35%;
}
.head-estimate{
	width: 30%;
}
.head-price{
	width: 25%;
}
.head-delete{
	width: 10%;
}


.line{
	border-bottom: 1px solid #ddd;
}
.line-item{
	text-align: left;
}

.line-delete{
	font-size: 13px;
}

.cart-lot{
	margin-bottom: 6px;
}

.cart-title{
	font-weight: 500;
	margin-bottom: 6px;
	line-height: 1.5;
	font-size: 1.1em;
}
.cart-author{
	line-height: 1.5;
}

input[type="number"]{
	font-size: 15px;
	padding: 4px;
	margin-right: 6px;
	width: 95px;
}

.cart-price-edit{
	font-size: 13px;
	padding: 3px;
}

.cart-notice{
	font-size: 13px;
	line-height: 1.5;
	color:red;
	margin-top: 12px;
}



/*======================================

	inquiry_form 
	
========================================*/

table.entry-table{
	width: 75%;
	border-top:1px solid #999;
	margin: 60px auto 30px auto;
	border-collapse: collapse;
}

table.entry-table tr{
	width: 100%;
	border-bottom:1px solid #999;
	display: flex;
	align-items: center;
	background: #dddddd;
}

table.entry-table th{
	width: 30%;
	padding: 18px 18px 18px 18px;
	background: #dddddd;
	font-size:14px;
	font-weight: normal;
}
table.entry-table td{
	width: 70%;
	padding: 18px 18px 18px 18px;
	background: #eeeeed;
	font-size:14px;
	font-weight: normal;
	text-align: left
}

input{
	padding: 6px;
	font-size: 14px;
}


input.input-name{
	display: inline-block;
	width: 90%;
	margin-right: 0;
}

.notice{
	display: block;
	font-size: 13px;
	margin-top: 6px;
}





#form-btn{
	width:100%;
	text-align: center;
}

#form-btn input{
	width:180px;
	font-size:13px;
	background: #eda618;
	color: #fff;
	border: 1px solid #fff;
	padding:10px 30px 10px 30px;
	font-weight: bold;
	margin: 0 auto 0 auto;
}
#form-btn input:hover{
	color:#fff;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


.to-renew{
	width:100%;
	text-align: center;
	margin: 45px 0 30px 0;
}

.to-renew a{
	width:240px;
	font-size:16px;
	background: #eda618;
	color: #fff;
	border: 1px solid #fff;
	padding:10px 30px 10px 30px;
	font-weight: bold;
	margin: 0 auto 30px auto;
	text-decoration: none;
}
.to-renew a:hover{
	opacity: 0.7;
}




/*======================================

	billing-info 
	
========================================*/

section#billing-info{
	margin-bottom: 45px;
}

.billing-price{
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 12px;
}
.billing-tax{
	font-size: 16px;
	margin-bottom: 18px;
}


.billing-statement-table{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #666;
	border-left: 1px solid #666;	

}

.billing-statement-table td{
	padding: 15px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

td.charge-title{
	text-align: right;
}


}/*//end  min-width: 481px ///////////////////////*/







