@media screen and (min-width: 921px)  {
<style type="text/css">

.content{
	font-size: 14px;
}
.content h2 {
	position: relative;
	margin: 5px;
	padding: 3px 80px 3px 15px;
	font-size: 16px;
	font-weight: bold;
}
.content h2:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 17px;
	top: 4px;
	left: 3px;
	background: #f9406f;
}
h3,h4{
	margin: 15px auto 0;
	padding: 5px 0;
}
.bg_gray{
	background-color: #f8f8f8;
	padding: 15px 5px 15px 15px;
}
.bg_white{
	background-color: #ffffff;
	padding: 10px 3px 5px 20px;
	margin: 3px;
}
.manual{
	font-size: 14px;
	margin: 0 0 0 175px;
}
.manual_l
{
	margin: 0 0 0 20px;
}
.manual_l img{
	width: 627px;
}
.top_pad{
	padding-top: 20px;
}
.textlink{
	text-align: right!important;
	margin: 30px 0 15px 0;
}
.imgsb{
	width: 150px;
}
.caution{
	color: #f9406f;
	line-height: 1.5em;
}
.bold{
	font-weight: bold;
}
.small{
	font-size: 10px;
	margin: 0;
	line-height: 1.2em;
}
.small_sp{
	font-size: 10px;
	margin: 8px 0 0 8px;
	line-height: 1.2em;
}
.subtitle{
	margin: 1px;
	padding: 5px;
	border-radius: 10px;
	background-color: #444444;
	text-align: center;
	color: #ffffff;
}
.subtitle2{
	text-indent: 25px;
	background: url(/auction/images/title_icn.gif) no-repeat;
	padding: 0 0 8px;
	margin: 30px 0 13px;
	font-size: 16px;
	border-bottom: 1px solid #cccccc;
	line-height: 1em;
}
.subtitle2 ~ p,
.box1{
	margin: 10px 25px;
}
.kakomi_inner{
	background-color: #e4e4e4;
	margin-bottom: 20px;
	padding: 0 10px 10px;
}
.kakomi_inner h3,
.kakomi_inner p{
	margin: 0;
	padding: 5px 10px 0;
}
.supplementary{
	padding-left: 20px;
	margin: 3px auto;
}




/*お取引の流れ*/
.flowimg,
.wellnetimg{
	text-align: center;
}
.circlebox {
	border: solid 2px #f9406f;
	width: 150px;
	margin: 1px;
	padding: 2px;
	border-radius: 50px;
	background-color: #ffffff;
	text-align: center;
}
.next{
	text-align: center;
	font-size: 30px;
	margin: 10px;
}
.paytype h4{
	margin-bottom: 0;
}
.paytype p{
	margin-top: 0;
}
.flowshipping{
	height: 350px;
}

/*メールが届かない方*/
.mail p{
	margin: 0;
}
.add{
	background-color: #e4e4e4;
	line-height: 30px;
	padding: 10px 50px;
	margin: 0 0 0 20px;
}
/*注文フォームの進み方*/
#mypage .kakomi_inner p{
	padding: 5px 0;
	margin: 0;
}
.kakomiimg{
	margin: 0;
}
/*送料*/
#postage table{
	width: 95%;
	margin: 10px auto;
}
#postage td{
	width: 48%;
}
#postage .br{
	background-color: #444444;
	color: #ffffff;
	text-align: left;
}
#postage .gr{
	background-color: #e4e4e4;
	text-align: right;
}
/*お支払いについて*/

#payment .method {
    position: relative;
    margin: 30px 20px 30px 0;
    padding: 8px 17px;
}
#payment .method .method-title {
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 10px;
    padding: 5px 10px;
	background-color: #e4e4e4;
}
#payment .total{
	background-color: #eeeeee;
	line-height: 3em;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}
#payment .liststyle_y ul li,
#returns .liststyle_y ul li{
	list-style-type: square
}
#payment .wellnet ul li{
	list-style-type: decimal;
}
#payment small{
	margin-top: 2px;
}
#payment img{
	height: 35px;
	width: auto;
}
.y_kessai{
	margin-bottom: 2px;
}
.total .small{
	line-height: 3em;
}
/*領収書について*/
#evaluation .kakomi_inner{
	padding-top: 10px;
}

/* table */
#method table {
	border-collapse: collapse;
	border-spacing: 0;
}
#method caption {
	font-weight: bold;
	text-align: left;
}
#method tr {
  vertical-align: baseline;
}
#method th {
  width: 25%;
  padding: 13px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}
#method td {
  padding: 13px;
  border: solid 1px #cccccc;
}

#method .daibiki-condition th {
  width: auto;
  color: #fff;
  background-color: #333333;
}
#method .daibiki-condition td {
  width: auto;
}
#method .daibiki-condition td.td01 {
  padding: 13px 30px 13px 13px;
  background-color: #eeeeee;
}



