﻿@charset "utf-8";

@import "reset.css";

/*========================================index
/* +base set
/* +page-break
/* +display none
========================================index*/

/*====================
 +base set
====================*/
body {
	color: #000;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", serif;
	font-size: 8pt;
	line-height: 1.6;
	}
h1 {
	margin-bottom: 6mm;
	padding-bottom: 2mm;
	border-bottom: 5px double #000;
	font-size: 175%;
	}
h2 {
	margin: 3mm 0;
	padding-bottom: 2mm;
	border-bottom: 2px solid #000;
	font-size: 150%;
	}
h3 {
	margin: 3mm 0;
	padding-bottom: 2mm;
	border-bottom: 1px dotted #000;
	font-size: 125%;
	}
p,ul,ol,dl,table {
	margin: 1mm 0;
	}
ul,ol {
	margin-left: 2em;
	}
ul {
	list-style: outside disc;
	}
ol {
	list-style: outside decimal;
	}
blockquote {
	margin: 1mm 3mm;
	padding: 2mm;
	border: 3px double #000;
	}
a[href^="http://"]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
.section02,
.section03 {
	margin-left: 6mm;
	}

.attention_red{
	color: #F00;
}

/*====================
 + wheel-list
====================*/
/* beo brand list */
ul.wheel-list-brand{
	margin-top: 15px;
	width: 100%;
	clear: both;
}
ul.wheel-list-brand li{
	float: left;
	margin-right: 4px;
	list-style-type: none;
	}
ul.wheel-list-brand li span.logo{
	height: 46px;
	display: block;
	margin: 0px;
	padding: 0px;
	}
ul.wheel-list-brand li span.list-wheel{
	height: 141px;
	display: block;
	margin: 0px;
	padding: 0px;
	}

/* vaggio tws ragtime citta pied cv ragtime brand list */
ul.wheel-list-brand-other{
	margin-top: 24px;
	width: 100%;
	clear: both;
}
ul.wheel-list-brand-other li{
	float: left;
	margin-right: 4px;
	list-style-type: none;
	}
ul.wheel-list-brand-other li span.logo{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 58px;
	}
ul.wheel-list-brand-other li span.list-wheel{
	height: 141px;
	display: block;
	margin: 0px;
	padding: 0px;
	}


/* wheel-list-page */
ul.wheel-list{
	width: 100%;
}
ul.wheel-list li{
	float: left;
	margin-right: 4px;
	list-style-type: none;
	}
ul.wheel-list li p{
	padding: 0px;
	margin: 0px;
	}
ul.wheel-list li p span{
	color: #F00;
	}
p.sale-schedule{
	color: #F00;
	clear: both;
	}

ul#sochaku-list li{
	float: left;
	display: block;
	width: 149px;
	margin-right: 8px;
	height: 103px;
	}
ul#sochaku-list li img{
	border: 1px solid #999;
	}

ul#sochaku-list li.sochaku-list-middle{
	margin-top: 10px;
	margin-bottom: 10px;
	}



/*====================
 +page-break
====================*/
ul,ol,dl,
p,blockqote,
table {
	page-break-inside: avoid;
	}

/* section-lv2*/
.section-lv2{
	clear: both;
	}


/* copyright */
.copyright{
	font-size: 12px;
	clear: both;
	text-align: left;
}

/*====================
 +display none
====================*/
#header,
#top-cover,
#global-nav,
#utility-nav,
#secondary-contents,
.pate_top_up,
.pate_page_back,
.pate_top_up_sizeprice,
.pate_top_up_wp,
.wheel-view,
#footer h2,
#footer ul,
ul.pagetopA01,
.movetoA01,
.remove-navA01 {
	display: none;
	}

