/*
カスタム CSS へようこそ!

CSS (カスケーディングスタイルシート)
は、ブラウザに対し Web
ページの表示方法を指定するためのコードです。このコメントを削除し、カスタマイズを始めることができます。

デフォルトでは、ここで指定したカスタムスタイルはテーマのスタイルシートが読み込まれた後に追加されます。つまり、デフォルトの
CSS
ルールを上書きできるということです。テーマのスタイルシートの内容をここにコピーする必要はありません。追加したい内容だけを書き込んでください。
*/
/* 全体 */
 
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.main{
margin:20px auto;
}

#title {
}

.entry-content {
	background-color: #ffffff;
}

a {
	font-weight: bold;
}

a:hover {
	opacity: .8;
}

.clear {
	clear: both;
}

h1 {
  font-size: 160%;
	padding-left: 10px;
	clear: both;
}

h1.midashi {
margin:0 0 30px 0;
	padding-top:12px;
  	padding-bottom:12px;
  font-size:20px;
	border:1px solid #1871B8;
	background: #1D8ADE;
	color:#FFF;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.4);
}

h1 small {
	font-size: 120%;
	padding-left: 10px;
}

h2 {
	font-size: 140%;
	padding-left: 10px;
	clear: both;
}

h2.mailformmidashi
{
font-size:140 %;
padding-left:　10px;
margin-top:20px;
padding-top:20px;
padding-bottom:20px;
margin-bottom:20px;
color:#468847;
background-color:#dff0d8;
}

.post h2{
margin-top:0px;
}

.entry-header, .post .block-header{
padding:6px;
}
p.teladdress
{
  font-size:48px;
  font-weight:bold;
}

p.templatemidashi {
  font-size:16px;
  font-weight:bold;
background-color:#ECECEC;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px!important;
   padding-right:20px!important;
  border-radius:4px;
}

div.mailform-yellow
{
  font-size:14px;
  line-height:30px;
  padding-left:30px;
  margin-bottom:20px;
  background-color:#fcf8e3;
}

div.mailform-green
{
  font-size:14px;
  line-height:30px;
  padding-left:30px;
  background-color:#dff0d8;
}

.post .block-header .post-link a{

  color:#fff;

}





/*　DVD関連ページ
----------------------------------------------- */
ul.list-card{
   display: flex;
  flex-wrap: wrap;
  margin-left:0;
  box-sizing: border-box;
}



ul.list-card li {
    list-style-type: none;
    padding: 10px;
    margin: 2%;
    background: #f7f7f7;
    width: 25%;
    border: 1px solid #ddd;
    border-radius: 2px;
}


ul.list-card a{
color:#5f5f5f;
  font-size:12px;
}


@media screen and (max-width: 480px) {

ul.list-card li{
    width: 36%;
  }
  
}

