/*======================================
Theme Name: Dynamic News Lite
Theme URI: https://themezee.com/themes/dynamicnews/
Description: A responsive, multipurpose blogging and magazine theme with bold colors and fonts. It comes with a featured content slider and a magazine page template. Dynamic News is a trending theme on wordpress.com and we are sure you will like the WordPress.org version as well.
Version: 1.4.8
Author: ThemeZee
Author URI: https://themezee.com
Tags: two-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, rtl-language-support, blog, news, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns
Text Domain: dynamic-news-lite
Domain Path: /languages/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */
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, 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,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.valpttl{
font-weight:bold;
font-size:130%;
color:#ff0000;
}
.dkfont{
color:#c70076;
}

/* General Styles
-------------------------------------------------------------- */
html {
	font-size: 100.01%;
}
body {
	font-family: 'Droid Sans', Arial, Tahoma;
	font-size: 1.0em;
	border: 0;
	color: #111;
	background-color: #e5e5e5;
}

/* Links */
a, a:link, a:visited{
	color: #e84747;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Form Elements */
input, textarea {
	padding: 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	font-family: 'Droid Sans', Arial, Tahoma;
}
input[type="submit"] {
	border: none;
	color: #fff;
	background: #e84747;
}
input[type="submit"]:hover {
	background-color: #303030;
	cursor: pointer;
}

/* Clearing Floats */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
    *zoom: 1; /* For IE 6/7 only */
}

/* Make Form Elements responsive */
input, textarea, select {
	max-width: 100%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/* Basic Structure
-------------------------------------------------------------- */
#wrapper {
	max-width: 1340px;
	width: 92%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
#header-wrap {
	background: #fff;
}
#header {
	padding: 3em;
}
#wrap {
	clear: both;
	padding: 1.5em 1.5em 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#content {
	float: left;
	width: 72%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar {
	float: right;
	width: 28%;
}

/* Header
-------------------------------------------------------------- */
#logo {
	float: left;
	max-width: 100%;
}
#logo .site-title {
	display: inline-block;
	font-size: 2.5em;
	font-weight: bold;
	color: #e84747;
	font-family: 'Francois One', Tahoma, Arial;
}
#logo .site-title a:link,
#logo .site-title a:visited {
	color: #e84747;
}
#logo .site-title a:hover,
#logo .site-title a:active {
	color: #333;
	text-decoration: none;
}
#logo .site-description {
	margin-top: 0.4em;
	color: #333;
}
#logo .custom-logo {
	margin: 0 1.5em 0 0;
	padding: 0;
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/* Header Content */
#header-content {
	display: inline;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header-content #header-social-icons,
#header-content #header-text,
#header-content #header-search {
	float: right;
	margin-left: 1.5em;
}
#header-content #header-text {
	margin-top: 0.3em;
	line-height: 1.4em;
	font-size: 1.3em;
	color: #777;
}
#header-content #header-search #s {
	float: right;
}

/* Header Widgets */
.header-widgets {
	float: right;
}
.header-widget {
	float: left;
	margin-left: 1.5em;
}

.header-widget ul {
	margin: 0;
	padding: 0;
}

.header-widget-title {
	font-weight: bold;
	margin: 0 0 0.5em;
}

/* Custom Header Image */
#custom-header {
	margin-top: 1px;
	text-align: center;
}
#custom-header img {
	max-width: 1340px;
	vertical-align: top;
	width: 100%;
	height: auto;
}

/* Top Navigation
-------------------------------------------------------------- */
#topnavi-wrap {
	background: #e84747;
	position: relative;
}
#topnavi-wrap #topnavi-social-icons {
	float: right;
}
#topnav-toggle {
	display: none;
}
.top-navigation-menu {
	display: inline;
	list-style-type: none;
	list-style-position: outside;
}
.top-navigation-menu li {
	float: left;
}
.top-navigation-menu a {
	display: block;
	font-size: 0.8em;
	padding: 0.9em 1em;
	text-decoration: none;
}
.top-navigation-menu a:link, .top-navigation-menu a:visited {
	color: #fff;
	text-decoration: none;
}
.top-navigation-menu a:hover {
	background: #333;
}
.top-navigation-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	color: #fff;
	background: #333;
}
.top-navigation-menu ul li{
	float: none;
	position: relative;
}
.top-navigation-menu ul a {
	min-width: 250px;
	min-width: 16rem;
	padding: 1em 1.2em;
	font-size: 0.75em;
	text-transform: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.top-navigation-menu ul a:link, .top-navigation-menu ul a:visited {
	color: #fff;
}
.top-navigation-menu ul a:hover {
	background: rgba(255,2555,255,0.075);
}
.top-navigation-menu li ul ul {
	top: 0;
	left: 100%;
	border-left: 1px solid rgba(255,255,255,0.2);
}
.top-navigation-menu li.menu-item-has-children:hover > ul,
.top-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
	display: block;
}
.top-navigation-menu li.current_page_item a, .top-navigation-menu li.current-menu-item a {
	text-decoration: underline;
}
.top-navigation-menu li.current_page_item ul li a, .top-navigation-menu li.current-menu-item ul li a{
	color: #fff;
	text-decoration: none;
}
.top-navigation-menu li.current_page_item ul li a:hover, .top-navigation-menu li.current-menu-item ul li a:hover {
	text-decoration: underline;
}
.top-navigation-menu ul li.current_page_item a, .top-navigation-menu ul li.current-menu-item a {
	color: #fff;
	text-decoration: underline;
}
.top-navigation-menu ul li.current_page_item ul li a, .top-navigation-menu ul li.current-menu-item ul li a{
	text-decoration: none;
}

/* Mega Menu Styling */
.top-navigation-menu .mega-menu-content .mega-menu-widget ul li a:hover,
.top-navigation-menu .mega-menu-content .mega-menu-widget ul li a:active {
	color: rgba(255,255,255,0.6);
}

/* Navigation Menu
-------------------------------------------------------------- */
#mainnav-toggle, #mainnav-icon, .sidebar-navigation-toggle, .sidebar-closing-toggle {
	display: none;
}
#navi-wrap {
	background: #333;
}
.main-navigation-menu {
	float: left;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	box-sizing: border-box;
}
.main-navigation-menu li{
	float: left;
	margin-right: 1px;
}
.main-navigation-menu a {
	display: block;
	padding: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.0em;
	font-family: 'Francois One', Tahoma, Arial;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.main-navigation-menu a:link, .main-navigation-menu a:visited{
	color: #fff;
	text-decoration: none;
}
.main-navigation-menu a:hover {
	background: #e84747;
}
.main-navigation-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 2px #444;
}
.main-navigation-menu ul li{
	float: none;
	position: relative;
	margin: 0;
}
.main-navigation-menu ul a {
	min-width: 250px;
	min-width: 16rem;
	padding: 1em;
	font-weight: normal;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-navigation-menu ul a:link, .main-navigation-menu ul a:visited{
	color: #333;
	font-size: 0.9em;
	text-decoration: none;
}
.main-navigation-menu ul a:hover {
	color: #fff;
	background: #e84747;
}
.main-navigation-menu li ul ul {
	top: 0;
	left: 100%;
}
.main-navigation-menu li.menu-item-has-children:hover > ul,
.main-navigation-menu li.page_item_has_children:hover > ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {
	display: block;
}
.main-navigation-menu li.current_page_item a, .main-navigation-menu li.current-menu-item a {
	text-decoration: underline;
}
.main-navigation-menu li.current_page_item ul li a, .main-navigation-menu li.current-menu-item ul li a{
	text-decoration: none;
}
.main-navigation-menu ul li.current_page_item a, .main-navigation-menu ul li.current-menu-item a {
	text-decoration: underline;
}
.main-navigation-menu ul li.current_page_item ul li a, .main-navigation-menu ul li.current-menu-item ul li a{
	text-decoration: none;
}

/* Mega Menu Styling */
.mega-menu-content {
	line-height: 1.5;
}
.mega-menu-content .mega-menu-widget .mega-menu-widget-header-title {
	font-weight: bold;
}
.main-navigation-menu .mega-menu-content .widget_meta ul li a,
.main-navigation-menu .mega-menu-content .widget_pages ul li a,
.main-navigation-menu .mega-menu-content .widget_categories ul li a,
.main-navigation-menu .mega-menu-content .widget_archive ul li a {
	display: block;
	padding: 0.5em 0.75em;
}
.main-navigation-menu .mega-menu-content .mega-menu-widget .entry-meta,
.main-navigation-menu .mega-menu-content .mega-menu-widget .entry-meta span:before {
	color: #555;
}

/* Widget Styling
-------------------------------------------------------------- */
.widget {
	margin-bottom: 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	padding: 1.5em;
	background: #fff;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.widgettitle {
	font-size: 0.9em;
	font-family: 'Droid Sans', Arial, Tahoma;
	padding: 0.8em;
	margin: -0.5em -0.5em 1.5em -0.5em;
	background: #333;
	color: #fff;
	text-transform: uppercase;
}
.widget .textwidget {
	line-height: 1.5em;
}
.widget .textwidget p {
	margin-bottom: 1em;
}
.widget ul, .widget ol {
	line-height: 1.5em;
}
.widget ul {
	list-style: circle inside;
	color: #555;
}
.widget ul .children, .widget ol .children {
	padding: 0;
	margin: 0.5em 0 0.5em 1em;
}
.widget a:link, .widget a:visited  {
	text-decoration: none;
	color: #e84747;
}
.widget a:hover, .widget a:active {
	text-decoration: underline;
}
.widget img {
	max-width: 100%;
	height: auto;
}
.widgettitle a:link, .widgettitle a:visited  {
	color: #fff;
}

/* Custom Widgets
-------------------------------------------------------------- */

/* Theme Search Widget */
.search-form {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding: 0.7em 45px 0.7em 0.7em;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 1.0em;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: transparent;
	padding: 0.8em 0.7em 0 0;
	cursor: pointer;
}
.search-form .search-submit .genericon-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: text-bottom;
	color: #777;
	content: '\f400';
}
.search-form .search-submit:hover .genericon-search {
	color: #333;
}

/* Theme Calendar Widget */
#wp-calendar {
	margin: 0;
	width: 100%;
	color: #444;
	line-height: 1.6em;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: center;
}
#wp-calendar caption {
	padding: 0.4em 0;
	margin: 0 -0.4em 0.8em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
