/*
Theme Name: Moriichi Corporate Site
Theme URI: http://wordpress.org/themes/twentytwelve
Author: R-design
Author URI: http://rde-.net
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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%;
	line-height:1.3;
	vertical-align: baseline;
}
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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-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: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
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;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


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

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	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;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images 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 */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
x	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
x	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
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%;
	margin-left:auto;
	margin-right:auto;
}
.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: 98%;
	padding: 1%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


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

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
x	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
	background-color: #fff;
}
.site-content {
x	margin: 24px 0 0;
x	margin: 1.714285714rem 0 0;
}
.widget-area {
x	margin: 24px 0 0;
x	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
x	padding: 24px 0;
x	padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
x	max-width: 960px;
x	max-width: 68.571428571rem;
x	margin-top: 24px;
x	margin-top: 1.714285714rem;
x	margin-left: auto;
x	margin-right: auto;
x	padding: 24px 0;
x	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
x	color: #686868;
}
footer[role="contentinfo"] a:hover {
x	color: #21759b;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content th,
.comment-content th,
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 2px solid #ededed;
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

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

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


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		width:100%;
		margin: 0 auto;
x		max-width: 960px;
x		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 751px;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 237px;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0 40px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/* = R-design Original Setting 
----------------------------------------------- */

/* HEADER ===================================*/
#masthead{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10000;
	background:url(imgs/bg/bg_head.gif) repeat-x left bottom;
}

header#masthead{
	display:block;
	height:142px;
}
#header-inner,
#headrest-inner,
#contents-inner,
#main-inner,
#footer-inner{
	width:1010px;
	margin:0 auto;
	position:relative;
}

#headrest,
#footrest{
	height:23px;
	color:#fff;
	background:url(imgs/bg/bg_headrest.gif) repeat-x;
}
#headrest{
	background-position:left bottom;
}
#headrest #headrest-inner{
	font-size:12px;
	line-height:23px;
}

header#masthead h1{
	position:absolute;
	top:12px;
	left:0;
	padding:0;
}
header#masthead h1 a{
	display:block;
	width:297px;
	height:61px;
	background:url(imgs/common/logo-green.png) no-repeat 0 0;
	text-indent:-9999px;
}
header#masthead .telephone{
	position:absolute;
	top:24px;
	right:0;
	display:block;
	width:261px;
	height:67px;
	margin:0px 0 0 0;
	background:url(imgs/txt/head_tel.png) no-repeat 0 0;
	text-indent:-9999px;
}


/* Key Visual SLIDER ===================================*/
#keyWrap{
	height:455px;
	background:url(imgs/bg/bg_key-thum.gif) repeat-x left bottom;
}
#keyV{
	width:100%;
	height:506px;
	background:url(images/bg-key.gif) 0 0 repeat-x;
x	display:none;
}
.galleryview {
	width:950px;
	margin:2px auto 0 !important;
	border:none !important;
	background: none !important;
}
.filmstrip {
	background:none !important;
	margin:5px 0 0 0 !important;
}
.filmstrip li {
	margin:0 18px 0 0;
}


/* GLOBAL NAVI ===================================*/
.oe_wrapper{
	position:absolute;
	top:88px;
	left:0;
}	
.oe_overlay{display:none;}

.oe_overlay{
	background:#000;
	opacity:0;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
ul.oe_menu{
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
	width:1010px;
	height:60px;
	float:left;
	clear:both;
}
ul.oe_menu > li{
	position:relative;
x	width:252px;
	width:144px;
	height:60px;
	float:left;
}
ul.oe_menu > li > a{
	display:block;
x	width:252px;
	width:144px;
	height:60px;
	background:url(imgs/navi/gmenu.gif) no-repeat;
	text-indent:-9999px;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
ul.oe_menu > li.nav01,
ul.oe_menu > li.nav07,
ul.oe_menu > li.nav01 > a,
ul.oe_menu > li.nav07 > a{width:145px;}
/*
ul.oe_menu > li.nav01 a{background-position:0 -60px;}
ul.oe_menu > li.nav02 a{background-position:-252px -60px;}
ul.oe_menu > li.nav03 a{background-position:-504px -60px;}
ul.oe_menu > li.nav04 a{background-position:-756px -60px; width:254px;}
ul.oe_menu > li.nav01 a:hover,ul.oe_menu > li.nav01 a.on,ul.oe_menu > li.nav01.selected a{background-position:0 0px;}
ul.oe_menu > li.nav02 a:hover,ul.oe_menu > li.nav02 a.on,ul.oe_menu > li.nav02.selected a{background-position:-252px 0px;}
ul.oe_menu > li.nav03 a:hover,ul.oe_menu > li.nav03 a.on,ul.oe_menu > li.nav03.selected a{background-position:-504px 0px;}
ul.oe_menu > li.nav04 a:hover,ul.oe_menu > li.nav04 a.on,ul.oe_menu > li.nav04.selected a{background-position:-756px 0px;}
*/

ul.oe_menu > li.nav01 a{background-position:0 -60px;}
ul.oe_menu > li.nav02 a{background-position:-145px -60px;}
ul.oe_menu > li.nav03 a{background-position:-289px -60px;}
ul.oe_menu > li.nav04 a{background-position:-433px -60px;}
ul.oe_menu > li.nav05 a{background-position:-577px -60px;}
ul.oe_menu > li.nav06 a{background-position:-721px -60px;}
ul.oe_menu > li.nav07 a{background-position:-865px -60px;}
ul.oe_menu > li.nav01 a:hover,ul.oe_menu > li.nav01 a.on,ul.oe_menu > li.nav01.selected a{background-position:0 0px;}
ul.oe_menu > li.nav02 a:hover,ul.oe_menu > li.nav02 a.on,ul.oe_menu > li.nav02.selected a{background-position:-145px 0px;}
ul.oe_menu > li.nav03 a:hover,ul.oe_menu > li.nav03 a.on,ul.oe_menu > li.nav03.selected a{background-position:-289px 0px;}
ul.oe_menu > li.nav04 a:hover,ul.oe_menu > li.nav04 a.on,ul.oe_menu > li.nav04.selected a{background-position:-433px 0px;}
ul.oe_menu > li.nav05 a:hover,ul.oe_menu > li.nav05 a.on,ul.oe_menu > li.nav05.selected a{background-position:-577px 0px;}
ul.oe_menu > li.nav06 a:hover,ul.oe_menu > li.nav06 a.on,ul.oe_menu > li.nav06.selected a{background-position:-721px 0px;}
ul.oe_menu > li.nav07 a:hover,ul.oe_menu > li.nav07 a.on,ul.oe_menu > li.nav07.selected a{background-position:-865px 0px;}

.oe_wrapper ul.hovered > li > a{
x	background:#fff;
x	text-shadow:0px 0px 1px #FFF;
}

ul.oe_menu div.pull{
	position:absolute;
	top:60px;
	width:1008px;
	height:252px;
	padding:1px 0;	
	background:rgba(0,51,0,.8) url(imgs/bg/bg_pull_shadow.png) repeat-x top left;
	display:none;
}
ul.oe_menu .nav01 div.pull{left:1px;}
ul.oe_menu .nav02 div.pull{left:-144px;}
ul.oe_menu .nav03 div.pull{left:-288px;}
ul.oe_menu .nav04 div.pull{left:-432px;}
ul.oe_menu .nav05 div.pull{left:-576px;}
ul.oe_menu .nav06 div.pull{left:-720px;}
ul.oe_menu .nav07 div.pull{left:-864px;}

ul.oe_menu #menu-solution,
ul.oe_menu #menu-stationery,
ul.oe_menu #menu-other,
ul.oe_menu #menu-crisis,
ul.oe_menu #menu-novelty,
ul.oe_menu #menu-items,
ul.oe_menu #menu-intro,
ul.oe_menu #nav_menu-2,
ul.oe_menu #nav_menu-19,
ul.oe_menu #nav_menu-17,
ul.oe_menu #nav_menu-18{
	position:relative;
}

ul.oe_menu #menu-other li a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0;
	font-size:13px;
	line-height:16px;}
ul.oe_menu #menu-other li a:hover{color:#ff0;}
ul.oe_menu #menu-other li.ot-nav01{
	position:absolute;
	top:10px;
	left:20px;}
ul.oe_menu #menu-other li.ot-nav02{
	position:absolute;
	top:10px;
	left:408px;}



/* nav01 */
ul.oe_menu #menu-solution li.so-nav01 a,
ul.oe_menu #menu-solution li.so-nav02 a,
ul.oe_menu #menu-solution li.so-nav03 a,
ul.oe_menu #menu-solution li.so-nav04 a,
ul.oe_menu #menu-solution li.so-nav05 a,
ul.oe_menu #menu-solution li.so-nav06 a,
ul.oe_menu #menu-solution li.so-nav07 a,
ul.oe_menu #menu-solution li.so-nav02-1 a,
ul.oe_menu #menu-solution li.so-nav02-2 a,
ul.oe_menu #menu-solution li.so-nav02-3 a,
ul.oe_menu #menu-solution li.so-nav02-6 a,
ul.oe_menu #menu-solution li.so-nav02-7 a,
ul.oe_menu #menu-solution li.so-nav02-7 a,
ul.oe_menu li.nav01 .pos01{
	position:absolute;
	display:block;
	background:url(imgs/navi/snavi01.png) no-repeat;
	text-indent:-9999px;
	font-size:12px;
	line-height:16px;
	color:#fff;}
ul.oe_menu #menu-solution li.so-nav01 a{top:1px; left:1px; width:250px; height:250px; background-position:0 0;}
ul.oe_menu #menu-solution li.so-nav02 a{top:1px; left:253px; width:250px; height:124px; background-position:-253px 0;}
ul.oe_menu #menu-solution li.so-nav03 a{top:127px; left:253px; width:124px; height:124px; background-position:-253px -126px;}
ul.oe_menu #menu-solution li.so-nav04 a{top:1px; left:756px; width:124px; height:124px; background-position:-756px 0px;}
ul.oe_menu #menu-solution li.so-nav07 a{top:127px; left:756px; width:250px; height:124px; background-position:-756px -126px;}
ul.oe_menu #menu-solution li.so-nav02-1 a{top:1px; left:504px; width:250px; height:61px; background-position:-504px 0;}
ul.oe_menu #menu-solution li.so-nav02-2 a{top:64px; left:504px; width:250px; height:61px; background-position:-504px -63px;}
ul.oe_menu #menu-solution li.so-nav02-3 a{top:127px; left:504px; width:250px; height:61px; background-position:-504px -126px;}
ul.oe_menu #menu-solution li.so-nav02-6 a{top:190px; left:504px; width:250px; height:61px; background-position:-504px -189px;}
ul.oe_menu #menu-solution li.so-nav02-7 a{top:1px; left:882px; width:124px; height:124px; background-position:-882px 0;}
ul.oe_menu li.nav01 .pos01{top:128px; left:378px; width:124px; height:124px; background-position:-378px -126px;}

/* nav02 */
ul.oe_menu #menu-stationery li.st-nav01 a,
ul.oe_menu #menu-stationery li.st-nav04 a,
ul.oe_menu #menu-stationery li.st-nav05 a,
ul.oe_menu #menu-stationery li.st-nav01-1 a,
ul.oe_menu #menu-stationery li.st-nav01-2 a,
ul.oe_menu li.nav02 .pos01{
	position:absolute;
	display:block;
	background:url(imgs/navi/snavi03.png) no-repeat;
	text-indent:-9999px;}
ul.oe_menu #menu-stationery li.st-nav01 a{top:1px; left:1px; width:250px; height:250px; background-position:0 0;}
ul.oe_menu #menu-stationery li.st-nav04 a{top:1px; left:504px; width:250px; height:250px; background-position:-504px 0px;}
ul.oe_menu #menu-stationery li.st-nav05 a{top:127px; left:756px; width:250px; height:124px; background-position:-756px -126px;}
ul.oe_menu #menu-stationery li.st-nav01-1 a{top:1px; left:253px; width:250px; height:124px; background-position:-253px 0;}
ul.oe_menu #menu-stationery li.st-nav01-2 a{top:127px; left:253px; width:250px; height:124px; background-position:-253px -126px;}
ul.oe_menu li.nav02 .pos01{top:2px; left:756px; width:250px; height:124px; background-position:-756px 0;}

/* nav03 */
ul.oe_menu #menu-crisis li.cr-nav01 a,
ul.oe_menu #menu-crisis li.cr-nav02 a,
ul.oe_menu #menu-crisis li.cr-nav01-1 a,
ul.oe_menu #menu-crisis li.cr-nav01-2 a,
ul.oe_menu li.nav03 .pos01,
ul.oe_menu li.nav03 .pos02{
	position:absolute;
	display:block;
	background:url(imgs/navi/snavi02.png) no-repeat;
	text-indent:-9999px;}
ul.oe_menu #menu-crisis li.cr-nav01 a{top:1px; left:1px; width:250px; height:250px; background-position:0 0;}
ul.oe_menu #menu-crisis li.cr-nav02 a{top:127px; left:756px; width:250px; height:124px; background-position:-756px -126px;}
ul.oe_menu #menu-crisis li.cr-nav01-1 a{top:1px; left:253px; width:250px; height:124px; background-position:-253px 0;}
ul.oe_menu #menu-crisis li.cr-nav01-2 a{top:127px; left:253px; width:250px; height:124px; background-position:-253px -126px;}
ul.oe_menu li.nav03 .pos01{top:2px; left:504px; width:250px; height:250px; background-position:-504px 0px;}
ul.oe_menu li.nav03 .pos02{top:2px; left:756px; width:250px; height:124px; background-position:-756px 0;}

/* nav04 */
ul.oe_menu #menu-novelty li.no-nav01 a,
ul.oe_menu #menu-novelty li.no-nav02 a,
ul.oe_menu #menu-novelty li.no-nav01-1 a,
ul.oe_menu li.nav04 .pos01,
ul.oe_menu li.nav04 .pos02,
ul.oe_menu li.nav04 .pos03{
	position:absolute;
	display:block;
	background:url(imgs/navi/snavi04.png) no-repeat;
	text-indent:-9999px;}
ul.oe_menu #menu-novelty li.no-nav01 a{top:1px; left:1px; width:250px; height:250px; background-position:0 0;}
ul.oe_menu #menu-novelty li.no-nav02 a{top:127px; left:756px; width:250px; height:124px; background-position:-756px -126px;}
ul.oe_menu #menu-novelty li.no-nav01-1 a{top:1px; left:253px; width:250px; height:124px; background-position:-253px 0;}
ul.oe_menu li.nav04 .pos01{top:128px; left:253px; width:250px; height:124px; background-position:-253px -126px;}
ul.oe_menu li.nav04 .pos02{top:2px; left:504px; width:250px; height:250px; background-position:-504px 0px;}
ul.oe_menu li.nav04 .pos03{top:2px; left:756px; width:250px; height:124px; background-position:-756px 0;}

/* nav05 */
ul.oe_menu #menu-items li.it-nav01 a,
ul.oe_menu #menu-items li.it-nav02 a,
ul.oe_menu #menu-items li.it-nav01-1 a,
ul.oe_menu #menu-items li.it-nav01-2 a,
ul.oe_menu li.nav05 .pos01{
	position:absolute;
	display:block;
	background:url(imgs/navi/snavi05.png) no-repeat;
	text-indent:-9999px;}
ul.oe_menu #menu-items li.it-nav01 a{top:1px; left:1px; width:250px; height:250px; background-position:0 0;}
ul.oe_menu #menu-items li.it-nav02 a{top:1px; left:756px; width:250px; height:250px; background-position:-756px 0;}
ul.oe_menu #menu-items li.it-nav01-1 a{top:1px; left:253px; width:250px; height:124px; background-position:-253px 0;}
ul.oe_menu #menu-items li.it-nav01-2 a{top:127px; left:253px; width:250px; height:124px; background-position:-253px -126px;}
ul.oe_menu li.nav05 .pos01{top:2px; left:504px; width:250px; height:250px; background-position:-504px 0px;}

/* nav06 */
ul.oe_menu #menu-intro li.ir-nav01 a,
ul.oe_menu #menu-intro li.ir-nav02 a,
ul.oe_menu li.nav06 .pos01{
	position:absolute;
	display:block;
	background:url(imgs/navi/snavi07.png) no-repeat;
	text-indent:-9999px;}
ul.oe_menu #menu-intro li.ir-nav01 a{top:1px; left:1px; width:439px; height:250px; background-position:0 0;}
ul.oe_menu #menu-intro li.ir-nav02 a{top:1px; left:756px; width:250px; height:250px; background-position:-756px 0;}
ul.oe_menu li.nav06 .pos01{top:2px; left:442px; width:313px; height:250px; background-position:-442px 0px;}

/* nav07 */
ul.oe_menu #nav_menu-2 h3,
ul.oe_menu #menu-company li.co-nav01 a,
ul.oe_menu #menu-company li.co-nav02 a,
ul.oe_menu #menu-company li.co-nav03 a,
ul.oe_menu #menu-company li.co-nav04 a,
ul.oe_menu #menu-company li.co-nav05 a,
ul.oe_menu #nav_menu-17 h3,
ul.oe_menu #menu-recruit li.re-nav01 a,
ul.oe_menu #menu-information li.if-nav01 a,
ul.oe_menu #menu-inquiry li.in-nav01 a,
ul.oe_menu #menu-inquiry li.in-nav01-1 a,
ul.oe_menu #menu-inquiry li.in-nav01-2 a,
ul.oe_menu #menu-inquiry li.in-nav01-3 a{
	position:absolute;
	display:block;
	background:url(imgs/navi/snavi06.png) no-repeat;
	text-indent:-9999px;}