/* 全体スマホ用
----------------------------------------------- */
@media screen and (max-width: 480px) {
	a {
		font-weight: bold;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
}

/* 記事 */
.entry-date,
.entry-meta {
	display: none;
}

.entry-title {
	font-size: 18px;
	border: none;
	margin: 5px 0 0;
}

.entry-content h3 {
	font-size: 18px;
}

.one_quarter h2 {
	font-size: 14px;
}

h3.widget-title {
	color: #ffffff;
	background-color: #428bca;
	font-size: 140%;
	padding-left: 10px;
	clear: both;
}

.entry-content h1 {
	color: #ffffff;
	background-color: #428bca;
	font-size: 140%;
	padding-left: 10px;
	clear: both;
}

.minicar-small {
	font-size: 80%;
}

.minicar-small img {
	margin: 0 10px 0 0;
}

.panel-body {
	clear: left;
}

@media screen and (max-width: 480px) {
	.one_quarter {
		width: 20% !important;
		margin-right: 4%;
		height: 80px;
	}
	
	.one_quarter h2.entry-title {
		visibility: hidden;
	}
	}	
	/* 記事スマホ用
																																																		----------------------------------------------- */
	@media screen and (max-width: 480px) {
	h1,h2 {
		font-size: 14px;
		line-height: auto;
	}
	
	h3.widget-title {
		font-size: 14px;
	}
}

/* FAQ */
.qa-faq-title {
	border: 1px solid #cccccc;
	padding: 0 10px;
}

/* メールフォーム */
.cform-wrapper {
	padding: 10px;
	background-color: #f8f8f8;
/*	border: 3px solid #dddddd;*/
}

.post p.fs-tel {
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	padding: 0 0 10px;
}

input.fsformarea {
	height: 40px;
}

input.form-img img {
	width: 240px !important;
	height: 60px !important;
}

.wpcf7 p input.wpcf7-submit {
	background: #ffa84c;
	width:570px;
	height:70px;
  /* Old browsers */
	background: -moz-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
/* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffa84c),color-stop(100%,#ff7b0d));
/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
/* Opera 11.10+ */
	background: -ms-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
/* IE10+ */
	background: linear-gradient(to bottom,#ffa84c 0%,#ff7b0d 100%);
/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c',endColorstr='#ff7b0d',GradientType=0);
/* IE6-9 */
	color: #FFF;
	border: 2px solid orange;
	font-size: 24px;
	width: 100%;
	padding: 20px 0;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}

.wpcf7 p input.wpcf7-submit:hover {
	opacity: .8;
}

/* メールフォームPC用
----------------------------------------------- */
@media screen and (min-width: 481px) {
	.fs-tel {
		font-size: 48px;
		margin-bottom: 10px;
	}
}

/* TOP おもな買取アイテム　スマホ用
----------------------------------------------- */
@media screen and (max-width: 480px) {
	.main-item {
		font-size: 60%;
	}
}	
    
	/* 買取価格例スマホ用
																																																																																													----------------------------------------------- */
	@media screen and (max-width: 480px) {
	.one_third, .two_third, .one_half, .one_quarter, .three_quarter, .all-item {
		width: 45%;
		margin-right: 4%;
	}
}

/* サイドバー　スマホ用
----------------------------------------------- */
@media screen and (max-width: 480px) {
	div.fs-sp {
		margin-top: 10px;
		border-top: 5px solid #000000;
	}
}

/* 中カテゴリ
----------------------------------------------- */
/* 宅配買取のご案内 */
.category-takuhai {
}

.one_quarter h2.entry-title {
	line-height: 110%;
}

/* 中カテゴリ スマホ用
----------------------------------------------- */
/* 宅配買取のご案内 */
@media screen and (max-width: 480px) {
	.category-takuhai .img1,
																																																																																																																																																																																			.category-takuhai .img2,
																																																																																																																																																																																			.category-takuhai .img3 {
		background: none;
	}
	
	/* 最新の投稿 */
	.widget_widget_voyage_recent_post h2 {
		font-size: 80%;
	}
}

/* TOP新着情報 */
.news-wrapper {
}

.news-date {
	font-weight: bold;
}

.news-text {
}

.xoxo {
	background-color: white;
	margin-top: 20px !important;
}


/*宅配キット
----------------------------------------------- */
span.kit-point {
	background-color: #f3ea5a;
	color: #ef3131;
	font-weight: 900;
	padding: 3px 6px;
}

h2.kit-midashi {
	color: #ff3366;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 40px;
}

h1.kit-midashi {
	font-size: 25px;
	background-color: #eed3d7;
	color: #ff3366;
	padding: 20px 10px;
	border-radius: 10px;
/* CSS3 */
	-webkit-border-radius: 10px;
/* Webkit */
	-moz-border-radius: 10px;
/* Mozilla */
}

.kit-inbox {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	margin-right: 6px;
	margin-top: 20px;
	padding: 6px 10px;
	background-color: #f89406;
	border-radius: 3px;
/* CSS3 */
	-webkit-border-radius: 3px;
/* Webkit */
	-moz-border-radius: 3px;
/* Mozilla */
}



/*ベアブリックリスト
----------------------------------------------- */
div.bearbrick-main {
	float: left;
	width: 180px;
	margin-right: 20px;
	height: 320px;
}

div.bearbrick-main div.img {
	text-align: center;
	line-height: 1.4em;
}

div.bearbrick-main h3 {
	margin-bottom: 4px;
	font-size: 14px;
	color: #e52910;
	line-height: 20px;
}

div.bearbrick-main p.honbun {
	margin-top: 0;
}

.widget-title {
	margin-bottom: 10px;
}

/*買取履歴
--------------------------------------------- */
.history-archive {
	width: 130px;
	margin-right: 30px;
	float: left;
	height: 260px;
}

.history-archive h2.entry-title {
	font-size: 14px;
	line-height: 1.4em;
}

.history-list ul {
	border: 1px solid #428bca;
	padding: 20px;
	list-style-type: none;
	overflow: hidden;
	font-size: 12px;
	margin-left: 0;
}

.history-list ul li {
	float: left;
	margin-right: 16px;
}

.history-list ul li ul.children {
	border: none;
	padding: 10;
}

.qa_cats {
	visibility: hidden;
}

h2.widget-title {
	font-size: 16px;
	background-color: #1D3994;
	color: white;
	padding: 8px;
	line-height: 14px;
	margin-top: 40px;
	margin-bottom: 20px;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

table.price-list th {
	width: 30%;
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	font-weight: 900;
	background: #efefef;
}

table.price-list td {
	width: 70%;
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
}

.price-date {
	color: #909090;
}

.price-title {
	margin-top: 0;
	margin-bottom: 0;
}

/* おもな買取アイテム
----------------------------------------------- */
div.item-type {
	width: 150px;
	height: 210px;
	margin-left: 5px;
	margin-bottom: 0;
	float: left;
}

a:hover img.hover-item {
	opacity: .75;
/* 25％*/
}

h3.item-name {
	font-size: 14px;
	margin-top: 5px;
	line-height: 15px;
}

/* テキストタイプ
----------------------------------------------- */
.text001 {
	font-size: 24px;
	color: #ff3300;
	font-weight: 900;
}

.text002 {
	font-size: 18px;
	color: #ff3300;
	font-weight: 900;
    
}
    
    
/* サウンドミスト
----------------------------------------------- */
p.side-banner {
	margin-bottom:20px;
}
    
li.listname-sm{
padding-bottom:10px;
    } 

   
    


   .breadcrumbs{
    margin-top:20px;
    }

.file-styled-inner{
visibility: hidden;
}

.file-styled-arrow{
visibility: hidden;
}

.file-styled-validator{
visibility: hidden;
}


.file-styled {
  position: relative;
  opacity: 1;
  z-index: 999;
}    


.file-styled-cont{

position: relative;
  float: left;
  width: 220px;
  height: 47px;
  padding-left: 10px;
  padding-top: 0;
  background: none;
  border:none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;

}
.file-input-form{
height:20px;
}


.entry-example{
width: 90%!important;
}

#headerimg{
  width:300px;
  float:left;
}
#branding{
overflow:hidden;

}
#branding #headerimg #site-description{
margin-left:0;

}

