/*
Theme Name: syoujiki
Template: welcart_default
*/

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

body {
    -webkit-text-size-adjust: none;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
table tr.odd td,
table tr.odd th,
li.odd {
	background-color: #ebf2ff;
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	width: 740px;
}
#content {
	margin-bottom: 20px;
}
div.three_column {
	width: 500px;
	float: left;
}
div.two_column {
	width: 740px;
}
#primary {
	float: left;
	overflow: hidden;
	width: 220px;
}
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS UI Gothic',sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS UI Gothic',sans-serif;
}
input[type=submit] {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS UI Gothic',sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main {
	margin: 0 auto;
	width: 980px;
}
#wrapper {
	width: 100%;
}
#global_block {
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 100%;
}
#wrapping {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 12px;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background-color: #eee;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	word-break: break-all;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 1.6;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #990000;
}
a:active,
a:hover {
	color: #ff4b33;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	width: 100%;
	background-color: #cc0001;
}
#header .inner {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 980px;
	padding-top: 10px;
	height: auto;
	padding-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	width: 316px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#right_txt ,#card_list{
	float: right;
	width: 644px;
	padding-bottom: 5px;
}
#koaniinkai {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: right;
}
#card_list ul {
	margin: 0px;
	height: 52px;
	width: auto;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	float: right;
}
#card_list li {
	background-color: #f3f3f3;
	padding: 0px;
	float: left;
	height: 52px;
	width: 52px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
#card_list img {
	margin: 1px;
}
#card_list li.remis {
	width: 147px;
}
#card_list li.remis img {
	margin-top: 4px;
}
#site_description {
	float: right;
	width: 644px;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	text-align: right;
	clear: none;
	padding-top: 8px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}
#header .navi_block {
	height: 82px;
	width: 980px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 54px;
}
#access .menu-globalnavi-container,
div.menu {
	width: 700px;
	background-image: url(images/globalnavi_separator.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	float: left;
	margin-top: 5px;
}
#access .menu-globalnavi-container ul,
div.menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
}
#access .menu-globalnavi-container li,
div.menu li {
	float: left;
	position: relative;
	width: 112px;
	background-image: url(images/globalnavi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#access a {
	font-size: 13px;
	color: #666;
	display: block;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	margin-right: 2px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
	background-image: url(images/globalnavi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -36px;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	background-image: url(images/globalnavi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -36px;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	background-image: url(images/globalnavi.jpg);
	background-repeat: no-repeat;
	background-position: 0px -36px;
}

#access #search {
	float: right;
	width: 280px;
	padding-top: 10px;
}
#access #search p {
	float: right;
	width: 70px;
	padding: 0px;
	margin: 0px;
}
#access #searchform {
	width: 200px;
	background: url(images/input4.jpg) left top no-repeat;
	display: block;
	height: 24px;
	position: relative;
	float: left;
}
#access input.searchtext	{
	width: 156px;
	position: absolute;
	top: 2px;
	left: 12px;
	border: 1px solid #FFF;
}
#access #searchsubmit	{
	position: absolute;
	top: 3px;
	left: 174px;
}
#access input.searchtext{
	width: 156px;
	position: absolute;
	top: 2px;
	left: 12px;
	border: 1px solid white;
	margin: 0px;
	padding: 0px;
	height: 17px;
	background-color: #fff;
box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
}
#access #fukugo {
	background-image: url(images/fukugo.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 70px;
}
#access #fukugo a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 70px;
}
#member_block {
	width: 980px;
	clear: both;
	height: 28px;
	display: block;
	overflow: hidden;
}
#member_block .inner {
	padding-top: 0px;
	padding-bottom: 12px;
	width: auto;
	margin-left: 2px;
}
#member_block .subnavi {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	width: 976px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
	height: 16px;
}
#member_block li {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	width: auto;
}
#member_block a {
	color: #fff;
	text-decoration: none;
}
#member_block a:hover {
	color: #fff;
	text-decoration: underline;
}
#top_image {
	background-color: #fff;
	padding: 9px;
	width: auto;
	margin-top: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#white_wrap {
	background-color: #fff;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
