@charset "utf-8";

/*===============================================
 共通パーツ css/base.css
===============================================*/
/*===============================================
 基本要素
===============================================*/
html,body{
	height: 100%;
}
body {
	min-width: 1000px;
	overflow-x: hidden;
	color: #000;
	font-family: "メイリオ",Meiryo,"FontAwesome","ＭＳ Ｐゴシック",Osaka,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Arial,Verdana,sans-serif;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0.06em;
	background: #fff;
}

a {
	color: #000;
	text-decoration: none;
}

p {
	line-height: 1.6;
}

img {
	display: block;
}
@media screen and (max-width: 1024px){
	img {
		max-width: 100%;
		height: auto;
	}
}



/*===============================================
 全体枠
===============================================*/
div#container {
	width: 100%;
	min-width: 1000px;
	position: relative;
}



/*===============================================
 ヘッダー
===============================================*/
#header {
	width: 100%;
	height: 109px;
	position: fixed;
	font-size: 13px;
	font-weight: bold;
	background: #fff;
	z-index: 100;
}
html.submenu #header { /*サブメニュー表示ページ*/
	height: 148px;
}



/*
 ヘッダー 上部リンク
===============================================*/
#pagehead {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	padding: 8px 0 0;
	position: relative;
}

#pagehead h1 {
	width: 388px;
	height: 34px;
	float: left;
}
#pagehead h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	background: url(../images/common/header_logo.png) no-repeat;
}
#pagehead h1 a:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}

#pagehead #headlink {
	width: 600px;
	height: 55px;
	float: right;
	overflow: hidden;
}

#pagehead #headlink > span {
	margin: 12px 0 0 20px;
	display: block;
	float: right;
	font-size: 12px;
}

#pagehead #headlink > a {
	margin: 11px 0 0 18px;
	display: block;
	float: right;
	font-size: 12px;
}

#pagehead #headlink > a:hover {
	text-decoration: underline;
}

#pagehead #headlink div#gsearch { /*検索用*/
	width: 205px;
	height: 34px;
	margin: 0 0 0 12px;
	float: right;
}
div#gsearch table,div#gsearch th,div#gsearch td {
	border: none !important;
}



/*
 ヘッダー ナビゲーション
===============================================*/
ul#navi {
	width: 1000px;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: -.40em;
	clear: both;
}

ul#navi li {
	height: 45px;
	margin: 0 13px;
	display: inline-block;
	position: relative;
	letter-spacing: 0.1em;
}

ul#navi li.first {
	margin: 0 13px 0 0;
}

ul#navi li.last {
	margin: 0 0 0 13px;
}

ul#navi > li > a {
	min-width: 45px;
	margin: 0;
	padding: 0 0 5px;
	display: block;
	line-height: 13px;
	border-bottom: 3px solid #fff;
}
ul#navi > li:hover > a,ul#navi > li.active > a {
	border-bottom: 3px solid #1a4483;
}
ul#navi > li.usj a {
	min-width: 95px;
}

ul#navi > li > a span {
	height: 8px;
	margin: 8px 0 0;
	display: block;
	text-indent: -9999px;
	background: url(../images/common/navi.png) no-repeat;
}
ul#navi > li.shop > a span {
	background-position: center 0;
}
ul#navi > li.car > a span {
	background-position: center -8px;
}
ul#navi > li.usj > a span {
	background-position: center -16px;
}
ul#navi > li.democar > a span {
	background-position: center -24px;
}
ul#navi > li.usedcar > a span {
	background-position: center -32px;
}
ul#navi > li.campaign > a span {
	background-position: center -40px;
}
ul#navi > li.carlife > a span {
	background-position: center -48px;
}
ul#navi > li.mainte > a span {
	background-position: center -56px;
}
ul#navi > li.companyinfo > a span {
	background-position: center -64px;
}
ul#navi > li.recruit > a span {
	background-position: center -72px;
}

ul#navi > li.sub:hover > a:before,html.submenu ul#navi > li.active > a:before {
	content: "";
	width: 0;
	height: 0;
	margin: 0 0 0 -6.5px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	border-style: solid;
	border-width: 0 6.5px 6px 6.5px;
	border-color: transparent transparent #1a4483 transparent;
}