/*----------------------------------------------------
コンディション
----------------------------------------------------*/
/*アコーディオン*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 5px auto;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	display: block;
	position: relative;
	font-size: 20px;	
	font-weight: bold;
	line-height: 3;
	margin: 0 0 1px 0;
	background: #ffffff;
	border: 1px solid;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #e4e4e4;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 100%;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
.cp_actab input[type=radio] + label::after {
	content: '▼';
}
.cp_actab input[type=radio]:checked + label::after {
	transform: rotateX(180deg);
}
/*コンディション*/
#condition .bg_white{
	margin: 15px;
	padding: 10px 20px;
}
#condition h4{
	margin: 0;
}
#condition .bg_pink{
	color: #ffffff;
	background-color: #f9406f;
	text-decoration: none;
}
.sub{
	background-color: #e4e4e4;
	margin: 30px 40px;
	padding: 10px 5px;
	text-align: center;
}
.example,.no-ex{
	display: flex;
	flex-wrap: wrap;
}
.example p,.no-ex p{
	width: 270px;
	margin: 5px;
	padding: 10px;
}
.example p{
	background-color: #e4e4e4;
}
.example img,.no-ex img{
	width: 100%
}
.condlank{
	display: inline-block;
	height: 100%;
	background-color: #f9406f;
	color: #ffffff;
	font-size: 20px;
	width: 30%;
	text-align: center;
}
.condlank3{
	background-color: #e4e4e4;
	color: #444444;
}
.font_10{
	font-size: 10px;
	font-weight: normal;
}
.btn{
	text-align: center;
	margin: 10px;
}
.btn-radius {
 	display: inline-block;
 	font-size: 110%;
  	font-weight: bold;
  	padding: 7px 20px;
  	border-radius: 25px;
  	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
/*----------------------------------------------------
採寸表示方法
----------------------------------------------------*/
.measuring_menu .menu0,{
	margin-bottom: 0;
}
.left_menu dt{
	width: 200px;
	text-align: center;
	background-color: #e4e4e4;
}
.left_menu dd{
	width: 185px;
	padding-left: 1em;
	border-bottom: 1px solid #e4e4e4;
	margin: 0;
}
.left_menu p{
	margin: 0;
	line-height: 2em;
}
.genre_title dt{
	display: block;
	font-size: 20px;	
	font-weight: bold;
	line-height: 2.5em;
	margin: 0 0 1px 0;
	padding-left: 1em;
	background: #ffffff;
	border: 1px solid;
}
.genre_item dt{
	margin: 30px 0 0 30px;
}
.target p{
	margin-top: 0;
}
/*----------------------------------------------------
サービスガイド
----------------------------------------------------*/
#service .item{
	background-color: #e4e4e4;
	margin: 10px auto;
	padding: 10px;
}

/*----------------------------------------------------
プライバシーポリシー　ご利用規約　特定商取引
----------------------------------------------------*/
.left_menu .rule{
	border-bottom:#807F7F 1px solid; 
}
#policy dt,#rule dt,#law dt{
	font-size:15px;
	background:#444444;
	margin: 30px 0 10px;
	padding: 3px 10px;
	color:#ffffff;
}
#policy dd,#rule dd,#law dd{
	font-size: 12px;
}
#law ul{
	padding-left: 0;
}
/*----------------------------------------------------
よくある質問
----------------------------------------------------*/
/*アコーディオン*/
.faq_contents{
	border: 1px solid;
}
.faq_contents dl{
	margin: 0 10px 10px;
}
.faq-tab{
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.faq-tab > dt{
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	border-radius: 10px 10px 0 0;
	background-color: #e4e4e4;
}
.faq-tab > dt::before {
	content: 'Q : ';
}
.faq-tab > dd{
	padding: 10px 30px 10px 0;
	line-height: 1.8em;
}
.faq_menu , .faq_contents {
	max-width: 600px;
	width: 95%;
	margin: 15px auto 0;
	padding: 0;
}
.faq_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #444444;
	line-height: 1;
}
.faq_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #ffffff;
	background: #444444;
	cursor: pointer;
}
.faq_menu label::before {
	position: absolute;
	content: '▼';
	color: #ffffff;
	right: 0.5em;
	top: 25%;
}
.faq_menu input {
	display: none;
}
.faq_menu ul {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	list-style: none;
}
.faq_menu li {
	color: #444444;
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
.qa_link {
	margin-top: 2px;
	border: solid 1px #444;
	position: relative;
}
.qa_link a {
	padding: 17px 12px;
	line-height: 0.1em;
}
.qa_link:hover {
	color: #f9406f;
	border: solid 1px #f9406f;
}
.qa_link a:hover {
	color: #f9406f;
}
#menu_bar1:checked ~ #before li,
#menu_bar2:checked ~ #after li {
	max-height: 46px;
	opacity: 1;
}

.faq-tab dd dt {
	padding: 8px;
	margin: 0 0 14px;
	background: #eeeeee;
}
.faq-tab dd dd {
	margin: 0 0 20px;
	padding: 0 10px
}
.faq-tab p {
	width: 60%;
	margin: 10px 0;
	padding: 13px;
	border: 1px solid #CCCCCC;
}
.faq-tab dd ul {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}


/*----------------------------------------------------
発送
----------------------------------------------------*/
#packing img {
	float: right;
	width: 243px;
}
#packing h4 {
	font-weight: normal;
}
#packing dl,
#shippingfee dl,
#receipt dl {
	margin: 0;
}
#packing dd,
#shippingfee dd,
#receipt dd {
	margin: 0 0 10px;
}
#delivery ul,
#returns ul {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
#shippingfee .caution {
	font-size: 18px;
}
