@charset "utf-8";
/*
Theme Name:MIZSEI(オリジナル)
Description:レスポンシブ対応。メニュー変更のないシンプルな変化で各端末に対応します。多言語プラグイン”BOGO”スライドショープラグイン”Cyclone Slider 2”ウイジット表示プラグイン”Display Widgets”の使用が必要。
Author:s-takenaka@dd-g.com
Version: 2.11/2016-10
*/

/* =ヘッダー/フッター/ナビゲーション用ＣＳＳをインポート
-------------------------------------------------------------- */
@import url("g-nav.css");
@import url("m-nav.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;
	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;
}
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:YuGothic,'Hiragino Kaku Gothic ProN', 'Meiryo';
	/*OLD font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;/*
}
#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:YuGothic,'Hiragino Kaku Gothic ProN', 'Meiryo';
/*old font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/

}
pre {
/* フォントファミリゴシック */
font-family:YuGothic,'Hiragino Kaku Gothic ProN', 'Meiryo';
/* old font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

#main {
	margin: 0 auto;
	 max-width: 1024px;
	padding : 0 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: #FFF;
	overflow-x: hidden;
}
body, input, textarea {
	color: #3E3E3E;
	font-size: 14px;
	line-height: 2em;
}
/* Responsive H tags */
h1 {
	font-size: 22px;
}
h2,h3 {
	font-size: medium;
}
h4,h5{
	font-size: small;
}
h6 {
	font-size: x-small;
}
@media screen and (min-width : 520px) {
h1 {
	font-size: 26px;
}
h2,h3 {
	font-size: large;
}
h4,h5 {
	font-size: medium;
}
h6 {
	font-size: small;
}
}
	
/* Text elements */

p {
	margin: 12px auto;
	
}
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: 3px;
}
dl {
	margin: 1% 2.5%;
}
dt {
}
dd {
	margin: 1.25% 0;
}
strong {
	font-weight: bolder;
	/*color: #037aa6; */
}
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%;
}
abbr, acronym {
	/* [disabled]border-bottom: 1px dotted #666; */
	/* [disabled]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: #69a8bb;
}
a:visited {
	color: #69a8bb;
}
a:active, a:hover {
	color: #69a8bb;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Content
-------------------------------------------------------------- */
#content {
	margin: 15px 0;
	word-wrap: break-word;
}
.content, .content input, .content textarea {
	color: #333;
	font-size: 13px;
	line-height: 160%;
	letter-spacing: 0.025em;
	/* フォントファミリゴシック */
font-family: YuGothic,'Hiragino Kaku Gothic ProN', 'Meiryo';
/* old font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
	text-align: left;
}
@media screen and (min-width : 520px) {
.content, .content input, .content textarea {
	font-size: 14px;
	line-height: 175%;
}
}
.content p, .content ul, .content ol, .content dd, .content pre, .content hr {
	margin: 0px;
}
#content ul, #content ol, #content dd {
	list-style-type: disc;
	display: block;
	margin-left: 18px;
}
#content ul li, #content ol li {
	margin-bottom: 0%;
}
 #content ol{
	list-style-type: decimal!important;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 3;
}
#content ul ul li, #content ol ol li, #content ul ol li, #content ol ul li {
	margin-bottom: 3%;
	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;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #333333;
	padding-left: 8px;
	border-left: solid #009FD9 4px;
	font-weight: bolder;
	line-height: 140%;
	/*margin: 1.5% auto;*/
}
#content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4, #content .entry-content h5, #content .entry-content h6 {
	color: #025773;
	border-left: solid #AAA 4px;
	font-weight: bolder;
	margin-top: 25px!important;
}
.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;
	}


