/*
Theme Name: TAKAYAMA
Theme URI: http://www.templateking.jp/
Author: FirstServer,Inc.
Author URI: http://www.fsv.jp/
Description: A generic template that fits all kinds of business websites.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, three-columns, fluid-layout, responsive-layout, custom-background, custom-menu, flexible-header, theme-options, translation-ready
Text Domain: fsv002wpbasic
*/


/* =Reset
-------------------------------------------------------------- */

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%;
	vertical-align: baseline;
	word-break: break-word;
}

body {
	line-height: 0;
	overflow: hidden;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

caption,
thead,
tbody,
tfoot,
th,
td {
	font-weight: normal;
	text-align: left;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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

a:focus {
	outline: thin dotted;
}

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

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
}

del {
	color: #333;
}

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

hr {
	background-color: #888;
	border: 0;
	height: 1px;
	margin: 10px 0;
	margin: 1rem 0;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: smaller;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

div,
span {
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
}

.fll {float:left}
.flr {float:right}
.tac {text-align:center;}
.tar {text-align:right;}
.clb {clear:both;}

.mb0 {
	margin-bottom:0px !important;
}
.no_break {
	    word-break: break-word;
}
/* --------- Clearing floats  --------- */

.clear,
.clear:after,
.footer-widget-area:after {
	clear: both;
}

.clear:before,
.clear:after,
.footer-widget-area:before,
.footer-widget-area:after {
	display: table;
	content: "";
}

html.mm-opened div.mm-page {
	position: fixed;
	top: 0;
}

html.mm-opened body.logged-in #page {
	position: fixed;
	/* top: 46px; */
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* --------- Form fields, general styles first  --------- */

button,
input,
select,
textarea {
	border: 1px solid #888;
	font-family: inherit;
	padding: 9px;
	padding: 0.9rem;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"] {
	/* border: 1px solid #1177ba; */
	/* background-color: #dfeff9; */
}

input:focus,
textarea:focus {
	/* background-color: #fff; */
}
input[type="submit"] {
	background: #808080;
    color: #FFF;
    border: none;
    padding: 10px 80px;
    font-size: 1.1em;
	cursor: pointer;
}
textarea {
	/* border: 1px solid #1177ba; */
	/* background-color: #dfeff9; */
	width:100%;
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* --------- Reset non-text input types  --------- */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* --------- Responsive Images  --------- */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid ../img for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure ../img with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure ../img with WordPress-added height and width attributes are scaled correctly */
}

/* --------- Make sure videos and embeds fit their containers  --------- */

embed,
iframe,
object,
video {
	max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* =Basic structure
-------------------------------------------------------------- */

/* --------- Body, links, basics  --------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Helvetica, Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-rendering: optimizeLegibility;
	color: #333;
}

body.custom-background-empty,
body.custom-background-default,
body.custom-background-white {
	background-color: #fff;
}

a {
	/* font-size: 13px; */
	/* font-size: 1.3rem; */
	outline: none;
	color: #0e67a3;
	text-decoration: none;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
pre,
blockquote,
span {
	/* font-size: 13px; */
	/* font-size: 1.3rem; */
	word-wrap: break-word;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

td,
th {
	/* font-size: 13px; */
	/* font-size: 1.3rem; */
}

.scroll-back-to-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #ffffff;
	color: #4a4442;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-back-to-top-wrapper:hover {
	background-color: #4a4442;
  color: #ffffff;
}
.scroll-back-to-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-back-to-top-wrapper i:before {
	content: url("../img/arrow_off.png");
}
.scroll-back-to-top-wrapper:hover i:before {
	content: url("../img/arrow_on.png");
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-back-to-top-wrapper .fa-lg {
	vertical-align: 0;
}
.scroll-back-to-top-wrapper{border: solid 1px #4a4442;}
.fa-angle-up {margin-top: -18px;}

/* --------- Assistive text  --------- */

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

.site-header-area,
.header-image-area,
.main-content-area,
.main-content-wrap,
.main-content-site,
.sidebar-left,
.sidebar-right,
.footer-widget-area,
.widget-area,
.footer-copy-area {
	display: block;
	position: relative;
	overflow: hidden;
}

.component-inner {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

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

.site-header-area {
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
}
.mainvisual{
	position: relative;
	width: 100%;
	background-color: #CCC;
	text-align: center;
}
.mainvisual img{
	max-width: 1280px;
	width: 100%;
}
.mmenu-load-button {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	line-height: 1;
}

.mmenu-load-button a {
	font-weight: bold;
	font-size: 30px;
	font-size: 3rem;
}
.mmenu-load-button a img {
	width:20px;
	height: auto;
}

/* --------- Header Title Area --------- */

.header-title-only,
.header-title-area {
	display: block;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #777;
	text-align: center;
	padding: 15px 70px 15px 75px;
	padding: 10px 0 0 0;
	min-height:60px;
}

/* Header Logo */
.header-title-only .site-title-img,
.header-title-area .site-title-img {
	display: block;
	line-height: 0;
	margin: 0 auto;
}
.header-title-only .site-title-img img,
.header-title-area .site-title-img img {
	width:263px;
	height: auto;
}

.header-title-only .site-title-img a,
.header-title-area .site-title-img a {
	display: inline-block;
	height: auto;
}

.header-title-only .site-title-img a img,
.header-title-area .site-title-img a img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

/* Header Title Text */
.header-title-only .site-title,
.header-title-area .site-title {
	display: block;
}

.header-title-only .site-title a,
.header-title-area .site-title a {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	display: inline-block;
	color: #aaa;
	text-decoration: none;
	word-break: break-all;
}

.header-title-only .site-description,
.header-title-area .site-description {
		display: block;
		padding-top: 12px; 
		padding-top: 1.2rem;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.5;
		font-weight: normal;
		color: #888;
		clear: none;
}

/* --------- Header Widget Area --------- */

#header-widget-area {
	text-align: center;
	line-height: 1.5;
}

/* --------- Sitemap & Contact Link --------- */

.hw_link1,
.hw_link2 {
	display: block;
	overflow:hidden;
	width: 100%;
	border-bottom: 1px solid #888;
}

.hw_link1 a,
.hw_link2 a {
	display: block;
	overflow:hidden;
	padding: 15px 30px 15px 51px;
	padding: 1.5rem 3rem 1.5rem 5.1rem;
	text-align: left;
	background: url("../img/widget_lst_icon_main.png") no-repeat scroll 30px 18px;
}

.hw_link1 a {
	width: 100%;
}

.hw_link2 a {
	width: 50%;
	float: left;
	border-right: 1px solid #888;
}

.hw_link2 a:last-child {
	border-right: none;
}

.hw_text {
	padding: 10px 30px 5px;
	padding: 1rem 3rem 0.5rem;
	font-size: 12px;
	font-size: 1.2rem;
}

.hw_text_large {
	padding: 5px 30px 2px;
	padding: 0.5rem 3rem 0.2rem;
	font-size: 23px;
	font-size: 2.3rem;

}

/* --------- Header Image Area (Slide) --------- */

.header-image-area {
	border-top: 1px solid #888;
	width: 100%;
	height: auto;
	padding-top: 25px;
	padding-top: 2.5rem;
}

.header-image-area .component-inner {
	padding-left: 30px;
	padding-left: 3rem;
	padding-right: 30px;
	padding-right: 3rem;
}

/* --------- Navigation Menu --------- */


#site-navigation li a,
#site-navigation li {
	line-height: 2;
	color: #333333;
	font-size: 13px;	
}


/* =Main Contents
-------------------------------------------------------------- */

.main-content-area {
	width: 100%;
	height: auto;
	line-height: 1;
}

body.home .main-content-area {
	margin-top: 0;
}

.main-content-site {
	width: 100%;
	padding: 0;
}

/* --------- Welcome Message Area --------- */

.topmain-welcome-area {
	background: url("../img/widget_wel_back.png") repeat 0 0;
	padding: 20px 30px 20px;
	padding: 2rem 3rem 2rem;
	line-height: 1.5;
}

.topmain-welcome-area .topmain-welcome-title {
	font-size: 22px;
	font-size: 2.2rem;
	color: #555;
}

.topmain-welcome-contents {
	font-size: 13px;
	font-size: 1.3rem;
}

/* --------- Breadcrumb --------- */

.main-breadcrumb {
	display: none;
}

/* --------- Main Content Header --------- */

.main-content-header {
	/* padding: 20px 20px 0; */
	/* padding: 2rem 2rem 0; */
}

.main-content-header .main-content-title {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
	background: url("../img/title_bg_01.png") no-repeat scroll left bottom;
}

/* --------- Main Content Entry Meta --------- */

.entry-meta .post-categories {
	margin-bottom: 28px;
	margin-bottom: 2.8rem;
	color:#FFF;
	display:none;
}

.entry-meta {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	line-height: 1.5;
}

.entry-meta .post-categories li {
	float: left;
	list-style:none;
}

a[rel*="category"],
a[rel*="tag"] {
	display: inline-block;
	line-height: 1.5;
	font-size: 11px;
	font-size: 1.1rem;
	background: #808080;
	color: #fff;
	padding: 1px 10px;
	padding: 0.1rem 1rem;
	margin-right: 10px;
	margin-right: 1rem;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a[rel="tag"],
a[rel*="tag "] {
	background: #888;
}

.meta-postdate {
	text-align: left;
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	margin-top: -10px;
	margin-top: -1rem;
}

.meta-postdate a {
	color: #333;
	cursor: default;
}

.meta-postdate a:hover {
	text-decoration: none;
}

.by-author {
	display: none;
}

.post-edit-link-base {
	padding-top: 10px;
	padding-top: 1rem;
}

/* --------- Main Content Entry Detail --------- */

.entry-content {
	padding: 0 20px 0;
	padding: 0 2rem 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.product_thumb img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.product_thumb {
	max-height:92px;
	width:100%;
	overflow:hidden;
}

.entry-content,
.mu_register {
	line-height: 2;
}

.topmain-welcome-area h1,
.textwidget h1,
.entry-content h1,
.comment-content h1,
.topmain-welcome-area h2,
.textwidget h2,
.entry-content h2,
.comment-content h2,
.topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3,
.topmain-welcome-area h4,
.textwidget h4,
.entry-content h4,
.comment-content h4,
.topmain-welcome-area h5,
.textwidget h5,
.entry-content h5,
.comment-content h5,
.topmain-welcome-area h6,
.textwidget h6,
.entry-content h6,
.comment-content h6 {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	line-height: 1.5;
	padding-top: 5px;
	padding-top: 0.5rem;
}

.topmain-welcome-area h1,
.textwidget h1,
.entry-content h1,
.comment-content h1,
.news h1 {
	font-size: 35px;
    font-size: 3.5rem;
    text-align: left;
	font-weight:normal;
}

.topmain-welcome-area h2,
.textwidget h2,
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
    font-weight: normal;
    padding: 3px 15px 4px;
    border-bottom: dotted 2px #808080;
	border-left: 5px solid #808080;
    margin: 30px 0px 20px;
	background-position:5px;
	background-size:12px 17px;
}

.topmain-welcome-area h3,
.textwidget h3,
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
}

.topmain-welcome-area h4,
.textwidget h4,
.entry-content h4,
.comment-content h4 {
	font-size: 15px;
	font-size: 1.5rem;
}

.topmain-welcome-area h5,
.textwidget h5,
.entry-content h5,
.comment-content h5 {
	font-size: 14px;
	font-size: 1.4rem;
}

.topmain-welcome-area h6,
.textwidget h6,
.entry-content h6,
.comment-content h6 {
	font-size: 13px;
	font-size: 1.3rem;
}

.topmain-welcome-area p,
.textwidget p,
.entry-content p,
.comment-content p,
.mu_register p {
	/* font-size: 13px; */
	/* font-size: 1.3rem; */
	margin: 10px 0 15px;
	margin: 0 0 1.5rem;
	line-height: 2;
}

.topmain-welcome-area a,
.textwidget a,
.entry-content a,
.comment-content a,
.mu_register p {
	/* font-size: 13px; */
	/* font-size: 1.3rem; */
	text-decoration:none;
}

.topmain-welcome-area p:last-child,
.textwidget p,
.entry-content p:last-child,
.comment-content p:last-child,
.mu_register p:last-child {
	margin-bottom: 0;
}

.topmain-welcome-area ol,
.textwidget ol,
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
	margin: 0 0 2rem;
	line-height: 1.8;
}

.topmain-welcome-area ul ul,
.textwidget ul ul,
.entry-content ul ul,
.comment-content ul ul,
.topmain-welcome-area ol ol,
.textwidget ol ol,
.entry-content ol ol,
.comment-content ol ol,
.topmain-welcome-area ul ol,
.textwidget ul ol,
.entry-content ul ol,
.comment-content ul ol,
.topmain-welcome-area ol ul,
.textwidget ol ul,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.topmain-welcome-area ul,
.textwidget ul,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}

.topmain-welcome-area ul li,
.textwidget ul li,
.entry-content ul li,
.comment-content ul li,
.mu_register li {
	/* margin: 0 0 0 13px; */
	/* margin: 0 0 0 1.3rem; */
}

.topmain-welcome-area ol,
.textwidget ol,
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.topmain-welcome-area ol li,
.textwidget ol li,
.entry-content ol li,
.comment-content ol li,
.mu_register li {
	margin: 0 0 0 20px;
	margin: 0 0 0 2rem;
}

.topmain-welcome-area blockquote,
.textwidget blockquote,
.entry-content blockquote,
.comment-content blockquote {
	padding: 20px 0;
	padding: 2rem 0;
}
.topmain-welcome-area blockquote p:last-child,
.textwidget blockquote p:last-child,
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.topmain-welcome-area code,
.textwidget code,
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, "Lucida Console", monospace;
	line-height: 2;
}

.topmain-welcome-area pre,
.textwidget pre,
.entry-content pre,
.comment-content pre {
	border: 1px solid #ccc;
	line-height: 1;
	margin: 20px 0;
	margin: 2rem 0;
	padding: 10px;
	padding: 1rem;
	overflow: auto;
	font-size: 12px;
	font-size: 1.2rem;
	/* border-raduis */
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
	border-radius: 0.4rem;
}

.topmain-welcome-area pre code,
.textwidget pre code,
.entry-content pre code,
.comment-content pre code {
	display: block;
}

.topmain-welcome-area abbr,
.textwidget abbr,
.entry-content abbr,
.comment-content abbr,
.topmain-welcome-area dfn,
.textwidget dfn,
.entry-content dfn,
.comment-content dfn,
.topmain-welcome-area acronym,
.textwidget acronym,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #888;
	cursor: help;
}