/*
 ナビゲーション サブメニュー
===============================================*/
ul#navi li div {
	width: 100%;
	height: 40px;
	display: none;
	position: fixed;
	top: 108px;
	left: 0;
	text-align: left;
	line-height: 38px;
	background: #1a4483;
	z-index: 99;
}
ul#navi li.active div {
	display: block;
	z-index: 98;
}

ul#navi li ul {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}

ul#navi li ul li {
	height: 40px;
	margin: 0 20px 0 0;
	font-size: 13px;
}

ul#navi li ul li a {
	display: block;
	color: #fff;
}
@media screen and (max-width: 1024px) {/* 1024px以下の場合 */
	ul#navi li ul li a {
		white-space: nowrap;
	}
}

ul#navi li ul li a:hover,ul#navi li ul li.active a {
	color: #ffdb00;
}

/*会社情報のみ*/
ul#navi li.companyinfo ul li {
	margin: 0 10px 0 0;
}

/*
 SP用
===============================================*/
div#spmenu,span#spopen {
	display: none;
}



/*
 USJリンク用
===============================================*/
#usjlink {
	width: 100%;
	margin: -133px 0 0;
	display: none;
	position: fixed;
	top: 50%;
	left: 0;
	z-index: 100;
}

#usjlink img {
	margin: 0 auto 20px;
}

#usjlink p {
	width: 600px;
	margin: 0 auto;
	padding: 7px 0px;
	color: #1a4483;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background-color: #fff;
	border-radius: 30px;
}

#usjlink a.close {
	margin: 0 0 0 240px;
	display: block;
	position: absolute;
	top: -47px;
	left: 50%;
}



/*===============================================
 フッター
===============================================*/
#footer {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #1a4483;
}

#footer_navi {
	width: 100%;
	padding: 25px 0;
	font-size: 12px;
	background: #e5e9e8;
}

#footer_navi > div {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#footer_navi div dl {
	width: 200px;
	float: left;
}

#footer_navi div dl dt {
	margin: 0 0 15px;
	font-weight: bold;
	line-height: 1.1;
}
#footer_navi div dl dt + dt,#footer_navi div dl dd + dt{
	margin: 20px 0 15px;
}

#footer_navi div dl dd {
	margin: 0 0 10px;
	padding: 0 0 0 5px;
}

#footer_navi div dl dd i {
	display: inline;
}

#footer_navi div dl a:hover {
	text-decoration: underline;
}

#footer_navi div dd a.double {
	line-height: 1.5;
}

#footer_navi div#footer_calendar {
	width: 200px;
	float: left;
}

#footer div#info {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
	color: #fff;
}

#footer div#credit {
	margin: 0 0 15px;
	padding: 0 0 25px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #486a9c;
}
#footer div#credit:after {
	content: "";
	width: 1000px;
	height: 1px;
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #173666;
}

#footer div#credit p.partner {
	margin: 0 0 8px;
	font-size: 13px;
	font-weight: bold;
}
#footer div#credit p.regist {
	display: inline-block;
	font-size: 11px;
}

#info .regist .fa {
	display: inline;
}

#footer div#copyright {
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
}

#footer div#copyright img {
	width: 81px;
	height: 57px;
	float: left;
}

#footer div#copyright address {
	width: 500px;
	float: right;
	color: #fff;
}

#footer div#copyright address span {
	margin: 0 15px 0 0;
	display: inline-block;
	font-weight: bold;
}

#footer div#copyright address p {
	line-height: 1.6;
}



/*
 フッター ページリンク
===============================================*/
a#pageTop {
	width: 60px;
	height: 60px;
	margin: 0 0 0 500px;
	position: fixed;
	bottom: 35px;
	left: 50%;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 70px;
	border: 2px solid #000;
	background: #fff;
	z-index: 100;
	border-radius: 50%;
}
a#pageTop:before {
	content: "";
	width: 15px;
	height: 15px;
	margin: 0 0 0 -9px;
	position: absolute;
	top: 13px;
	left: 50%;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-ms-transform: rotate(-45deg);/*IE9*/
	transform: rotate(-45deg);
}
a#pageTop:hover {
	color: #fff;
	background: #000;
}
a#pageTop:hover:before {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.ie8 a#pageTop {
	line-height: 60px;
}
.ie8 a#pageTop:before {
	display: none;
}
@media screen and (max-width: 1024px) {/* 1024px以下の場合 */
	a#pageTop {
		margin: 0 0 0 430px;
	}
}



