@charset "utf-8";
/*
Theme Name:MIZSEI商品情報(オリジナル)
Description:レスポンシブ対応。メニュー変更のないシンプルな変化で各端末に対応します。
Author:s-takenaka@dd-g.com
Version: 2.2/2020-5
*/

/* =ヘッダー/フッター/ナビゲーション用ＣＳＳをインポート
-------------------------------------------------------------- */
@import url("item_g-nav.css");
@import url("item_m-nav.css");
@import url("item_gal.css");
@import url("bottans.css");
@import url("tables.css");
@import url("used.css");
@import url("user_add.css");


/* =Reset default browser CSS. 
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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;
}

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;
}
img {
	vertical-align : top;
	max-width : 100%;
	height: auto;
}
a img {
	border: 0;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
/* =Fonts
-------------------------------------------------------------- */
body, input, textarea, .page-title span, .pingback a.url {
/* フォントファミリゴシック */
/* font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif; */
font-family: YuGothic,'Hiragino Kaku Gothic ProN', 'Meiryo';
}

#comments-title, #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, input[type=submit] {
/* フォントファミリゴシック */
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

pre {
/* フォントファミリゴシック */
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =wapper 内の全幅決定
-------------------------------------------------------------- */

#main {
	margin: 0 auto;
	/*max-width: 920px; */
	max-width: 1024px; 
	padding : 0.5% 1.5%;
}
#index_main {
	margin: 0 auto;
	max-width: 100%;
}
#wrapper {
	width: 100%;
	/*background-color: #FFF;*/
}

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

/* Main global 'theme' and typographic styles */
body {
	/*background-color: #CCC;*/
	background-color: #FFF;
}
body, input, textarea {
	color: #3E3E3E;
	font-size: 16px;
	line-height: 2em;
}
	
/* Text elements */

ol {
	list-style: decimal;
	margin: 0 0 24px 2.5%;
}
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: 1% 2.5%;
}
dt {
}
dd {
	margin: 1.25% 0;
}
strong {
	font-weight: bolder;
}
cite, i {
	font-style: italic;
}
em {
	font-style: oblique;
	color: #666;
	text-decoration: underline;
}
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: #EEE;
	color: #666;
	margin-bottom: 10px;
	padding: 1.25%;
}
sup, sub {
	height: 0;
	line-height: 1;
	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:#0085B2;
}
a:visited {
	color: #743399;
}
a:active, a:hover {
	color: #ff4b33;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}


/* =Content
-------------------------------------------------------------- */
#content {
	margin: 8px 0;
	word-wrap: break-word;
}
/*single個別投稿*/
#content.single {
	margin: 8px auto;
	max-width:960px;
}
#content, #content input, #content textarea {
	color: #525263;
	font-size: 14px;
	line-height: 1.8em;
	letter-spacing: 0.025em;
	-webkit-text-size-adjust: 100%;
	text-align: left;
}
@media screen and (min-width : 520px) {
#content, #content input, #content textarea {
	font-size: 16px;
}
}
#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin: 12px 6px;
}
#content ul, #content ol, #content dd {
	list-style-type: disc;
	display: block;
	margin-left: 20px;
}
#content ul li, #content ol li {
	margin-bottom: 2%;
}
 #content ol{
	list-style-type: decimal!important;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
#content ul ul li, #content ol ol li, #content ul ol li, #content ol ul li {
	margin-bottom: 1%;
	color: #666;
	border-bottom: solid #EEE 2px;
}
#content pre, #content kbd, #content tt, #content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt {
	color: #333;
	padding-left: 5px;
}
.imgtitle {
	border-left: none!important;
	}
.entry-content blockquote a {
	background-color: #FF2626;
	color: #FFF;
	text-decoration: none;
	padding: 0.5% 1.5%;
}
.entry-content blockquote a:hover {
	color: #fff;
	background-color: #666;
}
.entry-caption {
	text-align: center;
	}

.entry-content,  .entry-summary {
	clear: both;
	padding: 0.5% 1.5%;
}
#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 {
	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;
}

#content .video-player {
	padding: 0;
}

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

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.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 {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft, .wp-caption.alignleft, img.alignright, .wp-caption.alignright, img.aligncenter, .wp-caption.aligncenter, img.alignnone, .wp-caption.alignnone {
	max-width: 100%;
	float: none;
	padding: 1%;
	display: block;
	margin: 0 auto 2% auto;
	/*border:solid #FFF 3px;*/
}
@media screen and (min-width : 520px) {
img.alignleft, .wp-caption.alignleft {
	display: inline;
	float: left;
}
img.alignright, .wp-caption.alignright {
	display: inline;
	float: right;
}
}
.wp-caption {
	padding: 1%;
	background: #FAFAFA;
	text-align: center;
	border:solid #FFF 3px;
}
.wp-caption img {
	max-width: 100%;
}
.wp-caption p.wp-caption-text {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	margin-bottom: 2px!important;
}
.wp-smiley {
	margin: 0;
}

/* =gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto;
	padding-top:24px;
	clear: both;
}
.gallery a, .gallery a:hover {
	background: none;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	/* [disabled]width: 33%; */
}
.gallery-columns-2 .gallery-item {
	width: 48%;
}
.gallery-columns-3 .gallery-item {
	width: 30%;
}
.gallery-columns-4 .gallery-item {
	width: 24%;
}
.gallery img {
	/* [disabled]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: #666;
	font-size: 10px!important;
	line-height: 125%;
}
.gallery dl {
	/*margin: 0;*/
	margin: 1%;
}
.gallery img {
	border: 8px solid #f1f1f1;
	/*min-width: 100px;*/
	min-width: 50%;
}
.gallery br+br {
	display: none;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
	display: block;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 8px;
}
.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: #990;
	font-size: 12px;
	display: none;
}
.widget-title strong {
	color: #960;
	font-weight: bold;
	margin-right: 10px;
}
.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%;
}
#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;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

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

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