#breadcrumbs {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	width: 980px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}
#content,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 15px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 14px;
	line-height: 1.5;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5;
	margin: 0 0 15px 0;
}
#content table {
	text-align: left;
	width: 100%;
	margin-top: 0;
	margin-right: -1px;
	margin-bottom: 15px;
	margin-left: 0;
	border: 2px solid #ccc;
}
#content caption {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #c00;
	text-align: left;
}
#content tr th,
#content thead th {
	color: #06c;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	border: 1px solid #d9d9d9;
	width: 33%;
}
#content tr td {
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	border: 1px solid #d9d9d9;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 24px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 18px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 18px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #039;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	padding-top: 30px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit],
input[type=button] {
	color: #fff;
	font-weight: normal;
	background-color: #3c7ddb;
	background-image: url(images/input_backdrop.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: 1px solid #039;
	cursor: pointer;
}
input[type=submit]:hover,
input[type=button]:hover {
	background-image: none;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul li {
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
	margin-top: 10px;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.widget_title {
	font-size: 16px;
}
#primary .widget_title {
	background: #fff;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:3px solid #5d85ff;
	padding: 3px 0 3px 10px;
    background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
    -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
    behavior: url(images/PIE.htc);  /* ie */
}
#secondary .widget_title {
	background: #fff;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-left:3px solid #cc0000;
	padding: 3px 0 3px 10px;
    background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
    -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
    behavior: url(images/PIE.htc);  /* ie */
}
#main .widget-area ul.welcart_login_body,
#main .widget-area ul.welcart_featured_body,
#main .widget-area ul.ucart_login_body,
#main .widget-area ul.ucart_featured_body {
	margin: 0px;
	padding: 0px;
	width: 220px;
	list-style-image: none;
	list-style-type: none;
}
#main .widget-area ul.welcart_login_body li,
#main .widget-area ul.welcart_featured_body li,
#main .widget-area ul.ucart_login_body li,
#main .widget-area ul.ucart_featured_body li {
	background-color: #f5f5f5;
	padding: 10px;
	width: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	margin-bottom: 0px;
}
#main .widget-area ul.welcart_login_body #loginmail,
#main .widget-area ul.welcart_login_body #loginpass,
#main .widget-area ul.ucart_login_body #loginmailw,
#main .widget-area ul.ucart_login_body #loginpassw {
	width: 192px;
}
#main .widget-area ul.welcart_login_body p,
#main .widget-area ul.ucart_login_body p {
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#main .widget-area ul.welcart_featured_body .thumimg,
#main .widget-area ul.ucart_featured_body .thumimg {
	width: 64px;
	float: left;
	height: 64px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#main .widget-area ul.welcart_featured_body .thumtitle:after,
#main .widget-area ul.ucart_featured_body .thumtitle:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#main .widget-area ul.welcart_featured_body .thumtitle,
#main .widget-area ul.ucart_featured_body .thumtitle {
  min-height: 1px;
}
* html #main .widget-area ul.welcart_featured_body .thumtitle,
* html #main .widget-area ul.ucart_featured_body .thumtitle {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#main .widget-area ul.welcart_featured_body .thumtitle,
#main .widget-area ul.ucart_featured_body .thumtitle {
	font-size: 12px;
	line-height: 1.3;
	color: #333;
	width: 198px;
	padding-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #fff;
	border-bottom-color: #ccc;
	padding-bottom: 5px;
	text-align: left;
	margin-bottom: 0px;
}
#main .widget-area ul.welcart_featured_body img,
#main .widget-area ul.ucart_featured_body img {
	height: 64px;
	width: 64px;
}
#main .widget-area #welcart_category-3 ul,
#main .widget-area #ucart_category-3 ul {
	border: 1px solid #ccc;
	border-bottom: 0 none;
	width: auto;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}