/*===============================================
 大枠
===============================================*/
/* 大枠 */
#wrap {
	width: 100%;
	height: auto;
	min-width: 1000px;
	min-height: 400px;
	margin: 0 auto 80px;
	padding: 109px 0 0;
	position: relative;
}
.submenu #wrap {/*サブメニュー表示ページ*/
	padding: 148px 0 0;
}
#companyinfo.submenu #wrap {/*会社情報サブメニュー表示ページ*/
	padding: 148px 0 0;

}
.bottom #wrap {
	margin: 0;
}
#wrap:before,#wrap:after {
	content: "";
	display: block;
	overflow: hidden;
}
#wrap:after {
	clear: both;
}
#wrap {
	zoom: 1;
}



/*===============================================
 パンくず
===============================================*/
#breadcrumb,#pickup {
	width: 100%;
	height: 37px;
	font-size: 12px;
	line-height: 37px;
	background: #e5e9e8;
}
#pickup.more {
	height: auto;
}

#breadcrumb ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#breadcrumb li {
	margin: 0 10px 0 0;
	float: left;
}
#breadcrumb li.first {}
#breadcrumb li.last {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#breadcrumb li a {
	display: block;
}
#breadcrumb li a:hover {
	text-decoration: underline;
}

/*ニュース表示*/
div.newswrap {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

div.newswrap > span {
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
}

div.newswrap dl {
	margin: 0 0 0 95px;
	overflow: hidden;
}

div.newswrap dt {
	width: 90px;
	float: left;
}

div.newswrap dd {
	width: 815px;
	float: left;
}

div.newswrap dd a:hover {
	text-decoration: underline;
}

div.newswrap a.plus,div.newswrap a.go {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}



/*===============================================
 マーキーニュース用
===============================================*/
#topicswrap {
	width: 100%;
	height: 34px;
}
#shop #topicswrap {
	border-bottom: 3px solid #1a4483;
}

#topicswrap > div {
	width: 1000px;
	height: 34px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#topicswrap > div div {
	min-width: 1500px;
	text-indent: 4em;
}

#topicswrap p {
	color: #1a4483;
	text-align: center;
	font-size: 13px;
	line-height: 34px;
}



/*===============================================
 コンテンツ
===============================================*/
#contentswrap {
	width: 100%;
	margin: 0 auto;
}



/*===============================================
 コンテンツブロック
===============================================*/
.block,.sblock {
	width: 1000px;
	margin: 0 auto 50px;
	position: relative;
}
.sblock { /*ブロック内ブロック*/
	margin: 0 auto 35px;
}
.block.short {
	margin: 0 auto 30px;
}
.block,.sblock:before,.block,.sblock:after {
	content: "";
	display: block;
	overflow: hidden;
}
.block,.sblock:after {
	clear: both;
}
.block,.sblock {
	zoom: 1;
}
.block.last,.sblock.last {
	margin: 0 auto;
}



/*===============================================
 部品
===============================================*/
/*
 hタグ
===============================================*/
#pagetitle {
	width: 100%;
	padding: 35px 0;
	text-align: center;
}

#pagetitle.short {
	padding: 35px 0 30px;
}

#pagetitle h1 {
	margin: 0 0 8px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

#pagetitle h1 span {
	margin: 0 0 0 10px;
	font-size: 20px;
}

#pagetitle h2 {
	font-size: 12px;
	letter-spacing: 0.15em;
}

.block h3 {
	margin: 0 0 15px;
	padding: 0 5px 5px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	border-bottom: 3px solid #1a4483;
	letter-spacing: 0.06em;
}
.block h3 span {
	display: inline-block;
}
.block h3 a {
	display: block;
	float: right;
	font-size: 13px;
	font-weight: normal;
}

