/* common
-----------------------------*/
body {
	overflow: hidden;
	background: url(/package/0700533/img/background.gif);
	margin: 0;
	padding: 0;
}
#wrap {
	margin: 0 !important;
	padding: 90px 0 0 0 !important;
	width: 100% !important;
}
#contents {
	float: right;
	background-color: #FFFFFF;
	margin: 0 !important;
	padding: 5px !important;
	border: 1px solid #DDDDDD;
	width: 950px !important;
}
#header, #aside, #footer {
	font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
	font-size: 13px;
}
#header img, #aside img, #footer img { vertical-align: top; }


/* opacity
-----------------------------*/
#hNav a:hover img {
	opacity: 0.7;
	filter: alpha(opacity="70");
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}


/* header
-----------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	background-color: #303030;
	width: 100% !important;
	height: 65px;
}
* html #header { position: absolute; } /* If IE6 */
#logo {
	margin: 0;
	width: 100%;
}
#logo #logoInner {
	width: 1200px;
	margin: 0 auto;
}
#logo h1 {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	width: 222px;
	text-align: center;
}
#logo h1 img {
	background: #e30b18;
	margin: 0;
	padding: 26px 11px;
	width: 200px;
	height: 13px;
}
#logo h1 a { display: block; }
#hNav{
	overflow: visible !important;
	position: absolute;
	top: 0;
	background-color: #303030;
	width: 100%;
	min-height: 65px;
	height: 65px;
}
#header #hAbout {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 610px;
	margin: 0;
	padding: 20px 0 0 0;
	width: 200px;
}
#header #hAbout li {
	display: inline;
	margin: 0;
	list-style: none;
}
#header #hSpecial {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 150px;
	margin: 0;
	width: 465px;
	height: 48px;
}
#header #hSpecial li {
	display: block;
	float: left;
	margin: 0;
	width: 155px;
	height: 48px;
	list-style: none;
}
#header #hSpecial li a {
	display: block;
	width: 155px;
	height: 48px;
}
#social {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 130px;
	height: 65px;
}
#social ul {
	overflow: hidden;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	width: 130px;
}
#social li {
	float: left;
	margin: 0;
	width: 130px;
}
#social #s_twitter { height: 26px; }
#social #s_facebook { height: 31px; }


/* aside
-----------------------------*/
#container {
	margin: 0 auto;
	width: 1200px;
}
#aside {
	float: left;
	width: 222px;
}
#sideLogo {
	background: #fff;
	margin-bottom: 10px;
	padding: 20px 0 26px;
	border: 1px solid #ddd;
	text-align: center;
}
#nav {
	margin-bottom: 10px;
	border-top: solid 1px #ddd;
	border-right: 1px solid #ddd;
	border-left: solid 1px #ddd;
}
#nav li {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-left: 3px solid #e60012;
	list-style: none;
}
#nav a {
	display: block;
	padding-left: 12px;
	border-left: 3px solid #ffc7c7;
	color: #000000;
	height: 39px;
	line-height: 39px;
	text-decoration: none;
}
#nav a:hover { background: #f5f5f5 url(/package/0700533/img/nav_hover.png) no-repeat 200px 50%; }
#nav .active {
	background: url(/package/0700533/img/nav_active.png) no-repeat !important;
	color: #ffffff;
}
#calendar {
	position: relative;
	background: url(/package/0700533/img/cal_bg_footer.png) no-repeat left bottom;
	margin: 10px 0 0 0;
	padding: 0 0 45px;
	padding: padding:0 0 45px 0;
	border: solid 1px #ddd;
	zoom: 1;
}
#calttl {
	padding: 0 10px !important;
	border-top: 3px solid #e30b18;
	height: 33px !important;
	line-height: 33px !important;
	font-weight: bold;
}
#calendar dl {
	overflow: hidden;
	background: #fff;
}
#calendar dt {
	margin: 0;
	padding: 0 0 0 10px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