#main .widget-area #welcart_category-3 ul li,
#main .widget-area #ucart_category-3 ul li {
	background: #eee;
    list-style-image:none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 1px #ccc solid;
	border-top: 1px #fff solid;
    list-style: inside square;
	margin:0;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));/* webkit */
	background: -moz-linear-gradient(top,  #eee,  #ddd);/* ff */
    -pie-background:linear-gradient(top,  #eee,  #ddd);/* ie */
    behavior: url(images/PIE.htc);  /* ie */
}
#main .widget-area #welcart_category-3 ul li ul,
#main .widget-area #welcart_category-3 ul li li,
#main .widget-area #ucart_category-3 ul li ul,
#main .widget-area #ucart_category-3 ul li li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main li.usces_recent_entries ul,
#main #secondary .xoxo_blog ul, {
	background-color: #f5f5f5;
	width: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
	list-style-position: outside;
}
#member_login {
	width: 100%;
}
.loginbox a {
	background-image: url(images/f-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: auto;
	padding-left: 12px;
}
.loginbox br {
	display: none;
}
#primary {
}
#secondary {
}
#main li.widget_archive ul:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#main li.widget_archive ul {
  min-height: 1px;
}
* html #main li.widget_archive ul {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#main li.widget_archive ul li {
	width: 92px;
	float: left;
}
.textwidget {
	padding: 10px;
}
#main .widget-area ul ul.tweet_list {
	margin: 0px;
	padding: 5px;
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer .inner_block {
	width: 980px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
}
#colophon {
	overflow: hidden;
	width: 980px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#footer_menu {
	float: left;
	width: 820px;
}
#footer_menu ul {
	margin: 0px;
	padding: 0px;
	width: 820px;
	list-style-image: none;
	list-style-type: none;
}
#footer_menu li {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 11px;
	background-image: url(images/f-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#pageup {
	float: right;
	width: 150px;
	text-align: right;
	font-size: 11px;
}
#pageup span {
	font-size: 8px;
	margin-right: 3px;
}
#site_add {
	width: 980px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
#site-info {
	float: left;
	width: 490px;
}
#site-info .footer_img {
	float: left;
	width: 158px;
	margin-right: 15px;
}
#site-info p {
	width: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 173px;
}
#site-generator {
	position: relative;
	float: right;
	width: 490px;
	text-align: right;
	padding-top: 58px;
}
#site-generator address {
	font-size: 11px;
	font-style: normal;
	color: #666;
	line-height: 16px;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}
#home_info {
	width: 500px;
	padding-bottom: 20px;
}
#content #home_info h2,
#content h1.cat_title,
#content h1.arc_title,
#content h1.page_title,
#content h1.item_title,
#content h1.cart_page_title {
	border: 1px solid #ccc;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	background-color: white;
	background-image: url(images/bg_h2_2.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	color: #039;
	display: block;
	clear: none;
}
#content #home_info h2,
.three_column h1.cat_title,
.three_column h1.arc_title,
.three_column h1.page_title,
.three_column h1.item_title,
.three_column h1.cart_page_title {
	width: 498px;
}
.two_column h1.cat_title,
.two_column h1.arc_title,
.two_column h1.page_title,
.two_column h1.item_title,
.two_column h1.cart_page_title {
	width: 738px;
}
#content #home_info h2 span,
#content h1.cat_title span,
#content h1.arc_title span,
#content h1.page_title span,
#content h1.item_title span,
#content h1.cart_page_title span {
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #06c;
	clear: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#home_info .entry {
	font-size: 14px;
	line-height: 1.5;
	background-color: #f3f3f3;
	width: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#home_info .entry p {
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#home_new,
#home_reco {
	width: 500px;
	padding-bottom: 10px;
}
#home_new .ttl_block {
	background-color: #003399;
	background-image: url(images/bits_space.gif);
	width: 500px;
	height: 38px;
	overflow: hidden;
}
#home_new .ttl_block h2 {
	background: #fff;
	display: inline;
	color: #003399;
	line-height: 1.5;
	font-size: 22px;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#home_new .goto_list {
	margin: 5px;
	float: right;
	width: auto;
	background-color: #fff;
	text-align: center;
	display: inline;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#home_new .goto_list a {
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
}
#home_new ul {
	margin: 0px;
	width: 510px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
