/*** 全体
*************/

body {
  font-size: 0.95em;
}
.matchh {
	height: 100%;
	width: auto;
}

div.entry_main img {
	max-width: 100%;
	height: auto;
}

h2.takuhai_bg {
	background-color: #a71430;
	padding: 0.25em 0.5em;
  color: white;
  text-shadow: none;
  text-align: left;
  font-size: 1.2em;
}

h2.lp_nikukyu {
	background-color: #a71430;
	padding: 0.25em 0.5em;
  color: white;
  text-shadow: none;
}

div#topic_path {
	color: #444;
	padding: 0.25em;
	border-top: dashed 1px gray;
	border-bottom: solid 1px gray;
}

div.service_boxbg {
	text-align: center;
}

div.service_boxbg img {
	max-width: 100%;
	height: auto;
}

p.img-y-text {
	text-align: left;
	padding: 0.5em;
}

div#main_contents div.entry_main div.text-area-bg {
	padding: 0.5em;
}

div#main_contents div.entry_main div.service_boxbg {
	padding: 0.5em;
	text-align: left;
	line-height: 1.25em;
}

div#main_contents div.entry_main p.privacy-p {
	padding: 0.5em;
	line-height: 1.25em;
}




/*** ヘッダ
*************/

div.slider {
}

div.toppage_s #navi_head img {
	max-height: 60px;
}

div.toppage_s #navi_head div.logo {
	float: left;
	/*max-width: 30%;*/
	/*height: auto;*/
	margin-left: 1.9%;
}

div.toppage_s #navi_head div.hnavi {
	padding-top: 4px;
	float: right;
}

div.toppage_s #navi_head ul {
	padding: 0;
	margin: 0;
}

div.toppage_s #navi_head ul li {
	float: left;
	list-style: none;
}

