@charset "UTF-8";
/* HTML 5 elements
---------------------------------------- */
html {
	-webkit-text-size-adjust: none;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* reset
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
	padding: 1px;
	margin: 0;
	border: 1px solid #eaecec;
	background-color: #fff;
}

.bgnone {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

ul,li{
	list-style-type: none;
	margin: 0;
}

table {
	width: 100%;
	margin: 1.5% 0 2%;
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 0;
	margin-top: 10px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border: none;
	border-top: #ccc 1px solid;
}

br {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1;
}

/* body
-------------------------------------------------- */
body{
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #585858;
	font-family: 'メイリオ', Meiryo, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
	border-top: #464646 4px solid;
	background: #fff;
}

#wrapper {
	width: 100%;
	width: 1030px;
	padding: 5px 10px 0;
	margin: 0 auto 0;
	position: relative;
}

header {
	margin: 0 0 0.5%;
	position: relative;
	border-bottom: #ccc 2px solid;
}
	#logo {
		width: 250px;
		height: 105px;
		float: left;
		margin: 0.5% 0;
	}
		#logo a {
			line-height: 1;
			font-size: 1px;
			display: block;
		}
		#logo img{
			width: 250px;
			height: auto;
			padding: 0;
			margin: 0;
			border: none;
			background: none;
		}

	header .date {
		font-size: 10px;
		color: #5dccfb;
	}

	h1 {
		width: 700px;
		padding: 0;
		margin: 0;
		font-size: 11px;
		line-height: 1;
		text-align: right;
		font-weight: normal;
		color: #5dccfb;
		letter-spacing: 0.06em;
		display: block;
		position: absolute;
		top: 5px;
		right: 10px;
	}

h2 {
	padding: 5px 0 3px 0;
	margin: 0 0 1%;
	color: #583400;
	font-size: large;
	line-height: 1;
	font-weight: bold;
}
h2.weight_nomal {
	padding: 0;
	margin: 1% 0 1.5%;
	line-height: 1.3;
	font-weight: bold;
	color: #583400;
	border: #fec63f 1px solid;
}
	h2.weight_nomal span {
		padding: 1.5% 2%;
		display: block;
		border-left: #fec63f 6px solid;
		background: #FFC;
	}
	
h3 {
	margin: 2% 0;
	font-size: small;
	line-height: 1.5;
	display: block;
}
	
a {
	color: #ff9000;
	text-decoration: none;
}
	a:hover { color: #42a600; text-decoration: underline;}

/* set/brand　まとめ買い/ブランドで探す
-------------------------------------------------------------- */
#set {
	width: 17%;
	text-align: right;
	position: absolute;
	top: 5%;
	right: 28%;
}
	#set a {
		padding: 6px 7px 7px 10px;
		margin: 0;
		line-height: 1;
		display: inline-block;
		text-decoration: none;
		font-weight: bold;
		color: #5dccfb;
		vertical-align: middle;
		border: none;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #fffea4;
	}
	#set a:hover {
		color: #fffbd0;
		background: #ffbc2b;
	}
#brand {
	width: 20%;
	text-align: right;
	position: absolute;
	top: 5%;
	right: 46%;
}
	#brand a {
		padding: 6px 7px 7px 10px;
		margin: 0;
		line-height: 1;
		display: inline-block;
		text-decoration: none;
		font-weight: bold;
		color: #cffe51;
		vertical-align: middle;
		border: none;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background: #a0a0a0;
	}
	#brand a:hover {
		color: #fff;
		background: #a0cc2a;
	}

/* search-bar
-------------------------------------------------------------- */
#search-bar {
	width: 100%;
	padding: 0;
	margin: 2% auto;
	font-size: small;
	text-align: center;
}
#search-bar .search input.mado {
	width: 70%;
	border: 1px inset #D8D8D8;
	padding: 0;
	margin: 0;
	line-height: 1;
	font: inherit;
	vertical-align: middle;
	color: #888;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#search-bar #searchsubmit {
	width: 21%;
	padding: 6px 1px 7px;
	margin: 0;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #c8c3b8;
}
#search-bar #searchsubmit:hover {
	background: #42a600;
}

/* nav
-------------------------------------------------------------- */
nav {
	width: 700px;
	padding: 0 20px;
	margin: 20px 0 0;
	list-style: none;
	border: none;
	float: right;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
    background: -webkit-gradient(linear, left top, left bottom, from(#38a1eb), to(#66ccf6));
	background: linear-gradient(#38a1eb, #66ccf6);
}

nav li {
	padding: 0;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
	float: left;
	display: block;
	border: none;
	background: #fff;
}
nav li a {
	padding: 10px 15px 10px 23px;
	margin: 0;
	color: #fff;
	font-size: small;
	font-weight: normal;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: #fff 1px solid;
	background: #fec63f	url(images/arrow_002.png) 4px 50% no-repeat;
}
nav li a:hover {
	color: #fffea4;
	text-decoration: none;
	text-shadow: 0 0 5px #fdebc0;
	box-shadow:			0 0 8px #fff inset;
	-webkit-box-shadow: 0 0 8px #fff inset;
	-moz-box-shadow:	0 0 8px #fff inset;
	background: #5dccfb	url(images/arrow_001.png) 4px 50% no-repeat;
}

nav li a span {
	display: block;
}

nav li.current-menu-item a {
	padding: 10px 15px 10px 23px;
	margin: 0;
	color: #FFC;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: #fff 1px solid;
	box-shadow: none;
	background: #5dccfb	url(images/arrow_001.png) 4px 50% no-repeat;
}
nav li.current-menu-item a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 0 5px #fff;
	box-shadow:			0 0 5px #fff inset;
	-webkit-box-shadow: 0 0 5px #fff inset;
	-moz-box-shadow:	0 0 5px #fff inset;
	background: #5dccfb	url(images/arrow_001.png) 4px 50% no-repeat;
}

/* keyvisial
-------------------------------------------------------------- */
.keyvisial {
	text-align: center;
}

/* #Container
-------------------------------------------------------------- */
div#container {
	width: 73%;
	margin: 0 0 1.5%;
	float: right;
	position: relative;
	overflow: hidden;
	float: right;
	border-bottom: #382b1f 2px solid;
}	
div#main_content {
}