#wp-calendar th {
	font-weight: bold;
	font-size: 0.85em;
	padding-bottom: 0.6em;
}
#wp-calendar tbody td {
	color: #888;
}
#wp-calendar tbody td a {
	font-weight: bold;
}
#wp-calendar tbody #today {
	font-weight: bold;
	color: #333;
}
#wp-calendar tfoot tr td {
	padding-top: 0.8em;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 0.4em;
	text-align: right;
}


/* Posts and Pages
-------------------------------------------------------------- */
.type-post, .type-page, .type-attachment  {
	margin: 0 0 1.5em 0;
	padding: 0.8em 1.5em 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
}
.page-title, .entry-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Arial;
	color: #333;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: none;
	padding: 0.3em 0;
	border-bottom: 2px solid #333;
}
.page-title {
    font-size: 2.0em;
}
.entry-title {
    font-size: 1.5em;
}
.entry-title a:link, .entry-title a:visited {
	color: #333;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:active{
	color: #e84747;
}
.sticky {
	border-left: 10px solid #ccc;
}

/* Page Links | wp_link_pages() */
.page-links {
	margin: 0;
	word-spacing: 1em;
}

/* Postmeta */
.entry-meta {
	display: block;
	color: #333;
	margin: 0;
	padding: 0.7em 1em;
	background: #eee;
}
.entry-meta .meta-date, .entry-meta .meta-author,
.entry-meta .meta-comments, .entry-meta .post-edit-link {
	font-size: 0.9em;
	line-height: 1.5em;
}
.entry-meta a:link, .entry-meta a:visited {
	color: #555;
	text-decoration: underline;
}
.entry-meta a:hover, .entry-meta a:active{
	text-decoration: none;
}
.entry-meta .sep  {
	padding-right: 0.7em;
	margin-right: 0.8em;
	border-right: 1px solid #aaa;
}
.entry-meta .post-edit-link  {
	float: right;
}
.postinfo {
	clear: both;
	line-height: 1.5em;
}
.postinfo .meta-category {
	display: block;
	color: #333;
	margin: 0;
	font-size: 0.9em;
}
.postinfo .meta-category a {
	display: inline-block;
	float: left;
	color: #fff;
	background: #333;
	padding: 0.4em 1em;
	margin: 0 1px 1px 0;
}
.postinfo .meta-category a:hover, .postinfo .meta-category a:active {
	background: #e84747;
	text-decoration: none;
}
.postinfo .meta-tags {
	display: block;
	margin: 0.5em 0;
}
/* Read more Link */
.more-link {
	display: inline-block;
	margin: 0.5em 0;
	padding: 0.6em 1em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background-color: #e84747;
}
.more-link:link, .more-link:visited  {
	color: #fff;
}
.more-link:hover, .more-link:active {
	background-color: #303030;
	text-decoration: none;
}
.content-excerpt .more-link  {
	margin: 0.5em 0 1em;
}

/* Post Navigation */
.post-navigation {
	margin: 0 0 1.5em 0;
	padding: 0.8em 1em;
	color: #333;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 4px #ddd;
}
.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
	content: "";
	display: table;
}
.post-navigation .nav-links:after {
	clear: both;
}
.post-navigation .nav-links .nav-previous {
	float: left;
}
.post-navigation .nav-links .nav-next {
	float: right;
}

/* Archives and Search Heading */
.page-header {
	background: #fff;
	padding: 1.2em 1.5em;
	margin-bottom: 1.5em;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
}
.archive-title {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.archive-title span{
	color: #e84747;
}
.archive-description {
	line-height: 1.6;
	margin-top: 1em;
}

/* Content Pagination */
.post-pagination {
	margin-bottom: 1.5em;
	font-weight: bold;
	padding: 0.8em 1em;
	color: #333;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
	text-transform: uppercase;
}
.post-pagination a {
	padding: 0.6em 0.8em;
	margin-right: 0.2em;
	display: inline-block;
    text-align: center;
	text-decoration: none;
	color: #333;
}
.post-pagination a:link, .post-pagination a:visited {
	color: #333;
}
.post-pagination a:hover {
	color: #e84747;
}
.post-pagination .current {
	padding: 0.5em 0.9em;
	margin-right: 0.2em;
	color: #e84747;
	text-decoration: underline;
}

/* Infinite Scroll Pagination */
.infinite-scroll .post-pagination {
	display: none;
}
.infinite-scroll #infinite-handle span {
	display: inline-block;
	margin-bottom: 1.5em;
	padding: 0.6em 1em;
	line-height: 1.5;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background-color: #e84747;
}
.infinite-scroll #infinite-handle span:hover {
	background-color: #303030;
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 1em;
	padding: 0.7em 1em;
	color: #333;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
	display: inline;
	line-height: 1.4;
}
.breadcrumbs .trail-browse {
	margin-right: 0.5em;
}
.breadcrumbs .trail-items {
	list-style: none;
}
.breadcrumbs .trail-items li::after {
	content: "\00bb"; /* Raquo */
	padding: 0 0.5em;
}
.trail-separator-slash .trail-items li::after { content: "\002F"; }
.trail-separator-dash .trail-items li::after { content: "\2013"; }
.trail-separator-bull .trail-items li::after { content: "\2022"; }
.trail-separator-arrow-bracket .trail-items li::after { content: "\003e"; }
.trail-separator-raquo .trail-items li::after { content: "\00bb"; }
.trail-separator-single-arrow .trail-items li::after { content: "\2192"; }
.trail-separator-double-arrow .trail-items li::after { content: "\21D2"; }
.breadcrumbs .trail-items li:last-of-type::after {
	display: none;
}

/* Text Elements
-------------------------------------------------------------- */
.entry {
	line-height: 1.6em;
	margin: 0.5em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry p, .comment p {
	margin: 0.75em 0;
}
.entry h1, .comment h1,
.entry h2, .comment h2,
.entry h3, .comment h3,
.entry h4, .comment h4,
.entry h5, .comment h5,
.entry h6, .comment h6 {
	color: #222;
	font-weight: bold;
	line-height: 1.0em;
	margin: 1.2em 0 0.3em;
}
.entry h1, .comment h1 {
	font-size: 3.0em;
}
.entry h2, .comment h2 {
	font-size: 2.25em;
}
.entry h3, .comment h3 {
	font-size: 1.5em;
}
.entry h4, .comment h4 {
	font-size: 1.25em;
}
.entry h5, .comment h5 {
	font-size: 1.125em;
	margin: 1.3em 0 0;
}
.entry h6, .comment h6 {
	font-size: 1.0em;
	margin: 1.3em 0 0;
}
.entry ul, .comment ul{
	list-style: square inside;
	margin: 0 0 1.5em 2em;
}
.entry ol, .comment ol{
	list-style: decimal inside;
	margin: 0 0 1.5em 2em;
}
.entry ol ol, .comment ol ol{
	list-style: upper-alpha inside;
}
.entry ol ol ol, .comment ol ol ol{
	list-style: lower-roman inside;
}
.entry ol ol ol ol, .comment ol ol ol ol{
	list-style: lower-alpha inside;
}
.entry ul ul, .comment ul ul,
.entry ol ol, .comment ol ol,
.entry ul ol, .comment ul ol
.entry ol ul, .comment ol ul {
	margin-bottom: 0.2em;
}
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong, b {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big, .big_tag {
	font-size: 1.3em;
}
ins {
	text-decoration: none;
}
code, pre {
	padding: 3px 8px;
	margin: 0 1px;
	background: #eeeeee;
	color: #222;
	font-size: 0.9em;
	font-family: Monospace, "Courier New", Courier;
	overflow: auto;
	line-height: 1.4em;
}
del, strike, s{
	text-decoration: line-through;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
small {
	font-size: 0.7em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	font-size: 0.8em;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
.entry var, .entry kbd, .entry tt, .entry .tt_tag {
	font-size: 1.1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
blockquote {
	background:#f5f5f5;
	border-left: 10px solid #ccc;
	margin: 1.2em 0;
	padding: 0.5em 1.5em;
}
blockquote cite {
	display: block;
	margin: 0.5em 0 0 0.5em;
	color: #777;
}
.entry table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ddd;
	margin: 1em 0;
	text-align: left;
	width: 100%;
}
.entry tr th,
.entry thead th {
	background: #e5e5e5;
	font-weight: bold;
	padding: 0.2em 1em;
}
.entry tr td {
	border-top: 1px solid #ddd;
	padding: 0.2em 1em;
}
.entry tr.alternate td {
	background: #f5f5f5;
}

/* Images | Gallery | Videos
-------------------------------------------------------------- */
article .wp-post-image {
	max-width: 100%;
	margin: 1em 0 0;
	height: auto;
}
.entry img {
	max-width: 100%;
	height: auto;
}
.wp-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 1em 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
}
.alignleft {
	float: left;
	display: inline;
	margin: 1em 2em 1em 0;
}
.alignright	{
	float: right;
	display: inline;
	margin: 1em 0 1em 2em;
}
.aligncenter {
	margin: 1em auto;
	display: block;
}

/* Gallery Styling */
.gallery {
	padding-top: 1em;
}
.gallery-item {
	padding: 0.3em 1em 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery img {
	margin: 0;
	padding: 0;
	border: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-caption {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0.5em 0;
}

/* Make Vidoes responsive */
embed, iframe, object, video {
	max-width: 100%;
}

/* Image.php Navigation */
#image-nav {
	margin: 1.5em 0;
	padding: 0.6em 1em;
	font-weight: bold;
	color: #333;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
	background: #fff;
	text-transform: uppercase;
}
#image-nav .nav-previous {
	float: left;
}
#image-nav .nav-next {
	float: right;
}
#image-nav .nav-previous a, #image-nav .nav-next a {
	font-size: 0.9em;
	text-decoration: none;
	color: #e84747;
}
#image-nav .nav-previous a:hover, #image-nav .nav-next a:hover {
	text-decoration: underline;
}

