@charset "UTF-8";

/*  
Theme Name: WSC7
Theme URI: http://wsc.studiobrain.net/
Description: WSC Project, Very simple theme. Markup of css which can facilitate customization. Using the CSS media queries, change the screen size.
Version: 0.2.1
Author: Go Imai
Author URI: http://www.studiobrain.net/
Tags: black,silver,white,light,two-columns,right-sidebar,fixed-width,custom-background,custom-menu,editor-style,sticky-post,translation-ready,threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*-----------------------------------------------------------------------------
 WordPress CMS Theme. Based on work by WSC Project: http://wsc.studiobrain.net/
---------------------------------------------------------------------------- */

/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:	transparent;
	color:#442a01;
}

body{
	line-height:1;
}

ol, ul{
	list-style:none;
	margin:0;
	padding:0;
}

blockquote, q{
	quotes:none;
}

:focus{
	outline:0;
}

ins{
	text-decoration:none;
}

del{
	text-decoration:line-through;
}


caption{
	width:100%;
}

a{
	outline:none;
}


/*------------------------------------------------------------
［全体］：基本設定
-------------------------------------------------------------*/
body{
	margin:0px;
	padding:0;
	background: url("images/back.gif") repeat-x;
	-webkit-text-size-adjust: none;
    font-size: 100%;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	text-align: center;
}

html>body {
    font-size: 12pt;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0 0 20px;
}

ul,ol{
	padding:0;
	margin:0;
}

h1{
	font-size:100%;
	line-height:22px;
}

h2{
	font-size:18px;
	line-height:20px;
}

h3{
	font-size:16px;
	line-height:18px;
}

h4{
	font-size:14px;
	line-height:16px;
}
h5{
	font-size:12px;
	line-height:14px;
}

h6{
	font-size:11px;
	line-height:13px;
}

img{
	border:none;
}

a{
	text-decoration:none;
	color:#333;
}

a:hover{
	text-decoration:underline;
}

.screen-reader-text{
	display:none;
}

.clear{
	clear:both;
}
.clear hr{
	display:none;
}
hr{
	background-color:#eee;
	border:0;
	height:1px;
	clear:both;
	margin:30px auto;
}
	
blockquote{
	margin:0px 0px 20px;
	padding:10px 15px;
	background-color:#f4f4f4;
	border:1px solid #ddd;
	border-radius:5px;
	-moz-border-radius:5px;
}
	
blockquote blockquote{
	margin:20px 0;
	background-color:#fff;
}
	
blockquote blockquote blockquote{
	margin:20px 0;
	background-color:#f4f4f4;
}
	
blockquote p{
	padding:0px;
	margin:0px 0px 0px 0px;
}

/*
table{
	margin-bottom:0;
}
*/

object,embed{
	width:100%;
	display:block;
	margin:auto;
}

/* -----　パンくず　----- */
.navi {
	margin:5px 5px 20px;
	text-align:left;
	font-size:85% !important;
	font-size:80%;
}

.navi a {
	text-decoration:underline;
}

.navi a:hover {
	text-decoration:none;
}


/*------------------------------------------------------------
［ヘッダー］：共通
-------------------------------------------------------------*/

#header {
	width: 965px;
	height: 100px;
	margin:0 auto;
    padding: 0;
	overflow: hidden;
    background: url("images/kanban.jpg") no-repeat;
    text-align: left;
    color: #999999;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    font-size: 100%;
    text-decoration: none;
}

#header a:hover {}
#header a:active {}

#header-contents .left {
	width:35%;
	float:left;
}

#header-contents .right {
	width:65%;
	float:right;
	text-align:right;
	padding:8px 0 5px 0;
}

/* ショップ名 */
#site-title{
	margin:0;
	padding:0;
}

/* ショップロゴ */
#site-title a {
	text-indent: -9999px;
	display: block;
	margin: 15px 0 0 25px;
	width: 290px; /* ロゴ画像の横幅 */
	height: 50px; /* ロゴ画像の縦幅 */
	background: url("images/logo.png");
}

