@charset "utf-8";

/*
Theme Name: 東京学参株式会社用テーマ
Version: 1.0
*/

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Arial","メイリオ","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","MS Pゴシック", sans-serif;
	/*font-family: "Arial","MS ゴシック", sans-serif;*/
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}

/*.primary-navigation a span {
	font-family: Meyrio;
}
*/
body {
	background: #FFF;
}

a {
	color: #3399ff;
	text-decoration: underline;
	-webkit-transition:	color 0.3s linear;
	-moz-transition:	color 0.3s linear;
	-o-transition:		color 0.3s linear;
	transition:			color 0.3s linear;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #ff6600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

/*p {
	margin-bottom: 24px;
}*/

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: none;
	margin: 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #2B7DE1;;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #2B7DE1;;
	color: #fff;
	text-shadow: none;
}

/* = clearfix
-------------------------------------------------------------- */
.clearfix:after {
	display: block; 
	content: " ";  
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}
.clearfix {
	display: inline-table;
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #069;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 10px;
	text-transform: uppercase;
	vertical-align: middle;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	/*background-color: #41a62a;
	color: #fff;*/
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*background-color: #55d737;*/
}

.search-field {
	width: 100%;
}


.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;

	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


.borer {
	border-bottom: #666 1px solid;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.innerBox {
	width: 960px;
	margin: 0 auto;
}
.site {
}
.site-main {
}
.main-content {
}
.one-column,
.two-column {
	margin-top: 20px;
	margin-bottom: 20px;
}
.two-column .site-content {
	float: left;
	width: 660px;
}
.two-column .sidebar-container {
	float: right;
	width: 270px;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */
.site-top {
}
.site-description {
	padding: 10px 0 15px 35px;
	color: #006666;
	font-size: 1.1em;
}
.site-title {
	float: left;
	margin: 0;
	padding: 0 0 0 35px;
}
.site-subtitle {
	line-height: 54px;
	float: right;
	padding: 0 40px 0 0;
	color: #ff6600;
	font-size: 1.85em;
}

/* = main-navigation
-------------------------------------------------------------- */
.main-navigation {
	margin-top: 10px;
	border-top: #41d5d6 1px solid;
}
.main-navigation li {
	float: left;
}
.main-navigation a {
	display: block;
	width: 160px;
	height: 110px;
	background: url(images/share/main-nav-sprite.gif) no-repeat;
	text-indent: -9999px;
}
.main-navigation .information a {
	background-position: 0 0;
}
.main-navigation .itemgenre a {
	background-position: -160px 0;
}
.main-navigation .column a {
	background-position: -320px 0;
}
.main-navigation .company a {
	background-position: -480px 0;
}
.main-navigation .recruitment a {
	background-position: -640px 0;
}
.main-navigation .inquiry a {
	background-position: -800px 0;
}
.main-navigation a:hover {
	background-position-y: -110px;
}
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current-category-ancestor > a {
	background-position-y: -220px;
}

/* = sub-navigation
-------------------------------------------------------------- */
.sub-navigation {
	background: url(images/share/sub-nav-bg.png) repeat-x;
}
.sub-navigation .innerBox {
	background: url(images/share/sub-nav-bg2.png) repeat-x;
}
.sub-navigation section {
	display: inline;
	float: right;
}
.sub-navigation li {
	line-height: 41px;
	float: left;
	margin-right: 45px;
}
.sub-navigation a {
	display: block;
	height: 41px;
	background: url(images/share/sub-nav-sprite.png) no-repeat;
	text-indent: -9999px;
}
.sub-navigation .about-payment a {
	width: 150px;
	background-position: 0 0;
}
.sub-navigation .about-dlc a {
	width: 172px;
	background: url(images/share/nav_dlc.png) 0 0 no-repeat;
}
.sub-navigation .intocart a {
	width: 100px;
	background-position: -150px 0;
}
.sub-navigation .login a {
	width: 102px;
	background-position: -250px 0;
}
.sub-navigation .logout a {
	width: 112px;
	background-position: -352px 0;
}
.sub-navigation a:hover {
	background-position-y: -41px;
}

/* = wideslider
-------------------------------------------------------------- */
.wideslider {
	width: 100%;
	height: 400px;
	text-align: left !important;
	position: relative;
	overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(images/home/slider-prev.png) no-repeat right center;}
.slider_next {background: #fff url(images/home/slider-next.png) no-repeat left center;}
.pagination {
	display: none;
}
/*.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}*/

/* = main-image
-------------------------------------------------------------- */
.main-image {
	position: relative;
	margin: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.main-image img {
	position: absolute;
	height: 200px;
	margin-left: -1300px;
	left: 50%;
}
.main-image .wp-post-image {
	max-width: none;
}

/* = site-bread-crumb
-------------------------------------------------------------- */
#site-bread-crumb {
	line-height: 30px;
	background: #f1f1f1;
	font-size: .85em;
}
#site-bread-crumb a {
	color: #2B2B2B;
}
#site-bread-crumb a:hover {
	color: #F60;
}
#site-bread-crumb .current {
	font-weight: normal;
}

