@charset "utf-8";
/* CSS Document */

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

.container{
	width: 100%;
	margin: 0 auto;
}

#header{
	width: 100%;
	margin-top: 0;
}

/*---------------------

ヘッダー

---------------------*/

#header{
	width: 100%;
}

.maintitle h1{
	display: none;
}

.subtitle_txt{
	display: none;
}

.maintitle{
	display: none;
}

.maintitle_img_sp{
	display: inline;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.breadcrumb{
	display: none;
}

.breadcrumb a{
	display: none;
}

.search_box_sp{
	display: inherit;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0 0 10px 0 !important;
    width: 95% !important;
	margin: auto !important;
}

.gs-title{
	height: 100% !important;
	line-height: 1.5 !important;
}

/*---------------------

メインコンテンツ

---------------------*/

.main_cont{
	width: 100%;
	margin-bottom: 30px;
}

.left_cont_b{
	width: 100%;
	margin-right: 0;
	float: none;
}

.ranking_box_b{
	width: 100%;
	margin-bottom: 40px;
}

.ranking_title_b{
	background-image: -moz-linear-gradient(
      top
    , #DB0003 0%
	, #C00003 50%
    , #000);
	width: 100%;
	height: 51px;
	margin-bottom: 20px;
}

.feature_b{
	width: 100%;
	height: 100%;
}

.feature_left_b{
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.star_img_b{
	float: left;
	padding-bottom: 15px;
	width: 230px;
	height: 21px;
	margin-left: 5%;
}

.web_img_b{
	float: left;
	width: 90%;
	height: 100%;
	margin: 0 5%;
}

.crown_b{
	display: none;
}

.rank_no_b{
	float: left;
	margin: -6px 0 0 5%;
	padding: 0 2% 0 1%;
}

.feature_right_b{
	width: 100%;
	float: left;
	height: 100%;
}

.icon_b ul{
	display: none;
}

.icon_b li{
	display: none;
}

.icon_b li:last-child{
	display: none;
}

.evaluation_b{
	display: none;
}

.title_line_b{
	margin: 15px 0 20px;
	border-bottom: 1px solid #CDCDCD;
	border-left: #C00003 3px solid;
	width: 100%;
	height: 100%;
	clear: both;
}

.title_line_b h3{
	color: #946730;
    font-size: 108%;
    font-weight: bold;
	line-height: 1.5;
	padding-left: 5%;
}

.mein_text_box_b p{
	font-size: 85%;
    line-height: 1.5;
	width: 90%;
	margin: auto;
	float: none;
}

.point_box_b{
	width: 90%;
	float: left;
	margin: 15px 5%;
}

.point_box_left_b {
	width: 90%;
	background: #DDD;
	padding: 15px 5%;
	margin-bottom: 10px;
}

.point_box_right_b{
	width: 90%;
	background: #DDD;
	padding: 15px 5%;
}

/*---------------------

サイドカラム

---------------------*/

.right_cont{
	display: none;
}

.menu_cont01{
	display: none;
}

.menu_cont01 dl a{
	display: none;
}

.menu_cont01 dt a{
	display: none;
}

.menu_cont01 dd a{
	display: none;
}

/*---------------------

フッター

---------------------*/

#footer{
	width: 100%;
}

.footer_cont{
	width: 100%;
	height: 80px;
	background: #000; 
}

.gototop{
	margin-top: -45px;
	font-size: 77%;
	color: #333;
	text-decoration: underline;
	width: 95%;
	line-height: 1.5;
	float: right;
}

.footer_cont address{
	color: #fff;
	font-size: 77%;
	font-style: normal;
	text-align: center;
	bottom: 10px;
	width: 90%;
	margin: auto;
	line-height: 1.5;
	padding-top: 7%;
}

.approximation_b{
	display: none;
}

.approximation_b th{
	display: none;
}

.approximation_b td{
	display: none;
}

.etc_text_b{
	display: none;
}

/*---------------------

スマホ版メニュー

---------------------*/

#menu {
    display: none;
}

#menu li {
	width: 100%;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#menu li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #000;
}

#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: #000;
}

#toggle a{
	display: block;
	position: relative;
	padding: 20px 0 20px;
	border-bottom: 1px solid #9A9A9A;
	color:#FFF;
	text-align: center;
	text-decoration: none;
}

#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #FFF;
}

#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 6px;
	background: #000;
}
	
#toggle a:before {
	margin-top:-9px;
}

#toggle a:after {
	margin-top: 3px;
}

.space700_h40{
	display: none;
}

.space700_h15_sp{
	width: 100%;
	height: 15px;
}

.space700_h20_sp{
	width: 100%;
	height: 20px;
}

