@charset "utf-8";
/* CSS Document */

/*
Theme Name: WordPress Template
Description: CMSプラン用のテンプレートテーマです。
Version: 1.3
Author: k-design
*/

@import url(css/post.css);
@import url(css/widget.css);
@import url(css/comments.css);

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}

body {
	font-size:13px;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-y: scroll;
	background:#EEEABD url(image/bg.png) repeat-x;
}

ol, ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	font-weight:normal;
	text-align:left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    content:none;
}

blockquote, q {
    quotes:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align:bottom;
}

a img {
	border: 0;
}

a:hover img,
a:active img{
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
}

hr{
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select{
    vertical-align:middle;
}

/* パンくずリスト */

.bread_crumbs{
	padding-top:10px;
}

/* 注意 */

.red{
	color:#FF0000;
}

/* Pagenavi */

.tablenav {
	color: #2583ad;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
	clear:both;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color: white;
	background: #328ab2;
	border-color: #328ab2;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
}

.txt_r{padding-top:10px;text-align:right;clear:both;}
.txt_c{text-align:center;}

/* pagetop */

.back_to_page{
	margin:10px 0;
	text-align:right;
	clear:both;
}

/* ===== Navigation ===== */

.navigation{
	margin:30px 0;
	color:#888;
	font-size:12px;
	line-height:18px;
	overflow:hidden;
}

.nav-previous{
	float:left;
	width:50%;
}

.nav-next{
	float:right;
	text-align:right;
	width:50%;
}

/* alignleft */

.alignleft{
	float:left;
}

/* alignright */

.alignright{
	float:right;
}

/* カートボタン */

.cart{
	position:fixed;
	right:10px;
	bottom:10px;
}

/* ===== head ===== */

#head{
	height:23px;
	background:url(image/head-bg.png) repeat-x;
	color:#FFFFFF;
}

#head .head{
	width:960px;
	margin:0 auto;
}

#head .head h1{
	height:23px;
	line-height:23px;
	font-size:11px;
}

/* ===== 全体 ===== */

#wrapper{
	max-width:960px;
	margin:0 auto;
	background:url(image/header-bg.png) no-repeat 0 30px;
}

/* ===== ヘッダー ===== */

#header{
	padding:30px 0;
}

#header #logo{
	text-align:center;
}

/* global_nav */

#global_nav ul{
	margin-top:-30px;
	overflow:hidden;
	background:url(image/global-nav.png) no-repeat;
}

#global_nav ul li{
	width:192px;
	height:42px;
	line-height:42px;
	float:left;
	text-align:center;
	font-size:16px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#global_nav ul li.menu2{
	margin-right:192px;
}

#global_nav ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

/* ===== main-image ===== */

#main-image{
	margin-bottom:20px;
	overflow:hidden;
}

.slideshow{
	width:640px;
	float:left;
	overflow:hidden;
}

.message{
	width:320px;
	float:right;
}

/* ===== contents ===== */

#contents{
	width:860px;
	margin:0 auto 40px;
	padding:15px;
	clear:both;
	overflow:hidden;
	background:rgba(255,255,255,0.2);
}

body.home #contents{
	width:960px;
	padding:0;
}

body.archive #contents{
	width:960px;
}

#contents h2.page-title{
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	letter-spacing:2px;
	font-family:'Hiragino Mincho ProN', serif;
}

/* item_list */

#contents ul.item_list{
	margin-bottom:24px;
	overflow: hidden;
}

#contents ul.item_list li{
	margin:0 5px 10px;
	float:left;
}

/* example */

#example{
	padding:8px 16px;
	clear: both;
	background:#FFFFFF;
	text-align: center;
	border:1px solid #989898;
}

#example p{
	color:#EA1D25;
	font-size:15px;
}

/* ===== footer ===== */

#footer{
	padding:15px 0;
	clear:both;
	overflow:hidden;
	background:#788D48;
	color:#FFFFFF;
}

#footer .footer{
	width:960px;
	margin:0 auto;
}

#footer .footer a{
	color:#FFFFFF;
	text-decoration:none;
}

.footer .menu{
	width:464px;
	margin-bottom:15px;
	float:left;
}

.footer .cat_menu{
	width:465px;
	margin-bottom:15px;
	padding-left:15px;
	float:right;
	border-left:1px solid #FFFFFF;
}