ul.oe_menu #nav_menu-2 h3{top:1px; left:1px; width:250px; height:250px; background-position:0 0;}
ul.oe_menu #menu-company li.co-nav01 a{top:1px; left:252px; width:124px; height:124px; background-position:-252px 0;}
ul.oe_menu #menu-company li.co-nav02 a{top:1px; left:378px; width:124px; height:124px; background-position:-378px 0;}
ul.oe_menu #menu-company li.co-nav03 a{top:127px; left:252px; width:124px; height:124px; background-position:-252px -126px;}
ul.oe_menu #menu-company li.co-nav04 a{top:127px; left:378px; width:124px; height:61px; background-position:-378px -126px;}
ul.oe_menu #menu-company li.co-nav05 a{top:190px; left:378px; width:124px; height:61px; background-position:-378px -189px;}
ul.oe_menu #nav_menu-17 h3{top:1px; left:504px; width:187px; height:124px; background-position:-504px 0;}
ul.oe_menu #menu-recruit li.re-nav01 a{top:127px; left:504px; width:187px; height:61px; background-position:-504px -126px;}
ul.oe_menu #menu-information li.if-nav01 a{top:190px; left:504px; width:187px; height:61px; background-position:-504px -189px;}
ul.oe_menu #menu-inquiry li.in-nav01 a{top:1px; left:693px; width:124px; height:250px; background-position:-693px 0;}
ul.oe_menu #menu-inquiry li.in-nav01-1 a{top:1px; left:819px; width:187px; height:61px; background-position:-819px 0;}
ul.oe_menu #menu-inquiry li.in-nav01-2 a{top:64px; left:819px; width:187px; height:61px; background-position:-819px -63px;}
ul.oe_menu #menu-inquiry li.in-nav01-3 a{top:127px; left:819px; width:187px; height:124px; background-position:-819px -126px;}

ul.oe_menu #menu-solution li.so-nav01 a:hover,
ul.oe_menu #menu-solution li.so-nav02 a:hover,
ul.oe_menu #menu-solution li.so-nav03 a:hover,
ul.oe_menu #menu-solution li.so-nav04 a:hover,	
ul.oe_menu #menu-solution li.so-nav05 a:hover,
ul.oe_menu #menu-solution li.so-nav06 a:hover,
ul.oe_menu #menu-solution li.so-nav07 a:hover,
ul.oe_menu #menu-stationery li.st-nav01 a:hover,
ul.oe_menu #menu-stationery li.st-nav02 a:hover,
ul.oe_menu #menu-stationery li.st-nav03 a:hover,
ul.oe_menu #menu-stationery li.st-nav04 a:hover,	
ul.oe_menu #menu-stationery li.st-nav05 a:hover,
ul.oe_menu #menu-other li.ot-nav01 a:hover,
ul.oe_menu #menu-other li.ot-nav02 a:hover,
ul.oe_menu #menu-crisis li.cr-nav01 a:hover,
ul.oe_menu #menu-crisis li.cr-nav02>a:hover,
ul.oe_menu #menu-novelty li.no-nav01 a:hover,
ul.oe_menu #menu-novelty li.no-nav02>a:hover,
ul.oe_menu #menu-items li.it-nav01 a:hover,
ul.oe_menu #menu-items li.it-nav02 a:hover,
ul.oe_menu #menu-intro li.ir-nav01 a:hover,
ul.oe_menu #menu-intro li.ir-nav02 a:hover,
ul.oe_menu #menu-company li.co-nav01 a:hover,
ul.oe_menu #menu-company li.co-nav02 a:hover,
ul.oe_menu #menu-company li.co-nav03 a:hover,
ul.oe_menu #menu-company li.co-nav04 a:hover,
ul.oe_menu #menu-company li.co-nav05 a:hover,
ul.oe_menu #menu-information li.if-nav01 a:hover,
ul.oe_menu #menu-recruit li.re-nav01 a:hover,
ul.oe_menu #menu-recruit li.re-nav02 a:hover,
ul.oe_menu #menu-inquiry li.in-nav01 a:hover{
	filter: alpha(opacity=3);
	-moz-opacity:0.3;
	opacity:0.3;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}


/* CONTENTS ===================================*/
#pageWrap{
	background:#fff url(imgs/bg/bg_key.gif) repeat-x 0 125px;
	padding-top:165px;
}

/* News Information ----------------------------------------*/
.breadcrumbs{
	padding:20px 0 4px 10px;
	font-size:10px;
	line-height:1.2em;
	border-bottom:1px solid #12873a;
}

/* News Information ----------------------------------------*/
#informationWrap{
	clear:both;
	margin-top:1px;
	padding:26px 0 50px 0;
	background:#faf8f4;
	border-bottom:1px solid #ededed;
}
#information{
	width:1010px;
	margin:0 auto;}

#information h2{
	height:32px;
	text-indent:-9999px;
	background:url(imgs/title/ttl_information.png) no-repeat 0 0;
	border-bottom:1px solid #008837;
}
#information .other-link{
	position:relative;
}
#information .other-link a{
	display:block;
	width:120px;
	height:20px;
	background:url(imgs/button/btn_archive.png) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	top:12px;
	right:10px;
}

#information table{
	width:1010px;
	font-size:13px;
	line-height:1.2;
}
#information tr{
	background:#faf8f4;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
#information tr:hover{
	background:#e6dfd1;
}
#information th{
	text-align:left;
	vertical-align:top;
	padding:10px 0 10px 1.5em;
	font-weight:normal;
	width:11em;
	background:url(imgs/common/dot_1x1-2.gif) repeat-x left bottom;
}
#information td{
	padding:10px 0;
	vertical-align:top;
	background:url(imgs/common/dot_1x1-2.gif) repeat-x left bottom;
}
#information td a{
	text-decoration:none;
	color:rgba(71,98,76,1);
}
#information td a:hover{
	color:#000;
}


/* Main Contents ----------------------------------------*/
#contentsWrap{
	clear:both;
	margin-top:1px;
	padding:26px 0 50px 0;
	border-bottom:1px solid #ededed;
}


/* Pick up ----------------------------------------*/
#pickup{
	width:1010px;
	margin:0 auto;
	padding-bottom:20px;
	background:url(imgs/common/dot1-2-grn.png) repeat-x left bottom;
}
#pickup h2{
	height:32px;
	margin-bottom:10px;
	text-indent:-9999px;
	background:url(imgs/title/ttl_pickup.png) no-repeat 0 0;
	border-bottom:1px solid #008837;
}
.mainCategory{
	display:block;
	height:120px;
	list-style:none;
	margin:0;
	padding:0;
	background:url(imgs/common/dot1-1-2-1.png) repeat-x left bottom;}
.mainCategory li,
.mainProducts li{
	float:left;
	width:480px;
	list-style:none;}
.mainCategory li.btn01,
.mainProducts li.btn01{
	margin-right:50px;}
.mainCategory li a,
.mainProducts li a{
	display:block;
	width:480px;
	height:100px;
	text-indent:-9999px;}
.mainCategory .btn01 a{background:url(imgs/button/btn_solution-main.png) no-repeat 0 0;}
.mainCategory .btn02 a{background:url(imgs/button/btn_stationery-main.png) no-repeat 0 0;}
.mainCategory .btn01:hover{
	background:#3b4b80;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;}
.mainCategory .btn02:hover,
.mainProducts .btn01:hover,
.mainProducts .btn02:hover{
	background:#397746;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;}

.mainProducts{
	display:block;
	clear:both;
	height:100px;
	list-style:none;
	margin:0;
	padding:10px 0;
	background:url(imgs/common/dot1-1-2-1.png) repeat-x left top;
}
.mainProducts .btn01 a{background:url(imgs/button/btn_pdct01-main.png) no-repeat 0 0;}
.mainProducts .btn02 a{background:url(imgs/button/btn_pdct02-main.png) no-repeat 0 0;}

#pickup dl,
#pickupMini dl{
	float:left;
	display:block;
	width:320px;
	margin:20px 0 00px;
	color:#666;
}
#pickup dl.pickup01,
#pickup dl.pickup02,
#pickup dl.pickup03,
#pickup dl.pickup04,
#pickup dl.pickup05,
#pickup dl.pickup06,
#pickup dl.pickup07,
#pickup dl.pickup08,
#pickup dl.pickup09{margin:15px 8px;}
#pickup dl.pickup04,
#pickup dl.pickup07{clear:both;}
#pickupMini dl.pickup01,
#pickupMini dl.pickup02,
#pickupMini dl.pickup03,
#pickupMini dl.pickup04,
#pickupMini dl.pickup05,
#pickupMini dl.pickup06,
#pickupMini dl.pickup07,
#pickupMini dl.pickup08{margin:10px 2px;}

#pickup dt{
	display:block;
	width:320px;
	height:100px;
}
#pickupMini dt{
	display:block;
	width:238px;
	height:90px;
}
#pickup .pickup01 dt:hover,
#pickup .pickup02 dt:hover,
#pickup .pickup03 dt:hover,
#pickup .pickup07 dt:hover,
#pickupMini .pickup01 dt:hover,
#pickupMini .pickup02 dt:hover,
#pickupMini .pickup03 dt:hover,
#pickupMini .pickup07 dt:hover{
	background:#3b4b80;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;}
#pickup .pickup04 dt:hover,
#pickup .pickup05 dt:hover,
#pickup .pickup06 dt:hover,
#pickup .pickup08 dt:hover,
#pickupMini .pickup04 dt:hover,
#pickupMini .pickup05 dt:hover,
#pickupMini .pickup06 dt:hover,
#pickupMini .pickup08 dt:hover,
#pickupMini .pickup09 dt:hover{
	background:#397746;
	/*Transition*/
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	-ms-transition: All 0.5s ease;
	transition: All 0.5s ease;}

#pickup .pickup03 dt:hover,
#pickup .pickup09 dt:hover{background:#993300;}
#pickup .pickup04 dt:hover,
#pickup .pickup06 dt:hover{background:#696b45;}

#pickup dt a{
	display:block;
	width:320px;
	height:100px;
	text-indent:-9999px;
}
#pickupMini dt a{
	display:block;
	width:238px;
	height:90px;
	text-indent:-9999px;
}
#pickup .pickup01 .nav a{background:url(imgs/button/btn_toppic01.png) no-repeat 0 0;}
#pickup .pickup02 .nav a{background:url(imgs/button/btn_toppic02.png) no-repeat 0 0;}
#pickup .pickup03 .nav a{background:url(imgs/button/btn_toppic03.png) no-repeat 0 0;}
#pickup .pickup04 .nav a{background:url(imgs/button/btn_toppic04.png) no-repeat 0 0;}
#pickup .pickup05 .nav a{background:url(imgs/button/btn_toppic05.png) no-repeat 0 0;}
#pickup .pickup06 .nav a{background:url(imgs/button/btn_toppic06.png) no-repeat 0 0;}
#pickup .pickup07 .nav a{background:url(imgs/button/btn_toppic07.png) no-repeat 0 0;}
#pickup .pickup08 .nav a{background:url(imgs/button/btn_toppic08.png) no-repeat 0 0;}
#pickup .pickup09 .nav a{background:url(imgs/button/btn_toppic09.png) no-repeat 0 0;}
#pickupMini .pickup01 .nav a{background:url(imgs/button/solution01.png) no-repeat 0 0;}
#pickupMini .pickup02 .nav a{background:url(imgs/button/solution02.png) no-repeat 0 0;}
#pickupMini .pickup03 .nav a{background:url(imgs/button/solution03.png) no-repeat 0 0;}


#pickup dd,
#pickupMini dd{
	display:block;
	margin:0;
	font-size:12px;
	line-height:1.2em;
	text-align:justify;}
#pickupMini{margin-left:20px;}
#pickupMini dl,
#pickupMini dt,
#pickupMini dt a,
#pickupMini dd.ttl a{width:238px;}
/*
*/

#pickupMini dd{
	width:220px;
	padding-left:5px;}
#pickup dd.ttl a{
	display:block;
	width:320px;
	height:20px;
	margin:4px 0 2px;
	text-indent:-9999px;
}
#pickupMini dd.ttl a{
	display:block;
	width:310px;
	height:20px;
	margin:4px 0 2px -5px;
	text-indent:-9999px;
}
#pickup .pickup01 .ttl a{background:url(imgs/title/btn_toptxt01.png) no-repeat 0 0;}
#pickup .pickup02 .ttl a{background:url(imgs/title/btn_toptxt02.png) no-repeat 0 0;}
#pickup .pickup03 .ttl a{background:url(imgs/title/btn_toptxt03.png) no-repeat 0 0;}
#pickup .pickup04 .ttl a{background:url(imgs/title/btn_toptxt04.png) no-repeat 0 0;}
#pickup .pickup05 .ttl a{background:url(imgs/title/btn_toptxt05.png) no-repeat 0 0;}
#pickup .pickup06 .ttl a{background:url(imgs/title/btn_toptxt06.png) no-repeat 0 0;}
#pickup .pickup07 .ttl a{background:url(imgs/title/btn_toptxt07.png) no-repeat 0 0;}
#pickup .pickup08 .ttl a{background:url(imgs/title/btn_toptxt08.png) no-repeat 0 0;}
#pickup .pickup09 .ttl a{background:url(imgs/title/btn_toptxt09.png) no-repeat 0 0;}
#pickupMini .pickup01 .ttl a{background:url(imgs/title/catofficesolution01.png) no-repeat 0 0;}
#pickupMini .pickup02 .ttl a{background:url(imgs/title/catofficesolution02.png) no-repeat 0 0;}
#pickupMini .pickup03 .ttl a{background:url(imgs/title/catofficesolution03.png) no-repeat 0 0;}
/* Contents ----------------------------------------*/
#contents{
	width:1010px;
	margin:0 auto;
	padding-bottom:10px;
}
#contents h3{
	height:19px;
	margin:40px 0 12px;
	text-indent:-9999px;
	background:url(imgs/title/ttl_contents.png) no-repeat 0 0;
}
#contents ul{
	list-style:none;
	margin:0;
	padding:0;
}
#contents li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#contents li a{
	display:block;
	width:237px;
	height:80px;
	text-indent:-9999px;
}
#contents li.nav01 a{background:url(imgs/button/btn_other.gif) no-repeat 0 0; margin-left:20px;}
#contents li.nav02 a{background:url(imgs/button/btn_aboutus.gif) no-repeat 0 0; margin-left:20px;}
#contents li.nav03 a{background:url(imgs/button/btn_message.gif) no-repeat 0 0; margin-left:20px;}
#contents li.nav04 a{background:url(imgs/button/btn_profile.gif) no-repeat 0 0;}