#home_new li {
	padding: 0px;
	float: left;
	width: 255px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#home_new .thumbnail_box {
	background-color: #f3f3f3;
	width: 243px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #e6e6e6;
}
#home_new .thumimg {
	background-color: #e6e6e6;
	float: left;
	height: 98px;
	width: 98px;
	margin-left: 5px;
}
#home_new .thumimg a {
	line-height: 0%;
	vertical-align: bottom;
	display: block;
	height: 98px;
	width: 98px;
	color: #039;
}
#home_new .thumimg a:hover {
	background-color: #66f;
}
#home_new .thumimg img {
	margin: 1px;
}
#home_new .thumtitle {
	float: right;
	width: 129px;
	margin-right: 5px;
}
#home_new .ttl {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 124px;
	overflow: hidden;
}
#home_new .price {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #06c;
	padding: 0px;
	height: 17px;
	width: 124px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	text-align: right;
}
#home_reco .ttl_block {
	background-color: #990000;
	background-image: url(images/bits_space.gif);
	width: 500px;
	height: 38px;
	overflow: hidden;
}
#home_reco .ttl_block h2 {
	background: #fff;
	display: inline;
	color: #990000;
	line-height: 1.5;
	font-size: 22px;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#home_reco .goto_list {
	margin: 5px;
	float: right;
	width: auto;
	background-color: #fff;
	text-align: center;
	display: inline;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#home_reco .goto_list a {
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	color: #900;
}
#home_reco ul {
	margin: 0px;
	width: 510px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