.space700_h30_sp{
	width: 100%;
	height: 30px;
}

.space700_h40_sp{
	width: 100%;
	height: 40px;
}

.contents_title_b{
	background: #C00003;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}

.contents_title_b h1{
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	font-size: 100%;
	padding: 10px 15px;
}

.contents_main_sentence_b{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	border: 0;
}

.contents_main_sentence_img_b img{
	width: 100%;
	margin: 0 auto 10px;
}

.contents_main_sentence_b p{
	font-size: 85%;
	line-height: 1.7;
	width: 90%;
	margin: auto;
}

.contents_main_line_b{
	width: 100%;
	height: 100%;
	border-left: #C00003 3px solid;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 10px;
}

.contents_main_line_b h2{
	color: #cb9115;
    font-size: 105%;
    font-weight: bold;
	line-height: 1.5;
	padding-left: 20px;
	padding-right: 15px;
}

.top_main_line_b{
	width: 100%;
	height: auto;
	border-left: #C00003 3px solid;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 10px;
}
.top_main_line_b h2{
	color: #cb9115;
    font-size: 105%;
    font-weight: bold;
	line-height: 1.5;
	padding: 0 13px 0 13px;
}


.menu_botton_box_b{
    width: 100%;
	margin: 0 auto 20px;
}

.menu_botton_box_b li{
	height: 50px;
	background-color: #8C8C8C;
	width: 90%;
	margin: 0 auto 10px;
	border-radius: 10px;
	border: 1px solid #8C8C8C;
	transition: all .1s;
	float: none;
}

.menu_botton_box_b li:nth-child(even){
	margin: 0 auto 10px;
}

.menu_botton_box_b p{
	color: #fff;
	font-weight: bold;
	font-size: 85%;
	line-height: 50px;
	padding-left: 20px;
}

.menu_botton_box_b ul li:hover{
	background-color: #fff;
	border: 1px solid #8C8C8C;
}

.menu_botton_box_b p:hover{
	color: #8C8C8C;
}

.menu_botton_box_b a{
	text-decoration: none;
}

.item_box_b{
	width: 100%;
	height: 100%;
	margin: 10px auto 0;
}

.item_text_b{
	float: none;
	width: 100%;
	margin: 0 auto 30px;
}

.item_box_img_b{
	float: none;
	border: solid 2px #c9c9c9;
	margin: 0 auto;
	display: block;
	width: 90%;
	height: 90%;
}

.item_text_b h2{
	color: #CB9115;
    font-size: 115%;
    font-weight: bold;
	float: none;
	padding-bottom: 5px;
	line-height: 1.5;
	margin: 10px auto 0;
	letter-spacing: -1px;
	width: 90%;
}

.item_text_b p{
	font-size: 85%;
	line-height: 1.7;
	float: none;
	margin: 0 auto;
	width: 90%;
}

.shop_box_b ul{
	width: 100%;
	margin: 30px auto;
}

.shop_box_b li:nth-child(odd){
	width: 90%;
	margin: 0 auto 20px;
	border: 0;
	float: none;
}

.shop_box_b li{
	width: 90%;
	float: none;
	margin: 0 auto 20px;
	border: 0;
}

.shop_map_b{
	float: none;
	margin: 0 auto;
	padding-left: 0;
	width: 100%;
}

.shop_box_b h2{
	color: #cb9115;
    font-size: 100%;
    font-weight: bold;
	padding: 0 0 10px 0;
}

.shop_box_b p{
	color: #000;
    font-size: 77%;
    line-height: 20px;
	padding: 0 0 10px 0;
	width: 100%;
}

.item_box_s_b ul{
	width: 100%;
	margin: 0 auto 30px;
}

.item_box_s_b li{
	width: 90%;
	height: 90%;
	float: none;
	border: solid 2px #c9c9c9;
	margin: 50px auto 0;
}

.item_box_s_b li:nth-child(even){
	margin: 50px auto 0;
}

.item_box_s_b h2{
	color: #CB9115;
    font-size: 115%;
    font-weight: bold;
	float: left;
	margin-top: -25px;
}

/*アイテムページ新デザイン161005*/

.item_img_new img{
	margin-right: 0;
}
.item_box_new p{
	font-size: 85%;
}
.item_box_new table{
	font-size: 70%;
}
.item_nav_box ul li{
	width: 49%;
	margin-right: 2%;
	font-size: 62%;
}
.item_nav_box ul li:nth-child(2n){
	margin-right: 0;
}
.item_nav_box ul li:nth-child(3n){
	margin-right: 2%;
}
.item_nav_box ul li:nth-child(6n){
	margin-right: 0;
}
.item_nav_box ul li a:after{
	right: 5px;
}
.item_price_cell{
	width: 30%;
}
/**/

.menu_botton_box_b h2{
	color: #CB9115;
	font-weight: bold;
	font-size: 105%;
	margin: 0 auto 10px;
	width: 90%;
}

.evaluation_detail_b{
	margin: 5px 5% 0;
	float: none;
	height: 100%;
	width: 90%;
}

.strength_box_b ul{
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	float: none;
}

.strength_box_b li{
	width: 90%;
	height: 100%;
	float: left;
	margin: 0 5% 10px;
}

.strength_box_b li:first-child{
	width: 90%;
	height: 100%;
	float: left;
	margin: 0 5% 10px;
}

.strength_box_b li p{
	font-size: 80%;
    line-height: 1.5;
	padding: 6px 0 6px 15px;
	width: 61%;
	float: left;
}
	
.strength_img_b{
	float: left;
	width: 31.25%;
	height: 100%;
}

.shop_list_b{
	width: 80%;
	background: #ddd;
	float: left;
	margin: 0 5% 20px;
	padding: 10% 5%;
}

.shop_list_brandear_b{
	width: 100%;
	background: #DDD;
	float: left;
	margin-bottom: 20px;
	padding: 10% 0;
}

.shop_list_b ul{
	width: 100%;
	float: left;
	margin: 0 20px 20px 0;
	height: 100%;
}

.shop_list_brandear_b ul{
	width: 100%;
	float: none;
	margin: 0 20px 20px 0;
	height: 100%;
}

.shop_list_b ul:nth-child(even){
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	height: 100%;
}

.shop_list_b li{
	width: 100%;
	margin: 0 20px 5px 0;
	font-size: 80%;
	float: left;
	text-align: center;
	height: 100%;
}

.shop_list_brandear_b li{
	width: 80%;
	margin: 0 auto 5px;
	font-size: 80%;
	float: none;
	line-height: 1.5;
	height: 100%;
}

.shop_list_b li:first-child{
	width: 100%;
	float: left;
	margin: 0 20px 5px 0;
	font-size: 100%;
	font-weight: bold;
	height: 100%;
}

.shop_list_brandear_b li:first-child{
	width: 100%;
	float: left;
	margin: 0 20px 5px 0;
	font-size: 100%;
	font-weight: bold;
	height: 100%;
	text-align: center;
}

.free_tel_box_b{
	float: none;
	background: #ddd none repeat scroll 0 0;
    border: 3px solid #ffffff;
    height: 55px;
    width: 95%;
	margin: 0 auto 0;
	clear: both;
}

p.free_text_b{
	color: #946730;
    font-size: 100%;
    font-weight: bold;
	line-height: 55px;
	float: left;
	text-align: center;
}

.shop_list_brandear_b{
	width: 80%;
	background: #DDD;
	float: left;
	margin: 0 5% 20px;
	padding: 10% 5%;
}

.shop_list_brandear_b dl{
	width: 100%;
	float: left;
	margin: 0 20px 20px 0;
}

.shop_list_brandear_b dl dd{
	width: 90%;
	margin: 0 20px 0 0;
	font-size: 80%;
	float: left;
	line-height: 1.2;
}

.shop_list_brandear_b dt{
	width: 90%;
	float: left;
	margin: 0 5px 5px 0;
	font-size: 100%;
	font-weight: bold;
}

p.free_text_b{
	color: #946730;
    font-size: 100%;
    font-weight: bold;
	line-height: 55px;
	float: none;
	margin: 0 auto;
	padding-left: 0;
	text-align: center;
	height: 100%;
}

.approximation_b_sp{
	display: inline;
	width: 90%;
	height: 100%;
	clear: both;
	margin: 0 5% 10px;
}

.approximation_b_sp_left{
	display: inline;
	width: 49.4%;
	height: auto;
	font-size: 95%;
	font-weight: bold;
	color: #cb9115;
	float: left;
	text-align: center;
	padding: 15px 0;
	border: solid 1px #BFBFBF;
	border-right: 0;
	background: #DDD;
}

.approximation_b_sp_right{
	display: inline;
	width: 49.5%;
	height: auto;
	font-size: 95%;
	font-weight: bold;
	color: #cb9115;
	float: left;
	text-align: center;
	padding: 15px 0;
	border: solid 1px #BFBFBF;
	background: #DDD;
}

.approximation_b_sp_left_img{
	display: inline;
	width: 49.4%;
	font-size: 95%;
	font-weight: bold;
	color: #cb9115;
	float: left;
	text-align: center;
	padding: 15px 0;
	border: solid 1px #BFBFBF;
	border-right: solid 1px #BFBFBF;
	border-top: 0;
	border-bottom: 0;
}

.approximation_b_sp_right_text{
	display: inline;
	text-align: center;
	padding: 0.7%;
	width: 48.5%;
	float: left;
	font-size: 70%;
	line-height: 1.5;
	margin-top: 7%;
}

.approximation_b_sp_item{
	display: inline;
	height: 100%;
	width: 99.8%;
	float: left;
	border-bottom: solid 1px #BFBFBF;
	border-right: solid 1px #BFBFBF;
}

table.assessment_b{
	display: none;
}

.assessment_b th{
	display: none;
}

.assessment_b td{
	display: none;
}

.assessment_day_b{
	display: none;
}

section table{
	width: 100%;
}

section th, section td{
	border: 0.5px solid #ddd;
}

section th{
	background: #f4f4f4;
}

/*査定金額テーブルsp*/



.demo02 .assess_rank1{
	background: url(../images/about_purchase/assessment/rank_1_sp.png) no-repeat;	
}

.demo02 .assess_rank2{
	background: url(../images/about_purchase/assessment/rank_2_sp.png) no-repeat;	
}

.demo02 .assess_rank3{
	background: url(../images/about_purchase/assessment/rank_3_sp.png) no-repeat;	
}

.demo02{ 
    display: block; 
    width: 100%; 
    margin: 0 -10px;
}

.demo02 thead{ 
    display: block; 
    float: left;
    overflow-x: scroll;
}

.demo02 tbody{ 
    display: block; 
    width: auto; 
    overflow-x: auto; 
    white-space: nowrap;
}

.demo02 th{ 
    display: block;
    width: 115px;
	font-size: 77%;
	height: 70px;
	line-height: 1.5;
	vertical-align: middle;
	padding: 10px;
}

.demo02 tbody tr{ 
    display: inline-block; 
    margin: 0 -3px;
}

.demo02 td{ 
    display: block;
	height: 90px;
	width: 100px;
	text-align: center;
	line-height: 90px;
	font-size: 77%;
}

.demo02 td p{
	font-size: 77%;
}

.demo02_logobg1{
	background: url(../images/about_purchase/assessment/logo_1.png) no-repeat;
}

.demo02_logobg2{
	background: url(../images/about_purchase/assessment/logo_2.png) no-repeat;
}

.demo02_logobg3{
	background: url(../images/about_purchase/assessment/logo_3.png) no-repeat;
}

.demo02_logobg4{
	background: url(../images/about_purchase/assessment/logo_4.png) no-repeat;
}

.demo02_logobg5{
	background: url(../images/about_purchase/assessment/logo_5.png) no-repeat;
}

.demo02_logobg1 p{
	margin-top: 45px;
	text-decoration: underline;
}

.demo02_logobg2 p{
	margin-top: 45px;
	text-decoration: underline;
}

.demo02_logobg3 p{
	margin-top: 45px;
	text-decoration: underline;
}

.demo02_logobg4 p{
	margin-top: 45px;
	text-decoration: underline;
}

.demo02_logobg4 p{
	margin-top: 45px;
	text-decoration: underline;
}

.demo02_logobg5 p{
	margin-top: 45px;
	text-decoration: underline;
}

.etc_text_b_sp{
	display: inline;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 0 10px 5px;
}

.etc_text_b_sp_top{
	display: inline;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0 0 10px 0;
}

.etc_text_b_sp p{
	display: inline;
	text-decoration: underline;
	color: #cb9115;
	font-weight: bold;
	font-size: 80%;
	margin-left: 5%;
}

.etc_text_b_sp_top p{
	display: inline;
	text-decoration: underline;
	color: #cb9115;
	font-weight: bold;
	font-size: 90%;
}

.ring_size_title{
	width: 89.5%;
	margin: 0 auto;
	font-size: 92%;
	text-align: center;
	font-weight: bold;
	border-top: solid 1px #BFBFBF;
	border-left: solid 1px #BFBFBF;
	border-right: solid 1px #BFBFBF;
	background: #f0f0f0;
	padding: 13px 0;
}

table.ring_size_b{
	margin: 0 auto 30px;
	width: 90%;
}

.ring_size_b th{
	border: solid 1px #BFBFBF;
	background: #f0f0f0;
	font-size: 77%;
	text-align: center;
	padding: 10px 0;
}

.ring_size_b td{
	font-size: 77%;
	border: solid 1px #BFBFBF;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}

/*----- リコメンド css -----*/

.recommend_box ul{
	width: 95%;
	height: 100%;
	margin: auto;
}

.recommend_box li{
	width: 45%;
	float: left;
	margin-bottom: 15px;
}

.recommend_box li:last-child{
	margin-right: 0;
}

.recommend_img{
	border: 1px solid #c9c9c9;
	float: left;
}

.recommend_text{
	float: left;
	margin-top: 7px;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2;
	height: 50px;
}

.recommend_title{
	border-bottom: solid 1px #c9c9c9;
	width: 95%;
	margin: 0 auto 13px;
	clear: both;
}

.recommend_title_item{
	border-bottom: solid 1px #c9c9c9;
	width: 95%;
	margin: 0 auto 13px;
}

.recommend_title_box{
	width: 190px;
	height: 30px;
	background: #c9c9c9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.recommend_title_box_item{
	width: 220px;
	height: 30px;
	background: #c9c9c9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.recommend_title_box p{
	color: #FFF;
	font-weight: bold;
	float: left;
	margin-top: 10px;
}

.recommend_title_box_item p{
	color: #FFF;
	font-weight: bold;
	float: left;
	margin-top: 10px;
}

.recommend_book{
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}

.space700_h120{
	display: none;
}

.contents_top_text{
	width: 90%;
	border: 0;
	font-size: 87.5%;
    line-height: 1.6;
	padding: 0;
}

/*--- TOPページ / ランキング詳細ページ / 公式ページ / ボタン ---*/

.top_rank_button ul{
	width: 95%;
	float: none;
	margin: 0 auto;
}

.top_rank_button li{
	width: 100%;
	height: 40px;
	background: #454545;
	margin: 0 0 5px 0;
	display: inline-block;
	border-radius: 10px;
	vertical-align: middle;
}

.top_rank_button li a{
	text-decoration: none;
}

.top_rank_button li:hover{
	width: 100%;
	height: 40px;
	background: #8F8F8F;
	margin-right: 10px;
	display: inline-block;
	border-radius: 10px;
	vertical-align: middle;
}

.top_rank_button li p{
	color: #FFF;
	line-height: 40px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

.top_rank_button li:last-child p{
	color: #454545;
	line-height: 40px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

.top_rank_button li:last-child p:hover{
	color: #454545;
	line-height: 40px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

.top_rank_button li:last-child{
	width: 100%;
	height: 40px;
	background: #E98E19;
	margin-right: 0;
	display: inline-block;
	border-radius: 10px;
	color: #454545;
	line-height: 40px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
	font-size: 14px;
	vertical-align: middle;
}

.top_rank_button li:last-child:hover{
	width: 100%;
	height: 40px;
	background: #FFAE68;
	margin-right: 0;
	display: inline-block;
	border-radius: 10px;
	color: #454545;
	line-height: 40px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
	font-size: 14px;
	vertical-align: middle;
}

.rank_button_pc{
	vertical-align: middle;
}

.rank_button{
	display: none;
}

.rank_button a{
	display: none;
}

.rank_button:hover{
	display: none;
}

.rank_button p{
	display: none;
}

.rank_button_sp{
	display: inherit;
	width: 95%;
	height: 40px;
	background: #E98E19;
	border-radius: 10px;
	float: none;
	margin: 10px auto 0;
	clear: both;
}

.rank_button_sp a{
	display: inherit;
	text-decoration: none;
}

.rank_button_sp:hover{
	display: inherit;
	width: 95%;
	height: 40px;
	background: #FFAE68;
	border-radius: 10px;
	margin: 10px auto 0;
}

.rank_button_sp p{
	display: inherit;
	color: #454545;
	line-height: 40px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

.menu_botton_box_b2 ul{
    width: 95%;
	margin-left: 5px;
}

.menu_botton_box_b2 li{
	float: left;
	height: 60px;
	width: 100%;
	margin: 0 20px 10px 0;
	font-size: 13px;
	line-height: 1.5;
	border-left: 2px solid #c00003;
	border-bottom: 1px dotted #c9c9c9;
}

.menu_botton_box_b2 li a{
    color: #cb9115;
	font-size: 120%;
	line-height: 0;
}

.menu_botton_box_b2 li:nth-child(even){
	margin: 0 0 10px 0;
}

.menu_botton_box_b2 li h3{
    color: #cb9115;
	font-size: 120%;
	line-height: 0;
	float: left;
	margin-top: 9px;
}

.menu_botton_box_b2 li p{
	display: none;
}

.recommended_img{
	width: 60px;
	height: 60px;
	float: left;
	margin: 0 15px 0 7px;
}

.state_box_2_640{
	display: none;
}

.state_box_2_img{
	display: none;
}

.state_box_2{
	display: none;
}

.state_title_2{
	display: none;
}

.state_txt_2{
	display: none;
}

.state_box_2_txt{
	display: none;
}

/*-- 買取価格表 --*/

.asm_item_box_img{
	margin-top: 5px;
	width: 100%;
	height: 100%;
	float: left;
	border-top: #BDBDBD solid 1px;
	border-left: #BDBDBD solid 1px;
	border-right: #BDBDBD solid 1px;
	clear: both;
	box-sizing: border-box;
	display: inline;
}

.asm_item_box p{
	float: left;
	font-size: 100%;
	line-height: 1.4;
	color: #cb9115;
	font-weight: bold;
	display: inline;
}

.asm_list{
	border: #BDBDBD solid 1px;
	width: 100%;
	height: 100%;
}

.asm_list th{
	border: #BDBDBD solid 1px;
	background: #fff;
	width: 50%;
	height: 100%;
	text-align: center;
	line-height: 1.9;
	font-size: 85%;
}

.asm_list td{
	border: #BDBDBD solid 1px;
	width: 50%;
	height: 100%;
	text-align: center;
	font-size: 85%;
}

.asm_item_box{
	width: 90%;
	height: 100%;
	margin: 0 auto 40px;
	float: none;
}
.top_item{
	width: 90%;
	height: auto;
	margin: 0 auto 30px;
	font-size: 85%;
    line-height: 1.7;
	padding-bottom: 40px;
	border-bottom: dotted 1px #c9c9c9;
}
.top_item_img{
	float: none;
	width: 100%;
	height: auto;
	margin-right: 0;
}
.top_item_right{
	width: 100%;
	height: auto;
	float: none;
	position: static;
}
.top_item h3{
	color: #cb9115;
	font-size: 115%;
	font-weight: bold;
}
.top_item_btn{
	font-size: 87%;
	color: #cb9115;
	position: static;
	float: right;
	margin-top: 5px;
}
.top_item_ctg_btn{
	width: 90%;
	height: 40px;
    font-size: 87%;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
	line-height: 40px;
	border-radius: 10px;
	background: #454545;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: none;
	margin: -15px auto 30px;
}
.top_item_ctg_btn:hover{
	text-decoration: none;
	color: #fff;
	background-color: #7A7A7A;
}
.space700_h20{
	display: none;
}

.rank_button_satei{
	width: 340px;
	height: 40px;
	background: #454545;
	border-radius: 10px;
	float: right;
	margin-top: 10px;
	display: none;
}

.rank_button_satei a{
	display: none;
}

.rank_button_satei:hover{
	display: none;
}

.rank_button_satei p{
	display: none;
}

/*-- 161101 ボタンデザイン --*/

.btn {
	width: 90%;
	height: 60px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 15px 5% 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right:before {
}

.btn-3 {
	background-color: #515151;
	color: #fff;
}

.btn-3:hover {
	background-color: #6A6A6A;
}

.btn-3:active {
	background: #6A6A6A;
	top: 2px;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 100%;
	width: 60px;
}

.btn-3e {
	padding: 15px 50px 15px 0;
	overflow: hidden;
}

.btn-3e:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e:after {
	width: 28%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e:hover:after {
	width: 35%;
}

.btn_img{
	z-index: 3;
	float: right;
	position: absolute;
	top: 0;
	left: 86%;
}

/*-- 161101 ボタンデザイン --*/

.btn_hp {
	width: 90%;
	height: 60px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 0 5% 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_hp:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_hp:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
}

.icon-arrow-right_hp:before {
}

.btn-3_hp {
	background-color: #FF8E00;
	color: #fff;
}

.btn-3_hp:hover {
	background: #f29e0d;
}

.btn-3_hp:active {
	background: #f58500;
	top: 2px;
}

.btn-3_hp:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 100%;
	width: 60px;
}

.btn-3e_hp {
	padding: 15px 50px 15px 0;
	overflow: hidden;
	font-size: 85%;
}

.btn-3e_hp:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e_hp:after {
	width: 25%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e_hp:hover:after {
	width: 32%;
}

.btn_hp_img{
	z-index: 3;
	float: right;
	position: absolute;
	top: 0;
	left: 86%;
}

/*-- 161101 ボタンデザイン --*/

.btn_ranking {
	display: none;
	width: 340px;
	height: 60px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_ranking:after {
	display: none;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_ranking:before{
	display: none;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right_ranking:before {
}

.btn-3_ranking {
	display: none;
	background-color: #FF8E00;
	color: #fff;
}

.btn-3_ranking:hover {
	display: none;
	background: #f29e0d;
}

.btn-3_ranking:active {
	display: none;
	background: #f58500;
	top: 2px;
}

.btn-3_ranking:before {
	display: none;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 100%;
	width: 60px;
}

.btn-3e_ranking {
	display: none;
	padding: 15px 50px 15px 0;
	overflow: hidden;
}

.btn-3e_ranking:before {
	display: none;
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e_ranking:after{
	display: none;
	width: 25%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e_ranking:hover:after {
	display: none;
	width: 32%;
}

.btn_ranking_img{
	display: none;
	z-index: 3;
	float: right;
	position: absolute;
	top: 0;
	left: 280px;
}

/*-- 161101 ボタンデザイン --*/

.btn_estimate{
	display: none;
	width: 340px;
	height: 60px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 7px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_estimate:after {
	display: none;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_estimate:before{
	display: none;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right_estimate:before {
}

.btn-3_estimate {
	display: none;
	background-color: #515151;
	color: #fff;
}

.btn-3_estimate:hover {
	display: none;
	background: #6A6A6A;
}

.btn-3_estimate:active {
	display: none;
	background: #6A6A6A;
	top: 2px;
}

.btn-3_estimate:before {
	display: none;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 100%;
	width: 60px;
}

.btn-3e_estimate {
	display: none;
	padding: 15px 50px 15px 0;
	overflow: hidden;
}

.btn-3e_estimate:before {
	display: none;
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e_estimate:after {
	display: none;
	width: 25%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e_estimate:hover:after {
	display: none;
	width: 32%;
}

.btn_estimate_img{
	display: none;
	z-index: 3;
	float: right;
	position: absolute;
	top: 0;
	left: 280px;
}

/*-- 161101 ボタンデザイン --*/

.btn_satei {
	width: 90%;
	height: 60px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 0 5% 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_satei:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_satei:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right_satei:before {
}

.btn-3_satei {
	background-color: #515151;
	color: #fff;
}

.btn-3_satei:hover {
	background-color: #6A6A6A;
}

.btn-3_satei:active {
	background: #6A6A6A;
	top: 2px;
}

.btn-3_satei:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 100%;
	width: 60px;
}

.btn-3e_satei {
	padding: 15px 50px 15px 0;
	overflow: hidden;
}

.btn-3e_satei:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e_satei:after {
	width: 25%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e_satei:hover:after {
	width: 32%;
}

.btn_img_satei{
	z-index: 3;
	float: right;
	position: absolute;
	top: 0;
	left: 86%;
}

/*-- 161101 ボタンデザイン --*/

.btn_rankingsatei {
	width: 96%;
	height: 60px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 0 0 15px 2%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_rankingsatei:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_rankingsatei:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right_rankingsatei:before {
}

.btn-3_rankingsatei {
	background-color: #515151;
	color: #fff;
}

.btn-3_rankingsatei:hover {
	background-color: #6A6A6A;
}

.btn-3_rankingsatei:active {
	background: #6A6A6A;
	top: 2px;
}

.btn-3_rankingsatei:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 100%;
	width: 60px;
}

.btn-3e_rankingsatei {
	padding: 15px 50px 15px 0;
	overflow: hidden;
}

.btn-3e_rankingsatei:before {
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e_rankingsatei:after {
	width: 28%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e_rankingsatei:hover:after {
	width: 35%;
}

.btn_img_rankingsatei{
	z-index: 3;
	float: right;
	position: absolute;
	top: 0;
	left: 86%;
}

/*-- 161101 ボタンデザイン --*/

.btn_estimate_pc{
	display: none;
	width: 0;
	height: 0;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0;
	color: inherit;
	background: none;
	cursor: pointer;
	margin: 00;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_estimate_pc:after {
	display: none;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_estimate_pc:before{
	display: none;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right_estimate_pc:before {
}

.btn-3_estimate_pc {
	display: none;
	background-color: #515151;
	color: #fff;
}

.btn-3_estimate_pc:hover {
	display: none;
	background: #6A6A6A;
}

.btn-3_estimate_pc:active {
	display: none;
	background: #6A6A6A;
	top: 2px;
}

.btn-3_estimate_pc:before {
	display: none;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 100%;
	width: 60px;
}

.btn-3e_estimate_pc {
	display: none;
	padding: 15px 50px 15px 0;
	overflow: hidden;
}

.btn-3e_estimate_pc:before {
	display: none;
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e_estimate_pc:after {
	display: none;
	width: 25%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e_estimate_pc:hover:after {
	display: none;
	width: 32%;
}

.btn_estimate_img_pc{
	display: none;
	z-index: 3;
	float: right;
	position: absolute;
	top: 0;
	left: 280px;
}

/*-- 161101 ボタンデザイン --*/

.btn_satei_sptel {
	display: inline;
	width: 90%;
	height: 60px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 0 5% 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_satei_sptel:after {
	display: inline;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_satei_sptel:before{
	display: inline;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right_satei_sptel:before {
}

.btn-3_satei_sptel {
	display: inline;
	background-color: #515151;
	color: #fff;
}

.btn-3_satei_sptel:hover {
	display: inline;
	background-color: #6A6A6A;
}

.btn-3_satei_sptel:active {
	display: inline;
	background: #6A6A6A;
	top: 2px;
}

.btn-3_satei_sptel:before {
	display: inline;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 100%;
	width: 60px;
}

.btn-3e_satei_sptel {
	display: inline;
	padding: 15px 50px 15px 0;
	overflow: hidden;
}

.btn-3e_satei_sptel:before {
	display: inline;
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e_satei_sptel:after {
	display: inline;
	width: 25%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e_satei_sptel:hover:after {
	display: inline;
	width: 32%;
}

.btn_img_satei_sptel{
	display: inline;
	z-index: 3;
	float: right;
	position: absolute;
	top: 0;
	left: 86%;
}

/*-- 161101 ボタンデザイン --*/

.btn_satei_pc {
	display: none;
	width: 289px;
	height: 60px;
	border: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin: 15px 0 15px 1px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_satei_pc:after {
	display: none;
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn_satei_pc:before{
	display: none;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-right_satei_pc:before {
}

.btn-3_satei_pc {
	display: none;
	background-color: #515151;
	color: #fff;
}

.btn-3_satei_pc:hover {
	display: none;
	background-color: #6A6A6A;
}

.btn-3_satei_pc:active {
	display: none;
	background: #6A6A6A;
	top: 2px;
}

.btn-3_satei_pc:before {
	display: none;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3;
	font-size: 100%;
	width: 60px;
}

.btn-3e_satei_pc {
	display: none;
	padding: 15px 50px 15px 0;
	overflow: hidden;
}

.btn-3e_satei_pc:before {
	display: none;
	left: auto;
	right: 10px;
	z-index: 2;
}

.btn-3e_satei_pc:after {
	display: none;
	width: 25%;
	height: 200%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
	right: 0;
	top: 0;
	margin: -5px 0 0 -5px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(-20deg);
	-moz-transform-origin: 0 0;
	-moz-transform: rotate(-20deg);
	-ms-transform-origin: 0 0;
	-ms-transform: rotate(-20deg);
	transform-origin: 0 0;
	transform: rotate(-20deg);
}

.btn-3e_satei_pc:hover:after {
	display: none;
	width: 32%;
}

.btn_img_satei_pc{
	display: none;
	z-index: 3;
	float: right;
	position: absolute;
	top: 0;
	left: 240px;
}
	
.leathertype_img_left{
	border: solid 1px #c9c9c9;
	width: 90%;
	margin: 5px 5% 3px;
}
	
.leathertype_img_right{
	border: solid 1px #c9c9c9;
	width: 90%;
	margin: 0 5%;
}

h3.leathertype_title{
	width: 90%;
	margin: 15px 5% 0;
	font-weight: bold;
	color: #cb9115;
	font-size: 90%;
}
	
.leathertype{
	width: 90%;
	margin: 0 5%; 
	height: 730px;
}

.leathertype_box_left{
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 15px;
}

.leathertype_left_img{
	width: 98%;
	height: 98%;
    border: solid 2% #c9c9c9;
}

.leathertype_box_right{
	width: 100%;
	height: auto;
	float: none;
	margin-bottom: 20px;
}

.leathertype_right_img{
	width: 98%;
	height: 98%;
    border: solid 2% #c9c9c9;
}
	
p.leathertype_txt{
	width: 100%;
	margin-bottom: 20px;
}

h3.leather_smell{
	width: 90%;
	margin: 15px 5% 0;
}
	
h3.ranking_title_norank_b{
	color: #fff;
	font-weight: bold;
	float: left;
	font-size: 125%;
	line-height: 51px;
	margin-left: 5%;
}
	
h2.ranking_title_norank_b{
	color: #fff;
	font-weight: bold;
	float: left;
	font-size: 125%;
	line-height: 51px;
	margin-left: 5%;
}
	
.space700_sp_h20{
	width: 100%;
	height: 20px;
}

.b_table_of_contents{
	width: 90%;
	height: auto;
	margin: 0 5% 30px;
	clear: both;
}

.b_table_of_contents li:first-child{
	color: #454545;
    font-size: 105%;
    font-weight: bold;
    line-height: 40px;
    padding-left: 0;
}

.b_table_of_contents li a{
	color: #946730;
    font-size: 85%;
    line-height: 2.0;
    padding-left: 0;
	text-decoration: underline;
}
	
}