/* Shop Contact ----------------------------------------*/
#shopContactWrap{
	clear:both;
	margin-top:1px;
	padding:26px 0 50px 0;
	background:#f7f7f7;
	border-bottom:1px solid #d9d9d9;
}
#shopContact{
	width:1010px;
	margin:0 auto;
}
#shopContact .left{
	float:left;
	width:665px;}
#shopContact .right{
	float:right;
	width:320px;
}
#shopContact .left h3{
	height:32px;
	margin-bottom:10px;
	text-indent:-9999px;
	background:url(imgs/title/ttl_shop.png) no-repeat 0 0;
	border-bottom:1px solid #008837;
}
#shopContact .right h3{
	height:32px;
	margin-bottom:10px;
	text-indent:-9999px;
	background:url(imgs/title/ttl_contact.png) no-repeat 0 0;
	border-bottom:1px solid #008837;
}

#shopContact #gmap{
	display:block;
	width:318px;
	height:188px;
	margin:0 0 0 345px;
	border:1px solid #ccc;
}
#shopContact .contact{
	position:relative;
	display:block;
	width:320px;
	height:190px;
	background:url(imgs/bg/bg_contact.gif) no-repeat 0 0;
}
#shopContact .shop{
	width:335px;
	float:left;
}
#shopContact .shop p{
	margin-bottom:2px;
}
#shopContact .shop a{
	float:left;
	display:block;
	width:103px;
	height:103px;
	margin:0 8px 0 0;
	background:url(imgs/button/store_info.png) no-repeat 0 0;
	text-indent:-9999px;
}
#shopContact .contact .nav01{
	display:block;
	width:134px;
	height:34px;
	background:url(imgs/button/btn_form01.png) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	top:46px;
	left:17px;
}
#shopContact .contact .nav02{
	display:block;
	width:134px;
	height:34px;
	background:url(imgs/button/btn_form02.png) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	top:46px;
	left:178px;
}
#shopContact .contact .nav03{
	display:block;
	width:214px;
	height:34px;
	background:url(imgs/button/btn_form03.png) no-repeat 0 0;
	text-indent:-9999px;
	position:absolute;
	top:151px;
	left:99px;
}


/* Foot navi ----------------------------------------*/
#footNaviWrap{
	clear:both;
	margin-top:1px;
	padding:26px 0 40px 0;
	background:#ededed;
}
#footNavi{
	width:1010px;
	height:250px;
	margin:0 auto;
	font-size:10px;
	line-height:1.6;
	position:relative;
}
#footNavi h4{
	border-bottom:1px solid #008837;
}
#footNavi .pageCat{
x	float:left;
	position:absolute;
	margin:0 5px;
}
#footNavi #nav_menu-6{width:330px;}
#footNavi #nav_menu-7,
#footNavi #nav_menu-8,
#footNavi #nav_menu-9,
#footNavi #nav_menu-10,
#footNavi #nav_menu-11,
#footNavi #nav_menu-12,
#footNavi #nav_menu-13,
#footNavi #nav_menu-29,
#footNavi #nav_menu-30{width:210px;}

#footNavi #nav_menu-6{top:0; left:0;}
#footNavi #nav_menu-7{top:0; left:345px;}
#footNavi #nav_menu-8{top:140px; left:345px;}
#footNavi #nav_menu-30{top:0; left:570px;}
#footNavi #nav_menu-29{top:85px; left:570px;}
#footNavi #nav_menu-9{top:165px; left:570px;}
#footNavi #nav_menu-12{top:223px; left:0;}
#footNavi #nav_menu-11{top:0px; left:795px;}
#footNavi #nav_menu-10{top:117px; left:795px;}
#footNavi #nav_menu-13{top:176px; left:795px;}

#footNavi .pageCat h3{
	margin-top:8px;
	padding-left:1em;
	border-bottom:1px solid #008837;
	background:url(imgs/common/square-grn.png) no-repeat left center;
}

#footNavi a{
	display:block;
	color:#333;
	padding:0 0 0 1em;
	text-decoration:none;
	font-size:10px;
	line-height:1.6;
}
#footNavi a:hover{
	color:#368455;
}

#footNavi .so-nav01,
#footNavi .so-nav02,
#footNavi .so-nav03,
#footNavi .so-nav04,
#footNavi .so-nav07,
#footNavi .st-nav01,
#footNavi .st-nav02,
#footNavi .st-nav03,
#footNavi .st-nav04,
#footNavi .st-nav05,
#footNavi .ot-nav01,
#footNavi .ot-nav02,
#footNavi .in-nav01,
#footNavi .cr-nav02,
#footNavi .no-nav02{
	clear:both;
	margin-top:3px;}
#footNavi .co-nav01,
#footNavi .re-nav01,
#footNavi .if-nav01,
#footNavi .sm-nav01{
	clear:both;
	margin-top:3px;}
#footNavi .co-nav02,
#footNavi .co-nav03,
#footNavi .co-nav04,
#footNavi .co-nav05,
#footNavi .re-nav02{clear:both;}
#footNavi .so-nav05,
#footNavi .so-nav06{margin-top:3px;}
#footNavi .so-nav01 a,
#footNavi .so-nav02 a,
#footNavi .so-nav03 a,
#footNavi .so-nav04 a,
#footNavi .so-nav05 a,
#footNavi .so-nav06 a,
#footNavi .so-nav07 a,
#footNavi .st-nav01 a,
#footNavi .st-nav02 a,
#footNavi .st-nav03 a,
#footNavi .st-nav04 a,
#footNavi .st-nav05 a,
#footNavi .cr-nav01 a,
#footNavi .cr-nav02 a,
#footNavi .no-nav01 a,
#footNavi .no-nav02 a,
#footNavi .pr-nav01 a,
#footNavi .it-nav01 a,
#footNavi .ot-nav01 a,
#footNavi .ot-nav02 a,
#footNavi .in-nav01 a{
	font-weight:bold;
	margin:0;
	font-size:10px;
	line-height:1.2;
	margin-left:0.5em;
	padding:3px 0 3px 1em;
	border-bottom:1px solid #DDD;
	background:url(imgs/common/disclink-grn.png) no-repeat left center;
}
#footNavi .so-nav05 a,
#footNavi .so-nav06 a{
	float:left;
	width:178px;
	font-weight:bold;
	margin:0;
	font-size:10px;
	line-height:1.2;
	margin-left:0.5em;
	padding:3px 0 3px 1em;
	border-bottom:1px solid #DDD;
	background:url(imgs/common/disclink-grn.png) no-repeat left center;
}
#footNavi .so-nav05 a{
	clear:both;}
#footNavi .so-nav02-1 a,
#footNavi .so-nav02-2 a,
#footNavi .so-nav02-3 a,
#footNavi .so-nav02-4 a,
#footNavi .so-nav02-5 a,
#footNavi .so-nav02-6 a,
#footNavi .so-nav02-7 a,
#footNavi .so-nav03-1 a,
#footNavi .so-nav03-2 a,
#footNavi .so-nav03-3 a,
#footNavi .so-nav04-1 a,
#footNavi .so-nav04-2 a,
#footNavi .so-nav04-3 a,
#footNavi .cr-nav01-1 a,
#footNavi .cr-nav01-2 a,
#footNavi .no-nav01-1 a,
#footNavi .it-nav01-1 a,
#footNavi .it-nav01-2 a,
#footNavi .in-nav01-1 a,
#footNavi .in-nav01-2 a,
#footNavi .in-nav01-3 a{
	float:left;
	width:178px;
	width:100%;
	margin-left:1em;
	padding-left:0.6em;
	font-weight:normal;
	background:url(imgs/common/trianglelink-grn.png) no-repeat left center;
	border-bottom:none;
}
#footNavi .st-nav01-1 a,
#footNavi .st-nav01-2 a,
#footNavi .st-nav01-3 a,
#footNavi .st-nav04-1 a,
#footNavi .st-nav04-2 a,
#footNavi .ot-nav01-1 a,
#footNavi .ot-nav01-2 a,
#footNavi .ot-nav01-3 a,
#footNavi .ot-nav01-4 a,
#footNavi .ot-nav01-5 a,
#footNavi .co-nav01 a,
#footNavi .co-nav02 a,
#footNavi .co-nav03 a,
#footNavi .co-nav04 a,
#footNavi .co-nav05 a,
#footNavi .re-nav01 a,
#footNavi .re-nav02 a,
#footNavi .if-nav01 a,
#footNavi .sm-nav01 a{
	width:170px;
	margin-left:1em;
	padding-left:0.6em;
	font-weight:normal;
	background:url(imgs/common/trianglelink-grn.png) no-repeat left center;
	border-bottom:none;
}
#footNavi .in-nav01-1 a .j10,
#footNavi .in-nav01-2 a .j10{
	display:block;
	clear:both;
	font-size:8px;
	line-height:1.2;}

#footNaviWrap .pageup{
	width:1010px;
	margin:0 auto;
	position:relative;}

#footNaviWrap .pageup a{
	position:absolute;
	bottom:-20px;
	right:10px;
	display:block;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:url(imgs/common/pageup.png) no-repeat 0 0;
}


/* FOOTER ===================================*/
#footerWrap{
	clear:both;
	margin-top:1px;
	padding:0 0 0 0;
	background:#ededed;
	clear:both;
	background:url(imgs/bg/bg_footer.gif) repeat-x left top;
}
#footer{
	width:1010px;
	height:65px;
	margin:0 auto;
}
#footer dl.corp{
	margin:0;
	padding:6px 0 0 0;}
#footer dl.corp dt{
	float:left;
	display:block;
	width:221px;
	height:43px;
	background:url(imgs/common/foot_logo.png) no-repeat 0 0;
	text-indent:-9999px;
}
#footer dl.corp dd{
	float:left;
	display:block;
	width:450px;
	height:2.4em;
	margin:26px 0 0 30px;
	font-size:12px;
	line-height:1.2;
	color:#fff;
}
#footer .copy{
	float:right;
	width:260px;
	margin-top:32px;
	text-align:right;
	font-size:10px;
	line-height:1.2;
	color:#fff;
}


/* ==============================================
▼COMMON - Inside Page
=============================================== */
div.inner{margin:0 10px 30px 20px;}

/* entry-title */
body#solution h1.entry-title,
body#stationery h1.entry-title,
body#crisis-management h1.entry-title,
body#novelty h1.entry-title,
body#items h1.entry-title,
body#office_solution h1.entry-title,
body#office_design h1.entry-title,
body#office h1.entry-title,
body#layout h1.entry-title,
body#floor h1.entry-title,
body#line h1.entry-title,
body#equipment h1.entry-title,
body#furniture h1.entry-title,
body#system_infrastructure h1.entry-title,
body#construction h1.entry-title,
body#oa h1.entry-title,
body#merchandise h1.entry-title,
body#ec h1.entry-title,
body#crisis_management h1.entry-title,
body#bcp h1.entry-title,
body#consulting h1.entry-title,
body#selling h1.entry-title,
body#products h1.entry-title,
body#introduction h1.archive-title,
body#solution_inquiry h1.entry-title,
body#consultation h1.entry-title,
body#supply h1.entry-title,
body#route h1.entry-title,
body#original_goods h1.entry-title,
body#novelty h1.entry-title,
body#printing h1.entry-title,
body#create h1.entry-title,
body#print h1.entry-title,
body#stationery_inquiry h1.entry-title,
body#support h1.entry-title,
body#help_desk h1.entry-title,
body#temporary h1.entry-title,
body#direct_mail h1.entry-title,
body#warehouse h1.entry-title,
body#exterminate h1.entry-title,
body#rental_office h1.entry-title,
body#profile h1.entry-title,
body#histry h1.entry-title,
body#privacy-policy h1.entry-title,
body#security-policy h1.entry-title,
body#principle h1.entry-title,
body#requirements h1.entry-title,
body#entry h1.entry-title,
body#contact h1.entry-title,
body#campaign h1.entry-title,
body#general_inquiry h1.entry-title,
body.category-news h1.archive-title,
body#digital_signage h1.entry-title,
body.single-introduction h1.entry-title{
	line-height:59px;
	margin-bottom:20px;
	text-indent:-9999px;}

/* sidemenu */
#secondary .widget_nav_menu h3,
#secondary .widget_archive h3,
#secondary2 .widget_nav_menu h3,
#secondary2 .widget_archive h3{
	height:56px;
	margin:0;
	background:url(imgs/title/side_pagemenu.png) no-repeat left bottom;
	text-indent:-9999px;}
#secondary .widget_nav_menu h3.itemsNew,
#secondary2 .widget_nav_menu h3.itemsNew{background:url(imgs/solution/products/itemsnew.png) no-repeat left bottom;}
#secondary .widget_nav_menu h3.itemsCat,
#secondary2 .widget_nav_menu h3.itemsCat{background:url(imgs/solution/products/itemscat.png) no-repeat left bottom;}

#secondary .widget_nav_menu ul.menu,
#secondary .widget_archive ul,
#secondary2 .widget_nav_menu ul.menu,
#secondary2 .widget_archive ul{
	border-bottom:1px solid #12883a;}
#secondary .widget_nav_menu ul.menu>li:first-child,
#secondary .widget_archive ul>li:first-child,
#secondary2 .widget_nav_menu ul.menu>li:first-child,
#secondary2 .widget_archive ul>li:first-child{
	background:none;
	padding-top:0;}
#secondary .widget_nav_menu ul.menu li,
#secondary .widget_archive ul li,
#secondary2 .widget_nav_menu ul.menu li,
#secondary2 .widget_archive ul li{
	padding-top:1px;
	background:url(imgs/common/dot1-1-2-1.png) repeat-x left top;}
#secondary .widget_nav_menu ul.menu li a,
#secondary .widget_archive ul li a,
#secondary2 .widget_nav_menu ul.menu li a,
#secondary2 .widget_archive ul li a{
	display:block;
	height:32px;
	font-size:12px;
	line-height:1.2;
	padding:18px 0 0 16px;
	color:#444;
	background:url(imgs/common/squarelink-grn.png) no-repeat 4px center;
	text-decoration:none;
}
#secondary .widget_nav_menu ul.menu li.current-menu-item a,
#secondary .widget_archive ul li.current-menu-item a,
#secondary2 .widget_nav_menu ul.menu li.current-menu-item a,
#secondary2 .widget_archive ul li.current-menu-item a{	
	color:#21759b !important;
	background:#f7f7f7 url(imgs/common/squarelink-grn.png) no-repeat 4px center;}
#secondary .widget_nav_menu ul.menu li a:hover,
#secondary .widget_archive ul li a:hover,
#secondary2 .widget_nav_menu ul.menu li a:hover,
#secondary2 .widget_archive ul li a:hover{
	color:#f86702;
	background:#fffaf7 url(imgs/common/squarelink-org.png) no-repeat 4px center;
	/*Transition*/
	-webkit-transition: All 0.7s ease;
	-moz-transition: All 0.7s ease;
	-o-transition: All 0.7s ease;
	-ms-transition: All 0.7s ease;
	transition: All 0.7s ease;}