/* Social Icons | based upon http://kovshenin.com/2014/social-menus-in-wordpress-themes/
-------------------------------------------------------------- */
.social-icons-menu {
	list-style-type: none;
	list-style-position: outside;
	line-height: 1em;
}
.social-icons-menu li {
	float: left;
	margin: 0 1px 1px 0;
	padding: 0;
}
.social-icons-menu li a {
	position: relative;
	display: inline-block;
	padding: 0.8em;
	background: #e84747;
	text-decoration: none;
	color: #fff;
}
.social-icons-menu li a:hover {
	text-decoration: none;
	background: #333;
}
.social-icons-menu li a:before {
	color: #fff;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
}
.social-icons-menu li a .screen-reader-text {
	display: none;
}
.social-icons-wrap .social-icons-hint {
	font-size: 0.8em;
	color: #777;
	max-width: 300px;
	line-height: 1.2em;
}

/* Add Genericons */
.social-icons-menu li a:before { content: '\f408'; } /* Default Icon */
.social-icons-menu li a[href*="codepen.io"]:before  { content: '\f216'; }
.social-icons-menu li a[href*="digg.com"]:before { content: '\f221'; }
.social-icons-menu li a[href*="dribbble.com"]:before { content: '\f201'; }
.social-icons-menu li a[href*="facebook.com"]:before { content: '\f203'; }
.social-icons-menu li a[href*="flickr.com"]:before { content: '\f211'; }
.social-icons-menu li a[href*="plus.google.com"]:before { content: '\f206'; }
.social-icons-menu li a[href*="github.com"]:before { content: '\f200'; }
.social-icons-menu li a[href*="instagram.com"]:before { content: '\f215'; }
.social-icons-menu li a[href*="linkedin.com"]:before { content: '\f207'; }
.social-icons-menu li a[href*="pinterest.com"]:before { content: '\f209'; }
.social-icons-menu li a[href*="polldaddy.com"]:before { content: '\f217'; }
.social-icons-menu li a[href*="getpocket.com"]:before { content: '\f224'; }
.social-icons-menu li a[href*="reddit.com"]:before { content: '\f222'; }
.social-icons-menu li a[href*="spotify.com"]:before { content: '\f515'; }
.social-icons-menu li a[href*="skype.com"]:before,
.social-icons-menu li a[href*="skype:"]:before { content: '\f220'; }
.social-icons-menu li a[href*="stumbleupon.com"]:before { content: '\f223'; }
.social-icons-menu li a[href*="tumblr.com"]:before { content: '\f214'; }
.social-icons-menu li a[href*="twitter.com"]:before { content: '\f202'; }
.social-icons-menu li a[href*="twitch.tv"]:before { content: '\f516'; }
.social-icons-menu li a[href*="vimeo.com"]:before  { content: '\f212'; }
.social-icons-menu li a[href*="wordpress.org"]:before,
.social-icons-menu li a[href*="wordpress.com"]:before { content: '\f205'; }
.social-icons-menu li a[href*="youtube.com"]:before { content: '\f213'; }
.social-icons-menu li a[href*="newsletter"]:before,
.social-icons-menu li a[href*="mailto"]:before { content: '\f410'; }
.social-icons-menu li a[href*="/feed"]:before,
.social-icons-menu li a[href*="/feed/"]:before,
.social-icons-menu li a[href*="?feed=rss2"]:before,
.social-icons-menu li a[href*="feedburner.google.com"]:before,
.social-icons-menu li a[href*="feedburner.com"]:before { content: '\f413'; }

/* Top Navigation Social Icons */
#topnavi-social-icons .social-icons-menu li a {
	padding: 0.6em;
}

/* Comments
-------------------------------------------------------------- */
#comments {
	margin: 0 0 1.5em 0;
	padding: 1em 1.5em;
	background: #fff;
	box-shadow: 0 0 4px #ddd;
	border: 1px solid #ddd;
}
#comments .comments-title, #respond #reply-title {
	font-weight: bold;
	font-family: 'Francois One', Tahoma, Arial;
	color: #555;
	line-height: 1.4em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: uppercase;
	padding: 0.3em 0;
	border-bottom: 5px solid #555;
	font-size: 1.5em;
}
.commentlist {
	display: block;
	margin: 1.5em 0;
}
.commentlist .comment{
	display: block;
	margin: 1.5em 0 0;
	list-style: none;
	line-height: 1.5em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.commentlist .comment .avatar {
	float: left;
	margin: 1em 1.5em 0.5em 0;
}
.commentlist .comment .avatar:after {
	clear: both;
}
.comment-author {
	line-height: 1.5em;
	background: #eee;
}
.comment-author .comment-meta {
	display: inline-block;
	font-size: 0.8em;
	margin: 0.5em 1.2em 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	color: #222;
}
.comment-author .fn {
	display: inline-block;
	float: left;
	font-family: 'Francois One', Tahoma, Arial;
	font-size: 1.0em;
	color: #fff;
	background: #333;
	padding: 0.4em 1em;
}
.comment-meta a:link, .comment-meta a:visited,
.comment-meta a:active, .comment-meta a:hover {
	color: #222;
}
.comment-author .fn a:link, .comment-author .fn a:visited {
	color: #fff;
	text-decoration: underline;
}
.comment-author .fn a:hover, .comment-author .fn a:active {
	text-decoration: none;
}
.bypostauthor .fn, .comment-author-admin .fn {
	background: #e84747;
}
#comments .children {
	margin-left: 1.5em;
}
.nocomments {
	color: #444;
	padding: 1em;
}
.commentlist .pingback {
	display: block;
	margin: 0.6em 0 0;
	padding: 0.8em 0 0;
	border-top: 1px solid #ddd;
	list-style: none;
	line-height: 1.3em;
}

/* Comment Pagination */
.comment-pagination {
	font-size: 0.9em;
	padding: 0 1em;
	background: #eee;
	margin-bottom: 1.5em;
}
.comment-pagination .alignleft {
	float: left;
}
.comment-pagination .alignright {
	float: right;
}

/* Comment Form */
#respond {
	margin: 0;
}
#commentform {
	padding: 1em 0 0;
}
#commentform p {
	margin: 1em 0;
}
#commentform input[type="text"], #commentform textarea {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform label {
	display: block;
	margin: 0.6em 0 0.2em;
}
#commentform #submit {
	display: block;
	border: none;
	margin-top: 1em;
	padding: 1em 4em;
	text-decoration: none;
	color: #fff;
	background: #e84747;
}
#commentform #submit:hover {
	background-color: #303030;
	cursor: pointer;
	text-decoration: none;
}

/* Page Templates
-------------------------------------------------------------- */

/* Fullwidth Template */
.template-fullwidth #content {
	float: none;
	width: 100%;
	padding: 0;
}

/* Front Page Template and Widgets
-------------------------------------------------------------- */

/* Front Page Slideshow */
#frontpage-slider-wrap {
	padding: 0;
	margin-bottom: 2.6em;
	/* All other Slideshow Styles in flexslider.css */
}

.frontpage-magazine-no-widgets, .frontpage-slider-empty-posts {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* Category Posts Widgets */
#frontpage-magazine-widgets .widgettitle {
	margin: 0 0 1.5em 0;
}
.widget-category-posts {
	margin-bottom: -1em;
}
.widget-category-posts .widgettitle .category-archive-link {
	float: right;
}
.widget-category-posts .widgettitle .category-archive-link .genericon-category {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	font-size: 21px;
	font-family: 'Genericons';
	text-decoration: inherit;
	vertical-align: top;
	content: '\f301';
	margin-top: -4px;
}
.widget-category-posts .widgettitle .category-archive-link .genericon-category:hover {
	text-decoration: none;
}
.widget-category-posts .type-post {
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}
.widget-category-posts .more-link:link, .widget-category-posts .more-link:visited  {
	color: #fff;
}
.widget-category-posts .more-link:hover, .widget-category-posts .more-link:active {
	text-decoration: none;
}
.widget-category-posts .big-post .entry-title {
	font-size: 1.1em;
}
.widget-category-posts .big-post .wp-post-image {
	margin: 0 0 0.5em 0;
}
.widget-category-posts .small-post {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 1em 0;
	background: #eee;
}
.widget-category-posts .small-post .wp-post-image {
	float: left;
	margin: 0 0.8em 0 0;
	max-width: 30%;
}
.widget-category-posts .small-post .small-post-content {
	padding: 0.4em 0.8em;
}
.widget-category-posts .small-post .entry-title {
	border: none;
	margin: 0;
	font-size: 0.95em;
	font-family: 'Droid Sans', Arial, Tahoma;
}
.widget-category-posts .small-post .entry-meta {
	display: inline-block;
	background: none;
	padding: 0 0.3em 0.3em 0;
	font-size: 0.9em;
}
.widget-category-posts .small-post .entry-meta .sep  {
	padding-right: 0.4em;
	margin-right: 0.6em;
	border-right: 1px solid #aaa;
}

/* Category Posts Boxed Widget */
#widget-category-posts-boxed .big-post {
	float: left;
	width: 50%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-boxed .small-posts {
	width: 50%;
	margin-left: 50%;
}

/* Category Posts Grid Widget */
#widget-category-posts-grid .category-posts-grid-row {
	margin-right: -1.5em;
}
#widget-category-posts-grid .category-posts-grid-row.small-post-row {
	margin-right: -1em;
}
#widget-category-posts-grid .category-posts-grid-row .big-post,
#widget-category-posts-grid .category-posts-grid-row .small-post-wrap {
	float: left;
	width: 50%;
	padding-right: 1.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-grid .category-posts-grid-row.small-post-row .small-post-wrap {
	padding-right: 1em;
}

/* Front Page Category Area Thre (two columns) */
#widget-category-posts-columns .category-posts-column-left {
	float: left;
	width: 50%;
	padding-right: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-column-right {
	margin-left: 50%;
	width: 50%;
	padding-left: 0.75em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#widget-category-posts-columns .category-posts-columns .big-post {
	margin-bottom: 1.5em;
}

/* Single Category Post ) */
#widget-category-posts-single .single-post {
	margin: 0 0 1.2em 0;
}
#widget-category-posts-single .single-post .wp-post-image {
	margin: 0 0 0.5em 0;
}

/* Footer
-------------------------------------------------------------- */
#footer-wrap {
	background: #333;
}
#footer {
	padding: 1em 1.5em;
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
}
#footer a {
	color: #bbb;
}
#footer a:hover {
	color: #fff;
}
#footer #footer-text {
	float: right;
	font-size: 0.9em;
}