/* ショップの説明 */
#site-description{
	margin:0;
	padding: 2px 0 0 25px;
    background: transparent;
	text-align:left;
	font-size:85% !important;
	font-size:80%;
	font-weight:normal;
	font-style:normal;
	line-height:18px;
    color: #ffffff;
}

/* -- サイトマップ・お問合せリンク -- */
#header .sub-contents {
	padding:0 30px 5px 0;
	font-size:85% !important;
	font-size:80%;
	text-align:right;
	color:#333333;
}

#header .sub-contents a:link,
#header .sub-contents a:visited,
#header .sub-contents a:active {
	text-decoration:none;
	color:#333333;
}

#header .sub-contents a:hover {
	text-decoration:underline;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダー]検索フォーム
--------------------------------------------------------------------- */

#header .search-content form {
	text-align: right;
}

/* -- 検索フォーム -- */
#header .header-search {
	margin: 0 20px 0 0;
	padding:0;
	font-size:85% !important;
	font-size:80%;
	color:#333333
}

#header .search-content label {
	display:inline;
}

#search_header {
	width:150px;
	padding: 2px 0;
}

#header .header-search .submit {
	font-size:95% !important;
	font-size:90%;
	background-color: #CCCCCC;
	color:#333333;
	border:1px solid #999999;
	padding: 3px;
}

form input{
	display:inline;
	vertical-align:middle;
}


/*------------------------------------------------------------
［メイン］：共通
-------------------------------------------------------------*/

#main{
	width:755px;
	float:right;
	padding: 15px 0 0 0;
	text-align:left;
	overflow:hidden;
}

#main-wrap, .content{
	margin:0 10px 0 0;
}

#main-widget-area{
	width:745px;
	margin:0;
}

.main-widget{
	padding:0;
	margin: 0 0 10px 0;
}

#main-wide{
	float:left;
	text-align:left;
	overflow:hidden;
	padding:20px 0;
	background-color: #fff;
}
	
#main-liquid{
	width:100%;
	padding:20px 0;
}

#main-wide{
	max-width:745px;
}
	
.main-widget .widget-title{
	margin:0;
	font-weight:bold;
}
	
.main-widget ul{
	margin:0;
}
	
.main-widget p{
	margin:0;
}

#main .widget_text h2 {
	width:725px;
	height:23px;
	margin:0 0 10px 0;
	padding:4px 0 0 20px;
	color:#321b10;
	font-size: 100% !important;
	font-size: 100%;
	background:url('images/text-header.gif') no-repeat 0 top;
	font-weight: normal;
}

/* おすすめ商品 */
#main .widget_advancedrandomposts h2 {
	width:725px;
	height:23px;
	margin:0 0 10px 0;
	padding:4px 0 0 20px;
	color:#321b10;
	font-size: 100% !important;
	font-size: 100%;
	background:url('images/text-header.gif') no-repeat 0 top;
	font-weight: normal;
}


/* ---------------------------------------------------------------------
Widget：[メイン]新着記事一覧
--------------------------------------------------------------------- */
.Recently_Updated_Pages {
	width:745px;
	margin:10px 0 20px 0;
	padding: 4px 0 4px 0;
	background: url('images/news_back_02.gif') repeat-y 0 top;
	border-top:1px #a88f81 solid;
	border-bottom:1px #a88f81 solid;
}

.Recently_Updated_Pages h2 {
	text-indent: -9999px;
	margin:0;
	background: url('images/news_h3.gif') no-repeat 0 top;
	_height:1px;
	padding:5px 0 0 20px;
	font-size:100% !important;
	font-size:100%;
	font-weight:bold;
	color:#333333;
}

.Recently_Updated_Pages ul {
	margin:0;
	padding: 10px 40px 10px 40px;
	background: url('images/news_back.gif') repeat-y;
}