#calendar caption {
	padding: 6px 0;
	border-top: solid 1px #ccc;
	font-size: 0.9em;
	font-weight: bolder;
	text-align: center;
}
#calendar .year {
	margin-right: 5px;
	font-size: 13px;
	font-weight: bold;
}
#calendar .month {
	font-size: 16px;
	font-weight: bold;
}
#calendar table, #calendar th, #calendar td { border-collapse: collapse; }
#calendar table {
	margin: 0 10px 10px 10px;
	width: 200px;
}
#calendar th {
	border: 1px solid #fff;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
}
#calendar td {
	background-color: #eee;
	border: 1px solid #fff;
	width: 26px;
	height: 20px;
	font-size: 12px;
	text-align: center;
}
/*event*/
#calendar td.on { background-color: #7ecef4; }
#calendar td.closed { background-color: #ffb7b7; }
#calendar td.notclosed { background-color: #eee; }
#calendar .sat { color: #167FC1; }
#calendar .sun, #calendar .holiday { color: #DC0000; }
#calendar #calTab {
	position: relative;
	cursor: pointer;
	background: url(/package/0700533/img/cal_bottom.gif) no-repeat 10px 100%;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	zoom: 1;
}
#calTab #twoMonth, #calTab #nextMonth, #calTab .back { display: none; }
#calTab .back,
#calTab .next {
	position: absolute;
	bottom: 0;
	right: 10px;
	line-height: 1.5;
	color: #0068B7;
	font-size: 11px;
	text-decoration: underline;
}
#calTab .back { right:100px; }
#calTab .back:hover,
#calTab .next:hover {
	color: #3398b7;
	text-decoration: none;
}
#recentEvent {
	background: none !important;
	cursor: pointer;
	margin: 5px 0;
}
#nosupport #recentEvent:hover { color: #999; }
#calendar #recentEvent dt {
	margin: 0;
	padding: 0;
	height: auto;
	line-height: normal;
	text-align: center;
}
#recentEvent a {
	color: #333;
	text-decoration: none;
}
#recentEvent:hover a { color: #999; }
#recentEvent .thumb {
	display: block;
	margin: 0 0 5px 0;
}
#recentEvent .event_term {
	background-color: #d30008;
	margin: 5px 10px;
	padding: 3px;
	color: #fff;
	font-size: 10px;
}
#recentEvent .event_date {
	color: #d30008;
	line-height: 25px;
	font-size: 12px;
	font-weight: bolder;
}
#recentEvent dt {
	font-size: 0.9em;
	font-weight: bold;
}
#recentEvent p {
	font-size: 11px;
	margin: 5px 10px;
}
#calendar #businessHour {
	background: url(/package/0700533/img/cal_bg_footer.png) no-repeat left bottom;
	height: 45px;
}
#calendar dd #businessHour {
	position: absolute;
	bottom: 0;
	left: 0;
	background: none;
}
#calendar #businessHour dt {
	float: left;
	padding-left: 10px;
	width: 60px;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
}
#calendar #businessHour dd {
	padding: 12px 0 0 80px;
	letter-spacing: -0.1em;
	color: #fff;
	line-height: 15px;
	font-size: 11px;
	text-align: right;
}
#calendar #businessHour .time{ margin-left: 3px; }


/* footer
-----------------------------*/
#footer:before,
#footer:after {
	content: "";
	display: table;
}
#footer:after {
	content: "";
	display: block;
	clear: both;
}
#footer {
	display: block;
	position: relative;
	border: none !important;
}
#footer .inner {
	position: relative;
	margin: 50px auto 0 auto;
	width: 1200px;
}
#footer #copyright {
	clear: both;
	position: relative;
	background-color: #d30008;
	width: 100%;
	height: 80px;
}
#fNav {
	background-color: #d30008;
	float: left;
	margin: 0 0 -1px 0;
	padding: 0.75em 0;
	width: 222px;
	list-style: none;
	font-size: 10px;
	text-align: center;
}
#fNav li {
	display: inline;
	padding: 0 0 0 10px;
}
#fNav li:first-child {
	background: url(/package/0700533/img/footersepbg.gif) no-repeat right center;
	padding: 0 10px 0 0;
}
#fNav li a {
	background: url(/package/0700533/img/footernavbg.gif) no-repeat left center;
	padding: 3px 0 3px 10px;
	color: #fff !important;
	text-decoration: underline;
}
#fNav li a:hover { text-decoration: none !important; }
#footer .small {
	display: block;
	margin: 0 auto;
	padding: 0 20px 0 0;
	max-width: 1200px;
	color: white;
	line-height: 80px;
	text-align: right;
}
#gotoTop {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: normal;
	font-size: 12px;
}
#gotoTop a {
	display: block;
	background: url(/package/0700533/img/pagetopbg.gif) repeat-x left bottom;
	padding: 0 2px 7px 2px;
	color: #333 !important;
	font-family: "Century Gothic",arial,sans-serif;
	text-decoration: none !important;
}
#gotoTop a:hover { color:#999 !important; }