div.toppage_s #navi_head li a {
	display: block;
	width: 52px;
	height: 54px;
	margin-right: 0.5em;
	/*padding-top: 3px;*/
	border: 1px solid #fff3cd;
	background: #fff3cd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f9f4e4 1%, #fff3cd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f9f4e4), color-stop(100%, #fff3cd));
	background: -webkit-linear-gradient(top, #f9f4e4 1%, #fff3cd 100%);
	background: -o-linear-gradient(top, #f9f4e4 1%, #fff3cd 100%);
	background: -ms-linear-gradient(top, #f9f4e4 1%, #fff3cd 100%);
	background: linear-gradient(to bottom, #f9f4e4 1%, #fff3cd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f4e4', endColorstr='#fff3cd',GradientType=0 );
	color: #635649;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

div.toppage_s #navi_head  li a .nav-btn-icon {
	/*padding-top: 10;*/
	font-size: 30px;
}

div.head_nav_menu {
	position: fixed;
  top: 0;
  left:0;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-left: 2%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 10000;
	box-sizing: border-box;
}

div.toppage_s {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  padding: 0 0 5px 0;
  padding-bottom: 1px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #d8e0e9;
  z-index: 10001;
}

div.head_nav_menu img {
	width: 100%;
	height: auto;
}

div.head_nav_menu ul.icon-list li.icon {
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-top: 0.5em;
}

div.head_nav_menu .head-space {
	margin-top: 70px;
}

div.head_nav_menu ul.icon-list {
	padding: 0;
	list-style: none;
}

div.head_nav_menu ul.icon-list li {
	float: left;
	width: 25%;
	margin: 0.15em 0.25em;
	padding: 0.25em 0.5em;
}

div.head_nav_menu ul.icon-list li a {
	display:table; 
	vertical-align: middle;
	width: 84px;
	height: 84px;
	margin-left: 0.1em;
	margin-right: 0.1em;
	border: 1px solid #D8E0E9;
	background-color: rgba(255, 255, 255, 0.89);
	color: #635649;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

div.head_nav_menu ul.icon-list li a .nav-btn-icon {
	/*padding-top: 10;*/
	font-size: 30px;
	display: block;
	margin-bottom: 5px;
}

div.head_nav_menu ul.icon-list li a .nav-btn-text {
	display: block;
}

div.head_nav_menu ul.icon-list li a div {
  vertical-align: middle;
	display:table-cell;
}

div.head_top {
  margin-top: 70px;
  border-bottom: 1px gray solid;
}
div.head_top h1 {
	margin: 0;
	padding: 0 0.5em 0 0.5em;
	/*width: 100%;*/
	font-size: 0.85em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
div.toppage_s.ui-header.ui-bar-inherit {
  background-color: #a71430;
}

ul.head_bunner,
ul.head_bunner2,
div.menu_img ul  {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
}

ul.head_bunner li img,
ul.head_bunner2 li img,
div.menu_img ul li img {
	width: 100%;
	height: auto;
}

ul.head_bunner li,
ul.head_bunner2 li,
div.menu_img ul li {
	display:inline-block;
	/display:inline;
	/zoom:1;
}

ul.head_bunner li {
	width: 31%;
}

ul.head_bunner2 li,
div.menu_img ul li {
	width: 47%;
}


/*** ブログ系
*************/

div#main_contents {
	font-size: 0.8em;
}
div#main_contents div#blog_lists .cat_entry {
	border-bottom: solid gray 1px;
}

div#main_contents div#blog_lists .cat_entry img {
	max-width: 100%;
	height: auto;
}

div#main_contents div#blog_lists .cat_entry h2.text-title {
	/*background-color: #AAA;*/
	background: #777;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #999 1%, #777 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #999), color-stop(100%, #777));
	background: -webkit-linear-gradient(top, #999 1%, #777 100%);
	background: -o-linear-gradient(top, #999 1%, #777 100%);
	background: -ms-linear-gradient(top, #999 1%, #777 100%);
	background: linear-gradient(to bottom, #999 1%, #777 100%);
	color: white;
	font-weight: bold;
	font-size: 1.4em;
  text-shadow: none;
  padding: 0.25em;
}
div#main_contents div#blog_lists .cat_entry h2.text-title a {
	color: white;
	text-decoration: none;
}

div#main_contents div#blog_lists p.blog_tag {
	border-top: dashed gray 1px;
	border-bottom: dashed gray 1px;
	line-height: 1.5em;
	padding: 0.5em;
}
div#main_contents div#blog_lists div.cat_entry div.entry_main div.buyblog_pattern01,
div#main_contents div#blog_lists div.cat_entry div.entry_main div.buyblog_pattern02 {
	font-size: 0.95em;
	color: #888;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div#main_contents div#blog_lists div.cat_entry div.entry_main div.buyblog_pattern01 {
	border-bottom: 1px dashed gray;
}

div#main_contents div#blog_lists div.cat_entry div.entry_main div.buyblog_pattern02 {
	border-bottom: 1px dashed gray;
}


div#main_contents div#blog_lists div.cat_entry div.entry_main div.entry_comment {
	padding: 0.8em;
	line-height: 1.25em;
}

div#main_contents div#blog_lists p.state {
	text-align: right;
}

div#main_contents div#blog_lists div.navi {
	width: 100%;
	display: table;
	padding-top: 3em;
	padding-bottom: 5em;
	font-size: 1.15em;
}
div#main_contents div#blog_lists div.navi span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}




/*** 買取実績
*************/

div#main_contents div#blog_lists .cat_entry_perf {
	padding: 1em 0.5em;
	border-bottom: solid 1px gray;
}

div#main_contents div#blog_lists .cat_entry_perf p.blog_tag a {
	text-decoration: none;
	color: gray;
	font-weight: normal;
}

div#main_contents div#blog_lists .cat_entry_perf .entry_img {
	display: table;
	float: left;
	width: 135px;
	height: 135px;
}

div#main_contents div#blog_lists .cat_entry_perf .entry_img a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

div#main_contents div#blog_lists .cat_entry_perf .entry_img img {
	max-height: 115px;
	max-width: 115px;
}

div#main_contents div#blog_lists .cat_entry_perf .entry_main {
  width: 16em;
  float: left;
}

div#main_contents div#blog_lists .cat_entry_perf .entry_main h2 {
	padding: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	
}
div#main_contents div#blog_lists .cat_entry_perf .entry_main h2 a {
	/*
	background: #777;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #999 1%, #777 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #999), color-stop(100%, #777));
	background: -webkit-linear-gradient(top, #999 1%, #777 100%);
	background: -o-linear-gradient(top, #999 1%, #777 100%);
	background: -ms-linear-gradient(top, #999 1%, #777 100%);
	background: linear-gradient(to bottom, #999 1%, #777 100%);
	color: white;
	font-weight: bold;
  text-shadow: none;
  */
}