.Recently_Updated_Pages li {
	background: url('images/icon_news.gif') no-repeat 10px center;
	padding: 2px 25px;
	border-bottom:1px #a88f81 dotted;
}

/*--------------------------------------------------
Widget：[メイン]バナー設置用
---------------------------------------------------*/

.org_image ul {
	margin:0;
}

.org_image li {
	float:left;
	display:inline;
	margin: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.org_image:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.org_r5 {
	padding-right:5px;
}


/* ---------------------------------------------------------------------
Widget：[メイン]ランダムイメージ
--------------------------------------------------------------------- */

#main .advanced-random-posts {
	width: 745px;
	margin: 0 0 10px 0;
	overflow: hidden;
	line-height: 1em;
}
 
#main .advanced-random-posts ul {
	margin: 0 -4px 0 0;
	padding: 0;
	/zoom: 1;/* for IE6,7 */
}
 
#main .advanced-random-posts li {
	display:inline;
	float: left;
	width: 145px;
	height: 210px;
	margin: 0 4px 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#main .advanced-random-posts img {
	margin: 0;
	padding: 0;
	width:145px;
	height:145px;
}

#main .advanced-random-posts a {
	padding: 0;
	margin: 0;
}

#main .advanced-random-posts p {
	word-break:break-all;
	padding: 3px 5px 0 5px;
	text-align:left;
	margin: 0;
}

#main .advanced-random-posts:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


/* ---------------------------------------------------------------------
Widget：[メイン]フッター情報
--------------------------------------------------------------------- */

.footer_info {
	width: 745px;
	margin: 0;
	overflow: hidden;
}
 
.footer_info ul {
	margin: 0 -3x 0 0;
	padding: 0;
	/zoom: 1;/* for IE6,7 */
}
 
.footer_info li {
	display:inline;
	float: left;
	width: 245px;
	margin: 0 3px 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.footer_info p {
	margin:0 5px;
}

.footer_info:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


/*------------------------------------------------------------
［サイド］：共通
-------------------------------------------------------------*/

#side{
	overflow:hidden;
	padding: 15px 0 0 10px;
	margin:0;
	width:180px;
	_width:190px;
	float:left;
	text-align: left;
}


/*------------------------------------------------------------
[サイド]：ウィジェットエリア
-------------------------------------------------------------*/

.side-widget{
	width:180px;
	padding: 0;
	margin: 0 0 10px 0;
}
	
.side-widget .widget-title{
	margin:0;
	padding:3px 0 0 18px;
	font-size: 95% !important;
	font-size: 95%;
	color:#ffffff;
	font-weight:normal;
	background: url('images/title2.gif') no-repeat left center;
	border: 1px #1f0c01 solid;
	width:180px;
	height:27px;
	text-align: left;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:160px;
	height:22px;
}

html>body .side-widget .widget-title{
	width:160px;
	height:22px;
	text-align: left;
}

.side-widget ul{
	margin:0;
}
	
.side-widget ul ul{
	margin:0;
	padding:0;
}
	
.side-widget p{
	margin:0;
}
/*
.side-widget th,.side-widget td{
	padding:0;
	text-align:center;
}
*/
/* ---------------------------------------------------------------------
Widget：[サイド]メニュー
--------------------------------------------------------------------- */

#side .widget_extended-categories {
	border-bottom: 1px #826c4c solid;
	padding: 0 0 5px;
	margin: 0;
	background:url('images/widget_back_normal01.gif');
	text-align: center;
}

#side .avhec-widget-line {
	width: 172px;
	margin: 0;
	padding: 0;
	margin:0 auto;
	text-align: left
}

#side .widget_extended-categories ul {
	padding: 5px 0 0 0;
}


#side .widget_extended-categories ul li {
	margin: 0;
	padding: 0;
}

#side .widget_extended-categories ul li ul.children {
	margin: 0;
	padding: 0;
}