/* Footer Navigation Menu */
#footernav {
	float: left;
}
#footernav-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}
#footernav-menu li {
	float: left;
	position: relative;
	margin-right: 2em;
}
#footernav-menu a {
	display: inline-block;
	text-decoration: none;
	font-size: 0.9em;
}
#footernav-menu a:link, #footernav-menu a:visited{
	color: #fff;
	text-decoration: none;
}
#footernav-menu a:hover {
	text-decoration: underline;
}




/* add styleopt */


/* BASICS
----------------------------------------*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: 'Noto Sans Japanese' !important;
	font-size: 12px;
	color: #333;
}

.page-title {
  display: none;
}

.postinfo {
  display: none;
}

.meta-author {
  display: none;
}

.post-edit-link {
  display: none;
}

.entry{
  font-size:120%;
}


/* HEADING
----------------------------------------*/
h2 {
	margin: 1.0em 0 0 !important;
	padding: 0 !important;
	font-size: 1.8em !important;
	color: #333 !important;
}

h3 {
	margin: 0.6em 0 !important;
	padding: 0 !important;
	font-size: 1.4em !important;
	color: #333 !important;
}

h4 {
	margin: 1.6em 0 0.2em !important;
	padding: 0 !important;
	font-size: 1.2em !important;
	color: #333 !important;
}

li h4 {
	margin: 0 0 0.2em !important;
}

h5 {
	margin: 0.6em 0 !important;
	padding: 0 !important;
	font-size: 1.0em !important;
	color: #333 !important;
}



/* TEXT CONTROL
----------------------------------------*/
a {
	color: #2b7bb9 !important;
}

a:hover {
	opacity: 0.4;
	text-decoration: none !important;
	background: transparent !important;
}

p {
	line-height: 1.4;
	text-align: justify;
}

#section_panel p {
	margin: 0 4% 1.2em;
}

.caps8 {
	font-size: 0.8em;
}

.caps6 {
	font-size: 0.6em;
}

.bold {
	font-weight: bold;
}

.press {
	margin-left: 0.2em;
	font-size: 1.8em;
	letter-spacing: 0.1em;
}

ul li {
	list-style: none;
}

#section_panel ul {
	margin: 0 4% 1.2em 6%;
}

#section_panel ol {
	margin: 0 4% 1.2em 6%;
}



/* ICON CONTROL
----------------------------------------*/
.jns_categoryicon {
	width: 16px;
	height: auto;
	margin: 0 0.4em 0 0;
	vertical-align: -0.24em;
}

.jns_flooricon  {
	margin: 0;
	padding: 0em 0.88em;
	line-height: 2.4em;
	background: #efefef;
	border-radius: 1px;
}

.jns_mapcoloricon {
	width: 16px;
	height: auto;
	margin: 0 0.8em 0 0;
	vertical-align: -0.24em;
}

.pdficon img {
	float: left;
	width: 20px;
	height: auto;
	margin: 0 1.0em 0 0;
}

.pdficon:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



/* LAYOUT
----------------------------------------*/
#wrapper {
	max-width: 1200px;
	padding: 0 auto;
	background: transparent;
}

.hfeed {
	max-width: 1170px !important;
	margin 0 auto;
	padding 0;
}

#header {
	margin: 20px 0 0;
	padding: 16px 0 0 !important;
}

#wrap{
	margin: -12px 0 0;
	padding: 0;
}

#content {
	float: right;
	width: 73%;
	margin: 0 0 0 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sidebar {
	width: 24%;
	margin: 0;
}

#footer {
	width: 100%;
	height: 110px;
	padding: 50px;
	color: #999;
	background: #fff;
}



/* HEADER CONTENTS
----------------------------------------*/
.site-title {
	width: 0 !important;
}

/*   - shopping hours -   */
#text-10 {
	float: left;
	position: relative;
	margin: 1.0em 12.0em 0 0;
	font-size: 0.9em;
	line-height: 1.4;
	color: #9a9a9a;
}

/*   - language selecter -   */
#text-9 {
	float: right;
	position: relative;
	margin-right: 4.0em;
}

#text-9 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 20px 0 0;
}

#text-9 li {
	margin: 0 0.8em 0 0;
	padding: 0.16em 1.0em;
	font-size: 0.86em;
}

/*   - social icons -   */
#text-8 {
	float: right;
	position: relative;
}

#text-8 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 20px 0 0;
}

#text-8 li a {
	margin-right: 0.8em;
}

#text-8 img {
	width: 26px;
	height: auto;
	border-radius: 4px;
}

/* GLOBAL NAVIGATION
----------------------------------------*/
#mobile_navi {
	display: none;
}

#navi-wrap {
	display: inline;
	margin: -20px 0 0;
	padding: 0;
	background: transparent;
}

#mainnav {
	margin: 0 15px 40px 0;
}

#mainnav-menu a {
	font-size: 0.72rem;
	font-weight: bold;
	color: #333 !important;
	text-align: center;
	line-height: 0.1;
	vertical-align: middle;
}

.menu-item {
	width: 14%;
	height: 36px;
	margin: 30px 0 0;
	border-left: 1px solid #dedede;
}

.menu-item:last-child {
	width: 15%;
	border-right: 1px solid #dedede;
}

.current_page_item a {
	text-decoration: none !important;
}



/* MAIN CONTENTS
----------------------------------------*/
.hentry {
	margin: 0 0 2.0em;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.kv {
	margin: -6px 0 1.6em;
	padding: 0;
}

#wonderpluginslider-container-1 {
	width: 100% !important;
	margin: 0 !important;
}

.mobile_openhours {
	display: none;
}

#mobile_search {
	display: none;
}


/* SU TAB
----------------------------------------*/
.su-tabs {
	margin: 0 !important;
	padding: 0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background: transparent !important;
}

.su-tabs-nav span {
	display: inline-block;
	min-height: 2.0em !important;
	line-height: 1.8em !important;
	margin: 0 0.6em 0 0 !important;
	padding: 0.32em 3.0em !important;
	font-size: 1.0em !important;
	color: #fff !important;
	background: #83C588;
	-webkit-border-top-left-radius: 2px !important;
	-moz-border-radius-topleft: 2px !important;
	border-top-left-radius: 2px !important;
	-webkit-border-top-right-radius: 2px !important;
	-moz-border-radius-topright: 2px !important;
	border-top-right-radius: 2px !important;
}

.su-tabs-nav span:hover {
	background: #319f39 !important;
}

.su-tabs-current {
	color: #333 !important;
	background: #319f39 !important;
}

.su-tabs-pane {
	padding: 2.0em 2% 0 !important;
	font-size: 1.0em !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
	border-bottom-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-bottom-left-radius: 0px !important;
	box-shadow: 0 2px 4px rgba(0,0,0,0.14);
}

.su-tabs-vertical:before,
.su-tabs-vertical:after {
	content: " ";
	display: table;
}

.su-tabs-vertical:after { clear: both; }
.su-tabs-vertical .su-tabs-nav {
	float: left;
	width: 30%;
}

.su-tabs-vertical .su-tabs-nav span {
	display: block;
	margin-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}

.su-tabs-vertical .su-tabs-panes {
	float: left;
	width: 70%;
}

.su-tabs-vertical .su-tabs-pane {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.su-tabs-nav,
.su-tabs-nav span,
.su-tabs-panes,
.su-tabs-pane {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}



/* HOME SHOP NEWS
----------------------------------------*/
#home_shopnews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -2%;
	padding: 0;
}

.home_shopnews_card {
	width: calc( 100% / 3 - 2%);
	margin: 0 0 2.0em 2%;
	padding: 0;
}

.home_shopnews_card p {
	font-weight: bold;
}

.home_shopnews_txt {
	font-weight: normal !important;
	line-height: 1.2;
}



/* SECTION PANEL
----------------------------------------*/
#section_panel {
	margin: 0 0 2.4em;
	padding: 0 0 0.2em;
	background: #fff;
	border: none;
	box-shadow: 0 2px 4px rgba(0,0,0,0.14);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.section_title {
	margin: -6px 0 1.6em;
	padding: 0.39em 0.8em;
	font-size: 1.12em;
	font-family: 'Noto Sans Japanese';
	color: #fff;
	letter-spacing: 0.1em;
	text-transform: none;
	background: #333;
}

#section_panel h3,h4,h5 {
	margin: 0 4% 1.0em !important;
}



/* SHOP PROFILE
----------------------------------------*/
.section_shopname_mb {
	display: none;
}

.section_shopname {
	width: 92%;
	margin: 1.0em 4% 0;
	padding: 0;
	border-bottom: 1px dashed #dedede;
}

.section_shopname ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: baseline;
	margin: 0 0.1em !important;
	padding: 0 !important;
	list-style: none;
}

.section_shopname ul li:nth-child(1) {
    margin-right: auto;
}

.section_shopname ul li:last-child {
    margin-left: 2.0em;
}

.section_shopname_fi {
	margin: 0;
}

.section_shopname_ci {
	margin: 0 1.0em 0 0;
}

.section_shopprofile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 92%;
	margin: 3.6em auto;
}

.shopprofile_left {
	width: 184px;
	min-width: 184px;
	max-width: 184px;
	height: auto
	margin: 0;
}

.shopprofile_right {
	margin: 0 0 0 3.6em;
}

.shopprofile_right table {
	margin: 0 0 1.6em;
	border: none !important;
}

.shopprofile_right tr {
	border-bottom: 1px dashed #dedede;
}

.shopprofile_right tr:first-child {
	border-top: 1px solid #dedede;
}

.shopprofile_right tr:last-child {
	border-bottom: 1px solid #dedede;
}

.shopprofile_right th {
	padding: 0.5em !important;
	border: none !important;
	background: none !important;
}

.shopprofile_right td {
	padding: 0.5em !important;
	padding: 0.5em;
	border: none !important;
}

.section_shop_info {
	margin: 0 0 1.6em! important;
}

.section_shopprofile_ph {
	margin: 0 0 3.6em;
	padding: 0;
}

.section_shopprofile_ph ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	list-style: none;
}

.section_shopprofile_ph li {
	width: 240px;
	height: auto;
}

.section_shopprofile_ph li:nth-child(3) {
    margin: 0;
}

