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

/* 共通CSS
--------------------------------------------- */

/* 個別CSSファイル無し
--------------------------------------------- */
/* /uwamono/のみで使用 */
.con {
	background: #156ea1;
	color: #FFF;
}

body {
	min-width: 1200px;
}

.type_keizyo_img {
	float: left;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #CCC;
}

/* /approve.htmlのみで使用 */
.borderImage {
	padding: 1px; border:#ccc 1px solid;
}

/* /company.htmlのみで使用 */
.exhibitionList {
	font-size: 0.7em;
	margin-bottom: 0;
}

.exhibitionList li {
	float: left;
	margin-right: 15px;
	padding-left: 20px;
	background: url(/img/img_sale/common/ico/li_bg_1.png) no-repeat 3px;
}

/* /truck/thanks.htmlのみで使用 */
.bnrList {
	text-align: center;
}
/* 個別CSSファイル無し ここまで */

/* RTP調整用（マルケト）
--------------------------------------------- */
#insightera_widget_container {
	background-color: inherit!important;
	z-index: 9999999!important;
	top: 2%!important;
}

.insightera-widget-content {
	overflow: hidden!important;
}

html {
	background: url(/img/img_sale/common/header/bg_header.png) no-repeat center top;
}

/* フォントカラー
--------------------------------------------- */
.font_blue {
	color: #008aea;
}

.fontServiceRed {
	color: #ee3333;
}

.fontProposalOrange {
	color: #fd6b01;
}

.border_red {
	border-bottom: 1px solid #CC0000;
}

.red {
	color: #cc0000;
}

.blue {
	color: #07334f;
}

.yellow {
	color: #ff6600;
}

.orange {
	color: #ff6600;
}

.white {
	color: #fff;
}

.txt_Blue {
	color: #0677be;
}

/* 販売価格 */
.price {
	font-weight: bold;
	color: #CC0000;
}

/* 感謝価格、セール、その他セール */
.priceSale {
	font-weight: bold;
	color: #CC0000;
}

/* 税・り別 */
.priceTax {
	font-size: 10px;
	line-height: 1.5em;
}

/* 成約済み */
.priceConclusion {
	font-weight: bold;
	color: #41a326;
}

/* 販売済み */
.priceSold {
	font-weight: bold;
	color: #000;
}

/* リンク
--------------------------------------------- */
a {
	color: #214277;
	overflow: hidden;
}

a:hover {
	text-decoration: none;
	color: #00a0bf;
}

h1 a {
	color: #FFF!important;
	text-decoration: none;
}

.red a {
	text-decoration: underline;
	color: #cc0000;
}

.red a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.blue a {
	text-decoration: underline;
	color: #07334f;
}

.blue a:hover {
	text-decoration: underline;
	color: #07334f;
}

.yellow a {
	text-decoration: underline;
	color: #ffff00;
}

.yellow a :hover {
	text-decoration: underline;
	color: #ffff00;
}

.orange a {
	text-decoration: underline;
	color: #ff6600;
}

.orange a:hover {
	text-decoration: underline;
	color: #ff6600;
}

.white a {
	text-decoration: underline;
	color: #ffffff;
}

.white a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.txt_Blue a {
	text-decoration: underline;
	color: #0677be;
}

.txt_Blue a:hover {
	text-decoration: underline;
	color: #0677be;
}

/* フォントサイズ
--------------------------------------------- */
.big {
	font-size: 200%;
}

.small {
	font-size: 80%;
}

.font_L {
	font-size: 120%;
}

.font_XL {
	font-size: 180%;
}

.txt_12 {
	font-size: 12px;
}

.txt_14 {
	font-size: 14px;
}

.txt_16 {
	font-size: 16px;
}

.txt_18 {
	font-size: 18px;
}

.txt_24 {
	font-size: 24px;
}

.bold {
	font-weight: bold;
}

/* お問合せ番号用（会社概要、各種お問合せ窓口、会員諸々サンクス） */
.freedialTelNumber {
	font-weight: bold;
	font-size: 25px;
	line-height: 1em;
	margin-bottom: 0!important;
}

/* その他共通部品
--------------------------------------------- */
/* テキスト アンダーライン */
.u {
	text-decoration: underline;
}

/* テキスト 配置 */
.txt_center {
	text-align: center;
}

/* 背景色指定 */
.gray_bg {
	background: #f0f7f8;
}

/* ボックス要素
--------------------------------------------- */
.alpha_innner {
	margin: 10px 0;
}

.form_alert_inner {
	clear: both;
	margin: 20px auto;
	padding: 10px 10px 10px 10px;
	background: #e1f6ff;
	border: 2px solid #6699cc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: left;
	font-weight: bold;
}

/*ボックス要素 20171227最新 */
.blueInner {
	clear: both;
	margin: 20px 0;
	padding: 10px;
	background: #f2f9fe;
	border: 2px solid #008aea;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* clearfix
--------------------------------------------- */
.cf:after {
	content: "";
	display: block;
	clear: both;
}

/* ヘッダー
--------------------------------------------- */
#headerArea {
	height: 85px;
	position: relative;
}