#secondary .widget_nav_menu ul.menu ul,
#secondary .widget_archive ul ul,
#secondary2 .widget_nav_menu ul.menu ul,
#secondary2 .widget_archive ul ul{margin:0;}
#secondary .widget_nav_menu ul.menu ul li,
#secondary .widget_archive ul ul li,
#secondary2 .widget_nav_menu ul.menu ul li,
#secondary2 .widget_archive ul ul li{}
#secondary .widget_nav_menu ul.menu ul li a,
#secondary .widget_archive ul ul li a,
#secondary .widget_nav_menu ul.menu li.current-menu-item ul li a,
#secondary .widget_archive ul ul li.current-menu-item a,
#secondary2 .widget_nav_menu ul.menu ul li a,
#secondary2 .widget_archive ul ul li a,
#secondary2 .widget_nav_menu ul.menu li.current-menu-item ul li a,
#secondary2 .widget_archive ul ul li.current-menu-item a{
	color:#444;
	background:#FFF url(imgs/common/trianglelink-grn-m.png) no-repeat 14px center;
	padding-left:24px;}
#secondary .widget_nav_menu ul.menu ul li.current-menu-item a,
#secondary .widget_archive ul ul li.current-menu-item a,
#secondary2 .widget_nav_menu ul.menu ul li.current-menu-item a,
#secondary2 .widget_archive ul ul li.current-menu-item a{
	color:#21759b !important;
	background:#f7f7f7 url(imgs/common/trianglelink-grn-m.png) no-repeat 14px center;
	padding-left:24px;}
#secondary .widget_nav_menu ul.menu ul li a:hover,
#secondary .widget_nav_menu ul.menu li.current-menu-item ul li a:hover,
#secondary .widget_archive ul ul li a:hover,
#secondary .widget_archive ul li.current-menu-item ul li a:hover,
#secondary2 .widget_nav_menu ul.menu ul li a:hover,
#secondary2 .widget_nav_menu ul.menu li.current-menu-item ul li a:hover,
#secondary2 .widget_archive ul ul li a:hover,
#secondary2 .widget_archive ul li.current-menu-item ul li a:hover{
	color:#f86702 !important;
	background:#fffaf7 url(imgs/common/trianglelink-org-m.png) no-repeat 14px center;
	padding-left:24px;}
#secondary #shopBtn a{
	display:block;
	margin-bottom:8px;
	width:237px;
	height:115px;
	background:url(imgs/button/btn_store.png) no-repeat 0 0;
	text-indent:-9999px;}
#secondary #bcpBtn a{
	display:block;
	margin-bottom:8px;
	width:237px;
	height:115px;
	background:url(imgs/button/bcp_btns.png) no-repeat 0 0;
	text-indent:-9999px;}
#secondary #smartkaigo a{
	display:block;
	width:234px;
	height:60px;
	margin-top:10px;
	background:url(imgs/banner/20140428_234X60_03.gif) no-repeat center 0;
	text-indent:-9999px;}

/* ▼solution */
body#solution h1.entry-title{background:url(imgs/title/page_solution.png) no-repeat left bottom;}
/* ▼stationery */
body#stationery h1.entry-title{background:url(imgs/title/page_stationery.png) no-repeat left bottom;}
/* ▼crisis-management */
body#crisis-management h1.entry-title{background:url(imgs/title/page_crisis.png) no-repeat left bottom;}
body#crisis-management ul.crisismanagementNav,
body#bcp ul.crisismanagementNav,
body#selling ul.crisismanagementNav{
	text-align:center;
	margin:20px 0 0;
	padding:0;
	border-top:1px solid #ccc;}
body#crisis-management ul.crisismanagementNav li,
body#bcp ul.crisismanagementNav li,
body#selling ul.crisismanagementNav li{
	display:block;
	float:left;
	width:364px;
	height:150px;
	margin:10px 6px 10px 5px;
	padding:0;
	-webkit-transition: all 1s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 1s ease-out;  /* FF4+ */
	-ms-transition: all 1s ease-out;  /* IE10? */
	-o-transition: all 1s ease-out;  /* Opera 10.5+ */
	transition: all 1s ease-out;}
body#crisis-management ul.crisismanagementNav li:hover,
body#bcp ul.crisismanagementNav li:hover,
body#selling ul.crisismanagementNav li:hover{
	background:#993300;}
body#crisis-management ul.crisismanagementNav li a,
body#bcp ul.crisismanagementNav li a,
body#selling ul.crisismanagementNav li a{
	display:block;
	height:150px;
	text-indent:-9999px;}
body#crisis-management ul.crisismanagementNav li.nav01 a,
body#bcp ul.crisismanagementNav li.nav01 a,
body#selling ul.crisismanagementNav li.nav01 a{background:url(imgs/button/crisismanagement01.png) no-repeat 0 0;}
body#crisis-management ul.crisismanagementNav li.nav02 a,
body#bcp ul.crisismanagementNav li.nav02 a,
body#selling ul.crisismanagementNav li.nav02 a{background:url(imgs/button/crisismanagement02.png) no-repeat 0 0;}

/* ▼novelty */
body#novelty h1.entry-title{background:url(imgs/title/page_novelty-top.png) no-repeat left bottom;}
/* ▼items */
body#items h1.entry-title{background:url(imgs/title/page_products.png) no-repeat left bottom;}
body#items ul.itemsNav{
	text-align:center;
	margin:20px 0 0;
	padding:0;
	border-top:1px solid #ccc;}
body#items ul.itemsNav li{
	display:block;
	float:left;
	width:372px;
	height:350px;
	margin:10px 0;
	padding:0;
	-webkit-transition: all 1s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 1s ease-out;  /* FF4+ */
	-ms-transition: all 1s ease-out;  /* IE10? */
	-o-transition: all 1s ease-out;  /* Opera 10.5+ */
	transition: all 1s ease-out;}
body#items ul.itemsNav li:hover{
	background:#009900;}
body#items ul.itemsNav li a{
	display:block;
	height:350px;
	text-indent:-9999px;}
body#items ul.itemsNav li.nav01 a{background:url(imgs/button/items01.png) no-repeat 0 0;}
body#items ul.itemsNav li.nav02 a{background:url(imgs/button/items02.png) no-repeat 0 0;}

/* ▼solution/digital-signage */
body#digital_signage h1.entry-title{background:url(imgs/title/page_digitalsignage.png) no-repeat left bottom;}
body#digital_signage h2.signage01,
body#digital_signage h2.signage02,
body#digital_signage h2.signage03,
body#digital_signage h2.signage04{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;}
body#digital_signage h2.signage01{background:url(imgs/solution/digital_signage/sttl_desitalsignage01.png) no-repeat 0 0;}
body#digital_signage h2.signage02{background:url(imgs/solution/digital_signage/sttl_desitalsignage02.png) no-repeat 0 0;}
body#digital_signage h2.signage03{background:url(imgs/solution/digital_signage/sttl_desitalsignage03.png) no-repeat 0 0;}
body#digital_signage h2.signage04{background:url(imgs/solution/digital_signage/sttl_desitalsignage04.png) no-repeat 0 0;}
body#digital_signage .tblDesital{
	border:1px solid #9ba780 !important;
	border-collapse:separate;
	border-spacing:1px;}
body#digital_signage .tblDesital th{
	text-align:center;
	padding:5px 8px;
	background:#617532;
	color:#FFF;
	font-size:14px;
	line-height:1.2;}
body#digital_signage .tblDesital th.bgGreen{
	border-top:1px solid #9ba780;
	border-bottom:1px solid #9ba780;
	border-right:1px solid #9ba780;
	background:#cce19b;
	width:9em;
	color:#030;
	text-align:left;
	vertical-align:middle;
	padding:8px 8px;
	font-size:14px;
	line-height:1.2;}
body#digital_signage .tblDesital td{
	border-top:1px solid #9ba780;
	border-bottom:1px solid #9ba780;
	border-right:1px dotted #9ba780;
	padding:8px 8px;
	vertical-align:middle;
	font-size:14px;
	line-height:1.2;}
body#digital_signage .tblDesital td.imgcell{
	padding:0;
	vertical-align:top;
	line-height:0;
	width:107px;}
body#digital_signage .tblDesital td.imgcell img{border-radius:0;}
body#digital_signage .tblPrice{
	border:1px solid #666 !important;
	border-collapse:separate;
	border-spacing:1px;}
body#digital_signage .tblPrice th{
	text-align:center;
	padding:5px 8px;
	background:#999;
	color:#FFF;
	font-size:14px;
	line-height:1.2;}
body#digital_signage .tblPrice th.bgGray{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	background:#CCC;
	width:2em;
	color:#333;
	vertical-align:middle;
	padding:8px 8px;
	font-size:14px;
	line-height:1.2;}
body#digital_signage .tblPrice td{
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-right:1px dotted #999;
	padding:8px 8px;
	vertical-align:middle;
	font-size:14px;
	line-height:1.2;}

.signageinfo{
	display:block;
	width:721px;
	height:80px;
	background:url(imgs/solution/digital_signage/btn_desitalsignage.gif) no-repeat 0 0;
	text-indent:-9999px;}

/* ▼office_solution */
body#office_solution h1.entry-title{background:url(imgs/title/page_office_solution.png) no-repeat left bottom;}
/* ▼office_design */
body#office_design h1.entry-title{background:url(imgs/title/page_office_design.png) no-repeat left bottom;}
body#office_design ul.officedesignNav,
body#office ul.officedesignNav,
body#layout ul.officedesignNav,
body#floor ul.officedesignNav,
body#furniture ul.officedesignNav,
body#rental_office ul.officedesignNav{
	text-align:center;
	margin:20px 0 0;
	padding:0;
	border-top:1px solid #ccc;}
body#office_design ul.officedesignNav li,
body#office ul.officedesignNav li,
body#layout ul.officedesignNav li,
body#floor ul.officedesignNav li,
body#furniture ul.officedesignNav li,
body#rental_office ul.officedesignNav li{
	display:block;
	float:left;
	width:238px;
	height:140px;
	margin:10px 6px;
	padding:0;
	-webkit-transition: all 1s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 1s ease-out;  /* FF4+ */
	-ms-transition: all 1s ease-out;  /* IE10? */
	-o-transition: all 1s ease-out;  /* Opera 10.5+ */
	transition: all 1s ease-out;}
body#office_design ul.officedesignNav li:hover,
body#office ul.officedesignNav li:hover,
body#layout ul.officedesignNav li:hover,
body#floor ul.officedesignNav li:hover,
body#furniture ul.officedesignNav li:hover,
body#rental_office ul.officedesignNav li:hover{
	background:#3d4c7f;}
body#office_design ul.officedesignNav li a,
body#office ul.officedesignNav li a,
body#layout ul.officedesignNav li a,
body#floor ul.officedesignNav li a,
body#furniture ul.officedesignNav li a,
body#rental_office ul.officedesignNav li a{
	display:block;
	height:140px;
	text-indent:-9999px;}
body#office_design ul.officedesignNav li.nav01 a,
body#office ul.officedesignNav li.nav01 a,
body#layout ul.officedesignNav li.nav01 a,
body#floor ul.officedesignNav li.nav01 a,
body#furniture ul.officedesignNav li.nav01 a,
body#rental_office ul.officedesignNav li.nav01 a{background:url(imgs/button/officedesign01.png) no-repeat 0 0;}
body#office_design ul.officedesignNav li.nav02 a,
body#office ul.officedesignNav li.nav02 a,
body#layout ul.officedesignNav li.nav02 a,
body#floor ul.officedesignNav li.nav02 a,
body#furniture ul.officedesignNav li.nav02 a,
body#rental_office ul.officedesignNav li.nav02 a{background:url(imgs/button/officedesign02.png) no-repeat 0 0;}
body#office_design ul.officedesignNav li.nav03 a,
body#office ul.officedesignNav li.nav03 a,
body#layout ul.officedesignNav li.nav03 a,
body#floor ul.officedesignNav li.nav03 a,
body#furniture ul.officedesignNav li.nav03 a,
body#rental_office ul.officedesignNav li.nav03 a{background:url(imgs/button/officedesign03.png) no-repeat 0 0;}
body#office_design ul.officedesignNav li.nav04 a,
body#office ul.officedesignNav li.nav04 a,
body#layout ul.officedesignNav li.nav04 a,
body#floor ul.officedesignNav li.nav04 a,
body#furniture ul.officedesignNav li.nav04 a,
body#rental_office ul.officedesignNav li.nav04 a{background:url(imgs/button/officedesign04.png) no-repeat 0 0;}
body#office_design ul.officedesignNav li.nav05 a,
body#office ul.officedesignNav li.nav05 a,
body#layout ul.officedesignNav li.nav05 a,
body#floor ul.officedesignNav li.nav05 a,
body#furniture ul.officedesignNav li.nav05 a,
body#rental_office ul.officedesignNav li.nav05 a{background:url(imgs/button/officedesign05.png) no-repeat 0 0;}


/* ▼office_design/office */
body#office{}
body#office h1.entry-title{background:url(imgs/title/page_relocation.png) no-repeat left bottom;}
body#office h2.flow{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/solution/office_design/office/sttl_flow_of_relocation.png) no-repeat 0 0;}
body#office .flowWrap{
	margin-left:20px;
	position:relative;}
body#office #flow01{
	float:left;
	width:464px;
	height:190px;
	padding:20px 0 0 20px;
	background:url(imgs/solution/office_design/office/bg_flow01.png) no-repeat 0 0;}
body#office #flow02{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	margin-left:484px;
	width:227px;
	height:670px;
	padding:20px 0 0 20px;
	background:url(imgs/solution/office_design/office/bg_flow02.png) no-repeat 0 0;}
body#office #flow03,
body#office #flow04{
	width:530px;
	height:190px;
	padding:50px 0 0 20px;
	background:url(imgs/solution/office_design/office/bg_flow03.png) no-repeat 0 0;}
body#office #flow03{
	position:absolute;
	top:210px;
	left:0;}
body#office #flow04{
	position:absolute;
	top:450px;
	left:0;}
body#office #flow05{
	float:left;
	width:539px;
	height:190px;
	padding:50px 0 0 20px;
	background:url(imgs/solution/office_design/office/bg_flow04.png) no-repeat 0 0;}
body#office #flow06{
	width:152px;
	height:190px;
	padding:50px 0 0 20px;
	margin-left:559px;
	background:url(imgs/solution/office_design/office/bg_flow05.png) no-repeat 0 0;}
body#office #flow01 h3,
body#office #flow02 h3,
body#office #flow03 h3,
body#office #flow04 h3,
body#office #flow05 h3,
body#office #flow06 h3{
	width:206px;
	height:21px;
	margin:0 0 10px 0;
	clear:none;
	text-indent:-9999px;}
body#office #flow01 h3{background:url(imgs/solution/office_design/office/sttl_flow01.png) no-repeat 0 0;}
body#office #flow02 h3{background:url(imgs/solution/office_design/office/sttl_flow02.png) no-repeat 0 0;}
body#office #flow03 h3{background:url(imgs/solution/office_design/office/sttl_flow03.png) no-repeat 0 0;}
body#office #flow04 h3{background:url(imgs/solution/office_design/office/sttl_flow04.png) no-repeat 0 0;}
body#office #flow05 h3{background:url(imgs/solution/office_design/office/sttl_flow05.png) no-repeat 0 0;}
body#office #flow06 h3{background:url(imgs/solution/office_design/office/sttl_flow06.png) no-repeat 0 0;}
body#office #flow01 p,
body#office #flow02 p,
body#office #flow03 p,
body#office #flow04 p,
body#office #flow05 p,
body#office #flow06 p{
	margin:0 0 5px;
	line-height:1.3;
	color:#fff;}
body#office #flow02 p,
body#office #flow06 p{margin-right:20px;}
body#office #flow03 p,
body#office #flow04 p{margin-right:50px;}
body#office #flow01 ul,
body#office #flow02 ul,
body#office #flow03 ul,
body#office #flow04 ul,
body#office #flow05 ul,
body#office #flow06 ul{
	list-style:none;
	margin:0;
	padding:0;}