.info-area{
width:620px;
 float:right;
}

.info-area img{
margin-left:10px;
}

h2.h2midashi-kaitori
{
font-size:16px;
background-color:#e16745;
color:#ffffff;
  padding-top:10px;
  padding-bottom:10px;
  margin-bottom:10px;
}

h2.h2midashi
{
font-size:16px;
background-color:#e16745;
color:#ffffff;
  padding-top:15px;
  padding-bottom:10px;
  margin-top:15px;
  margin-bottom:15px;
  clear:both;
}

h2.h2midashi-grey
{
font-size:16px;
background-color:#b3b3b3;
  color:#ffffff;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:15px;
  clear: both;
}

h2.h2midashi-ng
{
font-size:16px;
background-color:#e62929;
  color:#ffffff;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:15px;
}

/* 買取価格-投稿シングル
----------------------------------------------- */
.block-header
{
font-size:16px;
background-color:#e16745;
color:#ffffff;
    padding-top:10px;
  padding-bottom:10px;
}

.post .block-header a{
color:#ffffff!important;
}

/* フッター
----------------------------------------------- */
span.privacypolicy
{
font-weight:bold;
  
}

/* 投稿部分表示
----------------------------------------------- */
.post-date
{
visibility:hidden;
}

.post-edit-link
{
visibility:hidden;
}