.section_shopnews_heading {
	width: 92%;
	margin: 1.0em auto;
	border-bottom: 1px dashed #dedede;
}

.section_shopnews_ph {
	width: 92%;
	margin: 0 4% 3.6em;
}

.section_shopnews {
	width: 92%;
	margin: 0 4% 2.0em !important;
}

.jns_btn {
	margin: 0 4%;
}

.jns_btn li {
	display: block;
	margin: 0;
	padding: 0.6em 1.6em;
	list-style: none;
	text-align: right;
	background: #efefef;
	border-radius: 1px;
}

.jns_btn li a:hover {
	text-decoration: none;
}

#shopprofile_andmore {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	width: 92%;
	margin: 0 4%;
	padding: 0;
}

.shopprofile_andmore_card {
	width: calc(100%/3 - 8%/3);
	margin: 1.0em 4% 1.6em 0;
	padding: 0;
}

.shopprofile_andmore_card:nth-child(3) {
	margin: 1.0em 0 2.6em;
}

.shopprofile_andmore_card p {
	font-weight: bold;
}

.shopprofile_andmore_txt {
	font-weight: normal !important;
	line-height: 1.2;
}

.a_notice li {
	margin: 0 4%;
	padding: 0;
	color: #787878;
	font-size: 0.9em;
	line-height: 1.4;
	list-style-type: none;
	text-indent: -1em;
}

.a_notice li:before {
	display: inline;
	content: "※";
}



/* FLOOR GUIDE
----------------------------------------*/
.floor_navigation {
	margin: 0;
}

.floor_navigation ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.floor_navigation li {
	margin: 0 0 1.0em 1.0em;
	padding: 0.1em 0.88em;
	color: #cdcdcd;
	background: #efefef;
	border-radius: 1px;
}

.floor_navigation li a {
	color: #2b7bb9;
}

.floor_navigation li:hover {
	opacity: 0.4;
}

.floormap {
	margin: 0;
	padding 0 0;
	text-align: center;
}

.floormap img {
	width: 92%;
	margin: 0 4% 1.6em;
}

.floormap_b1f {
	margin: 0;
	padding 0;
	text-align: center;
}

.floormap_b1f img {
	width: 92%;
	margin: 0 4% 1.6em;
}

.detailed_map {
	margin: 0;
	padding 0;
	text-align: center;
}

.detailed_map img {
	margin: 0 auto 1.6em;
}

.map_colors {
	width: 100%;
	margin: 0;
	padding: 0;
}

.map_colors ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

.map_colors li {
	margin: 0 1.6em 0 0;
	padding: 0 0 0 1.1em;
	line-height: 1.1;
}

.mapcolor_fa-lg {
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/mapcplor_fa-lg.png) repeat-y;
}

.mapcolor_co {
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/mapcplor_co.png) repeat-y;
}

.mapcolor_re-ca {
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/mapcplor_re-ca.png) repeat-y;
}

.mapcolor_sw-fo {
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/mapcplor_sw-fo.png) repeat-y;
}

.mapcolor_be-se {
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/mapcplor_be-se.png) repeat-y;
}

.map_icons {
	width: 100%;
	margin: 2.4em 0 1.0em;
}

.map_icons ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

.map_icons li {
	width: calc(100%/4);
	margin: 0 0 0.4em 0;
	padding: 0.2em 0 0.2em 0.8em;
	line-height: 1.0em;
	border-left: 1px solid #dedede;
}

.map_icons img {
	float: left;
	width: 24px;
	margin: 0 0.8em 0 0;
}

.map_shoplogo {
	width: 100%;
	margin: 0 0 1.6em;
}

.map_shoplogo ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

.map_shoplogo li {
	width: calc(100%/6 - 0.4em);
	margin-right: 0.4em;
}

.map_shoplogo img {
	border: 1px solid #dedede;
}

.rfphotos {
	display: flex;
	width: 92%;
	margin: 0 4% 1.0em;
}

.rfphotos li {
	margin-right: 1.0em;
}


/* SHOP SEARCH
----------------------------------------*/
.search_c {
	margin: 0;
}

.search_c ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.search_c li {
	width: calc(100%/3 - 2.0em);
	list-style: none;
	margin: 0 2.0em 1.0em 0;
	padding: 0.4em 1.2em;
	display: block;
	background: #efefef;
	border-radius: 1px;
}

.search_c li:hover {
	opacity: 0.6;
}

.ci_fa a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_fashion.png) 0 center no-repeat;
}

.ci_fg a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_fgoods.png) 0 center no-repeat;
}

.ci_mi a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_sundries.png) 0 center no-repeat;
}

.ci_rc a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_restaurant.png) 0 center no-repeat;
}

.ci_sf a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_sweets.png) 0 center no-repeat;
}

.ci_ot a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_service.png) 0 center no-repeat;
}

.search_n {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 4%;
}

.search_n table {
	width: calc(100%/3 - 2.0em/3);
	margin: 0 1.0em 2.4em 0;
	border: none !important;
}

.search_n table .third {
	width: calc(100%/3 - 1.0em);
	margin: 0;
}

.search_n tr {
	border: none !important;
}

.search_n td {
	padding: 0.6em 0 !important;
	border: 1px solid #dedede !important;
	text-align: center;
}

.search_n td:hover {
	background: #fafafa;
}

.noshop {
	color: #dedede !important;
}

.search_m {
	margin: 0;
}

.search_m ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	list-style: none;
}

.search_m li {
	list-style: none;
	margin: 0 2.0em 0 0;
	padding: 0.2em 1.8em;
	display: block;
	background: #efefef;
	border-radius: 1px;
}

.search_m li:hover {
	opacity: 0.6;
}



/* SHOP LIST
----------------------------------------*/
.shoplist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin: 0 4% 2.0em;
	padding: 2.0em 0 0;
	border-top: 1px dashed #dedede;
}

.jns_shoplistlogo {
	width: 120px;
	min-width: 120px;
	height: auto;
	margin: 0;
	padding: 0;
}

.jns_shoplistlogo:hover {
	opacity: 0.6;
}

.shoplist table {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.shoplist tr {
	border: none !important;
}

.shoplist th {
	margin: 0 !important;
	padding: 0 0 0.4em !important;
	font-size: 1.26em;
	background: none !important;
	border-bottom: 1px solid #dedede !important;
}

.shoplist th a {
	color: #333! important;
}

.shoplist td {
	width: 92% !important;
	padding: 0.4em 0.2em 0 !important;
	text-align: right;
	border: none !important;
}

.shoplist td:first-child {
	text-align: left;
}



/* SHOP NEWS
----------------------------------------*/
.shopnews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin: 0 4% 2.0em;
	padding: 2.0em 0 0;
	border-top: 1px dashed #dedede;
}

.shopnews table {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.shopnews tr {
	border: none !important;
}

.shopnews th {
	margin: 0 !important;
	padding: 0 0 0.4em !important;
	font-size: 1.26em;
	background: none !important;
	border-bottom: 1px solid #dedede !important;
	text-align:left;
}

.shopnews th a {
	color: #333! important;
}

.shopnews td {
	width: 100% !important;
	padding: 0.4em 0.2em 0 !important;
	text-align: right;
	border: none !important;
}

.shopnews td:first-child {
	text-align: left;
}

.shopnews_name {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

.shopnews_category {
	margin: 0 2.0em 0;
}



/* INFORMATION
----------------------------------------*/
.information-table {
	width: 92% !important;
	margin: 0 4% 3.0em !important;
	border: none !important;
}

.information-table tr {
	border-top: 1px dashed #dedede !important;
}

.information-table tr:last-child {
	border-bottom: 1px dashed #dedede !important;
}

.information-table th {
	padding: 1.0em !important;
	border: none !important;
	background: none !important;
}

.information-table td {
	padding: 1.0em !important;
	border: none !important;
}


/* TAX FREE
----------------------------------------*/
.taxfree-table {
	width: 92% !important;
	margin: 2.0em 4% 1.0em !important;
	border: none !important;
}

.taxfree-table tr {
	border-top: 1px dashed #dedede !important;
}

.taxfree-table tr:last-child {
	border-bottom: 1px dashed #dedede !important;
}

.taxfree-table th {
	padding: 1.0em !important;
	border: none !important;
	background: none !important;
}

.taxfree-table td {
	padding: 1.0em !important;
	border: none !important;
}

.taxfree-table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tax-free_panel {
	display: flex;
	width: 92%;
	margin: 0 4% 1.6em !important;
	padding: 0;
}

.tax-free_panel li {
	width: calc(50% - 1.0em);
	margin-right: 1.0em;
}

.tax-free p {
	margin: 0 !important;
}

.tax-free img {
	float: left;
	margin: 0 1.0em 0 0;
}

.tax-free:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.taxfree_txtimg {
	width: 74%;
	height: auto;
}

.creditcards {
}

.creditcards ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.creditcards li {
	width: calc(100%/11 - 0.8em);
	margin: 0 0.4em;
}



/* JOINUS DINING POST
----------------------------------------*/
.dining_post_title {
	width: calc(100% - 0.4em);
	margin: 0 0.2em 0.4em;
	padding: 0.4em 0.8em;
	color: #fff;
	background: #333;
}

.dining_post {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 4% 1.6em;
}

.dining_post_card {
	width: calc(100%/4 - 0.4em);
	margin: 0.2em;
	padding: 0;
	background: #dedede;
}

.dining_post_card a {
	color: #333 !important;
}

.dining_post_card p {
	margin: 0 0 0 0.6em;
	padding: 0;
	text-align: left !important;
}

.dining_post_card_icon {
	float: right;
	width: 1.6em;
	margin: 0 0.6em 0.6em 0;
}

.jdining_logo {
	width: calc(300%/4 - 6.0em);
	margin: 0 3.0em;
	align-self: center;
}



/* MOVIL POST
----------------------------------------*/
.movilpost_container {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.movilpost {
	width: calc(50%);
	margin: 0;
}

.movilpost:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.movilpost img {
	float: left;
	width: 20%;
	height: auto;
	margin: 0 1.0em 0.8em 0.2em;
}

.movilpost p {
	margin: 0.8em 2.0em 0 0 !important;
}

.movilpost_h3 {
	margin: 0 !important;
	font-size: 1.4em;
	font-weight: bold;
}

.movilpost_h4 {
	margin: 0 !important;
	padding: 0.4em 0;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dashed #dedede
}

.movilpost_etc {
	margin: 0 0 2.0em !important;
	text-align: right;
}



/* LINK
----------------------------------------*/
.link {
	margin: 0 4% 2.0em;
}

.link img {
	float: left;
	width: 20%;
	margin: 0 1.0em 0 0;
	padding: 0 1.0em 0 0;
	border-right: 1px solid #dedede;
}

.link p {
	margin: 0;
}

.link:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}



/* SITEMAP
----------------------------------------*/
.sitemap_list {
	display: flex;
	flex-wrap: wrap;
}

.sitemap_list section {
	width: 50%;
}

.sitemap_list ul {
	margin: 0 4% !important;
	padding: 1.0em 0 1.6em;
	border-top: 1px dashed #dedede;
}

.sitemap_list li {
	margin: 0 0 0.8em 0.8em;
	padding: 0 0 0 0.6em;
	line-height: 1.4;
	border-left: 1px solid #dedede;
}



/* SIDEBAR
----------------------------------------*/
.widget {
	margin: 0 0 1.8em !important;
	padding: 0;
	background: #fff;
	border: none;
	box-shadow: 0 2px 4px rgba(0,0,0,0.14);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.widgettitle {
	margin: 0 !important;
	padding: 0.6em 0.8em !important;
	font-size: 1.12em !important;
	font-family: 'Noto Sans Japanese' !important;
	color: #fff !important;
	letter-spacing: 0.1em !important;
	text-transform: none !important;
	background: #333 !important;
}

.jns_sidebarbtn {
	margin: 1.4em;
}

.jns_sidebarbtn li {
	list-style: none;
}

.jns_sidebarbtn li a {
	margin: 0 0 0.54em;
	padding: 0.32em 0.8em;
	display: block;
	background: #efefef;
	border-radius: 1px;
}

.jns_sidebarbtn li a:hover {
	text-decoration: none;
}

.jns_sidebarbtn_pr {
	margin: 1.4em;
}
.jns_sidebarbtn_pr li {
	padding-left: 2.6em;
	list-style: none;
	background: #efefef url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_paper.png) 0.8em center no-repeat;
}

.jns_sidebarbtn_pr li a {
	margin: 0 0 0.54em;
	padding: 0.32em 0.8em;
	display: block;
	background: #efefef;
	border-radius: 1px;
}

.jns_sidebar_newshop {
	margin: 1.4em;
	padding: 0 0 1.4em;
	font-size: 0.9em;
	border-bottom: 1px dashed #dedede;
}

.jns_sidebar_newshop_last {
	margin: 1.4em;
	padding: 0;
	border-bottom: none;
}

.jns_sidebar_newshop p {
	margin: 0 0 100em;
}

.jns_sidebarlogo {
	float: left;
	width: 92px;
	height: auto;
	margin: 0 1.0em 0 0;
}

.jns_sidebarlogo:hover {
	opacity: 0.6;
}

.jns_bnr {
	margin: 1.4em 1.6em;
	padding: 0;
}

.jns_bnr li {
	margin: 0.54em;
	padding: 0;
	list-style: none;
}

.jns_tw {
	margin: 1.4em;
}



/* FOOTER
----------------------------------------*/
#footer-text {
	float: left !important;
}

#footernav {
	float: right;
}

#footernav-menu {
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}