/**
 * 5.0 Home
 * -----------------------------------------------------------------------------
 */

/* = home-itemreco
-------------------------------------------------------------- */
.home-itemreco {
	margin: 60px 0 55px;
}
.home-itemreco h1 {
	display: inline-block;
	margin: 0;
}
.itemreco-top {
	padding-bottom: 15px;
	border-bottom: #999 1px solid;
}
.itemreco-top a {
	float: right;
	margin-left: 5px;
}
.home-itemreco .itemreco-list {
	margin: 35px 0 0;
}
.home-itemreco h2 {
	margin: 0 25px 30px;
	font-size: 1.3em;
}
.home-itemreco h2 img {
	margin-left: 25px;
	vertical-align: middle;
}
.home-itemreco .itemreco-list ul {
	padding: 10px 0;
	background: url(images/share/line-dot-gray.gif) repeat-y center top;
}
.home-itemreco .itemreco-list li {
	float: left;
	margin: 0 25px;
	width: 430px;
}
.home-itemreco .itemreco-image {
	float: left;
}
.home-itemreco .itemreco-title,
.home-itemreco .itemreco-price,
.home-itemreco .itemreco-excerpt {
	padding-left: 145px;
}
.home-itemreco .itemreco-title {
	margin-bottom: 30px;
}
.home-itemreco .itemreco-title a {
	color: #099;
	font-size: 1.15em;
}
.home-itemreco .itemreco-title a:hover  {
	color: #F60;
}

/* = home-search
-------------------------------------------------------------- */
.home-search {
	margin: 0;
}
.home-search .innerBox {
	padding: 10px 20px 10px 55px;
	background: #eaeaea;
	width: 885px;
}
.home-search h1 {
	line-height: 30px;
	float: left;
	margin: 0 20px 0 0;
	font-size: 1.2em;
}
.home-search form {
	float: left;
	width: 330px;
}
.home-search .search-field {
	padding: 6px 10px 5px 25px;
	width: 65%;
	background: #fff url(images/share/search-field-bg.gif) no-repeat 5px center;
	border: #aaa 1px solid;
}
.home-search .search-submit {
	display: inline-block;
	padding: 0;
	width: 104px;
	height: 31px;
	background: #eaeaea url(images/share/search-submit.gif) no-repeat;
	text-indent: -9999px;
}
.home-search ul{
float:right;
width:320px;
}
.home-search ul li{
display:inline;
}
/* = home-catlist
-------------------------------------------------------------- */
.home-catlist li{
float:left;
}
.topreco{
margin:0px 10px 10px;
}
.topreco .imgarea{
float:left;
position: relative;
overflow:hidden;
width:100px;
height:100px;
}
.catlist2nd .topreco .imgarea{
width:70px;
height:100px;
}
.topreco .imgarea img{
position: absolute;
top: 75%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: auto;
}
.catlist2nd .topreco .imgarea img{
top: 50%;
left: 50%;
}
.topreco .txtarea{
float:right;
width:320px;
}
.catlist2nd .topreco .txtarea{
width:210px;
}
.topreco .txtarea p{
margin:5px 0px 0px;
}
.home-catlist li li{
float:none;
}
.catlist1st{
padding:0px 0px 15px;
}
.catlist1st li{
width:460px;
}
.catlist1st li.second{
float:right;
}