.topmain-welcome-area address,
.textwidget address,
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.8;
	margin: 0 0 20px;
	margin: 0 0 2rem;
}

.topmain-welcome-area embed,
.topmain-welcome-area iframe,
.topmain-welcome-area object,
.topmain-welcome-area video,
.textwidget embed,
.textwidget iframe,
.textwidget object,
.textwidget video,
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.topmain-welcome-area dt,
.textwidget dt,
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 5px; */
	margin-bottom: 0.5rem; */
}

.topmain-welcome-area dd,
.textwidget dd,
.entry-content dd,
.comment-content dd {
	line-height: 1.8;
	margin-bottom: 20px; */
	margin-bottom: 2rem; */
}

.topmain-welcome-area table,
.textwidget table,
.entry-content table,
.comment-content table {
	/* border-top: 1px solid #888; */
	/* border-left: 1px solid #888; */
	/* font-size: 13px; */
	/* font-size: 1.3rem; */
	line-height: 2;
	margin-bottom: 25px;
	margin-bottom: 2.5rem;
	width: 100%;
}

.topmain-welcome-area table caption,
.textwidget table caption,
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 24px 0;
	margin: 2.4rem 0;
}

.topmain-welcome-area th a,
.textwidget th a,
.entry-content th a,
.comment-content th a {
	color: #33484d;
}

.topmain-welcome-area td,
.textwidget td,
.entry-content td,
.comment-content td {
	/* border-bottom: 1px solid #888; */
	/* border-right: 1px solid #888; */
	padding: 15px;
	padding: 1.5rem;
}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* --------- Main Content Entry Images --------- */

.alignleft {
	max-width: 50%;
	float: left;
}

.alignright {
	max-width: 50%;
	float: right;
}

.aligncenter {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	margin-top: 10px;
	margin-top: 1rem;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}

.gallery-item a {
	display: block;
}

.gallery-caption a {
	display: inline;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}

.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 4px 25px 20px 0;
	margin: 0.4rem 2.5rem 2rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 4px 0 20px 25px;
	margin: 0.4rem 0 2rem 2.5rem;
}

img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