/* メーカーのリスト表示3列
----------------------------------------------- */
.post ul.makerlist-3column li {
  padding-top: 8px;
  padding-left: 5px;
  font-size: 0.75em;
  line-height: 1.5;
  color: #555;
  width: 30%;
  float: left;
  overflow:hidden;
}

/* メーカーのリスト表示2列
----------------------------------------------- */
.post ul.makerlist-2column li {
  padding-top: 8px;
  padding-left: 5px;
  font-size: 0.75em;
  line-height: 1.5;
  color: #555;
  width: 45%;
  float: left;
  overflow:hidden;
}

p.fclear
{
clear:both;
color:#000000;
}

/* 前-次投稿の←表示を非表示
----------------------------------------------- */
.nav-previous
{
visibility:hidden;
}

.nav-next
{
visibility:hidden;
}

/* 投稿画像ファイル名非表示
----------------------------------------------- */
.featured-image-title
{
visibility:hidden;
}

/* トップページお知らせ
----------------------------------------------- */
.top-sminfo
{
height:300px;
}

/* メーカー・画像のDIV
----------------------------------------------- */
div.makerobject-left
{
  width:50%;
  float: left;
  overflow:hidden;
}

div.makerobject-right
{
  width: 50%;
  float: right;
  overflow:hidden;
}
div.makerobject-main
{
width:100%;
}

/* ギターの種類DIV
----------------------------------------------- */
div.guitartype-main
{
width:580px;height:300px;
}

div.guitartype-left
{
  width:150px;
  height:250px;
  float:left;
  padding-top:10px;
  padding-left:30px;
　overflow:hidden;
}


/* ギターの種類DIV-centerとright消しても良いかも
----------------------------------------------- */
div.guitartype-center
{
  width:150px;
  height:250px;
  float:left;
  padding-top:10px;
}

div.guitartype-right
{
  width:150px;
  height:250px;
  float:left;
  padding-top:10px;
  padding-left:30px;
}

/* エフェクターメーカー用
----------------------------------------------- */
div.effector-maker
{
  float: left;
  padding-left:25px;
  margin-bottom:15px;
  width:260px;
  height:140px;
  overflow:hidden;
}

div.effector-maker-slim
{
  float: left;
  padding-left:25px;
  width:160px;
  height:96px;
  overflow:hidden;
}

div.effector-maker-slim-hanyo
{
  float: left;
  padding-left:25px;
  width:160px;
  height:165px;
  overflow:hidden;
}

div.effector-maker-slim-game
{
  float: left;
  padding-left:25px;
  width:160px;
  height:220px;
  overflow:hidden;
}

/* 強化アイテム用
----------------------------------------------- */

div.effector-maker-slim-kyoukaitem
{
  float: left;
  padding-top: 20px;
  padding-left:25px;
  width:160px;
  height:250px;
  overflow:hidden;
}

div.effector-maker-slim-kyoukaitem-cd
{
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left:25px;
  width:160px;
  height:300px;
  overflow:hidden;
}

div.effector-maker-slim-fuyumono
{
  float: left;
  padding-left:25px;
  width:160px;
  height:110px;
  overflow:hidden;
}

div.effector-maker-slim-bscore
{
  float: left;
  padding-left:5px;
  width:110px;
  height:150px;
  overflow:hidden;
}

p.effector-maker-slim-title
{
  font-size:12px;
}

p.effector-maker
{
  float: left;
  margin-left:25px;
  overflow:hidden;
}
p.effector-maker-slim
{
  float: left;
  margin-left:25px;
  width:160px;
  overflow:hidden;
}