.catlist2nd{
padding:0px 0px 35px;
}
.catlist2nd li{
width:310px;
}
.catlist2nd li.fourth{
padding:0px 15px;
}
.home-catlist h3{
margin:0px 10px 10px;
padding:5px 0px;
background:#dee2e2;
border-radius:5px;
color:#099;
font-size:110%;
font-weight:normal;
text-align:center;
}
.home-catlist li li a{
display:block;
padding:0px 0px 0px 24px;
background:url(images/renew/icon_category.gif) 0 3px no-repeat;
}
.home-catlist .b_more{
margin:10px auto 0px;
width:150px;
}
.home-catlist .b_more a{
display:block;
padding:8px 0px;
background:#888 url(images/renew/icon_more.gif) 20px 50% no-repeat;
border-radius:5px;
text-align:center;
color:#fff;
}
.home-catlist .b_more a:hover{
background:#9d9b9b url(images/renew/icon_more.gif) 20px 50% no-repeat;
}
.home-catlist .parent-cat {
	line-height: 24px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: #999 1px solid;
	color: #003366;
	font-size: 1.2em;
}
.home-catlist .parent-cat.mark1 {
	padding-left: 35px;
	background: url(images/share/parent-cat-mark-1.gif) no-repeat;
}
.home-catlist .parent-cat.mark2 {
	padding-left: 45px;
	background: url(images/share/parent-cat-mark-2.gif) no-repeat;
}
.home-catlist .parent-cat.mark3 {
	padding-left: 45px;
	background: url(images/share/parent-cat-mark-3.gif) no-repeat;
}

/* = home-information home-column
-------------------------------------------------------------- */
.incoarea{
	padding: 20px 0;
	background: #f1f1f1;
}
.inner_inco{
margin:0px auto;
width:960px;
}
.home-information,
.home-column {
width:465px;
}
.home-information {
float:left;
}
.home-column {
float:right;
}
.home-information .innerBox,
.home-column .innerBox {
	padding: 0 10px;
	width: 940px;
}
.important-more {
	padding-bottom: 15px;
	text-align: right;
}
.info-top {
	padding-bottom: 15px;
	border-bottom: #013366 1px solid;
}
.column-top {
	padding-bottom: 14px;
	border-bottom: #013366 1px solid;
}
/*170131*/
.info-top{
}
.info-top h1,
.column-top h1 {
	float: left;
	margin: 0;
}
.info-top a,
.column-top a {
}
.home-information .info-image,
.home-column .column-image {
}
.home-information .info-list,
.home-column .column-list {
	padding: 0px 10px;
}
.home-information .info-list li,
.home-column .column-list li {
	padding: 20px 0;
	border-bottom: #9c9c9c 1px dotted;
}
.home-information .info-list .date,
.home-column .column-list .date {
	float: left;
	margin-right: 25px;
}
.home-information .info-list a,
.home-column .column-list a {
	display: block;
	padding-left: 75px;
	color: #333;
}
.home-information .info-list a:hover,
.home-column .column-list a:hover {
	color: #F60;
}
.b_info{
padding:10px 0px 0px;
text-align:right;
}
.b_info li{
display:inline;
}

/* = home-bnr
-------------------------------------------------------------- */
.home-bnr {
	padding: 40px 0 0;
	text-align: center;
}
.home-bnr span {
	display: inline-block;
	margin: 10px;
}

/* = home-shoplist
-------------------------------------------------------------- */
.home-shoplist {
	padding: 20px 0 50px;
	background: #f1f1f1;
	text-align: center;
}
.home-shoplist h1 {
	margin: 0 0 50px;
	color: #036;
	font-size: 1.2em;
	text-align: left;
}
.home-shoplist .bnr-area {
	margin: 0 50px;
}
.home-shoplist span {
	display: inline-block;
	margin: 10px 35px;
}

/**
 * 6.0 Item Single
 * -----------------------------------------------------------------------------
 */
