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

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

/* 個別CSSファイル無し
--------------------------------------------- */
/* /service/satei/step2.phpのみで使用 */
.icon_middle img {
	vertical-align:middle;
}

body {
	min-width: 1200px;
}

/* /service/satei/thanks.htmlのみで使用 */
.bnrList {
	text-align:center;
}
.bnrList li {
	margin-bottom:10px;
}
/* 個別CSSファイル無し ここまで */

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;
}

/* リンク
--------------------------------------------- */
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;
}

/* その他共通部品
--------------------------------------------- */
/* テキスト アンダーライン */
.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;
}

/* フォーム
--------------------------------------------- */
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打ち消し用 */
}

/* 買取系タイトル */
.service .ttl {
	font-size: 2em;
	margin: 0 0 10px;
	padding-left: 15px;
	background: url(/img/img_service/common/ttl/ico_service_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;
}

/* 追従
--------------------------------------------- */
/* お知らせ */

/* /service/用枠組み */
.slideInfoService {
	position: fixed;
	top: 0px;
	z-index: 10;
	background: #fff4f4;
	width: 100%;
	height: 80px;
	border-top: 3px solid #ee3333;
	border-bottom: 1px solid #cccccc;
}

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

.slideInfoBox ul li {
	float: left;
}

.slideInfoBox ul li:last-child {
	float: right;
}

.slideInfo {
	margin-top: 6px;
}

.slideInfo img {
	float: left;
}

.slideInfoTxt {
	margin: 17px 0 0 11px;
	float: left;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 5px 10px;
	position: relative;
}

.slideInfoTxt:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 10px solid #cccccc;
	position: absolute;
	left: -10px;
	bottom: 10px;
}

.slideInfoTxt:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 8px solid #ffffff;
	position: absolute;
	left: -8px;
	bottom: 11px;
}

.slideInfoTxt p {
	font-size: 1em;
}

.slideContactInfo {
	width: 250px;
	margin-top: 12px;
}

.slideContactInfo .tel p {
	margin-bottom: 0px!important;
}

/* 無料部分/service/用 */
.slideInfoService .slideContactInfo .tel p:nth-child(1) {
	float: left;
	background: #ee3333;
	color: #ffffff;
	border-radius: 3px;
	padding: 2px 7px 1px;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0px;
}

/* 電話番号/service/用 */
.slideInfoService .slideContactInfo .tel p:nth-child(2) {
	color: #ee3333;
	font-weight: bold;
	font-size: 1.8em;
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	line-height: 1em;
}

/* 電話番号（リンク対策）/service/用 */
.slideInfoService .slideContactInfo .tel p:nth-child(2) a {
	color: #ee3333;
	text-decoration: none;
}

.slideContactInfo .hours {
	margin-top: 7px;
}

.slideContactInfo .hours p {
	margin-bottom: 0px!important;
	font-size: 1em;
}

/* 電話査定（買取用）
--------------------------------------------- */
.telSateiArea {
	width: 100%;
	margin-bottom: 40px;
}

.telSateiTitle {
	width: 960px;
	margin: 0 auto 10px;
}

.telSateiTitle h1, .telSateiTitle h2 {
	font-size: 2.5em;
	line-height: 1.2em;
}

.serviceType {
	margin-top: 8px;
}

.serviceType ul {
	margin-bottom: 0px;
}

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

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

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

.serviceType ul li a:hover {
	color: #333333;
	text-decoration: none;
}

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

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

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

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

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

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

.telNumberArea p {
	float: left;
}

.telNumberArea p:first-child {
	background: #ee3333;
	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: #ee3333;
	text-decoration: none;
}

/* 査定フォーム
--------------------------------------------- */
.formSateiBtn {
	font-size: 3.2em;
	padding: 22px 0px 20px;
	width: 600px;
}

.sateiType {
	width: 960px;
	margin: 0 auto 40px;
}

.sateiType ul {
	margin-bottom: 40px;
}

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

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

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

.sateiType ul li a:hover {
	color: #333333;
	text-decoration: none;
}

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

.formSateiStep2Caution {
	margin-bottom: 20px;
}

.formSateiStep2Caution img {
	float: left;
	width: 49px;
	margin-right: 20px;
}

.formSateiStep2Caution p {
	float: left;
	margin-bottom: 0px;
	font-size: 1.6em;
}

.check-policy-error-text {
	margin-bottom: 10px !important;
	display: none;
	text-align: center;
	margin-top: 20px;
}

.formSateiStep2Policy {
	background: #dddddd;
	text-align: center;
	padding: 13px;
	margin-bottom: 40px;
}

.formSateiStep2Policy ul {
	width: 280px;
	margin: 0 auto;
}

.formSateiStep2Policy li {
	float: left;
	font-size: 1.6em;
	position: relative;
}

.formSateiStep2Policy a {
	color: #333333;
}

.formSateiStep2Policy p {
	margin-bottom: 0px;
	font-size: 1em;
	position: absolute;
	top: -2px;
	left: 5px;
	width: 38px;
}