p.list-footer
{
margin-bottom:15px;
}

p.list-header
{
margin-top:15px;
}

/* テーブル用CSS
----------------------------------------------- */
td.column-1
{
width:70px;}

td.column-2
{
line-height:20px;
font-size:11px;
padding-top: 3px;
width:150px;
}

th.column-4 sorting
{
width:60px;
}

td.column-4
{
color:red;
font-weight:bold;
width:55px;
}

td.column-5
{
font-size:11px
width:62px;
}


td.column-6
{
font-weight:bold;
font-size:10px
width:0px;
}



/* テーブルプレス
----------------------------------------------- */
.tablepress-id-7 .row-1 .column-1
{
width:220px;
}
.tablepress-id-7 .row-1 .column-2
{
width:60px;
}
.tablepress-id-7 .row-1 .column-3
{
width:100px;
}
.tablepress-id-7 .row-1 .column-4
{
width:100px;
}
.tablepress-id-7 .row-1 .column-5
{
width:100px;
}

.tablepress-id-10 .row-1 .column-1
{
width:220px;
}
.tablepress-id-10 .row-1 .column-2
{
width:60px;
}
.tablepress-id-10 .row-1 .column-3
{
width:100px;
}
.tablepress-id-10 .row-1 .column-4
{
width:100px;
}
.tablepress-id-10 .row-1 .column-5
{
width:100px;
}

.tablepress-id-16 .row-1 .column-1
{
width:220px;
}
.tablepress-id-16 .row-1 .column-2
{
width:60px;
}
.tablepress-id-16 .row-1 .column-3
{
width:100px;
}
.tablepress-id-16 .row-1 .column-4
{
width:100px;
}
.tablepress-id-16 .row-1 .column-5
{
width:100px;
}

.tablepress-id-17 .row-1 .column-1
{
width:220px;
}
.tablepress-id-17 .row-1 .column-2
{
width:60px;
}
.tablepress-id-17 .row-1 .column-3
{
width:100px;
}
.tablepress-id-17 .row-1 .column-4
{
width:100px;
}
.tablepress-id-17 .row-1 .column-5
{
width:100px;
}

.tablepress-id-18 .row-1 .column-1
{
width:220px;
}
.tablepress-id-18 .row-1 .column-2
{
width:60px;
}
.tablepress-id-18 .row-1 .column-3
{
width:100px;
}
.tablepress-id-18 .row-1 .column-4
{
width:100px;
}
.tablepress-id-18 .row-1 .column-5
{
width:100px;
}

.tablepress-id-19 .row-1 .column-1
{
width:220px;
}
.tablepress-id-19 .row-1 .column-2
{
width:60px;
}
.tablepress-id-19 .row-1 .column-3
{
width:100px;
}
.tablepress-id-19 .row-1 .column-4
{
width:100px;
}
.tablepress-id-19 .row-1 .column-5
{
width:100px;
}

.tablepress-id-20 .row-1 .column-1
{
width:220px;
}
.tablepress-id-20 .row-1 .column-2
{
width:60px;
}
.tablepress-id-20 .row-1 .column-3
{
width:100px;
}
.tablepress-id-20 .row-1 .column-4
{
width:100px;
}
.tablepress-id-20 .row-1 .column-5
{
width:100px;
}

.tablepress-id-21 .row-1 .column-1
{
width:220px;
}
.tablepress-id-21 .row-1 .column-2
{
width:60px;
}
.tablepress-id-21 .row-1 .column-3
{
width:100px;
}
.tablepress-id-21 .row-1 .column-4
{
width:100px;
}
.tablepress-id-21 .row-1 .column-5
{
width:100px;
}

.tablepress-id-22 .row-1 .column-1
{
width:220px;
}
.tablepress-id-22 .row-1 .column-2
{
width:60px;
}
.tablepress-id-22 .row-1 .column-3
{
width:100px;
}
.tablepress-id-22 .row-1 .column-4
{
width:100px;
}
.tablepress-id-22 .row-1 .column-5
{
width:100px;
}