/* =tables normal
-------------------------------------------------------------- */
table.normal{
width: 95%;
border-collapse: collapse;
margin:10px auto;
font-size:small
}
table.normal th{
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
table.normal td{
	padding: 3px;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
@media screen and (min-width : 768px) {
	table.normal{
	width: 80%;
}
}

/* =tables w2Horizontal
-------------------------------------------------------------- */
 table.w2Horizontal {
	width: 97.5%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 10px;
	line-height: 150%;
}
table.w2Horizontal p {
	margin: 5px 0 10px 5px !important;
}
table.w2Horizontal th {
	vertical-align: middle;
	text-align: center;
	width: 26%;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	word-wrap: normal;
	background-color: #999999;
	line-height: 140%;
}
table.w2Horizontal th {
	padding: 3% 1%;
}
table.w2Horizontal td {
	vertical-align: middle;
	background: #f8f8f8;
	padding: 1% 3%;
}
table.w2Horizontal th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #999999;
	border-width: 5px;
	margin-top: -5px;
}
@media screen and (min-width : 768px) {
table.w2Horizontal {
	width: 48%;
	margin: 1%;
	float:left;
	}
table.w2Horizontal th {
	font-size: 13px;
	width: 27%;
	 }
}


/* =tables  w1 w2Vertical
-------------------------------------------------------------- */
table.w1Vertical,  table.w2Vertical  {
	width: 90%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 10px;
	line-height: 160%;
}
table.w1Vertical p,  table.w2Vertical p {
	margin: 5px 0 10px 5px !important;
	min-height:65px;
}
table.w1Vertical img,  table.w2Vertical img {
	margin: 0 auto;
}
table.w1Vertical th, table.w2Vertical th {
	vertical-align: middle;
	text-align: center;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 13px;
	padding: 6px;
	word-wrap: normal;
	background-color: #999999;
}
 table.w1Vertical td,  table.w1Vertical thead th, table.w2Vertical td,  table.w2Vertical thead th {
	padding: 8px;
}
 table.w1Vertical td, table.w2Vertical td {
	vertical-align: middle;
	background: #f8f8f8;
	padding-left: 4%
}
table.w1Vertical td.centering, table.w2Vertical td.centering{
	 text-align: center;
	 }

@media screen and (min-width : 768px) {
table.w2Vertical {
	width: 48%;
	margin: 1%;
	/* [disabled]display: inline-table; */
	float: left;
	}
table.w2Vertical th {
	 }
}

/* =tables w3Vertical
-------------------------------------------------------------- */
 table.w3Vertical {
	width: 80%;
	margin: 10px auto;
	border-collapse: separate;
	border-spacing: 0px 7px;
	line-height: 160%;
}
table.w3Vertical p {
	margin: 5px 0 10px 5px !important;
}
 table.w3Vertical th {
	vertical-align: middle;
	text-align: center;
	/* [disabled]min-width: 75px; */
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
	word-wrap: normal;
	background-color: #037aa6;
}
 table.w3Vertical td,  table.w3Vertical thead th {
	padding: 1px;
}
 table.w3Vertical td {
	vertical-align: middle;
	background: #FAFAFA;
	padding-left: 3%
}
 table.w3Vertical th:after {
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #037aa6;
	/* [disabled]border-left-color: #999999; */
	border-width: 7px;
	margin-left: -7px;
}
@media screen and (min-width : 640px) {
table.w3Vertical {
	width: 31%;
	margin-left: 1%;
	display: inline-table;
	}
table.w3Vertical th {
	 }
}

/* =tables w4Vertical
-------------------------------------------------------------- */
 table.w4Vertical {
	width: 150%;
	margin: 10px auto;
	border-collapse: separate;
	border-spacing: 0px 7px;
	line-height: 160%;
}
table.w4Vertical p {
	margin: 5px 0 10px 5px !important;
}
 table.w4Vertical th {
	vertical-align: middle;
	text-align: center;
	/* [disabled]min-width: 75px; */
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	padding: 5px;
	word-wrap: normal;
	background-color: #037aa6;
}
 table.w4Vertical td,  table.w3Vertical thead th {
	padding: 1px;
}
 table.w4Vertical td {
	vertical-align: middle;
	background: #FAFAFA;
	padding-left: 3%
}
 table.w4Vertical th:after {
	left: 50%;
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #037aa6;
	/* [disabled]border-left-color: #999999; */
	border-width: 7px;
	margin-left: -7px;
}
@media screen and (min-width : 768px) {
table.w4Vertical {
	width: 31%;
	margin-left: 1%;
	display: inline-table;
	}
table.w4Vertical th {
	 }
}

/* =tables w2_list
-------------------------------------------------------------- */
 table.w2_List {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	margin:1% auto;
	font-size:small
}
table.w2_List p {
	margin: 5px 0 10px 5px !important;
	min-height:65px;
}
 table.w2_List th {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}
 table.w2_List td {
	padding: 1%;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}

@media screen and (min-width : 768px) {
table.w2_List {
	width: 48%;
	margin-left: 1%;
	/* [disabled]display: inline-table; */
	float: left;
	}
table.w2_List th {
	 }
}

.entry-content,  .entry-summary {
	clear: both;
	padding: 0.2% 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;
	display: block;
	margin: 0 auto 2% auto;
}
@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%;
	padding: 1%;
}
.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: 5px;
}
.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;
	/* [disabled]padding: 0 20px 0 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;
}

/******FOR MIZSEI*******/