img.alignnone,
.wp-caption.alignnone {
	clear: both;
	margin-top: 12px;
	margin-top: 1.2rem;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

div.attachment {
	width:100%;
	height:200px;
	margin: 0 0 30px;
	text-align:-webkit-center;
	background:#f7f7f7;
	/* margin-left:-480px */
}
div.attachment div{
	height:200px;
	background-position: center;
	background-repeat:no-repeat;
	min-width:980px;
}

div.attachment2 {
	width:1920px;
	margin: 0 0 30px;
	background:#00a0e7;
	margin-left:-480px
}
div.attachment2 h1{
	text-align: center;
	line-height: 0px;
}
div.attachment2 h1 img{
	display: inline-block;
	/* width:100%; */
}
h1.objective {
	margin:0px !important;
	padding: 0px !important;
}
h1.objective img {
	margin:0px;
}
h1.component-inner {font-size:24px;}





div.attachment img,
.wp-caption img,
img.main-tile,
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.archive-post img {
	/* border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	margin-left: 1px;
	margin-left: 0.1rem;
	max-width: 99%; */
	display: block;
	height: auto;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 4px 25px 20px 0;
	margin: 0.4rem 2.5rem 2rem 0;
}

img.alignright {
	margin: 4px 0 20px 25px;
	margin: 0.4rem 0 2rem 2.5rem;
}

dl.wp-caption.aligncenter {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* --------- Main Content Single audio/video attachment view --------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* --------- Main Content Pager Settings  --------- */

.page-links {
	margin-top: 40px;
	margin-top: 4rem;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	clear: both;
	line-height: 1.8;
	text-align: center;
}

.page-links > span {
	background: #1177ba;
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	border: 1px solid #1177ba;
	color: #fff;
}

.page-links > a {
	padding: 6px 10px;
	padding: 0.6rem 1rem;
	border: 1px solid #888;
	color: #333;
}

.page-links > a:hover {
	background: #888;
}

.nav-single {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	/* border-top: 1px dotted #888; */
	/* border-bottom: 1px dotted #888; */
	clear: both;
    margin: 60px 0 0;
}
.nav-previous {
	text-align:right;
}
.nav-previous,
.nav-center,
.nav-next {
	display: inline-block;
	margin:0 5px;
}
.nav-previous a,
.nav-next a {
	display: block;
	float:left;
	overflow: hidden;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background:#808080;
	color:#FFF;
}
.nav-center a {
	display: block;
	float:left;
}
.nav-previous a,
.nav-next a {
	padding:8px 25px 8px 25px;
	text-decoration:none;
	/* background: url("../img/arrow-pagenation-r.png") no-repeat left; */
}

.nav-previous a.no-pager-links,
.nav-next a.no-pager-links {
	background: none;
}

.nav-previous a.no-pager-links:hover,
.nav-next a.no-pager-links:hover {
	text-decoration: none;
}

/* --------- Main Content Comments Area  --------- */

.comments-area {
	margin-top: 25px;
	margin-top: 2.5rem;
}

.comments-title,
.comment-reply-title {
	line-height: 1.5;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 30px;
	padding: 1.5rem 3rem;
}

.pingback {
	line-height: 1.5;
	padding: 0 0 10px;
}

ol.commentlist {
	padding: 20px 30px;
	padding: 2rem 3rem;
}

article.comment {
	padding-top: 15px;
	padding-top: 1.5rem;
	border-top: 1px dotted #888;
}

.comment .children {
	border-top: 1px dotted #888;
	padding-top: 15px;
	padding-top: 1.5rem;
	margin-top: 10px;
	margin-top: 1rem;
	margin-left: 20px;
	margin-left: 2rem;
}

ol.commentlist li,
.comment .children li {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

ol.commentlist li:last-child,
.comment .children li:last-child {
	margin-bottom: 0;
}

.comment img {
	display: block;
	overflow: hidden;
	float:left;
	margin-right: 15px;
	margin-right: 1.5rem;
}

.comment > img + section {
	padding-left: 60px;
	padding-left: 6rem;
}

ol.commentlist li:first-child > article.comment {
	padding-top: 0;
	border-top: none;
}

p.comment-meta {
	margin-top: 0;
}

.post-author {
	font-size: 11px;
	font-size: 1.1rem;
	background: #b7b7b7;
	color: #fff;
	padding: 0 10px;
	padding: 0 1rem;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.bypostauthor,
.sticky {
	font-weight: normal;
}

.comment-reply-title > small {
	margin-left:10px;
	margin-left:1rem;
}

.comment-form {
	padding: 20px 30px;
	padding: 2rem 3rem;
}

.comment-notes {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.form_content {
	display: none;
}

.comment-fields input,
.comment-area textarea {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	width: 100%;
}

.form-allowed-tags {
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.form-submit input {
	width: 100%;
}

.nocomments-accept {
	display: none;
}

.nocomments {
	border-top: 1px solid #888;
	padding: 20px 30px;
	padding: 2rem 3rem;
}

/* --------- Main Content Archive Page Settings  --------- */

.archive-post {
	display: block;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	padding: 15px 30px;
	padding: 1.5rem 3rem;
	border-top: 1px dotted #888;
}

.entry-image,
.entry-summary {
	display: block;
	overflow: hidden;
}

.archive-post img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.excerpt-title {
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	/* margin-bottom: 10px;
	margin-bottom: 1rem; */
}

.excerpt-title a {
	font-weight: bold;
}

/* = Widget Area Settings
-------------------------------------------------------------- */

/* --------- Widget Area Total Settings  --------- */

.widget-area {
	line-height: 1;
}

.widget {
	display: block;
	overflow: hidden;
	/* border-top: 1px solid #888; */
}

.widget > * {
	width: 100%;
	/* padding: 15px 0 15px; */
	/* padding: 1.5rem 0 1.5rem; */
}

.widget-title {
	line-height: 1.5;
	border-bottom: 1px solid #888;
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 30px;
	padding-left: 3rem;
	padding-right: 30px;
	padding-right: 3rem;
}

.topmain-widget-area .widget-title {
	/* background-color: #1177ba;  */
	color: #fff;
}

.sidebar-left .widget-title,
.sidebar-right .widget-title {
	background: url("../img/title_bg_02.png") no-repeat scroll 30px center;
	padding-left: 45px;
	padding-left: 4.5rem;
}

.post-sitemap-list {
	border-bottom: 1px solid #888;
}

.post-sitemap-list h2 {
	line-height: 1.5;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 15px 30px;
	padding: 1.5rem 3rem;

}

/* --------- Widget Displayed in List Format --------- */
.post-sitemap-list > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_nav_menu > div,
.widget_pages > ul,
.widget_meta > ul,
.widget_recent_entries > ul,
.widget_rss > ul,
.widget_recent_comments > ul,
.widget_tagposts > ul,
.widget_catposts >ul {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.post-sitemap-list ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_recent_comments ul li,
.widget_tagposts ul li,
.widget_catposts ul li {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 1.5;
	border-bottom: 1px dotted #888;
	/* box sizing */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.post-sitemap-list ul li:last-child,
.widget_categories ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_tagposts ul li:last-child,
.widget_catposts ul li:last-child {
	border-bottom: none;
}

.post-sitemap-list ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_meta ul li {
	background: url("../img/widget_lst_icon_main.png") no-repeat scroll 30px 18px;
}

.widget_categories ul li.cat-item-none {
	background: none;
	padding: 15px 0;
	padding: 1.5rem 0;
}

.widget_recent_comments ul li {
	padding: 15px 30px 15px 57px;
	padding: 1.5rem 3rem 1.5rem 5.7rem;
	background: url("../img/widget_com_icon.png") no-repeat scroll 30px 16px;
}

.widget_archive ul li {
	float: left;
	width: 50%;
}

.widget_recent_entries ul li,
.widget_rss ul li,
.widget_tagposts ul li,
.widget_catposts ul li  {
	padding: 15px 0px;
	padding: 1.5rem 0rem;
}

.post-sitemap-list ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_meta ul li a {
	display: block;
	padding: 15px 30px 15px 51px;
	padding: 1.5rem 3rem 1.5rem 5.1rem;
}

.widget_archive ul li:nth-child(2n+1) a {
	border-right: 1px dotted #888;
}

.post-sitemap-list .children,
.widget_nav_menu .sub-menu,
.widget_pages .children,
.widget_categories .children {
	border-top: 1px dotted #888;
}

.post-sitemap-list .children li:last-child,
.widget_nav_menu .sub-menu li:last-child,
.widget_pages .children li:last-child,
.widget_categories .children li:last-child {
	border-bottom: none;
}

.post-sitemap-list .children li,
.widget_nav_menu .sub-menu li,
.widget_pages .children li,
.widget_categories .children li {
	background: url("../img/widget_lst_icon_sub.png") no-repeat scroll 33px 22px;
}

.post-sitemap-list .children .children li,
.widget_nav_menu .sub-menu .sub-menu li,
.widget_pages .children .children li,
.widget_categories .children .children li {
	background: url("../img/widget_lst_icon_subsub.png") no-repeat scroll 32px 24px;
}

/* --------- Widget Tagged posts --------- */

.widget_tagposts ul li p,
.widget_tagposts ul li div.img_tag_posts_none {
	display: none;
}

.widget_tagposts ul li p.ex_tag_link,
.topmain-widget-area .widget_tagposts ul li p {
	display: inline-block;
}

.widget_tagposts .img_tag_posts,
.topmain-widget-area .widget_tagposts ul li .ex_tag_link {
	margin-bottom:10px;
	margin-bottom:1rem;
}

.widget_tagposts ul li p.ex_tag_button {
	display: none;
}

/* --------- Widget Recent Posts --------- */

.widget_recent_entries .post-date,
.widget_catposts .post-date {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	margin-bottom: 0.7rem;
}

/* --------- Widget RSS --------- */

.widget_rss .widget-title > a.rsswidget {
	display: none;
}

.widget_rss .widget-title > a.rsswidget + a.rsswidget {
	background: url("../img/widget_rss_icon.png") no-repeat right center;
	display: inline-block;
	padding-right: 30px;
	color: #333;
}

.widget_rss .widget-title a:hover {
	text-decoration: none;
}

.widget_rss .rss-date,
.widget_rss .rssSummary,
cite {
	display:block;
	margin-top: 7px;
	margin-top: 0.7rem;
}

.widget_rss cite:before {
	content: " - ";
}

/* --------- Dropdown List for Widget Archives, Widget Categories --------- */

.widget_archive select[name=archive-dropdown],
.widget_categories select.postform {
	display: block;
	overflow: hidden;
	background: url("../img/widget_cat_drop_down.png") no-repeat right 10px center #1177ba;
	color: #fff;
	width: 90%;
	border: none;
	cursor: pointer;
	margin: 30px 5%;
	margin: 3rem 5%;
	padding: 6px 5px 6px 10px;
	padding: 0.6rem 0.5rem 0.6rem 1rem;
	line-height:1.1;
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	-o-appearance: button;
	-ms-appearance: button;
}

.widget_archive select[name=archive-dropdown],
.widget_categories select.postform, x:-moz-any-link {
	background-image: none;
	padding: 0 5px;
	padding: 0 0.5rem;
}

.widget_archive select[name=archive-dropdown] option,
.widget_categories select.postform option {
	border: none;
	box-shadow: none;
}

.widget_archive select[name=archive-dropdown] option,
.widget_categories select.postform option, x:-moz-any-link {
	padding: 3px 10px 3px 10px;
	padding: 0.3rem 1rem 0.3rem 1rem;
}

/* --------- Widget Tag Cloud --------- */

.tagcloud {
	padding-left: 30px !important;
	padding-left: 3rem !important;
	padding-right: 30px !important;
	padding-right: 3rem !important;
	line-height: 1.3;
}

.tagcloud a {
	background: url("../img/widget_tag_icon.png") no-repeat left center;
	width: 100%;
	margin: 0 10px 0 0;
	margin: 0 1rem 0 0;
	padding: 5px 0 5px 20px;
	padding: 0.5rem 0 0.5rem 2rem;
	vertical-align: middle;
}

/* --------- Widget Text --------- */

.widget_text .textwidget {
	/* padding: 20px 30px; */
	/* padding: 2rem 3rem; */
}

/* --------- Widget Text block --------- */

.widget_framedtext {
	background: url("../img/widget_txt_back.png") repeat 0 0;
	border:1px solid #ccc;
	-moz-border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	-o-border-radius: 0.4rem;
	-ms-border-radius: 0.4rem;
	border-radius: 0.4rem;
	padding: 12px;
	padding: 1.2rem;
	margin: 30px;
	margin: 3rem;
}

.widget_framedtext .widget-title {
	background: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 10px;
	padding: 0 0 1rem;
	border: none;
	color: #333;
}

.widget_framedtext .textwidget {
	padding: 0;
	line-height:1.5;
	font-size: 13px;
	font-size: 1.3rem;
}

/* --------- Widget Search --------- */

#searchform {
	text-align: center;
}

#searchform input#s {
	background: url("../img/bg_search.png") no-repeat 8px center #dfeff9;
	padding-left: 40px;
	padding-left: 4rem;
	width: 90%;
	margin: 1rem auto;
}

#searchform input#s:focus {
	background-color: #fff;
}

#searchform input#searchsubmit {
	display: none;
}

/* --------- Widget Calendar --------- */

#calendar_wrap {
	padding: 0;
	margin: 30px;
	margin: 3rem;
	/* box-shadow */
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	width: auto;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #fff;
	padding: 15px;
	padding: 1.5rem;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	background-color: #1177ba;
}

#wp-calendar th,
#wp-calendar td {
	padding: 10px 5px;
	padding: 1rem 0.5rem;
	text-align: center;
	background-color: #eee;
}

#wp-calendar th {
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tfoot td {
	height: 40px;
	height: 4rem;
	padding: 0 5px;
	padding: 0 0.5rem;
}

#wp-calendar tbody a {
	font-weight: bold;
	text-decoration: underline;
}

#wp-calendar tfoot #prev a {
	background: url("../img/widget_cal_icon_prev.png") no-repeat left top;
	text-indent: -9999rem;
	width: 40px;
	width: 4rem;
	height: 40px;
	height: 4rem;
	display: block;
	position: absolute;
	margin-top: -3px;
	margin-top: -0.3rem;
}

#wp-calendar tfoot #next a {
	background: url("../img/widget_cal_icon_next.png") no-repeat right top;
	text-indent: -9999rem;
	width: 40px;
	width: 4rem;
	height: 40px;
	height: 4rem;
	display: block;
	position: absolute;
	right: 40px;
	right: 4rem;
	margin-top: -3px;
	margin-top: -0.3rem;
}