.tablepress-id-23 .row-1 .column-1
{
width:220px;
}
.tablepress-id-23 .row-1 .column-2
{
width:60px;
}
.tablepress-id-23 .row-1 .column-3
{
width:100px;
}
.tablepress-id-23 .row-1 .column-4
{
width:100px;
}
.tablepress-id-23 .row-1 .column-5
{
width:100px;
}

.tablepress-id-24 .row-1 .column-1
{
width:220px;
}
.tablepress-id-24 .row-1 .column-2
{
width:60px;
}
.tablepress-id-24 .row-1 .column-3
{
width:100px;
}
.tablepress-id-24 .row-1 .column-4
{
width:100px;
}
.tablepress-id-24 .row-1 .column-5
{
width:100px;
}

.tablepress-id-25 .row-1 .column-1
{
width:220px;
}
.tablepress-id-25 .row-1 .column-2
{
width:60px;
}
.tablepress-id-25 .row-1 .column-3
{
width:100px;
}
.tablepress-id-25 .row-1 .column-4
{
width:100px;
}
.tablepress-id-25 .row-1 .column-5
{
width:100px;
}

.tablepress-id-26 .row-1 .column-1
{
width:220px;
}
.tablepress-id-26 .row-1 .column-2
{
width:60px;
}
.tablepress-id-26 .row-1 .column-3
{
width:100px;
}
.tablepress-id-26 .row-1 .column-4
{
width:100px;
}
.tablepress-id-26 .row-1 .column-5
{
width:100px;
}

.tablepress-id-27 .row-1 .column-1
{
width:220px;
}
.tablepress-id-27 .row-1 .column-2
{
width:60px;
}
.tablepress-id-27 .row-1 .column-3
{
width:100px;
}
.tablepress-id-27 .row-1 .column-4
{
width:100px;
}
.tablepress-id-27 .row-1 .column-5
{
width:100px;
}


.tablepress-id-28 .row-1 .column-1
{
width:220px;
}
.tablepress-id-28 .row-1 .column-2
{
width:60px;
}
.tablepress-id-28 .row-1 .column-3
{
width:100px;
}
.tablepress-id-28 .row-1 .column-4
{
width:100px;
}
.tablepress-id-28 .row-1 .column-5
{
width:100px;
}


.tablepress-id-29 .row-1 .column-1
{
width:220px;
}
.tablepress-id-29 .row-1 .column-2
{
width:60px;
}
.tablepress-id-29 .row-1 .column-3
{
width:100px;
}
.tablepress-id-29 .row-1 .column-4
{
width:100px;
}
.tablepress-id-29 .row-1 .column-5
{
width:100px;
}

.tablepress-id-30 .row-1 .column-1
{
width:220px;
}
.tablepress-id-30 .row-1 .column-2
{
width:60px;
}
.tablepress-id-30 .row-1 .column-3
{
width:100px;
}
.tablepress-id-30 .row-1 .column-4
{
width:100px;
}
.tablepress-id-30 .row-1 .column-5
{
width:100px;
}


.tablepress-id-31 .row-1 .column-1
{
width:220px;
}
.tablepress-id-31 .row-1 .column-2
{
width:60px;
}
.tablepress-id-31 .row-1 .column-3
{
width:100px;
}
.tablepress-id-31 .row-1 .column-4
{
width:100px;
}
.tablepress-id-31 .row-1 .column-5
{
width:100px;
}

.tablepress-id-32 .row-1 .column-1
{
width:60px;
}
.tablepress-id-32 .row-1 .column-2
{
width:220px;
}
.tablepress-id-32 .row-1 .column-3
{
width:100px;
}
.tablepress-id-32 .row-1 .column-4
{
width:100px;
}
.tablepress-id-32 .row-1 .column-5
{
width:100px;
}

