@charset "UTF-8";
/*==================================
	.top_ad
===================================*/
.top_ad{
	width: 100%;
	text-align: center;
}

/*==================================
	.sticky
===================================*/
.sticky {
	position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sticky:before,
.sticky:after {
    content: '';
    display: table;
}

/*++++++++++++++++++++++++++++++++++++++++++

	【01】見出し関連

++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
	.ttl_typeA
===================================*/
.ttl_typeA{
	font-size: 20px;
	font-weight: bold;
	padding: 16px 0;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
	margin-bottom: 16px;
	position: relative;
	line-height: 1;
	text-align: center;
}

.ttl_typeA::after{
	position: absolute;
	top: 8px;
	left: 0;
	font-size: 36px;
	font-weight: bold;
	color: rgba(0,0,0,0.1);
	z-index: -1;
}

.ttl_typeA .txt_en{
	font-size: 12px;
	display: block;
}


/*カテゴリー
//////////////////////////////////*/
#tech .ttl_typeA::after{
	color: rgba(0,0,0,0.1);
	z-index: 1;
}

/*ログイン
----------------------------------*/
.ttl_typeA.login::after{
	content: "LOGIN";
}

/*プロフィール
----------------------------------*/
.ttl_typeA.profile::after{
	content: "PROFILE";
}

/*新着記事
----------------------------------*/
.ttl_typeA.new_article::after{
	content: "NEW ARTICLE";
}

/*テクノロジー
----------------------------------*/
.ttl_typeA.technology::after{
	content: "TECHNOLOGY";
}

/*ランキング
----------------------------------*/
.ttl_typeA.ranking::after{
	content: "RANKING";
}

/*中古車を探す
----------------------------------*/
.ttl_typeA.used_car::after{
	content: "USED CAR";
}

/*新着中古車
----------------------------------*/
.ttl_typeA.new_u-car::after{
	content: "NEW U-car";
}

/*自動車カタログ
----------------------------------*/
.ttl_typeA.catalogue::after{
	content: "CATALOGUE";
}

/*新着中古車
----------------------------------*/
.ttl_typeA.recruit::after{
	content: "RECRUIT";
}

/*新着中古車
----------------------------------*/
.ttl_typeA.supplier::after{
	content: "SUPPLIER";
}

/*Motor fan tech
----------------------------------*/
.ttl_typeA.tech::after{
	content: "Motor fan tech";
}

/*キーワード
----------------------------------*/
.ttl_typeA.keyword::after{
	content: "KEYWORD";
}

/*ピックアップ
----------------------------------*/
.ttl_typeA.pick_up::after{
	content: "PICK UP";
}

/*トレンドワード
----------------------------------*/
.ttl_typeA.trend::after{
	content: "TREND";
}

/*カタログ
----------------------------------*/
.ttl_typeA.catalog::after{
	content: "CATALOG";
}

/*モデル
----------------------------------*/
.ttl_typeA.model::after{
	content: "MODEL";
}

/*ボディタイプ
----------------------------------*/
.ttl_typeA.bodytype::after{
	content: "BODYTYPE";
}

/*メーカー
----------------------------------*/
.ttl_typeA.maker::after{
	content: "MAKER";
}

/*店舗
----------------------------------*/
.ttl_typeA.shop::after{
	content: "SHOP";
}

/*モーターファン
----------------------------------*/
.ttl_typeA.motor_fan::after{
	content: "MOTOR FAN";
}

/*エンジン
----------------------------------*/
.ttl_typeA.engine::after{
	content: "ENGINE";
}

/*イベント
----------------------------------*/
.ttl_typeA.event::after{
	content: "EVENT";
}

/*カテゴリー
----------------------------------*/
.ttl_typeA.category::after{
	content: "CATEGORY";
}

/*バイク
----------------------------------*/
.ttl_typeA.bikes::after{
	content: "BIKES";
}

/*テック
----------------------------------*/
.ttl_typeA.tech::after{
	content: "TECH";
}

/*スペシャル
----------------------------------*/
.ttl_typeA.special::after{
	content: "SPECIAL";
}

/*モーターファン編集部記事一覧
----------------------------------*/
.ttl_typeA.article::after{
	content: "ARTICLE";
}

/*==================================
【01-2】ttl_typeB(特集)
===================================*/
.ttl_typeB{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 16px 0;
	margin-bottom: 14px;
	background: #1e3e5d;
	color: #fff;
	position: relative;
}

.ttl_typeB.special::after{
	position: absolute;
	top: -21px;
	left: -14px;
	font-size: 74px;
	content: "SPECIAL";
	color: rgba(255,255,255,0.1);
}

/*==================================
【01-3】.ttl_typeC
===================================*/
.ttl_typeC{
	font-size: 16px;
	color: #fff;
	text-align: left;
	background: #1e3e5d;
	padding: 12px 16px 12px 32px;
	margin-bottom: 14px;
	position: relative;
}

.ttl_typeC::after{
	position: absolute;
	left: 16px;
	top: 50%;
	content: "";
	width: 2px;
	height: 18px;
	margin-top: -9px;
	background: #bf2a2a;
}

.ttl_typeC a{
	float: right;
	font-size: 14px;
	color: #fff;
	text-decoration: underline;
	padding-right: 16px;
	position: relative;
}

.ttl_typeC a:before,
.ttl_typeC a::after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 6px;
}

.ttl_typeC a:before{
	right: 0;
	border-color: transparent transparent transparent #999;
}

.ttl_typeC a::after{
	right: 2px;
	border-color: transparent transparent transparent #1e3e5d;
}

/*==================================
【01-4】ttl_typeD
===================================*/
.ttl_typeD{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 24px 12px 40px;
	margin-bottom: 14px;
	border-top: solid 2px #333;
	border-bottom: solid 1px #C2C2C2;
	position: relative;
	background: #f0f0f0;
}

.ttl_typeD::after{
	content: "";
	position: absolute;
	left: 24px;
	top: 50%;
	width: 4px;
	height: 18px;
	margin-top: -9px;
	background: #1a2e4a;
}

.ttl_typeD .num{
	float: right;
	font-size: 18px;
	color: #000;
	margin-top: 4px;
	padding-left: 24px;
	border-left: solid 1px #999;
	line-height: 1;
}

.ttl_typeD .txt{
	font-size: 12px;
	color: #333;
	display: inline-block;
	margin-left: 4px;
}

/*==================================
【01-5】ttl_typeE
===================================*/
.ttl_typeE{
	font-size: 16px;
	margin: 16px 0 8px 0;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
	position: relative;
}

.ttl_typeE::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: #1a2e4a;
}

.ttl_typeE a{
	padding-right: 32px;
	position: relative;
}

.ttl_typeE a::after,
.ttl_typeE a::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
}

.ttl_typeE a::after{
	right: 14px;
	border-color: transparent transparent transparent #fff;
}

.ttl_typeE a::before{
	right: 12px;
	border-color: transparent transparent transparent #999;
}


/*==================================
【01-6】ttl_search
===================================*/
.ttl_search{
	padding: 16px;
	font-size: 16px;
	color: #000;
	background: #eee;
	border-top: solid 2px #000;
	overflow: hidden;
	position: relative;
}

.ttl_search .count_area{
	position: absolute;
	top: 16px;
	right: 24px;
	font-size: 14px;
	padding-left: 24px;
	border-left: solid 1px #999;
}

.ttl_search .car_num{
	font-size: 20px;
	text-align: right;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0 8px;
	color: #8c0202;
}


/*++++++++++++++++++++++++++++++++++++++++++

	【02】ナビ関連

++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
【02-3】main_nav_typeC
===================================*/
.main_nav_typeC{
	margin-top: 8px;
	overflow: hidden;
	border: solid 1px #d7d9dd;
	margin-top: 40px;
}

.main_nav_typeC li{
	width: 25%;
	float: left;
	background: #fff;
	position: relative;
}

.main_nav_typeC li::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #d7d9dd transparent transparent;
}

.main_nav_typeC li + li{
	border-left: solid 1px #d7d9dd;
}

.main_nav_typeC a{
	line-height: 1;
	padding: 16px 0;
	font-weight: bold;
	display: block;
	text-align: center;
}

.main_nav_typeC .theme{
	display: block;
	margin-bottom: 6px;
}

.main_nav_typeC .num{
	color: #1a2e4a;
}

.main_nav_typeC .txt{
	font-size: 12px;
}

/*++++++++++++++++++++++++++++++++++++++++++

	【03】リスト関連 .list_base

++++++++++++++++++++++++++++++++++++++++++*/

/*.list_base
----------------------------------*/
.list_base{
	overflow: hidden;
	margin-bottom: 16px;
}

.list_base .box{
	display: block;
	text-align: left;
	float: left;
}

/*.photo
----------------------------------*/
.list_base .photo{
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
}

.list_base .photo::after{
	content: "";
	display: block;
	padding-top: 54%;
}

/*.photo_large
----------------------------------*/
.list_base .photo_large{
	position: relative;
	overflow: hidden;
	margin-bottom: 8px;
}

.list_base .photo_large::after{
	content: "";
	display: block;
	padding-top:72%;
}


/*img
----------------------------------*/
.list_base .box .photo img,
.list_base .photo_large img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*.ttl
----------------------------------*/
.list_base .ttl{
	font-size: 16px;
}

/*.ttl
----------------------------------*/
.list_base p{
	line-height: 1.5;
}

/*==================================
	.row2
===================================*/
.list_base.row2{}

.list_base.row2 .box{
	width: 407px;
}

/*.list_base.row2_s .box
----------------------------------*/
.list_base.row2_s .box{
	width: 352px;
}

.list_base.row2_s .box + .box{
	margin-left: 16px;
}

/*==================================
	.row3
===================================*/
.list_base.row3{}

.list_base.row3 .box{
	width: 266px;
}

/*==================================
	.row4
===================================*/
.list_base.row4{}

.list_base.row4 .box{
	width: 194px;
	margin-right: 18px;
}

.list_base.row4 .box:nth-child(4n){
	margin-right: 0;
}

.list_base.row4 .box:nth-child(n+5){
	margin-top: 18px;
}

/*==================================
	.row5
===================================*/
.list_base.row5{}

.list_base.row5 .box{
	width: 158px;
	margin-right: 10px;
}

.list_base.row5 .box:nth-child(5n){
	margin-right: 0;
}

.list_base.row5 .box:nth-child(n+6){
	margin-top: 10px;
}

/*==================================
	.row8
===================================*/
.list_base.row8{}

.list_base.row8 .box{
	width: 95px;
	margin-right: 10px;
}

.list_base.row8 .box:nth-child(8n){
	margin-right: 0;
}

.list_base.row8 .box:nth-child(n+9){
	margin-top: 10px;
}

/*==================================
	.row2〜.row3共通
===================================*/
.list_base.row2 .box,
.list_base.row3 .box{
	margin-right: 16px;
}

.list_base.row2 .box:nth-child(2n),
.list_base.row3 .box:nth-child(3n){
	margin-right: 0;
}

.list_base.row2 .box:nth-child(n+3),
.list_base.row3 .box:nth-child(n+4){
	margin-top: 16px;
}

/*++++++++++++++++++++++++++++++++++++++++++

	.list_共通

++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
	.list_label
===================================*/
.list_label{
	overflow: hidden;
	width: 100%;
	padding-top: 8px;
	margin-top: 16px;
	border-top: dotted 1px #999;
	text-align: right;

}

.list_label li{
	display: inline-block;
	margin-right: 8px;
}

.list_label li,
.list_label li a{
	color: #333;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}

/*==================================
	.list_price_data
===================================*/
.list_price_data{
	overflow: hidden;
}

.list_price_data li{
	width: 38%;
	float: left;
	padding: 10px 0;
	border-radius: 4px;
	text-align: center;
	font-weight: bold;
}

.list_price_data .txt{
	font-size: 16px;
	display: block;
	color: #333;
}

.list_price_data .price {
    font-size: 26px;
    font-weight: bold;
    display: block;
}

.list_price_data .price span{
	font-size: 16px;
}

.list_price_data li + li{
	margin-left: 2%;
}

.list_price_data li:nth-child(1){
	border: solid 2px #c3280c;
	color: #c3280c;
}

.list_price_data li:nth-child(2){
	border: solid 2px #1a2e4a;
	color: #1a2e4a;
        width: 30%;
        font-size: 22px;
}
.list_price_data li:nth-child(3){
	border: solid 2px #1a2e4a;
	color: #1a2e4a;
        width: 28%;
        font-size: 22px;
}

/*++++++++++++++++++++++++++++++++++++++++++

	.list_base デザイン

++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
	.sub_cont
===================================*/
.list_sub_cont{}

.list_sub_cont .ttl{
	font-size: 16px;
    padding-left: 16px;
    border-left: solid 4px #999;
}

/*==================================
	.car_typeA
===================================*/
.car_typeA .num{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	z-index: 1;
	padding: 10px 12px;
	background: #000;
	color: #fff;
}

/*.rank_icon
----------------------------------*/
.car_typeA .rank_icon{
	font-size: 16px;
	padding: 2px 8px;
}

/*.txt_area{}
----------------------------------*/
.txt_area{}


/*.ttl
----------------------------------*/
.car_typeA .ttl{
	position: relative;
	line-height: 1;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
	border-left: solid 3px #ddd;
	margin-bottom: 4px;
}

/*.maker
----------------------------------*/
.car_typeA .maker{
	font-size: 12px;
	padding-left: 16px;
	margin-bottom: 8px;
	display: inline-block;
	position: relative;
	color: #666;
}

.car_typeA .maker::after,
.car_typeA .maker:before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -5px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
}

