@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	display: block;
}
iframe {
}
/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a:link {
}
a:visited {
}
/* ホバー、一旦透過で */
a:hover {
	opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=75); /* IE lt 8 */
	-ms-filter: "alpha(opacity=75)"; /* IE 8 */
	-khtml-opacity: .75; /* Safari 1.x */
	-moz-opacity: .75; /* FF lt 1.5, Netscape */
}
a:active {
}
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
*zoom:1;
}
/*------------------------------------------------------------
	その他
------------------------------------------------------------*/
.text_off {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.fl_R {
	float: right;
}
.fl_L {
	float: left;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5em;
}
#wrapper {
	background: none repeat scroll 0 0 #fff;
	height: auto !important;
	min-height: 100%;
	width: 100%;
}
#container {
	width: 100%;
	width: 980px;
	margin: 0 auto;
}
.container {
	width: 980px;
	margin: 0 auto;/*	overflow: hidden;*/
}
#conts {
	width: 710px;
	float: left;
	margin: 20px 20px 0 0;
}
#sidebar {
	width: 250px;
	float: left;
	margin-top: 20px
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
/* トップの帯 */
#head_top {
	background: #060650;
	height: 38px;
	color: #fff;
}
#head_top_inner {
	width: 980px;
	height: 38px;
	margin: 0 auto;
	position: relative;
}
.head_copy {
	position: absolute;
	left: 0;
	bottom: 5px;
}
.search {
	float: right;
	padding: 5px 50px;
	background: #fff;
	color: #000;
	margin: 5px;
}
.other_menu {
	float: right;
	padding: 15px 0 0;
}
.other_menu li {
	display: inline-block;
	padding: 0 5px;
}
.other_menu a {
	color: #fff;
	text-decoration: none;
}
.other_menu a:hover {
	text-decoration: underline;
}
/* ヘッダー */
#gHeader {
	height: 125px;
	position: relative;
}
.logo {
	position: absolute;
	left: 0;
	top: 15px;
}
.reservation {
	position: absolute;
	right: 0;
	top: 15px;
	width: 193px;
	height: 54px;
	background: url("../../img/common/header/reservation_btn.png") no-repeat;
}
.call {
	float: right;
	margin: 15px 200px 0 0;
}
#gNavi {
	height: 60px;
}
#gNavi li {
	float: left;
	margin-right: 10px;
}
#gNavi li:last-child {
	margin-right: 0;
}
#gNavi li a {
	display: block;
	width: 155px;
	height: 43px;
	border-bottom: solid 4px #AFAFAF;
}
#gNavi li a:hover, #gNavi li a.current {
	opacity: 1;
	border-bottom: solid 4px #0062d0;
}
#gNavi .gNavi_01 {
	background: url("../../img/common/header/header_bg.png") no-repeat;
	background-position: 0px 0px;
}
#gNavi .gNavi_02 {
	background: url("../../img/common/header/header_bg.png") no-repeat;
	background-position: -165px 0px;
}
#gNavi .gNavi_03 {
	background: url("../../img/common/header/header_bg.png") no-repeat;
	background-position: -330px 0px;
}
#gNavi .gNavi_04 {
	background: url("../../img/common/header/header_bg.png") no-repeat;
	background-position: -495px 0px;
}
#gNavi .gNavi_05 {
	background: url("../../img/common/header/header_bg.png") no-repeat;
	background-position: -660px 0px;
}
#gNavi .gNavi_06 {
	background: url("../../img/common/header/header_bg.png") no-repeat;
	background-position: -825px 0px;
}
/* ぱんくず */
#breadcrumb {
	margin: 3px 0;
	padding: 5px;
	background: #CCC;
}
#breadcrumb li {
	float: left;
}
#breadcrumb a {
	color: #000;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb .current {
	color: #0062D0;
}
/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
.side_bnr {
	margin-bottom: 30px;
}
.side_bnr a {
	display: block;
	width: 248px;
	border: solid 1px #bfbfbf;
	margin-bottom: 10px;
}
.side_bnr img {
	border: solid 1px #fff;
}
/* デフォルトテーブル */
.searchbox table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #999;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	border-radius: 5px;
}
.searchbox table th {
	vertical-align: top;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #EFF2F3), color-stop(1.00, #ffffff));
	background: -webkit-linear-gradient(#EFF2F3, #ffffff);
	background: -moz-linear-gradient(#EFF2F3, #ffffff);
	background: -o-linear-gradient(#EFF2F3, #ffffff);
	background: -ms-linear-gradient(#EFF2F3, #ffffff);
	background: linear-gradient(#EFF2F3, #ffffff);
	border: 1px solid #d5d8d9;
}
.searchbox table th.title {
	font-size: 1.4em;
	vertical-align: top;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	background-color: #003366;
	border: 1px solid #d5d8d9;
	color: #fff;
}
.searchbox table td {
	vertical-align: top;
	padding: 10px;
	text-align: center;
	border: 1px solid #d5d8d9;
}
.searchbox select, .searchbox input {
	border: 1px solid #bab2a9;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #5c5c5c;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding: 2px;
	margin: 0 5px 0px 2px;
}
.searchbox .submit input {
	margin: 20px auto 10px;
	cursor: pointer;
	border: 1px solid #3B57C9;
	background: #3C8BE8;
	background: -webkit-gradient(linear, left top, left bottom, from(#1A6B9D), to(#3C8BE8));
	background: -webkit-linear-gradient(top, #3C8BE8, #1A6B9D);
	background: -moz-linear-gradient(top, #3C8BE8, #1A6B9D);
	background: -ms-linear-gradient(top, #3C8BE8, #1A6B9D);
	background: -o-linear-gradient(top, #3C8BE8, #1A6B9D);
	background-image: -ms-linear-gradient(top, #3C8BE8 0%, #1A6B9D 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #3B57C9 0 1px 0;
	color: #fff;
	padding: 4px 0;
	min-width: 150px;
	text-decoration: none;
	vertical-align: middle;
}
.searchbox .submit input:hover {
	border: 1px solid #3B57C9;
	text-shadow: #3B57C9 0 1px 0;
	background: #1A6B9D;
	background: -webkit-gradient(linear, left top, left bottom, from(#3C8BE8), to(#1A6B9D));
	background: -webkit-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -moz-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -ms-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -o-linear-gradient(top, #1A6B9D, #3C8BE8);
	background-image: -ms-linear-gradient(top, #1A6B9D 0%, #3C8BE8 100%);
	color: #fff;
}
.searchbox .submit input:active {
	text-shadow: #3B57C9 0 1px 0;
	border: 1px solid #3B57C9;
	background: #1A6B9D;
	background: -webkit-gradient(linear, left top, left bottom, from(#3C8BE8), to(#1A6B9D));
	background: -webkit-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -moz-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -ms-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -o-linear-gradient(top, #1A6B9D, #3C8BE8);
	background-image: -ms-linear-gradient(top, #1A6B9D 0%, #3C8BE8 100%);
	color: #fff;
}
/* 人気レンタカーランキング　デザイン */

ul.ranking_list {
	margin-top: 10px;
	text-align: center;
}
ul.ranking_list li {
	/*	border-bottom: dotted 1px #ccc;*/
	padding: 0 0 30px;
}
.ranking_list .number {
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 25px;
}
.ranking_list .number .fa {
	color: #F2760D;
	font-size: 2rem;
	margin-right: 10px;
}
.ranking_list .car_img {
	width: 175px;
	background: #fff;
	padding: 2px;
	border: solid 1px #CCCCCC;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}
.ranking_list .car_info {
	position: relative;
}
.ranking_list .car_info .company {
	font-size: 1.3rem;
	font-weight: bold;
}
.ranking_list .more_link {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	color: #003366;
}
.ranking_list .car_img .campaign_obi_list {
	position: absolute;
	top: -32px;
	left: -40px;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
/* headline */
.head_line_01 {
	position: relative;
	margin-bottom: 25px;
}
/* contents.css h2.borderと同じ指定 */
.head_line_02 {
	position: relative;
	font-size: 1.8em;
	/* font-weight: normal; */
	color: #003366;
	border-left: 6px solid #0066cc;
	padding: 10px 0 10px 12px;
	margin-bottom: 20px;
}
.head_line_03 {
	color: #fff;
	background-color: #003366;
	padding: 15px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border: 0px;
	font-size: 1.8em;
	margin-bottom: 15px;
}
.head_line_04 {
	font-size: 1.2rem;
	/* font-weight: normal; */
	color:;
	padding: 5px 0 5px 12px;
	margin: 0 0 30px;
	border-bottom: solid 1px #A1A1A1;
	border-left: solid 8px #A1A1A1;
}
.value {
	margin: 15px 0;
}
.includingTax {
	font-size: 14px;
	text-align: right;
	font-weight: bold !important;
	color: #b9010e;
}
#new .includingTax {
	font-size: 18px;
	font-weight: bold !important;
	color: #b9010e;
}
.cars_list .includingTax {
	font-size: 18px;
	font-weight: bold !important;
	color: #b9010e;
	padding-left: 2px;
}
/* 車のリストデザイン(縦) */
ul.cars_list_02 {
	margin-top: 0px;
	border-top: solid 1px #ccc;
	padding-top: 10px;
}
ul.cars_list_02 li {
	padding: 15px 0;
	width: 223px;
	float: left;
	position: relative;
}
ul.cars_list_02 li:nth-child(2) {
	margin: 0 20px;
}
.cars_list_02 .car_img {
	width: 218px;
	margin: 0 auto;
	text-align: center;
}
.cars_list_02 .photo {
	border: solid 2px #fff;
	box-shadow: 0 0 5px #A0A0A0;
}
.cars_list_02 .icon {
	margin: 15px 0 0;
}
.cars_list_02 .icon img {
	display: inline-block;
	margin: 0 0 0;
}
.cars_list_02 img:last-child {
	margin: 0;
}
.cars_list_02 .car_info {
}
.cars_list_02 .car_info .name {
	margin-top: 15px;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
.cars_list_02 .car_info .name .company {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.cars_list_02 .date {
	margin-top: 15px;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	position: relative;
}
.cars_list_02 .period {
	display: block;
	letter-spacing: 1px;
}
.cars_list_02 .price {
	display: block;
	margin: 0;
	letter-spacing: -1px;
}
.cars_list_02 .r_price {
	text-decoration: line-through;
	color: #666;
}
.cars_list_02 .s_price {
	font-size: 28px;
	font-size: 2.8rem;
	color: #b9010e;
}
.cars_list_02 .more_link {
	display: block;
	width: 155px;
	height: 40px;
	margin: 10px auto 0;
	background: url("../../img/common/more_btn.png") no-repeat;
}
/* 特別価格キャンペーン */
ul.cars_list_02 .campaign_obi_list {
	position: absolute;
	top: -10px;
	left: -30px;
}
/* 車のリストデザイン(縦 下に続くver) */
ul.cars_list_03 {
	margin-top: 0px;
	border-top: solid 1px #ccc;
	padding-top: 10px;
}
ul.cars_list_03 li {
	padding: 15px 0;
	width: 223px;
	height: 330px;
	float: left;
	position: relative;
}
ul.cars_list_03 li:nth-child(3n-1) {
	margin: 0 20px;
}
.cars_list_03 .car_img {
	width: 218px;
	margin: 0 auto;
	text-align: center;
}
.cars_list_03 .photo {
	border: solid 2px #fff;
	box-shadow: 0 0 5px #A0A0A0;
}
.cars_list_03 .icon {
	margin: 15px 0 0;
}
.cars_list_03 .icon img {
	display: inline-block;
	margin: 0 0 0;
}
.cars_list_03 img:last-child {
	margin: 0;
}
.cars_list_03 .car_info {
}
.cars_list_03 .car_info .name {
	margin-top: 15px;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
.cars_list_03 .car_info .name .company {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.cars_list_03 .date {
	margin-top: 15px;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	position: relative;
}
.cars_list_03 .period {
	display: block;
	letter-spacing: 1px;
}
.cars_list_03 .price {
	display: block;
	margin: 0;
	letter-spacing: -1px;
}
.cars_list_03 .r_price {
	text-decoration: line-through;
	color: #666;
}
.cars_list_03 .s_price {
	font-size: 28px;
	font-size: 2.8rem;
	color: #b9010e;
}
.cars_list_03 .more_link {
	display: block;
	width: 155px;
	height: 40px;
	margin: 10px auto 0;
	background: url("../../img/common/more_btn.png") no-repeat;
}
/* 特別価格キャンペーン */
ul.cars_list_03 .campaign_obi_list {
	position: absolute;
	top: -10px;
	left: -30px;
}
/* 車のリストデザイン（横） */
ul.cars_list {
	margin-top: 10px;
}
ul.cars_list li {
	border-top: solid 1px #ccc;
	padding: 20px 0;
	position: relative;
}
.cars_list .car_img {
	width: 175px;
	float: left;
	margin-left: 10px;
	position: relative;
}
.cars_list .photo {
	border: solid 2px #fff;
	box-shadow: 0 0 5px #A0A0A0;
}
.cars_list .icon {
	margin: 10px 0 0;
}
.cars_list .icon img {
	float: left;
	margin: 0 3px 0 0;
}
.cars_list img:last-child {
	margin: 0;
}
.cars_list .car_info {
	width: 510px;
	float: left;
	padding-left: 15px;
	position: relative;
}
.cars_list .car_info .name {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}
.cars_list .car_info .name .company {
	padding-right: 15px;
	margin-right: 15px;
	border-right: solid 1px #ccc;
	height: 25px;
	line-height: 25px;
	display: inline-block;
}
.cars_list .car_info .supplement {
	margin-top: 10px;
	min-height: 60px;
}
.cars_list .date {
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	position: relative;
	height: 40px;
}
.cars_list .period {
	letter-spacing: 1px;
}
.cars_list .price {
	display: inline-block;
	margin: 10px 160px 0 5px;
	letter-spacing: -1px;
}
.cars_list .r_price {
	text-decoration: line-through;
	color: #666;
	font-size: 18px;
	font-size: 1.8rem;
}
.cars_list .s_price {
	color: #b9010e;
	font-size: 30px;
	font-size: 3rem;
}
.cars_list .more_link {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 155px;
	height: 40px;
	margin-left: 20px;
	background: url("../../img/common/more_btn.png") no-repeat;
}
/* 特別価格キャンペーン */
.cars_list .campaign_obi_list {
	position: absolute;
	top: -30px;
	left: -40px;
	z-index: 999;
}
/* ニュースのリストデザイン */
/*.news_list li {
	padding: 5px 0;
	border-bottom: dotted 1px #dddddd;
}
.news_list li:first-child {
	border-top: dotted 1px #dddddd;
}
.news_list a {
	color: #000;
	text-decoration: none;
}
.news_list a .cont {
	text-decoration: underline;
}
.news_list a:hover .cont,
.news_list a:active .cont {
	text-decoration: none;
}
.news_list .date {
	padding-right: 20px;
}
.news_list .fa {
	margin-right: 10px;
	color: #6E6E6E;
}*/
/* ニュースのリストデザイン：20151125更新  */
.news_list li {
	padding: 10px 0;
	border-bottom: dotted 1px #dddddd;
  border-bottom: none;
  border-bottom: solid 1px #d6cec9;
}
.news_list li:first-child {
	border-top: dotted 1px #dddddd;
  border-top: none;
}
.news_list a {
	color: #000;
	text-decoration: none;
  display: block;
  position: relative;
}
.news_list .img {
      float: left;
    margin-right: 20px;
    display: block;
    width: 150px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.news_list .cont {
	text-decoration: underline;
}
.news_list .detail {
   width: 100%;
   padding-top: 5px;
   overflow: hidden;
}
.news_list .category {
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 3px 13px;
  margin-bottom: 10px;
  margin-right: 10px;
  background: #FDB81F;
}
.news_list .date {
    padding-right: 20px;
    color: #8D8D8D;
}
.news_list .title {
  display: block;
  font-size: 16px;
}
.news_list .more {
position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 14px;
    color: #8D8D8D;
}
.news_list a:hover .detail {
	text-decoration: underline;
  padding-bottom: 20px;
}
.news_list a:hover .more {
  color: #F05200;
}

/* テーブル背景色 */
.bg_pink {
	background-color: #ffdcda !important;
}
.bg_yellow {
	background-color: #fff9e2 !important;
}
.bg_blue {
	background-color: #dbf0ff !important;
}
th.bg_pink {
	background-color: #FFCCC9 !important;
}
th.bg_yellow {
	background-color: #FFF2C2 !important;
}
th.bg_blue {
	background-color: #C7E8FF !important;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: #000;
	color: #fff;
	position: relative;
}
#gFooter_inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.company_info {
	width: 320px;
	float: left;
	margin-top: 40px;
	margin-bottom: 70px;
}
.company_info .foot_logo {
	float: left;
	margin-right: 20px;
}
.company_info .date {
	float: left;
}
#gFooter nav {
	width: 500px;
	float: right;
	margin-top: 30px;
}
#gFooter nav li {
	display: inline-block;
	border-right: solid 1px #fff;
}
#gFooter nav li:last-child {
	border: none;
}
#gFooter nav li a {
	padding: 0 10px;
	text-decoration: none;
	color: #fff;
}
#gFooter nav li a:hover {
	text-decoration: underline;
}
.copyright {
	position: absolute;
	bottom: 20px;
	right: 0;
}
.pageTop {
	position: absolute;
	right: 0;
	top: -140px;
	width: 30px;
	height: 112px;
	background: url("../../img/common/footer/pageTop.png") no-repeat;
}
/*------------------------------------------------------------
	フォーム
------------------------------------------------------------*/
.form-container {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px auto;
	padding: 0;
}
.form-container .border {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #999;
	margin: 30px auto;
	padding: 0;
}
.form-container th {
	vertical-align: top;
	padding: 10px;
	text-align: center;
	vertical-align: middle !important;
	font-weight: normal;
	white-space: nowrap;
	background-color: #E5E5E5 !important;
	border: 1px solid #666 !important;
	width: 150px;
}
.form-container td {
	vertical-align: top;
	padding: 10px;
	text-align: center;
	vertical-align: middle !important;
	background-color: #f8f7f6 !important;
	border: 1px solid #666 !important;
}
.form-container td img {
	margin: 0 auto;
}
.form-container select, .form-container input, .form-container textarea {
	border: 1px solid #bab2a9;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	color: #5c5c5c;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding: 8px;
	margin: 0 5px !important;
}
.form-container .text input, .form-container .tel input, .form-container .email input, .form-container .textarea textarea {
	width: 80%;
	margin: 0 auto;
}
.form-container h2 {
	text-shadow: #ffffff 0 1px 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.form-title, .error-message, .attention_02 {
	margin: 10px 0;
	color: #525252;
	text-shadow: #ffffff 0 1px 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
}
.error-message, .attention_02 {
	text-align: center;
	color: #C10000;
}
.submit-container {
	margin: 8px 0;
	text-align: right;
}
.submit {
	text-align: center;
}
.submit-button_02 a {
	margin: 40px 0;
	display: block;
	width: 200px;
	text-align: center;
}
.submit-button_02 a, #conts .submit-button {
	margin: 20px auto;
	cursor: pointer;
	border: 1px solid #3B57C9;
	background: #3C8BE8;
	background: -webkit-gradient(linear, left top, left bottom, from(#1A6B9D), to(#3C8BE8));
	background: -webkit-linear-gradient(top, #3C8BE8, #1A6B9D);
	background: -moz-linear-gradient(top, #3C8BE8, #1A6B9D);
	background: -ms-linear-gradient(top, #3C8BE8, #1A6B9D);
	background: -o-linear-gradient(top, #3C8BE8, #1A6B9D);
	background-image: -ms-linear-gradient(top, #3C8BE8 0%, #1A6B9D 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #3B57C9 0 1px 0;
	color: #fff;
	padding: 8.5px 0;
	min-width: 200px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
}
.submit-button_02 a:hover, .submit-button:hover {
	border: 1px solid #3B57C9;
	text-shadow: #3B57C9 0 1px 0;
	background: #1A6B9D;
	background: -webkit-gradient(linear, left top, left bottom, from(#3C8BE8), to(#1A6B9D));
	background: -webkit-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -moz-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -ms-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -o-linear-gradient(top, #1A6B9D, #3C8BE8);
	background-image: -ms-linear-gradient(top, #1A6B9D 0%, #3C8BE8 100%);
	color: #fff;
}
.submit-button_02 a:active, .submit-button:active {
	text-shadow: #3B57C9 0 1px 0;
	border: 1px solid #3B57C9;
	background: #1A6B9D;
	background: -webkit-gradient(linear, left top, left bottom, from(#3C8BE8), to(#1A6B9D));
	background: -webkit-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -moz-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -ms-linear-gradient(top, #1A6B9D, #3C8BE8);
	background: -o-linear-gradient(top, #1A6B9D, #3C8BE8);
	background-image: -ms-linear-gradient(top, #1A6B9D 0%, #3C8BE8 100%);
	color: #fff;
}
.cancel-button_02 a, #conts .cancel-button {
	margin: 20px auto;
	cursor: pointer;
	border: 1px solid #919191;
	background: #9D9D9D;
	background: -webkit-gradient(linear, left top, left bottom, from(#9D9D9D), to(#D2D2D2));
	background: -webkit-linear-gradient(top, #D2D2D2, #9D9D9D);
	background: -moz-linear-gradient(top, #D2D2D2, #9D9D9D);
	background: -ms-linear-gradient(top, #D2D2D2, #9D9D9D);
	background: -o-linear-gradient(top, #D2D2D2, #9D9D9D);
	background-image: -ms-linear-gradient(top, #D2D2D2 0%, #9D9D9D 100%);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
	text-shadow: #E8E8E8 0 1px 0;
	color: #121212;
	padding: 8.5px 0;
	min-width: 200px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
}
.cancel-button_02 a:hover, .cancel-button:hover {
	border: 1px solid #919191;
	text-shadow: #E8E8E8 0 1px 0;
	background: #D2D2D2;
	background: -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#9D9D9D));
	background: -webkit-linear-gradient(top, #9D9D9D, #D2D2D2);
	background: -moz-linear-gradient(top, #9D9D9D, #D2D2D2);
	background: -ms-linear-gradient(top, #9D9D9D, #D2D2D2);
	background: -o-linear-gradient(top, #9D9D9D, #D2D2D2);
	background-image: -ms-linear-gradient(top, #1A6B9D 0%, #D2D2D2 100%);
	color: #121212;
}
.cancel-button_02 a:active, .cancel-button:active {
	text-shadow: #E8E8E8 0 1px 0;
	border: 1px solid #919191;
	background: #D2D2D2;
	background: -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#9D9D9D));
	background: -webkit-linear-gradient(top, #9D9D9D, #D2D2D2);
	background: -moz-linear-gradient(top, #9D9D9D, #D2D2D2);
	background: -ms-linear-gradient(top, #9D9D9D, #D2D2D2);
	background: -o-linear-gradient(top, #9D9D9D, #D2D2D2);
	background-image: -ms-linear-gradient(top, #9D9D9D 0%, #D2D2D2 100%);
	color: #121212;
}
.form-field {
	border: 1px solid #bab2a9;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #5c5c5c;
	-webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	-moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
	padding: 8px;
	margin-bottom: 20px;
	width: 280px;
}
.form-field:focus {
	background: #fff;
	color: #6e6e6e;
}
/* IE セレクトボタンの枠対応 */
.input_checkbox input, .input_radio input {
	border: none;
	background: #f8f7f6;
}
/*------------------------------------------------------------
	lineup detail キャンペーンバナー20150114追加
------------------------------------------------------------*/
#campaign_brn_box {
	width: 710px;
	height: 300px;
	position: relative;
}
#campaign_brn_box .campaign_bnr {
	position: absolute;
	top: -32px;
	left: -46px;
	z-index: -1;
}
.campaign_price_box {
	/*position: absolute;
	top: 185px;
	left: 0;*/
    padding: 190px 0 40px;
}
.campaign_price_box li {
	/*position: relative;*/
	width: 140px;
	float: left;
	text-align: center;
}
.campaign_price_box .text, .campaign_price_box .price {
	display: block;
}
.campaign_price_box .text {
	font-size: 2.0rem;
}
.campaign_price_box .price {
	font-size: 2.5rem;
	color: #b9010e;
	letter-spacing: -2px;
	font-weight: bold;
}
.campaign_price_box .fa {
	font-size: 2rem;
	margin: 10px 0 7px;
	color: #a6a594;
}