/* =contents内レイアウト用
-------------------------------------------------------------- */
/*3ボックス*/
div.box3 {
	margin-left : 12px;
	font-size: 90%;
}
div.box3 img {
	margin: 6px 0!important;
}
 @media screen and (min-width : 480px) {
div.box3 {
	float: left;
	margin-left : 12px;
	width: 29%;
	font-size: 90%;
	text-align: center;
}
div.box3 p {

	text-align: left;
}
}
/*2ボックス*/
div.box2 {
	margin-left : 12px;
	font-size: 85%;
	text-align: center;
	overflow: hidden;
	display: block;
}
div.box2 img {
	margin: 6px 0!important;
}
@media screen and (min-width : 480px) {
div.box2 {
	float: left;
	margin : 0 5px 15px 5px;
	width: 45%;
	font-size: 90%;
	display: block;
	overflow: hidden;
}
div.box2 p {
	text-align: left;
}
}

.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;
}


/* =toppage
-------------------------------------------------------------- */

#content .site-title {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	border: 0;
	height: 2px;
}

#content .index-title  {
/*	color: #E5006E;  */
	color: #000; 
	font-size: 23px;
	display: table;
	border-left: none;
	font-weight: normal;
	line-height: 140%;
	text-align: center;
	margin: 20px 0 10px 0;
	letter-spacing: 0.2em;
	
}

/* =news and history dl,dt,dd
-------------------------------------------------------------- */
#content .Gray-bg {
	max-width: 100%;
	/*background-color: #FAFAFA;*/
	background-color: #fff;
	margin: 1% 0;
}

#content .haikeibule {
	width: 100%;
	height: 500px;
	background-image: url(https://mizsei.co.jp/newimages/sonota/haikeibule2.png);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100% 100%;
	margin: 1% 0;
}

#content .haikeibule .news{
	padding: 40px 0 0;
}

#content .news {
	padding: 3px 2px;
	max-width: 860px;
	background-color: transparent;
	margin: 0 auto;
}

#content dl.news_feed, #content dl.history{
	margin: 0 0 15px 0;
	padding: 10px 3px 3px 0;
	background-color: transparent;
	line-height: 1.8em;
}

#content dl.news_feed{
	line-height: 1.5em;
}

#content dd {
	font-size: 13px;
	padding: 0 0;
	display: block;
	overflow: hidden;
	margin: 1% 2% 2.5% 2%;
}
#content dd a {
	text-decoration: none;
}
#content dd a:hover {
}

.news_feed dd a{
	color: #333;
}

.news_feed .day a, .history .day {
	padding: 2px 10px;
	margin: 0px 10px;
	letter-spacing: 0;
	color: #696969;
    background-color: #fff;
	border-radius: 1px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	font-size: small;
	/*display: block; */
	text-align: left;
	text-decoration: none!important;
}
.news_feed .day a:hover {
	background-color: #E9E9E9;
}

.history .day {
	padding: 3px 12px!important;
	color: #333!important;
	background-color: #ccc!important;
}


@media screen and (min-width : 520px) {
#content .haikeibule .news{
	padding: 40px 0 0;
}

#content .haikeibule {
	height: 350px;
}

	
#content dl.news_feed, #content dl.history{
/* 	border: solid #E9E9E9 1px;  */
/* 	border-radius: 1px;        CSS3草案 */
/*	-webkit-border-radius: 15px;    Safari,Google Chrome用 */
/*	-moz-border-radius: 15px;    Firefox用 */
}

.news_feed .day a, .history .day {
	text-align: center;
	float: left;
	min-width: 80px!important;
}
#content dd {
	font-size: 13px;
	margin: 0 1% 1% 1%;
}
}

/* =Pick up
-------------------------------------------------------------- */

.index-pickup, .category-pickup {
	margin:0 auto;
	padding: 0;
	max-width: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
}
.pickup_3,  .pickup_4,  .category_3-2  {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	background-color: #FFF;
	vertical-align: top;
}