.car_typeA .maker:after{
	left: 2px;
	border-color: transparent transparent transparent #fff;
}

.car_typeA .maker::before{
	left: 4px;
	border-color: transparent transparent transparent #999;
}

/*.car_name
----------------------------------*/
.car_typeA .car_name{
	display: block;
	font-size: 16px;
}

/*.txt_price
----------------------------------*/
.car_typeA .txt_price{
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
}

.car_typeA .txt_price .label{
	padding: 5px 8px;
	line-height: 1;
	font-size: 10px;
	border: solid 1px #999;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-right: 8px;
	top: -3px;
}

.car_typeA .txt_price .price{
	font-size: 18px;
	color: #8c0202;
}

/*.option
----------------------------------*/
.car_typeA .option{
	font-size: 12px;
	padding-top: 8px;
	margin-top: 8px;
	border-top: dotted 1px #999;
	min-height: 48px;
}

/*.btn_typeA
----------------------------------*/
.car_typeA .btn_typeA{
	width: 80%;
	margin: 16px auto 2px auto;
	display: block;
}

/*.table
----------------------------------*/
.car_typeA .table{
	margin-top: 8px;
}

.car_typeA .table th,
.car_typeA .table td{
	font-size: 12px;
	padding: 6px;
	width: 50%;
}

/*.list_price_data
----------------------------------*/
.car_typeA .list_price_data{
	margin-top: 8px;
}

.car_typeA .list_price_data .txt {
    font-size: 12px;
}

.car_typeA .list_price_data .price {
    font-size: 16px;
}


/*.list_base.row4.car_typeA
4段サイズ変更
----------------------------------*/
.list_base.row4.car_typeA .maker{
	font-size: 12px;
}

.list_base.row4.car_typeA .car_name{
	font-size: 14px;
}


.list_base.row4.car_typeA .txt_price{
	margin-top: 8px;
	font-size: 12px;
}

.list_base.row4.car_typeA .price{
	font-size: 16px;
}

.list_base.row4.car_typeA .label{
	padding: 3px 4px;
	width: 60px;
	display: block;
}

/*.details
----------------------------------*/
.list_base.car_typeA .box .details{
	position: relative;
	cursor: pointer;
	display: block;
}

.list_base.car_typeA .box .details:hover::after{
	display: block;
	opacity: 1;
}

.list_base.car_typeA .box .details::after{
	content: "";
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: solid 3px #ff7600;
	z-index: 1;
}


/*==================================
	.Engine_data_book
===================================*/
.Engine_data_book{
	display:-webkit-box;
	display:-webkit-flex;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

/*.ttl_typeD
----------------------------------*/
.Engine_data_book .ttl_typeD{
	font-size: 14px;
	padding: 12px 12px 12px 24px;
	margin-bottom: 0;
}

.Engine_data_book .ttl_typeD .num{
	font-size: 14px;
	padding-left: 8px;
}

.Engine_data_book .ttl_typeD::after{
	left: 8px;
}

/*.list_txt
----------------------------------*/
.Engine_data_book .list_txt li{
	padding-right: 8px;
	border-bottom: solid 1px #C2C2C2;
	position: relative;
}

.Engine_data_book .list_txt li::after,
.Engine_data_book .list_txt li::before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -5px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
}

.Engine_data_book .list_txt li::after{
	right: 1px;
	border-color: transparent transparent transparent #fff;
}

.Engine_data_book .list_txt li::before{
	right: 0;
	border-color: transparent transparent transparent #999;
}

.Engine_data_book .list_txt a{
	padding: 8px;
	display: block;
}

.Engine_data_book .list_txt .num{
	float: right;
	font-weight: bold;
}

.Engine_data_book .list_txt .txt{
	font-size: 12px;
	font-weight: normal;
	padding-left: 2px;
}

/*==================================
	.List_price_b
===================================*/
.List_price_b{}

.List_price_b .box{
	display: block;
	padding: 16px;
	border: solid 1px #d3d3d3;
	position: relative;
}

.List_price_b .price{
	font-size: 16px;
	font-weight: bold;
}

.List_price_b .box::after,
.List_price_b .box::before{
	content: "";
	position: absolute;
	top: 50%;
    margin-top: -5px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
}

.List_price_b .box::after{
	right: 7px;
	border-color: transparent transparent transparent #fff;
}

.List_price_b .box::before{
	right: 6px;
	border-color: transparent transparent transparent #999;
}

/*==================================
	.List_price_s
===================================*/
.List_price_s .box{
	display: block;
	font-size: 12px;
	padding-left: 8px;
	border-left: solid 2px #1e3e5d;
}

/*==================================
	.list_pref
===================================*/
.list_pref{
	width: 100%;
	overflow: hidden;
}

.list_pref .name_pref{
	text-align: left;
	float: left;
	font-weight: bold;
	width: 126px;
	letter-spacing: 0.2em;
	border-right: solid 2px #d3d3d3;
	padding-right: 10px;
}

.list_pref .box{
	text-align: center;
	width: 88px;
	display: block;
	float: left;
	border-right: solid 1px #d3d3d3;
	text-decoration: underline;
}

.list_pref + .list_pref{
	margin-top: 10px;
}

/*===================================
	.list_event_car
===================================*/
.list_event_car{
	margin-bottom: 24px;
}

.list_event_car .box{
	width: 294px;
	margin-right: 8px;
}

.list_event_car .box:nth-child(4n){
	margin-right: 0;
}

.list_event_car .box:nth-child(n+5){
	margin-top: 8px;
}

.list_event_car .photo{
	margin-bottom: 0;
	padding-top: 64%;
	position: relative;
}

.list_event_car .photo::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 420px 40px 0px;
	border-color: transparent transparent #000 transparent;
	z-index: 1;
}

.list_event_car .ttl{
	font-size: 12px;
	padding: 0 8px 8px 8px;
	color: #fff;
	background: #000;
}

/*==================================
	.list_event_gal
===================================*/
.list_event_gal{}

.list_event_gal .box{
	background: #bd4d6e;
}

.list_event_gal .photo{
	margin-bottom: 0;
	padding-top: 130%;
	position: relative;
}

.list_event_gal .photo::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 40px 420px;
	border-color: transparent transparent #bd4d6e transparent;
	z-index: 1;
}

.list_event_gal .ttl{
	text-align: right;
	font-size: 12px;
	padding: 0 16px 8px 16px;
	color: #fff;
	background: #bd4d6e;
}

/*==================================
	.list_event_custom
===================================*/
.list_event_custom .box{
	background: #000;
}

.list_event_custom .photo{
	margin-bottom: 0;
	padding-top: 64%;
	position: relative;
}

.list_event_custom .photo::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 420px 40px 0px;
	border-color: transparent transparent #000 transparent;
	z-index: 1;
}

.list_event_custom .ttl{
	font-size: 12px;
	padding: 0 16px 8px 16px;
	color: #fff;
	background: #000;
}

/*==================================
	.nav_catalog
===================================*/
.list_nav_catalog{
	overflow: hidden;
	margin-bottom: 8px;
}

.list_nav_catalog li{
	width: 24%;
	float: left;
}

.list_nav_catalog li + li{
	margin-left: 1%;
}

.list_nav_catalog .btn_typeA{
	width: 100%;
	display: block;
}

/*==================================
	.list_body_type
===================================*/
.list_body_type{}

.list_body_type img{
	width: 50% !important;
	margin-bottom: -48px;
}

.list_body_type p{
	padding-top: 8px;
	text-align: center;
	font-size: 10px;
	position: relative;
}

.list_body_type p::after{
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	color: "";
	width: 16px;
	height: 1px;
	background: #333;
}

/*==================================
	.list_writer
===================================*/
.list_writer .box{
	text-align: right;
}

.list_writer .name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #999;
}

.list_writer p{
	font-size: 12px;
	margin-bottom: 8px;
}

.list_writer .btn{
	font-size: 12px;
	display: inline-block;
	padding: 0 16px 0 8px;
	letter-spacing: 0.2em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	position: relative;
}

.list_writer .btn::after,
.list_writer .btn::before{
	content: "";
	position: absolute;
	top: 50%;
    margin-top: -4px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
}

.list_writer .btn::after{
	right: 7px;
	border-color: transparent transparent transparent #fff;
}

.list_writer .btn::before{
	right: 6px;
	border-color: transparent transparent transparent #999;
}

/*==================================
	.writer_profile
===================================*/
.writer_profile{
	overflow: hidden;
}

.writer_profile .photo{
	float: left;
	width: 235px;
	position: relative;
	overflow: hidden;
	background: #000;
}

.writer_profile .photo::after{
	display:block;
	content:"";
	padding-top:75%;
}

/*img
----------------------------------*/
.writer_profile .photo img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.writer_profile .txt_area{
	width: 571px;
	float: right;
}

.writer_profile .name{
	padding-left: 16px;
	line-height: 1;
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
	border-left: solid 6px #d3d3d3;
}

/*++++++++++++++++++++++++++++++++++++++++++

	.list_単体

++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
【03-3】.list_typeA
===================================*/
.list_typeA .box{
	margin-right: 9px;
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 16px;
}

.list_typeA .box::after,
.list_typeA .box::before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -12px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
}

.list_typeA .box::after{
	right: 2px;
	border-color: transparent transparent transparent #fff;
}

.list_typeA .box::before{
	right: 0;
	border-color: transparent transparent transparent #999;
}

.list_typeA .box + .box{
	border-top: dotted 1px #999;
	padding-top: 16px;
	margin-top: 16px;
}

/*.list_typeA .txt_area
----------------------------------*/
.list_typeA .txt_area{
	float: right;
	width: 575px;
	padding-right: 40px;
}

/*.photo
----------------------------------*/
.list_typeA .photo{
	width: 231px;
	float: left;
	padding-top: 17.25%;
	position: relative;
	overflow: hidden;
}

/*img
----------------------------------*/
.list_typeA img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*.ttl
----------------------------------*/
.list_typeA .ttl{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 8px;
	padding-left: 16px;
	border-left: solid 4px #999;
}

.list_typeA .ttl .sub{
	font-size: 14px;
	display: block;
}

/*.time
----------------------------------*/
.list_typeA .time{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #555;
	margin-top: 38px;
	line-height: 1;
}

.list_typeA .rank_icon{
	font-size: 20px;
	padding: 4px 12px;
}



/*==================================
	.list_typeB
===================================*/
.list_typeB{
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-bottom: 16px;
	overflow: hidden;
}

.list_typeB .box{
	display: block;
	width: 50%;
	padding: 16px 16px 16px 0;
	border-right: dotted 1px #999;
	float: left;
}

.list_typeB .box:nth-child(2n){
	padding: 16px 0 16px 16px;
	border-right: none;
}

.list_typeB .box:nth-child(n+3){
	border-top: dotted 1px #999;
}

/*.main_area
----------------------------------*/
.list_typeB .main_area{
	overflow: hidden;
	margin-bottom: 8px;
	display: block;
}

/*.ttl_area
----------------------------------*/
.list_typeB .txt_area{
	float: right;
	width: 241px;
	text-align: left;
}

.list_typeB .ttl{
	font-size: 16px;
	overflow:hidden;
	height:66px;
}

/*.photo
----------------------------------*/
.list_typeB .photo{
	width: 141px;
	float: left;
	padding-top: 20.75%;
	position: relative;
	overflow: hidden;
}

/*img
----------------------------------*/
.list_typeB img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*==================================
	.list_u-car
===================================*/
.list_u-car{
	overflow: hidden;
	margin-bottom: 16px;
}

/*.box
---------------------------*/
.list_u-car .box{
	float: left;
	width: 203px;
	margin-right: 6px;
	line-height: 1.4;
	padding: 16px;
	text-align: left;
	border: solid 1px #d3d3d3;
	border-top: solid 2px #000;
}

.list_u-car .box:nth-child(4n){
	margin-right: 0;
}

.list_u-car .box:nth-child(n+5){
	margin-top: 6px;
}

/*.car_name
---------------------------*/
.list_u-car .ttl{
	margin-bottom: 8px;
	font-size: 14px;
    font-weight: bold;
    color: #000;
    padding-left: 10px;
    border-left: solid 3px #ddd;
    margin-bottom: 4px;
}

.list_u-car .ttl .maker{
	font-size: 12px;
    padding-left: 16px;
    margin-bottom: 4px;
    display: inline-block;
    position: relative;
    color: #666;
}

.list_u-car .ttl .maker::after,
.list_u-car .ttl .maker:before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -5px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
}

.list_u-car .ttl .maker:after{
	left: 2px;
	border-color: transparent transparent transparent #fff;
}

.list_u-car .ttl .maker::before{
	left: 4px;
	border-color: transparent transparent transparent #999;
}

.list_u-car .ttl .car_name{
	display: block;
}

/*.photo
---------------------------*/
.list_u-car .photo{
	width: 100%;
	padding-top: 70%;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
}