#side .widget_extended-categories ul li ul.children ul {
	margin:0;
	padding: 0;

}

#side .widget_extended-categories ul li ul.children li {
	height: 30px;
	padding: 0;
	margin: 0;
}

#side .widget_extended-categories ul li a:link, #side .widget_extended-categories ul li a:visited, 
#side .widget_extended-categories ul li a:hover {
	display:block;
	margin: 0;
	padding:4px 0 0 25px;
	background:url('images/list_cate00.gif') no-repeat center;
	text-decoration:none;
	color: #321b10;
	width:172px;
	height: 28px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding:4px 0 0 25px;
	width:147px;
	height: 24px;
}

html>body #side .widget_extended-categories ul li a:link, #side .widget_extended-categories ul li a:visited, 
#side .widget_extended-categories ul li a:hover {
	width:147px;
	height: 24px;
	padding:4px 0 0 25px;
}

#side .widget_extended-categories ul li ul.children li a:link{
	display:block;
	padding:5px 0 0 45px;
	margin: 0;
	background:url('images/list_cate01.gif') no-repeat;
	text-decoration:none;
	color: #321b10;
	width:172px;
	height:30px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	padding:5px 0 0 45px;
	width:127px;
	height:25px;
}

html>body #side .widget_extended-categories ul li ul.children li a:link{
	width:127px;
	height:25px;
	padding:5px 0 0 45px;
}
#side .widget_extended-categories ul li ul.children li a:visited{
	display:block;
	margin: 0;
	padding:5px 0 0 45px;
	background:url('images/list_cate01.gif') no-repeat;
	text-decoration:none;
	color: #321b10;
	width:172px;
	height:30px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:127px;
	height:25px;
	padding:5px 0 0 45px;
}

html>body #side .widget_extended-categories ul li ul.children li a:visited{
	width:127px;
	height:25px;
	padding:5px 0 0 45px;
}


#side .widget_extended-categories ul li ul.children li a:hover{
	display:block;
	margin: 0;
	padding:5px 0 0 45px;
	background:url('images/list_cate01.gif') no-repeat;
	text-decoration:underline;
	color: #9b8054;
	width:172px;
	height:30px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:127px;
	height:25px;
	padding:5px 0 0 45px;
}

html>body #side .widget_extended-categories ul li ul.children li a:hover{
	width:127px;
	height:25px;
	padding:5px 0 0 45px;
}


/* ---------------------------------------------------------------------
Widget：[サイド]検索フォーム
--------------------------------------------------------------------- */

.search_widget {
	padding: 10px 15px;
	background:url('images/widget_back_normal01.gif');
	border-bottom: 1px solid #a88f81;
	width: 180px;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 150px;
}

html>body .search_widget {
	width: 150px;
}

#searchtext {
	width:90%;
	margin: 0 0 5px 0;
	padding: 3px 0;
}

.searchsubmit {
	width:90%;
	color:#333333;
	border:1px solid #C9C9C9;
	background-color: #F4F4F4;
	text-align:center;
	padding:4px 0;
	display: block;
	margin: 0 auto;
}


/* ---------------------------------------------------------------------
Widget：[サイド]商品ランキング/人気記事順に表示
--------------------------------------------------------------------- */

#side .widget_rrm_popular_posts {
	margin: 10px 0;
	width: 180px;
	background:url("images/widget_back_normal02.gif");
	border-bottom:1px #826c4c solid;
}


#side .widget_rrm_popular_posts li {
	border-bottom: 1px dotted #826c4c;
	padding: 10px;
}

#side .widget_rrm_popular_posts img {
	margin: 0 5px 0 0;
	vertical-align: middle;
	height: 60px;
	width:60px;
	float: left;
}

#side .widget_rrm_popular_posts p {
	padding: 5px 0 0 0;
	line-height: normal;
	word-break:break-all;
	font-size: 90% !important;
	font-size:90%;
}