#headerArea #headerTxt {
	top: 0px;
}

/* ロゴ */
#logo {
	position: absolute;
	top: 30px;
	left: 15px;
}

/* ヘッダーテキスト */
#headerArea h1 {
	margin-left: 10px;
	color: #FFF;
	font-size: 1.2em;
	float: left;
}

#headerArea .txt_p {
	font-size: 1em;
	color: #fff;
	float: left;
	margin-left: 10px;
}

/* header TEXTリンク */
#bookmark {
	position: absolute;
	left: 320px;
	top: 22px;
	font-weight: bold;
}

#bookmark li {
	float: left;
	font-size: 1.1em;
	margin-right: 9px;
}

#bookmark a {
	color: #FFF;
	text-decoration: none;
}

#bookmark a:hover {
	color: #98e6fe;
}

#bookmark li a , #bookmark li img {
	vertical-align: middle;
}

/* ヘッダーナビゲーション */
#headerNavi {
	position: absolute;
	left: 335px;
	top: 48px;
}

/* 電話 */
#headerTel {
	position: absolute;
	top: 20px;
	right: 15px;
}

/* お気に入り、ログイン、会員登録 */
.examinationBtn a {
	width: 127px;
	height: 28px;
	background: url(/img/img_sale/common/header/btn_kentou.png) no-repeat;
	display: block;
}

.examinationBtn a:hover {
	background: url(/img/img_sale/common/header/btn_kentou_on.png);
	color: #fff;
}

.examinationNumber {
	position: absolute;
	top: 4px;
	left: 88px;
	font-weight: bold;
}

#headerNavi li {
	position: absolute;
	float: left;
}

#headerNavi li.login {
	top: 0px;
	left: 127px;
}

#headerNavi li.member {
	top: 0px;
	left: 210px;
	width: 83px;
}

#headerNavi li.member_name {
	top: 7px;
	left: 210px;
	width: 83px;
}

ul .member_name span {
	height: 25px;
	padding-bottom: 3px;
}

ul .member_name p {
	font-size: 11px;
	width: 83px;
	height: 28px;
	text-align: center;
}

ul .member_name a {
	color: #FFF;
	text-decoration: none;
}

ul .member_name a:hover span {
	color: #7ae6fe;
	text-decoration: none;
}

/* グローバルナビゲーション */
#globalNavi {
	width: 950px;
	padding-left: 5px;
	margin-bottom: 30px;
	overflow: hidden;
}

#globalNavi dl {
	float: left;
	width: 237px;
}

#globalNavi dt {
	width: 237px;
	height: 55px;
}

#globalNavi dt a {
	overflow: hidden;
}

#globalNavi dt a:hover img {
	margin-top: -55px;
}

#globalNavi dd {
	overflow: hidden;
	display: none;
	background: #f6fafb;
	border: 1px solid #beebf6;
	position: absolute;
	z-index: 999;
}

#globalNavi dd ul {
	margin: 10px 0;
}

#globalNavi dd li {
	width: 215px;
	margin: 4px 0 0 4px;
	padding: 4px 5px 4px 14px;
	font-size: 0.9em;
	background: url(/img/img_sale/common/ico/li_bg2.gif) no-repeat 5px 11px;
	font-weight: bold;
}

#globalNavi dd li a:hover {
	background: #98e6f7;
	color: #FFF;
	padding: 10px;
}

/* フッター
--------------------------------------------- */
/* footerTel,メルマガ配信、スタッフ紹介ボタン */
.footerTelBox {
	margin: 25px auto;
	width: 960px;
}

.footerTelBox .imgTelBox {
	margin-right: 15px;
}

.footerTelBox .staffBtn {
	margin-bottom: 15px;
}

/* ページトップ */
.pagetop {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

body > footer {
	clear: both;
	background: #113b6b;
	color: #FFF;
}

body > footer a {
	color: #FFF;
}

/* フッターナビゲーション */
#footerNavi {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

.footBox {
	width: 240px;
	margin-right: 0;
	border-left: #003366 0px solid;
	padding: 20px 0 10px 0px;
}

.footBox p {
	font-size: 1.4em;
	margin-bottom: 10px;
	padding-left: 14px;
	font-weight: bold;
	border-left: 4px solid #FFF;
}

#footerNavi li {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
	font-size: 1.1em;
	background: url(/img/img_sale/common/ico/li_bg_1.png) no-repeat 3px;
}

#footerNavi li a {
	text-decoration: underline;
}

#footerNavi li a:hover {
	text-decoration: none;
}

/* コピーライト */
#footer_bottom {
	clear: both;
	text-align: right;
	border-top: #003366 2px solid;
	padding: 20px 20px 20px 0;
	font-weight: bold;
	background: url(/img/img_sale/common/footer/footer_bottom_bg.gif) repeat-x bottom;
}