.pickup_3 {
	max-width: 43%;
	margin:  1%;
	padding: 2%;
}

.pickup_4  {
	max-width: 46%; 
	margin: 0.25%;
	padding: 0.5%;
}

.category_3-2  {
	border: solid #FFF; 5px;
	max-width: 44%;
	margin:  1% 0.25%;
	padding: 0.5% 1%;
}

@media screen and (min-width : 740px) {
.index-pickup,  .category-pickup {
	max-width: 100%;
}

.pickup_3  {
	max-width: 24.5%;
	margin: 1.5%;
	padding: 2.5%;
}

.pickup_4  {
	max-width: 22.5%;
}
.category_3-2  {
	max-width: 28.5%;
}
}


.pickup_3 img, .pickup_4 img, .category_3-2 img {

	margin: 0 0 10px 0!important;
}

.pickup_3 .title, .pickup_4 .title, .category_3-2 .title  {
	font-size: 13px;
	color: #003333!important;
	font-weight: normal!important;
	border-left: none!important;
	word-break: break-all;
	padding: 0 0!important;
	text-align: center;
	letter-spacing: 0em;
	/*はみ出し処理*/	
	min-height: 36px;
	max-height: 36px;
	overflow: hidden;
}

.category_3-2 .title  {
	color: #008BBF!important;
	font-weight: bold!important;
}

.pickup_3 .title  {
	text-align: left;
	margin-top:10px;
	color: #696969!important;
	font-weight: normal!important;
}

.pickup_3 p, .pickup_4 p, .category_3-2 p {
	font-size: 12px;
	color: #666!important;
	font-weight: normal!important;
	border-left: none!important;
	word-break: break-all;
	padding: 0 0!important;
	margin: 3px 0 0 0!important;
	text-align: left;
	letter-spacing: 0em;
}
.pickup_3 p a, .pickup_4 p a, .category_3-2 p a {
	font-size: 12px;
	text-align: right;
	/*display: block;*/
	display: none;
}

@media screen and (min-width : 520px) {
.pickup_3 title, .pickup_4 .title, .category_3-2 .title  {
	font-size: 14px;
	/*min-height: 38px;*/
	/*max-height: 38px;*/
}
.pickup_3 .title  {
	font-size: 15px;
	min-height: 39px;
	max-height: 39px;
}
.pickup_3 p, .pickup_4 p, .category_3-2 p {
	font-size: 14px;
}
}

/*ボタン形状の場合*/
/*
.pickup_4 p a, .category_3-2 p a {
	font-size: 11px;
	color: #FFF;
	text-align: center;
	display: block;
	margin: 10px auto 0 auto;
	width: 50%;
	background-color: #008BBF;
	border: solid #008BBF 2px;
	border-radius: 10px;
	text-decoration: none;
}

.pickup_4 p a:hover, .category_3-2 p a:hover {
	background-color: #FF0000;
	border: solid #FF0000 2px;
}
*/




/* =itemNav
-------------------------------------------------------------- */
.itemNav {
	margin: 12px auto;
	max-width: 520px;
	display: block;
	overflow: hidden;
}
.img2Nav  {
	max-width: 46%;
	/* [disabled]float: left; */
	text-align: center;
	margin: 0.5%;
	background-color: #FFF;
	padding: 1%;
	display: inline-block;
	overflow: hidden;
}
.img2Nav img {
	margin: 0 0 8px 0!important;
}

.img2Nav h3, .img2Nav h4 {
	font-size: 13px;
	color: #696969!important;
	font-weight: normal!important;
	border-left: none!important;
	word-break: break-all;
	padding: 0 0!important;
	line-height: 160%;
	text-align: center;
	letter-spacing: 0.05em;
}
@media screen and (min-width : 520px) {
.itemNav {
	max-width: 840px;
}
.img2Nav h3, .img2Nav h4 {
	font-size: 16px;
	letter-spacing: 0.2em;
}
}
/* =docNav_bt
-------------------------------------------------------------- */
.docNav_bt {
    padding: 1%;
    overflow: hidden;
    position: relative;
	max-width:100%;
	margin: 1% auto;
}
.docNav_bt ul {
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	display: block;
}
.docNav_bt ul li {
	list-style: none outside none;
	margin: 2%;
	/*margin-right: 4px;*/
	text-align: center;
	min-width: 46%;
	position: relative;
	left: -50%;
}
.docNav_bt ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10% 0;
	font-size: medium;
	background: #87e0fd; /* Old browsers */
	background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
	border-radius: 13px;        /* CSS3草案 */
	-webkit-border-radius: 13px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 13px;   /* Firefox用 */
}
.docNav_bt ul li a:hover {
	background: #007BAA;
}
@media screen and (min-width : 520px) {
.docNav_bt {
	max-width: 70%;
	display: block;
}
.docNav_bt ul li {
	float: left;
}
.docNav_bt ul li a{
	padding:20% 0;
}
}