/*.img
---------------------------*/
.list_u-car .photo img{
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*.priceData
---------------------------*/
.list_u-car .priceData{
	margin-bottom: 8px;
	overflow: hidden;
}

.list_u-car .priceData li{
	padding: 3px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	float: left;
	width: 38%;
}

.list_u-car .priceData li + li{
	margin-left: 2%;
}

.list_u-car .priceData li:nth-child(1){
	border: solid 2px #c3280c;
	color: #c3280c;
}

.list_u-car .priceData li:nth-child(2){
	border: solid 2px #1a2e4a;
        width: 30%;
    color: #1a2e4a;
}

.list_u-car .priceData li:nth-child(3){
	border: solid 2px #1a2e4a;
        color: #1a2e4a;
        width: 28%;
}

/*.list_u-car
---------------------------*/
.list_u-car .label{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #333;
	margin-bottom: 8px;
}

/*.price
---------------------------*/
.list_u-car .price{
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.list_u-car .price span{
	font-size: 10px;
}

/*.table.typeA
---------------------------*/
.list_u-car .table.typeA{
	border-top: dotted 1px #707070;
	border-bottom: dotted 1px #707070;
}

.list_u-car .table.typeA th,
.list_u-car .table.typeA td{
	font-size: 12px;
	width: 50%;
	font-weight: normal;
	border-top: dotted 1px #707070;
	padding: 4px;
}

.list_u-car .option{
	font-size: 12px;
	line-height: 1.4;
	margin-top: 8px;
	padding-top: 8px;
	border-top: dotted 1px #999;
	min-height: 64px;
}

/*==================================
	.list_maker
===================================*/
.list_maker{
	overflow: hidden;
}

.list_maker .maker_box{
	text-align: center;
	display: block;
	width: 79px;
	margin-right: 3px;
	border: solid 1px #d3d3d3;
	padding: 8px;
	float: left;
	height: 112px;
}

.list_maker .maker_box p{
	text-align: center;
	font-size: 12px;
}

.list_maker .maker_box img{
	width: 80%;
	margin-bottom: 4px;
}

.list_maker .maker_box:nth-child(5n){
	margin-right: 0;
}

.list_maker .maker_box:nth-child(n+6){
	margin-top: 3px;
}

/*==================================
	.list_maker_single
===================================*/
.list_maker_single{
	overflow: hidden;
}

.list_maker_single .maker_box{
	text-align: center;
	display: block;
	width: 95px;
	margin-right: 10px;
	border: solid 1px #d3d3d3;
	padding: 8px;
	float: left;
	/*height: 130px;*/
}

.list_maker_single .maker_box p{
	text-align: center;
	font-size: 12px;
	display: block;
}

.list_maker_single .maker_box img{
	width: 80%;
	margin-bottom: 4px;
}

.list_maker_single .maker_box:nth-child(8n){
	margin-right: 0;
}

.list_maker_single .maker_box:nth-child(n+9){
	margin-top: 10px;
}

/*==================================m
【05-5】.list_car_catalog
===================================*/
.list_car_catalog{
	overflow: hidden;
	padding: 24px;
	border: solid 1px #000;
}

/*==================================
【03-1】main_visual
===================================*/
.main_visual{
	position: relative;
	margin-bottom: 16px;
	overflow: hidden;
}

.main_visual .photo{
	padding-top: 52.5%;
	position: relative;
	overflow: hidden;
}

.main_visual img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main_visual .txt_area{
	position: absolute;
	width: 100%;
	padding: 16px 24px;
	background: rgba(0,0,0,.5);
	left: 0;
	bottom: 0;
}

.main_visual .ttl{
	display: block;
	text-align: left;
	margin-top: 8px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-left: solid 4px rgba(255,255,255,0.5);
	padding-left: 16px;
}

.main_visual .list_label li,
.main_visual .list_label li a{
	color: #fff;
}


/*.lock_icon
----------------------------------*/
.main_visual .lock_icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
}

.main_visual .lock_icon span{
	width: 80px;
	height: 80px;
	display: block;
	position: relative;
}

.main_visual .lock_icon span::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 80px 80px 0 0;
	border-color: rgba(255,78,0,0.7) transparent transparent transparent;
}

.main_visual .lock_icon span::after{
	position: absolute;
	left: 12px;
	top: 12px;
	content: "";
	width: 24px;
	height: 24px;
	background: url("../img/lock_icon.svg") no-repeat;
	background-position: left top;
	z-index: 1;
}

/*==================================
	.list_job
===================================*/
.list_job{
	overflow: hidden;
	margin-bottom: 16px;
}

.list_job > .box{
	display: block;
	text-align: left;
	padding:16px;
	border: solid 1px #d3d3d3;
	border-top: 2px solid #bf2a2a;
	float: left;
}

.list_job .ttl{
	border-left: solid 3px #e2e2e2;
	margin-bottom: 18px;
	padding-left: 8px;
	min-height: 110px;
}

.list_job .label{
	font-size: 10px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 3px 12px;
	background: #666;
	margin-bottom: 8px;
}

.list_job .txt{
	display: block;
	line-height: 1.4;
	font-weight: bold;
}

.list_job .table.typeB th{
	width: 4.5em;
}

.list_job .btn_typeA{
	width: 80%;
	margin: 16px auto 0 auto;
	display: block;
	font-size: 12px;
}

.list_job .list_btn li{
	width: 49%;
	float: left;
}

.list_job .list_btn li + li{
	margin-left: 2%;
}

.list_job .list_btn li .btn_typeA{
	width: 100%;
	padding: 12px 0;
}


/*==================================
	.list_btn
===================================*/
.list_btn{}

.list_btn::before,.list_btn::after {
	content: "";
	display: table;
}

.list_btn::after {clear: both;}
.list_btn {*zoom: 1;}

.list_btn .box{
	width: 49%;
}

.list_btn .box:nth-child(1){
	float: left;
	text-align: left;
}

.list_btn .box:nth-child(2){
	float: right;
	text-align: right;
}

.list_btn .box + .box{
	margin-left: 2%;
}

/*==================================
	.list_btn_inside
===================================*/
.list_btn_inside{
	margin: 16px 0;
	overflow: hidden
}

.list_btn_inside .box{
	width: 49%;
}

.list_btn_inside .box:nth-child(1){
	float: left;
	text-align: right;
}

.list_btn_inside .box:nth-child(2){
	float: right;
	text-align: left;
}

.list_btn_inside .box + .box{
	margin-left: 2%;
}

.list_btn_inside .btn_typeA{
	width: 50%;
}


/*==================================
【03-14】.list_word_typeA
===================================*/
.list_word_typeA{
	overflow: hidden;
	margin-bottom: 16px;
}


.list_word_typeA.ranking_box .box{
	padding: 32px 56px 32px 32px;
}

.list_word_typeA.ranking_box .ttl{
	margin-left: 32px;
	margin-bottom: 16px;
}

.list_word_typeA .box{
	position: relative;
	border: solid 1px #a5a5a5;
	padding: 32px 56px 32px 32px;
	overflow: hidden;
	display: block;
}

.list_word_typeA .box + .box{
	margin-top: 16px;
}

.list_word_typeA .ttl{
	font-size: 18px;
	padding-left: 16px;
	margin-bottom: 8px;
	border-left: solid 4px #333;
}

.list_word_typeA .ttl .sub{
	font-size: 12px;
	display: block;
	color: #333;
	margin-bottom: 8px;
}

.list_word_typeA li::after{
	content: '';
	position: absolute;
}

.list_word_typeA .box::after,
.list_word_typeA .box::before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -12px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
}

.list_word_typeA .box::after{
	right: 26px;
	border-color: transparent transparent transparent #fff;
}

.list_word_typeA .box::before{
	right: 24px;
	border-color: transparent transparent transparent #999;
}

.list_word_typeA .list_label{
	border-top: none;
	background: rgba(0,0,0,.1);
	padding: 8px 16px;
}

/*.lock_icon
----------------------------------*/
.list_word_typeA .lock_icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
}

/*
.list_word_typeA .lock_icon span{
	width: 48px;
	height: 48px;
	display: block;
	position: relative;
}

.list_word_typeA .lock_icon span::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 48px 48px 0 0;
	border-color: rgba(255,78,0,0.7) transparent transparent transparent;
}

.list_word_typeA .lock_icon span::after{
	position: absolute;
	left: 8px;
	top: 8px;
	content: "";
	width: 14px;
	height: 14px;
	background: url("../img/lock_icon.svg") no-repeat;
	background-position: left top;
	z-index: 1;
}
*/

/*.rank_icon
----------------------------------*/
.list_word_typeA .rank_icon{
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	padding: 0 12px;
	left: 0;
	top: 0;
	color: #fff;
	text-align: center;
}

.list_word_typeA .rank_icon.color_A{
	background: rgba(255,78,0,0.7) !important;
	color: #fff;
}

.list_word_typeA .rank_icon.color_B{
	background: rgba(106,162,178,0.7) !important;
	color: #fff;
}

/*==================================
	.list_word_typeB
===================================*/
.list_word_typeB .box{
	border-bottom: dotted 1px #999;
	padding: 8px 0;
	position: relative;
}

.list_word_typeB .box::after{
	content: "";
	position: absolute;
}

.list_word_typeB .box::after,
.list_word_typeB .box::before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -5px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
}

.list_word_typeB .box::after{
	right: 1px;
	border-color: transparent transparent transparent #fff;
}

.list_word_typeB .box::before{
	right: 0;
	border-color: transparent transparent transparent #999;
}

/*===================================
【03-00】.list_taxonomy
===================================*/
.list_taxonomy{
	margin-bottom: 16px;
	text-align: left;
}

.list_taxonomy .box{
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 8px 16px 8px 32px;;
	color: #1a2e4a;
	border: 1px solid black;
	position: relative;
	border-radius: 4px;

}

.list_taxonomy .box::after{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #1a2e4a;
}

.list_taxonomy .box + .box{
	margin-left: 8px;
}

/*===================================
【03-18】.list_keyword
===================================*/
.list_keyword{
	overflow: hidden;
	margin-bottom: 16px;
}

.list_keyword .box{
	display: block;
    width: 266px;
	padding: 16px;
	border: solid 1px #d3d3d3;
    float: left;
    text-align: left;
    margin-right: 16px;
    height: 240px;
    position: relative;
}

.list_keyword .box:nth-child(3n){
	margin-right: 0;
}

.list_keyword .box:nth-child(n+4){
	margin-top: 16px;
}

.list_keyword .ttl{
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	color: #1a2e4a;
	margin: -16px -16px 8px -16px;
	padding: 14px 32px 14px 14px;
	background: #edebeb;
	background-size: 14px auto;
	background-position: left 14px center;
	position: relative;
}

.list_keyword .ttl::after,
.list_keyword .ttl::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0px 8px 8px;
}

.list_keyword .ttl::after{
	right: 14px;
	border-color: transparent transparent transparent #edebeb;
}

.list_keyword .ttl::before{
	right: 12px;
	border-color: transparent transparent transparent #999;
}

.list_keyword .list_label{
	position: absolute;
	left: 16px;
	width: 244px;
	bottom: 16px;
}


/*カテゴリー
//////////////////////////////////*/
#tech .list_keyword .ttl{
	color: #fff;
	background: url(../img/h_icon_01_01.svg) no-repeat #707c8b;
	background-size: 14px auto;
	background-position: left 14px center;
}

#tech .list_keyword .ttl::after{
	border-color: transparent transparent transparent #707c8b;
}

#tech .list_keyword .ttl::before{
	border-color: transparent transparent transparent #fff;
}

/*===================================
【03-18】.list_keyword_label
===================================*/
.list_keyword_label{
	text-align: left;
	margin-top: -4px;
	margin-bottom: 10px;
}

.list_keyword_label .box{
	margin-top: 4px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	text-align: left;
	padding: 8px 16px;
	border: solid 1px #d3d3d3;
	border-radius: 4px;
}


/*==================================
	.list_special
===================================*/
.list_special{}

.list_special .txt{
	text-align: right;
}

/*++++++++++++++++++++++++++++++++++++++++++

	【04】ボタン関連

++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
	.b_typeA
===================================*/
.btn_typeA{
	color: #fff;
	font-weight: bold;
	display: inline-block;
	font-size: 12px;
	padding: 8px 24px;
	border-radius: 2px;
	text-align: center;
	box-shadow: 1px 1px 0 #b5b5b5;
	margin-bottom: 1px;
}

/*.bc_orange
---------------------------*/
.btn_typeA.bc_orange{
	background: #ff7600;
}

/*.bc_blue
---------------------------*/
.btn_typeA.bc_blue{
	background: #2d8aa0;
}

/*.bc_navy
---------------------------*/
.btn_typeA.bc_navy{
	background: #48657B;
}

/*.bc_red
---------------------------*/
.btn_typeA.bc_red{
	background: #e60012;
}

/*.bc_gray
---------------------------*/
.btn_typeA.bc_gray{
	background: #999;
}

/*.bc_black
---------------------------*/
.btn_typeA.bc_black{
	background: #000;
}

/*==================================
	.b_typeB
===================================*/
.btn_typeB{
	font-size: 18px;
	font-weight: bold;
	border: solid 1px #a5a5a5;
	padding: 20px;
	background: #fff;
	display: block;
	box-shadow: 3px 3px 0 #b5b5b5;
	margin-top: 16px;
	position: relative;
	text-align: center;
}

.btn_typeB span{
	position: relative;
	z-index: 2;
}