body#office #flow01 ul li,
body#office #flow02 ul li,
body#office #flow03 ul li,
body#office #flow04 ul li,
body#office #flow05 ul li,
body#office #flow06 ul li{
	float:left;
	margin:0 10px 0 0;
	padding:0;
	width:110px;}
body#office #flow02{
	position:relative;}
body#office #flow02 span.arwDot{
	position:absolute;
	top:170px;
	left:20px;
	display:block;
	width:26px;
	height:653px;
	background:url(imgs/solution/office_design/office/arw_dot.png) no-repeat 0 0;}

/* ▼office_design/layout */
body#layout{}
body#layout h1.entry-title{background:url(imgs/title/page_layout.png) no-repeat left bottom;}
body#layout h2.layout{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/solution/office_design/layout/sttl_layout.png) no-repeat 0 0;}
body#layout .layoutWrap{
	margin-left:20px;}
body#layout #layo01,
body#layout #layo02,
body#layout #layo03,
body#layout #layo04,
body#layout #layo05,
body#layout #layo06,
body#layout #layo07,
body#layout #layo08{
x	min-height:110px;
	padding:20px;
	margin-bottom:20px;
	background:#fafafa url(imgs/solution/office_design/layout/bg_graph.gif) 0 0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	position:relative;
}
body#layout #layo01 h3,
body#layout #layo02 h3,
body#layout #layo03 h3,
body#layout #layo04 h3,
body#layout #layo05 h3,
body#layout #layo06 h3,
body#layout #layo07 h3,
body#layout #layo08 h3{
	width:312px;
	height:21px;
	margin:0 0 10px 0;
	clear:none;
	text-indent:-9999px;}
body#layout #layo01 h3{background:url(imgs/solution/office_design/layout/sttl_layout01.png) no-repeat 0 0;}
body#layout #layo02 h3{background:url(imgs/solution/office_design/layout/sttl_layout02.png) no-repeat 0 0;}
body#layout #layo03 h3{background:url(imgs/solution/office_design/layout/sttl_layout03.png) no-repeat 0 0;}
body#layout #layo04 h3{background:url(imgs/solution/office_design/layout/sttl_layout04.png) no-repeat 0 0;}
body#layout #layo05 h3{background:url(imgs/solution/office_design/layout/sttl_layout05.png) no-repeat 0 0;}
body#layout #layo06 h3{background:url(imgs/solution/office_design/layout/sttl_layout06.png) no-repeat 0 0;}
body#layout #layo07 h3{background:url(imgs/solution/office_design/layout/sttl_layout07.png) no-repeat 0 0;}
body#layout #layo08 h3{background:url(imgs/solution/office_design/layout/sttl_layout08.png) no-repeat 0 0;}
body#layout #layo01 p,
body#layout #layo02 p,
body#layout #layo03 p,
body#layout #layo04 p,
body#layout #layo05 p,
body#layout #layo06 p,
body#layout #layo07 p,
body#layout #layo08 p{
	width:310px;
x	height:1.7em;
	margin:0;
	line-height:1.3;}
body#layout #layo01 ul,
body#layout #layo02 ul,
body#layout #layo03 ul,
body#layout #layo04 ul,
body#layout #layo05 ul,
body#layout #layo06 ul,
body#layout #layo07 ul,
body#layout #layo08 ul{
	position:absolute;
	top:51px;
	right:20px;
	display:block;
	width:350px;
	height:110px;
	list-style:none;
	margin:0;
	padding:0;}
body#layout #layo01 ul li,
body#layout #layo02 ul li,
body#layout #layo03 ul li,
body#layout #layo04 ul li,
body#layout #layo05 ul li,
body#layout #layo06 ul li,
body#layout #layo07 ul li,
body#layout #layo08 ul li{
	float:right;
	margin:0 10px 0 0;
	padding:0;
	width:165px;}
body#layout{}
body#layout{}
body#layout{}
body#layout{}
/* ▼office_design/floor */
body#floor{}
body#floor h1.entry-title{background:url(imgs/title/page_floor.png) no-repeat left bottom;}
/* ▼office_design/line */
body#line{}
body#line h1.entry-title{background:url(imgs/title/page_line.png) no-repeat left bottom;}
/* ▼office_design/equipment */
body#equipment{}
body#equipment h1.entry-title{background:url(imgs/title/page_equipment.png) no-repeat left bottom;}
/* ▼office_design/furniture */
body#furniture{}
body#furniture h1.entry-title{background:url(imgs/title/page_furniture.png) no-repeat left bottom;}
body#furniture h2.furniture{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/solution/office_design/furniture/sttl_furniture.png) no-repeat 0 0;}
body#furniture h2.cleaning{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/solution/office_design/furniture/sttl_cleaning.png) no-repeat 0 0;}
body#furniture h2.duplicatekey{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/solution/office_design/furniture/sttl_duplicatekey.png) no-repeat 0 0;}
body#furniture .furnitureWrap,
body#furniture .cleaningWrap,
body#furniture .duplicatekeyWrap{
	margin-left:20px;}

/* ▼system_infrastructure */
body#system_infrastructure{}
body#system_infrastructure h1.entry-title{background:url(imgs/title/page_system_infrastructure.png) no-repeat left bottom;}
/* ▼system_infrastructure/construction */
body#construction{}
body#construction h1.entry-title{background:url(imgs/title/page_internal_infrastructure.png) no-repeat left bottom;}
/* ▼system_infrastructure/oa */
body#oa{}
body#oa h1.entry-title{background:url(imgs/title/page_oa.png) no-repeat left bottom;}
/* ▼merchandise/oa */
body#merchandise{}
body#merchandise h1.entry-title{background:url(imgs/title/page_oa.png) no-repeat left bottom;}
/* ▼system_infrastructure/ec */
body#ec{}
body#ec h1.entry-title{background:url(imgs/title/page_ec.png) no-repeat left bottom;}
/* ▼crisis_management */
body#crisis_management{}
body#crisis_management h1.entry-title{background:url(imgs/title/page_crisis_management.png) no-repeat left bottom;}
/* ▼crisis_management/bcp */
body#bcp{}
body#bcp h1.entry-title{background:url(imgs/title/page_crisis_management.png) no-repeat left bottom;}
/* ▼crisis_management/consulting */
body#consulting{}
body#consulting h1.entry-title{background:url(imgs/title/page_consulting.png) no-repeat left bottom;}
/* ▼crisis_management/selling */
body#selling{}
body#selling h1.entry-title{background:url(imgs/title/page_selling.png) no-repeat left bottom;}

body#selling h2.makuramoto,
body#selling h2.esupply{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;}
body#selling h2.makuramoto{background:url(imgs/stationery/original_goods/sttl_makoramoto.png) no-repeat 0 0;}
body#selling h2.esupply{background:url(imgs/title/sttl_esupply.png) no-repeat 0 0;}
body#selling div.pdct01,
body#selling div.pdct02,
body#selling div.pdct03,
body#selling div.pdct04{margin:0 0 0 20px;}
body#selling div.pact_dtl{
	border:2px solid #CCC;
	background:#fafafa;
	padding:5px 5px 5px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
body#selling div.pact_dtl h3{
	margin:0;
	padding:0;
	color:#900;}
body#selling div.pact_dtl p{
	margin:0 0 .5em;
	padding:0;
	line-height:1.2;
}

body#selling ul.esupplies{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;}
body#selling ul.esupplies li{
	margin:0;
	padding:0;
	float:left;
	width:365px;}
body#selling ul.esupplies li.cel01{margin:0 10px 10px 0;}
body#selling ul.esupplies li.cel02{margin:0 0 10px 0;}
body#selling ul.esupplies li.cel03{margin:0 10px 10px 0;}
body#selling ul.esupplies li.cel04{margin:0 0 10px 0;}

/* ▼campaign */
body#campaign{}
body#campaign h1.entry-title{background:url(imgs/title/page_solution_products.png) no-repeat left bottom;}
body#campaign div.tiling{
x	float:left;
x	width:250px;
	margin:0 0px;}
body#campaign div.tiling a{text-decoration:none;}
body#campaign div.tiling a:hover{ color:#090;}
body#campaign div.tiling p.name{
x	height:3em;}
body#campaign div.tiling p.thumbnail{
	margin-bottom:5px;}
#content.pageCampaignCat .entry-header{margin-bottom:0 !important;}
body#campaign p.name{
	margin:0;
	padding:0;
	margin:0 auto 5px;}
body#campaign p.type{
	text-align:center;
	margin:0 0 30px;
	padding:0 0 30px;
	font-size:12px;
	line-height:1.2em;
	border-bottom:1px solid #CCC;
	color:#999;}
body#campaign .entry-content .tiling:last-child p.name{border:none;}
body#campaign p.name a{
	display:block;
	width:500px;
	height:60px;
	margin:0 auto;
	padding:0;
	background:url(imgs/button/gmap_pdfad.png) no-repeat 0 0;
	text-indent:-9999px;}

/* ===================================================
* campaign button
* ================================================== */
#page .cpnbn{
	position:fixed;
	top:170px;
	right:20px;
	z-index:99999;
	width:195px;
	height:195px;}
#page .cpnbn .textwidget{}
#page .cpnbn a.campaign{
	display:block;
	width:195px;
	height:195px;
	background:url(imgs/button/btn_campaign.png) no-repeat 0 0;
	text-indent:-9999px;}
#page .cpnbn #clsCamp{
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	display:block;
	width:2em;
	height:1em;
	font-size:12px;
	line-height:1;
	color:#333;
	text-align:center;
	text-decoration:none;}
#page .cpnbn #clsCamp:hover{
	color:#e00;}

 /* animation */
.fuwafuwa{
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
	
	animation-name:fuwafuwa;
	animation-duration:2s;
	animation-iteration-count:infinite;
	/*animation-direction:alternate;*/
	animation-timing-function:ease;
}
@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}
@keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}


/* ▼products */
body#products{}
body#products h1.entry-title{background:url(imgs/title/page_solution_products.png) no-repeat left bottom;}
body#products div.tiling{
x	float:left;
x	width:250px;
	margin:0 0px;
	text-align:center;}
body#products div.tiling a{text-decoration:none;}
body#products div.tiling a:hover{ color:#090;}
body#products div.tiling p.name{
x	height:3em;}
body#products div.tiling p.thumbnail{
	margin-bottom:5px;}
#content.pageCampaignCat .entry-header{margin-bottom:0 !important;}
body#products p.name{border-bottom:1px solid #CCC;}
body#products .entry-content .tiling:last-child p.name{border:none;}
body#products p.name a{
	display:block;
	width:500px;
	height:60px;
	margin:10px auto 30px;
	background:url(imgs/button/gmap_pdfad.png) no-repeat 0 0;
	text-indent:-9999px;}

body#products #post-53{border-bottom:none; margin-bottom:0px; padding-bottom:0;}

.pdctWrap{}
.pdctWrap .pdctInner{
	position:fixed;
	top:180px;
	right:10px;
	z-index:99999;}
.pdctWrap .pdctInner a{
	display:block;
	width:237px;
	height:160px;
	text-indent:-9999px;
	background:url(imgs/button/btn_campaign.png) no-repeat 0 0;}

body#products ul.itemsNav2,
body#original_goods ul.itemsNav2,
body#campaign ul.itemsNav2{
	text-align:center;
	margin:0;
	padding:0;}
body#original_goods ul.itemsNav2{
	margin:20px 0 0;
	border-top:1px solid #ccc;}
body#products ul.itemsNav2 li,
body#original_goods ul.itemsNav2 li,
body#campaign ul.itemsNav2 li{
	display:block;
	float:left;
	width:364px;
	height:150px;
	margin:10px 5px;
	padding:0;
	-webkit-transition: all 1s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 1s ease-out;  /* FF4+ */
	-ms-transition: all 1s ease-out;  /* IE10? */
	-o-transition: all 1s ease-out;  /* Opera 10.5+ */
	transition: all 1s ease-out;}
body#products ul.itemsNav2 li:hover,
body#original_goods ul.itemsNav2 li:hover,
body#campaign ul.itemsNav2 li:hover{
	background:#009900;}
body#products ul.itemsNav2 li a,
body#original_goods ul.itemsNav2 li a,
body#campaign ul.itemsNav2 li a{
	display:block;
	height:150px;
	text-indent:-9999px;}
body#products ul.itemsNav2 li.nav01 a,
body#original_goods ul.itemsNav2 li.nav01 a,
body#campaign ul.itemsNav2 li.nav01 a{background:url(imgs/button/itemsnav01.png) no-repeat 0 0;}
body#products ul.itemsNav2 li.nav02 a,
body#original_goods ul.itemsNav2 li.nav02 a,
body#campaign ul.itemsNav2 li.nav02 a{background:url(imgs/button/itemsnav02.png) no-repeat 0 0;}

/* ▼introduction */
body#introduction{}
body#introduction h1.archive-title{background:url(imgs/title/page_introduction.png) no-repeat left bottom;}
/* ▼solution_inquiry */
body#solution_inquiry{}
body#solution_inquiry h1.entry-title{background:url(imgs/title/page_solution_inquiry.png) no-repeat left bottom;}
body#solution_inquiry .formTbl{}
body#solution_inquiry .formTbl tr:first-child th,
body#solution_inquiry .formTbl tr:first-child td,
body#stationery_inquiry .formTbl tr:first-child th,
body#stationery_inquiry .formTbl tr:first-child td,
body#general_inquiry .formTbl tr:first-child th,
body#general_inquiry .formTbl tr:first-child td{
	border-top:none;}
body#solution_inquiry .formTbl,
body#stationery_inquiry .formTbl,
body#general_inquiry .formTbl,{}
body#solution_inquiry .formTbl th,
body#stationery_inquiry .formTbl th,
body#general_inquiry .formTbl th,
body#entry .formTbl th,
body#solution_inquiry .formTbl td,
body#stationery_inquiry .formTbl td,
body#general_inquiry .formTbl td,
body#entry .formTbl td{
	border-top:1px dotted #999;
	padding:10px 10px 10px 0;
	font-size:13px;
	line-height:1.2em;}
body#solution_inquiry .formTbl th,
body#stationery_inquiry .formTbl th,
body#general_inquiry .formTbl th,
body#entry .formTbl th{
	width:200px;}
body#solution_inquiry .formTbl .caution,
body#stationery_inquiry .formTbl .caution,
body#general_inquiry .formTbl .caution,
body#entry .formTbl .caution{
	display:inline-block;
	background:#C00;
	color:#fff;
	margin:0 0 0 8px;
	padding:2px 5px;
	font-size:10px;
	line-height:1em;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;}
body#solution_inquiry .zip,
body#stationery_inquiry .zip,
body#stationery_inquiry .num,
body#general_inquiry .zip,
body#entry .zip{
	width:90px;}
body#solution_inquiry .address,
body#stationery_inquiry .address,
body#general_inquiry .address,
body#entry .address{
	width:440px;}
body#solution_inquiry .address2,
body#stationery_inquiry .address2,
body#general_inquiry .address2,
body#entry .address2{
	width:350px;}
body#solution_inquiry .subject,
body#stationery_inquiry .subject,
body#stationery_inquiry .pdct,
body#general_inquiry .subject,
body#entry .subject{
	width:500px;}
body#solution_inquiry .your-message textarea,
body#stationery_inquiry .your-message textarea,
body#general_inquiry .your-message textarea,
body#entry .your-message textarea{
	width:500px;}
body#solution_inquiry .contractan .wpcf7-list-item,
body#stationery_inquiry .contractan .wpcf7-list-item,
body#general_inquiry .contractan .wpcf7-list-item,
body#entry .contractan .wpcf7-list-item{
	display:block;}