#copyright {
	font-size: 1.4em;
}

/* 骨組み
--------------------------------------------- */
/* ログインのみで使用 */
.contentsArea {
	width: 960px;
	margin: 0 auto;
}

body > aside {
	margin-left: auto!important;
	margin-right: auto!important;
}

/* フロート */
.left {
	float: left
}

.right {
	float: right;
}

.fRight {
	float: right;
}

/* メイン形状 横並びリスト */
.main_figure {
	margin: 10px 0;
	word-wrap: normal;
}

.main_figure li {
	background: url(/img/img_sale/common/ico/arrow_pankuz.gif) no-repeat 0 5px;
	margin: 0 4px 10px 0;
	padding-left: 10px;
	display: inline;
	font-size: 1.4em;
	word-break: keep-all;
	color: #003366;
}

/* ぱんくずナビ
--------------------------------------------- */
#pageNavi {
	clear: both;
	margin-bottom: 10px;
	padding-left: 5px;
}

#pageNavi li {
	display: inline;
}

#pageNavi li a {
	text-decoration: none;
	font-size: 0.9em;
}

#pageNavi ol li a:hover {
	text-decoration: underline;
}

#pageNavi li.next a {
	padding-right: 8px;
	background: url(/img/img_sale/common/ico/arrow_pankuz.gif) no-repeat right center;
	margin: 0 2px 0 0;
}

#pageNavi li.bold a {
	color: #555555;
	text-decoration: none;
}

#pageNavi li.bold a:visited {
	color: #555555;
	text-decoration: none;
}

#pageNavi li.bold a:hover {
	color: #555555;
	text-decoration: none;
}

/* アナウンス（style.css用）
--------------------------------------------- */
.announceArea {
	background: #eee;
}

.announceArea ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 10px 0;
}

.announceArea ul li {
	font-size: 14px;
	line-height: 1.4em;
}

.announceArea ul li p {
	font-size: 16px;
	line-height: 1.4em;
}

.announceArea ul li:first-of-type {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	white-space: nowrap;
	border-right: 1px solid #ccc;
	padding-right: 10px;
	font-weight: bold;
}

.announceArea ul li:last-of-type {
	border-left: 1px solid #fff;
	padding-left: 15px;
}

.announceArea ul li:last-of-type p {
	font-size: 14px;
}

/* フォーム
--------------------------------------------- */
form .txt_center input {
	border: none;
}

input,textarea {
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input {
	padding: 2px;
}

textarea {
	padding: 4px;
	font-size: 1.8em;
	background: #edf9fd;
}

select {
	width: 200px;
}

/* 見出し
--------------------------------------------- */
/* 大見出し（共通） */
.mainTtl {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 20px;
}

/* 色別アイコン付タイトル */
.ttl {
	clear: both;
	height: 50px;
	margin: 30px 0 0px 0;
	padding: 0 0 0 25px;
	background: url(/img/img_sale/common/ttl/tit_h2_bg.jpg) no-repeat;
	color: #07334f;
	line-height: 35px;
	border: 0px;
}

/* トップページ以下タイトル */
/* 上記ttlをリバイス版に変更するには影響が大きいため、まずは個別で対応する */
/* いずれ上記ttlで一括管理するため個別を認識する親クラス付のttlを使用する */
/* 親クラスは販売系（青アイコン）ならsale、買取系（赤アイコン）ならserviceをbodyに追加する */
/* 上記ttlで一括管理になった場合、下記個別ttlは全て削除する */

/* 販売系タイトル */
.sale .ttl {
	font-size: 2em;
	margin: 0 0 10px;
	padding-left: 15px;
	background: url(/img/img_sale/common/ttl/ico_sale_titile.png) no-repeat;
	height: auto; /* 共通ttl打ち消し用 */
	color: #333333;
	line-height: normal; /* 共通ttl打ち消し用 */
}

/* 提案系タイトル */
.proposal .ttl {
	font-size: 2em;
	margin: 0 0 10px;
	padding-left: 15px;
	background: url(/img/img_sale/common/ttl/ico_proposal_titile.png) no-repeat;
	height: auto; /* 共通ttl打ち消し用 */
	color: #333333;
	line-height: normal; /* 共通ttl打ち消し用 */
}

.soldOutttl {
	margin-top: 0px;
}

.ttl_blue {
	background: url(/img/img_sale/common/ttl/ttl_blue.jpg) no-repeat;
	clear: both;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #FFF;
	margin: 20px 0;
}

.ttl_blue a {
	color:#FFF;
}

/* テーブル
--------------------------------------------- */
.table_1 table {
	width: 100%;
	margin: 20px 0;
	border-spacing: 0;
	/* IE 7用 */
	*border-collapse: collapse;
}

.table_1 th {
	color: #fff;
	padding: 10px 14px;
	background: #006699;
	background: -moz-linear-gradient(rgba(0,102,153,0.7), rgba(0,102,153,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(0,102,153,0.7)), to(rgba(0,102,153,0.9)));
	font-weight: bold;
	border-right: 1px solid #003366;
	text-shadow: 0 -1px 0 rgba(0,102,153,0.9);
	box-shadow: 0px 1px 0 rgba(255,255,255,0.3) inset;
	text-align: left;
}

/* 最初の行（見出しが横に並ぶ場合） */
.table_1 tr:first-child th {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

.table_1 tr:first-child td:first-child {
	border-left: 1px solid #84b2e0;
}

/* 最初の行（見出しが縦並びの場合） */
.table_1 tr th:first-child {
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
}

/* 最初の行 （th 最初）左上角丸 */
.table_1 tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
	border-left: 1px solid #003366;
}

/* 最後の行 （th 最初）左下角丸 */
.table_1 tr:last-child th:first-child {
	border-radius: 0 0 0 5px;
}

.table_1 td {
	padding: 10px 14px;
	border-bottom: 1px solid #84b2e0;
	border-right: 1px solid #84b2e0;
}

/* 少し狭いテーブル */
.table_1 table.table_narrow td, .table_1 table.table_narrow th {
	text-align: center;
	padding: 10px 6px;
	font-size: 0.9em;
}

.table_1 table.table_narrow tr td:first-child {
	border-left: 1px solid #84b2e0;
}

.table_1 table.table_narrow tbody tr td.gray_bg {
	border-left: none;
}

/* 最初の行 の（td） */
.table_1 tr:first-child td {
	border-top: 1px solid #84b2e0;
}
/* 最初の行 の最後の（td）右上角丸 */
.table_1 tr:first-child td:last-child {
	border-radius: 0 5px 0 0;
}

/* 最後の行 （td 最後）右下角丸 */
.table_1 tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
	box-shadow: 0 0 0 rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

.table_1 th a {
	color: #FFF;
}

/* テーブル中詳細指定 */
.photo_th_td {
	text-align: center;
}

td h4,td h5 {
	clear: both;
	margin: 10px 0;
	padding: 4px;
	font-size: 1.1em;
	color: #FFF;
	background: #096792;
}

td p {
	font-size: 1em;
}

/* sslシール
--------------------------------------------- */
#bel .ssl {
	text-align: left;
}