.tablepress-id-33 .row-1 .column-1
{
width:220px;
}
.tablepress-id-33 .row-1 .column-2
{
width:60px;
}
.tablepress-id-33 .row-1 .column-3
{
width:100px;
}
.tablepress-id-33 .row-1 .column-4
{
width:100px;
}
.tablepress-id-33 .row-1 .column-5
{
width:100px;
}

.tablepress-id-34 .row-1 .column-1
{
width:220px;
}
.tablepress-id-34 .row-1 .column-2
{
width:60px;
}
.tablepress-id-34 .row-1 .column-3
{
width:100px;
}
.tablepress-id-34 .row-1 .column-4
{
width:100px;
}
.tablepress-id-34 .row-1 .column-5
{
width:100px;
}

.tablepress-id-35 .row-1 .column-1
{
width:220px;
}
.tablepress-id-35 .row-1 .column-2
{
width:60px;
}
.tablepress-id-35 .row-1 .column-3
{
width:100px;
}
.tablepress-id-35 .row-1 .column-4
{
width:100px;
}
.tablepress-id-35 .row-1 .column-5
{
width:100px;
}

/* P装飾
----------------------------------------------- */
p.midashi-yellow
{
background-color:#fff09e;
font-weight:bold;
padding-left:15px;
}

/* 箱説なしソフト
----------------------------------------------- */
img.ng-soft
{
padding-top:20px;
}

/* 買取強化アイテム-商品名
----------------------------------------------- */
span.kyouka-itemname
{
font-size: 10px;
font-weight: bold;
}

/* 買取強化アイテム-価格
----------------------------------------------- */
span.price-red
{
font-weight:bold;
font-size:20px;
color:red;
}


/* ウィジェットの幅内の領域を調整 デフォルトのleft20px
----------------------------------------------- */
.widget div {
padding-top:21px;
padding-left:10px;
color:#555;
}


/* ウィジェットの幅内の領域を調整 デフォルトのleft20px
----------------------------------------------- */
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}

 
}

/* パンくず
----------------------------------------------- */
.breadcrumbs span a{
border:none;
box-shadow:none;
border-radius:0;
}

/* レコードギャラリー
----------------------------------------------- */
.listing-item{
width:125px;
  float:left;
  list-style:none;
  padding-bottom:40px;
  padding-top: 20px;
  height:150px;
  overflow:hidden;
}

/*　売り切れ
----------------------------------------------- */
	p.soldout {
    position: relative;
    top: -60px;
    background-color: #e16871;
  	color: #ffffff;
  	height:25px;
  	width:150px;
  	font-size:16px;
  	text-align:center;
    font-weight: bold;
}

/*　特集ページUL背景
----------------------------------------------- */
	div.tokusyu-ul {
  background-color: #fff1eb;
  margin-top:20px;
  padding-top:10px;
  padding-bottom:10px;
}


/*　買取強化アイテム全体用テーブル
----------------------------------------------- */
    td.kakakulist-left{
		width:70%;
		font-size:16px;
		line-height:25px;
		}
		
	td.kakakulist-right{
		width:30%;
		font-size:20px;
		font-weight:bold;
		color:red;
		text-align:center;
		line-height:25px;
		vertical-align:middle;
		}
		
	th.kakakulist-midashi-left{
		width:70%;
		background-color:#fff09e;
		font-size:16px;
		padding:10px 10px 10px 10px;
		}
		
	th.kakakulist-midashi-right{
		width:30%;
		background-color:#fff09e;
		font-size:16px;
		padding:10px 10px 10px 10px;
		}
}


/*　問い合わせボタン
----------------------------------------------- */

.post-text .common-contact{
  width:100%;
  margin-bottom:60px;
}

.common-contact img{
	width:33%;
	margin:0;
	padding:0;
  display:inline!important;
}

.lp-contact-width {
	margin-bottom:30px;
}

.lp-contact-width img{
	width:50%;
	margin:0;
	padding:0;	
}



/*　DVDページ
----------------------------------------------- */
.post .list-small-cat{
background: #fafafa;
padding: 20px 30px;
margin-left: 0;
border: 1px solid #eee;
border-radius: 3px;
}