.item-single .item-title {
	margin-bottom: 40px;
	background: none;
}
.item-single .mark1 {
	background: url(images/share/parent-cat-mark-1.gif) no-repeat left;
}
.item-single .mark2 {
	background: url(images/share/parent-cat-mark-2.gif) no-repeat left;
}
.item-single .mark3 {
	background: url(images/share/parent-cat-mark-3.gif) no-repeat left;
}
.item-single .item-no {
	padding-right: 10px;
}
.item-single .item-sub-cat {
	margin: 0 0 40px;
	padding: 0 0 0 50px;
	border: none;
	font-size: 1.2em;
}
.item-box {
	padding: 0 50px 70px;
	border-bottom: #666 1px solid;
}
.item-box .item-img {
	float: left;
	width: 230px;
}
.item-box .main-img,
.item-box .sub-img li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.item-box .item-img img {
	vertical-align: middle;
}
.item-box .main-img {
	layout-grid-line: 230px;
	width: 230px;
	height: 230px;
}
.item-box .sub-img {
	width: 230px;
}
.item-box .sub-img ul {
	width: 240px;
	margin-right: -10px;
	overflow: hidden;
	_zoom: 1;
}
.item-box .sub-img li {
	layout-grid-line: 110px;
	width: 110px;
	height: 110px;
	float: left;
	margin: 10px 10px 0 0;
}
.item-box .item-spec {
	padding: 19px;
	float: right;
	width: 270px;
	border: #069 1px solid;
}
.item-box .item-price {
	margin-bottom: 30px;
	padding-left: 10px;
	border-left: #ff9933 10px solid;
}
.item-box .item-cprice-cr {
	text-decoration: line-through;
}
.item-box .item-price-cr {
	font-size: 1.3em;
}
.item-box .item-price-continue {
	padding: 2px 5px;
	background: #099;
	color: #fff;
	font-size: .85em;
}
.item-box dl.itemGpExp,
.item-box .dlseller,
.item-box .item-continue {
	margin: 20px 0 0;
	padding: 10px;
	background: #EAEAEA;
}
.item-box .zaiko_status {
	margin: 20px 0 0;
	text-align: right;
}
.item-option {
	margin: 20px 0 0;
}
.item-box .item-sku-button {
	margin: 20px 0 0;
	text-align: right;
}
.item-box .skubutton {
	display: inline-block;
	padding: 0;
	width: 152px;
	height: 32px;
	background: url(images/share/cart-submit.gif) no-repeat;
	text-indent: -9999px;
}
.item-single .item-content {
	padding: 30px 50px;
	border-bottom: #666 1px solid;
}
.item-single .item-txt1 {
	margin: 30px 50px;
}
.item-single .item-txt2 {
	margin: 30px 50px;
	font-size: 1.35em;
}
.item-single .item-txt2 .contact-link {
	margin-bottom: 30px;
}
.item-single .item-txt2 .tel {
	padding-left: 10px;
	color: #906;
	font-size: 1.35em;
}

/**
 * 7.0 Category
 * -----------------------------------------------------------------------------
 */

.cat-title {
	margin: 0 0 20px;
	padding: 15px 0 15px 50px;
	border-bottom: #666 1px solid;
	font-size: 1.3em;
	font-weight: normal;
}
.cat-title.mark1 {
	background: url(images/share/parent-cat-mark-1.gif) no-repeat left;
}
.cat-title.mark2 {
	background: url(images/share/parent-cat-mark-2.gif) no-repeat left;
}
.cat-title.mark3 {
	background: url(images/share/parent-cat-mark-3.gif) no-repeat left;
}
.cat-sub-title {
	margin: 0 0 15px 0;
	color: #099;
	font-size: 1.2em;
}
.cat-txt {
	padding-bottom: 30px;
	border-bottom: #666 1px solid;
}
.bnr_camp{
text-align:center;
}

/* = nav
-------------------------------------------------------------- */
.page_navi {
	position: relative;
	list-style: none;
	padding: 0;
	border-top: #666 1px solid;
	border-bottom: #666 1px solid;
}
.page_navi li {
	line-height: 30px;
	float: left;
	width: 30px;
	text-align: center;
}
.page_navi a {
	display: block;
	color: #666;
}
.page_navi a:hover {
	background: #f2f2f2;
	text-decoration: none;
}
.page_navi .first {
}
.page_navi .previous {
	border-right: #666 1px solid;
}
.page_navi .next {
	position: absolute;
	right: 30px;
	border-left: #666 1px solid;
}
.page_navi .last {
	position: absolute;
	right: 0;
}
.page_navi .first span,
.page_navi .previous span,
.page_navi .next span,
.page_navi .last span {
	color: #CCC;
}
.page_navi .current {
	background: #f2f2f2;
	color: #006666;
	font-weight: bold;
}

