* { zoom: 1; }
ul, ol, li { zoom: normal; }
/*-------------------- CONFIG --------------------*/
body {
	color: #333333;
	background: #ffffff;
	font-size:13px;
	line-height:1.4em;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
}

a {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;

}
.template { display: none; }

/*-------------------- COMMON --------------------*/
.mgn_bt20 { margin-bottom: 20px; }
.f_left {
 float:left;	
}
.f_right{
 float:right;	
}

span.bold{
	font-weight:bold;	
}
span.red{
	color:#ff0000;	
}
.wrap{
	width:92%;
	margin:0 auto;
	position:relative;
}
.slide-hide {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-show {
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 3000px;
    overflow: hidden;
}

/*-------------------- HEADER --------------------*/
header h1{
	text-align:center;
	padding:10px 0;
	border-bottom:2px solid #cbd6dd;
}
header h1 img{
	zoom:.5;
	-moz-transform:
	scale(0.5,0.5);
}
/*
header .gnavi{
	width:94%;
	margin:0 auto;
	position:relative;
}

header .gnavi li{
	float:left;
	width:24%;	
	text-align:center;
	font-weight:bold;
	font-size:14px;
	padding:10px 0;
}
*/

/*140123_APR_modified------------------*/
header .menu_button{
	right:10px;
	top:10px;
	position: absolute;
	height:45px;
	width:45px;
}
header .gnavi{
	top:0;
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}
header .gnavi div.show{
	width: 100%;
	position: relative;
}
header .gnavi li{
	font-size:20px;
	border: 1px solid #a4a4a4;
}

header .gnavi li a{
	display:block;
	padding:10px;
	color:#000000;
}

/*-------------------- FOOTER --------------------*/
footer .link_area{
	background:#cbd6dd;
	padding:4%;
}
footer .link_area .bnr_list{
	margin-bottom:20px;	
}
footer .link_area .bnr_list .left{
	float:left;
	width:48%;	
}
footer .link_area .bnr_list .right{
	float:right;
	width:48%;	
}
footer .link_area .bnr_list .bottom{
	clear:both;
	padding-top:10px;	
}
footer .link_area .bnr_list li a{
	display:block;	
}
footer .link_area .bnr_list li a img{
	display:block;
	width:100%;
	margin-bottom:5px;
}
footer .link_area .bnr_list li a p{
	text-decoration:underline;	
}
footer .link_area .text_list{
	text-align:center;
	font-size:10px;
}
footer .link_area .text_list a{
	font-weight:bold;
}
footer .copyright{
	padding:20px 0;
	font-size:10px;
	text-align:center;	
}

/*------------------- TOP----------------------------------------------------------------------------*/
/*-------------------- VISUAL --------------------*/
.toppage .visual{
	width:100%;	
}
.toppage .visual img{
	width:100%;	
}

/*-------------------- TOPICS --------------------*/
.toppage .topics h2{
	text-align:center;
	padding:10px;
	font-size:14px;
}
.toppage .topics ul{
	border-top:2px solid #cbd6dd;
}
.toppage .topics li{
	list-style:none;
	border-bottom:2px solid #cbd6dd;
}
.toppage .topics li a{
	display:block;
	padding:10px 4%;
	background:url(../img/bullet_01.png) no-repeat 96% center;

}
.toppage .topics li a .day{
	float:left;
	margin-right:20px;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.toppage .topics li a .tag{
	float:left;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.toppage .topics li a .link{
	text-decoration:underline;
	width:85%;
	color:#333333;
}

/*------------------- CONCEPT ----------------------------------------------------------------------------*/
.concept .top_area{
	background:url(../img/concept_crown.png) no-repeat 96% 80% #b33c31;
	padding:60px 0 3%;
	border-bottom:20px solid #433031;
}
.concept .top_area .text{
	float:left;
	width:74%;	
	font-size:9px;
	color:#e5e5e5;
	line-height:14px;
}
.concept h2{
	padding:5% 4%;
	background:#347599;
}
.concept h2 img{
	display:block;
	zoom:.5;
	-moz-transform:
	scale(0.5,0.5)
	translate(-56px,-56px);
}
.concept .jp_text{
	background:#4cabe1;
}
.concept .jp_text p{
	padding:50px 4%;
	font-size:14px;
	line-height:28px;
	color:#ffffff;
}

/*------------------- SEARCH ----------------------------------------------------------------------------*/
.search .subcol{
	border-radius:0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
    height: auto;
    /*
    height:200px;
    overflow:auto !important;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;*/
    /*-webkit-transition: -webkit-transform 0ms; -webkit-transform-origin: 0px 0px; -webkit-transform: translate3d(0px, 0px, 0px);*/
}
.search .subcol .box{
	border-top:1px solid #e7e7e7;
}
.search .subcol .box.top{
	border-top:none;
}
.search .subcol .box h2{
	padding:15px 20px 14px;
	font-size:14px;
	background:#ffffff;
	cursor: pointer;
}
.search .subcol .box h2.all{
	padding:0;
}
.search .subcol .box h2.all a{
	display:block;
	padding:15px 20px 14px;
	font-size:14px;
	background:#ffffff;
}
 .search .subcol .box h3{
	margin-bottom:8px;	
}
.search .subcol .box h2.boxTitle{
	background:url(../../img/bullet_02.png) no-repeat 97% center #ffffff;
}
.subcol .box h2.boxTitle.active{
	background:url(../../img/bullet_03.png) no-repeat 97% center #ffffff;
}
.search .subcol .box .lv2{
	background:url(../../img/search_subcol_hr.png) no-repeat top center #ffffff;
	/*padding: 15px 20px;*/
    padding: 0 20px;
}
.search .subcol .box .lv2 .lv2_inner{
    padding: 15px 0;
}
.search .subcol .box .lv2 ul li{
	margin-top:15px;	
}
.search .subcol .box .lv2 ul li.top{
	margin-top:0;	
}
.search .subcol .box .lv2 input[type='checkbox']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	position: absolute;
}
.search .subcol .box .lv2 .cbx{
	background:url(../../img/checkbox_img_off.png) no-repeat left 3px;
	line-height: 18px;
	display: block;
	padding: 0 0 0 15px;
	cursor: pointer;
	overflow: hidden;
}
.search .subcol .box .lv2 .cbx.c_on{background:url(../../img/checkbox_img_on.png) no-repeat left 3px;}

.search .main_area{
	background:#f5f5f5;
	padding:20px 0 40px;
}
.search .filter{
	margin-bottom:20px;	
}
.search .filter a{
	display:block;
	background:#ffffff;
	text-align:center;
	padding:10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.search .filter a span{
	background:url(../img/search_filter_off.png) no-repeat right center;	
	padding-right: 30px;
	height: 18px;
	display: inline-block;
}
.search .filter a.active span{
	background:url(../img/search_filter_on.png) no-repeat right center;	
}


.search ul.list li{
	position:relative;
	margin-bottom:20px;
	height:auto;
}
.search ul.list li.color1{background:#1b2b27;}
.search ul.list li.color2{background:#444c5e;}
.search ul.list li.color3{background:#00a4b5;}
.search ul.list li.color4{background:#91cece;}
.search ul.list li.color5{background:#9f254e;}
.search ul.list li.color6{background:#e578a9;}
.search ul.list li.soldout{background:#707070;}

.search ul.list li .abox{
	height:100px;
	display:block;
	position:relative;
	z-index:2;
	background:url(../img/bullet_01.png) no-repeat right 50%;
}
.search ul.list li .abox .img_box{
	float:left;
	width:123px;	
	height:100px;
	overflow:hidden;
	position:relative;
}
.search ul.list li .abox .img_box .soldout_text{
	position:absolute;
	left:14%;
	top:30%;	
}
.search ul.list li .abox .img_box .soldout_text img{
	display:block;
	zoom:.7;
	-moz-transform:
	scale(0.7,0.7)
	translate(-28px,-50px);
}
.search ul.list li .abox .img_box img{
	display:block;
	zoom:.5;
	-moz-transform:
	scale(0.5,0.5)
	translate(-123px,-100px);
}



.search ul.list li .abox h2{
	position:absolute;
	left:133px;
	top:10px;
	padding-right:20px;
	font-size:8px;
	color:#ffffff;
	font-weight:bold;
	overflow:hidden;
	height:55px;
	}
.pc .search ul.list li .abox h2{
	font-size: 12pt;
}
.search ul.list li .link{
	position:absolute;
	left:133px;
	bottom:10px;	
	z-index:5;	
}
.search ul.list li .link li{
	float:left;
	margin-bottom:0;
	text-decoration:underline;
	color:#ffffff;
	font-size:10px;
}
.pc .search ul.list li .link li{
	font-size: 12pt;
}
.search ul.list li .link li.right{
	float:left;
	margin-left:20px;
}

.search ul.list li .link a{
	color:#ffffff;
}

.search .no-text{
	text-align: center;
	padding: 80px 0;
	border: 3px dotted #cccccc;
}


/*------------------- quality ----------------------------------------------------------------------------*/
.quality .top_area{
	background:#4e666b;
}
.quality .top_area img{
	vertical-align:middle;	
}
.quality .top_area .wrap{
	height:100px;
}
.quality .top_area h2{
	position:absolute;
	bottom:12px;
	left:0;
}
.quality .top_area .crown{
	position:absolute;
	bottom:12px;
	right:0;
}
.quality .content{
	background:url(../img/quality_content_bg.jpg) no-repeat center;
	background-size:cover;
	padding-bottom:20px;
	min-height:500px;
}
.pc .quality .content{
	min-height:800px;
}
.quality .content .title{
	padding-top:15px;
	margin-bottom:15px;	
	fon
}
.quality .content .text1{
	font-size:16px;
	line-height:18px;
	color:#ffffff;
	margin-bottom:15px;	
}
.quality .content .text2{
	font-size:18px;
	line-height:23px;
	color:#ffffff;
	margin-bottom:15px;	
}
.quality .content .text3{
	font-size:12px;
	line-height:14px;
	color:#ffffff;
	margin-bottom:15px;	
}
.quality .content .box{
	background:url(../img/box_bg.png) repeat left top;
	width:100%;
	display:table;
	margin-bottom:20px;

}
.quality .content .box .icon{
	display:table-cell;
	width:95px;
	padding-top:10px;
	vertical-align:top;	
	text-align:center;
}
.quality .content .box .text_area{
	display:table-cell;
	vertical-align:top;
	padding:10px 10px 10px 0;
}
.quality .content .box .text_area .text1{
	font-size:10px;
	line-height:18px;
	margin-bottom:10px;	
}
.quality .content .box .text_area .text2{
	margin-bottom:20px;
}
.quality .content .note{
	color:#fff;
	font-size:10px;	
}
/*------- added 20140204 */
.search .search-words-wrap {
    display: none;
    margin-bottom: 20px;
}
.search-words span{
	display:inline;
	line-height:24px;
}
.swwrap-area,
.swwrap-rail,
.swwrap-price,
.swwrap-keyword{
	margin-right:10px;
	margin-bottom:5px;	
}
.search-words .swtitle{
	padding:2px 5px 1px 5px;
	color:#fff;
	background:#333333;
	margin-right:5px;
}
.search .search-words span[class^="sw-"]:not(:last-child):after {
    content: ' / ';
}
/* end added 20140204 -------*/

/*------------------- SEARCH DETAIL ----------------------------------------------------------------------------*/
.search-detail .main_area{
	background:#f5f5f5;
	padding:20px 0 40px;
}
.search-detail .top_area{
	position:relative;
	margin-bottom:20px;
	min-height:100px;	
}
.search-detail .top_area .img_box{
	float:left;
	width:123px;	
	position:absolute;
}
.search-detail .top_area .img_box img{
	display:block;
	zoom:.5;
	-moz-transform:
	scale(0.5,0.5)
	translate(-123px,-100px);
}
.search-detail .top_area .img_box img.sold_img{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.search-detail .top_area .img_box img.sold_text{
	position:absolute;
	z-index:3;
	left:58px;
	top:72px;	
}

.search-detail .top_area .text_box{
	padding-left:133px;
	
}
.search-detail .top_area .text_box h2{
	font-size:8px;
	font-weight:bold;
	color:#333333;
	margin-bottom:20px;
}
.pc .search-detail .top_area .text_box h2{
	font-size:12px;	
}
.search-detail .top_area .text_box .text{
	font-size:8px;	
}
.pc .search-detail .top_area .text_box .text{
	font-size:12px;	
}

.search-detail table{
	width:100%;
	margin-bottom:20px;
	border-collapse: separate;
	border-spacing: 2px;
}
.search-detail table th,.search-detail table td{
	padding:15px;
}
.search-detail table th{
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	font-weight:bold;
	font-size:8px;	
	background:#ff7c7c;
	width:25%;
}
.search-detail table td{
	font-size:8px;	
	line-height:15px;
	background:#c782ad;
	width:75%;
	color:#ffffff;
}
.pc .search-detail table th,
.pc .search-detail table td{
	font-size:12px;	
}
.search-detail ul.link_btn li{
	margin: 0 auto 10px;
	width: 105px;
}
.search-detail ul.link_btn li a{
	color: #333333;
	font-size: 10	px;
	text-decoration: underline;
	background: url(../img/bullet_05.png) no-repeat left center;
	padding-left: 30px;
	line-height: 20px;
	height: 20px;
	display: inline-block;
}
.pc .search-detail ul.link_btn li a{
	font-size:12px;	
}
.search-detail table td ul li{
	list-style:disc;
    margin-left:15px;
}
/*------------------- NEWS ----------------------------------------------------------------------------*/
.newspage .main_area{
	background:url(../../img/news_visual_img.jpg) no-repeat center bottom;
    background-size:100% 100%;
}
.newspage .main_area .article{
	border-bottom:1px solid #bd81a7;
}
.newspage .main_area h2{
	padding:15px 0;
	background:url(../img/newspage_bullet.png) no-repeat 97% center;
	font-weight:normal;
}
.newspage .main_area h2.active{
	background:url(../img/newspage_bullet_on.png) no-repeat 97% center;
}
.newspage .main_area h2 .day{
	font-weight:bold;
	color:#ffffff;
	margin-right:15px;	
}
.newspage .main_area h2 .tag{
	font-weight:bold;
	color:#ffffff;
}
.newspage .main_area h2 .link{
	display:block;
	color:#ffffff;
	width:80%;
	text-decoration:underline;
}
.newspage .main_area .detail .image{
	text-align:center;
	margin-bottom:20px;	
}
.newspage .main_area .detail .image img{
	-webkit-box-shadow:rgba(46, 46, 46, 0.3) 1px 1px 3px 1px;
	-moz-box-shadow:rgba(46, 46, 46, 0.3) 1px 1px 3px 1px;
	box-shadow:rgba(46, 46, 46, 0.3) 1px 1px 3px 1px;	
}
.newspage .main_area .detail p{
	color:#ffffff;
	margin-bottom:20px;
}
.newspage .main_area .detail p a{
    color: #406ec4;
    text-decoration: underline;	
}


/*140123_APR_modified------------------*/
.newspage .main_area .detail a {
	color:#ffffff;
	font-weight:bold;
}




/*------------------- SOLAR ----------------------------------------------------------------------------*/
.solar .top_area{
	background:#664e6b;
}
.solar .top_area img{
	vertical-align:middle;	
}
.solar .top_area .wrap{
	height:100px;
}
.solar .top_area h2{
	position:absolute;
	bottom:12px;
	left:0;
}
.solar .top_area .crown{
	position:absolute;
	bottom:12px;
	right:0;
}
.solar .content{
	background:url(../img/solar_content_bg.jpg) no-repeat center;
	background-size:cover;
	padding-bottom:20px;
	min-height:500px;
}
.pc .solar .content{
	min-height:800px;
}
.solar .content .title{
	padding-top:15px;
	margin-bottom:15px;	
}
.solar .content .text{
	margin-bottom:15px;	
}
.solar .content .box{
	background:url(../img/box_bg.png) repeat left top;
	width:100%;
	display:table;
	margin-bottom:2px;

}
.solar .content .news_box{
	background:url(../img/news_list_grayout.png) repeat left top;
	width:100%;
	display:table;
	margin:20px 0;

}
.solar .content .news_box .recommend{
	text-align:center;
	margin:20px 0;
}

.solar .content .box .icon{
	display:table-cell;
	width:95px;
	padding-top:10px;
	vertical-align:top;	
	text-align:center;
}
.solar .content .box .text_area{
	display:table-cell;
	vertical-align:top;
	padding:10px;
}
.solar .content .box .text_area .text1{
	font-size:10px;
	line-height:18px;
	margin-bottom:10px;	
}
.solar .content .box .text_area .text2{
	margin-bottom:20px;
}
.solar .content .note{
	color:#fff;
	font-size:10px;	
	margin-bottom:20px;
}
.solar .content h2.newss{
	padding:15px 0;
	background:url(../img/newspage_bullet.png) no-repeat 97% center;
	font-weight:normal;
}
.solar .content h2.newss .day{
	font-weight:bold;
	color:#ffffff;
	margin-right:15px;	
}
.solar .content h2.newss .tag{
	font-weight:bold;
	color:#ffffff;
}
.solar .content h2.newss .link{
	display:block;
	color:#ffffff;
	width:80%;
	text-decoration:underline;
}
/*------------------- 404 ----------------------------------------------------------------------------*/
.error404 .area_404{
	background:#f5f5f5;	
}
.error404 h2{
	font-size:14px;
	color:#666666;
	padding-top:20px;
	margin-bottom:40px;
	font-weight:normal;
}
.error404 figure.message{
	padding-bottom:40px;	
}
.error404 figure.message img{
	width:100%;
	display:block;	
}
.error404 .main_menu{
	margin-bottom:20px;	
}
.error404 .main_menu li{
	margin-bottom:3px;
}
.error404 .main_menu li a{
	display:block;
	background:#ffffff;
	height:35px;
	line-height:35px;
	text-align:center;
	font-weight:bold;
	font-size:15px;	
}
.error404 .sub_menu{
	padding-bottom:30px;	
}
.error404 .sub_menu li{
	margin-bottom:15px;
	text-align:center;
}
.error404 .sub_menu li a{
	padding-left:12px;
	background:url(../img/bullet_06.png) no-repeat left center;

	text-decoration:underline;
	font-size:14px;
}