.btn_typeB::after{
	position: absolute;
	top: 9px;
	left: 11px;
	font-size: 30px;
	color: #f0f0f0;
	font-weight: bold;
	z-index: 0;
}

/*.bc_red_login
---------------------------*/
.member-login{
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 40px;
}

.btn_typeA.bc_red_login{
	font-size: 14px;
	font-weight: bold;
	background: #e60012;
	position: relative;
	display: inline-block;
	width: 60%;
	padding: 16px 0;
	cursor: pointer;
}

.btn_typeA.bc_red_login .txt{
	font-size: 20px;
	display: block;
	margin-bottom: 4px;
}


.btn_typeA.bc_red_login .lock_icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 56px;
}

.btn_typeA.bc_red_login .lock_icon span{
	width: 64px;
	height: 64px;
	display: block;
	position: relative;
}

.btn_typeA.bc_red_login .lock_icon span::before{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 72px 72px 0 0;
	border-color: rgba(0,0,0,0.7) transparent transparent transparent;
}

.btn_typeA.bc_red_login .lock_icon span::after{
	position: absolute;
	left: 8px;
	top: 8px;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/lock_icon.svg) no-repeat;
	background-position: left top;
	z-index: 1;
}

/*MotorFan TECH.
----------------------------------*/
.btn_typeB.daisyarin{
	padding: 16px !important;
}

.btn_typeB.daisyarin img{
	width: 160px;
}
.btn_typeB.daisyarin::after{
	content: "DAISYARIN";
}

/*MotorFan TECH.
----------------------------------*/
.btn_typeB.tech::after{
	content: "TECH";
}

/*カタログ
----------------------------------*/
.btn_typeB.bikes::after{
	content: "BIKES";
}

/*カタログ
----------------------------------*/
.btn_typeB.catalogue::after{
	content: "CATALOGUE";
}

/*中古車
----------------------------------*/
.btn_typeB.buse_car::after{
	content: "USED CAR";
}

/*==================================
	.btn_job
===================================*/
.btn_job{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 16px 48px;
	border-radius: 2px;
	text-align: center;
	box-shadow: 1px 1px 0 #b5b5b5;
	margin-bottom: 1px;
	background: #e60012;
}

/*==================================
	.book_mark
===================================*/
.book_mark{
	position: absolute;
	top: -43px;
	right: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 16px;
	background: #333;
	color: #fff;
	box-shadow: 1px 1px 0 #b5b5b5;
	border-radius: 4px;
}

.book_mark span{
	padding-left: 22px;
	background: url(../img/book_mark_icon_w.svg) no-repeat;
	background-position: left center;
	background-size: 16px auto;
}

/*==================================
	.tab
===================================*/
.tab{
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: solid 2px #d3d3d3;
	text-align: left;
}

.tab li{
	display: inline-block;
	padding: 6px 24px;
	color: #fff;
	background: #d3d3d3;
	color: #000;
	border-radius: 2px;
	box-sizing: 0 0 2px #b5b5b5;
	cursor: pointer;
}

.tab li.select{
	background: #333;
	color: #fff;
}


/*++++++++++++++++++++++++++++++++++++++++++

	【05】フレーム関連

++++++++++++++++++++++++++++++++++++++++++*/
.frame{
	padding: 16px;
	text-align: left;
	border: solid 1px #d3d3d3;
}

/*==================================
	.frame.pickup
===================================*/
.frame.pickup{
	background: #f0f0f0;
	border:none;
	overflow: hidden;
	border-left: solid 4px #1a2e4a;
	margin-bottom: 16px;
	display: block;
}

/*.txt_area
----------------------------------*/
.frame.pickup .txt_area{
	width: 496px;
	float: left;
}

/*.ttl
----------------------------------*/
.frame.pickup .ttl{
	font-size: 18px;
	margin-bottom: 8px;
	padding-top: 32px;
	position: relative;
}

/*.label
----------------------------------*/
.frame.pickup .label{
	position: absolute;
	left: 0;
	top: 0;
	letter-spacing: 0.2em;
	display: inline-block;
	font-size: 12px;
	padding: 4px 12px;
	background: #1a2e4a;
	color: #fff;
}

/*.photo
----------------------------------*/
.frame.pickup .photo{
	width: 272px;
	float: right;
	position: relative;
	overflow: hidden;
}

.frame.pickup .photo::after{
	content: "";
	display: block;
	padding-top: 75%;
}

/*img
----------------------------------*/
.frame.pickup img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*.time
----------------------------------*/
.frame.pickup .time{
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #555;
	margin-top: 20px;
	line-height: 1;
}

/*==================================
	.frame.maker
===================================*/
.frame.maker{
	background: #edebeb;
	border: none;
	overflow: hidden;
	padding: 32px;
	margin-bottom: 16px;
}

.frame.maker img{
	float: left;
	width: 240px;
	margin-right: 24px;
}

.frame.maker p{
	font-size: 14px;

}

/*カテゴリー
//////////////////////////////////*/
#tech .frame.maker{
	background: #fff;
}

/*==================================
	.frame.cont_caption
===================================*/
.frame.cont_caption{
	border: none;
	overflow: hidden;
	margin: 40px 0;
	padding: 0;
}

.frame.cont_caption img{
	float: left;
	width: 200px !important;
}

.frame.cont_caption p{
	float: right;
	width: 582px;
}

/*==================================
	.frame.shop
===================================*/
.frame.shop{}

.frame.shop .ttl{
	text-align: center;
	padding: 8px 0;
	margin-bottom: 8px;
	background: #000;
	color: #fff;
}

.frame.shop .name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.frame.shop img{
	margin-bottom: 8px;
}

.frame.shop .table{
	table-layout: fixed;
}

.frame.shop .table th,
.frame.shop .table td{
	font-size: 12px;
}

.frame.shop .table th{
	width: 5.5em;
}

/*===================================
	.frame.year
===================================*/
.frame.year{
	padding: 24px;
	margin: 16px 0;
	overflow: hidden;
}

.frame.year .ttl{
	padding: 0 0 8px 0;
	margin-bottom: 16px;
	color: #1a2e4a;
	border-bottom: solid 1px #d3d3d3;
	font-weight: bold;
}

.frame.year .list{
	overflow: hidden;
}

.frame.year .list li{
	display: block;
	float: left;
	width: 12.5%;
	position: relative;
}

.frame.year .list li::after,
.frame.year .list li::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
}

.frame.year .list li::after{
	right: 14px;
	border-color: transparent transparent transparent #fff;
}

.frame.year .list li::before{
	right: 13px;
	border-color: transparent transparent transparent #999;
}

.frame.year .list a{
	padding-left: 8px;
	border-left: solid 3px #d3d3d3;
}

/*===================================
	.frame.search_used
===================================*/
.frame.search_used{
	text-align: center;
}

.frame.search_used .ttl{
	text-align: center;
	padding: 8px 0;
	margin-bottom: 8px;
	background: #000;
	color: #fff;
}

.frame.search_used{
	overflow: hidden;
}

.frame.search_used .btn_typeA{
	width: 100%;
	font-size: 14px;
	padding: 9px 0;
}

.frame.search_used .list{
	overflow: hidden;
}

.frame.search_used .list li{
	font-size: 14px;
	float: left;
	width: 23.5%;
}

.frame.search_used .list li + li{
	margin-left: 2%;
}

.frame.search_used .select_label select {
    padding: 8px 20px;
    border: solid 1px #999;
}

/*==================================
	.frame.used_search
===================================*/
.frame.used_search{
	overflow: hidden;
	padding: 24px;
}

/*.used_search_txt
----------------------------------*/
.used_search_txt{
	overflow: hidden;
	margin-bottom: 8px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
}

.used_search_txt span{
	font-size: 24px;
	margin: 0 6px;
	color: #c3280c;
}

/*.content_left
----------------------------------*/
.frame.used_search .content_left{
	float: left;
	width: 375px;
}

/*.content_right
----------------------------------*/
.frame.used_search .content_right{
	float: right;
	width: 375px;
	text-align: center;
}

/*.select
----------------------------------*/
.frame.used_search select{
	font-size: 14px;
}

/*.dl
----------------------------------*/
.frame.used_search dl{
	width: 375px;
	overflow: hidden;
}

.frame.used_search dt,
.frame.used_search dd{
	text-align: left;
	margin-bottom: 8px;
}

.frame.used_search dt{
	float: left;
	clear: both;
	width: 100px;
}

.frame.used_search dd{
	padding-left: 100px;
}

/*.btn_typeA
----------------------------------*/
.frame.used_search .btn_typeA{
	width: 80%;
	margin-top: 16px;
	padding: 12px 0;
	font-size: 16px;
}

.frame.used_search ul{
	overflow: hidden;
}

.frame.used_search li{
	float: left;
}

.frame.used_search li:nth-child(1){
	width: 46%;
}

.frame.used_search li:nth-child(2){
	width: 8%;
	text-align: center;
	padding-top: 8px;
}

.frame.used_search li:nth-child(3){
	width: 46%;
}

/*==================================
	.frame.year
===================================*/
.frame.car_age_typeA{
	border: none;
	overflow: hidden;
	padding: 16px 0 32px 0;
	margin-bottom: 32px;
	border-bottom: dotted 2px #999;
}

.frame.car_age_typeA .ttl{
	padding: 0 0 8px 0;
	margin-bottom: 16px;
	color: #1a2e4a;
	border-bottom: solid 1px #d3d3d3;
	font-weight: bold;
}

.frame.car_age_typeA .list{
	overflow: hidden;
}

.frame.car_age_typeA .list li{
	display: block;
	float: left;
	width: 20%;
	position: relative;
}

.frame.car_age_typeA .list li::after,
.frame.car_age_typeA .list li::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
}

.frame.car_age_typeA .list li::after{
	right: 14px;
	border-color: transparent transparent transparent #fff;
}

.frame.car_age_typeA .list li::before{
	right: 13px;
	border-color: transparent transparent transparent #999;
}

.frame.car_age_typeA .list a{
	padding-left: 8px;
	border-left: solid 3px #d3d3d3;
}

.frame.car_age_typeA .photo{
	float: left;
	width: 180px;
}

.frame.car_age_typeA .txt_area{
	float: right;
	width: 626px;
}

/*===================================
	.frame.car_age_typeB
===================================*/
.frame.car_age_typeB{
	overflow: hidden;
	padding: 32px;
}

.frame.car_age_typeB .photo{
	float: left;
	width: 250px;
}

.frame.car_age_typeB .txt_area{
	float: right;
	width: 482px;
}

.frame.car_age_typeB + .frame.car_age_typeB{
	margin-top: 16px;
}

.frame.car_age_typeB .ttl{
	margin-bottom: 16px;
	padding-left: 16px;
	border-left: solid 4px #999;
}

.frame.car_age_typeB .sub{
	font-size: 14px;
	padding-left: 16px;
	display: inline-block;
	position: relative;
}

.frame.car_age_typeB .sub + .sub{
	margin-left: 16px;
}

.frame.car_age_typeB .sub::after,
.frame.car_age_typeB .sub::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
}

.frame.car_age_typeB .sub::after{
	left: 0;
	border-color: transparent transparent transparent #fff;
}

.frame.car_age_typeB .sub::before{
	left: 2px;
	border-color: transparent transparent transparent #999;
}

.frame.car_age_typeB .car_name{
	display: block;
	font-size: 20px;
	margin-top: 8px;
}

.frame.car_age_typeB .ttl_sub{
	padding: 6px 16px;
	background: #ececec;
	margin-bottom: 8px;
	border-top: solid 2px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.frame.car_age_typeB .list_grade{
	overflow: hidden;
}

.frame.car_age_typeB .list_grade li{
	display: inline-block;
	margin-right: 8px;
}

.frame.car_age_typeB .list_grade li a{
	font-size: 12px;
}

/*==================================
	.frame.job_img
===================================*/
.frame.job_img{
	overflow: hidden;
	padding: 0;
	width: 720px;
	margin: 0 auto;
	border: none;
	margin-bottom: 24px;
}

.frame.job_img img{
	float: left;
	width: 130px;
}

.frame.job_img p{
	float: right;
	width: 580px;
	padding: 16px 0;
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.frame.job_img strong{
	font-size: 18px;
	font-weight: bold;
}


/*==================================
	ラジオボタン
===================================*/
label.used_radio_text {
	cursor : pointer;
	position : relative;
	margin-right : 20px;
	overflow : hidden;
	padding-left : 10px;
	display : inline-block;
}

label.used_radio_text:before {
	position : absolute;
	width : 15px;
	height : 15px;
	border : 1px solid #666;
	border-radius : 50%;
	left : 0px;
	top : 4px;
	content : '';
	z-index : 3;
}

label.used_radio_text:after {
	content : '';
	position : absolute;
	width : 9px;
	height : 9px;
	border-radius : 100%;
	left : 3px;
	top : 7px;
	background-color : #1a2e4a;
	z-index : 1;
}

label.used_radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position : absolute;
	z-index : 2;
	width : 20px;
	height : 20px;
	left : -23px;
	top : 1px;
	margin : 0px;
	box-shadow : 20px -1px #FFF;
}

label.used_radio_text input[type="radio"]:checked {
	box-shadow : none;
}

label.used_radio_text input[type="radio"]:focus {
	opacity : 0.2;
	box-shadow : 20px -1px #FFF;
}

label.used_radio_text1 {
	cursor : pointer;
	position : relative;
	margin-right : 20px;
	overflow : hidden;
	padding-left : 10px;
	display : inline-block;
}

label.used_radio_text1:before {
	position : absolute;
	width : 15px;
	height : 15px;
	border : 1px solid #666;
	border-radius : 50%;
	left : 0px;
	top : 4px;
	content : '';
	z-index : 3;
}

label.used_radio_text1:after {
	content : '';
	position : absolute;
	width : 11px;
	height : 11px;
	border-radius : 100%;
	left : 3px;
	top : 7px;
	background-color : #1d61f9;
	z-index : 1;
}

label.used_radio_text1 input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position : absolute;
	z-index : 2;
	width : 20px;
	height : 20px;
	left : -23px;
	top : 1px;
	margin : 0px;
	box-shadow : 20px -1px #FFF;
}