.block h4 {
	margin: 0 0 15px;
	color: #1a4483;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 0.06em;
}

h5.leftb { /*左側ボーダー*/
	height: 21px;
	margin: 0 0 12px;
	padding: 0 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	border-left: 3px solid #1a4483;
	letter-spacing: 0.06em;
}
h5.leftb.double {
	height: 40px;
}
h5.leftb span {
	font-size: 14px;
}



/*
 pタグ
===============================================*/
p.read {
	margin: 0 0 30px;
	letter-spacing: 0.12em;
}
p.read.last {
	margin: 0;
}
p.center {
	text-align: center;
}



/*
 画面幅いっぱい画像DIV関連設定
===============================================*/
div.responsive {
	width: 100%;
	position: relative;
}

div.responsive img {
	width: 100%;
	height: auto;
}



/*
 リストリンクボタン
===============================================*/
ul.btn {
	width: 1000px;
	margin: 0 auto 35px;
	overflow: hidden;
	text-align: center;
	letter-spacing: -.40em;
}
ul.btn.quadruple {
	text-align: left;
}

ul.btn li {
	margin: 0 10px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	letter-spacing: 0.06em;
}
ul.btn.single li { /*1*/
	width: 600px;
}
ul.btn.double li { /*2*/
	width: 400px;
}
ul.btn.triple li { /*3*/
	width: 293px;
}
ul.btn.triple li a {
	height: 34px;
	line-height: 34px;
}
ul.btn.quadruple li { /*4*/
	width: 242.5px;
	margin: 0 10px 0 0;
}
ul.btn.quadruple li.bottom {
	margin-bottom: 0;
}
ul.btn.quintuple li { /*5*/
	width: 192px;
	margin: 0 10px 0 0;
}
ul.btn.sextuple li { /*6*/
	width: 158px;
	margin: 0 10.4px 0 0;
}
ul.btn.septuple li { /*6*/
	width: 134px;
	margin: 0 10px 0 0;
}

ul.btn li.last {
	margin-right: 0;
}

ul.btn li a {
	height: 34px;
	display: block;
	color: #1a4483;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	border: 3px solid #1a4483;
}
ul.btn.quadruple li a {
	height: 34px;
	line-height: 34px;
	border: 3px solid #1a4483;
}
ul.btn.quintuple li a {
	height: 50px;
	line-height: 50px;
	border: 3px solid #1a4483;
}
ul.btn.quintuple li a.double {
	height: 36px;
	padding: 5px 0 9px;
	line-height: 20px;
}
ul.btn.sextuple li a {
	height: 50px;
	line-height: 50px;
	border: 3px solid #1a4483;
}

ul.btn.sextuple li a.double {
	height: 36px;
	padding: 5px 0 9px;
	line-height: 20px;
}

ul.btn.septuple li a {
	height: 34px;
	line-height: 34px;
	border: 3px solid #1a4483;
}


ul.btn.septuple li a.large {
	height: 50px;
	line-height: 50px;
}

ul.btn.septuple li a.large_double {
	height: 36px;
	padding: 5px 0 9px;
	line-height: 20px;
}
ul.btn.septuple li a.long {
	padding: 5px 5px 9px;
	letter-spacing: -0.01em;
}

ul.btn li a:hover,ul.btn li.active a {
	color: #fff;
	background-color: #1a4483;
}
ul.btn li.disable a,ul.btn li.disable a:hover {
	cursor: default;
	color: #b2b2b2;
	border: 8px solid #b2b2b2;
	background-color: none;
}



/*
 リンク
===============================================*/
/*丸矢印*/
a.arrow {
	min-height: 13px;
	padding-left: 1.45em;
	display: inline-block;
	position: relative;
	text-indent: -1.45em;
}
a.arrow:hover {
	text-decoration: underline;
}

.fa-stack {
	width: 1.45em;
	height: 1em;
	margin: -.2em 0 0;
	padding-left: 0;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-indent: 0;
	line-height: 1em;
}

/*テキストリンク アンダーライン*/
a.text {
	color: #1a4483;
}
a.text:hover {
	text-decoration: underline;
}