/*------------------------------------------------------------
［フッター］：共通
-------------------------------------------------------------*/

/* コピーライトが入っています */
#footer{
	width: 965px;
	clear: both;
	background-color: #2b1102;
	margin: 20px 0 0 0;
	padding: 8px 0;
	text-align: right;
}

/* 今のところ空欄 */
#footer-bottom{
	padding:10px 0 100px 0;
	background-color: #e7d7b8;
	text-align: right;
}

#footer-bottom p {
	padding-right: 10px;
}
	
#copyright{
	padding: 0 10px 0 0;
 	color: #e7d7b8;
}


/*------------------------------------------------------------
［全体］：サイズ
-------------------------------------------------------------*/

#container {
	width: 965px;
	margin: 0 auto;
	padding: 0;
	font-size: 80%;
	background-color: #ffffff;
	border-right: 1px solid #7f7772;
    border-left: 1px solid #7f7772;
}

#wrap,#footer-wrap,#footer-bottom{
	width:965px;
	margin:auto;
}
	
#wrap{
	text-align:left;
	clear:both;
}

/*content*/
.pagename{
	border-left:1px solid #ccc;
	padding:0 0 0 10px;
}
	
.hentry{
	padding:0;
	overflow:hidden;
}
	
.hentry .page-title,
.hentry .page-title a{
	text-decoration:none;
	font-size:100%;
	line-height:22px;
}
	
.hentry ul{
	margin-left:25px;
	padding-left:0px;
	list-style-type:disc;
}
	
.hentry ol{
	margin-left:30px;
	padding-left:0px;
	list-style-type:decimal;
}
	
.hentry .postmetadata{
	text-align:right;
	font-size:12px;
	clear:both;
	float:right;
	line-height :12px;
}

.sticky {
	background:#f8f8f8;
	margin:0 0 30px;
	padding:20px;
}
	
.sticky hr{
	display:none;
}

/*totop*/
#gotop a{
	font-size:11px;
	line-height:20px;
	padding:0 10px 0 0;
	float:right;
}

/*navigation*/
.navigation{
	clear:both;
	padding:20px 10px 0;
	font-size:11px;
	line-height:11px;
	text-align:center;
}
	
.navigation a{
	color:#fff;
	padding:5px 10px;
	background-color:#999;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	margin:2px;
	padding:5px 10px;
}
	
.navigation a:hover{
	background-color:#aaa;
}
	
.navigation div.alignleft {
	float:left;
}
	
.navigation div.alignright {
	float:right;
}
	
.navigation span{
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
	-moz-border-radius:5px;
	margin:2px;
}
	
.navigation span.current{
	background-color:#48e;
}
	
.navigation span.pages{
	background-color:#ccc;
	padding:5px 20px;
}


/*image*/
.thumbnail-align img{
	float:left;
	padding:0;
	margin:0 20px 20px 0;
}
	
img.alignleft{
	float:left;
	padding:7px;
	margin:0 20px 20px 0;
	background-color:#eee;
}
	
img.alignright{
	float:right;
	padding:7px;
	margin:0 0 20px 20px;
	background-color:#eee;
}
	
.aligncenter{
	clear: both;
	display: block;
	margin:auto;
}
	
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: center;
	padding:7px 2px;
}
	
.wp-caption.alignleft{
	float:left;
	margin:0 15px 15px 0;
}
	
.wp-caption.alignright{
	float:right;
	margin:0 0 15px 15px;
}
	
.wp-caption img {
	margin:0;
}
	
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin:0;
}
	
.gallery {
	margin:0 auto 18px;
	padding:0 0 25px;
}
.gallery .gallery-item {
	float: left;
	text-align: center;
}
	
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:0;
}
	
.gallery br+br {
	display: none;
}
	
/*comment*/
#comments{
	max-width:900px;
	margin:auto;
}
	
.commentlist{
	margin:15px 0 0;
	border-top:1px solid #eee;
}
	