body#solution_inquiry .rule,
body#stationery_inquiry .rule,
body#general_inquiry .rule,
body#entry .rule{
	font-size:85.7%;}
body#solution_inquiry .rule h3,
body#stationery_inquiry .rule h3,
body#general_inquiry .rule h3,
body#entry .rule h3{
	margin:0 0 0.5em 0;
	border-bottom:1px solid #333;}
body#solution_inquiry .rule h4,
body#stationery_inquiry .rule h4,
body#general_inquiry .rule h4,
body#entry .rule h4{
	background:#ccc;
	margin-bottom:0.5em;
	padding:3px 6px;
	font-size:13px;
	line-height:1em;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;}
body#solution_inquiry .rule h5,
body#stationery_inquiry .rule h5,
body#general_inquiry .rule h5,
body#entry .rule h5{
	margin:0;}
body#solution_inquiry .rule p,
body#stationery_inquiry .rule p,
body#general_inquiry .rule p,
body#entry .rule p{
	margin:0 0 .75em 1em;}

body#solution_inquiry #information,
body#stationery_inquiry #information,
body#general_inquiry #information,
body#entry #information{
	width: 738px; margin: 0 0 10px;
	border:1px solid #ccc;
	padding:5px 0 5px 10px;}
body#solution_inquiry #information .viewport,
body#stationery_inquiry #information .viewport,
body#general_inquiry #information .viewport,
body#entry #information .viewport{width: 718px; height: 237px; overflow: hidden; position: relative;}
body#solution_inquiry #information .overview,
body#stationery_inquiry #information .overview,
body#general_inquiry #information .overview,
body#entry #information .overview{list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0;}
body#solution_inquiry #information .scrollbar,
body#stationery_inquiry #information .scrollbar,
body#general_inquiry #information .scrollbar,
body#entry #information .scrollbar{background: transparent url(imgs/common/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 9px;}
body#solution_inquiry #information .track,
body#stationery_inquiry #information .track,
body#general_inquiry #information .track,
body#entry #information .track{background:none; height: 100%; width:9px; position: relative; padding: 0 0;}
body#solution_inquiry #information .thumb,
body#stationery_inquiry #information .thumb,
body#general_inquiry #information .thumb,
body#entry #information .thumb{background: transparent url(imgs/common/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 9px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px;}
body#solution_inquiry #information .thumb .end,
body#stationery_inquiry #information .thumb .end,
body#general_inquiry #information .thumb .end,
body#entry #information .thumb .end{background: transparent url(imgs/common/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 9px;}
body#solution_inquiry #information .disable,
body#stationery_inquiry #information .disable,
body#general_inquiry #information .disable,
body#entry #information .disable{display: none;}

body#solution_inquiry .formbtn,
body#stationery_inquiry .formbtn,
body#general_inquiry .formbtn,
body#entry .formbtn{
	text-align:center;
}
input[type="submit"].wpcf7-confirm{
    border:0px;
    width:140px;
    height:40px;
    background:url(imgs/button/btn_confirm.png) no-repeat 0 0;
	text-indent:-9999px;}
input[type="button"].wpcf7-back{
    border:0px;
    width:140px;
    height:40px;
    background:url(imgs/button/btn_back.png) no-repeat 0 0;
	text-indent:-9999px;}
input[type="submit"].wpcf7-submit{
    border:0px;
    width:140px;
    height:40px;
    background:url(imgs/button/btn_submit.png) no-repeat 0 0;
	text-indent:-9999px;}

/* ▼consultation */
body#consultation{}
body#consultation h1.entry-title{background:url(imgs/title/page_stationery_supply.png) no-repeat left bottom;}
body#consultation h2.consul{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/title/sttl_consul.png) no-repeat 0 0;}
body#consultation ul.consulNav,
body#route ul.consulNav,
body#supply ul.consulNav,
body#printing ul.consulNav{
	text-align:center;
	margin:20px 0 0;
	padding:0;
	border-top:1px solid #ccc;}
body#consultation ul.consulNav li,
body#route ul.consulNav li,
body#supply ul.consulNav li,
body#printing ul.consulNav li{
	display:block;
	float:left;
	width:238px;
	height:140px;
	margin:10px 6px 10px 5px;
	padding:0;
	-webkit-transition: all 1s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 1s ease-out;  /* FF4+ */
	-ms-transition: all 1s ease-out;  /* IE10? */
	-o-transition: all 1s ease-out;  /* Opera 10.5+ */
	transition: all 1s ease-out;}
body#consultation ul.consulNav li:hover,
body#route ul.consulNav li:hover,
body#supply ul.consulNav li:hover,
body#printing ul.consulNav li:hover{
	background:#717538;}
body#consultation ul.consulNav li a,
body#route ul.consulNav li a,
body#supply ul.consulNav li a,
body#printing ul.consulNav li a{
	display:block;
	height:140px;
	text-indent:-9999px;}
body#consultation ul.consulNav li.nav01 a,
body#route ul.consulNav li.nav01 a,
body#supply ul.consulNav li.nav01 a,
body#printing ul.consulNav li.nav01 a{background:url(imgs/button/consultation01.png) no-repeat 0 0;}
body#consultation ul.consulNav li.nav02 a,
body#route ul.consulNav li.nav02 a,
body#supply ul.consulNav li.nav02 a,
body#printing ul.consulNav li.nav02 a{background:url(imgs/button/consultation02.png) no-repeat 0 0;}
body#consultation ul.consulNav li.nav03 a,
body#route ul.consulNav li.nav03 a,
body#supply ul.consulNav li.nav03 a,
body#printing ul.consulNav li.nav03 a{background:url(imgs/button/consultation03.png) no-repeat 0 0;}

/* ▼stationery_inquiry/supply */
body#supply{}
body#supply h1.entry-title{background:url(imgs/title/page_supply.png) no-repeat left bottom;}
body#supply h2.consul{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/title/sttl_consul.png) no-repeat 0 0;}
body#supply h3.ttl01,
body#supply h3.ttl02,
body#supply h3.ttl03,
body#supply h3.ttl04{
	height:26px;
	margin:40px 0 10px 20px;
	text-indent:-9999px;}
body#supply h3.ttl01{background:url(imgs/stationery/consultation/sttl01.png) no-repeat 0 0;}
body#supply h3.ttl02{background:url(imgs/stationery/consultation/sttl02.png) no-repeat 0 0;}
body#supply h3.ttl03{background:url(imgs/stationery/consultation/sttl03.png) no-repeat 0 0;}
body#supply h3.ttl04{background:url(imgs/stationery/consultation/sttl04.png) no-repeat 0 0;}
body#supply h4.sttl01,
body#supply h4.sttl02{
	height:26px;
	margin:20px 0 0 30px;
	text-indent:-9999px;}
body#supply h4.sttl01{background:url(imgs/stationery/consultation/ssttl01.png) no-repeat 0 0;}
body#supply h4.sttl02{background:url(imgs/stationery/consultation/ssttl02.png) no-repeat 0 0;}
body#supply h5.ssttl01,
body#supply h5.ssttl02,
body#supply h5.ssttl03{
	height:50px;
	margin:30px 0 0 35px;
	text-indent:-9999px;}
body#supply h5.ssttl01{background:url(imgs/stationery/consultation/ttl_solution01.png) no-repeat 0 0;}
body#supply h5.ssttl02{background:url(imgs/stationery/consultation/ttl_solution02.png) no-repeat 0 0;}
body#supply h5.ssttl03{background:url(imgs/stationery/consultation/ttl_solution03.png) no-repeat 0 0;}

body#supply table.svctbl{
	border:1px solid #999;
	border-collapse:separate;
	border-spacing:1px;
	width:720px;}
body#supply table.svctbl th{
	vertical-align:middle;
	text-align:center;
	padding:4px 5px;
	background:#396;
	color:#fff;}
body#supply table.svctbl td{
	border:1px solid #ccc;
	vertical-align:middle;
	padding:4px 5px;
	font-size:14px;
	line-height:1.2em;
	color:#333;}
body#supply table.svctbl td.stl{
	background:#e6e2c9;}


/* ▼stationery_inquiry/route */
body#route{}
body#route h1.entry-title{background:url(imgs/title/page_route.png) no-repeat left bottom;}
body#route h2.routebuz{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/title/sttl_route.png) no-repeat 0 0;}

/* ▼original_goods */
body#original_goods{}
body#original_goods h1.entry-title{background:url(imgs/title/page_original.png) no-repeat left bottom;}
body#original_goods h2.makuramoto{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/stationery/original_goods/sttl_makoramoto.png) no-repeat 0 0;}
body#original_goods h2.pointmemo{
	height:42px;
	margin:60px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/stationery/original_goods/sttl_pointmemo.png) no-repeat 0 0;}
body#original_goods h2.skeletonfile{
	height:42px;
	margin:60px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/stationery/original_goods/sttl_skeletonfile.png) no-repeat 0 0;}
body#original_goods h2.invoice{
	height:42px;
	margin:60px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/stationery/original_goods/sttl_invoice.png) no-repeat 0 0;}
body#original_goods  div.pdct01,
body#original_goods  div.pdct02,
body#original_goods  div.pdct03,
body#original_goods  div.pdct04{margin:0 0 0 20px;}
body#original_goods  div.pact_dtl{
	border:2px solid #CCC;
	background:#fafafa;
	padding:5px 5px 5px 20px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
body#original_goods  div.pdct01 .pact_dtl,
body#original_goods  div.pdct02 .pact_dtl,
body#original_goods  div.pdct03 .pact_dtl,
body#original_goods  div.pdct04 .pact_dtl{
	float:left;
	width:460px;
	margin-bottom:10px;
}
body#original_goods  div.pact_dtl h3{
	margin:0;
	padding:0;
	color:#900;}
body#original_goods  div.pact_dtl p{
	margin:0 0 .5em;
	padding:0;
	line-height:1.2;
}
body#original_goods  div.pdct04 p.catch{
	font-weight:bold;
	margin-bottom:5px;
}
body#original_goods  a.btnMakuramoto{
	clear:both;
	display:block;
	width:306px;
	height:86px;
	background:url(imgs/stationery/original_goods/btn_makuramoto.png) no-repeat 0 0;
	text-indent:-9999px;
}
/* ▼novelty */
body#novelty{}
body#novelty h1.entry-title{background:url(imgs/title/page_novelty.png) no-repeat left bottom;}
dl.future01,
dl.future02,
dl.future03{
	margin:0 0 10px 0;
	height:150px;
	background:#f9f9f5;}
dl.future01 dt,
dl.future02 dt,
dl.future03 dt{
	width:82px;
	height:82px;
	margin:15px 0 0 15px;
	float:left;
	text-indent:-9999px;}
dl.future01 dt{background:url(imgs/stationery/novelty/feature01.png) no-repeat 0 0;}
dl.future02 dt{background:url(imgs/stationery/novelty/feature02.png) no-repeat 0 0;}
dl.future03 dt{background:url(imgs/stationery/novelty/feature03.png) no-repeat 0 0;}
dl.future01 dd.title,
dl.future02 dd.title,
dl.future03 dd.title{
	width:435px;
	height:24px;
	margin:15px 0 10px 110px;
	text-indent:-9999px;}
dl.future01 dd.title{background:url(imgs/stationery/novelty/fttl_novelty01.png) no-repeat 0 0;}
dl.future02 dd.title{background:url(imgs/stationery/novelty/fttl_novelty02.png) no-repeat 0 0;}
dl.future03 dd.title{background:url(imgs/stationery/novelty/fttl_novelty03.png) no-repeat 0 0;}
dl.future01 dd.comment,
dl.future02 dd.comment,
dl.future03 dd.comment{
	width:455px;
	line-height:1.5;
	margin:0 0 0 110px;}
dl.future01 dd.image,
dl.future02 dd.image,
dl.future03 dd.image{
	float:right;
	width:150px;
	margin:0;}
dl.future01 dd.image img,
dl.future02 dd.image img,
dl.future03 dd.image img{
	border-radius:0;
	box-shadow:none;}
body#novelty h2.case{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/stationery/novelty/sttl_case.png) no-repeat 0 0;}
/* ▼printing */
body#printing{}
body#printing h1.entry-title{background:url(imgs/title/page_printing.png) no-repeat left bottom;}
/* ▼printing/create */
body#create{}
body#create h1.entry-title{background:url(imgs/title/page_create.png) no-repeat left bottom;}
body#printing h2.digital{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/stationery/printing/sttl_digital_works.png) no-repeat 0 0;}
body#printing h2.design{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;
	background:url(imgs/stationery/printing/sttl_design_works.png) no-repeat 0 0;}
body#printing  div.digitalWrap,
body#printing  div.designWrap{
	margin:0 0 0 20px;}
body#printing  div.digitalWrap h3{
	height:25px;
	margin-bottom:10px;
	background:url(imgs/stationery/printing/catch_print.png) no-repeat 0 0;
	text-indent:-9999px;}
body#printing  div.digitalWrap #trace h3{background:url(imgs/stationery/printing/catch_trace.png) no-repeat 0 0;}
body#printing  div.designWrap h3{
	height:66px;
	margin-bottom:10px;
	background:url(imgs/stationery/printing/catch_design.png) no-repeat 0 0;
	text-indent:-9999px;}

body#printing  div#digitalWork{
	background:url(imgs/stationery/printing/img_digital.png) no-repeat 0 0;
	height:244px;
	margin:30px 0 20px;
	padding:232px 0 0 485px;}
body#printing  div#digitalWork ul.kome li{
	margin-bottom:2em;}

body#printing  div#attention{
	border-bottom:2px solid #e80000;
	border-top:2px solid #e80000;
	background:url(imgs/stationery/printing/bg_attention.gif) repeat-y left center;
	padding:14px 20px 10px 60px;
}
body#printing  div#attention li{
	margin-bottom:5px;
	line-height:1.2;
}
body#printing  div#trace{
	background:url(imgs/stationery/printing/img_trace.png) no-repeat 0 40px;
	height:307px;
	margin:30px 0 50px;
	padding:0;}
body#printing  div#trace p{
	margin-left:180px;}

body#printing .designWrap{}
body#printing .designWrap .design01,
body#printing .designWrap .design02,
body#printing .designWrap .design03,
body#printing .designWrap .design04{
	width:340px;
	height:240px;
	float:left;}
body#printing .designWrap .design02,
body#printing .designWrap .design04{
	margin-left:50px;}
body#printing .designWrap .design01{background:url(imgs/stationery/printing/img_design01.png) no-repeat left bottom;}
body#printing .designWrap .design02{background:url(imgs/stationery/printing/img_design02.png) no-repeat left bottom;}
body#printing .designWrap .design03{background:url(imgs/stationery/printing/img_design03.png) no-repeat left bottom;}
body#printing .designWrap .design04{background:url(imgs/stationery/printing/img_design04.png) no-repeat left bottom;}
body#printing .designWrap h4{
	height:60px;
	margin:0 0 14px 0;
	padding:0;
	text-indent:-9999px;}
body#printing .designWrap .design01 h4{background:url(imgs/stationery/printing/sttl_design01.png) no-repeat 0 0;}
body#printing .designWrap .design02 h4{background:url(imgs/stationery/printing/sttl_design02.png) no-repeat 0 0;}
body#printing .designWrap .design03 h4{background:url(imgs/stationery/printing/sttl_design03.png) no-repeat 0 0;}
body#printing .designWrap .design04 h4{background:url(imgs/stationery/printing/sttl_design04.png) no-repeat 0 0;}
body#printing .designWrap .design01 p,
body#printing .designWrap .design02 p,
body#printing .designWrap .design03 p,
body#printing .designWrap .design04 p{
	margin-left:125px;
	text-align:justify;}

body#printing .calendar,
body#printing .template{
	float:left;
	width:335px;
	min-height:485px;
	padding:15px 10px 0;
	background:#f5f5eb;
	border:1px solid #dadac0;}