/* =SNSlinks
-------------------------------------------------------------- */
#snsLinks {
	font-size: 12px;
	padding: 1.5%;
	max-width: 97%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
#snsLinks img  {

	margin: 5px;
	max-height: 60px;
}
#snsLinks a {
	text-decoration: none;
}
#snsLinks a:hover {
	text-decoration: none;
}
@media screen and (min-width : 520px) {
#snsLinks img  {
		max-height: 80px;
}
}

.entry-meta, .entry-meta a {
	background-color: #EEEEEE;
	color:#666;
	font-size: 11px;
	padding: 0 1.5%;
	text-align: right;
	margin-top: 10px;
	text-decoration: none;
}

/* =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;
}

/* =キャッチコピー
-------------------------------------------------------------- */
.chatchcopy {
	text-align: center;
	font-size: large;
	color: #037aa6;
	letter-spacing: 0.1em;
	display: block;
	padding: 2% 0 3% 0;
	line-height: 140%;
}
@media screen and (min-width : 520px) {
.chatchcopy {
		font-size: x-large;
}
}
/* =Production
-------------------------------------------------------------- */
.w2Img-Piece  {
	display: block;
	max-width: 98%;
	margin: 0.5%;
	overflow: hidden;
	background-color: #FFF;
	padding: 0%1%;
}

.w2Img-Piece h2 {
	font-size: 14px;
	color: #008BBF!important;
	word-break: break-all;
	padding: 1.5% 4%!important;
	line-height: 160%;
	background-color: #EEE;
	font-weight: normal!important;
	text-align: left;
}
.w2Img-Piece p {
	letter-spacing: 0;
}
.w2Img-Piece a {
	text-decoration: none;
}
.TwoBox{
	margin: 0 auto;
	max-width: 100%;
	display: block;
	overflow: hidden;
/* 2022-11-7改定*/	
	text-align: center;
	}
@media screen and (min-width : 520px) {
.TwoBox{
	margin: 0 auto;
	max-width: 830px;
}
.w2Img-Piece h2 {
	font-size: 16px;
	letter-spacing: 0.2em;
}
.w2Img-Piece {
	max-width: 46%;	
	overflow: hidden;
/* 2022-11-7改定*/	
	/*float: left;*/
	display: inline-block;
}
}

/* = センタリング
-------------------------------------------------------------- */
#slider_w860{
	margin: 0 auto;
	max-width: 860px;
	}
#slider_w600{
	margin: 0 auto;
	max-width: 600px;
	}


.center_Mid{
	margin: 0 auto;
	max-width: 600px;
	text-align: center;
	}
.left_Mid{
	margin: 0 auto;
	max-width: 600px;
	}
#wFull-w400{
	margin: 0 auto;
	max-width: 400px;
	}
@media screen and (min-width : 768px) {
#wFull-w400{
	margin: 0 auto;
	/*min-width: 830px;*/
	width: 100%;
}
}
.infoLine{
	border: solid #EAEAEA 2px;
	padding: 1% 2%;
	border-radius: 10px;
	width: 60%;
	margin: 1% auto;
	text-align: center;
	background-color: #FFF;
	}

/* =メディアリンクボタン
-------------------------------------------------------------- */
.media_link {
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	margin: 1% auto;
}
.media_link ul {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	color: #333;
}
.media_link li {
	margin: 3%;
	list-style: none outside none;
	font-size: medium;
	line-height: 150%;
}
.media_link li a {
	padding: 3% 7%;
	background: #87e0fd; /* Old browsers */
	background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
	display: block;
	color: #FFF;
	/*border: solid #009FD9 3px;*/
	font-size: small;
	border-radius: 13px;        /* CSS3草案 */
	-webkit-border-radius: 13px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 13px;   /* Firefox用 */
	text-decoration: none
}
.media_link li a.dark {
	color: #333;
	/* [disabled]margin-top:-4%; */
	background: rgb(206,220,231); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
}
.media_link  li a:hover{
	background: #037aa6;
	 }