/*外部リンク アイコン表示*/
a.external {
	padding-right: 16px;
	background: url(../images/common/external.png) right center no-repeat;
}
a.text.external {
	min-height: 14px;
	background: url(../images/common/external_text.png) right center no-repeat;
}
ul#navi li ul li a.external {
	background: url(../images/common/external_white.png) right center no-repeat;
}

/*PDFリンク*/
a.text.pdflink {
	min-height: 14px;
	padding-right: 21px;
	background: url(../images/common/pdficon.png) right 1px no-repeat;
}

/*イメージボタン*/
a.imgbtn {
	display: block;
	overflow: hidden;
	position: relative;
}
a.imgbtn:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-repeat: contain;
	-ms-transition: all .3s ease-out;/*IE9*/
	transition: all .3s ease-out;
}
a.imgbtn:hover:before {
	-ms-transform: scale(1.08);/*IE9*/
	transform: scale(1.08);
}

/*□囲みボタン*/
a.button {
	display: block;
	color: #1a4483;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.08em;
	border: 3px solid #1a4483;
}
a.button.big {
	height: 39px;
	font-size: 16px;
	line-height: 39px;
}
a.button.middle {
	height: 34px;
	font-size: 15px;
	line-height: 34px;
}
a.button:hover {
	color: #fff;
	background: #1a4483;
}

a.button span {
	display: inline-block;
}

/*hover時透明に*/
a.opacity:hover,a.opacity:hover img {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}



/*
 float
===============================================*/
.left {
	float: left;
}
.right {
	float: right;
}



/*
 リンク先用
===============================================*/
span.link {
	width: 1px;
	height: 1px;
	display: block;
	position: absolute;
	top: -109px;
}
html.submenu span.link {
	top: -148px;
}



/*
 強調
===============================================*/
span.highlight {
	color: #e5004f;
	font-weight: bold;
}



/*
 ulリスト
===============================================*/
ul.ullist {
	margin: 0 0 20px 40px;
}
ul.ullist.last {
	margin: 0 0 0 40px;
}

ul.ullist li {
	margin: 0 0 5px;
	display: list-item;
	list-style: disc;
	line-height: 1.6;
}
ul.ullist li.last {
	margin: 0;
}



/*
 ul注意書き
===============================================*/
ul.caution {
	margin: 10px 0 0;
	font-size: 12px;
}

ul.caution li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.6;
}



/*
 ulリンクボタン
===============================================*/
ul.category {
	overflow: hidden;
}

ul.category li {
	width: 238px;
	margin: 0 15px 15px 0;
	float: left;
	position: relative;
}
ul.category li.last {
	margin: 0;
}

ul.category li a.wrap {
	padding: 11px 0;
	display: block;
	text-align: center;
	border: 3px solid #1a4483;
}
ul.category li a.wrap:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
}

ul.category li a.wrap div {
	height: 43px;
}

ul.category li a.wrap span {
	margin: 0 0 3px;
	display: block;
	color: #1a4483;
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}

ul.category li a.wrap span.long {
	letter-spacing: -0.01rem;
}

ul.category li a.wrap p {
	font-size: 11px;
}

ul.category li a.wrap img {
	margin: 0 auto;
}

ul.category li a.blank,ul.category li a.arrow {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 13px;
}
ul.category li a.blank {
	width: 13px;
	height: 14px;
	background: url(../images/common/external_text.png) no-repeat;
}



/*
 ulフローチャート
===============================================*/
ul.flow {
	overflow: hidden;
}

ul.flow li {
	padding: 0 50px 0 0;
	float: left;
	position: relative;
}
ul.flow li.bottom {
	margin: 0;
}
ul.flow li.last {
	padding: 0;
}
ul.flow li:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 19px;
	border-style: solid;
	border-width: 11.5px 0 11.5px 11.5px;
	border-color: transparent transparent transparent #1a4483;
}
ul.flow li.last:before {
	display: none;
}