body#printing .template{margin-left:16px;}
body#printing .calendar h4{background:url(imgs/stationery/printing/sttl_calendar.png) no-repeat 0 0; height:45px;}
body#printing .template h4{background:url(imgs/stationery/printing/sttl_template.png) no-repeat 0 0; height:45px;}
/* ▼printing/print */
body#print{}
body#print h1.entry-title{background:url(imgs/title/page_print.png) no-repeat left bottom;}
/* ▼stationery_inquiry */
body#stationery_inquiry{}
body#stationery_inquiry h1.entry-title{background:url(imgs/title/page_stationery_inquiry.png) no-repeat left bottom;}
/* ▼support */
body#support{}
body#support h1.entry-title{background:url(imgs/title/page_support.png) no-repeat left bottom;}
/* ▼support/help_desk */
body#help_desk{}
body#help_desk h1.entry-title{background:url(imgs/title/page_help_desk.png) no-repeat left bottom;}
/* ▼support/temporary */
body#temporary{}
body#temporary h1.entry-title{background:url(imgs/title/page_temporary.png) no-repeat left bottom;}
/* ▼support/direct_mail */
body#direct_mail{}
body#direct_mail h1.entry-title{background:url(imgs/title/page_direct_mail.png) no-repeat left bottom;}
/* ▼support/warehouse */
body#warehouse{}
body#warehouse h1.entry-title{background:url(imgs/title/page_warehouse.png) no-repeat left bottom;}
/* ▼support/exterminate */
body#exterminate{}
body#exterminate h1.entry-title{background:url(imgs/title/page_exterminate.png) no-repeat left bottom;}
/* ▼rental_office */
body#rental_office{}
body#rental_office h1.entry-title{background:url(imgs/title/page_rental_office.png) no-repeat left bottom;}
body#rental_office h3.rentOfc01,
body#rental_office h3.rentOfc02,
body#rental_office h3.rentOfc03{
	margin:30px 0 10px 0;
	padding:0;
	text-indent:-9999px;}
body#rental_office h3.rentOfc01{background:url(imgs/other/rental_office/h3-1.png) no-repeat 0 0;}
body#rental_office h3.rentOfc02{background:url(imgs/other/rental_office/h3-2.png) no-repeat 0 0;}
body#rental_office h3.rentOfc03{background:url(imgs/other/rental_office/h3-3.png) no-repeat 0 0;}

/* ▼requirements */
body#requirements{}
body#requirements h1.entry-title{background:url(imgs/title/page_requirements.png) no-repeat left bottom;}

body#requirements h2.worlList{
	height:40px;
	margin:0 0 16px 0;
	background:url(imgs/title/workstyle.png) no-repeat 0 0;
	text-indent:-9999px;}
body#requirements #tabs{padding:0;}
body#requirements #tabs .ui-tabs-nav{
	width:730px;
	margin:0 auto;
	padding:0 10px;
	background:#fffbec;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;}
body#requirements .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
x	width:95px;
	margin:14px 5px;
	padding:5px 20px 5px 20px;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:1.2;
	background:#14883c;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;}
body#requirements .ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor{
	background-color:#73d885;}
body#requirements .ui-tabs-panel{padding:0 8px;}
body#requirements .ui-tabs-panel h3{
	padding:0 0 0 10px;
	font-size:18px;
	font-weight:normal;
	line-height:1,5;
	color:#fff;
	background:#14883c;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;}
body#requirements .ui-tabs-panel dl{
	font-size:13px;
	line-height:1.8;}
body#requirements .ui-tabs-panel dt{
	float:left;
	width:105px;
	padding:0 24px 0 0;
	color:#14883c;
	text-align:right;}
body#requirements .ui-tabs-panel dd{
	margin:0 0 30px 130px;
	padding-left:15px;
	border-left:1px solid #a0cdaf;}
body#requirements a.btnEntry{
	display:block;
	width:509px;
	height:79px;
	margin:10px auto;
	background:url(imgs/button/btn_entry.png) no-repeat 0 0;
	text-indent:-9999px;}

/* ▼entry */
body#entry{}
body#entry h1.entry-title{background:url(imgs/title/page_entry.png) no-repeat left bottom;}

/* ▼contact */
body#contact{}
body#contact h1.entry-title{background:url(imgs/title/page_contactus.png) no-repeat left bottom;}
body#contact .contactFrm{
	background:#f1f1eb;
	border:1px solid #eee;
	margin-bottom:30px;
	padding:0 30px 30px;}
body#contact h2.mail{
	height:66px;
	width:690px;
	background:url(imgs/title/title_mail.png) no-repeat 0 0;
	text-indent:-9999px;}
body#contact h2.tel{
	height:66px;
	width:690px;
	background:url(imgs/title/title_tel.png) no-repeat 0 0;
	text-indent:-9999px;}
body#contact .con01{
	width:650px;
	height:85px;
	margin:0 auto;
	background:url(imgs/title/bg_contact01.png) no-repeat 0 0;}
body#contact .con02{
	width:650px;
	height:85px;
	margin:0 auto;
	background:url(imgs/title/bg_contact02.png) no-repeat 0 0;}
body#contact .con03{
	width:650px;
	height:85px;
	margin:0 auto;
	background:url(imgs/title/bg_contact03.png) no-repeat 0 0;}
body#contact .con01,
body#contact .con02,
body#contact .con03{
	position:relative;}
body#contact .con01 h3,
body#contact .con02 h3,
body#contact .con03 h3{
	text-indent:-9999px;}
body#contact .con01 a,
body#contact .con02 a,
body#contact .con03 a{
	display:block;
	width:328px;
	height:26px;
	position:absolute;
	bottom:12px;
	right:20px;}
body#contact .con01 a{background:url(imgs/button/btn_contact01.png) no-repeat 0 0;}
body#contact .con02 a{background:url(imgs/button/btn_contact02.png) no-repeat 0 0;}
body#contact .con03 a{background:url(imgs/button/btn_contact03.png) no-repeat 0 0;}
body#contact p.tel{
	display:block;
	height:125px;
	width:650px;
	margin:0 auto;
	background:url(imgs/bg/bg_telphone.png) no-repeat 0 0;
	text-indent:-9999px;}

/* ▼general_inquiry */
body#general_inquiry{}
body#general_inquiry h1.entry-title{background:url(imgs/title/page_inquiry.png) no-repeat left bottom;}

/* ▼news */
body.category-news{}
body.category-news h1.archive-title{background:url(imgs/title/page_informatin.png) no-repeat left bottom;}
body.category-news article{
	margin:0 0 10px 10px;
	padding:0 0 10px 0;}
body.category-news dl.newslist{
	padding:0;}
body.category-news dl.newslist dt{
	float:left;
	display:block;
	width:130px;
	padding-top:2px;}
body.category-news dl.newslist dt time{
	font-weight:normal;
	font-size:14px;
	line-height:1.4em;}
body.category-news dl.newslist dd.title{
	display:block;
	padding:0 0 0 130px;}
body.category-news dl.newslist dd.title h2{
	display:inline;
	font-size:16px;
	line-height:1.4em;}
body.category-news dl.newslist dd.title h2 a{text-decoration:none;}
body.category-news dl.newslist dd.title h2 a:hover{text-decoration:underline;}
body.category-news div.newscontent{}

body.single-post .entry-header{
	margin-bottom:0;}
body.single-post h1.entry-title{
	border-bottom:1px solid #12873a;
	margin-bottom:5px;
	padding:25px 0 4px 5px;}
body.single-post div.datatime{
	border-bottom:1px dotted #ccc;
	padding:0 0 2px 5px;}
body.single-post .entry-content{
	margin-top:20px;
	margin-left:10px;}

/* ▼profile */
body#profile #primary{
	background:#FFF;}
body#profile h1.entry-title{
	background:url(imgs/title/page_profile.png) no-repeat left bottom;}
body#profile h2{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;}
body#profile h2.profile{background:url(imgs/title/sttl_profile.png) no-repeat 0 0;}
body#profile h2.access{background:url(imgs/title/sttl_access.png) no-repeat 0 0;}
body#profile table.tblProfile{
	font-size:100%;
	line-height:1.2;
	margin:0;}
body#profile table.tblProfile th,
body#profile table.tblProfile td{
	border-top:none;
	font-size:100%;
	line-height:1.2;
	padding:20px 0 8px 5px;
	color:#444;
	background:url(imgs/common/dot2-1_gry.png) repeat-x left bottom;}
body#profile table.tblProfile tr:first-child>th,
body#profile table.tblProfile tr:first-child>td{padding:5px 0 8px 5px;}
body#profile table.tblProfile th{}
body#profile table.tblProfile td{}
body#profile table th p,
body#profile table td p{
	margin:0;}
body#profile table td dl{
x	float:right;}
body#profile table td dt{
	display:block;
	width:9em;
	margin:0;
	text-align:right;
	float:left;
	font-weight:normal;}
body#profile table td dd{
	display:block;
	margin:0;
	margin-left:10em;}

body#profile .gmaparea ul{
	display:block;
	width:400px;
	float:left;
	margin:5px 0 0 0;}

body#profile .gmaparea a.gbtn{
	display:block;
	width:350px;
	height:60px;
	margin:5px 0 0 370px;
	background:url(imgs/button/gmap_btn.png) no-repeat 0 0;
	text-indent:-9999px;
}

/* ▼histry */
body#histry{}
body#histry h1.entry-title{background:url(imgs/title/page_histry.png) no-repeat left bottom;;}

body#histry .timeline{
	position:relative;
	height:1900px;
	margin:0 10px;
	padding:0;
	list-style:none;
	background:url(imgs/histry/bg_time.gif) repeat-y center top;}
body#histry .timeline li{
	position:absolute;
	width:335px;
	margin:0;
	padding:0;
	background-image:url(imgs/histry/timeline.png);
	background-repeat:no-repeat;}
body#histry .timeline li .wp-caption{padding:0;}
body#histry .timeline li .wp-caption .wp-caption-text{margin:0; font-size:10px;}
body#histry .timeline li.y1872{top:0px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline li.y1906{top:40px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1910img{top:70px; left:10px; background-position:right 4px; padding:0 27px 0 0;}
body#histry .timeline .y1923{top:110px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1924img{top:180px; left:359px; background-position:left 4px; padding:0 0 0 40px;}
body#histry .timeline .y1930{top:240px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1946{top:315px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1949{top:370px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1952{top:420px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1961{top:460px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1963{top:510px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1964{top:530px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1966{top:580px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1970{top:610px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1971img{top:640px; left:10px; background-position:right 4px; padding:0 27px 0 0;}
body#histry .timeline .y1972{top:700px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1974{top:760px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1977{top:820px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1979{top:920px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1980{top:980px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1981{top:1020px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1982{top:1060px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1982img{top:1100px; left:359px; background-position:left 4px; padding:0 0 0 40px;}
body#histry .timeline .y1984{top:1140px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1985{top:1230px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1987{top:1290px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1988{top:1390px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1991{top:1460px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1992{top:1530px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y1995{top:1580px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y1996{top:1600px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y2002{top:1650px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y2003{top:1680px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y2006{top:1720px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y2008{top:1760px; left:0px; background-position:right 4px; padding:0 37px 0 0;}
body#histry .timeline .y2012{top:1800px; left:359px; background-position:left 4px; padding:0 0 0 30px;}
body#histry .timeline .y2014{top:1840px; left:0px; background-position:right 4px; padding:0 37px 0 0;}

body#histry .timeline li h5{
	width:140px;
	height:19px;
	margin:0 0 8px 0;
	padding:0;
	text-indent:-9999px;}
body#histry .timeline li p{
	font-size:13px;
	line-height:1.2em;
	margin:0 0 0 10px;}
body#histry .timeline .y1872 h5 {background:url(imgs/histry/year-1892.gif) no-repeat 0 0;}
body#histry .timeline .y1906 h5 {background:url(imgs/histry/year-1906.gif) no-repeat 0 0;}
body#histry .timeline .y1923 h5 {background:url(imgs/histry/year-1923.gif) no-repeat 0 0;}
body#histry .timeline .y1930 h5 {background:url(imgs/histry/year-1930.gif) no-repeat 0 0;}
body#histry .timeline .y1946 h5 {background:url(imgs/histry/year-1946.gif) no-repeat 0 0;}
body#histry .timeline .y1949 h5 {background:url(imgs/histry/year-1949.gif) no-repeat 0 0;}
body#histry .timeline .y1952 h5 {background:url(imgs/histry/year-1952.gif) no-repeat 0 0;}
body#histry .timeline .y1961 h5 {background:url(imgs/histry/year-1961.gif) no-repeat 0 0;}
body#histry .timeline .y1963 h5 {background:url(imgs/histry/year-1963.gif) no-repeat 0 0;}
body#histry .timeline .y1964 h5 {background:url(imgs/histry/year-1964.gif) no-repeat 0 0;}
body#histry .timeline .y1966 h5 {background:url(imgs/histry/year-1966.gif) no-repeat 0 0;}
body#histry .timeline .y1970 h5 {background:url(imgs/histry/year-1970.gif) no-repeat 0 0;}
body#histry .timeline .y1972 h5 {background:url(imgs/histry/year-1972.gif) no-repeat 0 0;}
body#histry .timeline .y1974 h5 {background:url(imgs/histry/year-1974.gif) no-repeat 0 0;}
body#histry .timeline .y1977 h5 {background:url(imgs/histry/year-1977.gif) no-repeat 0 0;}
body#histry .timeline .y1979 h5 {background:url(imgs/histry/year-1979.gif) no-repeat 0 0;}
body#histry .timeline .y1980 h5 {background:url(imgs/histry/year-1980.gif) no-repeat 0 0;}
body#histry .timeline .y1981 h5 {background:url(imgs/histry/year-1981.gif) no-repeat 0 0;}
body#histry .timeline .y1982 h5 {background:url(imgs/histry/year-1982.gif) no-repeat 0 0;}
body#histry .timeline .y1984 h5 {background:url(imgs/histry/year-1984.gif) no-repeat 0 0;}
body#histry .timeline .y1985 h5 {background:url(imgs/histry/year-1985.gif) no-repeat 0 0;}
body#histry .timeline .y1987 h5 {background:url(imgs/histry/year-1987.gif) no-repeat 0 0;}
body#histry .timeline .y1988 h5 {background:url(imgs/histry/year-1988.gif) no-repeat 0 0;}
body#histry .timeline .y1991 h5 {background:url(imgs/histry/year-1991.gif) no-repeat 0 0;}
body#histry .timeline .y1992 h5 {background:url(imgs/histry/year-1992.gif) no-repeat 0 0;}
body#histry .timeline .y1995 h5 {background:url(imgs/histry/year-1995.gif) no-repeat 0 0;}
body#histry .timeline .y1996 h5 {background:url(imgs/histry/year-1996.gif) no-repeat 0 0;}
body#histry .timeline .y2002 h5 {background:url(imgs/histry/year-2002.gif) no-repeat 0 0;}
body#histry .timeline .y2003 h5 {background:url(imgs/histry/year-2003.gif) no-repeat 0 0;}
body#histry .timeline .y2006 h5 {background:url(imgs/histry/year-2006.gif) no-repeat 0 0;}
body#histry .timeline .y2008 h5 {background:url(imgs/histry/year-2008.gif) no-repeat 0 0;}
body#histry .timeline .y2012 h5 {background:url(imgs/histry/year-2012.gif) no-repeat 0 0;}
body#histry .timeline .y2014 h5 {background:url(imgs/histry/year-2014.gif) no-repeat 0 0;}

/* ▼privacy-policy */
body#privacy-policy{}
body#privacy-policy h1.entry-title{background:url(imgs/title/page_privacy_policy.png) no-repeat left bottom;}
body#privacy-policy h2{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;}
body#privacy-policy h2.handling{background:url(imgs/title/sttl_handling.png) no-repeat 0 0;}
body#privacy-policy h2.privacy-policy{background:url(imgs/title/sttl_privacy-policy.png) no-repeat 0 0;}

