@charset "utf-8";
/* CSS Document */

#contents {
	padding-top: 10px;
	color:#333;
}
#contents .inner {
	width: 300px;
	margin: 10px auto 15px auto;
	border-top: 1px solid #999999;
	padding: 0 0 30px 0;
	color: #333;
	font-size: 93%;
	background-color: #ffffff;
}
#contents h2 {
	margin: 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #666;
}
#contents h3 {
	margin: 20px 0 0 0;
}

.list01 {
	margin: 10px 10px 0 30px;
}
.list01 li {
	margin-top: 20px;
	list-style: disc;
}
.list01 li:first-child {
	margin-top: 0;
}
.list01 span {
	display: block;
	margin-top: 20px;
}
.list01 li a {
	color: #c40e39;
	text-decoration:underline;
}

.btn {
	width: 300px;
	margin: 0 auto;
}
.tab {
	margin: 10px 10px;
}
.tab div {
	border: 1px solid #CCC;
	padding: 2px;
	text-align: center;
	background: #f2f2f2;
}
.tab div li {
	display: inline-block;
	border-top: 1px solid #CCC;
	padding: 2px 0;
}
.tab div li:first-child {
	border: none;
	padding: 0 0 2px 0;
}
.tab div li:last-child {
	padding: 2px 0 0 0;
}

.dealersTable {
	margin: 10px 10px 0 10px;
	border-top: 1px solid #343434;
	border-right: 1px solid #343434;
	color: #333;
}
.dealersTable th,
.dealersTable td {
	border-bottom: 1px solid #343434;
	border-left: 1px solid #343434;
	padding: 10px;
}
.dealersTable th {
	text-align: left;
	background: #f5f5f5;
	font-weight:normal;
}
.dealersTable thead th {
	padding: 0px 10px;
	background: #dddddd;
	font-weight: bold;
}
.dealersTable thead th span{
	padding: 10px 0;
	display:block;
}
.dealersTable thead th a{
	padding: 10px 0;
	background:url(../../../images/common/icon_pc_02.png) right center no-repeat;
	background-size: 14px 12px;
	color:#c40f38;
	text-decoration:underline;
	display:block;
}

.dealersTable td {
	text-align: left;
}


/* navi */
#gnav {
	margin: 10px 10px;
}
#gnav a {
	display: block;
}
#gnav p a,
#gnav h2 {
	text-align: center;
	padding: 19px 0 16px;
	margin: 0 auto;
	background-size: 100% 100%;
	width: 300px;
}
#gnav h2 {
	background: url(../../../images/top/top_menu_back.png) top left no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
#gnav h2.selected {
	background-image: url(../../../images/top/top_menu_back_o.png);
}
#gnav p a {
	background: url(../../../images/top/top_menu_link_back.png) top left no-repeat;
	background-size: 100% 100%;
}
#gnav p.findAStore a {
	/*background-image: url(../../../images/top/btn_findstore_back.png);*/
	padding-bottom: 18px;
	border-bottom: 1px solid #999999;
}
#gnav ul {
	background: url(../../../images/top/gnavi_border_dot.png) top left repeat-x;
	width: 298px;
	margin: 0 auto;
	padding-bottom: 10px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	display: none;
}
#gnav ul li {
	margin: 0 11px;
	padding-bottom: 1px;
	border-bottom: 1px solid #999999;
}
#gnav ul li a {
	display: block;
	font-weight: bold;
	padding: 12px 0;
	background: url(../../../images/top/sub_menu_back.png) right center no-repeat;
	background-size: 100% 100%;
}