/* = Footer Copy Area
-------------------------------------------------------------- */

.footer-copy-area {
	line-height: 1;
	padding: 10px 0;
	/* padding: 2rem 0; */
	background-color: #4a4442;
}

.footer-copy-area .footer-copy {
	word-break: break-all;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}

.footer-copy-area .footer-copy a {
	color: #fff;
}
	.footer-widget-area {
		margin-top: 50px;
		margin-top: 5rem;
		border-top:1px solid #CCC;
		background: url(../img/footer_bg.jpg) no-repeat center;
		background-size: cover;

	}

/* Minimum width of 786 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media screen and (min-width: 880px) {

	/* =Basic structure
	-------------------------------------------------------------- */

	.component-inner,
	.site-header-area .component-inner,
	.header-image-area .component-inner {
		font-size: 12px;
		margin: 0 auto;
		max-width: 1000px;
		padding:0 20px;
		/* max-width: 960px; */
		/* max-width: 120rem; */
		/* padding: 0 20px 0; */
		/* padding: 0 2rem 0; */
	}

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

	.site-header-area {
		border-top: none;
	}

	#header-menu-button {
		display: none;
	}

	/* --------- Header Title Area --------- */

	.header-title-only {
		border: none;
    	float: left;
		text-align: left;
		padding: 20px 0;
		padding: 10px 0;
	}

	.header-title-area {
		border: none;
		float: left;
		text-align: left;
		padding: 25px 10px 20px 0;
		padding: 15px 0px 5px;
		/* padding: 2.5rem 1rem 2rem 0; */
		width: 70%;
	}

	.header-title-only .site-title-img,
	.header-title-only .site-title,
	.header-title-area .site-title-img,
	.header-title-area .site-title {
		float: left;
	}

	.header-title-only .site-title,
	.header-title-area .site-title {
		float: none;
	}

	.header-title-only .site-description,
	.header-title-area .site-description {
		padding-top: 13px; 
		padding-top: 1.3rem;
	}

	/* --------- Header Widget Area --------- */

	#header-widget-area {
		float: right;
		width: 30%;
		text-align: right;
		margin-top: 0;
		padding-top: 5px;
		padding-top: 0.5rem;
	}

	/* --------- Sitemap & Contact Link --------- */

	.hw_link1,
	.hw_link2 {
		display: block;
		overflow:hidden;
		width: 100%;
		margin-top: 5px;
		margin-top: 0.5rem;
		margin-bottom: 8px;
		margin-bottom: 0.8rem;
		border: none;
	}

	.hw_link1 a,
	.hw_link2 a {
		display: inline;
		overflow:hidden;
		padding: 12px 0 10px 21px;
		padding: 1.2rem 0 1rem 2.1rem;
		margin-left: 20px;
		margin-left: 2rem;
		background: url("../img/widget_lst_icon_main.png") no-repeat scroll left 13px;
		width: auto;
		float: none;
		border: none;
	}

	.hw_text {
		padding: 0;
		border-bottom: none;
	}

	.hw_text_large {
		padding: 0;
		margin-bottom: 5px;
		margin-bottom: 0.5rem;
	}

	/* --------- Header Image Area (Slide) --------- */

	.header-image-area {
		border: none;
	}

	/* --------- Navigation Menu --------- */

	#header-nav-area {
		/* background-color: #1177ba; */
		margin-top: 0;
		/* box-shadow */
		/* -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); */
		/* -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); */
		/* box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); */
		margin-top: -50px;
	}

	#site-navigation div.menu > ul {
		display: inline-block !important;
		/* width: 100%; */
		float:right;
		position: relative;
		z-index: 1000;
	}

	#site-navigation div.menu > ul > li {
		background: url("../img/border_nav.png") no-repeat left center;
		display: inline-block !important;
		text-align: center;
		cursor: pointer;
		}

	#site-navigation div.menu > ul > li:last-child {
		background: url("../img/border_nav.png") no-repeat left center , url("../img/border_nav.png") no-repeat right center;
	}

	#site-navigation div.menu > ul > li > a {
		display: inline-block !important;
		width: 150px;
		margin-left: 1px;
		background: url("../img/menu_border.png") no-repeat left center ;
	}
	#site-navigation div.menu > ul > li:last-child {
		background: url("../img/menu_border.png") no-repeat right center ;
	}

	#site-navigation div.menu > ul.menu > li > a {
		margin-right: -5px;
		color: #FFF;
		text-shadow: 0 0 5px #333;
	}

	#site-navigation div.menu > ul > li:last-child a {
		margin-left: 1px;
		margin-right: 1px;
	}

	#site-navigation ul {
		border-left: none;
		margin: 0;
		text-indent: 0;
	}

	#site-navigation li {
		border-right: none;
		position: relative;
		text-align: left;
	}

	#site-navigation li a,
	#site-navigation li {
		display: inline-block;
		text-decoration: none;
	}

	#site-navigation li a {
		padding: 12px 10px;
	}

	#site-navigation li a:hover,
	#site-navigation li:hover {
		/* color: #fff; */
		/* background: #4192c8; */
		background: url("../img/menu_back.png");
		background-repeat:repeat-x;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		-ms-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	#site-navigation li ul {
		display: block;
		opacity: 0;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		left: 0;
		/* box-shadow */
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	}

	#site-navigation li ul ul {
		top: -1px;
		left: 100%;
		opacity: 0;
		z-index: 0;
	}

	#site-navigation ul li:hover > ul {
		opacity: 1;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}

	#site-navigation li ul li a {
		background: rgba(0,0,0,0.5);
		line-height: 1.7;
		padding: 13px 10px;
		padding: 1.3rem 1rem;
		width: 180px;
		color:#FFF;
		text-shadow: 0 0 5px #333;
	}

	#site-navigation li ul li a:hover {
		background: rgba(255,255,255,0.8);
		color: #333;
		text-shadow: none;
	}

	#site-navigation li ul li {
		margin-left:1px;
	}

	#site-navigation .current-menu-item > a,
	#site-navigation .current-menu-ancestor > a,
	#site-navigation .current_page_item > a,
	#site-navigation .current_page_ancestor > a {
		/* background: url("../img/menu_back.png"); */
		/* background-repeat:repeat-x; */
		/* font-weight: bold; */
	}

	#site-navigation .children .children li a,
	#site-navigation .sub-menu .sub-menu li a {
		color: #333;
		background: #dfeff9;
		text-shadow: none;
	}

	#site-navigation .children .children li a:hover,
	#site-navigation .sub-menu .sub-menu li a:hover {
		background: #b9ddf2;
	}

	#site-navigation .children .children li,
	#site-navigation .sub-menu .sub-menu li {
		border-top: 1px solid #0f669f;
	}


	/* =Main Contents
	-------------------------------------------------------------- */

	.main-content-area {
		border: none;
	}

	/* --------- 3 Columns Basic Layout --------- */

	body.column-3 .main-content-wrap {
		float: left;
		width: 82%;
	}

	body.column-3 .sidebar-right {
		float: right;
		width: 18%;
	}

	body.column-3 .main-content-site {
		float: right;
		width: 77.5%;
		padding-left: 40px;
		padding-left: 4rem;
		padding-right: 40px;
		padding-right: 4rem;
	}

	body.column-3 .sidebar-left {
		float: left;
		width: 22.5%;
	}

	/* --------- 2 Columns Left-Sidebar Basic Layout --------- */

	body.column-2l .main-content-wrap {
		width: 100%;
	}

	body.column-2l .main-content-site {
		float: right;
		width: 82%;
		padding-left: 40px;
		padding-left: 4rem;
	}

	body.column-2l .sidebar-left {
		float: left;
		width: 18%;
	}

	/* --------- 2 Columns Right-Sidebar Basic Layout --------- */

	body.column-2r .main-content-wrap {
		float: left;
		width: 82%;
	}

	body.column-2r .main-content-site {
		width: 100%;
		padding-right: 40px;
		padding-right: 4rem;
	}

	body.column-2r .sidebar-right {
		float: right;
		width: 18%;
	}

	/* --------- 1 Column Basic Layout --------- */

	body.full-width .main-content-wrap,
	body.full-width .main-content-site {
		width: 100%;
	}

	/* --------- Main Contents Basic Settings --------- */

	.main-content-site {
		border-top: none;
	}

	.main-content-site > * {
		padding-left: 0;
		padding-right: 0;
	}

	/* --------- Welcome Message Area --------- */

	.topmain-welcome-area {
		padding: 20px;
		padding: 2rem;
		margin-bottom: 35px;
		margin-bottom: 3.5rem;
	}

	/* --------- Breadcrumb --------- */

	.main-breadcrumb {
		display: block;
		font-size: 11px;
		font-size: 1.1rem;
		line-height: 1.5;
		margin-bottom: 20px;
		margin-bottom: 2rem;
		word-wrap: break-word;
	}

	/* --------- Main Content Header --------- */

	.main-content-header {
		padding: 0;
	}

	/* --------- Main Content Entry Detail --------- */

	.entry-content {
		padding: 0;
	}

	/* --------- Main Content Pager Settings  --------- */

	.nav-previous a {
		border-right: none;
	}

	/* --------- Main Content Comments Area  --------- */

	.comments-area {
		border-bottom: 1px solid #888;
	}

	.comments-title,
	.comment-reply-title {
		background: url("../img/title_bg_02.png") no-repeat scroll left 12px;
		margin: 0 0 20px;
		margin: 0 0 2rem;
		padding: 15px 0 0 15px;
		padding: 1.5rem 0 0 1.5rem;
		border-bottom: none;
	}

	ol.commentlist {
		padding: 0 0 10px;
		padding: 0 0 1rem;
	}

	.comment .children {
		margin-left: 60px;
		margin-left: 6rem;
	}

	.comment-respond {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.comment-form {
		padding: 0;
	}

	.nocomments {
		padding: 20px 0;
		padding: 2rem 0;
	}

	/* --------- Main Content Archive Page Settings  --------- */

	.article-group {
		border-bottom: 1px dotted #888;
		margin-bottom: 30px;
		margin-bottom: 3rem;
	}

	.archive-post {
		padding: 15px 0;
		padding: 1.5rem 0;
	}

	.archive-post img {
		margin: 0;
	}

	.archive-post > .entry-image {
		float: right;
		width: 29%;
		padding: 2px 3px 3px 2px;
		padding: 0.2rem 0.3rem 0.3rem 0.2rem;
	}

	.archive-post > .entry-image + .entry-summary {
		float: left;
		width: 71%;
		padding-right: 20px;
		padding-right: 2rem;
	}

	/* = Widget Area Settings
	-------------------------------------------------------------- */

	/* --------- Widget Area Total Settings  --------- */

	.widget-area {
		overflow: hidden;
		float:left;
		padding-bottom: 32767px;
		margin-bottom: -32767px;
	}

	#footer-widget-area-1,
	#footer-widget-area-2 {
		/* border-right: 1px solid #ccc; */
	}

	#footer-widget-area-1 {
		width: 100%;
	}

	#footer-widget-area-2 {
		width: 100%;
		/* padding-left: 20px; */
		/* padding-left: 2rem; */
		/* padding-right: 20px; */
		/* padding-right: 2rem; */
	}

	#footer-widget-area-3 {
		width: 100%;
		padding-left: 20px;
		padding-left: 2rem;
	}

	.widget {
		border: none;
		padding-top: 0;
		/* margin-bottom: 30px; */
		/* margin-bottom: 2rem; */
	}

	.widget > * {
		padding: 0;
	}

	.widget-title {
		padding: 0 0 15px;
		padding: 0 0 1.5rem;
		margin-bottom: 0;
		border: none;
	}

	.topmain-widget-area .widget-title {
		font-size: 22px;
		line-height: 1.2;
		font-weight: normal;
		margin: 0 auto 20px;
		padding-bottom: 1rem;
		background: url("../img/title_bg_01.png")  repeat-x scroll center bottom 20px;
		text-align: center;
		max-width: 400px;
	}
	.topmain-widget-area .widget-title span.title { 
		padding: 5px 30px; 
		background: #FFF;
	}

	.post-sitemap-list h2,
	.sidebar-left .widget-title,
	.sidebar-right .widget-title {
		background: url("../img/title_bg_02.png") no-repeat scroll left 0;
		margin: 0 0 15px;
		margin: 0 0 1.5rem;
		padding: 3px 0 0 15px;
		padding: 0.3rem 0 0 1.5rem;
	}

	.post-sitemap-list {
		border-bottom: none;
	}

	.post-sitemap-list h2 {
		margin: 20px 0 20px;
		margin: 2rem 0 2rem;
		border: none;
	}

	.topmain-widget-area section:last-child,
	.sidebar-left aside:last-child,
	.sidebar-right aside:last-child {
		margin-bottom: 0;
	}

	/* --------- Widget Displayed in List Format --------- */

	.widget_archive ul li:after {
		clear: both;
	}

	.post-sitemap-list ul li,
	.widget_archive ul li,
	.widget_categories ul li,
	.widget_nav_menu ul li,
	.widget_pages ul li,
	.widget_meta ul li {
		background: url("../img/widget_lst_icon_main.png") no-repeat scroll left 18px;
		border-right: none;
		width: 100%;
		padding: 15px 0 15px 22px;
		padding: 1.5rem 0 1.5rem 2.2rem;
		text-indent: -19px;
		text-indent: -1.9rem;
	}

	.widget_categories ul li.cat-item-none {
		padding: 15px 20px;
		padding: 1.5rem 2rem;
	}

	.post-sitemap-list ul,
	.widget_archive ul,
	.widget_categories ul,
	.widget_nav_menu ul,
	.widget_pages ul,
	.widget_meta ul,
	.widget_recent_entries ul,
	.widget_rss ul,
	.widget_recent_comments ul,
	.widget_tagposts ul,
	.widget_catposts ul{
		border-top: 1px dotted #888;
	}

	.post-sitemap-list ul li:last-child,
	.widget_archive ul li:last-child,
	.widget_categories ul li:last-child,
	.widget_nav_menu ul li:last-child,
	.widget_pages ul li:last-child,
	.widget_meta ul li:last-child,
	.widget_recent_entries ul li:last-child,
	.widget_rss ul li:last-child,
	.widget_recent_comments ul li:last-child,
	.widget_tagposts ul li:last-child,
	.widget_catposts ul li:last-child {
		border-bottom: 1px dotted #888;
	}

	.widget_recent_comments ul li {
		padding-right: 0;
		padding-left: 30px;
		padding-left: 3rem;
		background: url("../img/widget_com_icon.png") no-repeat scroll 0 16px;
	}

	.post-sitemap-list ul li a,
	.widget_archive ul li a,
	.widget_categories ul li a,
	.widget_nav_menu ul li a,
	.widget_pages ul li a,
	.widget_meta ul li a {
		display: inline;
		padding: 0 0 0 18px;
		padding: 0 0 0 1.8rem;
	}

	.widget_archive ul li:nth-child(2n+1) a {
		border-right: none;
	}

	.post-sitemap-list .children,
	.widget_nav_menu .sub-menu,
	.widget_pages .children,
	.widget_categories .children {
		margin-left: -22px;
		margin-left: -2.2rem;
		margin-top: 15px;
	}

	.post-sitemap-list .children li,
	.widget_nav_menu .sub-menu li,
	.widget_pages .children li,
	.widget_categories .children li {
		background: url("../img/widget_lst_icon_sub.png") no-repeat scroll 3px 22px;
	}

	.post-sitemap-list .children li:last-child,
	.widget_nav_menu .sub-menu li:last-child,
	.widget_pages .children li:last-child,
	.widget_categories .children li:last-child {
		padding-bottom: 0;
	}

	.post-sitemap-list .children .children li,
	.widget_nav_menu .sub-menu .sub-menu li,
	.widget_pages .children .children li,
	.widget_categories .children .children li {
		background: url("../img/widget_lst_icon_subsub.png") no-repeat scroll 2px 24px;
	}

	.widget_archive select[name=archive-dropdown],
	.widget_categories select.postform {
		margin: 0;
		width: 100%;
	}

	/* --------- Widget Tag Cloud --------- */

	.tagcloud {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* --------- Widget Text --------- */

	.widget_text .textwidget {
		/* padding: 0 0 5px; */
		/* padding: 0 0 0.5rem; */
		text-align: center;
		padding-bottom: 0px;
	}

	/* --------- Widget Text block --------- */

	.widget_framedtext {
		border:1px solid #ccc;
		padding: 12px;
		padding: 1.2rem;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.widget_framedtext .widget-title {
		background: none;
		padding: 0;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}

	.widget_recent_entries ul li,
	.widget_rss ul li,
	.widget_catposts ul li,
	.widget_tagposts ul li {
		padding-right: 0;
		padding-left: 0;
	}

	/* --------- Widget Search --------- */

	#searchform input#s {
		padding-left: 40px;
		padding-left: 4rem;
		width: 100%;
		margin: 0 auto;
	}

	/* --------- Widget Calendar --------- */

	#calendar_wrap {
		max-width: 98%;
		margin: 0 4px 4px 2px;
		margin: 0 0.4rem 0.4rem 0.2rem;
	}

	#wp-calendar tfoot #next a {
		right: 10px;
		right: 1rem;
	}

	/* --------- This CSS apply only to a specific Widget Area --------- */

	.topmain-widget-area .widget {
		padding-bottom: 0;
		margin-bottom: 35px;
		margin-bottom: 3.5rem;
	}

	.topmain-widget-area .widget:last-child {
		margin-bottom: 0;
	}

	.main-content-site .post-sitemap-list ul,
	.topmain-widget-area .widget_archive ul,
	.topmain-widget-area .widget_categories ul,
	.topmain-widget-area .widget_nav_menu ul,
	.topmain-widget-area .widget_pages ul,
	.topmain-widget-area .widget_meta ul,
	.topmain-widget-area .widget_recent_comments ul,
	.footer-widget-area .widget_archive ul,
	.footer-widget-area .widget_categories ul,
	.footer-widget-area .widget_nav_menu ul,
	.footer-widget-area .widget_pages ul,
	.footer-widget-area .widget_meta ul {
		border: none;
	}

	.main-content-site .post-sitemap-list ul li,
	.topmain-widget-area .widget_archive ul li,
	.topmain-widget-area .widget_categories ul li,
	.topmain-widget-area .widget_nav_menu ul li,
	.topmain-widget-area .widget_pages ul li,
	.topmain-widget-area .widget_meta ul li,
	.footer-widget-area .widget_archive ul li,
	.footer-widget-area .widget_categories ul li,
	.footer-widget-area .widget_nav_menu ul li,
	.footer-widget-area .widget_pages ul li,
	.footer-widget-area .widget_meta ul li {
		background: url("../img/widget_lst_icon_main.png") no-repeat scroll left 2px;
		padding: 0 0 8px 22px;
		padding: 0 0 0.8rem 2.2rem;
		text-indent: -19px;
		text-indent: -1.9rem;
		border: none;
	}

	.footer-widget-area	.widget_categories ul li.cat-item-none {
		background: none;
		padding: 0 20px;
		padding: 0 2rem;
	}

	.topmain-widget-area .widget_recent_comments ul li {
		background: url("../img/widget_com_icon.png") no-repeat scroll 0 1px;
		padding: 0 0 15px 30px;
		padding: 0 0 1.5rem 3rem;
		border: none;
	}

	.main-content-site .post-sitemap-list .children,
	.topmain-widget-area .widget_nav_menu .sub-menu,
	.topmain-widget-area .widget_pages .children,
	.topmain-widget-area .widget_categories .children,
	.footer-widget-area .widget_nav_menu .sub-menu,
	.footer-widget-area .widget_pages .children,
	.footer-widget-area .widget_categories .children {
		margin-left: 0;
		margin-top: 8px;
		margin-top: 0.8rem;
	}

	.main-content-site .post-sitemap-list .children li,
	.topmain-widget-area .widget_nav_menu .sub-menu li,
	.topmain-widget-area .widget_pages .children li,
	.topmain-widget-area .widget_categories .children li,
	.footer-widget-area .widget_nav_menu .sub-menu li,
	.footer-widget-area .widget_pages .children li,
	.footer-widget-area .widget_categories .children li {
		background: url("../img/widget_lst_icon_sub.png") no-repeat scroll 3px 6px;
	}

	.main-content-site .post-sitemap-list .children .children li,
	.topmain-widget-area .widget_nav_menu .sub-menu .sub-menu li,
	.topmain-widget-area .widget_pages .children .children li,
	.topmain-widget-area .widget_categories .children .children li,
	.footer-widget-area .widget_nav_menu .sub-menu .sub-menu li,
	.footer-widget-area .widget_pages .children .children li,
	.footer-widget-area .widget_categories .children .children li {
		background: url("../img/widget_lst_icon_subsub.png") no-repeat scroll 2px 7px;
	}

	.topmain-widget-area .widget_recent_entries .post-date,
	.topmain-widget-area .widget_catposts .post-date {
		width: 19%;
		float: left;
		margin-bottom: 0;
		padding-right: 10px;
		padding-right: 1rem;
	}

	.topmain-widget-area .widget_recent_entries .post-title-date-on,
	.topmain-widget-area .widget_catposts .post-title-date-on {
		display: block;
		width: 81%;
		float: left;
	}

	.topmain-widget-area .widget_recent_entries .post-title-date-off,
	.topmain-widget-area .widget_catposts .post-title-date-off {
		padding-left: 18px;
		padding-left: 1.8rem;
		display: block;
		/* background: url("../img/widget_lst_icon_sub.png") no-repeat scroll 3px 6px; */
	}
	.topmain-widget-area .widget_recent_entries .post-title-date-off a:hover,
	.topmain-widget-area .widget_catposts .post-title-date-off a:hover{
		text-decoration:none;
	}

	.topmain-widget-area .widget_tagposts ul,
	.topmain-widget-area .widget_tagposts ul li,
	.topmain-widget-area .widget_recent_entries ul,
	.topmain-widget-area .widget_recent_entries ul li,
	.topmain-widget-area .widget_catposts ul,
	.topmain-widget-area .widget_catposts ul li {
		border: none;
	}

	.topmain-widget-area .widget_tagposts ul li:last-child,
	.topmain-widget-area .widget_recent_entries ul li:last-child,
	.topmain-widget-area .widget_catposts ul li:last-child,
	.topmain-widget-area .widget_recent_comments ul li:last-child {
		padding-bottom: 0;
	}

	.topmain-widget-area .widget_recent_entries ul li,
	.topmain-widget-area .widget_catposts ul li {
		padding-top: 0;
		/* padding-bottom: 15px; */
		/* padding-bottom: 1.5rem; */
	}

	.topmain-widget-area .widget_tagposts ul li {
		padding-top: 0;
		padding-bottom: 30px;
		padding-bottom: 3rem;
	}

	.topmain-widget-area .widget_tagposts ul li:last-child {
		padding-bottom: 3px;
		padding-bottom: 0.3rem;
	}

	.topmain-widget-area .widget_tagposts ul li div.img_tag_posts,
	.topmain-widget-area .widget_tagposts ul li div.img_tag_posts_none {
		display: block;
		width: 29%;
		float: left;
		margin-bottom: 0;
	}

	.topmain-widget-area .widget_tagposts ul li div.ex_tag_posts {
		padding-left: 20px;
		padding-left: 2rem;
		display: block;
		width: 71%;
		float: left;
	}

	.topmain-widget-area .widget_tagposts ul li .ex_tag_link {
		font-weight: bold;
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 2px;
		margin-top: 0.2rem;
		width: 100%;
	}

	.topmain-widget-area .widget_tagposts ul li .ex_tag_link a,
	.topmain-widget-area .widget_tagposts ul li .ex_tag_link a:hover {
		color: #333;
		text-decoration: none;
	}

	.topmain-widget-area .widget_tagposts ul li .ex_tag_button {
		display: block;
		margin-top: 15px
	}

	.topmain-widget-area .widget_framedtext {
		padding-bottom: 12px;
		padding-bottom: 1.2rem;
	}

	.topmain-widget-area .widget_framedtext .widget-title {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.topmain-widget-area #calendar_wrap {
		max-width: 99%;
	}

	#footer-widget-area-1 #wp-calendar tfoot #next a,
	#footer-widget-area-2 #wp-calendar tfoot #next a {
		right: 32px;
		right: 3.2rem;
	}

	.sidebar-left #wp-calendar,
	.sidebar-right #wp-calendar {
		width: 100.2%;
	}

	.sidebar-left #wp-calendar caption,
	.sidebar-right #wp-calendar caption {
		padding: 8px 15px;
		padding: 0.8rem 1.5rem;
	}

	.sidebar-left #wp-calendar thead th,
	.sidebar-left #wp-calendar thead td,
	.sidebar-right #wp-calendar thead th,
	.sidebar-right #wp-calendar thead td,
	.sidebar-left #wp-calendar tbody th,
	.sidebar-left #wp-calendar tbody td,
	.sidebar-right #wp-calendar tbody th,
	.sidebar-right #wp-calendar tbody td {
		padding: 6px 5px;
		padding: 0.6rem 0.5rem;
	}
	.content_box {margin:20px;}
	.company {margin-rignt:40px; width:320px;}
	
}
#company ul { list-style:none;}
#company h4 {display: table; font-size: 14px; color: #FFF; background: #808080; padding: 6px 10px; margin:20px auto 10px;}