.commentlist p{
	margin:10px 0;
	clear:both;
}
	
.commentlist li{
	clear:both;
}
	
.commentlist .comment-body{
	border-bottom:1px solid #ccc;
	margin:0 0 15px;
	clear:both;
	font-size:12px;
	line-height:20px;
	padding:15px 10px;
}
	
.commentlist .reply{
	text-align:right;
}
	
.commentlist .avatar{
	float:left;
	margin:0 10px 0 0;
}
	
.comment-author.vcard {}

#respond {
	padding:0 10px;
}
	
#reply-title {
	margin:0;
	padding:0;
}
	
#commentform{
	padding:10px 0;
}
	
#commentform p{
	margin:0 0 5px;
}
	
#commentform textarea#comment{
	font-size:13px;
	line-height:20px;
	border:1px solid #666;
	padding:3px;
	width:98%;
}
	
#commentform input{
	font-size:13px;
	line-height:20px;
	border:1px solid #666;
	padding:3px;
	clear:both;
	width:98%;
}
	
#commentform .required{
	color:#c00;
}
	
#commentform label{}

.commentlist .bypostauthor{
	background-color:#eee;
}
	
.form-allowed-tags {
	font-size:11px;
	line-height:15px;
	color:#999;
}
	
.form-submit #submit{
	margin:10px auto;
	width:218px;
	display:block;
	cursor:pointer;
	padding:0;
	border:1px solid #aaa;
	font-size:13px;
	line-height:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	background-color:#fff9d3;
}



/*Contact Form 7*/
.wpcf7-form{
	border:1px solid #ddd;
	margin:0 auto 20px;
	padding:20px;
	background-color:#f4f4f4;
	border-radius:10px;
	-moz-border-radius:10px;
}
	
.wpcf7-form input{
	margin:0;
}
	
.wpcf7-form textarea{
	width:99%;
	margin:0 0 10px;
}
	
.wpcf7-form p{
	margin:0 0 10px;
}
	
.wpcf7-not-valid-tip{
	padding:2px;
	clear:both;
	color:#c00;
}
	
.wpcf7-display-none{
	display:none;
}
	
.wpcf7-form img.ajax-loader{
	float:right;
	margin-top:-30px;
}
	
.wpcf7-response-output{
	margin:0 0 20px;
	padding:5px;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
	
.wpcf7-mail-sent-ok{
	background-color:#398f14;
	color:#fff;
}
	
.wpcf7-mail-sent-ng{
	background-color:#ff0000;
	color:#fff;
}
	
.wpcf7-spam-blocked{
	background-color:#ffa500;
	color:#000;
}
	
.wpcf7-validation-errors{
	background-color:#f7e700;
	color:#000;
}
	
input.wpcf7-submit{
	margin:10px auto;
	width:218px;
	display:block;
	cursor:pointer;
	padding:0;
	border:1px solid #aaa;
	font-size:13px;
	line-height:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	background-color:#fff9d3;
}

/*------------------------------------------------------------
［クリア］：float解除
-------------------------------------------------------------*/

.cf:before,.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}

.cf:after {
	clear:both;
}

.cf {
	zoom:1;
}





/*------------------------------------------------------------
［共通］：出力先を振り分け
-------------------------------------------------------------*/
/*
@media screen and (max-width: 900px) {
#main{
	max-width:745px;
	margin:auto;
	display:block;
	float:none;
	width:auto;
}

#main-wide{
	width:100%;
}

#side{
	border-top:1px solid #ccc;
	width:100%;
	float:none;
}

.side-widget{
	border-bottom-style:none;
}
}

@media screen and (max-width: 480px) {
#side{
	clear:both;
	border-top:1px solid #ccc;
}

.side-widget{
	border-bottom:1px dotted #ccc;
	width:180px;
	display:block;
	float:none;
}

.footer-widget{
	border-bottom:1px dotted #fff;
	width:auto;
	display:block;
	float:none;
}

#main img {
	float:none;
	display:block;
	margin:auto auto 15px;
	padding:0;
}
}
*/

