body {

	font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
	font-size: 16px;
	line-height: 1.4;

}
img {
    vertical-align: top;
}
.clearfix {

}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
}


/* 一台のリスト */
.oiwai-car-details-box {
	background-color: #e1e1e1;
	/*width: 98%;*/
	margin-right: auto;
	margin-left: auto;
}


/* 車名タイトル */
.oiwai-car-details-carname {
	color: #000;
	font-size: 120%;
	/*margin-bottom: 8px;*/
	text-align: left;
	padding: 10px;
	font-weight: bold;
}
/* 車名タイトル太字 */
.oiwai-car-details-carname span {
	color: #333;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: left;
}

/* ////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
右－写真・お祝いGETボタン
///////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////// */

/* 車輌写真 */
.oiwai-car-details-right-box {
	background-color: #C5C5C5;
}

.oiwai-car-details-right-box img {
	width: 100%;	
	}
/* ステイタス表示 */
.status{
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	background-image: url(../../../../img/com/contents/oiwaiget/status-back.png);
	background-repeat: repeat;
	width: 140px;
	z-index: 10;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
	top: 67px;
}


/* お祝いGETエリア */
.oiwai-get-box{
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	}

/* お祝いGETタイトル */
.oiwai-get-box-title{
	font-weight: bold;
	color: #FFF;
	background-color: #DA3915;
	text-align: center;
	/*padding: 10px;*/
	font-size: 20px;
	margin: 10px;
	}
/* GETボタン */
.oiwai-car-details-get a{
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	margin-right: auto;
	margin-left: auto;
	color: #DA3915;
	display: block;
	background-image: url(../../../../img/com/contents/oiwaiget/get-icon.png);
	background-repeat: no-repeat;
	height: 30px;
	text-decoration: none;
	background-position: center center;
	margin-bottom: 15px;
	padding-top: 180px;
	}
.oiwai-car-details-get a:hover{
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0);
	color: #FFF;
	background-color: #DA3915;
	
	}


/* ////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
左－詳細表記
///////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////// */


/* 金額表示のBOX */
.oiwai-car-details-price-box {
	width: 100%;
}

/* 金額表示-タイトル */
.oiwai-car-details-price-title-box {
	font-weight: bold;
	color: #333;
	background-color: #C5C5C5;
	float: left;
	width: 30%;
	font-size: 110%;
	text-align: center;
}
.oiwai-car-details-price-title-box p {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #c2c2c2;
	padding-top: 13px;
	padding-bottom: 13px;
}
/* 金額表示-データ */
.oiwai-car-details-price-data {
	color: #666;
	float: left;
	width: 70%;
	font-size: 100%;
	text-align: right;
}
.oiwai-car-details-price-data p {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #c2c2c2;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 80%;
	text-align: center;
}
/* 金額表示-オレンジ */
.oiwai-car-details-price-data span {
	font-family: 'Nunito', sans-serif;
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
	font-size: 258%;
	color: #F30;
	/*padding-right: 3px;*/
	font-weight: 700;
}


/* お祝い金額ICON */
.oiwai-price-icon {
	width: 45%;
	text-align: center;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c2c2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 21px;
	padding-bottom: 20px;
}
.oiwai-price-icon img {
	width: 80%;

}

/* 詳細-データ */
.oiwai-car-details-spec-box {
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	}


/* 詳細-データテーブル */
.table-th {
	background-color: #CCC;
	padding: 10px;
	width: 30%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.table-td {
	background-color: #e1e1e1;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	width: 70%;
}

/* ////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
店舗情報
///////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////// */

/* 店舗ボックス */
.oiwai-details-shop-box {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c2c2c2;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 店舗ボックスタイトル */
.oiwai-details-shop-title {
	font-size: 110%;
	color: #E3E3E3;
	background-color: #333;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 10px;
}
/* 詳細ボックス */
.oiwai-details-shop-box-a {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
/* 詳細ボックス電話とFAXのボックス */
.oiwai-details-shop-box-left {
	float: left;
}
/* 詳細ボックス営業時間と定休日のボックス */
.oiwai-details-shop-box-right {
	float: right;
}
/* 店名 */
.oiwai-details-shop-name {
	font-size: 130%;	
	text-shadow: 1px 1px 1px rgba(170, 170, 170, 1);
	color: #333;
	padding-top: 10px;
}
/* 住所 */
.oiwai-details-shop-add {
	font-size: 100%;
	color: #333;
	padding-top: 10px;
	margin-bottom: 10px;
}
/* 各タブ */
.oiwai-details-shop-box-tab {
	margin-bottom: 10px;
}
/* 各タブのタイトル */
.oiwai-details-shop-box-tab span {
	font-size: 80%;
	color: #CCC;
	background-color: #333;
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 10px;

}
/* TEL&FAX */
.oiwai-details-shop-box-tab strong {
	font-size: 130%;
	font-family: 'Nunito', sans-serif;
	color: #333;
	line-height: 0%;
	font-weight: normal;
	vertical-align:middle;
}
/* 字間 */
.ls {
letter-spacing: 3px;
}
/* 店舗フォト */
.oiwai-details-shop-photo {
	background-color: #0CF;
	clear: both;
	height: 130px;
}
/* 店舗マップ */
.oiwai-details-shop-map {
	background-color: #9F3;
	height: 150px;
}


#back_a p{
	width:54px;
	height:20px;
	border:1px solid #979797;
	padding:7px 0px 5px 0px;
	text-align:center;
	margin-left:5px;
}
#back_a p:hover{
	width:54px;
	height:20px;
	background-color:#d1e2f2;
	border:1px solid #77aee5;
	padding:7px 0px 5px 0px;
	text-align:center;
	margin-left:5px;
}


/* 問い合わせフォーム部分  ///////////////////////////////////*/
/* フォームのタイトル */
.oiwai-details-shop-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

/* フォームの項目 */
.oiwai-car-details-form-item {
    margin-bottom: 20px;
}

/* フォームの項目のタイトル */
.oiwai-car-details-form-info {
    font-size: 18px;
    margin-bottom: 10px;
}

/* 必須・任意マーク */
.icon-1 {
    vertical-align: -2px;
    border-radius: 3px;
}

/* 入力欄 */
.input-text {
    font-size: 16px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

/* テキストエリア */
textarea.input-text {
    resize: vertical;
}

/* チェックボックスとラベル */
input[type="checkbox"] {
    margin-right: 5px;
}

label {
    font-size: 16px;
    margin-right: 20px;
}

/* 送信ボタン */
#oiwai-submit {
    text-align: center;
    margin-top: 30px;
}

.oiwai-get-box-link {
    display: inline-block;
    font-size: 18px;
    padding: 10px 40px;
    color: #fff;
    background-color: #DA3915;
    /*border: 1px solid #4cae4c;*/
    border-radius: 5px;
    text-decoration: none;
    margin-bottom: 30px;
    font-weight: bold;
}

.oiwai-get-box-link:hover {
    background-color: #9f2a0f;
}