.ssl {
	text-align: center;
}

.ssl input {
	border: none;
}

.ssl .sslSeal {
	border: 0;
	border-radius: 0;
	margin: 0 auto;
}

/* 似た車両
--------------------------------------------- */
.aliance_box {
	margin: 0 auto 50px;
	width: 960px;
}

.ttl_blue_long {
	background: #f0f0f0;
	border: 1px solid #cbcbcb;
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
	padding: 10px 20px;
	width: 918px;
	font-size: 1.8em;
}

.es-carousel, .es-carousel-long {
	overflow: hidden;
}

.es-carousel ul, .es-carousel-long ul {
	display: none;
}

.es-carousel-long li {
	float: left;
	margin: 0;
}

.es-carousel-long li p {
	margin-bottom: 0px!important;
	font-size: 1em;
	margin-top: 5px;
}

.aliance_box .carousel-wrapper-long {
	padding: 20px 84px 20px 84px;
	position: relative;
	border: 1px solid #cbcbcb;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	background: #ffffff;
	width: 790px;
}

.aliance_box .es-carousel-long {
	overflow: hidden;
	width: 790px;
}

.aliance_box .es-carousel-long a {
	color: #333333;
}

.aliance_box .es-carousel-long a:hover {
	color: #333333;
}

.aliance_box .es-nav span {
	width: 25px;
	height: 90px;
	text-indent: -9000px;
	cursor: pointer;
}

.aliance_box .es-nav span.es-nav-prev {
	position: absolute;
	top: 45px;
	left: 30px;
	background: transparent url(/img/img_sale/common/btn/btn_similar_back.png) no-repeat top left;
}

.aliance_box .es-nav span.es-nav-next {
	position: absolute;
	top: 45px;
	right: 30px;
	background: transparent url(/img/img_sale/common/btn/btn_similar_next.png) no-repeat top left;
}

/* 販売・買取対応エリア一覧（共通部品）
--------------------------------------------- */
.area_box {
	width: 960px;
	margin: 20px auto 40px;
}

.area_listbox {
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	padding: 30px;
	background: url(/img/img_sale/common/area/img_area_map.png) no-repeat;
	background-position: 740px 8px;
}

.area_left {
	float: left;
	margin-right: 25px;
	width: 420px;
}

.area_right {
	float: left;
	width: 450px;
}

.area_listbox dl {
	margin-bottom: 19px;
}

.area_listbox dl:last-child {
	margin-bottom: 0px;
}

.area_listbox dt {
	float: left;
	margin-right: 13px;
	padding-right: 13px;
	position: relative;
}