#home_reco li {
	padding: 0px;
	float: left;
	width: 170px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#home_reco .thumbnail_box {
	background-color: #f3f3f3;
	width: 158px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #e6e6e6;
}
#home_reco .thumimg {
	background-color: #e6e6e6;
	float: left;
	height: 66px;
	width: 66px;
	margin-left: 5px;
}
#home_reco .thumimg a {
	line-height: 0%;
	vertical-align: bottom;
	display: block;
	height: 66px;
	width: 66px;
}
#home_reco .thumimg a:hover {
	background-color: #66f;
}
#home_reco .thumimg img {
	margin: 1px;
}
#home_reco .thumtitle {
	float: right;
	width: 78px;
	margin-right: 5px;
}
#home_reco .ttl {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 78px;
	overflow: hidden;
}
#home_reco .price {
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #06c;
	padding: 0px;
	height: 13px;
	width: 78px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	text-align: right;
}
#home_blog_list .ttl_block {
	background-color: #003366;
	background-image: url(images/bits_space.gif);
	width: 500px;
	height: 38px;
	overflow: hidden;
}
#home_blog_list .ttl_block h2 {
	background: #fff;
	display: inline;
	color: #003366;
	line-height: 1.5;
	font-size: 22px;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#home_blog_list .goto_list {
	margin: 5px;
	float: right;
	width: auto;
	background-color: #fff;
	text-align: center;
	display: inline;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#home_blog_list .goto_list a {
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	color: #003366;
}
#home_blog_list dl {
	margin: 0px;
	width: 500px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#home_blog_list dt {
	font-size: 12px;
	line-height: 1.5;
	font-weight: normal;
	color: #036;
	float: left;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #036;
}
#home_blog_list dd {
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#home_blog_list dd strong {
	font-size: 13px;
	font-weight: bold;
}
#home_blog_list dd img {
	float: right;
	margin-left: 10px;
}
#main .widget-area ul ul.welcart_calendar_body {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#wp-calendar td.businessday,
.business_days_exp_box,
.businessday {
	background-color: #9cf;
	color: #fff;
}
#wp-calendar td.businesstoday {
	font-weight: bolder;
	color: #30f;
	border: 2px solid #30f;
}
.catbox {
	width: auto;
	padding-top: 20px;
}
.customer_form th {
	white-space: nowrap;
}
input#name1,
input#name2,
input#name3,
input#name4 {
	width: 168px;
	margin-left: 10px;
}
#content .send input,
#content .submit input {
	color: #fff;
}
#inquiry .wpcf7-text,
#inquiry .wpcf7-textarea {
	width: 98%;
}
#inquiry .wpcf7-submit {
	color: #fff;
}
#searchbox .field {
	width: auto;
	padding-bottom: 20px;
}
#searchbox fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 5px;
	width: auto;
	background-color: #f3f3f3;
}
#searchbox legend {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #333;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url(images/bg_h2_2.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#searchbox .field ul {
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 14px;
	list-style-image: none;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#searchbox .field li {
	padding: 0px;
	float: left;
	width: 233px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 13px;
	line-height: normal;
}
#searchbox input.usces_search_button {
	color: #fff;
	width: 100%;
}
#searchbox .searchitems {
	width: 760px;
	padding-top: 10px;
}
#searchbox .searchitems:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#searchbox .searchitems {
  min-height: 1px;
}
* html #searchbox .searchitems {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#searchbox .itemlist {
	width: 360px;
	margin-right: 20px;
	overflow: hidden;
	margin-bottom: 10px;
	float: left;
	height: 140px;
}
#searchbox .searchitems .loopimg {
	background-color: #ccc;
	float: left;
	height: 102px;
	width: 102px;
	padding: 0px;
}
#searchbox .searchitems img {
	margin: 1px;
}
#searchbox .searchitems .loopexp {
	float: right;
	width: 248px;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}
#searchbox .itemtitle {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 40px;
	width: 248px;
	overflow: hidden;
}
#searchbox .title {
font-size: 1.2em;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 10px;
padding-left: 10px;
font-weight: bold;
color: #666;
line-height: 26px;
display: block;
height: 26px;
border-bottom-width: 1px;
border-left-width: 5px;
border-bottom-style: solid;
border-left-style: solid;
border-bottom-color: #999;
border-left-color: #999;
margin-top: 0px;
}
#searchAnother {
	background-color: #f3f3f3;
	padding: 19px;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #ccc;
}
#searchAnother .block {
	width: 670px;
}
#searchAnother p {
	float: left;
	width: 370px;
	margin-bottom: 0px;
}
#searchAnother #noSearch {
	width: 280px;
	float: right;
	padding-top: 18px;
}
#searchAnother #noSearch p {
	float: right;
	width: 70px;
	padding: 0px;
	margin: 0px;
}
#searchAnother #noSearch #searchform {
	width: 200px;
	background: url(images/input4.jpg) left top no-repeat;
	display: block;
	height: 24px;
	position: relative;
	float: left;
}
#searchAnother #noSearch input.searchtext	{
	width: 156px;
	position: absolute;
	top: 2px;
	left: 12px;
	border: 1px solid #FFF;
}
#searchAnother #noSearch #searchsubmit	{
	position: absolute;
	top: 3px;
	left: 174px;
}
#searchAnother #noSearch input.searchtext{
	width: 156px;
	position: absolute;
	top: 2px;
	left: 12px;
	border: 1px solid white;
	margin: 0px;
	padding: 0px;
	height: 17px;
	background-color: #fff;