ul.shoplist { list-style:none; display: flex; margin-bottom: 100px;}
ul.shoplist li { display: inline-block; width:30.43%; margin-right: 4.34%;}
#oyatsuroom h3, ul.shoplist h3 { display: block; margin-bottom: 0;}
ul.shoplist li:last-child { margin-right: 0;}
ul.shoplist a:hover {opacity: 0.7;}

#product .category_box li { list-style:none; display:block; float:left; margin:0 2% 15px 0; width:18.4%;}
#product .category_box li:nth-child(5n) {margin-right:0;}
#product .category_box .link_box {border:solid 1px #CCC;}
#product .category_box .new_icon { height:0; width:38px; position:absolute;}
#product .category_box .link_box h3 {font-size:13px; font-weight:normal; margin:0px 8px 8px; padding-top: 6px; line-height:normal;}
#product .category_box .link_box h3.brand { border-top:dotted 1px #CCC;}
#product .category_box p { margin: 8px 0; font-size: 12px; color: #666; line-height: 16px;}

#product .category_box .product_image { padding:10px; text-align:center;}
#product .category_box .product_image img { max-height:120px; width:auto;}
#product .category_box .new { }
#product .intro { border:solid 1px #CCC; line-height:0px;}
#product .intro {}
#product .intro img { width:100%; line-height:0px;}

