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




/*
Theme Name: noname
Version:1.0
*/

/*------------------------------------------------------------
リセット
-------------------------------------------------------------*/
#header_menu {
 margin: 0;
 padding: 0;
}



.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

img{
	border:none;
}


/*------------------------------------------------------------
文字・共通要素
-------------------------------------------------------------*/


#head2{font-size:12px;color:#8C7238 !important; font-family: 'Lora', serif;
	width:950px;
	background-color:#ffffff;
	position: relative;
	top: 13px;
}




.clear{
	clear:both;
}



/*------------------------------------------------------------
レイアウト
-------------------------------------------------------------*/



#wrapper{
	margin: 0 auto;
    text-align: center;
    width: 950px;
}


#sns{
	width:920px;
	margin-top:0px;
	height:17px;
}
#sns-inner{
	text-align:right;
	width:920px;

}


#head{
	width:950px;
	clear:both;
	text-align:center;	
	background-color:#eeeeee;
}

#content{
	width:950px;
	clear:both;
	margin-top:5px; /*defo45px*/
}

#footer{
	width:920px;
	clear:both;
	margin:45px auto;
}


/*------------------------------------------------------------
ヘッダー
-------------------------------------------------------------*/


#sns li{
	list-style:none;
	text-align:right;
	display:inline;
	padding-left:10px;
}

#head li{
	list-style:none;
	display:inline;
}

.logo{
	margin-right:70px;
}

/*
.navi{
	margin-right:40px;

}
*/

div.line
{
border-bottom:1px solid #886B2E;
border-top:2px solid #886B2E;
padding:15px 0 15px 0;
margin:30px 0 0 0 ;
width:950px;
font-size:12px;
text-align:center;

} 
.line a { text-decoration:underline; color:#886B2E; }







/* 簡便のために全要素のマージンとパディングを0に */

/* 商品一覧エリアの背景 */


/* 商品一覧のリストの設定 */
#head2 ul li {
display: block;
float: left;
list-style-type: none;
background: #ffffff;
text-align: center;
}


#head2 ul li {
width: 8%;
margin: 0 1.0% 0 1.0%;
}
#head2 ul li:nth-child(10n+1) {
margin: 0 0 0 1.2%;
}
#head2 ul li:nth-child(10n) {
margin: 0 0% 0 1.2%;
}

/*------------------------------------------------------------
PC用
-------------------------------------------------------------*/
@media only screen and (min-width: 960px){
 #sp{
	display:none;
 }
}









/*------------------------------------------------------------
リセット
-------------------------------------------------------------*/
* {
 margin: 0;
 padding: 0;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

img{
	border:none;
}



/*------------------------------------------------------------
フッター
-------------------------------------------------------------*/

/*--------naviはヘッダー分から移動--------------------------*/

.navi{
	margin-right:30px;
}
/*--------naviはヘッダー分から移動--------------------------*/


#foot-l{
	float:left;
	width:770px;
}

#foot-r{
	float:right;
	text-align:right;
	width:150px;
}

#foot-l li{
	display:inline;
	list-style:none;
}

#foot-r li{
	display:inline;
	list-style:none;
	padding-left:10px;
}

.mu80{
	clear:both;
	margin-top:80px;

}
.navi-f{
	margin-right:-5px;
}

.clear {
clear: both;/* 左寄せしてるけど、右寄せに変えたりするからbothに */
}