box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
}
#searchAnother #noSearch #fukugo {
	background-image: url(images/fukugo.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 70px;
}
#searchAnother #noSearch #fukugo a {
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 70px;
}
#content #searchbox .searchitems .field p {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 248px;
	overflow: hidden;
}
#content input.quantity {
	width: 80px;
}
#content .archive_ill ul {
	margin: 0px;
	padding: 0px;
	width: 750px;
	list-style-image: none;
	list-style-type: none;
}
#content .archive_ill li {
	padding: 0px;
	float: left;
	width: 238px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #e6e6e6;
	height: 155px;
}
#content .archive_ill .blocks {
	background-color: #f3f3f3;
	width: 236px;
	border: 1px solid #fff;
}
#content .archive_ill .thumb {
	float: left;
	width: 102px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content .archive_ill .thumb a.thum {
	text-decoration: none;
	background-color: #03c;
	display: block;
	height: 102px;
	width: 102px;
}
#content .archive_ill .thumb a.thum:hover {
	background-color: #900;
}
#content .archive_ill .thumb img {
	margin: 1px;
}
#content .archive_ill .block_r {
	float: right;
	width: 104px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content .archive_ill .name {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #03C;
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 104px;
	overflow: hidden;
}
#content .archive_ill .cat {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #36f;
	padding: 0px;
	height: 16px;
	width: 104px;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content .archive_ill .price {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	height: 32px;
	width: 104px;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content .archive_ill .price em {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
#content .archive_ill .btn {
	padding: 0px;
	width: 102px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content .archive_ill .btn a {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	background-image: url(images/input_backdrop.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	display: block;
	height: 24px;
	width: 100px;
	border: 1px solid #039;
	background-color: #5780d7;
}
#content .archive_ill .btn a:hover {
	background-image: none;
}
#content .item_title em {
	font-size: 13px;
}
#wc_cutemp .inner {
	width: 740px;
}
#wc_cutemp .image_box {
	float: left;
	width: 338px;
}
#wc_cutemp form .itemimg {
	background-color: #e6e6e6;
	height: 336px;
	width: 336px;
	border: 1px solid #ccc;
     display:table-cell;
     text-align:center;
     vertical-align:middle;
     layout-grid-line:336px;
	 border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#wc_cutemp form .itemimg img {
	vertical-align:middle;
}
#wc_cutemp .itemsubimg {
	width: 400px;
	padding-top: 20px;
}
#wc_cutemp .itemsubimg a {
	display: block;
	float: left;
	height: 82px;
	width: 82px;
	margin-right: 18px;
	background-color: #69f;
}
#wc_cutemp .itemsubimg a:hover {
	background-color: #900;
}
#wc_cutemp .itemsubimg img {
	margin: 1px;
}
#wc_cutemp .detail_box {
	float: right;
	width: 382px;
}
#wc_cutemp .exp {
	padding-bottom: 15px;
}
#wc_cutemp .item_name {
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
}
#wc_cutemp .item_name em {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	display: block;
	margin-top: 10px;
}
#wc_cutemp .field {
	margin: 0px;
	width: 382px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wc_cutemp .field_name {
	float: left;
	width: 120px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#wc_cutemp .field_cprice {
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	width: auto;
	margin-left: 0px;
	padding-left: 120px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
#wc_cutemp .field_price {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #039;
	width: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
}
#wc_cutemp .zaiko_ttl {
	font-size: 15px;
	line-height: 1.5;
	color: #666;
	width: auto;
	padding-top: 10px;
}
#wc_cutemp .skuform {
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
}
#wc_cutemp .suryo {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	text-align: right;
}
#wc_cutemp .suryo .skuquantity {
	width: 24px;
	margin-left: 5px;
	margin-right: 5px;
}
#wc_cutemp .suryo .skubutton {
	font-size: 16px;
	font-weight: bolder;
}
#wc_cutemp .entry_block {
	width: 740px;
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	padding-bottom: 15px;
}
#detail-item {
	padding: 15px;
	width: auto;
	background-color: #f3f3f3;
	 border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#content #detail-item h3 {
	font-size: 18px;
	font-weight: bold;
	color: #06c;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content #detail-item table {
	background-color: #fff;
	margin-bottom: 0px;
}
#content .assistance_item {
	width: 740px;
	padding-top: 30px;
}
#content .assistance_item h3 {
	font-size: 18px;
	line-height: normal;
	font-weight: bolder;
	color: #039;
	margin: 0px;
	width: auto;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #039;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #039;
	border-right-color: #039;
	border-left-color: #039;
	background-image: url(images/bg_h2_2.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#content .assistance_item ul {
	margin: 0px;
	width: 750px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
}
#content .assistance_item li {
	padding: 0px;
	float: left;
	width: 238px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #e6e6e6;
	height: 144px;
}
#content .assistance_item .listbox{
	background-color: #f3f3f3;
	width: 236px;
	border: 1px solid #fff;
	height: 144px;
}
#content .assistance_item .slit {
	float: left;
	height: 100px;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content .assistance_item .detail {
	float: right;
	width: 104px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content .assistance_item h4 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #039;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 104px;
	overflow: hidden;
}
#content .assistance_item p {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #666;
	width: 104px;
	padding: 0px;
	height: 32px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#content div.usccart_navi ol.ucart {
	list-style-image: none;
	list-style-type: none;
	display: block;
	height: 40px;
	width: 741px;
	padding: 0px;
	margin: 0px;
}
#content div.usccart_navi ol.ucart li {
	padding: 0px;
	float: left;
	height: 40px;
	background-color: #fff;
	background-image: url(images/navi_back.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 182px;
	font-size: 13px;
	line-height: 40px;
	font-weight: normal;
	color: #666;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #ccc;
}
#content div.usccart_navi ol.ucart li.usccart_cart,
#content div.usccart_navi ol.ucart li.usccart_customer,
#content div.usccart_navi ol.ucart li.usccart_delivery,
#content div.usccart_navi ol.ucart li.usccart_confirm {
	font-weight: bold;
	color: #039;
}
#customer-info .send,
#delivery-info .send,
#info-confirm .send {
	text-align: center;
	width: auto;
	margin-top: 0px;
	padding-top: 0px;
	border-top-style: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
