﻿@charset "utf-8";
/* CSS Document */


.key {
	background:#C68A44;
	font-weight:bold;
	color:#333;
}

#srch {
	color:#333;
	width:25%;
	float:left;
	box-sizing:border-box;
	padding:5px;
	position:absolute;
	left:5px;
}



input.search_btn:hover{
	background-color:#E4032E;
	border:solid 1px #E4032E;
}



input.search_btn {
	border:solid 1px #333;
	background-color:#333;
	padding:0px 15px;
	margin:0 0 20px;
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
	box-sizing:border-box;
}

input.searchbox {
	border:solid 1px #b2b2b2;
	height:20px;
	width:60%;
	float:left;
}




/*レフトナビ*/

#side {
	width:230px;
	float:left;
}

div.lefter{
	background-color:#f5f5f5;
	width:230px;
	height:auto;
	padding-bottom:15px;
}

div.lefter p{
	font-weight:bold;
	text-align:center;
	padding:8px;
	background:#e3e3e3;
	color:#444;
	font-size:11px;
	margin-top:15px;
	letter-spacing:2px;
}

div.lefter p#first{
	margin-top:0px;
}


div.banner{
	width:210px;
	margin:auto;
}


div.banner img{
	width:210px;
	margin-top:15px;
}



div.sbanner{
	width:210px;
	margin:auto;
	overflow: hidden;
}

div.sbanner ul{
	list-style: none;
	width: 2000px;
}

div.sbanner ul li {
	float: left;
	margin-top:15px;
	width: 210px;
}

div.sbanner ul li img {
	vertical-align: bottom;
}






dl.accordion {
	background:#fff;
	width:210px;
	margin:15px auto 0 auto;
	padding:0px;
	font-size:11px;
}

dl.accordion span{
	display:block;
	padding:5px;
	letter-spacing:0.1em;
	font-size:11px;
	color:#333;
}

dl.accordion span a:hover{
	text-decoration:underline;
}

dl.accordion span a:link, a:visited{
	color:#333;
}

dl.accordion dt {
	
	border-bottom:1px solid #EEE;
	height:40px;
	text-indent:5px;
	line-height:40px;
	color:#333;
	cursor:pointer;
}

dl.accordion dt img{
	width:20px;
	float:left;
	padding:10px;
		}
dl.accordion dd {
	background:#FFF;
	padding:10px;
	line-height:1.5;
	display:none;
	font-size:12px;
	border-bottom:1px solid #EEE;

}
dl.accordion dd a:link, a:visited{
	color:#333;
	display:block;
	padding:3px 0 3px 0;
}
dl.accordion dd a:hover{
	background-color:#eee;
	color:#000;
}


div.bindex100{
	width:210px;
	margin:auto;
}

div.bindex100 img{
	width:101px;
	border:solid 1px #ccc;
	margin-top:5px;
}

div.bindex210{
	width:210px;
	margin:auto;
}

div.bindex210 img{
	width:210px;
	border:solid 1px #ccc;
	margin-top:10px;
}


div.pickup{
	width:210px;
	margin:auto;
}

div.pickup img{
	width:210px;
	margin-top:10px;
}









#topics1 {
}

#topics1 img {
	width:98.7%;
	margin:0.5%;
}

#topics2 {
}

#topics2 img {
	width:49.0%;
	margin:0.3%;
}

#topics3 {
}

#topics3 img {
	width:32.4%;
	margin:0.25%;
}


#topics4 {
	margin:5px;
}

#topics4 img {
	width:22.3%;
	margin:1.0%;
	border:solid 1px #ccc;
	}

#topics4 img:hover{
	border:solid 1px #FD5778;
	}




#brand {
	width:750px;
	margin-bottom:20px;

	}
	
#brand ul {
	width:750px;
	margin-bottom:20px;
	}
	


	
#brand ul li {
	width:175px;
	height:78px;
	margin:5px;
	border:1px;

	float:left;
	position:relative;
	background-color:#f8f8f8;
}


#brand img {
	width:175px;
}


#brand  a:hover {
	background-color:#FD5778;
}