#footernav-menu li {
	width: auto;
	height: 1.4em;
	position: relative;
	margin: 0;
	padding: 0.2em 1.0em;
	border-left: none;
	border-right: 1px solid #dedede;
}

#footernav-menu li:last-child {
	border-right: none;
}

#footernav-menu a {
	display: inline;
	text-decoration: none;
	font-size: 0.9em;
}


.point-sp{
display:none;
}

#nobord4{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2019smrg/backgro01.png") repeat;
}
#nobord5{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2020val/backgro01.png") repeat;
}
#nobord6{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2019chr/backgro02.png") repeat;
}


/*----------------------------------------
MOBILE CONTROLS
----------------------------------------*/
@media screen and (max-width: 1055px) {
#nobord4{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2019smrg/backgro01.png") repeat;
}
#nobord5{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2020val/backgro01.png") repeat;
}
#nobord6{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2019chr/backgro02.png") repeat;
}

.point-p{
width:30% !important;
}
.point-img{
 width:80% !important;
}
.point-pc{
display:none;
}
.point-sp{
display:block;
}
.pointttl{
  position: relative;
  width:100%;
  background: #fbf6e8 !important;
  padding: 0em;
  margin-bottom: em;
  text-align:center;
  font-size:100%;
  font-weight:bold;
}
.pointttl-all{
  padding: 0.5em !important;
}
.point_kigen{
width:100% !important;
}

/* HEADING
----------------------------------------*/
h2 {
	margin: 1.0em 0 0 !important;
	padding: 0 !important;
	font-size: 1.4em !important;
	color: #333 !important;
}

h3 {
	margin: 0.6em 0 !important;
	padding: 0 !important;
	font-size: 1.2em !important;
	color: #333 !important;
}

h4 {
	margin: 0.6em 0 !important;
	padding: 0 !important;
	font-size: 1.1em !important;
	color: #333 !important;
}

li h4 {
	margin: 0 0 0.6em !important;
}

h5 {
	margin: 0.6em 0 !important;
	padding: 0 !important;
	font-size: 1.0em !important;
	color: #333 !important;
}



/*  MB: LAYOUT
----------------------------------------*/

#wrapper {
	width: 100%;
	padding: 0 auto;
	background: transparent;
}

.hfeed {
	width: 100%;
	margin 0 auto;
	padding 0;
}

#header {
	margin: 20px 0 2.0em;
	padding: 16px 0 0;
}

#wrap{
	width: 100% !important;
	margin: 0;
	padding: 0 3% !important;
}

#content {
	width: 100% !important;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sidebar {
	width: 100% !important;
	margin: 0;
	padding: 0;
}

p {
	font-size: 0.9em;
}



/* MB: ICON CONTROL
----------------------------------------*/
.jns_categoryicon {
	width: 12px;
	height: auto;
	margin: 0 0.4em 0 0;
	vertical-align: -0.24em;
}

.mbsp_categoryicon {
	width: 12px;
	height: auto;
	margin: 0;
	vertical-align: -0.24em;
}



/* MB: HEADER CONTENTS
----------------------------------------*/
#header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}

#header-content {
	width: 100% ! important;
	margin: 0;
	padding: 0;
}

/* -logo- */
#logo {
	float: left;
	min-width: 80px;
	max-width: 80px;
	margin: 0 0 0 1.0em;
}

/* -shopping hours- */
#text-10 {
	display: none;
}

/* -language selecter- */
#text-9 {
	float: right;
	margin: -2.2em 0.2em 0 0;
	padding: 0;
}

#text-9 li {
	margin: 0 0.8em 0 0;
	padding: 0 0.6em;
	font-size: 0.8em;
}

/* -social icons- */
#text-8 {
	float: right;
	margin: 0;
	padding: 0;
	top: -16px;
}



/* MB: GLOBAL NAVIGATION
----------------------------------------*/
#navi-wrap {
	display: none;
}

#mobile_navi {
	display: block;
	margin: 0 0 1.6em;
}

#mobile_navi ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

#mobile_navi li {
	width: 48%;
	margin: 0.3em 1%;
	padding: 0.4em 0;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	list-style: none;
	background: #fff;
	border-radius: 1px;
}

#mobile_navi li a {
	color: #333 !important;
}



/* MB: MAIN CONTENTS
----------------------------------------*/
.hentry {
	margin: 0 0 2.0em;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.mobile_openhours {
	display: block;
	margin: -1.4em 2% 1.0em;
	color: #777;
	font-size: 0.9em;
}

#mobile_search {
	display: block;
	width: 100%;
	margin: 1.0em 0 1.6em;
	padding: 0 0 0.2em;
	background: #fff;
	border: none;
	box-shadow: 0 2px 4px rgba(0,0,0,0.14);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#mobile_search ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: -1.0em 0 0;
}

#mobile_search li {
	width: 30%;
	margin: 0 2.5% 0.6em 0;
	padding: 0.32em 0 0.32em 0.8em;
	font-size: 0.8em;
	background: #efefef;
	border-radius: 1px;
}

#mobile_search li img {
	margin-right: 0.3em;
}

#mobile_search li:first-child {
	margin-left: 2.5%;
}

.kv {
	width: 100%;
	margin: 0 0 1.0em;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.amazingslider-nav-1 {
		display: none !important;
	}
}
#nobord4{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2019smrg/backgro01.png") repeat;
}
#nobord5{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2020val/backgro01.png") repeat;
}
#nobord6{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2019chr/backgro02.png") repeat;
}



/* MB: SU TAB
----------------------------------------*/
.su-tabs {
	margin: 0 !important;
	padding: 0.6em 0 !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background: #fff !important;
	box-shadow: 0 2px 4px rgba(0,0,0,0.14);
}

.su-tabs-nav {
	width: 100% !important;
}

.su-tabs-nav span {
	display: inline-block;
	width: 96% !important;
	min-height: 2.0em !important;
	line-height: 1.8em !important;
	margin: 0 2% 0.2em !important;
	padding: 0.6em 1.0em !important;
	font-size: 0.9em !important;
	color: #fff !important;
	background: #83C588;
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	border-top-left-radius: 0px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-radius-topright: 0px !important;
	border-top-right-radius: 0px !important;
}

.su-tabs-pane {
	box-shadow: none;
}



/* MB: HOME SHOP NEWS
----------------------------------------*/
#home_shopnews {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -6%;
	padding: 0;
}

.home_shopnews_card {
	width: calc( 100% / 2 - 6%);
	margin: 0 0 1.2em 6%;
	padding: 0;
}

.home_shopnews_card p {
	margin: 0.2em 0 0.3em;
	font-size: 0.9em;}

.home_shopnews_txt {
	margin: 0;
	padding: 0 0.2em;
	line-height: 1.4;
}



/* MB: SECTION PANEL
----------------------------------------*/
#section_panel {
	margin: 0 0 1.6em;
}

.section_title {
	margin: -6px 0 1.6em;
	padding: 0.39em 0.8em;
	font-size: 1.12em;
	font-family: 'Noto Sans Japanese';
	color: #fff;
	letter-spacing: 0.1em;
	text-transform: none;
	background: #333;
}