label.used_radio_text1 input[type="radio"]:checked {
	box-shadow : none;
}

label.used_radio_text1 input[type="radio"]:focus {
	opacity : 0.2;
	box-shadow : 20px -1px #FFF;
}

label.used_radio_text2 {
	cursor : pointer;
	position : relative;
	margin-right : 20px;
	overflow : hidden;
	padding-left : 10px;
	display : inline-block;
}

label.used_radio_text2:before {
	position : absolute;
	width : 15px;
	height : 15px;
	border : 1px solid #666;
	border-radius : 50%;
	left : 0px;
	top : 4px;
	content : '';
	z-index : 3;
}

label.used_radio_text2:after {
	content : '';
	position : absolute;
	width : 11px;
	height : 11px;
	border-radius : 100%;
	left : 3px;
	top : 7px;
	background-color : #1d61f9;
	z-index : 1;
}

label.used_radio_text2 input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position : absolute;
	z-index : 2;
	width : 20px;
	height : 20px;
	left : -23px;
	top : 1px;
	margin : 0px;
	box-shadow : 20px -1px #FFF;
}

label.used_radio_text2 input[type="radio"]:checked {
	box-shadow : none;
}

label.used_radio_text2 input[type="radio"]:focus {
	opacity : 0.2;
	box-shadow : 20px -1px #FFF;
}

span.usedRadio {
	margin-left: 10px;
	font-size: 14px;
	color: #333 ;
}

.usedRadioBox {
	margin-top: 5px;
	margin-bottom: 5px;
}

span.mailRadio {
	position: relative;
	top: 1px;
	margin-left: 16px;
	font-size: 14px;
	color: #333 ;
}

/*===================================
	チェックボックス
===================================*/
input[type=checkbox] {
	/*display: none;*/
}

.check_css2 {
	position: relative;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	cursor: pointer;
}

.check_css2:after {
	position: absolute;
	top: 9px;
	left: 12px;
	display: block;
	content: '';
}

.check_css2:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 9px;
	left: 12px;
	display: block;
	width: 5px;
	height: 9px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=checkbox]:checked + .check_css2:before {
	opacity: 1;
}

.check_css3 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 0;
	vertical-align: middle;
	cursor: pointer;
}

.check_css3:after {
	position: absolute;
	top: 7px;
	left: 10px;
	display: block;
	content: '';
}

.check_css3:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 7px;
	left: 10px;
	display: block;
	width: 5px;
	height: 9px;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type=checkbox]:checked + .check_css3:before {
	opacity: 1;
}