.media_link li a.dark:hover {
	background: #CCC;
}
@media screen and (min-width : 520px) {
.media_link li {
	width: 43%;
	margin-left: 3%;
	/* [disabled]display: inline-table; */
	/*float: left;　2022/1/25訂正*/
	display: inline-block;
	}
}
/* =iflame google map
-------------------------------------------------------------- */
.ggmap {
	margin:2% 5%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* =サイトマップ
-------------------------------------------------------------- */
.L-list{
	display: block;
	overflow: hidden;
	}
.L-list li{
	margin: 2%;
	list-style: none outside none;
	}
.L-list li a {
	margin: 3px;
	padding: 2% 4%;
	background-color: #FAFAFA;
	color: #666;
	font-size: small;
	border-radius: 13px;        /* CSS3草案 */
	-webkit-border-radius: 13px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 13px;   /* Firefox用 */
	text-decoration: none;
	border:solid #ccc 2px;
	float: left;
}
.L-list li a:hover{
	background-color: #666;
	color: #FFF;
	 }
.Divide {
	background: #EEE;
	color: #666;
	margin-bottom: 10px;
	padding: 1.25%;
	border-left: none!important;
}

.label {
  margin-right: 10px;
  padding: 3px 3px 0;
  font-size: 0.8em;
  line-height: 1.2;
  color: #ffffff;
}

.products-genre{
  background: #4f85f8;
}
.products-place{
  background: #66b1f1;
}
/* YourTube掲載用 BOX
-------------------------------------------------------------- */
.youtube {
     margin: 2% 4%;
     position: relative;
     padding-bottom: 51.75%;
     height: 0;
     overflow: hidden;
}
.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
/* video要素
-------------------------------------------------------------- */
video {
  width: 100%;
	max-width: 600px; /* 最大でも600px以下に */
	margin: 3%;
}

#shopbt {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: red;
    box-shadow: none;
    font-weight: bold;
    border-radius: 10px;
    margin: 15px auto;
    padding: 5px;
    color: #fff;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}
#shopbt:hover {
    opacity: 0.8;
}
#shopbt:active {
    opacity: 0.5;
    margin-top: 14px;
    margin-bottom: 6px;
    box-shadow: none;
}
#shopbtblack {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: black;
    box-shadow: none;
    font-weight: bold;
    border-radius: 10px;
    margin: 15px auto;
    padding: 5px;
    color: #fff;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}
#shopbtblack:hover {
    opacity: 0.8;
}
#shopbtblack:active {
    opacity: 0.5;
    margin-top: 14px;
    margin-bottom: 6px;
    box-shadow: none;
}
.shopbtblack {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: black;
    box-shadow: none;
    font-weight: bold;
    border-radius: 10px;
    margin: 15px auto;
    padding: 5px;
    color: #fff !important;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}
.shopbtblack:hover {
    opacity: 0.8;
}
.shopbtblack:active {
    opacity: 0.5;
    margin-top: 14px;
    margin-bottom: 6px;
    box-shadow: none;
}

#toiawasebt {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: green;
    box-shadow: none;
    font-weight: bold;
    border-radius: 10px;
    margin: 15px auto;
    padding: 5px;
    color: #fff;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}
#toiawasebt:hover {
    opacity: 0.8;
}
#toiawasebt:active {
    opacity: 0.5;
    margin-top: 14px;
    margin-bottom: 6px;
    box-shadow: none;
}
.mokuji{
color: #1e366a;
background-color: #f0f8ff;
border: dotted #1e366a 1px;/*ドット 色 太さ*/
padding: 0.2em 0.2em 0.2em 0.2em;
}
.mokuji a{
text-decoration: none; /*文字の装飾を無効化*/
}
ol.mokujinakami {
padding-left:30px;
}
ul.lp {
padding-left:10px;
}