.formSateiStep2Policy a:hover {
	color: #333333;
	text-decoration: none;
}

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

.formCheckPolicy input[type=checkbox] + label {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

@media (min-width: 1px) {
	.formCheckPolicy input[type=checkbox] {
		display: none;
		margin: 0;
	}

	.formCheckPolicy input[type=checkbox] + label {
		padding: 9px 25px 8px 4px;
	}

	.formCheckPolicy input[type=checkbox] + label::before {
		content: "";
		position: absolute;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: -8px;
		background: #FFF;
	}

	.formCheckPolicy input[type=checkbox] + label::before {
		border: 2px solid #cccccc;
	}

	.formCheckPolicy input[type=checkbox]:checked + label::before {
		background: #ff3333;
	}

	.formCheckPolicy input[type=checkbox]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}

	.formCheckPolicy input[type=checkbox]:checked + label::after {
		left: 3px;
		width: 14px;
		height: 8px;
		margin-top: -3px;
		border-left: 3px solid #ffffff;
		border-bottom: 3px solid #ffffff;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

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

.formSateiStepBtnArea ul {
	width: 595px;
	margin: 0 auto;
}

.formSateiStepBtnArea li {
	float: left;
	margin-right: 30px;
}

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

.formSateiStepBackBtn {
	font-size: 1.9em;
	padding: 34px 0px 32px 0px;
	width: 198px;
}

.formSateiStepBtn {
	font-size: 2.3em;
	padding: 35px 0px 30px;
	width: 360px;
}

.formSateiStepInputErr {
	background: #fff4f3!important;
	border: 1px solid #ff3333!important;
}

.formSateiStepTopBtn {
	font-size: 1.6em;
	padding: 13px 0px 11px 0px;
	width: 286px;
}

/* 買取実績一覧
--------------------------------------------- */
.contentsArea .serviceTrucklistInfo {
	font-size: 1.6em;
	margin: 0px 0px 15px;
}

.serviceTrucklistArea {
	margin-bottom: 20px;
}

.serviceTrucklistBox {
	background: #ffffff;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
	width: 178px;
	height: 353px;
	float: left;
	margin-right: 15px;
}

.serviceTrucklistBox:nth-child(5n) {
	margin-right: 0px;
}

.serviceTrucklistPhotoBox img {
	width: 178px;
	height: 133px;
}

.serviceTrucklistNameBox {
	height: 60px;
	padding: 10px;
}

.serviceTrucklistName {
	font-size: 1.3em;
}

.serviceTrucklistName a {
	color: #333333;
}

.serviceTrucklistSpecBox {
	padding: 0 10px;
}

.serviceTrucklistSpecBox dl {
	width: 160px;
	display: table;
}

.serviceTrucklistSpecBox dt {
	float: left;
	font-weight: normal;
	font-size: 1.3em;
	white-space: nowrap;
}

.serviceTrucklistSpecBox dd {
	float: left;
	font-size: 1.3em;
}

.serviceTrucklistCntrlBox {
	padding: 10px;
	text-align: center;
}

.serviceTrucklistCntrlBox p {
	margin-bottom: 0px!important;
}

.serviceTrucklistCntrlBox .pointBtn {
	font-size: 1em;
	padding: 8px 0px 5px;
	width: 160px;
}

.serviceTruckAllBtnArea {
	text-align: center;
	margin-bottom: 40px;
}

.serviceTruckAllBtn {
	font-size: 2.4em;
	padding: 12px 0px 9px;
	width: 333px;
}

/* 形状・ディーラー一覧
--------------------------------------------- */
.contentsArea .serviceTruckOptionInfo {
	font-size: 1.6em;
	margin: 0px 0px 15px;
}

.serviceTruckOptionArea {
	margin-bottom: 40px;
}

.serviceTruckOptionList li {
	float: left;
	width: 178px;
	height: 68px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 1.4em;
	background: #eeeeee;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 1.4em;
}

.serviceTruckOptionList li:nth-child(5n) {
	margin-right: 0px
}

.serviceTruckOptionList li a {
	color: #333333;
	text-decoration: none;
	display: block;
}

.serviceTruckOptionList li a:hover {
	background: #ee3333;
	color: #ffffff;
	text-decoration: none;
}

.serviceTruckOptionList li span {
	height: 68px;
	width: 178px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.serviceTruckOptionType {
	text-align: right
}

.serviceTruckOptionType ul li {
	float: left;
	background: url(/img/img_sale/common/ico/li_bg_1.png) no-repeat 3px 5px;
	padding-left: 17px;
	margin-right: 25px;
}

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

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

.serviceTruckOptionType ul li a:hover {
	color: #333333;
	text-decoration: none;
}


/* /service/satei/及びtax.html Form関連
------------------------------------------------------------- */
.applicationForm .error {
	background-color: #fbf7b9;
	border: 2px solid #ff4e00;
}

.applicationForm .table_1 table input {
	vertical-align: middle;
}

.applicationForm .table_1 table th {
	width: 210px;
}

.applicationForm .f_supplement_textarea {
	font-size: 0.9em;
}

.applicationForm .f_necessity_l {
	float: left;
	width: 158px;
	font-size: 1em;
	margin-bottom: 0!important;
}

.applicationForm .f_necessity_r {
	float: right;
	width: 42px;
	font-size: 1em;
	margin-bottom: 0!important;
}

.applicationForm .f_input {
	float: left;
	width: 330px;
	margin-bottom: 0!important;
}

.applicationForm .f_supplement {
	float: left;
	width: 360px;
	font-size: 0.8em;
	margin-bottom: 0!important;
}

/* placeholderの色を変更 */
.applicationForm input[type="text"]::-webkit-input-placeholder {
	color: #999;
}

.applicationForm input[type="text"]:-ms-input-placeholder {
	color: #999;
}

.applicationForm input[type="text"]:-moz-placeholder {
	color: #999;
}

.applicationForm .placeholder {
	color: #999;
}

.applicationForm textarea {
	width: 80%;
	font-size: 1.1em;
	padding: 6px !important;
}

.applicationForm .f_focus {
	background-color: #fbf7b9;
}

/* フォーム下のFAX、他社、おまとめ査定 */
.sateiOthers {
	position: relative;
	height: 174px;
	margin-bottom: 20px;
	background: url(/img/img_service/satei/satei_bg2.jpg) no-repeat;
	zoom: 1;
}

.sateiOthers a.btnFax {
	position: absolute;
	top: 90px;
	left: 20px;
}

.sateiOthers a.btnTasha {
	position: absolute;
	top: 90px;
	right: 330px;
}

.sateiOthers a.btnPlural {
	position: absolute;
	top: 90px;
	right: 20px;
}

/* 形状アイコン
--------------------------------------------- */
#keizyo_inner {
	width: 940px;
	height: 172px;
	margin-bottom: 20px;
	padding: 8px 0 0 20px ;
	background: url(/img/img_sale/common/truck//keizyo_icon_inner.png) no-repeat;
}

#keizyo_inner li {
	float: left;
	margin-right: 7px;
	margin-top: 10px;
	width: 109px;
	height: 68px;
}

.icon_figure {
	width: 108px;
	height: 68px;
	display: block;
	position: relative;
}

.icon_figure_hover {
	position: relative;
	top: -68px;
}

.icon_figure_selected {
	position: relative;
	top: -136px;
}

/* グラデーションタイトルのお知らせ枠フォーマット
--------------------------------------------- */
.service .noticeTitle {
	background: #ed323f;
	background: -moz-linear-gradient(top, #fa5c63 0%, #ed323f 100%);
	background: -webkit-linear-gradient(top, #fa5c63 0%,#ed323f 100%);
	background: linear-gradient(to bottom, #fa5c63 0%,#ed323f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5c63', endColorstr='#ed323f',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;
}

.service .noticeBox {
	border: 3px solid #ee3333;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	background: #fff4f4;
	padding: 20px;
}

/* service 「お問合せは電話かウェブで！」エリア
--------------------------------------------- */
.service .noticeBox {
	padding-bottom: 0px;
	padding-top: 5px;
}

.service .noticeBox ul li {
	float: left;
}

.service .noticeBox .contactTel {
	padding: 23px 10px 0px 0px;
	width: 360px;
}

.service .noticeBox .contactTel .tel p:nth-child(1) {
	float: left;
	background: #ee3333;
	color: #ffffff;
	border-radius: 3px;
	padding: 2px 7px 1px;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 2px;
}

.service .noticeBox .contactTel .tel p:nth-child(2) {
	color: #ee3333;
	font-weight: bold;
	font-size: 2.7em;
	float: left;
	margin-left: 4px;
	margin-top: 2px;
	line-height: 1em;
}

.service .noticeBox .contactTel .tel p:nth-child(2) a {
	color: #ee3333!important;
	text-decoration: none;
}

.service .noticeBox .contactTel .hours {
	margin-top: 5px;
}

.service .noticeBox .contactTel .hours p {
	font-size: 1.1em;
}

.service .noticeBox .webContactBtnArea {
	width: 310px;
	height: 75px;
	border-left: 1px solid #ffbaba;
	padding-top: 13px;
	padding-left: 50px;
	margin-top: 10px;
	margin-left: 40px;
}

.service .noticeBox .webContactBtn {
	font-size: 1.5em;
	padding: 19px 66px 15px 66px;
}

/* 簡易アンケート
--------------------------------------------- */
.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;
}

/* 送信中
--------------------------------------------- */
#sendingBg {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#sendingBg .spinnerBg {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sendingBg .spinner {
	width: 50px;
	height: 50px;
	border: 5px #ededed solid;
	border-top: 5px #ff3333 solid;
	border-radius: 50%;
	animation: spinnerAnime 1s infinite linear;
}
@keyframes spinnerAnime {
	100% {
	transform: rotate(360deg);
	}
}