body#privacy-policy .gmaparea ul{
	display:block;
	width:400px;
	float:left;
	margin:5px 0 0 0;}

body#privacy-policy .gmaparea a.gbtn{
	display:block;
	width:350px;
	height:60px;
	margin:5px 0 0 370px;
	background:url(imgs/button/gmap_btn.png) no-repeat 0 0;
	text-indent:-9999px;
}

/* ▼security-policy */
body#security-policy{}
body#security-policy h1.entry-title{background:url(imgs/title/page_security_policy.png) no-repeat left bottom;}
body#security-policy h2{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;}
body#security-policy h2.handling{background:url(imgs/title/sttl_handling.png) no-repeat 0 0;}
body#security-policy h2.security-policy{background:url(imgs/title/sttl_security-policy.png) no-repeat 0 0;}

body#security-policy .gmaparea ul{
	display:block;
	width:400px;
	float:left;
	margin:5px 0 0 0;}

body#security-policy .gmaparea a.gbtn{
	display:block;
	width:350px;
	height:60px;
	margin:5px 0 0 370px;
	background:url(imgs/button/gmap_btn.png) no-repeat 0 0;
	text-indent:-9999px;
}

/* ▼principle */
body#principle{}
body#principle h1.entry-title{
	background:url(imgs/title/page_principle.png) no-repeat left bottom;}
body#principle h2{
	height:42px;
	margin:30px 0 5px 10px;
	text-indent:-9999px;}
body#principle h2.principle{background:url(imgs/title/sttl_principle.png) no-repeat 0 0;}
body#principle h2.greeting{background:url(imgs/title/sttl_greeting.png) no-repeat 0 0;}

body#principle p.president{
	width:266px;
	height:35px;
	margin-left:470px;
	background:url(imgs/txt/txt_president.png) no-repeat 0 0;
	text-indent:-9999px;}

/* ▼SITEMAP */
body#sitemap h1.entry-title{
	background:url(imgs/title/page_sitemap.png) no-repeat left bottom;;
	height:60px;
	text-indent:-9999px;
}
body#sitemap .site-content{
	width:1010px;
}
body#sitemap .entry-content .pageCat{
	width:485px;
	margin:20px 10px;
	float:left;
}
body#sitemap .entry-content h3{
	font-size:16px;
	line-height:1.2;
	margin:0 0 12px 0;
	padding:3px 0 0 1em;
	font-weight:bold;
	border-bottom:1px solid #008837;
	background:url(imgs/common/square-grn-l.png) no-repeat left center;
}
body#sitemap .entry-content a{display:block;}
body#sitemap .entry-content a:link,
body#sitemap .entry-content a:visited{
	text-decoration:none;
	color:#666;
}
body#sitemap .entry-content a:hover{color:#060;}
body#sitemap .entry-content ul{
	list-style:none;
	margin:0;
	padding:0;
}
body#sitemap .entry-content ul li{
	margin:0 0 20px 1em;
	padding:8px 0 0px 0;
}
body#sitemap .entry-content ul li a{
	margin:0;
	padding:0 0 0 1em;
	font-weight:bold;
	background:url(imgs/common/disclink-grn-l.png) no-repeat left center;
	border-bottom:1px solid #EEE;
}
body#sitemap .entry-content ul li ul li{
	margin:5px 0 5px 1em;
	padding:0;
}
body#sitemap .entry-content ul li a{}
body#sitemap .entry-content ul li ul li a{
	margin:0;
	padding:0 0 0 1em;
	font-weight:normal;
	background:url(imgs/common/trianglelink-grn-l.png) no-repeat left center;
	border-bottom:none;
}


/* Google Maps */
#map_canvas{
	width:100%;
	height:300px;
	border:1px solid #e5e5e5;
}
#map_canvas img{
	max-width:none !important;
	box-shadow:none !important;
	border-radius:0 !important;}

/* ▼introduction */
body#introduction{}
body#introduction .introframe,
body.single-introduction .introframedtl{
	background:#1a1a1a;
	border-radius:5px;
	margin:0 0 30px;
	padding:20px;
	color:#FFF;}
body#introduction .imgintro{
	width:225px;
	float:left;}
body#introduction .imgintro img{
	max-width:100%;}
body#introduction .imgintro .basebtn{
	display:block;
	margin:5px 0 0;
	padding:5px 8px;
	color:#FFF;
	background:#434343;
	border:1px solid #FFF;
	border-radius:3px;
	text-decoration:none;}
body#introduction .imgintro .basebtn:hover{
	background:#333;
	border:1px solid #999;
	color:#ccc;}
body#introduction .introframe .entry-content{
	width:465px;
	float:right;}
body#introduction .introframe .entry-content h2{
	border-bottom:1px solid #fff;
	margin:0 0 4px;
	padding:0 0 4px;}
body.single-introduction .introframedtl h2.entry-title{
	border-bottom:1px solid #fff;
	margin:0 0 4px;
	padding:16px 0 4px;}
body#introduction .archive-header{
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding-bottom:0;
	border-bottom: none;
}
body.single-introduction h1.entry-title{
	background:url(imgs/title/page_introduction_base.png) no-repeat left bottom;
	text-indent:0;
	line-height:1;
	box-sizing:border-box;
	height:59px;
	padding-top:11px;
	padding-left:43px;}




/* Jquery UI  ===================================*/
.ui-helper-hidden{display:none;}
.ui-helper-hidden-accessible{
    border:0;
    clip:rect(0 0 0 0);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;}
.ui-helper-reset{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    line-height:1.3;
    text-decoration:none;
    font-size:100%;
    list-style:none;}
.ui-helper-clearfix:before, .ui-helper-clearfix:after{
    content:"";
    display:table;
    border-collapse:collapse;}
.ui-helper-clearfix:after{
    clear:both;}
.ui-helper-clearfix{
    min-height:0;}
.ui-helper-zfix{
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    opacity:0;
    filter:Alpha(Opacity=0);}
.ui-front{
    z-index:100;}
.ui-state-disabled{
    cursor:default !important;}
.ui-icon{
    display:block;
    text-indent:-99999px;
    overflow:hidden;
    background-repeat:no-repeat;}
.ui-widget-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;}
.ui-tabs{
    position:relative;
    padding:.2em;}
.ui-tabs .ui-tabs-nav{
    margin:0;
    padding:.2em .2em 0;}
.ui-tabs .ui-tabs-nav li{
    list-style:none;
    float:left;
    position:relative;
    top:0;
    margin:1px .2em 0 0;
    border-bottom-width:0;
    padding:0;
    white-space:nowrap;}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    float:left;
    padding:.5em 1em;
    text-decoration:none;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
    margin-bottom:-1px;
    padding-bottom:1px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{
    cursor:text;}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{
    cursor:pointer;}
.ui-tabs .ui-tabs-panel{
    display:block;
    border-width:0;
    padding:1em 1.4em;
    background:none;}


/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 10.98%;
  float: left;
  margin: 0 1px 0 0;
}
.flex-control-thumbs li:last-child {
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
*/

/* OTHER ===================================*/
.rTxt{text-align:right;}
.bFont{font-weight:bold;}

/* width */
.w10{width:10px !important;}
.w20{width:20px !important;}
.w30{width:30px !important;}
.w40{width:40px !important;}
.w50{width:50px !important;}
.w60{width:60px !important;}
.w70{width:70px !important;}
.w80{width:80px !important;}
.w90{width:90px !important;}
.w100{width:100px !important;}
.w110{width:110px !important;}
.w120{width:120px !important;}
.w130{width:130px !important;}
.w140{width:140px !important;}
.w150{width:150px !important;}
.w160{width:160px !important;}
.w170{width:170px !important;}
.w180{width:180px !important;}
.w190{width:190px !important;}
.w200{width:200px !important;}
.w210{width:210px !important;}
.w220{width:220px !important;}
.w230{width:230px !important;}
.w240{width:240px !important;}
.w250{width:250px !important;}
.w260{width:260px !important;}
.w270{width:270px !important;}
.w280{width:280px !important;}
.w290{width:290px !important;}
.w300{width:300px !important;}
.w310{width:310px !important;}
.w320{width:320px !important;}
.w330{width:330px !important;}
.w340{width:340px !important;}
.w350{width:350px !important;}
.w360{width:360px !important;}
.w370{width:370px !important;}
.w380{width:380px !important;}
.w390{width:390px !important;}
.w400{width:400px !important;}
.w410{width:410px !important;}
.w420{width:420px !important;}
.w430{width:430px !important;}
.w440{width:440px !important;}
.w450{width:450px !important;}
.w460{width:460px !important;}
.w470{width:470px !important;}
.w480{width:480px !important;}
.w490{width:490px !important;}
.w500{width:500px !important;}
.w510{width:510px !important;}
.w520{width:520px !important;}
.w530{width:530px !important;}
.w540{width:540px !important;}
.w550{width:550px !important;}
.w560{width:560px !important;}
.w570{width:570px !important;}
.w580{width:580px !important;}
.w590{width:590px !important;}
.w600{width:600px !important;}
.w650{width:650px !important;}
.w700{width:700px !important;}
.w750{width:750px !important;}
.w800{width:800px !important;}
.w5P{width:5% !important;}
.w10P{width:10% !important;}
.w15P{width:15% !important;}
.w23P{width:23% !important;}
.w20P{width:20% !important;}
.w25P{width:25% !important;}
.w30P{width:30% !important;}
.w33P{width:33% !important;}
.w35P{width:35% !important;}
.w40P{width:40% !important;}
.w45P{width:45% !important;}
.w50P{width:50% !important;}
.w75P{width:75% !important;}
.w80P{width:80% !important;}
.w85P{width:85% !important;}
.w90P{width:90% !important;}
.w95P{width:95% !important;}
.w100P{width:100% !important;}

/* margin */
.mrtA{margin-right:auto; margin-left:auto; display:block !important;}
.mrt0{margin-top:0px !important;}
.mrt5{margin-top:5px !important;}
.mrt10{margin-top:10px !important;}
.mrt15{margin-top:15px !important;}
.mrt20{margin-top:20px !important;}
.mrt25{margin-top:25px !important;}
.mrt30{margin-top:30px !important;}
.mrt35{margin-top:35px !important;}
.mrt40{margin-top:40px !important;}
.mrr0{margin-right:0px !important;}
.mrr5{margin-right:5px !important;}
.mrr10{margin-right:10px !important;}
.mrr15{margin-right:15px !important;}
.mrr20{margin-right:20px !important;}
.mrr25{margin-right:25px !important;}
.mrr30{margin-right:30px !important;}
.mrr35{margin-right:35px !important;}
.mrr40{margin-right:40px !important;}
.mrb0{margin-bottom:0px !important;}
.mrb5{margin-bottom:5px !important;}
.mrb10{margin-bottom:10px !important;}
.mrb15{margin-bottom:15px !important;}
.mrb20{margin-bottom:20px !important;}
.mrb25{margin-bottom:25px !important;}
.mrb30{margin-bottom:30px !important;}
.mrb35{margin-bottom:35px !important;}
.mrb40{margin-bottom:40px !important;}
.mrl0{margin-left:0px !important;}
.mrl5{margin-left:5px !important;}
.mrl10{margin-left:10px !important;}
.mrl15{margin-left:15px !important;}
.mrl20{margin-left:20px !important;}
.mrl25{margin-left:25px !important;}
.mrl30{margin-left:30px !important;}
.mrl35{margin-left:35px !important;}
.mrl40{margin-left:40px !important;}

/*padding*/
.pdt0{padding-top:0px !important;}
.pdt5{padding-top:5px !important;}
.pdt10{padding-top:10px !important;}
.pdt15{padding-top:15px !important;}
.pdt20{padding-top:20px !important;}
.pdt25{padding-top:25px !important;}
.pdt30{padding-top:30px !important;}
.pdt35{padding-top:35px !important;}
.pdt40{padding-top:40px !important;}
.pdr0{padding-right:0px !important;}
.pdr5{padding-right:5px !important;}
.pdr10{padding-right:10px !important;}
.pdr15{padding-right:15px !important;}
.pdr20{padding-right:20px !important;}
.pdr25{padding-right:25px !important;}
.pdr30{padding-right:30px !important;}
.pdr35{padding-right:35px !important;}
.pdr40{padding-right:40px !important;}
.pdb0{padding-bottom:0px !important;}
.pdb5{padding-bottom:5px !important;}
.pdb10{padding-bottom:10px !important;}
.pdb15{padding-bottom:15px !important;}
.pdb20{padding-bottom:20px !important;}
.pdb25{padding-bottom:25px !important;}
.pdb30{padding-bottom:30px !important;}
.pdb35{padding-bottom:35px !important;}
.pdb40{padding-bottom:40px !important;}
.pdl0{padding-left:0px !important;}
.pdl5{padding-left:5px !important;}
.pdl10{padding-left:10px !important;}
.pdl15{padding-left:15px !important;}
.pdl20{padding-left:20px !important;}
.pdl25{padding-left:25px !important;}
.pdl30{padding-left:30px !important;}
.pdl35{padding-left:35px !important;}
.pdl40{padding-left:40px !important;}

/* font */
.j10{font-size:10px; line-height:1.2;}
.j12{font-size:12px; line-height:1.2;}
.j13{font-size:13px; line-height:1.2;}
.j14{font-size:14px; line-height:1.2;}
.j16{font-size:16px; line-height:1.2;}
.j18{font-size:18px; line-height:1.2;}
.j16b{font-size:16px; line-height:1.2; font-weight:bold;}

.tR{text-align:right;}
.tL{text-align:left;}
.tC{text-align:center;}
.tJ{text-align:justify;}
.tB{font-weight:bold;}

.colRed{color:#e80000;}

a.defbtn{
	display:inline-block;
	padding:5px 10px 5px 20px;
	border:1px solid #ccc;
	color:#030 !important;
	text-decoration:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #b5fe01;
	background:url(imgs/common/disclink-grn-l.png), -moz-linear-gradient(top, #699001, #b5fe01);
	background:url(imgs/common/disclink-grn-l.png), -ms-linear-gradient(top, #699001, #b5fe01);
	background:url(imgs/common/disclink-grn-l.png), -webkit-linear-gradient(top, #699001, #b5fe01);
	background:url(imgs/common/disclink-grn-l.png), -o-linear-gradient(top, #699001, #b5fe01);
	background:url(imgs/common/disclink-grn-l.png), linear-gradient(top, #699001, #b5fe01);
	background-repeat:no-repeat, no-repeat;
	background-position:5px center, center center;
	text-shadow: 0px 1px 1px #699001;
	-moz-box-shadow: 0px 1px 1px #699001;
	-webkit-box-shadow: 0px 1px 1px #699001;
}

ul.kome,
ul.dotRed{
	margin:0;
	padding:0;
	list-style:none;}
ul.kome li{
	background:url(imgs/common/kome.png) no-repeat 0 0.25em;
	line-height:1.4em;
	margin:0 0 5px 1em;
	padding:0 0 0 15px;
	list-style:none;}
ul.dotRed li{
	background:url(imgs/common/dot_red.png) no-repeat 0 0.25em;
	line-height:1.4em;
	margin:0 0 5px 1em;
	padding:0 0 0 15px;
	list-style:none;}
span.dotGreen{
	display:block;
	clear:both;
	content:" ";
	font-size:0;
	line-height:0;
	height:4px;
	margin:40px 0 20px;
	background:url(imgs/common/dot4-5-grn.png) repeat-x 0 0;}

.imgLeft,
.fL{float:left;}
.imgRight
.fR{float:right;}

/* clearfix */
.cf:before, .cf:after{content: " "; display: table;}
.cf:after{clear: both;}
.cf{*zoom: 1;}