/* title
-----------------------------*/
#contents #main h2,
#contents #main #campaign h2,
#contents #main #maintitle h2,
#side dl.sideBox dt.title {
	background-color: #F2F2F2 !important;
	color: #333333 !important;
	zoom:1;
}


/* group_table
-----------------------------*/
.group_table {
	float: none;
	margin: 10px 0;
	font-size: 13px;
}
.group_table, .group_table th, .group_table td {
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
.group_table th, .group_table td { padding: 1px 5px; }
.group_head {
	background-color: #0071bd;
	color: #ffffff;
}
.group_head a:link, .group_head a:visited, .group_head a:hover { color: #ffffff; }


/* zaiko
-----------------------------*/
#contents #main #campaign,
#main #maintitle,
#main #shopsummary,
#main .detail_shopmemo,
#main .detail_shopinfo,
#main .detail_iconlink,
#topBtnArea,
#searchBox,
#detailCon { display: none !important; }

/* map
-----------------------------*/
#map{ clear: both; }
#contents #maparea { clear: both; }
#maparea #map_main {
	float: none !important;
	margin: 0 auto !important;
	width: 740px !important;
}


/* changeLine IE
-----------------------------*/
/* zaiko */
* html dl.changeLine { margin: 0; }
*:first-child+html dl.changeLine { margin: 0; }
html>/**/body dl.changeLine { margin: 0\9; }

/* summary */
* html #summary .changeLine { margin: -5px 0 0; }
*:first-child+html  #summary .changeLine { margin: -5px 0 0; }
html>/**/body #summary .changeLine { margin: -5px 0 0\9; }

/* showroom */
* html #showroom .changeLine { margin: -10px 0 0; }
*:first-child+html #showroom .changeLine { margin: -10px 0 0; }
html>/**/body #showroom .changeLine { margin: -10px 0 0\9; }


/* all
-----------------------------*/
.topicpath { display: none; }
#main { width: auto !important; }
.pageTopLast { display: none !important; }
#shopmain .title { width: 700px !important; }


/* campaign
-----------------------------*/
#contents #main #campaign .text {
	float: none;
	width: auto;
}


/* hdplan_1
-----------------------------*/
#shopinfo .text {
	width: 415px;
	display: inline;
	margin: 0 10px 0 0;
}
#shopinfo .campaign {
	width: 510px !important;
	display: inline;
	margin: 0 17px 0 0;
}
#shopinfo .campaign .img { margin-right: 10px; }
#shopinfo .campaign div {
	float: none !important;
	width: auto !important;
}
#hdplan_1 #shopimage_s li { width: 115px; }
#shopimage_s { margin-bottom: 30px; }
#main.hdplan_main { width: 720px !important; }
#main #pay {
	width: auto !important;
	float: none;
}
#main #cancel {
	float: none;
	width: auto;
}
#main #voice th { width: 117px; }
#main #voice .title .about { margin: 0; }
#shopimage_s li .text { word-wrap: break-word; }


/* hdplan_2
-----------------------------*/
#hdplan_2 #shopcomment .text { width: 346px; }
#hdplan_2 #main { width: 625px; }
#hdplan_2 #main #shopimage_m li { padding: 0 0 0 10px; }


/* hdplan_3
-----------------------------*/
#hdplan_3 #main { width: 645px; }
#hdplan_3 #main #photoBox li { padding: 0 0 10px 30px; }
#hdplan_3 #main #campaign .text { width: 380px }
#hdplan_3 #main #certification { margin: 0 !important; }
#hdplan_3 .icon ul .text {
	clear: both;
	width: 100px;
}
#hdplan_3 #main #photoBox ul { padding: 9px 0 0 40px; }


/* summary
------------------------------------------------*/
#searchBox { position: static; }
#searchBox div.inner { zoom: 1; }
.photoList table td .new_up { margin-right: 50px; }
.photoList .carPrice {
	padding: 5px 0;
	text-align: center !important;
}
.photoList .carPrice p .recycle { padding-left: 70px; }
.photoList .carPrice .borderDottTop {
	border-top: 1px dotted #CCCCCC;
	margin: 5px 0 0;
	padding: 5px 0;
}
.detailEtc a { text-decoration: none !important; }


/* shopsummary
------------------------------------------------*/
#main #shopsummary .txt { width: 520px !important; }