.area_listbox dt:after {
	content: "";
	width: 0px;
	height: 17px;
	border-left: 1px solid;
	position: absolute;
	right: 0px;
	top: 3px;
}

.area_listbox dt a {
	color: #333333;
}

.area_listbox dt a:hover {
	color: #333333;
}

.area_listbox dd {
	float: left;
}

.area_listbox li {
	float: left;
	font-size: 1em;
	margin-right: 10px;
}

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

.area_listbox ul li a {
	color: #333333;
}

.area_listbox ul li a:hover {
	color: #333333;
}

/* ボタンベースモジュール（margin,paddingなどはプロジェクトで定義）
--------------------------------------------- */
.btnGrad {
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	padding: 20px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	border: none;
	border-radius: 4px;
	border-bottom: 3px solid #0b409e;
	vertical-align: bottom;
	background: -moz-linear-gradient( center top, #00a3ef 50%, #008ae9 50% );
	background: -ms-linear-gradient( top, #00a3ef 50%, #008ae9 50% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #00a3ef), color-stop(50%, #008ae9) );
}

.btnGradRed {
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	padding: 20px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	border: none;
	border-radius: 4px;
	border-bottom: 3px solid #a10701;
	vertical-align: bottom;
	background: -moz-linear-gradient( center top, #ff6866 50%, #ff342b 50% );
	background: -ms-linear-gradient( top, #ff6866 50%, #ff342b 50% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #ff6866), color-stop(50%, #ff342b) );
}

.btnGradOrange {
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	padding: 20px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	border: none;
	border-radius: 4px;
	border-bottom: 3px solid #843707;
	background: -moz-linear-gradient( center top, #ff8c37 50%, #ff6900 50% );
	background: -ms-linear-gradient( top, #ff8c37 50%, #ff6900 50% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #ff8c37), color-stop(50%, #ff6900) );
}

.btnFlat {
	cursor: pointer;
	font-size: 2em;
	padding: 20px;
	text-decoration: none;
	text-align: center;
	color: #333333;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #cccccc;
	vertical-align: bottom;
	background: -moz-linear-gradient( center top, #ffffff 50%, #ededed 50% );
	background: -ms-linear-gradient( top, #ffffff 50%, #ededed 50% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ededed) );
}

.btnRound {
	cursor: pointer;
	font-size: 1.4em;
	padding: 8px;
	text-decoration: none;
	text-align: center;
	color: #333333;
	display: inline-block;
	border-radius: 40px;
	border: 1px solid #cccccc;
	vertical-align: bottom;
	background: -moz-linear-gradient( center top, #ffffff 50%, #ededed 50% );
	background: -ms-linear-gradient( top, #ffffff 50%, #ededed 50% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #ededed) );
}

.btnGrad:hover, .btnGradOrange:hover, .btnGradRed:hover {
	opacity: 0.8;
	color: #ffffff;
}

.btnGrad:active, .btnGradOrange:active, .btnGradRed:active, .btnFlat:active, .btnRound:active {
	position: relative;
	top: 1px;
}

.btnFlat:hover, .btnRound:hover {
	opacity: 0.8;
	color: #333;
}

/* フォームテーブル
--------------------------------------------- */
.formTableArea {
	width: 100%;
	background: #ededed;
	margin-bottom: 20px;
}

.formTableTitle {
	width: 960px;
	font-size: 2.5em;
	margin: -5px auto 5px;
	line-height: 1.4em;
}

.confirmationTitle {
	font-size: 1.8em;
	margin-bottom: 10px;
}

.formTableWrap {
	width: 960px;
	margin: 0 auto;
}

.formTableWrap p {
	font-size: 1.6em;
	margin-bottom: 10px
}

/* step表示 */
.formTableStep {
	background: url(/img/img_sale/common/form/bg_formtable_step_line.gif) repeat-x bottom;
	padding-bottom: 20px;
	padding-top: 40px;
	margin: 0 auto 40px;
	width: 960px;
}

.formTableStep ul li {
	float: left;
	background: url(/img/img_sale/common/form/bg_formtable_step.png) no-repeat;
	width: 240px;
	height: 50px;
	text-align: center;
	margin-right: 5px;
}

.formTableStep ul li.active {
	background: url(/img/img_sale/common/form/bg_formtable_step_active.png) no-repeat;
	font-weight: bold;
}

.formTableStep ul li:last-child {
	background: url(/img/img_sale/common/form/bg_formtable_step_end.png) no-repeat;
	width: 225px;
	margin-right: 0px;
}

.formTableStep ul li:last-child.active {
	background: url(/img/img_sale/common/form/bg_formtable_step_end_active.png) no-repeat;
	font-weight: bold;
}

.formTableStep ul li span {
	width: 240px;
	height: 50px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

/* フォーム単体モジュール .formTable */
.formTable {
	width: 960px;
	margin: 0 auto 40px;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.formTable dl {
	float: left;
	width: 479px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	border-right: 0px;
}

.formTable dt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #e6e6e6;
	width: 180px;
	/* height: 84px; */
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-left: 19px;
}

.formTable dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	width: 300px;
	text-align: center;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 75px;
	word-break: break-all;
}

/* 確認画面配下のスタイルはformTableConfirmのモディファイアでオーバーライドする */
.formTable.formTableConfirm dd {
	text-align: left;
	padding: 15px;
}

.formTable dl.formTableNote dd {
	height: 96px;
	line-height: 2.0em;
}

.formTable dl.formTableNote dd span {
	font-size: 0.9em;
}

.formTable dl.formTableRadio dd {
	text-align: left;
	padding-left: 30px;
}

/* from toサブクラス */
.formTable dl.formInputRange dd > select {
	width: 121px;
	margin-left: 3px;
	margin-right: 3px;
}

.formTable dl.formTableUpTo dd {
	text-align: left;
	padding-left: 15px;
}

.formTable dl.formTableUpTo input[type="text"], .formTable dl.formTableUpTo select {
	width: 190px;
}

.formTable dt span {
	position: absolute;
	top: 5px;
	right: 5px;
}

/* 4セル幅時のdl用サブクラス */
.formTable dl.formTableFill {
	width: 958px;
}

.formTable dl.formTableFill dt {
	width: 179px;
}

.formTable dl.formTableFill dd {
	width: 779px;
}

.formTableAny {
	font-size: 0.7em;
	color: #fff;
	background: #333;
	padding: 1px 4px;
	border-radius: 3px;
}

.formTableRequired {
	font-size: 0.7em;
	color: #fff;
	background: #ff3333;
	padding: 1px 4px;
	border-radius: 3px;
}

.formTable select {
	width: 265px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	margin: 15px;
	background: #ffffff;
	font-size: 1.1em;
	border: 1px solid #cccccc;
}

.formTable input::-moz-placeholder {
	font-weight: normal;
	color: #999;
}

.formTable textarea::-moz-placeholder {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #999;
}

.formTable select[disabled] {
	background: #eeeeee;
}

.formTable input[type="text"].error {
	background: #fff4f3 !important;
	border: 1px solid #ff3333 !important;
}

.formTable input[type="text"] {
	font-size: 1.1em;
	width: 250px;
	height: 33px;
	border-radius: 0px;
	padding-left: 10px;
}

.formTable input[type=radio] {
	display: inline-block;
	margin-right: 6px;
}

.formTable input[type=radio] + label {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}

/* ラジオ、チェックボタン装飾用 */
@media (min-width: 1px) {
	.formTable input[type=radio] {
		display: none;
		margin: 0;
	}

	.formTable input[type=radio] + label {
		display: inline-block;
		position: relative;
		padding: 20px;
	}

	.formTable input[type=radio] + label::before {
		content: "";
		position: absolute;
		top: 32%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		width: 18px;
		height: 18px;
		background: #FFF;
	}

	.formTable input[type=radio] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
	}

	.formTable input[type=radio].error + label::before {
		background: #fff4f3 !important;
		border: 1px solid #ff3333 !important;
	}

	.formTable input[type=radio]:checked + label::after {
		content: "";
		position: absolute;
		top: 40%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: inline-block;
		left: 5px;
		width: 8px;
		height: 8px;
		background: #008aea;
		border-radius: 8px;
	}

	.formTable input[type=checkbox] {
		display: none;
	}

	.formTable input[type=checkbox] + label {
		display: inline-block;
		position: relative;
		padding: 20px;
	}

	.formTable input[type=checkbox]:checked + label {
		color: #008aea;
	}

	.formTable input[type=checkbox] + label::before {
		content: "";
		display: block;
		position: absolute;
		top: 32%;
		left: 0;
		width: 15px;
		height: 15px;
		border: 2px solid #CCC;
		border-radius: 2px;
	}

	.formTable input[type=checkbox]:checked + label::after {
		content: "";
		display: block;
		position: absolute;
		top: 30%;
		left: 5px;
		width: 7px;
		height: 14px;
		transform: rotate(40deg);
		border-bottom: 3px solid #008aea;
		border-right: 3px solid #008aea;
	}
}

.formTable textarea {
	margin: 15px;
	width: 727px;
	height: 100px;
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0px;
}

.formTablePolicy {
	text-align: center;
	font-size: 1.6em;
	background-color: #dddddd;
	padding : 20px;
	margin-bottom: 40px;
}

.formTablePolicy a {
	color: #333333;
}

.formTableFlatBtn {
	font-size: 2.6em;
	padding: 31px 70px 29px;
	margin-right: 30px;
}

.formTableBtn {
	font-size: 3.2em;
	padding: 25px 60px 23px;
}

.formTableSendBtn {
	font-size: 3.2em;
	padding: 25px 120px 23px;
}

/* Thanks */
.formTableThanks {
	position: relative;
}

.formTableThanks p {
	margin-bottom: 40px;
}

.formTableThanks p a {
	color: #fd6b01;
	text-decoration: none;
}

.formSateiThanksLady {
	position: absolute;
	bottom: 0;
	right: 25px;
}

.formTableTopBtn {
	font-size: 1.4em;
	padding: 10px 75px;
	margin-bottom: 40px;
}

.formTableThanksBtnArea {
	text-align: center;
}

.formTableThanksBold {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.4em;
	display: inline-block;
	margin: 20px 0;
}

.formTableBtnArea {
	text-align: center;
	padding-bottom: 40px;
}

/* 電話査定（販売用）
--------------------------------------------- */
.telSaleArea {
	width: 100%;
	margin-bottom: 40px;
}

.telSaleInfoArea {
	background: #ededed;
	width: 100%;
}

.telSaleInfo {
	width: 960px;
	margin: 0 auto;
	padding-top: 24px;
}

.telSaleInfo .left:first-child {
	width: 286px;
}

.telSaleInfo .left p {
	font-size: 1.6em;
}

.telSaleInfo .left p:first-child {
	font-size: 2em;
	font-weight: bold;
}

.telSaleTxt {
	margin: 29px 0 15px;
	width: 673px;
}

.telNumberArea p {
	float: left;
}

.telNumberArea p:first-child {
	background: #008aea;
	color: #fff;
	padding: 8px 13px 5px;
	margin: 8px 0 0;
	border-radius: 3px;
	font-size: 2.2em;
	line-height: 1.2em;
}

.telNumberArea p:last-child {
	font-size: 6.2em;
	line-height: 1em;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 7px;
}

.telNumberArea p:last-child a {
	color: #008aea;
	text-decoration: none;
}

/* 形状アイコン
--------------------------------------------- */
.keizyoBg {
	margin: 0 auto 40px;
	background: #008aea;
	padding: 20px 0 0;
}

.keizyoArea {
	/* width: 960px; */
	/* 形状アイコンへセール追加用 */
	width: 1066px;
	margin: 0 auto;
}

.keizyoArea ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.keizyoArea ul li {
	margin-right: 1px;
	margin-bottom: 20px;
}

.keizyoArea ul li a img {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.keizyoArea ul li a img:hover {
	opacity: 0.8;
}

/* 警告メッセージ
--------------------------------------------- */
/* メッセージ */
.txt_list_message {
	color: #EE0000;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	line-height: 150%;
}

/* 該当無し */
.notFound {
	color: #EE0000;
	text-align: center;
	font-weight: bold;
	font-size: 2.5em;
	margin: 25px 0px 40px 0px;
}

/* グラデーションタイトルのお知らせ枠フォーマット
--------------------------------------------- */
.sale .noticeTitle {
	background: #31a0ee;
	background: -moz-linear-gradient(top, #31a0ee 0%, #018aea 100%);
	background: -webkit-linear-gradient(top, #31a0ee 0%,#018aea 100%);
	background: linear-gradient(to bottom, #31a0ee 0%,#018aea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31a0ee', endColorstr='#018aea',GradientType=0 );
	height: 50px;
	border-radius: 5px 5px 0px 0px;
}

.noticeTitleTxt {
	color: #ffffff;
	padding-top: 13px;
	padding-left: 22px;
	font-size: 1.8em;
	font-weight: bold;
}

.sale .noticeBox {
	border: 3px solid #008aea;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	background: #f2f9fe;
	padding: 20px;
}

/* サイド告知ニョキ（即納）
--------------------------------------------- */
/* 20190822 コメント
#sideSlideInfoArea {
	position: fixed;
	right: 0;
	bottom: 180px;
	z-index: 999;
}

#sideSlideInfoArea .sideSlideInfo {
	position: relative;
	width: 110px;
	height: 278px;
}

#sideSlideInfoArea .sideSlideInfoBtn {
	position: absolute;
	right: 110px;
}

#sideSlideInfoArea #sideSlideInfoBtnOpen {
	cursor: pointer;
}

#sideSlideInfoArea #sideSlideInfoBtnClose {
	cursor: pointer;
}
*/

/* 簡易アンケート
--------------------------------------------- */
.feedBackArea {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 9999999;
	width: 316px;
	background: #fff;
	text-align: center;
	border: 1px solid #ccc;
}

.feedBackArea .feedBackBox {
	padding: 12px 0 13px 0;
}

.feedBackArea .feedBackBox dl dt {
	font-size: 14px;
	margin-bottom: 10px;
}

.feedBackArea .feedBackBox dl dd {
	margin-bottom: 7px;
}

.feedBackArea .feedBackBox dl dd textarea {
	background: #fff;
	font-size: 13px;
	line-height: 1.4em;
	width: 272px;
	height: 56px;
	padding: 7px;
	resize: none;
}

.feedBackArea .feedBackBox p a {
	background: #008aea;
	text-decoration: none;
	padding: 7px 0;
	color: #fff;
	border-radius: 3px;
	display: block;
	width: 288px;
	margin: 0 auto;
}

.service .feedBackArea .feedBackBox p a {
	background: #e20000;
}

.proposal .feedBackArea .feedBackBox p a {
	background: #FA6B00;
}

.feedBackArea .feedBackBox p a:hover {
	opacity: 0.8;
}

.feedBackArea .thanksBox {
	display: none;
	padding: 10px 0 0 0;
	position: relative;
	text-align: right;
	font-weight: bold;
}

.feedBackArea .thanksBox .txt {
	padding: 26px 12px 32px 0;
}

.feedBackArea .thanksBox img {
	position: absolute;
	bottom: 0;
	left: 10px;
}

.feedBackArea .btnClose {
	position: relative;
	z-index: 1;
}

.feedBackArea .btnClose a {
	display: inline-block;
	width: 15px;
	height: 15px;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 10px;
}

.feedBackArea .btnClose a:before,
.feedBackArea .btnClose a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84%;
	height: 16%;
	margin: -8% 0 0 -42%;
	background: #333;
}

.feedBackArea .btnClose a:before {
	transform: rotate(-45deg);
}

.feedBackArea .btnClose a:after {
	transform: rotate(45deg);
}

/* レビュー
--------------------------------------------- */
.commonReviewTitle {
	width: 960px;
	margin: 0 auto;
}
.commonReviewArea {
	width: 960px;
	margin: 0 auto 40px;
	border: 1px solid #ccc;
}
.commonReviewArea a {
	color: #333;
}
.commonReviewArea .reviewList {
	width: auto;
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 20px;
}
.commonReviewArea .reviewList:last-child {
	border-bottom: none;
}
.commonReviewArea .reviewList .infoArea {
	width: 680px;
	margin-right: 20px;
	float: left;
}
.commonReviewArea .reviewList .infoArea .infoTop {
	margin-bottom: 15px;
}
.commonReviewArea .reviewList .infoArea .infoTop .category {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.commonReviewArea .reviewList .infoArea .infoTop .category a {
	font-size: 12px;
	padding: 4px 12px;
	color: #fff;
	background-color: #2baf83;
	text-decoration: none;
}
.commonReviewArea .reviewList .infoArea .infoTop .category a:hover {
	text-decoration: underline;
}
.commonReviewArea .reviewList .infoArea .infoTop .title {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
}
.commonReviewArea .reviewList .infoArea .infoMiddle {
	line-height: 1.2em;
	margin-bottom: 15px;
}
.commonReviewArea .reviewList .infoArea .infoMiddle .icon {
	float: left;
	margin-right: 10px;
}
.commonReviewArea .reviewList .infoArea .infoMiddle .icon img {
	width: 40px;
}
.commonReviewArea .reviewList .infoArea .infoMiddle .stars {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 3px;
	line-height: 1em;
}
.commonReviewArea .reviewList .infoArea .infoMiddle .stars img {
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}
.commonReviewArea .reviewList .infoArea .infoMiddle .value {
	display: inline-block;
	margin-top: 3px;
	margin-right: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #ff8a00;
	vertical-align: middle;
	line-height: 1em;
}
.commonReviewArea .reviewList .infoArea .infoMiddle .detail {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 3px;
}
.commonReviewArea .reviewList .infoArea .infoMiddle .name {
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
}
.commonReviewArea .reviewList .infoArea .infoMiddle .area {
	display: inline-block;
	font-size: 13px;
}
.commonReviewArea .reviewList .infoArea .infoBottom {
	line-height: 1.6em;
}
.commonReviewArea .reviewList .infoArea .infoBottom .comment {
	font-size: 15px;
}
.commonReviewArea .reviewList .infoArea .infoBottom .more {
	font-size: 14px;
	margin-left: 10px;
	font-weight: bold;
}
.commonReviewArea .reviewList .photoArea {
	float: right;
	width: 200px;
	height: 140px;
	overflow: hidden;
	position: relative;
}
.commonReviewArea .reviewList .photoArea .photo img {
	width: 198px;
	height: 138px;
	object-fit: cover;
	border: 1px solid #ccc;
}
.commonReviewArea .reviewList .photoArea .photo img:hover {
	border: 1px solid #2baf83;
}
.commonReviewArea .reviewList .photoArea .photo img:hover::after {
	content: url(/img/img_sale/review/on_photo.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
.commonReviewArea .reviewList .photoArea .noPhoto img {
	width: 198px;
	height: 138px;
	border: 1px solid #ccc;
}
.commonReviewArea .reviewList .photoArea .caption {
	text-align: center;
	margin-top: 40px;
}
.commonReviewArea .reviewList .photoArea .caption a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.commonReviewArea .reviewList .photoArea .caption img {
	margin-top: 40px;
}
.commonReviewArea .reviewList .photoArea .photoMask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-sizing: border-box;
}
.commonReviewArea .reviewList .photoArea:hover .photoMask {
	opacity: 1;
}
