@charset "UTF-8";
/* ----------------------------
   common.css
---------------------------- */

/* ----------------------------
   Base
---------------------------- */
body {
	color: #444;
	font-family: "Franklin Gothic Medium","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
}

#container {
	font-size: 93%;
	text-align: center;
}

.wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 

/* ----- a:link ----- */
a:link,
a:visited {
	text-decoration: none;	
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #e60012;
}

/* ----------------------------
   Header
---------------------------- */
#header,
#contents {
	min-width: 980px;
}

#footer {
	min-width: 980px;
}

/* ----- Logo Area ----- */
#header .logoArea {
	position: relative;
}

#header .logoArea .logo {
	/*margin: 17px 0 8px;*/
	padding: 8px 0 8px;
	float: left;
	width: 239px;
}


/* ----- Banner ----- */
#header .logoArea .banner {
	width: 728px;
	height: 90px;
	position: absolute;
	right: 0px;
	top: 0%;
	margin-top: 8px;
}

/* ----- Global Navi ----- */
#globalNavi {
	background: url(../images/common/hd_gnavi_bg.gif) repeat-none;
	height: 40px;
	min-width: 980px;
	overflow: hidden;
}

#globalNavi ul {
	height: 45px;
	background: url(../images/common/hd_gnavi_bottom.gif) no-repeat center bottom;
}

#globalNavi ul li {
	background: url(../images/common/hd_gnavi_text_bg.gif) no-repeat;
	float: left;
	height: 35px;
	overflow: hidden;
}

#globalNavi ul li a {
	display: block;
	height: 35px;
	overflow: hidden;
	text-indent: -99999px;
	background: url(../images/common/hd_gnavi_text.gif) no-repeat;
}

/* Width */
#globalNavi ul li.home,
#globalNavi ul li.home a {
	width: 49px; background-position: 0 0;
}

#globalNavi ul li.news,
#globalNavi ul li.news a {
	width: 83px;
	background-position: -49px 0;
}

#globalNavi ul li.newsjp,
#globalNavi ul li.newsjp a {
	width: 82px;
	background-position: -132px 0;
}

#globalNavi ul li.firstdrives,
#globalNavi ul li.firstdrives a {
	width: 53px;
	background-position: -214px 0;
}

#globalNavi ul li.article,
#globalNavi ul li.article a {
	width: 60px;
	background-position: -267px 0;
}

#globalNavi ul li.specialissues,
#globalNavi ul li.specialissues a {
	width: 60px;
	background-position: -327px 0;
}

#globalNavi ul li.videos,
#globalNavi ul li.videos a {
	width: 41px;
	background-position: -387px 0;
}

#globalNavi ul li.motorshow,
#globalNavi ul li.motorshow a {
	width: 89px;
	background-position: -428px 0;
}

#globalNavi ul li.our_cars,
#globalNavi ul li.our_cars a {
	width: 83px;
	background-position: -517px 0;
}

#globalNavi ul li.event,
#globalNavi ul li.event a {
	width: 100px;
	background-position: -600px 0;
}

#globalNavi ul li.auction,
#globalNavi ul li.auction a {
	width: 76px;
	background-position: -700px 0;
}

#globalNavi ul li.column,
#globalNavi ul li.column a {
	width: 96px;
	background-position: -776px 0;
}

#globalNavi ul li.specialshop,
#globalNavi ul li.specialshop a {
	width: 108px;
	background-position: -872px 0;
}



/* Selected */
#globalNavi ul .selected a {
	background: url(../images/common/hd_gnavi_text_fix.gif) no-repeat 0 0;
}
/* ----------------------------
   Contents
---------------------------- */
#contents {
	padding: 20px 0 30px;
}

#home #contents {
	padding: 20px 0 55px;
}

/* ----- Normal (2columns) ----- */
#contents #main {
	width: 660px;
	float: left;
}

#contents #side {
	width: 300px;
	float: right;
}

/* ----- 1column ----- */
#contents.oneColumn #main {
	width: 980px;
	float: none;
}


/* ----- No image ----- */
#contents img.noimage {
	border: 1px solid #ddd;
}

/* ----------------------------
   Side
---------------------------- */
/* ----- Banner ----- */
#side .banner {
	margin: 20px 0 0;
}

#side #ncBanner01 a {
	display: block;
	width: 300px;
	height: 250px;
	background: url(../banner/300x250_ninteichukosha/0001_off.jpg) no-repeat;
	overflow: hidden;
	text-indent: -99999px;
}