/*色
------------------------------*/
#user-black {
	background-image: url(../img/ucspcsch_lm_colortip_black.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-green {
	background-image: url(../img/ucspcsch_lm_colortip_green.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-white {
	background-image: url(../img/ucspcsch_lm_colortip_white.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-olive {
	background-image: url(../img/ucspcsch_lm_colortip_other.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-darkblue {
	background-image: url(../img/ucspcsch_lm_colortip_navy.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-purple {
	background-image: url(../img/ucspcsch_lm_colortip_purple.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-gray {
	background-image: url(../img/ucspcsch_lm_colortip_grey.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-yellow {
	background-image: url(../img/ucspcsch_lm_colortip_yellow.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-silver {
	background-image: url(../img/ucspcsch_lm_colortip_silver.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-red {
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
	background-image: url(../img/ucspcsch_lm_colortip_red.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#user-blue {
	background-image: url(../img/ucspcsch_lm_colortip_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-tail {
	background-image: url(../img/ucspcsch_lm_colortip_2torn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-beige {
	background-image: url(../img/ucspcsch_lm_colortip_beige.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

#user-gold {
	background-image: url(../img/ucspcsch_lm_colortip_gold.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
}

/*===================================
	.g_logo
===================================*/
.g_logo{
	text-align: right;
	font-size: 12px;
	margin-top: 4px;
}

.g_logo span{
	margin-right: -10px;
}

.g_logo img{
	position: relative;
	top: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++++

	【06】テーブル関連

++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
	.table base
===================================*/
.table{
	width: 100%;
}

.table th{
	font-weight: bold;
}

.table th,
.table td{
	font-size: 12px;
	padding: 8px;
	text-align: left;
}

.table + p{
	margin-bottom: 8px;
}

.table + a{
	margin-top: 8px;
}

.table .table_img img{
	width: 80px;
}

/*==================================
	.table.typeA
===================================*/
.table.typeA{
	width: 100%;
	border-bottom: solid 1px #d3d3d3;
}

.table.typeA th,
.table.typeA td{
	border-top: solid 1px #d3d3d3;
}

.table.typeA th{
	width: 30%;
}

.table.typeA td{
	text-align: right;
	font-weight: bold;
}

.table.typeA tr:nth-child(odd){
	background-color: #eee;
}

.table.typeA tr:nth-child(odd){
	background-color: #eee
}

/*==================================
	.table.typeB
===================================*/
.table.typeB{
	border: solid 1px #d3d3d3;
}

.table.typeB th{
	border-top: solid 1px #d3d3d3;
	border-right: solid 1px #d3d3d3;
	background: #f5f5f5;
	width: 140px;
}

.table.typeB td{
	border-top: solid 1px #d3d3d3;
}


/*==================================
	.table.typeC
===================================*/
.table.typeC{
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.table.typeC th{
	width: 100%;
	font-weight: bold;
	display: block;
	background: #eee;
	border-bottom: solid 1px #d3d3d3;
}

.table.typeC td{
	width: 100%;
	display: block;
	border-bottom: solid 1px #d3d3d3;
}

/*==================================
	.table.typeD
===================================*/
.table.typeD{
	border-top: solid 1px #d3d3d3;
	border-left: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.table.typeD th{
	width: 33.3333%;
	font-weight: bold;
	background: #eee;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.table.typeD td{
	width: 33.3333%;
	border-right: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}


/*色
------------------------------------*/
.black {
	background-color: #000;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.green {
	background-color: #009d1b;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.white {
	border: 1px solid #bcbcbc;
	background-color: #ffffff;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.brown {
	background-color: #700000;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.olive {
	background-color: #979a00;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.darkblue {
	background-color: #08006b;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.purple {
	background-color: #a816d4;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.gray {
	background-color: #ebebeb;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.yellow {
	background-color: #fdff00;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.yellowish_green {
	background-color: #68b000;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.cyan {
	background-color: #00c9e1;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.mazenda {
	background-color: #e5009c;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.silver {
	background-color: #999999;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.red {
	background-color: #ff0000;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.blue {
	background-color: #4568f2;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.tail {
	background-color: #009c9a;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.pearl {
	border: 1px solid #bcbcbc;
	background-color: #ffffc4;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

.gold {
	background-color: #c4912e;
	height: 11px;
	width: 11px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -2px;
	margin-top: 3px;
	margin-right: 8px;
}

/*==================================
	.table.typeE
===================================*/
.table.typeE{
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
}

.table.typeE th{
	width: 30%;
	padding: 16px;
	font-weight: bold;
	background: #eee;
	border-bottom: solid 1px #d3d3d3;
}

.table.typeE th span{
	color: #e60012;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -4px;
    right: -8px;
}

.table.typeE td{
	width: 70%;
	padding: 16px;
	border-bottom: solid 1px #d3d3d3;
}

/*++++++++++++++++++++++++++++++++++++++++++

	【07】フォーム関連

++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
【07-1】.login_field
===================================*/
.form_field{
	text-align: left;
}

.form_field dt{
	line-height: 1;
	padding: 8px 0 8px 16px;
	position: relative;
}

.form_field dt::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: #1a2e4a;
}

.form_field dd{
	margin-bottom: 16px;
}

.form_field .list{
	overflow: hidden;
}

.form_field .list li{
	float: left;
	width: 49.5%;
}

.form_field .list li + li{
	margin-left: 1%;
}

.form_field span{
	color: #e60012;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: -4px;
	right: 0;
}

/*.form_check,.form_txt
----------------------------------*/
.form_check,.form_txt{
	text-align: center;
	margin-bottom: 16px;
}

.form_check{
	color: #000;
}

.form_txt{
	font-size: 12px;
	color: #333;
}

/*==================================
【07-2】.error_txt
===================================*/
.error_txt{
	font-size: 12px;
	color: #e60012;
	margin-bottom: 8px;
}

/*==================================
【07-3】.select_label
===================================*/
.select_label{
	display: block;
	position: relative;
}

.select_label::before,
.select_label::after{
	content:"";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
}

.select_label::after{
	right: 12px;
	background: #999;
	z-index: 1;
}

.select_label::before{
	right: 13px;
	background: #fff;
	z-index: 2;
}

.select_label select{
	width: 100%;
	padding: 8px 20px 8px 16px;
	background: #fff;
	border: solid 1px #999;
	position: relative;
	font-size: 14px;
}

.select_label + .select_label{
	margin-top: 8px;
}

/*==================================
【07-4】.type_text
===================================*/
.type_text{
	width: 100%;
	padding: 10px 16px;
	background: #fff;
	border: solid 1px #a2a2a2;
	color:#333;
	font-size: 14px;
}

/*==================================
【07-5】#select_sort
===================================*/
#select_sort{
	width: 100%;
	padding: 8px 20px;
	background: #fff;
	border: solid 1px #a2a2a2;
	position: relative;
}

/*==================================
	.check_area
===================================*/
.check_area{
	margin-top: 16px;
	margin-bottom: 10px;
}

.check_area{
	text-align: center;
}

.check_area .txt_check_area{
	display: block;
	margin-bottom: 16px;
}

.check_area .txt_check_area a{
	color: #000adb;
	text-decoration: underline;
}

.check_area .btn_typeA{
	display: inline-block;
	width: 36%;
	font-size: 16px;
	padding: 10px 0;
}

.check_area .error_txt{
	text-align: center;
	font-size: 14px;
}

.check_area input[type="checkbox"]{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.check_area label{
    display:inline-block;
    padding-left:25px;
    cursor:pointer;
    height:30px;
    line-height:30px;
    position:relative;
}

.check_area label::before{
    content:"";
    display:block;
    width:16px;
    height:16px;
    border:solid 3px #ccc;
    box-sizing:border-box;
    position:absolute;
    left:0;
    top:6px;
    transition:0.1s ease-in-out;
}

.check_area label::after{
    content:"";
    display:block;
    transform:rotate(45deg);
    border:solid 3px #000;
    border-top:0;
    border-left:0;
    width:10px;
    height:16px;
    left:5px;
    top:-5px;
    position:absolute;
    box-sizing:border-box;
    transition:0.2s ease-in-out;
    opacity:0;
}

.check_area input[type="checkbox"]:checked + label:after{
	transform:rotate(45deg);
	top:0;
	opacity:1;
}

/*==================================
	.checkbox
===================================*/
.checkbox{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.label_checkbox{
    display:inline-block;
    padding-left:25px;
    cursor:pointer;
    height:30px;
    line-height:30px;
    position:relative;
}

.label_checkbox::before{
    content:"";
    display:block;
    width:16px;
    height:16px;
    border:solid 3px #ccc;
    box-sizing:border-box;
    position:absolute;
    left:0;
    top:6px;
    transition:0.1s ease-in-out;
}

.label_checkbox::after{
    content:"";
    display:block;
    transform:rotate(45deg);
    border:solid 3px #000;
    border-top:0;
    border-left:0;
    width:10px;
    height:16px;
    left:5px;
    top:-5px;
    position:absolute;
    box-sizing:border-box;
    transition:0.2s ease-in-out;
    opacity:0;
}

.checkbox:checked + .label_checkbox:after{
	transform:rotate(45deg);
	top:0;
	opacity:1;
}

/*==================================
	.textarea
===================================*/
.textarea{
	border: solid 1px #a2a2a2;
	padding: 16px;
	width: 100%;
	height: 320px;
	resize: none;
}

.table td th{
	background: #000;
}

.table.typeB td th{
	background: red;
}

/*==================================
	thanks_area
===================================*/
.thanks_area h2{
	font-size: 18px;
	text-align: center;
	margin-bottom: 24px;
}

.thanks_area p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 32px;
}

.thanks_area h3{
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: solid 1px #999;
}

.thanks_area .not_arrive{
	text-align: left;
	padding: 24px;
	border: solid 1px #999;
}

.thanks_area .not_arrive ul{
	list-style-position: inside;
}

.thanks_area .not_arrive li{
	font-size: 12px;
	padding-left: 1em;
    text-indent: -1em;
	list-style: disc;
	list-style-position: inside;
}

.thanks_area .not_arrive li + li{
	margin-top: 16px;
}

/*++++++++++++++++++++++++++++++++++++++++++

	【08】個別テキスト

++++++++++++++++++++++++++++++++++++++++++*/

/*==================================
【08-1】#select_sort
===================================*/
.no_article{
	text-align: center;
	font-size: 16px;
	margin-bottom: 32px;
}

/*==================================
	.txt_caption
===================================*/
.txt_caption{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
}

/*==================================
	.event_banner
===================================*/
.event_banner{
	margin-bottom: 24px;
	position: relative;
}

.event_banner::after{
	content: "";
	position: absolute;
	top: 0;
	left: -50%;
	width: 5000px;
	height: 100%;
	background: #000;
	z-index: -1;
}

.event_banner img{
	width: 100%;
}

/*==================================
	.auto_salon_banner
===================================*/
.auto_salon_banner{
	text-align: center;
	background: #000;
}

.auto_salon_banner img{
	width: 640px;
}

/*==================================
	.banner
===================================*/
.banner{
	margin-bottom: 16px;
}

.banner img{
	width: 100%;
}

/*++++++++++++++++++++++++++++++++++++++++++

	【09】特設ページ（event）

++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
【09-1】#select_sort
===================================*/
#salonImg{
	background: #000;
}

#salonImg img{
	width: 320px;
}

/*++++++++++++++++++++++++++++++++++++++++++

	【10】求人関連

++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
	.ttl_job
===================================*/
.ttl_job{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	background: url(https://car-motor-fan.jp/theme/Smartphone/new/img/top_back.png) no-repeat #f6f6f6;
	background-size: 140px auto;
	background-position: left center;
	margin-bottom: 40px;
	padding: 32px 32px 32px 160px;
}


/*==================================
	.ttl_job_img
===================================*/
.ttl_job_img{
	text-align: center;
	margin-bottom: 24px;
}

/*==================================
	.list_job_career
===================================*/
.list_job_career .box{
	border: solid 1px #d3d3d3;
	height: 308px;
}

.list_job_career .txt_area{
	padding: 16px;
}

.list_job_career .ttl{
	font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #1295e8;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: solid 3px #e2e2e2;
}

/*==================================
	.list_job_cont
===================================*/
.list_job_cont{}

.list_job_cont .box{
	padding: 24px 0;
}

.list_job_cont .box + .box{
	border-top: dotted 1px #999;
}

.list_job_cont .ttl{
	font-size: 16px;
	color: #1295e8;
	margin-bottom: 16px;
	border-left: solid 4px #e2e2e2;
	padding-left: 16px;
}

/*===================================
	.frame.job_type
===================================*/
.job_type{
	background: #fff;
}

.job_type .ttl{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #1295e8;
	margin-bottom: 16px;
	padding-left: 8px;
	border-left: solid 3px #e2e2e2;
}

/*==================================
	.frame.job_offer
===================================*/
.job_offer{
	background: #fff;
	padding: 40px;
}

/*.ttl
----------------------------------*/
.job_offer .ttl{
	font-size: 24px;
	margin-bottom: 24px;
	line-height: 1.4;
	padding-left: 16px;
	border-left: solid 4px #1295e8;
}

.job_offer .ttl span{
	font-size: 12px;
	color: #1a2e4a;
	font-weight: normal;
	margin-bottom: 8px;
	display: block;
}

.job_offer .ttl + p{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 32px;
}

/*.list
----------------------------------*/
.job_offer .list .box{
	float: left;
	width: 362px;
	border-top:dotted 1px #1295e8;
}

.job_offer .list .box + .box{
	margin-left: 24px;
}

.job_offer .list .btn_typeA{
	width: 80%;
	display: block;
	margin: 24px auto 0 auto;
}

/*.mail_icon
----------------------------------*/
.job_offer .mail_icon{
	padding-top: 112px;
	background: url(../img/mail_icon_c.svg) no-repeat;
	background-size: 72px auto;
	background-position: top 24px center;
}

/*.support_icon
----------------------------------*/
.job_offer .support_icon{
	padding-top: 112px;
	background: url(../img/support_icon_c.svg) no-repeat;
	background-size: 72px auto;
	background-position: top 24px center;
}

/*==================================
	.job_search
===================================*/
.job_search{
	margin-top: 8px;
	margin-bottom: 16px;
}

.job_search{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: none;
}

.job_search dt,
.job_search dd{
	text-align: left;
}

.job_search dt{
	width: 24%;
	float: left;
	font-weight: bold;
	padding: 10px;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}

.job_search dd{
	margin-left: 24%;
	padding: 10px;
	border-top: 1px solid #ccc;
	background: #fff;
	text-align: left;
}

/*ul
----------------------------------*/
.job_search dd ul{
	overflow: hidden;
}

.job_search dd li{
	float: left;
	margin-right: 8px;
}

.job_search dd li:nth-child(n+2){
	margin-top: 4px;

}

.job_search dd .list_ttl{
	background: #333;
	color: #fff;
	padding: 0 16px 0 6px;
	margin-right: 8px;
	position: relative;
	font-size: 12px;
	position: relative;
	top: 2px;
}

.job_search dd .list_ttl::after,
.job_search dd .list_ttl::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
}

.job_search dd .list_ttl::after{
	right: 8px;
	border-color: transparent transparent transparent #333;
}

.job_search dd .list_ttl::before{
	right: 6px;
	border-color: transparent transparent transparent #999;
}

.job_search .checkbox01-input{
	display: none;
}

.job_search #modal-open3,
.job_search #modal-open4{
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: solid 1px #ccc;
}

/*retry
----------------------------------*/
.job_search .retry{
	padding:4px 32px 4px 16px;
	margin-bottom: 4px;
	border: solid 1px #ccc;
	display: inline-block;
	position: relative;
}

.job_search .retry::after,
.job_search .retry::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
}

.job_search .retry::after{
	right: 14px;
	border-color: transparent transparent transparent #fff;
}

.job_search .retry::before{
	right: 13px;
	border-color: transparent transparent transparent #000;
}

/*recTag
----------------------------------*/
.job_search .recTag{
	display: inline-block;
	padding: 2px 6px;
	font-size: 12px;
	border-radius: 2px;
	background: #1a2e4a;
	color: #fff;
	margin: 0 4px 4px 0;
	margin-bottom: 4px;
}

/*job_select_label
----------------------------------*/
.job_select_label{
	display: block;
	position: relative;
}

.job_select_label::before,
.job_select_label::after{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
	z-index: 1;
}

.job_select_label::after{
	right: 14px;
	border-color: transparent transparent transparent #fff;
}

.job_select_label::before{
	right: 13px;
	border-color: transparent transparent transparent #000;
}

.job_select_label select{
	width: 100%;
	padding:4px 27px 4px 16px;
	background: #fff;
	border: solid 1px #ccc;
	position: relative;
	font-size: 14px;
}

.job_search input[type="text"] {
	width: 100%;
    padding: 12px 16px;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 14px;
    color: #333;
}

/*===================================
	.txt_anchor
===================================*/
.txt_anchor{
	overflow: hidden;
	margin-bottom: 24px;
	width: 100%;
}

.txt_anchor li{
	float: left;
	background: #f0f0f0;
	width: 10%;
	border-right: solid 1px #fff;
}

.txt_anchor li:nth-last-child(1){
	border-right: none;
}

.txt_anchor li a{
	text-align: center;
	font-size: 14px;
	display: block;
	background: #f0f0f0;
	line-height: 1;
	position: relative;
	padding: 10px 0 24px 0;
}

.txt_anchor li a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 9px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #999 transparent transparent transparent;
}

.txt_anchor li a::before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 11px;
	margin-left: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #f0f0f0 transparent transparent transparent;
	z-index: 1;
}


/*++++++++++++++++++++++++++++++++++++++++++

	【11】#post_area(CMS/運営)CSS

++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
	#post_area
===================================*/
#post_area{
	position: relative;
	text-align: left;
}

/*==================================
	#post_area .sns_list_btn
===================================*/
#post_area .sns_list_btn{
	overflow: hidden;
	margin: 16px 0;
}

#post_area .sns_list_btn li{
	float: left;
	width: calc((100% - 18px) / 4);
}

#post_area .sns_list_btn li + li{
	margin-left: 6px;
}

#post_area .sns_list_btn li a{
	border-radius: 4px;
	display: block;
	padding: 28px 0 6px 0;
	background-repeat: no-repeat !important;
	background-position: center top 8px !important;
	background-size: 18px 18px !important;
	text-align: center;
	text-decoration: none;
}

#post_area .sns_list_btn .count{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

#post_area .sns_list_btn .sns_twitter{
	background: url("../img/twitter_icon.svg") #1DA1F2;
}

#post_area .sns_list_btn .sns_facebook{
	background: url("../img/facebook_icon.svg") #3B5998;
}

#post_area .sns_list_btn .sns_b{
	background: url("../img/b_icon.svg") #00a5df;
}

#post_area .sns_list_btn .sns_line{
	background: url("../img/line_icon.svg") #01b901;
}

/*==================================
	.bookmark
===================================*/
/*
#post_area .book_mark{
	position: absolute;
	top: -48px;
	right: 0;
}*/

/*==================================
	#post_area h1
===================================*/
#post_area h1{
	font-size: 24px;
	width: 100%;
	word-wrap: break-word;
	border-top: solid 5px #000;
	border-bottom: solid 2px #000;
	padding: 16px 0;
	margin-bottom: 8px;
}

#post_area h1 .sub{
	display: block;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 12px;
	margin-bottom: 8px;
}

#post_area h1 .sub::after,
#post_area h1 .sub::before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -8px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
}

#post_area h1 .sub::after{
	left: 0px;
	border-color: transparent transparent transparent #e8f1f7;
}

#post_area h1 .sub::before{
	left: 2px;
	border-color: transparent transparent transparent #999;
}

#post_area h1 .ttl{
	display: block;
}

#post_area h1 .pr_area{
	display: block;
	text-align: right;
}

#post_area h1 .pr_area .pr{
	font-size: 12px;
	display: inline-block;
	padding: 2px 8px;
	line-height: 1;
	border: solid 1px #999;
}


/*==================================
	#post_area h2
===================================*/
#post_area > h2{
	font-size: 18px;
	padding: 16px 0px;
	margin-bottom: 16px;
	border-top: solid 3px #000;
	border-bottom: solid 1px #999;
}

/*==================================
	#post_area h3
===================================*/
#post_area > h3{
	font-size: 16px;
	padding-left: 24px;
	position: relative;
	margin-bottom: 16px;
}

#post_area > h3::after{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	content: "";
	width: 14px;
	height: 14px;
	background: #000;
}

/*==================================
	.list_update
===================================*/
#post_area .list_update{
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox; 
	display : flex;
	
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;

	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

#post_area .list_update li{
	margin-bottom: 8px;
	font-size: 12px;
}

#post_area .list_update li + li{
	margin-left: 16px;
}

#post_area .list_update .reporter{
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox; 
	display : flex;
	
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

#post_area .list_update .reporter .photo{
	width: 40px;
	height: 40px;
	overflow: hidden;
}

#post_area .list_update .reporter .txt{
	display : -webkit-box;
	display : -webkit-flex;
	display : -ms-flexbox; 
	display : flex;
		
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;

	padding-right: 16px;
	width: calc(100% - 40px);
}


/*==================================
	.article_list_update
===================================*/
#post_area .article_list_update{
	text-align: left;
}
#post_area .article_list_update a{
        text-decoration: underline;
        font-size: 16px;
}

#post_area .article_list_update li{
	display: inline-block;
	margin-bottom: 8px;
	font-size: 12px;
}

#post_area .article_list_update li + li{
	margin-left: 16px;
}

/*==================================
	p
===================================*/
#post_area > p{
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 24px;
}

/*==================================
	a
===================================*/
#post_area .txt_link_A{
	color: #1d3994;
	text-decoration: underline;
	display: block;
	margin-bottom: 16px;
}

/*
#post_area .txt_link_A::after{
	display: inline-block;
	content: ' ＞';
}
*/

#post_area .txt_link_A + .past_anchor{
	margin-bottom: 0;
}


/*==================================
	.past_anchor
===================================*/
#post_area .post_anchor{
	margin-bottom: 0 !important;
}

#post_area .post_anchor a{
	display: block;
	padding-bottom: 8px;
	border-bottom: dotted 1px #999;
	padding-right: 40px;
	position: relative;
	margin-bottom: 16px;
	text-decoration: underline;
}

#post_area .post_anchor a::before,
#post_area .post_anchor a::after{
	position: absolute;
	content: '';
	top: 50%;
	right: 8px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
}

#post_area .post_anchor a::before{
	margin-top: -8px;
	border-color: #999 transparent transparent transparent;
}

#post_area .post_anchor a::after{
	margin-top: -10px;
	border-color: #fff transparent transparent transparent;
}

#post_area .post_anchor a[name] {
	border-bottom: none;
}

#post_area .post_anchor a[name]::before,
#post_area .post_anchor a[name]::after{
	content: none;
	margin-bottom: 0;
}

/*===================================
	.frame_A
===================================*/
#post_area .frame_A{
	padding: 24px 24px 24px 40px;
	background: #e8f1f7;
	position: relative;
	margin-bottom: 16px;
}

#post_area .frame_A::after{
	content: "";
	position: absolute;
	top: 0;
	left: 16px;
	width: 2px;
	height: 20px;
	background: #1a2e4a;
	z-index: 1;
}