/*
 ナンバー絶対配置
===============================================*/
ul.num li span.number {
	width: 54px;
	height 54px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
ul.num li span.number:before {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 54px 54px 0 0;
	border-color: #ffdb00 transparent transparent transparent;
}

ul.num li span.number img {
	width: 19px;
	height 16px;
	display: block;
	position: absolute;
	top: 6px;
	left: 7px;
}



/*
 テーブル
===============================================*/
/*1行*/
table {
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #b5b5b5;
}

table thead th {
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #b5b5b5;
}
table thead th.first {
	width: 160px;
}

table tbody th {
	width: 160px;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #b5b5b5;
	background: #f5f5f5;
}

table tbody td {
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #b5b5b5;
	background: #fff;
}

/*全罫線*/
table.set {
	border-right: 1px solid #b5b5b5;
}

table.set tbody th {
	border-left: 1px solid #b5b5b5;
}

table.set tbody td {
	padding: 10px 0;
	border-bottom: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}

/*内部罫線あり*/
table.rule {}

table.rule thead th {
	background: #f5f5f5;
}

table.rule thead th,table.rule tbody th,table.rule tbody td {
	border-right: 1px solid #b5b5b5;
}
table.rule thead th.last,table.rule tbody th.last,table.rule tbody td.last {
	border-right: none;
}

/*装飾*/
td.center {
	padding: 10px 0;
	text-align: center;
}
td.right {
	padding: 10px;
	float: none;
	text-align: right;
}



/*
 ページナビ
===============================================*/
#pagenavi {
	overflow: hidden;
	clear: both;
	text-align: center;
	font-size: 11px;
}

#pagenavi div span {
	width: 32px;
	height: 32px;
	margin: 0 2px;
	display: inline-block;
	line-height: 25px;
	text-align: center;
}

#pagenavi div span.prev,#pagenavi div span.next {
	width: 80px;
	margin: 0 10px;
	padding: 0 5px;
	position: relative;
}

#pagenavi div span a {
	width: 25px;
	height: 25px;
	display: block;
	color: #656565;
	text-align: center;
	text-decoration: none;
	border: 3px solid #d1d1d1;
}
#pagenavi div span.prev a,#pagenavi div span.next a {
	width: auto;
}
#pagenavi a:hover,#pagenavi div span.current a {
	border: 3px solid #1a4483;
}

#pagenavi div span.etc {
	width: auto;
	margin: 0 6px 0 0;
}

#pagenavi p {
	padding: 10px 0 0;
	clear: both;
	text-align: center;
	font-size: 12px;
}

#pagenavi div p span {
	min-width: 25px;
	max-width: 40px;
	font-weight: bold;
}

/*ユーザーズボイス用*/
#pagenavi div span.nodisp {
	display: none;
}

#pagenavi div span.etc a {
	width: auto;
	height: auto;
	cursor: default;
	border: none;
}



/*===============================================
 スクロールバー
===============================================*/
.jspPane {
	background: #fff;
}

.jspVerticalBar {
	width: 4px;
	margin: 0;
	background: #e5e9e8;
}

.jspDrag {
	background: #000;
}



/*===============================================
 カラーボックス 体裁
===============================================*/
#cboxContent,#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible;
}

#cboxLoadedContent {
	margin: 0;
}

#cboxClose {
	width: 47px;
	height: 47px;
	position: absolute;
	top: -70px;
	right: -70px;
	text-indent: -9999px;
	background: url(../images/common/close.png) no-repeat 0 0;
}
#cboxClose:hover {
	background-position: 0 0;
}



/*===============================================
 オーバーレイ 背景
===============================================*/
a.close {
	width: 47px;
	height: 47px;
	display: block;
	text-indent: -9999px;
	background: url(../images/common/close.png) no-repeat;
}

#background,#cboxOverlay {
	width: 100%;
	height: 100%;
	min-width: 1024px;
	min-height: 1024px;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	text-indent: -9999px;
	background: rgba(0,0,0,.64);
	z-index: 99;
}

.ie8 #background,.ie8 #cboxOverlay {
	background: #000;
	-ms-filter: "alpha(opacity=64)";  /* ie 8 */
}

/*===============================================
 トレードマーク 上付き
===============================================*/
.fa-trademark {
	vertical-align: super;
	font-size: 75%;
}