/* = archive-post
-------------------------------------------------------------- */
/*.archive-post {
	padding: 18px;
	border-bottom: #a5a5a5 1px dotted;
	-webkit-transition: background-color .2s linear;
}*/
/*.archive-post:hover {
	background: #f2f2f2;
}*/
/*.archive-post.first-post {
	border-top: #666 1px solid;
}
.archive-post.last-post {
	border-bottom: #666 1px solid;
}
.archive-post a.post-more {
}*/
.post-thumb .entry-thumbnail {
	float: left;
}
.post-thumb .entry-meta,
.post-thumb .entry-title,
.post-thumb .entry-summary {
	padding-left: 120px;
}
.archive-post .entry-meta {
	line-height: 20px;
}
.archive-post .date {
	margin-right: 25px;
}
.archive-post .categories-links a {
	line-height: 20px;
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	background: #0cc;
	-webkit-transition: background-color .2s linear, color .2s linear;
	color: #333;
}
.archive-post .categories-links a:hover {
	background: #F60;
	color: #FFF;
}
.archive-post .entry-title {
	clear: none;
	margin: 10px 0;
	font-size: 1.2em;
	font-weight: normal;
}

/* = archive-item-post
-------------------------------------------------------------- */
.archive-parent-cat {
float:left;
margin:14px 0px 0px 14px;
padding:1px 1px 8px;
width:306px;
border:1px solid #333;
}
.archive-parent-cat .imgarea{
float:left;
padding:5px;
width:100px;
}
.m_pickup{
margin:0px 0px 5px;
padding:1px;
background:#d61229;
color:#fff;
font-size:0.8em;
text-align:center;
}
.itemImage{
overflow:hidden;
width:100px;
height:100px;
}
.itemImage img{
width:100px;
height:auto;
}
.archive-parent-cat .txtarea{
float:right;
width:185px;
}
.archive-parent-cat .txtarea .txt_name,
.archive-small .txtarea h1{
margin:7px 0px 0px;
font-size: 1em;
font-weight:normal;
}
.archive-small .txtarea h1{
font-size: 1.2em;
}
.archive-parent-cat .txtarea .txt_catch,
.archive-small .txtarea p{
margin:5px 0px;
}
.archive-parent-cat .txtarea .txt_price{
color:#767676;
text-align:right;
}
.b_ait{
margin:8px auto 0px;
width:130px;
}
.b_ait a{
display:block;
padding:5px 0px;
background:#888;
border-radius:3px;
text-align:center;
color:#fff;
}
.archive-parent-cat .parent-name {
	line-height: 28px;
	margin:0px;
	padding:5px 8px;
	background: #dee2e2;
	color: #099;
	font-size: 1.2em;
}

.archive-small{
margin:14px 0px 0px;
padding:10px 5px;
border-top:1px dotted #e2e2e4;
}
.archive-small.first-post{
border-top:none;
}
.archive-small .imgarea{
float:left;
width:100px;
height:100px;
overflow:hidden;
}
.archive-small .imgarea img{
width:100px;
height:auto;
}
.archive-small .txtarea{
float:left;
padding:0px 10px;
width:430px;
}
.archive-small .starea{
float:left;
width:100px;
margin:25px 0px 0px;
padding:5px 0px;
text-align:center;
}
.archive-small .zari{
color:#fff;
background:#44b4b4;
}
.archive-small .zakire{
color:#fff;
background:#d8d8d8;
}
.archive-small .junbi{
color:#fff;
background:#d8d8d8;
}
.archive-small .cust{
color:#fff;
background:#6b6b9e;
}

.archive-item-post {
	font-size: 1.1em;
}
.archive-item-post.first-post {
}
.item-column1,
.item-column2 {
	float: left;
}
.item-column1 {
	margin-right: 10px;
	padding: 5px 0;
	width: 5%;
	background: #099;
	color: #fff;
	text-align: center;
}
.item-column2 {
	width: 75%;
}
.item-column3 {
	line-height: 50px;
	float: right;
	width: 15%;
	text-align: right;
}
.archive-item-post .item-name {
	font-size: 1em;
	font-weight: normal;
	margin: 7px 0 0;
}
.archive-item-post .item-price em.tax {
	font-size: 1em;
}
.archive-item-post .item-year {
	padding-left: 20px;
	font-size: .85em;
}
.specialarea{
clear:both;
margin:24px auto;
padding:1px 1px 10px;
width:638px;
border:1px solid #333;
}
.specialarea p{
margin:0px 0px 14px;
padding:5px 0px;
background:#82b528;
color:#fff;
font-weight:bold;
text-align:center;
}
.specialarea li{
float:left;
width:319px;
text-align:center;
}
.specialarea li img{
width:300px;
height:auto;
}