/* sidebar
-------------------------------------------------------------- */	
.side_box {
	width: 25%;
	padding: 0 0 2%;
	margin: 0 0 5%;
	float: left;
	border: #d6cfbe 1px solid;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #0068a4;
}

.ichiran {
	padding: 14px 2px 14px 4%;
	margin: 0;
	font-size: small;
	color: #FFC;
	line-height: 1.2;
	border: none;
	border-top-left-radius:			5px;
	-moz-border-top-left-radius:	5px;
	-webkit-border-top-left-radius:	5px;
	border-top-right-radius:		5px;
	-moz-border-top-right-radius:	5px;
	-webkit-border-top-right-radius:5px;
	box-shadow: none;
}

ul.ichiran_list li {
	background: #fff;
}

ul.ichiran_list li a {
	padding: 8px 0 8px 20px;
	display: block;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.06em;
	border-bottom: #f8bb00 1px dotted;
	background: #3396cf url(images/arrow_002.png) 4px 10px no-repeat;
}
ul.ichiran_list li a:hover {
	background: #0068a4 url(images/arrow_003.png) 4px 10px no-repeat;
}

/* 要素
-------------------------------------------------------------- */
section {
	margin: 1%;
}


#main_content p {
	margin: 0;
	line-height: 1.8em;
	letter-spacing: 0.07em;
}

.info ul {
	padding: 1%;
	margin: 1% 0;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #FFC;
}
	.info h3 {
		padding: 1% 0;
		margin: 1% 0 0.5%;
		background: #fff;
	}
	.info h3 a {
		padding: 0 15px 0 20px;
		background: url(images/arrow_002.png) 4px center no-repeat;
	}
	
	#main_content .info p {
		margin: 0 1%;
	}


/* サーチ　seach.php
-------------------------------------------------------------- */
.search section.list a {
	display: block;
}

.search section.list a.tuduki {
	width: 20%;
	padding: 7px 3px 6px 25px;
	line-height: 1;
	font-weight: bold;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #FFC url(images/arrow_003.png) 4px center no-repeat;
}


	
/* footer
-------------------------------------------------------------- */
#ichiran_nav ul li {
	margin: 0 5px 0 0;
	float: left;
}

#foot_nav {
	width: 95%;
	margin: 0 auto;
	float: none;
}

#foot_nav li {
	padding: 0;
	margin: 5px 0.5% 5px 0;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
	border: none;
}


footer {
	padding: 2% 1%;
	margin: 1% 0;
	text-align: center;
	color: #333;
	font-weight: normal;
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background: #efede9;
}
	#ichiran_nav ul li a {
		padding: 8px 0 8px 20px;
		display: block;
		line-height: 1.3;
		letter-spacing: 0.06em;
		background: url(images/arrow_002.png) 4px 10px no-repeat;
	}
	#ichiran_nav ul li a:hover {
		background: url(images/arrow_003.png) 4px 10px no-repeat;
	}


/* align
-------------------------------------------------------------- */
.alignright {
	text-align: right;
}
/* span
-------------------------------------------------------------- */
span.red {
	color: #F00;
}
span.hissu {
	color: #F00;
	font-weight: bold;
}

/* goTop
-------------------------------------------------------------- */
.goTop {
	margin: 1% 0 0;
}
.goTop a{
	color: #212521;
	font-size: 10px;
	font-weight: bold;
}

/* page_navi
-------------------------------------------------------------- */
.page_navi {
	margin: 3% 0;
	line-height: 1;
	color: #7f7f7f;
}
	.page_navi span.page-numbers {
		padding: 3px 0 3px 3px;
		margin: 0 3px 3px 0;
		border: #CCC 1px solid;
		display: inline-block;
	}
	.page_navi a.page-numbers {
		padding: 4px 5px;
		margin: 0 3px 3px 0;
		border: #efefef 1px outset;
		display: inline-block;
		font-weight: bold;
		color: #fffea4;
		border-radius:			6px;
		-moz-border-radius:		6px;
		-webkit-border-radius:	6px;
		background: #fec63f;
	}
	.page_navi a.page-numbers:hover {
		background: #fffea4;
		color: #ff9000;
		border: #efefef 1px inset;
	}
	
	.page_navi span.current,
	.page_navi span.dots {
		border: none;
		color: #ff9000;
		font-weight: bold;
	}