.clearFix, .both {
	clear: both;
}


/** no-item */

div.noitem div img {
	max-width: 100%;
	height: auto;
}


/*** 店舗案内
*************/

.google-maps {
	position: relative;
	padding-bottom: 75%; /*これが縦横比*/
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

div.shop_info table tr,
div.shop_info table th,
div.shop_info table td {
	width: 100%;
	display: block;
}
div.shop_info table tr,
div.shop_info table td,
div.shop_info table th {
	padding: 0.5em;
}

div.shop_info table th {
	text-align: left;
	border-bottom: dashed #AAA 1px;
}

div.shop_info table td {
	border-bottom: solid gray 1px;
}



/*** 会社概要
*************/

div.aboutblock01 ul {
	padding: 0 0.5em;
	list-style-type: none;
}

div.aboutblock01 ul li.thtl {
	font-weight: bold;
	border-bottom: dashed 1px gray;
}

div.aboutblock01 ul li {
	padding-top: 0.5em;
	line-height: 1.4em;
}

div.aboutblock01 ul li tr,
div.aboutblock01 ul li th,
div.aboutblock01 ul li td {
	width: 100%;
	display: block;
}

div.aboutblock01 ul li td {
	padding-top: 0.25em;
	padding-left: 1em;
}


/*** 取扱商品一覧
*************/

div#buy_list div.handling_list {
	margin-bottom: 4em;
}

div#buy_list div.sp_only img,
div#buy_list div.enquiry_img img {
	width: 100%;
	height: auto;
}

div#buy_list div.handling_list ul {
	list-style-type: none;
	padding: 0;
}

div#buy_list div.handling_list li {
	width: 47%;
	margin: 1%;
	display:inline-block; 
	vertical-align:top;
	/display:inline; 
	/zoom:1;
}

div#buy_list div.handling_list li img {
	width: 100%;
	height: auto;
}

div#buy_list .tools_list {
  margin-left: 2%;
  width: 89%;
  margin-bottom: 8em;
  height: 0;
  padding: 1em;
  padding-top: 74%;
  background: url('../images/sp/tre-sto_list_sub_01s.jpg') 0 0 no-repeat;
  background-size: contain;
}

div#buy_list .music_list {
  margin-left: 2%;
  width: 89%;
  margin-bottom: 8em;
  height: 0;
  padding: 1em;
  padding-top: 74%;
  background: url('../images/sp/tre-sto_list_sub_02s.jpg') 0 0 no-repeat;
  background-size: contain;
}


div#buy_list .electronics_list {
  margin-left: 2%;
  width: 89%;
  margin-bottom: 8em;
  height: 0;
  padding: 1em;
  padding-top: 74%;
  background: url('../images/sp/tre-sto_list_sub_03s.jpg') 0 0 no-repeat;
  background-size: contain;
}

div#buy_list .digital_list {
  margin-left: 2%;
  width: 89%;
  margin-bottom: 8em;
  height: 0;
  padding: 1em;
  padding-top: 74%;
  background: url('../images/sp/tre-sto_list_sub_04s.jpg') 0 0 no-repeat;
  background-size: contain;
}

div#buy_list .figure_list {
  margin-left: 2%;
  width: 89%;
  margin-bottom: 8em;
  height: 0;
  padding: 1em;
  padding-top: 74%;
  background: url('../images/sp/tre-sto_list_sub_05s.jpg') 0 0 no-repeat;
  background-size: contain;
}

div#buy_list .smartphone_list {
  margin-left: 2%;
  width: 89%;
  margin-bottom: 8em;
  height: 0;
  padding: 1em;
  padding-top: 74%;
  background: url('../images/sp/tre-sto_list_sub_06s.jpg') 0 0 no-repeat;
  background-size: contain;
}

