@charset"utf-8";

#aw_foot iframe {
	height: 800px;
	width: 100%;
}

.preset .wrap h3 {
	letter-spacing: -2px;
	border-bottom: 10px solid #9A9271;
}
.preset .wrap h3 div {
	display: inline-block;
	font-size: 36px;
	line-height: 44px;
	font-weight: bold;
	color: #9A9271;
}
.preset .wrap h3 div span {
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 0;
}

.preset .wrap h3 a {
	letter-spacing: 0px;
	display: inline-block;
	padding: 5px 10px 5px 50px;
	border: 2px solid #666;
	margin: 5px 20px;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	border-radius: 30px;
	position: relative;
	bottom: 5px;
	height: 40px;
	color: #666;
}
.preset .wrap h3 a:before {
	content: '?';
	font-family: 'aw_iconset';
	display: block;
	font-size: 30px;
	color: #333;
	position: absolute;
	left: 10px;
	top: 15px;
	font-weight: normal;
}

.preset .wrap h3 a:hover:before {
	content: '!';
	font-family: 'aw_iconset';
	display: block;
	font-size: 30px;
	color: #f80;
	position: absolute;
	left: 10px;
	top: 15px;
}


.preset .wrap h3 a span {
	/*display: none;*/
}

.preset .wrap h3 a:hover {
	width: auto;
}
.preset .wrap h3 a:hover span {
	/*display: inline;*/
}



/* size_search */
article{
    width: 940px;
    margin: 10px auto 30px;
    padding: 20px;
    border: solid 1px #ccc;
    box-sizing: border-box;
	text-align: center;
}
article form div.select-list {
	padding: 20px;
}
article form {
	display: inline-block;
}
.mb10 { margin: 0; }
.select-list {
	overflow:hidden;
}
.select-list select {
    width: 156px;
	height: 30px;
	padding:0;
	margin-left: 12px;
	float: left;
	border: solid 2px #cccccc;
    font-family: "メイリオ", Meiryo, Osaka, 'Hiragino Kaku Gothic ProN',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
}
.select-list select:first-child { margin-left:0; }

.btn-search-size {
    display: inline-block;
	margin: 0 auto;
    width: 250px;
    background: #555555;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 1px;
}
.btn-search-size:hover {
	cursor: pointer;
	background-color: #8a8a8a;
}
.btn-search-size span {
    color: #ff0000;
	margin-left: 5px;
}

input {
	margin-left: 10px;
}
input:hover {
	cursor: pointer;
	background-color: #8a8a8a;
	color: #ffffff;
}

#size_search {
	width: 950px;
}
#size_search h2 {
	font-size: 36px;
	margin-top: 20px;
	border-bottom: 10px solid #9A9271;
	color: #9A9271;
	padding-bottom: 10px;
}
#size_search h2 span {
	display: block;
	font-size: 14px;
    line-height: 44px;
    font-weight: bold;
    letter-spacing: 0;
}
#size_search h2 small {
	font-size: 30px;
}
#inch_nav {
	display: block;
	padding: 6px;
}
#inch_nav li {
	float: left;
	width: 10%;
	width: calc(100% / 10);
	text-align: center;
}

.solo #inch_nav li {
	width: 10%;
	/*width: 12.5%;*/
}

#inch_nav li span {
	display: block;
	position: relative;
	color: #fff;
	margin: 5px;
	padding: 10px 0;
	border-radius: 10px;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
#inch_nav li span.select {
	border: 5px solid #346;
	margin: 0;
	position: relative;
	border-radius: 15px;
}
#inch_nav li span.select:after {
	width: 0; height: 0;
	position: absolute;
	content: " ";
	bottom: -20px;
	left: calc(50% - 20px);
	border-color: #346 transparent transparent transparent;
	border-width: 20px 20px 0 20px;
	border-style: solid;
	z-index: 1;
}
#inch_nav li span:hover {
	opacity: 0.85;
	z-index: 1;
}
#inch_nav li span b {
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
}
#inch_nav li span small {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	left: 1px;
}

#size_list {
	display: block;
	padding: 10px;
	margin-top: 5px;
}
#size_list dl {
	display: block;
	overflow: hidden;
}
#size_list dl dt {
	float: left;
	clear: both;
	width: 15%;
	text-align: center;
}
#size_list dl dd {
	float: left;
	width: 85%;
}
#size_list dl dt b {
	font-family: "Open Sans", sans-serif;
	font-size: 32px;
	line-height: 40px;
	color: #346;
}
#size_list ul li.thd {
	display: block;
	background-color: #346;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
#size_list ul li.tbd dl:nth-child(even) {
	background-color: #eee;
}
#size_list ul li.tbd a {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	text-decoration: none;
	border-radius: 15px;
	border: 1px solid #66c;
	margin: 5px 2px;
	padding: 4px 10px;
	color: #33c;
	-webkit-transition: background 0.2s linear, color 0.2s linear;
	-o-transition: background 0.2s linear, color 0.2s linear;
	transition: background 0.2s linear, color 0.2s linear;
}
#size_list ul li.tbd a:hover {
	background-color: #66c;
	color: #fff;
}
.tbd small {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #346;
	padding-top: 8px;
}

.dis_none {
	display: none;
}

/*---- ホイールブランド ロゴ表示---------------------*/
#logo {
	margin-top: 30px;
}
#logo ul li {
	float: left;
	margin: 10px 5px;
}


/*---- ホイールブランド 画像表示---------------------*/

h2.wheel {
	background: #9A9271;
	padding: 10px;
	font-size: 20px;
	color: #ffffff;
}

#brand_list {
	width: 950px;
}

#brand_list ul {
	text-align: left;
	display: block;
	padding-top: 5px;
	margin: 0;
	letter-spacing: -0.4em;
}
#brand_list ul li {
	width: 25%;
    display: inline-block;
    padding: 5px;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
}
#brand_list ul li img,
#brand_list ul li span {
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#brand_list ul li span {
	width: auto;
}
#brand_list ul li:hover img,
#brand_list ul li:hover span {
	opacity: 0.7;
}
#brand_list a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 0;
}
#brand_list a span {
	display: block;
	font-size: 12px;
	line-height: 16px;
	padding: 5px;
	background-color: #181212;
}

/*ピックアップ商品*/
#products_pickup {
    background-color: #ffedd1;
    margin: 50px 0 20px;
    width: 100%;
    min-width: 950px;
    padding-bottom: 20px;
}
#products_pickup #products_pickup_area {
    width: 950px;
    margin: 0 auto;
    position: relative;
}
#products_pickup #products_pickup_area > span {
    display: inline-block;
    position: relative;
    bottom: 20px;
    padding: 10px 10px 0 10px;
    background-color: #ffedd1;
    width: 300px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#products_pickup #pickup_list {
	display: none;
}
#products_pickup #pickup_list img {
	width: 95%;
}
#products_pickup #pickup_list div a img {
	border: none;
}
#products_pickup_area a span {
    display: inline-block;
    text-decoration: underline;
    padding-top: 3px;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    margin: 0 5px;
    color: #070ce4;
}

