@charset "shift_jis";



/*##################################################################################

	base

##################################################################################*/
html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #727172;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1;
}

img { -ms-interpolation-mode: bicubic; }

#wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background-color: #fff;
}


/*##################################################################################

	header

##################################################################################*/
#wrapper > header {
	position: fixed;
	left: 0; top: 0; z-index: 100;
	width: 100%;
	min-width: 1000px;
	height: 80px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0.7) 53%, rgba(255,255,255,1) 67%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(33%,rgba(255,255,255,1)), color-stop(53%,rgba(255,255,255,0.7)), color-stop(67%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,0.7) 53%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,0.7) 53%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,0.7) 53%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 33%,rgba(255,255,255,0.7) 53%,rgba(255,255,255,1) 67%,rgba(255,255,255,1) 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );*/
	background: #fff\9;
}
#wrapper > header > h2 {
	float: left;
}
#wrapper > header > .catch {
	float: left;
/* 	max-width: 641px; */
}
#wrapper > header > .catch > img {
	width: 100%;
	max-height: 78px;

}
#wrapper > header > .buttons {
	float: right;
	width: 336px;
	padding-right: 14px;
}
#wrapper > header > .buttons > ul > li {
	float: left;
	width: 168px;
}
#wrapper > header > .buttons > ul > .material {
	background: url(../images/head_btn_material_ov.png) left top no-repeat;
}
#wrapper > header > .buttons > ul > .search {
	background: url(../images/head_btn_search_ov.png) left top no-repeat;
}
#wrapper > header > nav {
	float: right;
	width: 226px;
	margin-top: 50px;
}
#wrapper > header > nav .search {
	float: left;
	width: 90px;
	margin-right: 17px;
	background: url(../images/head_nav_search_ov.png) left top no-repeat;
}
#wrapper > header > nav .price {
	float: left;
	width: 106px;
	margin-right: 11px;
	background: url(../images/head_nav_price_ov.png) left top no-repeat;
}
#wrapper > header > .shadow {
	float: none;
	position: absolute;
	left: 0; bottom: -10px;
	width: 100%;
	height: 10px;
	background: url(../images/head_shadow.png) left top repeat-x;
}


/*##################################################################################

	footer

##################################################################################*/
#wrapper > footer {
	margin-top: 29px;
	text-align: center;
}
#wrapper > footer > .top {
	padding: 10px;
	font-size: 12px;
	line-height: 2;
	color: #fff;
	background-color: #727172;
}
#wrapper > footer > .top > a {
	color: #fff;
	text-decoration: none;
}
#wrapper > footer > .bottom {
	position: relative;
	padding: 10px;
	font-size: 12px;
	color: #727172;
	line-height: 2;
}
#wrapper > footer > .bottom > .sns {
	position: absolute;
	right: 0; top: 12px;
	/*width: 268px;*/
	height: 21px;
	overflow: hidden;
}
#wrapper > footer > .bottom > .sns > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 110px;
	height: 21px;
}
#wrapper > footer > .bottom > .sns > li.like > div > span {
	vertical-align: baseline !important;
}
#wrapper > footer > .no1_notes{
	font-size:10px;
	line-height:1.5;
	color:#6e6e6e;
	    max-width: 1416px;
    margin: 0 auto 10px;
    text-align:left;}

/*##################################################################################

	container

##################################################################################*/
#container {
	width: 100%;
	padding-top: 80px;
}


















/*##################################################################################

	common

##################################################################################*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}