.edit-link a {
	display: block;
	clear: both;
	text-align: center;
	padding: 1% 2%;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
.edit-link a:hover {
	background-color: #ff4b33;
}

/******FOR MIZSEI ITEM Site*******/





/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #FCFAB0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin: 0 auto;

}
.navigation a:link, .navigation a:visited {
	text-decoration: none;
}
.nav-previous a, .nav-next a, .previous a, .nav-back a{
	background-color: #009FD9;
	font-size: small;
	color: #FFF!important;
	border: 3px solid #EEE;
	display: inline-block;
	margin: 10px 0;
}
.nav-previous a {
	padding: 1% 3%;
	float: right;
	font-size: x-small;
}
.nav-next a {
	padding: 1% 3%;
	float: left;
	font-size: x-small;
}
.nav-back a {
	padding: 1.5% 5%;
	float: none;
	margin-top: 20px;
	}
.nav-previous a:hover, .nav-next a:hover, .nav-back a:hover {
	background-color: #007BAA!important;
	color: #FFF!important;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: 2% 0;
	display: block;
	clear: both;
}

.foot-wrap h2{
	font-weight:normal;
}


.category-list li{
list-style: none;
vertical-align: top;
}

ul.category-list a {
text-decoration: none;
	color:#333;
}

.category-list .box3{
vertical-align: top;
}


/* =パンくずのデザイン（井原）
-------------------------------------------------------------- */

.bread{
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 640px){
.bread{
  margin: 20px 0 0 0;
}
}
.bread ol,
.bread ol li{
  list-style: none;
	margin: 0;
	line-height:1 ;
}
.bread li{
  position: relative;
  display: inline-block;
  font-weight: normal;
  margin-right: 0.8em;
  text-decoration: none;
  border-bottom: solid 2px white;
	line-height:1.5 ;
}
.bread li:not(:last-child):after{
  content: ">";
  position: absolute;
  top: 0px;
  left: 100%;
  width: 0;
  height: 0;
}
.bread li a{
  display: inline-block;
  padding: 0px 5px 0px 12px;
  max-height: 84px;
  text-decoration: none;
  font-size: 13px;
  border-bottom: none;
}


#content .box3 ul li{
	background-color: #fff;
	margin: 5px
}

#content .box3 li{
	background-color: #eee;
	padding: 5px;
}

#content .box3 ul{
	margin: 0px
}

@media screen and (max-width: 768px){
#globalNav li ul.sub-menu li ul li:not(.current-menu-item) ul li{
	display:none;
}

#globalNav li.current-menu-item li, #globalNav li.current-menu-parent li{
	margin-left:10px;
}
	}

@media screen and (min-width:1100px) {
	#index_main{
		padding-top:100px;
	}
	#main{
		padding-top:100px;
	}
}

.box3 summary{
	list-style: none;
}

@media screen and (min-width:900px) {
	#sidehyouzi{
		display: flex;
	}
	#sidehyouzi .side{
		width:500px;
		padding-left: 20px;
	}
	#sidehyouzi div.box3{
		width: 100%;
	}
	#content #sidehyouzi .side h2{
		font-size: 1.2em;
		margin: 20px 0px;
	}
	#sidehyouzi .seach_box_top{
		margin: 0px;
		padding: 0px;
	}
	div#sidemain{
		width: 100%;
	}
}

/* =関連商品をセンター寄せ
-------------------------------------------------------------- */
.yarpp-thumbnails-horizontal{
	text-align: center;
}

/* 取説図面等の部分
-------------------------------------------------------------- */
a.siryou {
    text-decoration: none;
    color: #000;
    text-align: left;
    padding: 10px 30px 10px 10px;
    font-size: 13px;
}
a.siryou::after {
    content: ">";
    padding-left: 30px;
}


/*製品仕様の+-アイコン
-------------------------------------------------------------- */

.siyou summary{
	list-style:none;
    padding-top: 10px;
    padding-left: 18px;
    text-align: left;
    font-size: 13px;
}

.siyou summary::after {
	content: "＋";
    padding-left: 30px;
}
details[open].siyou summary::after {
	content: "−";
    padding-left: 30px;
}