#content #customer-info h5 {
	color: #fff;
	background-color: #06c;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
}
#confirm_table h3 {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #039;
	margin: 0px;
	padding: 0px;
}
#content #confirm_table td.ttl {
background-color: #ffffef;
}
#content .singleBox {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.singleBox .storymeta {
	padding-top: 10px;
	padding-bottom: 20px;
}
.pagebox {
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#links_list {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#links_list li {
	background-image: url(images/line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 10px;
}
#links_list li p {
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* pagenavi 
-------------------------------------------------------------- */

#pagenavi-out {
	width: auto;
}
.tablenav {
	color: #233c97;
	text-align:center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
a.page-numbers, .tablenav .current {
	color: #000;
	border:1px solid #233c97;
	text-decoration:none;
	font-size:smaller;
	background-color: #ffffff;
	padding-top: 2px;
	padding-right: 0.8em;
	padding-bottom: 2px;
	padding-left: 0.8em;
}
a.page-numbers:hover {
	color:white;
	background-color: #233c97;
}
.tablenav .current {
	color: white;
	font-weight:bold;
	background-color: #09c;
	border-top-color: #233c97;
	border-right-color: #233c97;
	border-bottom-color: #233c97;
	border-left-color: #233c97;
}
.tablenav .next, .tablenav .prev {
	border:1 solid #233c97;
	text-decoration:none;
	font-size:smaller;
	font-weight:normal;
	background-color: #ffffff;
}
.captcha-340 input {
	width: 30%;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: none;
}
code {
	-webkit-text-size-adjust: none;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: none;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