/* =Tag
-------------------------------------------------------------- */
.tags-1{
text-align: right; /* タグ一覧を右寄せ */
margin-bottom: 10px; /* タグ一覧の下に余白 */
}
.tags-1 a{
background: #019EBD; /* タグの背景色 */
color: #fff; /* タグの文字色 */
font-size: 1em; /* タグの文字サイズ */
font-weight: bold; /* タグの文字を太字に */
padding: 5px 8px; /* タグ内の余白 */
text-decoration:none;
}
.tags-1 a:hover{
opacity: 0.5; /* マウスオンした時に透明度を落とす */
text-decoration: none; /* マウスオンした時の下線を非表示に */
}

.entry-summary
 {
	 line-height: 1.5em;
}

/* =ページ下部に動くボタンを付ける（井原）
-------------------------------------------------------------- */
.movebtn{
	display:flex;
	text-align: center;
}
.moveleft, .movecenter, .moveright{
	display: block;
	text-align: center;	
	color:#666;
	}
.moveleft a, .movecenter a, .moveright a{
	text-decoration: none;
	color: #666;
    font-weight: bold;
	display: block;
	}

@media screen and (min-width : 670px) {
.moveleft, .movecenter, .moveright{
	width: 200px;
	background-color: #fff;
	border:solid #666 1px;
	padding:10px 0px;
	margin:0px 1%;
	}
.moveleft img, .movecenter img, .moveright img{
	width: 50px;
	}
	}
@media screen and (max-width : 670px) {
.movebtn{
    position: fixed;
    bottom: 0px;
	right: 0px;
    width: 100%;
    height: 70px;
    background: #fff;
    border: solid 1px #ccc;
    margin: 0;
    z-index: 10;
}


footer {
	margin-bottom: 70px;
}
	
.moveleft, .movecenter, .moveright{
	width: 34%;
	background-color: #eee;
	padding-top: 10px;
	}
	
.moveleft img, .movecenter img, .moveright img{
	width: 30px;
	}
	
.moveleft:hover, .movecenter:hover, .moveright:hover{
	background-color: #ccc;
	}
	}

/* =ページネーションのデザイン
-------------------------------------------------------------- */

.nav-links  {
  text-align: center;
  margin: 0;
  padding: 0;
	color: #fff;
}

.nav-links .page-numbers {
	margin: 5px 2px !important;
	padding: 8px 0 0;
  display: inline-block;
  background:#38A1DB;
  width: 40px;
	height: 30px;
  text-align: center;
  position: relative;
  color:#fff;
}

.page-numbers:hover, .page-numbers.current{
  color: #333;
  background: #C7DDFF;
}

/* =パンくずのデザイン
-------------------------------------------------------------- */

.bread{
  margin: 0;
  padding: 0;
  list-style: none;
}
.bread ol,
.bread ol li{
  list-style: none;
	margin: 0;
}
.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;
}

.img2Nav:hover img{
	transform: scale(1.1);
}

@media screen and (min-width:541px) {
	.bread ol{
		margin-top:100px
	}
}

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

#content .coramu-list li{
	list-style: none;
	padding: 10px 20px;
	margin: 10px 0px;
	border: solid #4ac;
}

#content .coramu-list a{
	text-decoration: none;
	color: #000;
}

.coramu-yoku{
	background-color: #eee;
	padding: 10px;
	margin: 10px;
}

#content .coramu-yoku li{
	list-style: none;
	display:flex;
}

#content .coramu-yoku li a{
	padding-right: 10px;
}

@media screen and (min-width:900px) {
	#sidehyouzi{
		display: flex;
	}
	#sidehyouzi .side{
		width: 30%;
		padding-left: 20px;
	}
	#sidehyouzi div.box3{
		width: 100%;
	}
	div#sidemain{
		width: 100%;
	}
}

@media print {
	#header{
		position: absolute;
	}
	.footNav img{
		width: 80px;
		padding: 0px 30px
	}
	.flex a.pconly{
		display: none;
	}
}

h2.midashi1 {
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

/*関連記事プラグインの表示調整*/
.yarpp-thumbnails-horizontal .yarpp-thumbnail{
	height: auto !important;
	width: 30% !important;
	}
.yarpp-thumbnail>img, .yarpp-thumbnail-default{
	height: auto !important;
	width: 95% !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title{
	width: 90% !important;
    text-align: center !important;
}
@media screen and (min-width:1100px) {
	.sp{
		display: none;
	}
}

.shopbtblack {
    display: inline-block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: black;
    box-shadow: none;
    font-weight: bold;
    border-radius: 10px;
    margin: 15px auto;
    padding: 5px;
    color: #fff;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}