#post_area .frame_A + .frame_A{
	padding: 0;
	background: none;
	position: static;
	margin-bottom: 0;
}

#post_area .frame_A + .frame_A::after{
	content: none;
}

/*
#tech #post_area .frame_A{
	background: #fff;
}

#tech #post_area .frame_A::after{
	background: #000;
}
*/

/*==================================
	.time
===================================*/
#post_area .time{
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	margin-top: 8px;
}

#post_area .time span{
	padding-left: 20px;
	background: url(../img/time_icon.svg) no-repeat;
	background-size: 14px auto;
}

/*==================================
	.flexslider
===================================*/
.flexslider{
	margin-bottom: 8px;
	position: relative;
}


/*.photo_car / car
----------------------------------*/
.flexslider .photoSlider .photo {
	position: relative;
	overflow: hidden;
}

.flexslider .photoSlider .photo::after {
	content: "";
	display: block;
	height: 512px;
}

.flexslider .photoSlider .photo img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flexslider .photoSlider .photo .caption{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	padding: 8px 16px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}

.photo_car .caption{
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	padding: 8px 16px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 0;
}

/*.photo.p_gal
----------------------------------*/
.flexslider .photoSlider .photo.p_gal img{
	width: auto;
	height: 100%;
}

/*usedCountBox
----------------------------------*/
.flexslider #usedCountBox{
	position: absolute;
	padding: 2px 8px;
	top: 0;
	right: 0;
	color: #fff;
	background: rgba(0,0,0,0.8);
}

/*---------------------------------
	.bx-pager
----------------------------------*/
.bx-pager{
	overflow: hidden;
	border-top: solid 1px #999;
	border-bottom: solid 2px #000;
	padding: 8px 0;
	margin-bottom: 16px;
}

.bx-pager .box{
	float:left;
	width: 86px;
	position: relative;
	overflow: hidden;
	display: block;
	margin-right: 7px;
}

.bx-pager .box:nth-child(9n){
	margin-right: 0;
}

.bx-pager .box:nth-child(n+10){
	margin-top: 7px;
}


.bx-pager .box::after{
	content: "";
	display: block;
	padding-top: 64%;
}

.bx-pager .box img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bx-pager .box.active .ph{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}

/*.bx-pager.p_s_gal
----------------------------------*/
.bx-pager.p_s_gal .box::after{
	padding-top: 120%;
}


/*---------------------------------
	.bx-controls
----------------------------------*/
.bx-controls{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -48px;
	z-index: 1;
	width: 100%;
	height: 80px;
}

/*.flexslider .bx-prev
----------------------------------*/
.bx-controls .bx-prev{
	float: left;
	margin-left: -16px;
	width: 32px;
	height: 80px;
	background: #000;
	position: relative;
}

.bx-controls .bx-prev::after,
.bx-controls .bx-prev::before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -22px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 16px 24px 0;
}

.bx-controls .bx-prev::after{
	left: 9px;
	border-color: transparent #000 transparent transparent;
}

.bx-controls .bx-prev::before{
	left: 8px;
	border-color: transparent #fff transparent transparent;
}

/*.flexslider .bx-next
----------------------------------*/
.bx-controls .bx-next{
	float: right;
	margin-right: -16px;
	width: 32px;
	height: 80px;
	background: #000;
	position: relative;
}

.bx-controls .bx-next::after,
.bx-controls .bx-next::before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -22px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 0 24px 16px;
}

.bx-controls .bx-next::after{
	right: 9px;
	border-color: transparent transparent transparent #000;
}

.bx-controls .bx-next::before{
	right: 8px;
	border-color: transparent transparent transparent #fff;
}

/*===================================
	.anchor
===================================*/
#post_area .anchor{
	background: #e8e8e8;
	font-size: 14px;
	padding: 24px 24px 24px 40px;
	position: relative;
}

#post_area .anchor::after{
	content: "";
	position: absolute;
	top: 0;
	left: 16px;
	width: 2px;
	height: 20px;
	background: #1a2e4a;
	z-index: 1;
}

#post_area .anchor a{
	color: #0000ee;
	position: relative;
	display: block;
	padding-bottom: 8px;
	padding-right: 40px;
	margin-bottom: 16px;
	border-bottom: dotted 1px #999;
}

#post_area .anchor a::after,
#post_area .anchor a::before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -5px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
}

#post_area .anchor a::before,
#post_area .anchor a::after{
	position: absolute;
	content: '';
	top: 50%;
	right: 8px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
}

#post_area .anchor a::before{
	margin-top: -8px;
	border-color: #999 transparent transparent transparent;
}

#post_area .anchor a::after{
	margin-top: -10px;
	border-color: #e8e8e8 transparent transparent transparent;
}


/*==================================
	img
===================================*/
#post_area img{
	width: auto;
	max-height: 830px;
	margin-bottom: 16px;
}

#post_area .table.typeB img{
	width: 80px;
}

/*==================================
	.figure
===================================*/
#post_area figure{
	text-align: left;
	overflow: hidden;
}

#post_area figure figcaption{
	text-align: left;
	color: #444;
	font-weight: bold;
	position: relative;
	padding: 0 16px;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 16px;
}

#post_area figure figcaption::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #1a2e4a;
}

/*==================================
	.list_btn
===================================*/
#post_area .list_btn{
	margin-bottom: 40px;
}

/*==================================
	.list_car_data
===================================*/
#post_area .list_car_data{
	overflow: hidden;
}

#post_area .list_car_data .car_photo_area{
	width: 474px;
	float: left;
}

#post_area .list_car_data .car_price_area{
	width: 340px;
	float: right;
}

/*-----------------------------------
	.photo_car
----------------------------------*/
#post_area .list_car_data .flexslider .photo_car{
	height: 300px;
}

/*-----------------------------------
	.bx-pager
----------------------------------*/
#post_area .list_car_data .bx-pager .box{
	width: 66px;
	height: 42px;
	margin: 0 2px 0 0;
}

#post_area .list_car_data .bx-pager .box:nth-child(7n){
	margin: 0;
}

#post_area .list_car_data .bx-pager .box:nth-child(n+8){
	margin-top: 2px;
}

/*.flexslider .bx-prevS
----------------------------------*/
#post_area .list_car_data .flexslider .bx-prevS{
	float: left;
	width: 32px;
	height: 80px;
	background: rgba(0,0,0,.5);
	position: relative;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background: url(../img/slide_arrow_l.svg) no-repeat rgba(0,0,0,.5);
	background-size: 18px auto;
	background-position: center;
}

/*.flexslider .bx-nextS
----------------------------------*/
#post_area .list_car_data .bx-nextS{
	float: right;
	width: 32px;
	height: 80px;
	background: rgba(0,0,0,.5);
	position: relative;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background: url(../img/slide_arrow_r.svg) no-repeat rgba(0,0,0,.5);
	background-size: 18px auto;
	background-position: center;
}

/*---------------------------------
	.list_price_data
----------------------------------*/
#post_area .list_car_data .list_price_data{
	margin-bottom: 16px;
}

/*.txt
----------------------------------*/
#post_area .list_car_data .list_price_data .txt{
	font-size: 11px;
}

/*---------------------------------
	.table.typeB
----------------------------------*/
#post_area .list_car_data .table.typeB{
	margin-bottom: 16px;
}

#post_area .list_car_data .table.typeB th{
	width: 9em;
}

/*---------------------------------
	.btn_typeA
----------------------------------*/
#post_area .list_car_data .btn_typeA{
	width: 100%;
	font-size: 18px;
	padding: 16px 0;
	margin-bottom: 16px;
}

/*---------------------------------
	.contact_area
----------------------------------*/
#post_area .list_car_data .contact_area{
	padding: 16px;
	background: #fff3d8;
	text-align: center;
}

/*.contact_area p
----------------------------------*/
#post_area .list_car_data .contact_area p{
	text-align: center;
	margin-bottom: 0;
}

/*.contact_area .txt
----------------------------------*/
#post_area .list_car_data .contact_area .txt{
	font-size: 16px;
	font-weight: bold;
	display: block;
}

#post_area .list_car_data .contact_area .txt span{
	background: url(../img/tel_icon.svg) no-repeat;
	padding-left: 24px;
	background-position: left center;
}

/*.contact_area .tel
----------------------------------*/
#post_area .list_car_data .contact_area .tel{
	font-size: 26px;
	font-weight: bold;
	display: block;
	color: #c3280c;
}

/*.contact_area .txt_note
----------------------------------*/
#post_area .list_car_data .contact_area .txt_note{
	text-align: right;
	font-size: 12px;
}

/*==================================
	.frame.note
===================================*/
#post_area .frame.note{
	margin-top: 16px;
}

#post_area .frame.note .ttl{
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 14px;
	padding: 0px 0px 8px 20px;
	border-bottom: solid 1px #d3d3d3;
	position: relative;
}

#post_area .frame.note .ttl::after{
	content:'';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #333;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

#post_area .frame.note li{
	list-style-type: disc;
	list-style-position: inside;
	font-size: 12px;
}

/*==================================
	.label_u-car
===================================*/
#post_area .label_u-car{
	text-align: left;
	margin-bottom: 8px;
}

#post_area .label_u-car li{
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background: #333;
	display: inline-block;
	padding: 4px 12px;
	border-radius: 2px;
}

#post_area .label_u-car li + li{
	margin-left: 4px;
}

/*==================================
	.toc_container
===================================*/
#post_area .toc_container{
	border: solid 1px #c2c2c2;
	padding: 24px;
	margin-bottom: 16px;
}

#post_area .toc_container .ttl{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

#post_area .toc_container h2{
	border-bottom: dotted 1px #c2c2c2;
	line-height: 1.6;
	padding: 8px 0 8px 24px;
    position: relative;
}

#post_area .toc_container h2::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-radius: 5px;
	background: #c2c2c2;
}

#post_area .toc_container h3{
	border-bottom: dotted 1px #c2c2c2;
    line-height: 1.6;
    padding: 8px 0 8px 40px;
    position: relative;
}

#post_area .toc_container h3::after{
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #fff;
}

#post_area .toc_container h3::before{
	content: "";
	position: absolute;
	left: 24px;
	top: 50%;
	margin-top: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #c2c2c2;
}

/*==================================
	.move_area
===================================*/
#post_area .move_area iframe{
	 width: 830px;
	height: 487px;
}

/*==================================
	.mag
===================================*/
#post_area .mag_area{
	overflow: hidden;
	text-align: left;
}

#post_area .mag_area .photo{
	float: left;
	width: 247px;
}

#post_area .mag_area .txt_area{
	float: right;
	width: 551px;
}

#post_area .mag_area img{
	width: 100% !important;
}

#post_area .mag_area .ttl{
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 8px 0;
	border-top: solid 2px #000;
	border-bottom: solid 1px #999;
}

#post_area .mag_area + h2{
	margin-top: 24px;
}

/*==================================
	.row_2
===================================*/
#post_area .row_2{
	overflow: hidden;
}

#post_area .row_2 figure:nth-child(1){
	width: 49%;
	float: left;
}

#post_area .row_2 figure:nth-child(2){
	width: 49%;
	float: right;
}

/*===================================
	#post_area .accordion
===================================*/

/*js_acco_open
------------------------------*/
#post_area .accordion dt + dd{
	display: none;
}

#post_area .accordion .js_acco_open{
	background: #000;
}

#post_area .accordion .js_acco_open + dd{
	display: block;
}

#post_area .accordion{
	margin: 16px 0;
}

#post_area .accordion dt{
	font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 12px 16px;
    background: #48657b;
    color: #fff;
    position: relative;
    cursor: pointer;
}

#post_area .accordion dt span{
	position: absolute;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	top: 14px;
	right: 16px;
	padding: 4px 0;
	background: #fff;
	line-height: 1;
	width: 60px;
	color: #000;
	border-radius: 2px;
}

#post_area .accordion dd{
	padding: 16px;
	background: #fff;
	border: solid 1px #C2C2C2;
}

#post_area .accordion dd a{
	display: block;
}

/*accordion h2 h3
------------------------------*/
#post_area .accordion dd h2,
#post_area .accordion dd h3{
	border-bottom: dotted 1px #c2c2c2;
	line-height: 1.6;
	padding: 8px;
}

#post_area .accordion dd h2{
	padding-left: 16px;
	position: relative;
}

#post_area .accordion dd h2::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-radius: 6px;
	background: #c2c2c2;
}

#post_area .accordion dd h3{
	padding-left: 32px;
	position: relative;
}

#post_area .accordion dd h3::after{
	content: "";
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #999;
}

/*===================================
	#post_area .cont_l
===================================*/
#post_area .cont_l{
	overflow: hidden;
	margin-bottom: 24px;
	display: block;
	font-size: 16px;
	line-height: 1.8;
}

#post_area .cont_l .figure{
	float: left;
	width: 400px;
	display: block;
	margin-right: 32px;
	overflow: hidden;
}

#post_area .cont_l img{
	width: 400px;
}

/*===================================
	#post_area .cont_r
===================================*/
#post_area .cont_r{
	overflow: hidden;
	margin-bottom: 24px;
	display: block;
	font-size: 16px;
	line-height: 1.8;
}

#post_area .cont_r .figure{
	float: right;
	width: 400px;
	display: block;
	margin-left: 32px;
	overflow: hidden;
}