/**
 * 8.0 Search
 * -----------------------------------------------------------------------------
 */
.search-result {
	line-height: 2em;
	padding: 10px 20px;
	background: #F1F1F1;
	font-size: 1.2em;
}
.search-result .s-title {
	font-weight: bold;
	font-size: 1.2em;
}

/**
 * 9.0 Single/Page
 * -----------------------------------------------------------------------------
 */
.post .entry-content p,
.post .entry-content figure,
.post .entry-content pre,
.post .entry-content address {
	margin: 0 20px 13px;
}
.post .entry-content ul,
.post .entry-content ol {
	margin: 0 44px 13px;
}
.post .entry-content ul {
	list-style: disc;
}
.post h1 {
	margin: 0 0 60px;
	padding: 15px 0 15px 50px;
	background: url(images/share/post-title-mark.gif) no-repeat 10px center;
	border-bottom: #666 1px solid;
	font-size: 1.3em;
	font-weight: normal;
}
.post h2 {
	color: #099;
	margin: 60px 0 30px;
	padding: 0 0 15px 0;
	border-bottom: #999 1px solid;
	font-size: 1.15em;
}
.post h3 {
	padding-left: 15px;
	margin: 60px 0 30px 10px;
	border-left: #09c 10px solid;
	color: #036;
	font-size: 1.1em;
	font-weight: normal;
}
.post h4,
.post h5,
.post h6 {
	margin: 60px 0 30px;
	padding: 10px 15px;
	background: #dee2e2;
	color: #099;
	font-size: 1em;
	font-weight: normal;
}

/**
 * 10.0 Sidebar
 * -----------------------------------------------------------------------------
 */
.sidebar-container .widget {
	margin-bottom: 20px;
	padding: 9px;
	border: #069 1px solid;
}
.sidebar-container .widget.widget_sp_image {
	padding: 0;
	border: none;
}
.sidebar-container .widget-sub-title {
	color: #693;
	padding: 0 0 0 20px;
}
.sidebar-container .widget-title {
	margin: 0;
	padding: 5px 9px 14px 20px;
	color: #036;
	font-size: 1.2em;
	border-bottom: #013366 1px solid;
}
.sidebar-container .widget_body,
.sidebar-container .ucart_widget_body {
	margin: 20px;
}
.sidebar-container li {
	margin: 10px 0; 
}
.widget_cat_list .about-shopping {
	text-align: right;
	padding: 15px 10px 10px;
}
#accordion {
	position: relative;
}
#accordion .parent-name {
	position: absolute;
	left: 20px;
	margin: 10px 0 0;
}
#accordion .middle_cats {
	/*display: inline-block;*/
	display: block;
	background: url(images/share/cat-toggle-open.gif) no-repeat center center;
	width: 15px;
	height: 20px;
	/*margin: 10px 0 0;*/
	padding: 20px 0 0;
	cursor: pointer;
}
#accordion .middle_cats:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#accordion .middle_cats.ui-state-active {
	background-image: url(images/share/cat-toggle-close.gif);
}
#accordion .child {
	margin-left: 20px;
}
.sidebar-container .search-title {
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: bold;
}
.sidebar-container .search_form {
	padding: 20px 10px;
}
.sidebar-container .search_form.search_key {
	padding-top: 10px;
	border-bottom: #013366 1px solid;
}
.sidebar-container .search_form.search_cat {
	padding-bottom: 10px;
}
.sidebar-container #searchform {
}
.sidebar-container .search-field {
	margin-bottom: 20px;
	padding: 6px 10px 5px 25px;
	width: 100%;
	background: #fff url(images/share/search-field-bg.gif) no-repeat 5px center;
	border: #aaa 1px solid;
}
.sidebar-container select {
	display: block;
	margin-bottom: 20px;
	padding: 6px 10px 5px;
	width: 100%;
	border: #aaa 1px solid;
}
.sidebar-container select option {
	line-height: 2em;
}
.sidebar-container .search-submit {
	float: right;
	display: inline-block;
	padding: 0;
	width: 104px;
	height: 31px;
	text-indent: -9999px;
}
.sidebar-container .search-submit.key-submit {
	background: #EAEAEA url(images/share/search-submit.gif) no-repeat;
}
.sidebar-container .search-submit.cat-submit {
	background: #EAEAEA url(images/share/search-submit-2.gif) no-repeat;
}