.menu li,
.cat_menu li{
	margin-right:15px;
	display:inline-block;
}

.footer .f_acc{
	padding-top:15px;
	clear:both;
	border-top:1px solid #FFFFFF;
}

.footer .f_acc h2{
	margin-right:30px;
	float:left;
}

.footer .f_acc p{
	padding-top:10px;
}

.footer p.copy{
	margin-top:-15px;
	text-align:right;
}

/* ===== tenpo ===== */

.tenpo #contents .alignleft p{
	margin-bottom:30px;
}

.tenpo .acc{
	width:460px;
	float:right;
}

.tenpo .acc h3{
	margin-bottom:15px;
	font-size:18px;
	font-weight:bold;
}

.tenpo .acc table{
	margin-bottom:50px;
	font-size:15px;
}

.tenpo .acc table th,
.tenpo .acc table td{
	padding:5px 10px;
}

.tenpo .acc table th{
	width:120px;
}

.tenpo .acc .map{
	padding:4px 4px 0;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
}

/* ===== specific-trade ===== */

.specific-trade #contents dt,
.specific-trade #contents dd{
	padding:10px 0;
	float:left;
}

.specific-trade #contents dl{
	border-bottom:1px dotted #CCCCCC;
	clear:both;
	overflow:hidden;
}

.specific-trade #contents dt{
	width:250px;
	font-weight:bold;
}

.specific-trade #contents dd{
	width:590px;
}

/* ===== privacy ===== */

.privacy #contents h3.pr{
	margin-bottom:10px;
	font-weight:bold;
}

.privacy #contents p,
.privacy #contents ul{
	margin-bottom:15px;
}

/* plugin Form lightbox css */
/* Custom CSS */

#colorbox,
#cboxWrapper{
	width:500px !important;
}

#cboxTopCenter,
#cboxContent,
#cboxBottomCenter,
#cboxLoadedContent{
	width:458px !important;
}

#colorbox{
	margin-left:-250px !important;
	left:50% !important;
}

#form-lightbox-1,
#form-lightbox-2{
	width:410px !important;
}

/* ===== contact ===== */

#contact{
	margin:0 auto;
}

#contact dd{
	margin-bottom:15px;
}

#contact dd input,
#contact dd textarea{
	width:100%;
	padding:3px;
	border-radius:5px;
}

.submit_btn{
	text-align:center;
}

.submit_btn p{
	margin-bottom:10px;
}

.submit_btn input{
	margin:0 15px 15px;
	padding:5px 30px;
}

/* ===== 商品一覧 ===== */

.archive .item_box{
	margin:0 10px 10px;
	float:left;
}

.archive .entry-content{
	margin-bottom:10px;
	padding:5px 10px 0;
	width:280px;
	background:#FFFFFF;
	overflow:hidden;
}

.archive .entry-content p{
	margin-bottom:10px;
}

.archive .entry-content p.item_img{
	height:200px;
	margin:0 auto 10px;
	text-align:center;
}

.archive .entry-content p.item_img img{
	width: auto;
	max-height: 100%;
	width /***/:auto;
	vertical-align:bottom;
}

.archive .entry-content p.item_name{
	font-size:18px;
	font-weight:bold;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.archive .entry-content p.item_price{
	font-weight:bold;
	text-align:right;
}

/* ===== 詳細 ===== */

.single .post{
	margin-bottom:50px;
	overflow:hidden;
}

.single .item-right{
	width:420px;
	float:right;
}

.single .product{
	padding:15px;
	background:#222826;
	color:#FFFFFF;
	clear:both;
}

.single .product ul,
.single .product p{
	margin-bottom:10px;
}

.single .product p.attention{
	color:#F7931E;
	font-size:14px;
}

.single .product ul li{margin-left:20px;list-style-type:disc;}
.single .product ul li:last-of-type{font-size:120%;font-weight:600;text-decoration:underline;}

.single .product table{
	width:100%;
	margin-bottom:10px;
}

.single .product table th,
.single .product table td{
	width:14%;
	padding:10px 0;
	border:1px solid #000000;
	color:#000000;
	background:#FFFFFF;
	text-align:center;
}

/* authentication */

ul.authentication{
	margin-bottom:20px;
	overflow:hidden;
}

#banner{margin-bottom:40px;}