/*------------------------------------------------------------
【未使用】
-------------------------------------------------------------*/

/* トップイメージ */
#top-image{
	clear:both;
	background-color:#222;
}
	
#top-image-wrap{
	max-width:965px;
	margin:auto;
}
	
#top-image img{
	width:100%;
	display:block;
}

/* セカンドイメージ */
#second-image{
	clear:both;
	background-color:#222
}

/*breadcrumb*/
#breadcrumb{
	color:#fff;
	clear:both;
	font-size:12px;
	line-height:20px;
	padding:20px 10px;
	max-width:880px;
	margin:auto;
}
	
#breadcrumb a{
	color:#fff;
	text-decoration:none;
}

/* ヘッダーメニュー */
#header .menu {
	padding:0;
	float:right;
	clear:right;
	margin:0;
}
	
#header .menu li{
	float:left;
}
	
#header .menu li a{
	float:left;
	font-size:12px;
	line-height:15px;
	padding:5px 10px;
	text-decoration:none;
	border-left:1px solid #eee;
}

#footer-widget-area{
	float:left;
	width:100%;
	margin:0;
}
	
.footer-widget{
	float:left;
	width:205px;
	padding:15px 10px;
	margin:0;
}

.footer-widget .widget_title{
	margin:0;
	font-weight:bold;
}
	
.footer-widget ul{
	margin:0;
}
	
.footer-widget p{
	margin:0;
}

/*footer-menu*/
#footer-menu{
	clear:both;
}
	
#footer-menu ul{
	float:left;
	margin:0;
	padding:0;
}
	
#footer-menu li{
	float:left;
	border-right:1px solid #eee;
	padding:0 10px;
	margin:0 0 10px;
}
	
#footer-menu a{
	float:left;
}

#footer-wrap{
	clear:both;
	margin:0 auto;
}

/*------------------------------------------------------------
[記事]カートボタン
-------------------------------------------------------------*/

#cart {
	width :725px;
	padding: 0;
	margin: 40px 10px 0 10px;
}

#cart .item_img {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#cart .cart_button {
	float: left;
	width: 505px;
	margin: 0;
	padding: 0 0 0 20px;
}

#cart .likearea {
	margin: 30px 0 0 0;
	padding: 0;
}

#cart h2 {
	font-size: 110%;
	margin: 0;
	padding: 0;
	letter-spacing: 0.2em;
}

#cart p {
	margin: 0;
	padding: 0;
	line-height: 2em;
}

.price {
	font-size: 110%;
	color: #880000;
	letter-spacing: 0.1em;
	font-weight: bold;
}

p#go_cart {
	margin : 10px 0 0 0;
	padding :0;
}

p#go_cart a {
	background: url(images/go_cart.gif) no-repeat left top;
	width: 229px;
	height: 32px;
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	outline:0px;
	text-indent:-9999px;
}

p#go_cart a:hover {
	background: url(images/go_cart_hover.gif) no-repeat left top;
}


/*------------------------------------------------------------
[記事]商品ページ
-------------------------------------------------------------*/
/*-----------------------------------------------
新潟麦酒用＆共通
-----------------------------------------------*/
table.beer_item {
	width: 745px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	text-align: left;
}

table.item_info {
	width: 522px;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #f6f2ed;
	border-collapse: collapse;
}

table.item_info img {
	margin-bottom:-5px!important;
	/* IE 6 */
	margin-bottom:0px;
}

table.item_info tr, table.item_info td, {
	margin: 0;
	padding: 0;
}

.item_title {
	background-color: #FFF;
}

table.item_info td.item_name {
	background-color: #362e2b;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
}

table.item_spec {
	width: 510px;
	font-size: 100%;
	line-height: 120%;
	background-color:#362e2b;
	border: 1px solid #362e2b;
}