#section_panel h3,h4,h5 {
	margin: 0 4% 1.0em !important;
}



/* MB: SHOP PROFILE
----------------------------------------*/
.section_shopname {
	display: none;
}

.section_shopname_mb {
	display: block;
	width: 92%;
	margin: 0 4%;
	padding: 0;
	border-bottom: 1px dashed #dedede;
}

.section_shopname_mb h2 {
	margin: 0 1.0em 0 0 !important;
	padding: 0 0 0.4em 0 !important;
	font-size: 1.4em !important;
}

.section_shopname_mb ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: baseline;
	margin: 0 0.1em !important;
	padding: 0 !important;
	font-size: 0.9em;
	list-style: none;
}

.section_shopname_mb ul li:first-child {
    margin-right: auto;
}

.section_shopname_mb ul li:last-child {
    margin-left: 0.8em;
}

.section_shopprofile {
	display: block;
	width: 92%;
	margin: 1.6em auto;
}

.shopprofile_left {
	margin: 1.0em auto;
	text-align: center;
}

.section_shop_logo {
	width: 50%;
}

.shopprofile_right {
	margin: 0 auto;
	font-size: 0.9em !important;
}

.shopprofile_right table {
	margin: 0 auto 1.6em;
	border: none !important;
}

.shopprofile_right tr {
	border-bottom: 1px dashed #dedede;
}

.shopprofile_right tr:first-child {
	border-top: 1px solid #dedede;
}

.shopprofile_right tr:last-child {
	border-bottom: 1px solid #dedede;
}

.shopprofile_right th {
	padding: 0.8em 0.6em !important;
	border: none !important;
	background: none !important;
}

.shopprofile_right td {
	padding: 0.8em 0 !important;
	border: none !important;
}

.section_shop_info {
	margin: 0 2% 1.6em !important;
}

.section_shopprofile_ph {
	margin: 0 0 1.6em;
	padding: 0;
}

.section_shopprofile_ph ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 !important;
	list-style: none;
}

.section_shopprofile_ph li {
	width: calc(50% - 0.2em);
	height: auto;
	margin: 0 0.2em 0 0 !important;
}

.section_shopprofile_ph li:nth-child(2n) {
    margin: 0 !important;
}

.section_shopnews_heading {
	width: 92%;
	margin: 1.6em 4%;
	padding: 0 !important;
	border-bottom: 1px dashed #dedede;
}

.section_shopnews_ph {
	width: 92%;
	margin: 0 4% 1.0em;
}

.section_shopnews {
	width: 92%;
	margin: 0 4% 2.0em !important;
}

.jns_btn {
	margin: 0 auto;
}

.jns_btn li {
	display: block;
	margin: 0;
	padding: 0.6em 1.6em;
	list-style: none;
	text-align: right;
	background: #efefef;
	border-radius: 1px;
}

.jns_btn li a:hover {
	text-decoration: none;
}

#shopprofile_andmore {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	width: 92%;
	margin: 0 4%;
	padding: 0;
}

.shopprofile_andmore_card {
	width: calc(100%/2 - 4%);
	margin: 0 2% 1.6em !important;
	padding: 0;
}

.shopprofile_andmore_card p {
	margin: 0 0 0.6em !important;
	font-weight: bold;
	font-size: 0.9em;
}

.shopprofile_andmore_txt {
	font-size: 0.9em;
}

.a_notice li {
	margin: 0 4%;
	padding: 0;
	color: #787878;
	font-size: 0.9em;
	line-height: 1.4;
	list-style-type: none;
	text-indent: -1em;
}

.a_notice li:before {
	display: inline;
	content: "※";
}



/* MB: SHOP LIST
----------------------------------------*/
.shoplist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	margin: 0 4% 2.0em;
	padding: 2.0em 0 0;
	border-top: 1px dashed #dedede;
}

.jns_shoplistlogo {
	max-width: 10%;
}

.jns_shoplistlogo:hover {
	opacity: 0.6;
}

.shoplist table {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.shoplist tr {
	border: none !important;
}

.shoplist th {
	margin: 0 !important;
	padding: 0 0 0.4em !important;
	font-size: 1.0em;
	background: none !important;
	border-bottom: 1px solid #dedede !important;
}

.shoplist th a {
	color: #333! important;
}

.shoplist td {
	width: 92% !important;
	padding: 0.4em 0.2em 0 !important;
	font-size: 0.8em;
	text-align: right;
	border: none !important;
}

.shoplist td:first-child {
	text-align: left;
}



/* MB: FLOOR GUIDE
----------------------------------------*/
.floor_navigation {
	margin: 0;
}

.floor_navigation ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}

.floor_navigation li {
	margin: 0  1.0em 1.0em 0;
	padding: 0 0.6em;
	font-size: 0.8em;
}

.floormap {
	margin: 0;
	padding 0;
	text-align: center;
}

.floormap img {
	width: 92%;
	margin: 0 4% 1.6em;
}

.floormap_b1f {
	margin: 0;
	padding 0;
	text-align: center;
}

.floormap_b1f img {
	width: 92%;
	margin: 0 4% 1.6em;
}

.detailed_map {
	margin: 0;
	padding 0;
	text-align: center;
}

.detailed_map img {
	width: 92%;
	margin: 0 4% 1.6em;
}

.map_icons {
	width: 100%;
	margin: 2.4em 0 1.0em;
}

.map_icons ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

.map_icons li {
	width: calc(100%/2);
	margin: 0 0 0.4em 0;
	padding: 0.2em 0 0.2em 0.4em;
	font-size: 0.8em;
	line-height: 1.0em;
	border-left: none;
}

.map_icons img {
	width: 22px;
	margin: 0 0.4em 0 0;
}

.map_shoplogo {
	width: 100%;
	margin: 0 0 1.6em;
}

.map_shoplogo ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

.map_shoplogo li {
	width: calc(100%/4 - 0.4em);
	margin-right: 0.4em;
}

.map_shoplogo img {
	border: 1px solid #dedede;
}

.map_colors {
	width: 100%;
	margin: 0;
	padding: 0;
}

.map_colors ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	list-style: none;
}

.map_colors li {
	margin: 0 1.6em 0.6em 0;
	padding: 0 0 0 1.6em;
	font-size: 0.8em;
	line-height: 1.2;
}


/* MB: SHOP SEARCH
----------------------------------------*/
.search_c {
	margin: 0;
	padding: 0;
}

.search_c ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 2% !important;
}

.search_c li {
	width: calc(100%/2 - 0.6em);
	list-style: none;
	margin: 0 0.6em 0.6em 0;
	padding: 0.4em 0 0.4em 0.6em;
	font-size: 0.8em;
	background: #efefef;
	border-radius: 1px;
}

.search_c li:nth-child(2n) {
	margin: 0 0 0.6em !important;
}

.search_c li:hover {
	opacity: 0.6;
}

.ci_fa a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_fashion.png) 0 center no-repeat;
}

.ci_fg a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_fgoods.png) 0 center no-repeat;
}

.ci_mi a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_sundries.png) 0 center no-repeat;
}

.ci_rc a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_restaurant.png) 0 center no-repeat;
}

.ci_sf a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_sweets.png) 0 center no-repeat;
}

.ci_ot a {
	padding-left: 2.0em;
	list-style: none;
	background: url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_service.png) 0 center no-repeat;
}

.search_n {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 4%;
}

.search_n table {
	width: calc(100%/3 - 2.0em/3);
	margin: 0 1.0em 2.4em 0;
	border: none !important;
}

.search_n table .third {
	width: calc(100%/3 - 1.0em);
	margin: 0;
}

.search_n tr {
	border: none !important;
}

.search_n td {
	padding: 0.6em 0 !important;
	border: 1px solid #dedede !important;
	text-align: center;
}

.search_n td:hover {
	background: #fafafa;
}

.noshop {
	color: #dedede !important;
}

.search_m {
	margin: 0;
}

.search_m ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	list-style: none;
}

.search_m li {
	list-style: none;
	margin: 0 0.8em 0 0;
	padding: 0.2em 0.8em;
	font-size: 0.8em;
	background: #efefef;
	border-radius: 1px;
}

.search_m li:hover {
	opacity: 0.6;
}



/* MB: INFORMATION
----------------------------------------*/
.creditcards {
	width: 92%;
	margin: 0 4%;
}

.creditcards ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
}

.creditcards li {
	width: calc(92%/4 - 1.0em);
	margin: 0 1.0em 0 0;
}

.taxfree_txtimg {
	width: auto !important;
	height: auto;
}



/* MB: JOINUS DINING POST
----------------------------------------*/
.dining_post_title {
	width: calc(100% - 0.4em);
	margin: 0 0.2em 0.4em;
	padding: 0.4em 0.8em;
	color: #fff;
	background: #333;
}

.dining_post {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 0 1.6em;
}

.dining_post_card {
	width: calc(100%/2 - 0.4em);
	margin: 0.2em;
	padding: 0;
	background: #dedede;
}

.dining_post_card a {
	color: #333 !important;
}

.dining_post_card p {
	margin: 0 0 0 0.6em;
	padding: 0;
	font-size: 0.9em;
	text-align: left !important;
}

.dining_post_card_icon {
	float: right;
	width: 1.6em;
	margin: 0 0.6em 0.6em 0;
}

.jdining_logo {
	width: calc(300%/4 - 6.0em);
	margin: 0 3.0em;
	align-self: center;
}



/* MB: MOVIL POST
----------------------------------------*/
.movilpost_container {
	display: block;
	margin: 0;
}

.movilpost {
	width: 100%;
	margin: 0 auto;
	font-size: 0.9em;
}

.movilpost:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.movilpost img {
	float: left;
	width: 24%;
	height: auto;
	margin: 0 1.0em 0.8em 0.2em;
}

.movilpost p {
	margin: 0.8em 2.0em 0 0 !important;
}

.movilpost_h3 {
	margin: 0 !important;
	font-size: 1.4em;
	font-weight: bold;
}

.movilpost_h4 {
	margin: 0 !important;
	padding: 0.4em 0;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dashed #dedede
}

.movilpost_etc {
	margin: 0 0.4em 2.0em !important;
	font-size: 0.9em;
	text-align: right;
}