div#buy_list .goldcoin_list {
  margin-left: 2%;
  width: 89%;
  margin-bottom: 8em;
  height: 0;
  padding: 1em;
  padding-top: 74%;
  background: url('../images/sp/tre-sto_list_sub_07s.jpg') 0 0 no-repeat;
  background-size: contain;
}

div#buy_list .voucher_list {
  margin-left: 2%;
  width: 89%;
  margin-bottom: 8em;
  height: 0;
  padding: 1em;
  padding-top: 74%;
  background: url('../images/sp/tre-sto_list_sub_08s.jpg') 0 0 no-repeat;
  background-size: contain;
}

div#buy_list .gift_list {
  margin-left: 2%;
  width: 89%;
  margin-bottom: 8em;
  height: 0;
  padding: 1em;
  padding-top: 74%;
  background: url('../images/sp/tre-sto_list_sub_09s.jpg') 0 0 no-repeat;
  background-size: contain;
}

div#buy_list .beauty_list {
  margin-left: 2%;
  width: 89%;
  margin-bottom: 8em;
  height: 0;
  padding: 1em;
  padding-top: 74%;
  background: url('../images/sp/tre-sto_list_sub_10s.jpg') 0 0 no-repeat;
  background-size: contain;
}

div#buy_list .other {
  margin-left: 2%;
  width: 89%;
  margin-bottom: 8em;
  height: 0;
  padding: 1em;
  padding-top: 74%;
  background: url('../images/sp/tre-sto_list_sub_11s.jpg') 0 0 no-repeat;
  background-size: contain;
}

/*** 買取の流れ
*************/


div.entry_main div.service_boxbg {
	border-bottom: 1px solid gray;
	margin: 0.5em;
}

div.entry_main div.service_boxbg ul {
	padding: 0;
	list-style-type: none;
}

div.entry_main div.service_boxbg ul li {
	width: 47%;
	margin: 1%;
	display:inline-block; 
	vertical-align:top;
	/display:inline; 
	/zoom:1;
}

div.entry_main div.str_title p {
	font-weight: bold;
	font-size: 1.25em;
	margin: 0.5em;
	border-bottom: 1px solid gray;
}

div.purchaseflow_reco ul.point-box {
	padding: 1em;
	list-style-type: none;
}

div.purchaseflow_reco ul.point-box div.point-title {
	font-size: 1.2em;
	padding-left: 0.25em;
	border-bottom: 1px dashed #AAA;
}

div.purchaseflow_reco ul.point-box div.point-title span {
	font-weight: bold;
	font-size: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

/*** QandA
*************/

div.entry_main div.faqbox {
	margin: 0.75em;
}

div.entry_main div.faqbox div.qatitle {
	font-weight: bold;
	color: #666;
	padding: 0.25em;
}


div.entry_main div.faqbox ul.faqul {
	padding-left: 1em;
	list-style-type: none;
}

div.entry_main div.faqbox div.fa-chevron-circle-right:before {
  content: "\0020Touch!\A\0020\f138\0020";
  white-space: pre;
}



/*** お問合せ
*************/


/*** オンライン査定
*************/


div#contact_form h3,
div#contact_form h4 {
	margin: 0;
	padding: 0.25em;
	font-size: 1.25em;
}
div#contact_form table.contact_form_customerinfo th {
	text-align: left;
	display: block;
	font-size: 1.2em;
	padding-left: 0.25em;
	border-bottom: 1px dashed #AAA;
}

div#contact_form table.contact_form_customerinfo td {
	width: 98%;
	padding: 2%;
	display: inline-block;
}

div#contact_form table.contact_form_customerinfo td.half {
	width: 44%;
}

div#contact_form table.contact_form_customerinfo ul{
	list-style-type: none;
	padding: 0;
}

div#contact_form table.contact_form_customerinfo p {
	font-size: 0.9em;
  color: #877;
}

div#contact_form table.contact_form_customerinfo caption p {
	text-align: left;
	margin: 0.5em;
	font-size: 1em;
  color: #333;
}

div#maincontent p.takuhai_30 {
	margin: 0.5em;
}



/*** サイトマップ
*************/


div#main_contents div.entry_main div#site_map div.sitemap_title {
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid gray;
	margin: 0.5em;
	padding: 0.25em;
}

div#main_contents div.entry_main div#site_map ul li {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}