/**
 * 11.0 Footer
 * -----------------------------------------------------------------------------
 */
footer {
	margin: 60px 0 0;
}
footer .innerBox {
	padding: 20px 15px;
	width: 930px;
	border-top: #adadad 1px solid;
}
.footer-left {
	float: left;
	width: 50%;
}
.footer-right {
	float: right;
	width: 395px;
}

/* = toTop
-------------------------------------------------------------- */
#toTop {
	position: fixed;
	bottom: 250px;
	overflow: hidden;
	margin-left: 950px;
	z-index: 1000;
}

/* = company-info
-------------------------------------------------------------- */
.company-info img {
	margin-bottom: 10px;
}
.company-info {
	line-height: 2em;
	font-size: 1.1em;
}

/* = sns-area
-------------------------------------------------------------- */
.sns-area {
	margin: 25px 0 0 20px;
}
.sns-area li {
	overflow: hidden;
	float: left;
	margin-left: 20px;
}
.sns-area .fb iframe {
	width: 70px;
}

/* = sns-area
-------------------------------------------------------------- */
.footer-navigation {
	margin-top: 35px;
}
.footer-navigation li {
	float: left;
	padding: 0 10px;
	border-left: #333 1px solid;
}
.footer-navigation li:first-child {
	border-left: none;
}
.footer-navigation a {
	color: #06c;
}
.footer-navigation a:hover {
	color: #F60;
}

/* = copyright
-------------------------------------------------------------- */
.copyright {
	text-align: right;
}

/* 170427 */
.gnav li{
float:left;
}
.mainbnr{
margin:0px auto;
padding:25px 0px;
width:960px;
}
.mainbnr li{
float:left;
}

/* 170703 */
.table_sk{
margin:0px 20px 13px;
width:620px;
border-collapse:collapse;
}
.table_sk th{
padding:5px;
width:130px;
background:#f1f1f1;
border:1px solid #ccc;
vertical-align:middle;
}
.table_sk td{
padding:5px;
width:auto;
border:1px solid #ccc;
vertical-align:middle;
}

/* 171213 */
.red_bold{
color:#c00;
font-weight:bold;
}
.red{
color:#c00;
}

/* 180502 */
.nav_forbs p a{
}
.sub-navigation .nav_forbs p{
margin:0px 0px 0px -20px;
}
.sub-navigation .nav_forbs p a{
display:block;
padding:4px 20px 4px 20px;
height:auto;
background:url(images/share/sub-nav-bg3.jpg) 0 0 repeat-x;
text-indent:0px;
}
.mb15{
margin:0px 0px 15px;
}
.icon_denshi{
float:left;
padding:3px 0px 2px;
width:150px;
background:#82b528;
color:#fff;
font-size:110%;
text-align:center;
}
.b_denshicate{
float:left;
padding:0px 0px 0px 10px;
}
.bntoparea{
margin:30px auto;
padding:15px 15px 50px;
width:898px;
border:1px solid #e2e2e4;
}
.bntoparea .parent-cat {
line-height: 24px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: #999 1px solid;
color: #003366;
font-size: 1.2em;
}
.bntoparea .parent-cat.mark1 {
padding-left: 35px;
background: url(images/share/parent-cat-mark-1.gif) no-repeat;
}
.bntoparea .parent-cat.mark2 {
padding-left: 45px;
background: url(images/share/parent-cat-mark-2.gif) no-repeat;
}
.bntoparea .parent-cat.mark3 {
padding-left: 45px;
background: url(images/share/parent-cat-mark-3.gif) no-repeat;
}
.b_denshitop{
margin:14px 0px 0px;
text-align:center;
}

