@charset "utf-8";
/* CSS Document */
img {
	width: 100%;
}
ul {
	list-style:none;
}
* {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
}
/*--------------------left------------------------*/
.warraper_left {
	width: 300px;
	letter-spacing:1px;
}
.warraper_left a {
	text-decoration:none;
}

.side_nav ul li {
	margin: 0;
}
.side_nav ul li a {
	color:#999;
	height:50px;
	text-indent:10%;
	border-bottom:1px solid #ccc;
	line-height:50px;
	display:block;
	text-align:left;
	font-size:13px;
}
.side_ttl {
	font-weight:bold;
	font-size:16px;
	padding:30px 7% 10px;
	border-bottom:1px solid #555;
	color:#666;
}




/*====================================================================
.accordion_one
====================================================================*/
.search_banner .accordion_one {
    max-width: 300px;
    margin: 0 auto;
}
.search_banner .accordion_one .accordion_header {
    color: #999;
    font-size: 13px;
    padding: 15px 10%;
    text-align: left;
    position: relative;
    z-index: +1;
	border-bottom:1px solid #ccc;
    cursor: pointer;
    transition-duration: 0.2s;
}
.search_banner .accordion_one:nth-of-type(2) .accordion_header {
}
.search_banner .accordion_one:nth-of-type(3) .accordion_header {
}
.search_banner .accordion_one .accordion_header:hover {
    opacity: .8;
}
.search_banner .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
}
.search_banner .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    position: relative;
}
.search_banner .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
	right:7%;
}
.search_banner .accordion_one .accordion_header .i_box .one_i:before, .search_banner .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: #ccc;
    border-radius: 10px;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 3px;
    left: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
}
.search_banner .accordion_one .accordion_header .i_box .one_i:before {
    width: 2px;
    height: 10px;
    top: 5px;
    left: 5px;
}
.search_banner .accordion_one .accordion_header.open .i_box .one_i:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	width: 2px;
    height: 10px;
    top: -5px;
    left: 9px;
}
.search_banner .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	width: 10px;
    height: 2px;
    position: absolute;
    top: 3px;
    left: 1px;
}
.search_banner .accordion_one .accordion_inner {
    display: none;
    box-sizing: border-box;
}
.search_banner .accordion_one .accordion_inner p.txt_a_ac {
    margin: 0;
	font-size:10px;
	background:#f7f7f7;
	border-bottom:1px solid #ccc;
}
.txt_a_ac a {
	height: 40px;
    text-indent: 45px;
    line-height: 40px;
    display: block;
	color:#555;
}
.star {
	width:37%;
	position:relative;
	top:5px;
}
.s_num {
	font-size:12px;
	position:relative;
	top:2px;
	margin:10px;
}
/*-----------------------------------
カラー
-----------------------------------*/
.color_s ul {
	margin: 15px auto;
	font-size:10px;
	width: 84%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    text-align: center;
    flex-direction: row;
}
.color_s ul li {
	width:25%;
	padding:3px;
	text-align:center;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.color {
	border:1px solid #ccc;
	width:47px;
	height:47px;
	margin:0 auto;
}
.black {
	background:#000;
}
.white {
	background:#fff;	
}
.gray {
	background:#999;	
}
.brown {
	background:#955322;	
}
.khaki {
	background:#6b692c;	
}
.beige {
	background:#d9c7a2;	
}
.red {
	background:#d62525;	
}
.pink {
	background:#ffb1bf;	
}
.orange {
	background:#f49000;	
}
.yellow {
	background:#e7dd40;	
}
.purple {
	background:#6c1e98;	
}
.green {
	background:#009600;	
}
.navy {
	background:#060f80;	
}
.blue {
	background:#04a3d7;	
}
.gold {
	background-color: #daa520;
    background: -moz-linear-gradient(65deg, #B8860B, #fff);
    background: -webkit-linear-gradient(65deg, #B8860B, #fff);
    background: linear-gradient(25deg, #B8860B, #fff);	
}
.silver {
	background: -moz-linear-gradient(65deg, #F999, #fff);
    background: -webkit-linear-gradient(65deg, #999, #fff);
    background: linear-gradient(25deg, #999, #fff);	
}
/*------------------------------------
Feature
------------------------------------*/
.side_b ul {
	margin:10px 0;
}
.side_b ul li {
	margin:15px 0;
}