#side #ncBanner01 a:hover {
	background: url(../banner/300x250_ninteichukosha/0001_on.jpg) no-repeat;
}

/* ----- Share ----- */
#side .share {
	margin: 0 0 20px;
}

#side .share .twitter {
	width: 145px;
	float: left;
}

#side .share .rss {
	width: 145px;
	float: right;
}

/* ----------------------------
   Footer
---------------------------- */
/* ----- Banner ----- */
#ftBanner {
	margin-bottom: 30px;
	text-align:center;
}

/* ----- Logo Area ----- */
#footer .logoArea {
	background: #161616;
	height: 40px;
	width:980px;
	margin: 0 auto;
}

#footer .logoArea .logo {
	float: left;
	width: 148px;
	margin: 11px 0 0 10px;
}

#footer .logoArea .pagetop {
	float: right;
	width: 100px;
	height: 40px;
	background: url(../images/common/ft_pagetop_bg.gif) no-repeat;
}

#footer .logoArea .pagetop a {
	width: 100px;
	height: 40px;
	display: block;
	overflow: hidden;

}

#footer .logoArea .pagetop a span {
	width: 98px;
	height: 35px;
	background: url(../images/common/ft_pagetop_text.gif) no-repeat;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	margin: 5px 1px 0 1px;
}

/* ----- Copyright ----- */
#footer .copyrightArea {
	background: #343434;
	width:980px;
	margin: 0 auto;
}

#footer .copyrightArea .submenu {
	padding: 10px 0 10px 10px;
}

#footer .copyrightArea .submenu li {
	display: inline-block;
	color: #fff;
	font-size: 84%;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #878787;
}

#footer .copyrightArea .submenu li:last-child {
	border-right: none;
}

#footer .copyrightArea .submenu li a {
	color: #fff;
}

#footer .copyrightArea .submenu li a:hover {
	color: #e60012;
	text-decoration: none;
}

#footer .copyrightArea .copyright {
	color: #878787;
	padding: 0px 0 20px 10px;
}

/* ----- box ----- */
.box {
	margin: 15px auto;
	text-align: center;
}
.box div,
.box iframe {
	margin-left: auto;
	margin-right: auto;
}
.box-under-menu {
	margin: 15px auto 0;
}
.box-col2 {
	width: 682px;
	margin: 20px 0 20px -22px;
}
.box-col2:after {
	content: '';
	display: block;
	clear: both;
}
.box-col2-left,
.box-col2-right {
	display: inline-block;
	vertical-align: top;
}
.box-col2-left {
	margin-right: 5px;
}
.box-2col div div,
.box-2col div iframe {
	margin-left: auto;
	margin-right: auto;
	
}

/* ----- side ranking ----- */
#side #sideRanking .titleArea {
	margin: 0 0 10px;
	border-right: 1px solid #ddd;
}
#sideRanking ul {
	counter-reset: ranking-counter;
}
#side #sideRanking .articles li {
	position: relative;
	padding-left: 26px;
}
#sideRanking ul.rank-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	counter-increment: ranking-counter;
	content: counter(ranking-counter);
	font-size: 13px;
	font-weight: 400;
	font-family: "Franklin Gothic Medium","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 20px;
	text-align: center;
	color: #666;
	background: #ddd;
	border-radius: 25px;
}
#sideRanking ul li:nth-child(1)::before {
	background: #E90000;
	color: #fff;
}
#sideRanking ul li:nth-child(2)::before {
	background: #e16767;
	color: #fff;
}
#sideRanking ul li:nth-child(3)::before {
	background: #eaa3a3;
	color: #fff;
}
#sideRanking ul h3 {
	overflow: hidden;
}
.tab-rank-iine:before {
	content: '\f164';
	font-family: FontAwesome;
}
.rank-iine .iine {
	display: inline-block;
	margin-left: 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #3B5998;
	letter-spacing: 1px;
}
.rank-iine .iine:before {
	content: '\f164';
	font-family: FontAwesome;
}
.side-ranking-tab {
	display: table;
	width: 100%;
	margin: 0 0 10px
}
.side-ranking-tab li {
	display: table-cell;
	width: 33%;
	padding: 0 1px;
}
.side-ranking-tab li:first-child {
	padding: 0 1px 0 0;
}
.side-ranking-tab li:last-child {
	padding: 0 0 0 1px;
}
.side-ranking-tab a {
	display: block;
	padding: 4px 0;
	text-align: center;
	background: #eee;
}
.side-ranking-tab li.active a {
	background: #999;
	color: #fff;
}