/* MB: SIDEBAR
----------------------------------------*/
.widgettitle {
	font-size: 1.2em !important;
	font-weight: bold !important;
}

.jns_sidebarbtn {
	width: 92%;
	margin: 0 4%;
	padding: 0;
}

.jns_sidebarbtn ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -4%;
	padding: 0;
}

.jns_sidebarbtn li {
	width: calc( 100% / 3 - 4%);
	margin: 1.2em 0 1.2em 4%;
	padding: 0;
	list-style: none;
}

.jns_sidebarbtn li a {
	margin: 0;
	padding: 0.32em 0.8em;
	font-size: 0.9em;
	text-align: center;
	background: #efefef;
	border-radius: 1px;
}

.jns_sidebarbtn li a:hover {
	text-decoration: none;
}

.jns_sidebarbtn_pr {
	margin: 1.4em
}

.jns_sidebarbtn_pr li {
	padding-left: 2.6em;
	list-style: none;
	background: #efefef url(https://www.sotetsu-joinus.com/wp-content/uploads/2017/04/icon_paper.png) 0.8em center no-repeat;
	border-radius: 1px;
}

.jns_sidebarbtn_pr li a {
	margin: 0 0 0.54em;
	padding: 0.6em 0.8em;
	display: block;
	background: #efefef;
	border-radius: 1px;
}

.jns_sidebar_newshop {
	margin: 1.4em;
	padding: 0 0 1.4em;
	font-size: 0.9em;
	border-bottom: 1px dashed #dedede;
}

.jns_sidebar_newshop_last {
	margin: 1.4em;
	padding: 0;
	border-bottom: none;
}

.jns_sidebar_newshop p {
	margin: 0 0 100em;
}

.jns_sidebarlogo {
	float: left;
	width: 92px;
	height: auto;
	margin: 0 1.0em 0 0;
}

.jns_sidebarlogo:hover {
	opacity: 0.6;
}

.jns_bnr {
	width: 92%;
	margin: 0 4%;
	padding: 1.2em 0 0.4em;
}

.jns_bnr ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -4%;
	padding: 0;
}

.jns_bnr li {
	width: calc( 100% / 2 - 4%);
	margin: 0 0 0.4em 4%;
	padding: 0;
	list-style: none;
}

.jns_tw {
	margin: 1.4em;
}

/* shop search hidden */
#text-3 {
	display: none;
}



/* MB: FOOTER
----------------------------------------*/
#footernav {
	float: none !important;
	display: none;
}

#footer-text {
	float: none !important;
	text-align: center;
}

.credit-link {
	float: none !important;
	text-align: center;
}

} /* END of MOBILE CONTROLS */

.a_notice_add li {
    margin: 0 6%;
    padding: 0;
    color: #787878;
    font-size: 0.9em;
    line-height: 1.4;
    list-style-type: none;
    text-indent: -1em;
}
#footer-widgets-bg{
background: #fff !important;
}
#footer-widgets{
padding-top: 0 !important;
}
#footer2-wrap{
	background: #fff !important;
	text-align: center;
}
#footer2-wrap img{
	width:170px;
}

#footernav {
    float: right !important;
    display: block !important;
}

.kvl{
	float:left;
}
.kvr{
	float:right;
	width:160px;
	height:510px;
	padding: 0px 0px;
box-shadow: 0 2px 4px rgba(0,0,0,0.14);
font-family: 'Droid Sans', Arial, Tahoma;
}
.kvr img{
	padding:0px 2px;
}
.kvrttl{
	text-align:center;
	line-height: 1.8em !important;
	background-color:#319f39;
	color:#ffffff;
	margin-bottom:5px;
	font-family: "Noto Sans Japanese";
	padding:5px;
}

@media screen and (max-width: 1055px) {
	.kvr{
		display:none;
	}
	.kvl{
		float:none;
	}
	#din_bnr{
		text-align:center;
		margin-bottom:10px;
	}
#nobord4{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2019smrg/backgro01.png") repeat;
}
#nobord5{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2020val/backgro01.png") repeat;
}
#nobord6{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2019chr/backgro02.png") repeat;
}
}



.coleb1, .coleb2, .coleb3, .coleb4, .coleb5, .coleb6, .coleb7, .coleb8, .coleb9, .coleb10, .coleb11 {
	position: relative;
	width: 100%;
	margin-left: 0;
	margin-top:10px;
	text-align: center;
}
.coleb1, .coleb3, .coleb6 p{
	padding:3px 10px;
}
.colhalf1, .colhalf2, .colhalf3, .colhalf4, .colhalf5, .colhalf6, .colhalf7, .colhalf8, .colhalf9, .colhalf10, .colhalf11 {
	position: relative;
	width: 48.6%;
	margin-left: 0;
	margin-top:10px;
	text-align: center;
	float:left;
}
.colhalf1, .colhalf3, .colhalf6 p{
	padding:3px 10px;
}


.donmsg {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fcf6a5;
}

.donmsg:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fcf6a5;
}

.donmsg p {
  margin: 0;
  padding: 0;
}



.colebmsg{
text-align:left;
padding:1px 20px;
margin:2px 0px 20px 0px;
}
.ebimg{
	border: 1px dotted #cccccc;
	width:80%;
}
.eblinkbtm{
	margin-bottom:20px;
}
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #c7002f;
    color: #FFF !important;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #c7002f;
    border: dashed 1px #FFF;
	width:80%;
	text-align:center;
	font-size:120%;
	margin-top:10px auto;
}

.square_btn_nomi{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #622002;
    color: #FFF !important;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #622002;
    border: dashed 1px #FFF;
	width:80%;
	text-align:center;
	font-size:120%;
	margin-top:10px !important;
}

.square_btn_nomi:hover{
	border: dotted 1px #FFF;
	color:#622002 !important;
}

.square_btn:hover{
	border: dotted 1px #FFF;
	color:#c7002f !important;
}

.square_btn:hover{
	border: dotted 1px #FFF;
	color:#521600 !important;
}

@media screen and ( min-width: 992px ) {
.colhalf1, .colhalf2, .colhalf3, .colhalf4, .colhalf5, .colhalf6, .colhalf7, .colhalf8, .colhalf9, .colhalf10, .colhalf11 {
	float: left;
	margin-left: 0.8%;
	text-align: center;
}
.colhalf6 {
	width: 48.6%;
}
.coleb1, .coleb2, .coleb3, .coleb4, .coleb5, .coleb6, .coleb7, .coleb8, .coleb9, .coleb10, .coleb11 {
	float: left;
	margin-left: 0.8%;
	text-align: center;
}
.coleb6 {
	width: 48.6%;
}
.coleb4 {
	width: 31.4%;
}
.coleb3 {
	width: 23.9%;
}


}

#nobordbck{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2018wingr/18winnomi_backg.png") repeat;
}

#nobordbckstr{
	background: #66c2b8;
}
#nobordbckvd{
	background: #ffffff;
}
#nobord4{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2019smrg/backgro01.png") repeat;
}
#nobord5{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2020val/backgro01.png") repeat;
}
#nobord6{
	background: #ffffff url("https://www.sotetsu-joinus.com/images/event/2019chr/backgro02.png") repeat;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
	position: relative;
	width: 100%;
	margin-left: 0;
	background-color:#fbf6e8;
	margin-top:10px;
}
.col1, .col3, .col6 p{
	padding:3px 10px;
}

@media screen and ( min-width: 992px ) {
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
	float: left;
	margin-left: 0.8%;
}
.col6 {
	width: 48.6%;
}
.col3 {
	width: 23.9%;
}


.first {
	margin-left: 0;
}
	#din_bnr{
		display:none;
	}




}

.pointttl{
  position: relative;
  width:100%;
  background: #f9e148;
  padding: 0.6em;
  margin-bottom: 1em;
  text-align:center;
  font-size:100%;
  font-weight:bold;
}


.pointttl-all{
  position: relative;
  width:100%;
  background: #f9e148;
  padding: 1em;
  margin-bottom: 1em;
  text-align:center;
  font-size:100%;
  font-weight:bold;
}

.zandakattl{
background-color:#ea5550;
color:#ffffff;
padding:2px;
text-align:center;
}
.yutaittl{
background-color:#866326;
color:#ffffff;
padding:3px 10px;;
font-size:100%;
}
.balloon3 {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 0 5px;
 	width: 90px;
 	height: 90px;
 	line-height: 90px;
 	vertical-align: middle;
 	text-align: center;
 	color: #FFF;
	font-size: 20px;
 	font-weight: bold;
	background: #eb5f2a;
 	border-radius: 50%;
 	box-sizing: border-box;
}

.balloon3:before{
	content: "";
	position: absolute;
	bottom: -25px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #eb5f2a;
 	z-index: 0;
}

.pointml{
background-color:#a3c3d8;
	padding:3px 10px;
  margin:0px 0px;

}
.pointmlttl{
color:#fff799;
font-size:130%;
border-bottom:1px dotted #ffffff;
}
.pointbold{
color:#ea5550;

}

#pointpg h2 {
margin: 1.0em 0 0 !important;
padding: 0 !important;
font-size: 1.2em !important;
color: #333 !important;
}

#pointpg h3 {
  margin:10px 0px;
  padding: 10px 5px !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#pointpg h4 {
  margin:10px 0px !important;
}


.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
 
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
}
 
.list6 li{
	position:relative;
	padding-left:20px;
	line-height: 1.4;
}
 
.list6 li:after{
	content:'';
	display:block; 
	position:absolute; 
	background:#000000;
	width:9px;
	height:9px; 
	top:5px; 
	left:5px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.imgcenter{
text-align:center;
}

.point_kigen{
width:80%;
}

#nomikuseki{
background-color:#e9f2e9;
border:1px solid #e9f2e9;
color:#34983a;
padding:10px;
margin:10px 3px 0px 3px;
}
#nomikusekilink{
background-color:#89bc53;
border:2px solid #89bc53;
color:#ffffff;
padding:10px;
margin:10px;

}
#nomikusekilink a{
color:#ffffff !important;

}




.sakura-sp {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
	background: rgba(45,45,45, 0.5);
}
 
.sakura-sp img {
    padding: 3px auto;
    max-width: 99%;
}
.sakura-pc {
position: fixed;
bottom: 12px;
right: 18px;
}