#product .pickup_box li {display:inline-block; float:left; margin:0 2.08% 15px 0; width:48.95%;}
#product .pickup_box li:nth-child(2n) {margin-right:0;}

#lean_overlay { position: fixed; z-index:100; top: 0px; left: 0px; height:120%; width:120%; background: #000; display: none;}

.modal_contents { background: none repeat scroll 0 0 #FFFFFF; border-radius: 5px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.7); display: none; width: 80%; max-width:640px;}
.modal_close {position: absolute; top: 10px; right: 12px; display: block; height: 14px; z-index: 2; cursor: pointer; color:#FFF;}
.modal_body { padding:60px 0 0;}
.modal_body .tac img { max-height:400px; width:auto; }
.modal_body .details { padding:5px 30px 20px; background:#EEE; margin-top:10px; border-radius: 0 0 5px 5px ;}
.modal_body h3 { margin:10px 0 0;}
.modal_header { position:absolute; top:0; border-radius: 5px 5px 0 0 ; height:40px; background: #808080; width: 100%;}
.modal_image { max-width:500px;}

a.shopping { color:#333;}
.shopping div {border: solid 1px #CCC; padding: 20px 20px 30px; width:40%; margin:20px 2% 20px 8%; float:left; text-align:center; background:#f7f7f7;}
.shopping div:hover {background:#FFF;}
.shopping div.type2 { margin:20px 8% 20px 2%; }
.shopping p.type3 { float: right; width: 40%; margin-right: 8%; padding: 0 20px;}
.shopping h2 {display: table; margin: 0 auto; font-size: 24px; border-bottom: 1px solid #CCC; border-left: none; width: 100%; text-align: center;}


#topMainBnr { width: 100%; height:300px; clear:both; margin-bottom:30px; top:-100px; position: relative; margin-bottom: -90px;}
#topMainBnrFrame { width: 100%; padding-left: 0; padding-right: 0; height:300px; margin: 0 auto; background-repeat:no-repeat; background-size: cover;}
#topMainBnrFrame div {
	text-align: left; position: relative; padding:10px 0; font-size: 1.3rem; line-height: normal; color: #FFF; text-shadow: 1px 1px 2px rgba(0,0,0,0.6); top: 56%; width:100%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.4) 1%, rgba(0,0,0,0.4) 33%, rgba(41,162,24,0) 53%, rgba(41,162,24,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.4) 1%,rgba(0,0,0,0.4) 33%,rgba(41,162,24,0) 53%,rgba(41,162,24,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.4) 1%,rgba(0,0,0,0.4) 33%,rgba(41,162,24,0) 53%,rgba(41,162,24,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e629a218', endColorstr='#0029a218',GradientType=1 ); /* IE6-9 */
}
#topMainBnr img { width: 100% !important; }

#topMainBnr .product_tax { background-position:50% 50%; background-size: cover; max-width: 1280px;}
#topMainBnr .brand_tax { background-position:50% 50%; background-size: 100% auto; max-width: 960px; width:100%;}


#topMainBnr2 { width: 100%; clear:both;  background:rgba(41,162,24,1.0); }
#topMainBnr2 h1 {text-align: left; position: relative; padding:10px 20px; line-height: normal; color: #FFF; text-shadow: 1px 1px 2px rgba(0,0,0,0.6); width:100%;}

#oyatsuroom {margin-bottom: 50px;}
#oyatsuroom a {
	display: block;
	width: 100%;
	height: 150px;
	background: url(../img/oyatsu_bg.jpg) no-repeat center;
	margin-bottom: 5px;
}
#oyatsuroom a img {
	margin: 50px 20px 0;
}
#oyatsuroom span { font-size: 11px; padding-left: 10px;}

/* Minimum width of 1218 pixels.
 *
 * Width including the scroll bar of the browser.
 */
@media screen and (min-width: 1218px) {

}

.mr0 {margin-right:0px;}

@media screen and (min-width: 1280px) {
#wds_container1_0 #wds_container2_0 .wds_slideshow_image_wrap_0 {height:540px !important;}
#wds_container1_0 #wds_container2_0 .wds_slideshow_image_0 {height:540px !important;}
#wds_container1_0 #wds_container2_0 .wds_slideshow_image_container_0 {height:540px !important;}
#wds_container1_0 #wds_container2_0 {height:540px !important;}
#wds_container1_0 #wds_container2_0 .wds_slideshow_image_spun2_0 {padding:0px !important;}
#header-nav-area {height:50px;}
}
#wds_container1_0 #wds_container2_0 .wds_slideshow_dots_container_0 {padding-bottom:2px;}

.footer_banner {background: rgba(74,74,74,0.82); text-align: center; padding: 20px; width:100%;}
.footer_banner div {margin:5px 20px; display: inline-block;}
.widget.wdslider .widget-title {display:none;}
.textwidget .footerlist ul {line-height: 28px; float: left; width:25%; display:table-cell; box-sizing: border-box; padding: 0 10px;}
.textwidget .footerlist li {font-size: 12px; text-align: center; list-style:none;}
.textwidget .footerlist li.list_category {font-size: 18px; margin: 0 0 10px; border-bottom: 1px solid #FFF; padding-bottom: 5px;}
.textwidget .footerlist {display: inline-block; margin:40px 0px; width:100%;}
.textwidget .footerlist, .textwidget .footerlist a { color:#FFF; text-shadow: 0 0 5px #333;}
.footer-widget-area-1 {display: inline-block; text-align:center; margin:30px 0 30px; }


.textwidget .points {margin-left: -0.1%;}
.textwidget .points ul {list-style:none; width:100%; max-width:960px; display: inline-block;}
.textwidget .points ul li {list-style:none; float: left; width: 32%; margin-right:2%;}
.textwidget .points ul li.end { margin-right:0;;}
.textwidget .points ul li.english {list-style:none;float: left; width: 20%;}
.textwidget .points ul li.english_sp { display:none;}
.textwidget .points ul li a:hover {filter:alpha(opacity=70); opacity:0.7;}


.newsrelease {text-align: -webkit-center;}
.newsrelease dl {display: table; margin: 0 auto;}
.newsrelease dl dt.post_left {float: left; display: table-cell; width: 10em; height: 40px; padding: 0px; font-size: 12px; text-align: left; clear: left;}
.newsrelease dl dd.post_right {float: left; display: table-cell; text-align:left; font-size:12px; height: 40px;}

.newslink {padding: 6px 15px 6px 25px; color: #808080; border: solid #808080 1px; display: table; font-size: 14px; text-decoration:none !important; outline:none; margin:10px auto; }
.newslink2 {padding: 7px 25px 7px 25px; color: #808080; border: solid #808080 1px; display: table-cell; font-size: 14px; text-decoration: none !important; outline: none;}
.hw_link3 a {color: #333; margin-left: 10px; padding-top:10px;}
.hw_link3 {padding-top: 5px; text-decoration: none !important;}


.content_box dl.company dt{float: left; display: table-cell; width: 150px; font-weight:normal;}
.salespoints {background:#eeeeee; padding:30px 10px 20px; margin-top: 20px; text-align: center;}
.salespoints .image {margin: 10px 10px 0px; display: inline-block;}



.constitution1_sp, .constitution2_sp, .constitution3_sp {
	display:none;
}
.new_staff {
	float:right;
	padding-left:10px;
}

#point1, #point2, #point3 {
	padding-top:5px;
	margin-top:-5px;
}

@media screen and (max-width: 640px) {
.recruit_button {
    margin: 30px 0 40px!important;
}
.recruit_button .l_btn,
.recruit_button .r_btn {
    width: 100%!important;
    text-align: center!important;
    padding: 10px!important;
    float: none;
}
.new_staff {
	float:none;
	width:100%;
	text-align:center;
	padding-left:0px;
}
div.attachment {
	height: auto !important;
}
div.attachment div { 
	background-position:0;
	background-image:none;
	height: auto !important;
	min-width:100% !important;
}
div.attachment img {
	display:block !important;
}
#product .category_box li {margin:0 2.5% 15px !important; width:45% !important;}
#product .category_box li .product_thumb { max-height: 110px;}
#product .category_box li:nth-child(2n) {margin-right:0;}
#product .category_box li img {max-height: 30vh; width:auto;}
#product .pickup_box li {margin:0 0 15px 0; width:100%; text-align: center;}

#topMainBnr { height: 140px !important; top: 0px;
margin-bottom: 0;}
#topMainBnrFrame {height:140px !important; margin: 0 auto; background-repeat:no-repeat; background-size: cover; background-position-x:50%;}
#topMainBnrFrame div {
background: -moz-linear-gradient(left, rgba(0,0,0,0.4) 1%, rgba(0,0,0,0.4) 50%, rgba(41,162,24,0) 70%, rgba(41,162,24,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.4) 1%,rgba(0,0,0,0.4) 50%,rgba(41,162,24,0) 70%,rgba(41,162,24,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.4) 1%,rgba(0,0,0,0.4) 50%,rgba(41,162,24,0) 70%,rgba(41,162,24,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e629a218', endColorstr='#0029a218',GradientType=1 );
}
#main .brandBnr {height: 80px !important;}
	
.newsrelease dl dt.post_left, .newsrelease dl dd.post_right { width: auto; float: none; display: block; height: auto;}
.newsrelease dl dt.post_left { margin: 10px 0; font-weight: bold;}
.newsrelease dl dd.post_right {margin-bottom: 10px; border-bottom: 1px dotted #CCC; padding-bottom: 10px;}
ul.shoplist {display: block; margin-bottom: 50px;}
ul.shoplist li { display:table; width:auto; margin: 0 auto 20px !important;}

#oyatsuroom a {
	display: block;
	height: auto;
	background: url(../img/oyatsu_bg.jpg) no-repeat center;
	padding: 20px 10px 10px;
}
#oyatsuroom a img {
	margin: 0;
	width: 100%;
}
#oyatsuroom br {
	display: none;
}
#oyatsuroom span {
	display: block;
	padding-left: 0;
}
}
br.hiddenbr { display:none !important; }

@media screen and (max-width: 880px) {
span.title {display: none;}
#topMainBnrFrame h1 { padding-left:20px; font-size: 20px;}
#topMainBnrFrame div {top: 34%;}
	.header-title-only .site-title-img a img {height: 40px; width: auto; background: rgba(0,0,0,0.8;)}
.textwidget .points ul li {padding:0 40px; width:100% !important; text-align:center; margin-bottom: 20px;}
.textwidget .points ul li.english {display:none;}
.textwidget .points ul li.english_sp { display:block;}
ul li.post_left {width:100% !important; height: auto!important; border:none; margin-top:10px;}
ul li.post_right {padding-top:5px; width: 100%!important; height:auto !important;}
	span.title {display: nonel}
.newsrelease dl { padding:10px; width:100%; box-sizing: border-box;}
.widget_text .textwidget {text-align: center;}
.textwidget .footerlist li.list_category {font-size: 16px;}
.textwidget .footerlist ul {width: 50%; margin-bottom:20px;}
.textwidget .footerlist ul:nth-child(1),.textwidget .footerlist ul:nth-child(3) {padding-right: 5px;}
.textwidget .footerlist  ul:nth-child(2),.textwidget .footerlist ul:nth-child(4) {padding-left: 5px;}
.textwidget .footerlist li { text-align: left;  line-height: normal; margin:5px 0;}}
.footer-widget-area { margin-top:20px;}

#header-widget-area {position: absolute; top: 0px; right: 20px; font-size: 12px; width:100%; text-align:right;}
.textwidget ul.end {}
.company {width:50%; padding-right: 4%;}
.content_box dl.company {width: 100%;}
.content_box dl.company dt {width: 50%;}
.salespoints .image{float: none; text-align: center; margin: 10px 10px;}
.content_box2 table td.h_year {width:20%!important;}
table.group {width:100%!important;}
div.attachment {height:140px;}
div.attachment div {background-size:cover; height:140px; min-width: 880px; background-position-x: -90px;}
.entry-content h1 { margin:0px; padding:0px; font-size:2.5rem; text-shadow: 0px 0px 5px rgb(240, 240, 240);}
.pt70 {padding-top:70px!important;}


.constitution0 {width: 100%!important; margin-left:0px!important; padding:0!important;}
.constitution0 .anchor {margin-right:3%!important; width: 30%!important;}

.constitution1, .constitution2, .constitution3, .constitution5, .constitution6, .constitution7 {display:none;}
.link_box a {color:#808080;}
.constitution_4 {
    width: 112%;
    margin-left: -6%;
}
.footerlist .en_pc {display:none;}
.footerlist .en_sp {display:block !important;}
.footerlist .en_sp .end {margin-top:0px !important; width:48% !important; padding-left:0;}
.footerlist .en_sp .end li{ height:auto;}

.constitution1_sp, .constitution2_sp, .constitution3_sp {
	display:block !important;
}

table {}
input[type="text"],
input[type="tel"],
input[type="email"] {
	width:100%;
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

.office_list {width:100% !important;}
.office_list p {max-width:39%;}
.office_list ul {width:auto;}
.office_list ul h3 {margin-bottom: 5px;}

.qa_dd {margin:10px 0 !important}


table.staff {
	width:100% !important;
	max-width:100% !important;
}
.staff_name {
	height:auto !important;
}
.staff_name .name1 {
	font-size:3rem;
	padding-right:10px;
}
.staff_name .name2 {
	padding:none;
}
.staff_comment {
	height:auto !important;
	width:100%;
	vertical-align:middle;
	font-size: 2.2rem;
	padding: 0 10px;
}
.staff_img {
	text-align:center;
	border:none !important;
	margin-bottom:30px;
	max-width:100% !important;
	min-width:100% !important;
	width: 100%;
    background: #FFF !important;
	height:auto !important;
}
.staff_img img {
	max-width: 100%;
}
.attachment2 {
    width: 112%!important;
    margin-left: -6%!important;
    margin-bottom: 20px!important;
}
.widget-title2 {
	margin:20px 0 5px!important;
}
#product .category_box li {margin:0 2% 15px 0; width:23.4%;}
#product .category_box li:nth-child(4n) {margin-right:0 ;}
#product .category_box li:nth-child(5n) {margin-right:2%; ;}
#product .category_box li img { max-height: 30vh; width:auto;}
#product .category_box li img.modal_image { max-width:400px;}
}



.content_box2 table {width:100%;}
.content_box2 table th {padding:40px 10px 10px; text-align:center; color:#ef7737; border-bottom:solid 1px #EEE;}
.content_box2 table td.h_year {width: 140px; padding:10px 0px 10px 10px; text-align:center; color:#ef7737;  vertical-align: middle;}
.content_box2 table td.h_month {width: 60px; padding: 10px 25px 10px 0px; text-align: right;}
.content_box2 table td.h_month2 {width: 60px; padding: 10px 25px 10px 0px; text-align: right;}
.content_box2 table td.h_event {padding:10px 10px 10px 0px;}
.content_box2 table td.h_event2 {padding:10px 10px 10px 0px;}
.content_box2 .border-none {border-top:none !important; font-weight:bold; font-size:16px;}

.content_box table.about {
	width:100%;
}
.content_box table.about th{
	border-bottom: 5px solid #FFF;
	border-right: 5px solid #FFF;
	background: #f5f5f5; 
	padding: 15px;
	padding: 1.5rem;
	font-weight: normal;
	width: 200px;
}
.content_box table.recruit {
	border:solid 1px #cccccc;
	width:100%;
}

.content_box table.recruit th {
	background:#EEE;
    width: 200px;
	padding:10px;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	border-top: solid 1px #FFF;
	border-top: solid 1px #CCC;
}
.content_box table.recruit td {
	padding:10px;
	border-top: solid 1px #CCC;
}

table.group {width:30%; float:left; margin-right:20px; border:solid 1px #EEE;}
table.group th {background:#FFF; text-align:center; padding:14px 0 4px;}

ol.promise {background:#EEE; padding:20px;}
ol.promise li { font-weight:bold; margin:1.5rem 2rem 1.5rem 2rem; font-size:16px}
ol.promise li ul {list-style-position: inside; text-indent: -1rem; color:#808080;}
ol.promise li ul li {margin:0.3rem 1rem 0 1rem;}
ol.promise li ul span { color:#333; font-weight: normal; }
ol.promise li.indent {text-indent: -1em;}

dl.promise {background:#EEE; padding:20px;}
dl.promise dt {font-size:16px; list-style: url(../img/list_image.png); display:list-item; list-style-position: inside; text-indent: -2rem; margin-left: 2rem;}
dl.promise dt.policy {font-size:16px; display:list-item; list-style:none;}
dl.promise dd {padding-left:3rem; text-indent: -0.7rem;}
dl.promise dd:before {content: ''; width: 6px; height: 6px; display: inline-block;	border-radius: 100%; background: #808080; position: relative; left: -10px;}
dl.promise dd.indent {text-indent: -1em;}
dl.promise dt span { color:#ea5404;}

dl.charter dt { margin-left: 2rem; display: inline;}
dl.charter dt:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #808080;
    position: relative;
    left: -10px;
}
dl.charter dd {padding-left: 2.6rem; text-indent:0;}
dl.charter dd:before{ width:0; height:0;}
#policy_txt dl.promise dt { display:block;}

.bg_lgray {background:#fbfbfb;}
.constitution0 {border-top: 1px solid #CCC; width:100%; padding: 0 0 40px; text-align: -webkit-center; text-align: -moz-center; font-size:14px;}
.constitution0 div { margin:40px 20px;}
.constitution0 .anchor_list {display:table; margin:20px;}
.constitution0 .anchor_list .anchor {float: left; display: table-cell; margin-right: 20px;}
.constitution0 h1 {padding:0px 20px 0px 0; text-align:center; font-size: 30px;}
.constitution0 h3 {text-align:center; margin-bottom: 40px; font-weight:normal; line-height:40px; }


.constitution1, .constitution2, .constitution3, .constitution5, .constitution6, .constitution7 {height:440px;}
.constitution2 h2, .constitution5 h2 {text-align: left; width: 446px; float: right;}
.constitution2 p {clear: both;float: right; text-align: left;}

.constitution1 .textbox, .constitution2 .textbox, .constitution3 .textbox, .constitution5 .textbox, .constitution6 .textbox, .constitution7 .textbox {margin-top: 110px;}
.constitution1 a, .constitution2 a, .constitution3 a, .constitution5 a, .constitution6 a, .constitution7 a {color:#808080; font-size:14px;}
.constitution1 .link_box, .constitution2 .link_box, .constitution3 .link_box { margin-left:0px; padding:0px; clear:both;}
.constitution1 .textbox, .constitution3 .textbox, .constitution6 .textbox, .constitution7 .textbox {float: right; margin-right: 50%; background: rgba(251, 251, 251, 0.7); padding: 20px;}
.constitution2 div, .constitution5 div {float: left; margin-left: 55%; background: rgba(255, 255, 255, 0.7); padding: 20px;}
.constitution1 h2, .constitution2 h2, .constitution3 h2, .constitution5 h2, .constitution6 h2, .constitution7 h2 {border: none; margin: 0px; padding: 0px; font-size:30px;}
.constitution1 p, .constitution2 p, .constitution3 p, .constitution5 p, .constitution6 p, .constitution7 p {width: 440px; font-size:14px;}


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.codecontent1 a:hover img, 
.codecontent2 a:hover img, 
.codecontent3 a:hover img, 
.codecontent4 a:hover img, 
.codecontent5 a:hover img, 
.codecontent6 a:hover img, 
.codecontent7 a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.codecontent1 a:hover .office_list,
.codecontent2 a:hover .office_list,
.codecontent3 a:hover .office_list,
.codecontent4 a:hover .office_list,
.codecontent5 a:hover .office_list,
.codecontent6 a:hover .office_list,
.codecontent7 a:hover .office_list {
	background: url("../img/link_bg2.png") no-repeat right bottom;
	color:#808080;
}
.font_nomal {
	color:#333;
	font-weight:normal;
	text-decoration:none;
}
.office_list {
	border: solid 1px #CCC;
	padding:10px;
	width: 48%;
    float: left;
    margin-right: 2%;
	background: url("../img/link_bg.png") no-repeat right bottom;
	margin-bottom:20px;
}
.office_list p {
	padding-right:10px;
	float:left;
	margin:0px;
}
.office_list ul {
	list-style:none;
	margin-bottom:0;
	float:left;
	width:55%;
	line-height: normal;
}
.office_list ul h3 {
	margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 4px;
	word-break: break-word;
}
.office_list ul li {
	margin-bottom: 6px;
	word-break: break-word;
}

@media screen and (max-width: 550px) {
.shopping div { width:auto !important; margin:20px; float:none;}
.shopping div.type2 { width:auto !important; margin:20px; float:none;}
.shopping p.type3 {width: auto !important; margin: 0; float: none;}
br.hiddenbr {
	display:inline !important;
}
.content_box table.recruit {border: none;}
table.recruit th {width:100% !important; display: block; padding: 10px; border: none!important; text-align: left!important; }
table.recruit td {width:100% !important;  display: block; padding: 10px 0 !important; border: none!important; margin-bottom: 10px;}
	
.content_box table.about td { display: block; width: 100%; padding: 5px; margin-bottom: 10px;}
.content_box table.about th { display: block; width: 100%; padding: 5px;}
.footer_banner  .linkbanner {
	background: #FFF;
    width: 70%;
    text-align: -webkit-center;
	text-align: -moz-center;
    padding: 0px 10px;
	display: inline-table;
    text-align: center;
}
.constitution dd p {
    width: 100% !important;
}
.constitution dd p img {
    margin-left: auto;
    margin-right: auto;
    display: table;
}
}
.widget_recent_entries ul.newslist {
	border:none;
}
.widget_recent_entries ul.newslist li.post_left {
	display: table-cell;
    float: left;
    width: 18%;
	border:none;
}
.widget_recent_entries ul.newslist li.post_right{
    display: table-cell;
    float: left;
    width: 82%;
	border:none;
}
.qa_dt {
	text-decoration:underline;
	background: url("../img/qa_list.png") no-repeat;
	background-position: left top 1px;
    padding-left: 30px;
    padding-bottom: 5px;
	margin-top: 15px;
}
.qa_dd {
    padding: 20px;
    background: #EEE;
	margin:0 30px;
}

.recruit_button {
	width:100%;
	display:table;
	margin:70px 0 50px;
}
.recruit_button .l_btn {
	width:50%;
	text-align:right;
	padding-right:30px;
	float:left;
	display:table-cell;
}
.recruit_button .r_btn {
	width:50%;
	text-align:left;
	padding-left:30px;
	float:left;
	display:table-cell;
}

.entryBox {
	float: left;
    margin:0 30px 30px 0;
    text-align: left;
}
.entryBox h3 {
	margin:0px;
}
.entryBox p {
	margin:0px;
}

#policy_txt ol {
    background: #EEE;
    padding: 20px;
}


.ofice_txt {
	display:table-cell;
	padding-left:20px;
}
.ofice_txt p{
	margin-top:0px;
	margin-bottom:10px;
	line-height: 22px;
}
.ofice_txt ul {
	padding-left: 13px;
    margin-top: -5px;
}

table.staff {
	max-width:55%;
	float:left;
	border:solid 1px #7c7d7e;
}
.staff_name {
	background-color:#808080;
	color:#FFF;
	vertical-align:middle;
	height: 91px;
}
.staff_name .name1 {
	float:left;
	font-size:30px;
	padding-right: 20px;
}
.staff_name .name2 {
	padding-top: 5px;
}
.staff_comment {
	height:170px;
	width:600px;
	vertical-align:middle;
	font-size: 22px;
	line-height: 38px;
	padding: 0 10px;
	background-color:#f8f9fb;
}
.staff_img {
	float: left;
	border-bottom:solid 1px #7c7d7e;
	border-top:solid 1px #7c7d7e;
	border-right:solid 1px #7c7d7e;
	line-height: 0px;
	max-width:40%;
	min-width:361px;
	height: 262px;
	text-align:center;
	background: #EEE;
}
.working_img {
	text-align:center;
	margin:20px 10px 40px; 
}
.staff_img img {
	margin:0px;
	max-height: 260px;
    width: auto;
    height: auto;
    max-width: 360px;
}
.bdn {
	border: none !important;
    padding: 0px !important;
	font-size:21px!important;
}

.googlemap {
	padding-top:25px;
}

.constitution dl {
	clear:both;
	margin: 30px 0 30px;
}
.constitution dt {
	font-size:18px;
	font-weight:normal;
}
.constitution dd {
	margin-bottom:0px;
}
.constitution dd p {
	float:left;
	width:48%;
	margin-right:2%;
}

.contact .must {
	color:red;
}


.widget-title2 {
	text-align:center;
	margin-bottom:22px;
}


.long_input input[type="text"] {
	width:100%;
}
.english .content_box2 table td.h_month,
.english .content_box2 table td.h_month2 {
	text-align:left !important;
}