table td.item_spec_inner {
	height: 130px;
	padding: 9px 5px;
}


/*-----------------------------------------------
エチゴビール用
-----------------------------------------------*/

table.item_info_echigo_none {
	margin: 0;
	padding: 0;
	border: none;
}

table.item_info_echigo img {
	margin-bottom:-5px!important;
	/* IE 6 */
	margin-bottom:0px;
}

table.item_info_echigo_none img {
	margin-bottom:-5px!important;
	/* IE 6 */
	margin-bottom:0px;
}

table.item_spec_echigo td.item_name, table.item_spec_echigo_none td.item_name{
	background-color: #362e2b;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
}

table.item_spec_echigo {
	width: 462px;
	font-size: 100%;
	line-height: 120%;
	background-color:#362e2b;
	border: 1px solid #362e2b;
	margin-left: 0;
}

table.item_spec_echigo_none {
	width: 462px;
	font-size: 100%;
	line-height: 120%;
	background-color:#362e2b;
	border: 1px solid #362e2b;
	margin-left: 0;
}

table.item_info_echigo {
	width: 705px;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #f6f2ed;
	border-collapse: collapse;
}

/*-----------------------------------------------
スワンレイク用（エチゴビールと同じ）
-----------------------------------------------*/

table.item_info_swan_none {
	margin: 0;
	padding: 0;
	border: none;
}

table.item_info_swan img {
	margin-bottom:-5px!important;
	/* IE 6 */
	margin-bottom:0px;
}

table.item_info_swan_none img {
	margin-bottom:-5px!important;
	/* IE 6 */
	margin-bottom:0px;
}

table.item_spec_swan td.item_name, table.item_spec_swan_none td.item_name{
	background-color: #362e2b;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
}

table.item_spec_swan {
	width: 462px;
	font-size: 100%;
	line-height: 120%;
	background-color:#362e2b;
	border: 1px solid #362e2b;
	margin-left: 0;
}

table.item_spec_swan_none {
	width: 462px;
	font-size: 100%;
	line-height: 120%;
	background-color:#362e2b;
	border: 1px solid #362e2b;
	margin-left: 0;
}

table.item_info_swan {
	width: 705px;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #f6f2ed;
	border-collapse: collapse;
}

/*-----------------------------------------------
スワンレイクセット用
-----------------------------------------------*/
table.beer_item_gold {
	width: 745px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	text-align: left;
}

table.beer_item_gold img {
	margin-bottom:-5px!important;
	/* IE 6 */
	margin-bottom:0px;
}


table.item_swanset_spec {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fbf9f4;
}


/*-----------------------------------------------
カテゴリページ
-----------------------------------------------*/



/* ---------------------------------------------------------------------
[メイン]カテゴリページ
--------------------------------------------------------------------- */

.content h2.entry-title {
	font-size:100%;
	font-weight:normal;
	line-height: 1.2em;
	text-align:center;
	margin:0;
	padding:0;
}

.category_list {
	width : 690px;
	margin: 0 auto;
	padding: 0;
}

.content .category_list ul {
	margin: 0 auto;
	padding: 0;
}
 
.content .category_list li {
	display:inline;
	float: left;
	width: 200px;
	height:240px;
	margin: 0 15px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.content .category_list img {
	margin: 0 25px 10px 25px;
	padding: 0;
	width:150px;
	height:150px;
}

.content .category_list a {
	padding: 0;
	margin: 0;
}

.content .category_list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#main .sitemap {
	width: 545px;
	padding: 50px 100px 0 100px;
	line-height: 2em;
}

#main .sitemap a:hover {
	text-decoration: underline;
}

#main .sitemap ul li .children li {
	padding: 0 0 0 40px;
	background-image: url(images/ico_sitemap.gif);
	background-repeat: no-repeat;
	background-position: 23px;
}

#main .sitemap ul li.single {
	padding: 15px 0;
}