#post_area .cont_r img{
	width: 400px;
}

/*===================================
	.blog_card
===================================*/
#post_area .blog_card{
	padding: 32px 64px 32px 32px;
	margin-bottom: 24px;
	border: solid 1px #999;
	position: relative;
	display: block;
}

#post_area .blog_card::after,
#post_area .blog_card::before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -16px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 0 16px 16px;
}

#post_area .blog_card::before{
	right: 16px;
	border-color: transparent transparent transparent #999;
}

#post_area .blog_card::after{
	right: 18px;
	border-color: transparent transparent transparent #fff;
}

#post_area .label{
	position: absolute;
	padding: 2px 8px;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	left: -6px;
	top: -6px;
	box-sizing: 2px 2px 0 #999;
}

#post_area .blog_card .wrap{
	overflow: hidden;
	position: relative;
}

#post_area .blog_card .wrap::after{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 72px;
	height: 100%;
	background: #eee;
	z-index: -1;
}

#post_area .blog_card .photo{
	float: left;
	width: 240px;
	position: relative;
	overflow: hidden;
}

#post_area .blog_card .photo::after{
	content:"";
	display:block;
	padding-top:60%;
}

#post_area .blog_card .photo img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 0;
}

#post_area .blog_card .txt_area{
	float: right;
	width:471px;
}

#post_area .blog_card .ttl{
	font-size: 16px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: solid 1px #000;
}

#post_area .blog_card p{
	font-size:14px;
}

/*===================================
	.frame.review
===================================*/

/*.list_review
------------------------------*/


/*-- 2020-05-22 変更CSS --*/
#post_area .list_review{
	text-align: left;
	border: solid 1px #d3d3d3;
	padding: 24px;
	margin-top: 24px;/*-- 追加 --*/
}
/*-- 2020-05-22 変更CSS --*/

#post_area .list_review dt{
	padding: 8px;
}

/*-- 2020-05-22 変更CSS --*/
#post_area .list_review dt .name{
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px; /*-- 修正 --*/
	padding-bottom: 16px;
	border-bottom: solid 1px #999;
	display: block; /*-- 追加 --*/
}
/*-- 2020-05-22 変更CSS --*/


#post_area .list_review dt .list{
	overflow: hidden;
	margin-bottom: 8px;
}

#post_area .list_review dt .list li{
	float: left;
	line-height: 1;
	position: relative;
}

#post_area .list_review dt .list li .num{
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
}

#post_area .list_review dt .list li:nth-child(1){
	width: 16%;
	font-weight: bold;
	padding-left: 16px;
}

#post_area .list_review dt .list li:nth-child(1)::after,
#post_area .list_review dt .list li:nth-child(1)::before{
    content: "";
	position: absolute;
	top: 50%;
    margin-top: -5px;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
}

#post_area .list_review dt .list li:nth-child(1)::before{
	left:2px;
	border-color: transparent transparent transparent #999;
}

#post_area .list_review dt .list li:nth-child(1)::after{
	left:0;
	border-color: transparent transparent transparent #fff;
}

#post_area .list_review dt .list li:nth-child(2){
	padding: 0 16px;
	border-left: solid 1px #999;
}

#post_area .list_review dt .star_icon{
	color: #eab02f;
	font-size: 18px;
	letter-spacing: 0.05em;
	text-shadow: 0 0 1px #000;
}

#post_area .list_review dd{
	padding: 16px;
	background: #eee;
	border-radius: 4px;
	margin-bottom: 8px;
}

/*-- 2020-05-22 追加CSS --*/
#post_area .list_review dt:nth-last-of-type(1) .list li:nth-child(1){
	width: 100%;
}

#post_area .list_review dt:nth-last-of-type(1) .list li:nth-child(2){
	display: none;
}
/*-- 2020-05-22 追加CSS --*/


#post_area .list_review + .list_review{
	margin-top: 16px;
}


/*===================================
	.gallery_area
===================================*/
.gallery_area{
	overflow: hidden;
	margin-bottom: 16px;
}

.gallery_area .photo_main{
	margin-bottom: 3px;
}

.gallery_area .photo_main img{
	width: 100%;
}

.gallery_area .photo_sub{
	overflow: hidden;
}

.gallery_area .photo_sub .box{
	float: left;
	margin-right: 2px;
	width: 102px;
	height: 80px;
	position: relative;
	overflow: hidden;
	background: #000;
}

.gallery_area .photo_sub .box img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery_area .photo_sub .box:nth-child(8n){
	margin-right: 0;
}

.gallery_area .photo_sub .box:nth-child(n+9){
	margin-top: 2px;
}

/*==================================
	.frame.like
==================================*/
.frame.like{
	width: 620px;
	margin: 40px auto 0 auto;
	position: relative;
	background: #eee;
	border: none;
	overflow: hidden;
	padding: 24px;
	display: block;
}

.frame.like .wrap{
	overflow: hidden;
}

.frame.like .photo{
	float: left;
	width: 220px;
}

.frame.like .photo img{
	width: 100%;
}

.frame.like .txt_area{
	float: right;
	width: 320px;
	text-align: center;
}

.frame.like .fb-like{
	margin-bottom: 8px;
	display: block;
}

.frame.like p:nth-child(1){
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 16px;
	padding: 8px; 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #999;
}

.frame.like::after{
	position: absolute;
	right: : 0;
	top: 0;
	content: "";
	width: 100%;
}

/*==================================
	.frame.m_bikes
==================================*/
.frame.m_bikes{
	width: 620px;
	margin: 40px auto 0 auto;
	position: relative;
	background: #eee;
	border: none;
	overflow: hidden;
	padding: 24px;
	display: block;
	overflow: hidden;
}

.frame.m_bikes .photo{
	float: left;
	width: 174px;
}

.frame.m_bikes .txt_area{
	float: right;
	width: 364px;
}

.frame.m_bikes .ttl{
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 16px;
	padding: 8px; 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #999;
	margin-bottom: 10px;
}

/*================================
	.list_writers
================================*/
.list_writers{
	margin-top: 16px;
	overflow: hidden;
}

/*.box
-------------------------------*/
.list_writers .box{
	padding: 16px;
	border: solid 1px #d3d3d3;
	padding: 24px 16px 16px 16px;
	height: 300px;
	position: relative;
	color: #000;
	display: block;
	box-sizing: border-box;
	width: 244px;
	float: left;
	margin-right: 14px;
	overflow: hidden;
}

.list_writers .box:nth-child(3n){
	margin-right: 0;
}

.list_writers .box:nth-child(n+4){
	margin-top: 14px;
}

.list_writers .box::after{
	content:'';
	position: absolute;
	left: 0px;
	top: 0;
	width: 100%;
	height: 2px;
	background: #00005a;
}

.list_writers .box::before{
	content:'';
	position: absolute;
	left: 0px;
	top: 0;
	width: 40%;
	height: 2px;
	background: #ff0000;
	z-index: 1;
	opacity: 0.6;
}

/*.profile
-------------------------------*/
.list_writers .profile{
	overflow: hidden;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: dotted 1px #999;
}

/*.photo
-------------------------------*/
.list_writers .photo{
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

.list_writers .photo img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*.writer_name
-------------------------------*/
.list_writers .writer_name{
	float: right;
	width: 140px;
	height: 80px;
	position: relative;
}

.list_writers .writer_name .name{
	font-weight: bold;
}

.list_writers .txt{
	font-size: 12px;
	line-height: 1.6;
}

.list_writers .writer_name .name{
	font-weight: bold;
}

.list_writers .writer_name .name span{
	font-size: 12px;
	display: block;
	margin-top: 4px;
	text-align: right;
}

/*.btn
-------------------------------*/
.list_writers .btn{
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	right: 16px;
	bottom: 16px;
	background: #000;
	padding: 4px 12px;
	color: #fff;
}

/*hover
-------------------------------
.list_writers .box:hover .btn{
	background: #009fe8;
}*/

/*================================
	.ttl_writer
================================*/
.smallCate.ttl_writer{
	padding: 16px;
	border-top: solid 2px #000;
	border-bottom: solid 1px #000;
	margin-bottom: 16px;
	width: 760px ;
}

.cont_wrap{
	width: 760px;
	overflow: hidden;
}

/*================================
	.writer_comment
================================*/
.writer_comment{
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 32px;
	padding: 16px 0 24px 0;
}

.writer_comment .photo{
	width: 160px;
	height: 160px;
	float: left;
	overflow: hidden;
	position: relative;
}

.writer_comment .photo img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.writer_comment .writer_name{
	width: 640px;
	float: right;
}

.writer_comment .writer_name .txt{
	font-size: 16px;
	line-height: 1.8;
}

/*===================================
	.ttl_writer
===================================*/
.ttl_writer{
	font-size: 24px;
	width: 100%;
	word-wrap: break-word;
	border-top: solid 5px #000;
	border-bottom: solid 2px #000;
	padding: 16px 0;
	margin-bottom: 8px;
	text-align: left;
	position: relative;
}

.ttl_writer .name{
	position: absolute;
	bottom: -16px;
	right: 0;
	font-size: 20px;
	display: block;
	margin-top: 16px;
	text-align: right;
	padding: 4px 16px;
	background: #fff;
}














/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	pop_up_css

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*==================================
	ログイン
===================================*/
#modal-content label{
    display:inline-block;
    padding-left:25px;
    cursor:pointer;
    height:30px;
    line-height:30px;
    position:relative;
}

#modal-content label::before{
    content:"";
    display:block;
    width:16px;
    height:16px;
    border:solid 3px #ccc;
    box-sizing:border-box;
    position:absolute;
    left:0;
    top:6px;
    transition:0.1s ease-in-out;
}

#modal-content label::after{
    content:"";
    display:block;
    transform:rotate(45deg);
    border:solid 3px #000;
    border-top:0;
    border-left:0;
    width:10px;
    height:16px;
    left:5px;
    top:-5px;
    position:absolute;
    box-sizing:border-box;
    transition:0.2s ease-in-out;
    opacity:0;
}

#modal-content input[type="checkbox"]:checked + label:after{
	transform:rotate(45deg);
	top:0;
	opacity:1;
}


/*==================================
	職種(求人)
===================================*/
#modal-content3 {
	width: 700px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 10;
	text-align: left;
	padding: 40px;
}

#modal-content3 .wrap{
	position: relative;
}

#modal-content3 .ttl{
	font-size: 24px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: solid 1px #d3d3d3;
}

#modal-content3 label{
	word-break: word-break: break-all;
}

#modal-content3 .list_content3{
	overflow: hidden;
}

#modal-content3 .list_content3 li{
	float: left;
	width: 282px;
	margin-right: 55px;
	height: 54px;
}

#modal-content3 .list_content3 li:nth-child(1)
#modal-content3 .list_content3 li:nth-child(2){
	margin-top: 0;
}

#modal-content3 .list_content3 li:nth-child(2n) {
	margin-right: 0;
}

#modal-content3 button{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #FFF;
	background: #e8511c;
	text-align: center;
	width: 90px;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: 2px 2px 0 #000;
}

/*==================================
	勤務地(求人)
===================================*/
#modal-content4 {
	width: 700px;
	background: #fff;
	position: fixed;
	display: none;
	z-index: 10;
	text-align: left;
	padding: 40px;
}

#modal-content4 .wrap{
	position: relative;
}

#modal-content4 .ttl{
	font-size: 24px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: solid 1px #d3d3d3;
}

#modal-content4 .list_content4 {
	font-size: 14px;
	overflow: hidden;
	border-bottom: solid 1px #d3d3d3;
}

#modal-content4 .list_content4 dt {
	width: 100px;
	float: left;
	font-weight: bold;
}

#modal-content4 .list_content4 dd {
	width: 500px;
	float: right;
	overflow: hidden;
}

#modal-content4 .list_content4 dt,
#modal-content4 .list_content4 dd{
	padding: 8px 0;
}

#modal-content4 .list_content4 .box{
	float: left;
	width: 25%;
	border-left: solid 1px #d3d3d3;
	padding-left: 8px;
}

#modal-content4 .list_content4 .box:nth-child(n+5){
	margin-top: 4px;
}

#modal-content4 .checkbox01-input{
	display: none;
}

#modal-content4 button{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #FFF;
	background: #e8511c;
	text-align: center;
	width: 90px;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: 2px 2px 0 #b5b5b5;
}

/*==================================
	.checkbox01-parts
===================================*/
.checkbox01-parts{
	position:relative;
	display: block;
	padding-left: 24px;
}

.checkbox01-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
}

.checkbox01-input:checked + .checkbox01-parts{
	color: #009a9a;
}

.checkbox01-input:checked + .checkbox01-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #e8511c;
	border-right: 3px solid #e8511c;
}

/*==================================
	.404_area
===================================*/
.error_area{
	padding: 200px 0;
	border-top: solid 2px #000;
	text-align: center;
}

.error_area h2{
	font-size: 44px;
	text-align: center;
	margin-bottom: 16px;
}

.error_area p{
	text-align: center;
	margin-bottom: 32px;
}
/*==================================
	.list_tag
===================================*/
.list_tag{
	text-align: left;
	clear: both;
}

.list_tag li{
	display: inline-block;
}

.list_tag li a{
	font-size: 12px;
	padding: 2px 8px;
	border: solid 1px #999;
	border-radius: 3px;
	font-weight: bold;
	display: block;
	margin-top: 8px;
}

