/*
Theme Name: NTEC Service(TwentyTen-child-theme)
Template:twentyten
Theme URI: https://wordpress.org/themes/twentyten/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: PRODUCTS Inc.
Author URI: https://wordpress.org/
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	/* line-height: 1; */
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

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

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

/*
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 40px 280px 0 20px;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
*/
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
	display:none;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	/* width: 1100px;*/
}
#wrapper {
	background: #fff;
	margin-top: 0;
	padding: 0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


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

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	/* color: #666;
	font-size: 12px;
	line-height: 18px; */
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active,
a:hover {
	color: #ff4b33;
}

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


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

#header {
	/* padding: 30px 0 0 0; */
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	/* overflow: hidden; */
	padding: 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	/* font-size: 16px; */
	font-size: 11pt;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	/* padding: 6px 24px; 2021-12-07 */
	padding: 6px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.entry-content .more-link {
	white-space: nowrap;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


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

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	display:none !important;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	/* margin: 0 0 18px 0; */
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
	background-image:url("./images/bg-sidebar-header.gif");
	background-repeat:repeat-x;
	padding:5px;
	border-bottom:3px double #858c9b;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 30px 0 10px;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	margin-top:40px;
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


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

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


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

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* オリジナルCSS */
/* clearfix hack */
.clearfix:after {
	visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display: block;
}

body {
	min-width:320px; margin:0; padding:0; color:#404040; background-color:#ededed; font-size:11pt;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
p {
	margin:0; padding:0;
}
img {
	margin:0;
	padding:0;
	vertical-align: bottom;
}
a img {
	border:0;
}

.container {
	width:1100px; margin:0 auto; background-color:#fff; box-shadow: 1px 2px 10px rgba(100, 100, 100, 0.4);
}

#header {
	width:960px; height:94px; margin:0 auto;
}
#spHeader {
	display:none;
}
#logo {
	width:325px; height:94px; float:left;
}
#globalMenu {
	float:right;
}
#globalMenu span {
	position: relative;
}
#globalMenu span ul {
	width:230px;
	height: 0;
	overflow: hidden;
	list-style: none;
	position: absolute;  z-index: 9999;  top: 25px;  left: -67px;
	margin: 0;  padding: 0;
	border-radius: 0 0 6px 6px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ccc));
	background: -webkit-linear-gradient(#fff, #ccc);
	background: -moz-linear-gradient(#fff, #ccc);
	background: -o-linear-gradient(#fff, #ccc);
	background: -ms-linear-gradient(#fff, #ccc);
	background: linear-gradient(#fff, #ccc);
}
#globalMenu span ul#globalMenuSub {
	width:120px;
	left: -10px;
}
#globalMenu span ul li {
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: .2s;
	/* background: #6e7c0c; */
}
#globalMenu span:hover ul {
	overflow: visible;
	height: 96px;
}
#globalMenu span:hover ul#globalMenuSub {
	height:64px;
}
#globalMenu span:hover ul li {
	overflow: visible;
	height: 32px;
	text-align:center;
	border-top: 1px solid #aaa;
}
#globalMenu span:hover ul li:first-child {
	border-top: none;
}
#globalMenu span ul li a {
	margin:6px;
	line-height:16pt;
	font-size:11pt
}
#globalMenu span ul li a:hover {
	letter-spacing:2px;
}
#globalMenu span ul li a:hover::after, #globalMenu span ul li a:focus::after {
	height:0;
	opacity:0;
}
#topPhotoWrap {
	position:relative; width:1200px; height:540px; padding-top:46px; margin-left:-50px;
	background-image:url("./images/top_photo_back.jpg");
	background-repeat:no-repeat;
	background-position:50px 0;
}
#topLeftShadow {
	position:absolute; top:0px; left:0px; width:50px; z-index:99;
}
#topPhoto {
	position:absolute; top:46px; left:120px; width:960px; z-index:2;
}
#topLeaf {
	position:absolute; top:233px; left:50px; width:457px; height:305px; z-index:1;
}
#topLogo2 {
	position:absolute; top:410px; left:417px; width:367px; height:100px; z-index:3;
}
#topBanner {
	display:none;
}
#topContent {
	width:960px; margin:-20px auto 0 auto;
}
#spTopContent {
	display: none;
}
#topInfoWrap {
	position:relative; width:1200px; height:390px; margin-left:-50px;
}
#topInfoTitle {
	position:absolute; top:70px; left:50px; width:1100px; height:49px; z-index:3;
	text-align:center; font-size:24pt; font-weight:bold; color:#c32137;
}
#topInfoBack {
	position:absolute; top:110px; left:50px; width:1100px; height:280px; z-index:1; background-color:#f7f7f7;
}
#topInfoListWrap {
	position:absolute; top:160px; left:250px; width:700px; z-index:10;
}
.topInfo {
	width:100%; border-bottom:1px solid #cccccc; margin-bottom:15px;
}
.topInfoDate {
	width:160px; float:left; text-indent:1em; font-size:11pt;
}
.topInfoText {
	width:540px; float:left; font-weight:bold; font-size:11pt;
}
.topInfoText a {
	color:#0052A5;
	text-decoration:none;
}
.topInfoText a:hover {
	color:#0093c4;
	text-decoration:underline;
}
#topWater {
	position:absolute; top:40px; left:715px; width:435x; height:386px; z-index:2;
}
#topRightShadow {
	position:absolute; top:0px; left:1150px; width:50px; z-index:99;
}
#bottomBanner {
	width:100%; height:299px; background-image:url("./images/tp_bottom_section_back.jpg");
}
#bottomBanner a {
	color:#fff;
	text-decoration:none;
}
#spBottomBanner {
	display:none;
}
#bottomMenu {
	width:100%; height:110px; background-image:url("./images/tp_bottom_sky_back.jpg");
	margin-top:50px;
}
#bottomMenu2 {
	width:100%; height:110px; background-image:url("./images/tp_bottom_sky_back.jpg");
}
#spBottomMenu, #spBottomMenu2 {
	display:none;
}
#bGlobalMenu {
	width:700px; margin:66px auto 20px 70px; float:left;
}
#bGlobalMenu a {
	text-decoration:none; color:#404040; font-size:10pt; margin:13px; padding-top:5px;
}
#bGlobalMenu span {
	position: relative;
}
#bGlobalMenu span ul {
	width:200px;
	height: 0;
	overflow: hidden;
	list-style: none;
	position: absolute;  z-index: 9999;  top: 100%;  left: -60px;
	margin: 0;  padding: 0;
	border-radius: 6px 6px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ccc), color-stop(1.00, #fff));
	background: -webkit-linear-gradient(#ccc, #fff);
	background: -moz-linear-gradient(#ccc, #fff);
	background: -o-linear-gradient(#ccc, #fff);
	background: -ms-linear-gradient(#ccc, #fff);
	background: linear-gradient(#ccc, #fff);
}
#bGlobalMenu span ul#bGlobalMenuSub {
	width:110px;
	left: -15px;
}
#bGlobalMenu span ul li {
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: .2s;
}
#bGlobalMenu span:hover ul {
	overflow: visible;
	height: 78px;
	top:-78px;
}
#bGlobalMenu span:hover ul#bGlobalMenuSub {
	height:52px;
	top:-52px;
}
#bGlobalMenu span:hover ul li {
	overflow: visible;
	height: 26px;
	text-align:center;
	border-bottom: 1px solid #aaa;
}
#bGlobalMenu span:hover ul li:last-child {
	border-bottom: none;
}
#bGlobalMenu span ul li a {
	margin:6px;
	line-height:16pt;
	font-size:9pt
}
#bGlobalMenu span ul li a:hover {
	letter-spacing:2px;
}
#upDir {
	width:50px; height:50px; background-color:#c32137; margin:60px 70px 0 auto; float:right;
}
#upDir i {
	display:inline-block; color:#fff; margin:12px auto auto 12px; font-size:20pt;
}
#copyright {
	width:100%; height:50px; background-color:#e9e9e9;
}
#copyright p {
	width:1000px; margin:0 auto; padding:16px 0; text-align:right; font-size:9pt;
}

#pageTitle {
	width:1100px; height:200px; position:relative; background-image:url("./images/title_back.jpg");
	-moz-background-size:contain; background-size:contain;
	margin-bottom:50px;
}
#pageTitle p {
	position:absolute; top: calc(100% - 68px); top: -webkit-calc(100% - 68px); left:20px; font-size:36pt; color:#fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: 1px 2px 3px #808080;
}
#spPageTitle {
	display:none;
}
#page-content .entry-title {
	display:none !important;
}
#page-content .entry-content {
	padding-top:0 !important;
}
#page-content .hentry {
	margin-bottom:0 !important;
}
.textC750 {
	width:750px;
	margin:0 auto;
}

/* 莨夂､ｾ譯亥� */
.companyListWrap {
	width:750px;
	margin:0 auto;
	padding:20px 0 20px 0;
	font-size:11pt;
	border-bottom: 1px dotted #999999;
}
.companyListWrap:first-child {
	border-top: 1px dotted #999999;
}
.companyListWrap .dt {
	width:200px;
	float:left;
	clear:both;
	text-indent:1em;
	font-weight:bold;
}
.companyListWrap .dd {
	width:550px;
	float:left;
}
a.mapbtn {
  background: #6fd8f2;
  background-image: -webkit-linear-gradient(top, #6fd8f2, #2980b9);
  background-image: -moz-linear-gradient(top, #6fd8f2, #2980b9);
  background-image: -ms-linear-gradient(top, #6fd8f2, #2980b9);
  background-image: -o-linear-gradient(top, #6fd8f2, #2980b9);
  background-image: linear-gradient(to bottom, #6fd8f2, #2980b9);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
}

a.mapbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
/* 邊ｾ逾槫渕逶､ */
.chikaiIntro {
	width:750px;
	margin:0 auto 24px auto;
}
.chikaiIntro p {
	margin:0 !important;
	text-indent:1em;
}
#chikai {
	width:480px;
	margin:0 auto;
}

/* 繧ｿ繧ｯ繝槭げ繝ｫ繝ｼ繝嶺ｼ夂､ｾ蛟ｫ逅��遶� */
.takuma {
	width:900px;
	margin:0 auto 30px auto !important;
	text-indent:1em;
}
.takumaList {
	width:860px;
	margin:0 auto 30px auto;
}
.takumaList li {
	margin-bottom:20px;
}
/* 莠区･ｭ譯亥� */
.bizSubTtl {
	width:650px;  height:33px;
	margin:20px auto 0 auto;  padding:7px;
	background-image:url("./images/subtitle_back1.png"); background-repeat:x-repeat;
	font-weight:bold; color:#1f9391;
}
.bizWrap {
	width:650px;
	margin:10px auto 30px auto;
}
.bizList {
	width:70%;
	float:left;
	margin:0;
	list-style:none;
}
.bizList li {
	position: relative;
	margin-left:20px;
	padding-left: 1.3em;
}
.bizList li span {
	display:inline-block;
}
.bizList li:before {
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 2px;
	font-family: FontAwesome;
	content: '\f138'; /* 繧｢繧､繧ｳ繝ｳ縺ｮunicode */
	color:#1f9391;
}
.bizList li:last-child {
	margin-top:10px;
	text-align:right;
}
.bizList li:last-child:before {
	content: '';
}
.bizList li a {
	color:#0052a5;
	text-decoration:none;
}
.bizList li a:hover {
	color:#0052a5;
	text-decoration:underline;
}
.bizList li a.bizDetailBtn {
  background: #6fd8f2;
  background-image: -webkit-linear-gradient(top, #6fd8f2, #2980b9);
  background-image: -moz-linear-gradient(top, #6fd8f2, #2980b9);
  background-image: -ms-linear-gradient(top, #6fd8f2, #2980b9);
  background-image: -o-linear-gradient(top, #6fd8f2, #2980b9);
  background-image: linear-gradient(to bottom, #6fd8f2, #2980b9);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
}

.bizList li a.bizDetailBtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.bizSashie {
	width:25%;
	float:right;
	margin:0;
}
.bizSashie img {
	width:100%;
}
.bizRemark {
	width:590px;
	margin:40px auto;
	border: 3px double #0052a5;
	padding:15px;
	font-size:13pt;
	text-align:center;
	color: #0052a5;
}
/* 陬ｽ蜩∵ュ蝣ｱ */
.prodSubTtl {
	width:960px;  height:46px;
	margin:50px auto 0 auto;  padding:11px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #dedede));
	background: -webkit-linear-gradient(#fff, #dedede);
	background: -moz-linear-gradient(#fff, #dedede);
	background: -o-linear-gradient(#fff, #dedede);
	background: -ms-linear-gradient(#fff, #dedede);
	background: linear-gradient(#fff, #dedede);
	border-radius: 5px 5px 0 0;
	border: 1px solid #dedede;
	border-bottom: 2px solid #3657aa
}
.prodSubTtl p {
	width:99%;
	margin:0 auto;
	border-left:8px solid #3657aa;
	font-weight:bold; color:#3657aa;
	font-size:14pt;
	line-height:18pt;
	text-indent:0.5em;
}
.prodItem {
	width:900px;  margin:20px auto;
}
.prodPhoto {
	width:300px;
	float:left;
}
.prodPhoto img {
	width:298px;
	border: 1px solid #aaaaaa;
}
.prodExpWrap {
	width:580px;
	float:right;
}
.prodExpWrap h5 {
	width:100%;
	border-bottom:1px dotted #999;
	font-size:12pt;
	font-weight:bold;
	color:#3657aa;
	text-indent:0.2em;
}

/* 繧ｵ繝ｼ繝薙せ */
.srvSubTtl {
	width:960px;  height:46px;
	margin:50px auto 0 auto;  padding:11px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #dedede));
	background: -webkit-linear-gradient(#fff, #dedede);
	background: -moz-linear-gradient(#fff, #dedede);
	background: -o-linear-gradient(#fff, #dedede);
	background: -ms-linear-gradient(#fff, #dedede);
	background: linear-gradient(#fff, #dedede);
	border-radius: 5px 5px 0 0;
	border: 1px solid #dedede;
	border-bottom: 2px solid #3657aa
}
.srvSubTtl p {
	width:99%;
	margin:0 auto !important;
	border-left:8px solid #3657aa;
	font-weight:bold; color:#3657aa;
	font-size:14pt;
	line-height:18pt;
	text-indent:0.5em;
}
.srvWrap {
	display:table;
	width:900px;
	margin:20px auto;
}
.srvLeft, .srvRight {
	display:table-cell;
	width:47%;
	padding:1.5% 0;
	box-shadow:3px 3px 5px #999;
}
.srvLeft p, .srvRight p {
	width:94%;
	background-color:#077a27;
	text-align:center;
	color:#fff;
	margin:0 auto !important;
	padding-top:9px;
	padding-bottom:9px;
}
.srvLeft p span, .srvRight p span {
	display:inline-block;
}
.srvLeft div, .srvRight div {
	width:94%;
	margin:0 auto;
}
.srvLeft img, .srvRight img {
	width:100%;
}
.srvBefore p {
	background-color:#606060;
}
.srvAfter p {
	background-color:#27a2db;
}
.srvArrow {
	display:table-cell;
	width:6%;
	text-align:center;
	vertical-align: middle;
}
.srvArrow i {
	font-size:40pt;
	color:#ff0000;
}
.srvBtmSpace {
	margin-bottom:60px;
}
.srvMonoWrap {
	width:900px;
	margin:20px auto 0 auto;
}
.srvMono {
	width:47%;
	margin: 0 auto;
	text-align:center;
	padding:1.5% 0;
	box-shadow:3px 3px 5px #999;
}
.kensaTtl {
	width:94%;
	margin:0 auto !important;
	background-color:#3657AA;
	padding-top:8px;
	padding-bottom:8px;
	color:#fff;
}
.kensaTtl span {
	display:inline-block;
}
.srvMono div {
	width:94%;
	margin:0 auto;
}
.srvMono img {
	width:100%;
}
.kensaArrow {
	width:900px;
	margin:10px auto 0 auto;
}
.kensaArrow img {
	width:100%;
}
.srvDual {
	width:900px;
	margin:0 auto;
}
.kensaLeft {
	float:left;
	margin-top:5px;
}
.kensaRight {
	float:right;
	margin-top:5px;
}

/* 繝｡繝ｳ繝�リ繝ｳ繧ｹ莠区･ｭ */
.mainteExp {
	width:900px;
	margin:20px auto;
}
.mainteSubExp {
	display:block;
	margin-top:5px;
}
.maintePhotoWrap {
	position:relative;
}
.maintePhoto {
	width:100% !important;
}

.mainteLink {
	position:absolute;
	top:calc(100% - 49px);
	left:calc(100% - 195px);
	z-index:1;
	width:190px !important;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
	border:3px double #008EC2;
	background-color:#dbf5ff;
}
.mainteLink:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	color:#ffffff;
}
.mainteLink a {
	color:#008EC2;
	text-decoration:none;
}
.mainteLink a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.mainteIntro {
	width:900px;
	margin:20px auto;
	padding: 1.4% 0 1.4% 1.2% !important;
	box-shadow: 3px 3px 5px #999;
}
.mainteIntroPhoto {
	width:45%;
	float:left;
}
.mainteIntroPhoto p {
	width:100%;
	margin:0 !important;
	padding-top:9px;
	padding-bottom:9px;
	text-align:center;
	/* background-color:#3363B7; */
	background-color:#ff5500;
	color:#fff;
}
.mainteIntroPhoto img {
	width:100%;
}
.mainteIntroExp {
	width:55%;
	float:left;
	padding:0 20px;
}
.mainteIntroExp p {
	margin:0 !important;
	margin-bottom:20px !important;
}
.mainteIntroExp td span {
	font-size:28pt;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
ruby rt {
	font-size:8pt;
}
ruby rt span {
	font-size:16pt;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mainteML {
	margin-left:30px !important;
	margin-bottom:20px;
	color:#ff5500;
}
.mainteML tr {
	border-bottom:1px dotted #FF7145;
}
.mainteML td {
	padding:10px 10px 0 10px;
}
.mainteML td.c {
	text-align:center;
}
.mainteML tr:first-child td {
	padding-top:0 !important;
}
.mainteRemark {
	width:640px;
	margin:40px auto;
	border: 3px double #0052a5;
	padding:15px;
	font-size:12pt;
	text-align:center;
	color: #444;
}
.mainteRemark a {
	font-size:14pt;
	color: #0052a5;
	text-decoration:none;
}
.mainteRemark a:hover {
	text-decoration:underline;
}
.kakudai {
	display:block;
	width:80px;
	font-size:10pt;
	text-align:center;
	border:1px solid #0000ff;
	margin: 2px 0 0 auto;
	color:#0000ff;
}
/* 雋ｩ螢ｲ莠区･ｭ */
.salesExp {
	width:900px;
	margin:20px auto;
}
.salesRemark {
	width:590px;
	margin:40px auto;
	border: 3px double #0052a5;
	padding:15px;
	font-size:13pt;
	text-align:center;
	color: #0052a5;
}
.salesWrap {
	width:900px;
	margin:60px auto 20px auto;
	padding: 1.4% 1.2% 1.4% 1.2% !important;
	box-shadow: 3px 3px 5px #999;
}
.salesWrap p {
	margin:0 0 20px 0 !important;
}
.salesPhotoWrap	{
	margin:0;
}
.salesPhotoLeft {
	width:48%;
	float:left;
}
.salesPhotoRight {
	width:48%;
	float:right;
}
.salesPhotoLeft img, .salesPhotoRight img {
	width:100%;
}
.salesPhotoLeft p, .salesPhotoRight p {
	width:100%;
	margin:0 !important;
	padding-top:9px;
	padding-bottom:9px;
	text-align:center;
	background-color:#077A27;
	color:#fff;
}

/* 髢｢騾｣莨夂､ｾ */
.ascWrap {
	width:590px;
	margin:0 auto 30px auto;
}
.ascLogo {
	width:172px;
	float:left;
}
.ascLogo img {
	width:100%;
	border: 1px solid #ccc;
}
.ascLogo img:hover {
	border: 1px solid #3657aa;
}
.ascExp {
	width:400px;
	float:right;
}
.ascExp .item {
	margin:0 0 0 20px !important;
	font-size:10pt;
}
.ascExp h5 {
	font-size:14pt;
	color: #3657aa;
	border-bottom:1px dotted #999;
	text-indent:0.2em;
}
.ascExp p {
	margin:20px 0 0 30px;
	color:#3657aa;
}
.ascExp p a {
	color:#3657aa;
	text-decoration: none;
}
.ascExp p a:hover {
	text-decoration: underline;
}

/* 繧｢繧ｯ繧ｻ繧ｹ */
.acsSubTtl {
	width:960px;  height:46px;
	margin:0 auto;  padding:11px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #dedede));
	background: -webkit-linear-gradient(#fff, #dedede);
	background: -moz-linear-gradient(#fff, #dedede);
	background: -o-linear-gradient(#fff, #dedede);
	background: -ms-linear-gradient(#fff, #dedede);
	background: linear-gradient(#fff, #dedede);
	border-radius: 5px 5px 0 0;
	border: 1px solid #dedede;
	border-bottom: 2px solid #006D4F;
}
.acsSubTtl h4 {
	width:99%;
	margin:0 auto;
	border-left:8px solid #006D4F;
	font-weight:bold; color:#006D4F;
	font-size:14pt;
	line-height:18pt;
	text-indent:0.5em;
}
.acsWrap {
	width:900px;
	margin:20px auto 40px auto;
}
.acsMap {
	width:45%;
	float:left;
}
.acsMap iframe {
	width:100%;
}
.acsExp {
	width:50%;
	float:right;
}
.acsSubSub {
}
.acsSubSub h5 {
	font-size:12pt;
	color:#3657aa;
}
.acsAddr, .acsTraffic {
	margin:10px auto 20px 20px !important;
}
.acsAddr span {
	display:inline-block;
}
.acsTraffic dt {
	font-weight: normal;
}
.acsTraffic dd {
	margin:0 auto 10px 20px;
}
/* 縺雁撫縺�粋縺� */
.inqPhone {
	width:520px;
	margin:30px auto;
	padding-top:8px;
	padding-bottom:8px;
	font-size:20pt;
	text-align:center;
	font-weight:bold;
}
.inqPhoneCal1 {
	border:3px double #0052A5;
	color:#0052A5;
}
.inqPhoneCal2 {
	border:3px double #077A27;
	color:#077A27;
}
.inq {
	width:750px;
	margin:30px auto;
	list-style:none;
}
.inq li {
	text-indent:-1em;
	padding-left:1em;
}
/* Information */
#pageTitle2 {
	width:1100px; height:200px; position:relative; background-image:url("./images/title_back.jpg");
	-moz-background-size:contain; background-size:contain;
}
#pageTitle2 p {
	position:absolute; top: calc(100% - 68px); top: -webkit-calc(100% - 68px); left:20px; font-size:36pt; color:#fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow: 1px 2px 3px #808080;
}
#spPageTitle2 {
	display:none;
}
#entryWrap {
	display:table;
	width:100%;
	margin:o auto;
}
#container {
	display:table-cell;
}
#content {
	margin:40px 20px 40px 30px;
}
#primary {
	display:table-cell;
	width:280px;
	/* background-color:#a7c7e8; */
	padding-bottom:40px;
}
.entry-utility, .entry-meta {
	display:none;
}
.entryTitle {
	border-bottom:1px dotted #3657aa;
	margin:0 !important;
}
.entryTitle p {
	margin-bottom:0 !important;
	border-left:8px solid #3657aa;
	color: #3657aa;
	/* text-indent:0.5em; */
	padding-left:0.5em;
}
.entryDate {
	margin-bottom:20px;
	text-align:right;
	font-size:10pt;
}
.entry-content p {
	margin:0 20px 20px 20px;
	font-size:11pt;
}
.entry-content img {
	max-width: 100%;
}
.widget-container ul {
	margin-top:5px;
	margin-left:0.6em !important;
}
.widget-container ul li {
	position: relative;
	padding-left: 1.3em;
	list-style:none;
}
.widget-container ul li:before {
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	top: 2px;
	font-family: FontAwesome;
	content: '\f138'; /* 繧｢繧､繧ｳ繝ｳ縺ｮunicode */
	color:#3f83c1;
}
.widget-container ul li a {
	color:#3657AA;
	text-decoration: none;
}
.widget-container ul li a:hover {
	text-decoration: underline;
}
.page-title {
	height:46px;
	margin:50px auto 30px auto;  padding:11px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #dedede));
	background: -webkit-linear-gradient(#fff, #dedede);
	background: -moz-linear-gradient(#fff, #dedede);
	background: -o-linear-gradient(#fff, #dedede);
	background: -ms-linear-gradient(#fff, #dedede);
	background: linear-gradient(#fff, #dedede);
	border-radius: 5px 5px 0 0;
	border: 1px solid #dedede;
	border-bottom: 2px solid #3657aa
}
.page-title p {
	width:99%;
	margin:0 auto !important;
	border-left:8px solid #3657aa;
	font-weight:bold; color:#3657aa;
	font-size:14pt;
	line-height:18pt;
	text-indent:0.5em;
}
.entry-title2, .entry-meta2 {
	margin:0 20px !important;
}
.entry-title2 {
	margin-top:15px !important;
	font-size:12pt;
	border-bottom:1px dotted #3657aa;
}
.entry-title2 i {
	color:#3657aa;
}
.entry-title2 a {
	color:#3657aa;
	text-decoration:none;
}
.entry-meta2 {
	margin-bottom:10px !important;
	text-align:right;
	font-size:10pt;
}
.entry-meta2 .meta-sep, .entry-meta2 .author, .entry-summary2 {
	display:none;
}
/* 莉･荳九√Γ繝�ぅ繧｢繧ｯ繧ｨ繝ｪ */
@media only screen and (min-width: 1100px) {
	body {
		overflow-x:hidden;
	}
}
@media screen and (max-width: 1099px) {
	.container {
		width:100%;
	}
	#topLeftShadow {
		display:none;
		width:0;
	}
	#topPhotoWrap {
		width:100%;
		background-image: url("./images/top_photo_responsive_back.jpg");
		background-position: 0 0;
		margin-left:0;
	}
	#topPhoto {
		position:static;
		margin:auto;
	}
	#topLogo2 {
		position:static;
		margin:66px auto;
	}
	#topLeaf {
		display:none;
		width:0;
	}
	#topInfoWrap {
		width:100%;
		background-image: url("./images/top_info_responsive_back.jpg");
		background-position: calc(-1*(1100px - 100%)) 0;
		background-position: -webkit-calc(-1*(1100px - 100%)) 0;
		margin-left:0;
	}
	#topInfoTitle {
		position: static;
		width:100%;
		height:110px;
		margin: 0 auto;
		line-height:6em
	}
	#topInfoBack {
		display:none;
	}
	#topInfoListWrap {
		position: static;
		margin:50px auto;
	}
	#topWater {
		display:none;
	}
	#topRightShadow {
		display:none;
		width:0;
	}
	#bottomBanner {
		background-image:none;
		width:960px;
		margin:0 auto;
	}
	#bbLeft {
		margin-left:0 !important;
	}
	#copyright p {
		width:90%;
	}
	#pageTitle, #pageTitle2 {
		width:100%;
		height:18.2vw;
		background-repeat:no-repeat;
	}
}
@media screen and (max-width: 959px) {
	#header {
		width:100% !important;
	}
	#topPhotoWrap {
		background-image: url("./images/top_banner_back.jpg");
		width:100%;
		height:56vw;
		-moz-background-size:cover;
		background-size:cover;
		padding-top:4.8vw;
	}
	#topPhotoWrap, #topPhoto, #topPhotoWrap .slider-wrapper, #topPhotoWrap #slider, #topPhotoWrap img {
		width:100%;
	}
	#topLogo2 {
		display:none;
	}
	#topContent {
		width:100%;
		margin:-30px auto 0 auto;
	}
	#bottomBanner {
		width:100% !important;
	}
	#bbLeft {
		width:50% !important;
		background-size: cover;
	}
	#bbRight {
		width:50% !important;
		background-size: cover;		
	}
	#bGlobalMenu {
		width: calc(100% - 140px) !important;
		width: -webkit-calc(100% - 140px) !important;
		margin-left: 10px !important;
	}
	#bGlobalMenu a {
		margin: 13px 10px;
	}
	#upDir {
		margin-right: 20px !important;
	}
	/* 陬ｽ蜩∵ュ蝣ｱ */
	.prodSubTtl {
		width:98%;
	}
	.prodItem {
		width:94%;
	}
	.prodPhoto {
		width:30%;
	}
	.prodPhoto img {
		width:100%;
	}
	.prodExpWrap {
		width:67%;
	}
	/* 繧ｵ繝ｼ繝薙せ */
	.srvSubTtl {
		width:99%;
	}
	.srvWrap, .srvMonoWrap, .kensaArrow, .srvDual, .mainteExp, .salesExp, .mainteIntro, .salesWrap {
		width:96%;
	}
	.srvLeft, .srvRight {
		width:47%;
	}
	.srvArrow {
		width:6%;
	}
	/* 繧｢繧ｯ繧ｻ繧ｹ */
	.acsSubTtl {
		width:99%;
	}
}
@media screen and (max-width: 899px) {
	/* 繧ｿ繧ｯ繝槭げ繝ｫ繝ｼ繝嶺ｼ夂､ｾ蛟ｫ逅��遶� */
	.takuma, .takumaList {
		width:98%;
	}
	.takumaList {
		margin-left:30px;
		padding-right:30px;
	}
	/* 繧｢繧ｯ繧ｻ繧ｹ */
	.acsWrap {
		width:98%;
	}
}
@media screen and (max-width: 820px) {
}
@media screen and (max-width: 777px) {
	#header {
		display: none;
	}
	#spHeader {
		display:block;
		width:100%;
	}
	#spLogo {
		width:325px;
		float:left;
	}
	#spMenuBtn {
		width:30px;
		height:50px;
		float:right;
		margin-right:15px;
		padding-top:6px;
		font-size:20pt;
	}
	#spMenuBtn-b {
		width:30px;
		height:50px;
		float:left;
		margin-left:5px;
		padding-top:6px;
		font-size:20pt;
	}
	#spMenu, #spMenu-b {
		clear: both;
		display:none;
		background-color:#3a3a3a;
		margin:0;
		padding:0;
		list-style:none;
	}
	#spMenu a, #spMenu-b a {
		display:block;
		color:#ccc;
		font-size:10pt;
		text-decoration:none;
		border-bottom:1px dashed #ccc;
	}
	#spMenu a:last-child, #spMenu-b a:last-child {
		border-bottom:none;
	}
	#spMenu li, #spMenu-b li {
		height:30px;
		padding-left:15px;
		line-height:30px;
	}
	#panel-btn, #panel-btn-b {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #fff;
	}
	#panel-btn:hover, #panel-btn-b:hover {
		background: #dedede;
	}
	#panel-btn-icon, #panel-btn-icon-b {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #404040;
		transition: .2s;
	}
	#panel-btn-icon:before, #panel-btn-icon:after, #panel-btn-icon-b:before, #panel-btn-icon-b:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #404040;
		transition: .3s;
	}
	#panel-btn-icon:before, #panel-btn-icon-b:before {
		margin-top: -6px;
	}
	#panel-btn-icon:after, #panel-btn-icon-b:after {
		margin-top: 4px;
	}
	#panel-btn .close, #panel-btn-b .close {
 		background: transparent;
	}
	#panel-btn .close:before, #panel-btn .close:after, #panel-btn-b .close:before, #panel-btn-b .close:after {
 		margin-top: 0;
	}
	#panel-btn .close:before, #panel-btn-b .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#panel-btn .close:after, #panel-btn-b .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	
	#topContent {
		display: none;
	}
	#spTopContent {
		display: block;
	}
	#spTopContent a {
		display: block;
	}
	#spTopContent a:hover .spTopCmain, #spTopContent a:hover .spTopCsub {
		color: #0073b6;
	}
	.spTopCwrap {
		width: 98%;
		height: 100px;
		/* overflow: hidden; */
		position: relative;
		background: #f9f9f9; /* Old browsers */
		background: -moz-linear-gradient(left, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
		background: linear-gradient(left, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
		-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
		box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
		margin: 0 auto 6px auto;
	}
	.spTopCicon {
		width: 120px;
		float: left;
		padding-top:18px;
		text-align:center;
	}
	.spTopCright {
		width: calc(98% - 120px);
		width: -webkit-calc(98% - 120px);
		float:left;
	}
	.spTopCmain {
		margin:12px 0 4px 0;
		font-size:30px;
		color: #c32137;
	}
	.spTopCsub {
		margin:0px;
		font-size: 14px;
		line-height: 16px;
		color:#404040;
	}
	#topInfoWrap {
		background-image:none !important;
		height: auto !important;
	}
	#topInfoTitle {
		height:73px;
		font-size:20pt;
		line-height:4.5em;
	}
	#topInfoListWrap {
		width:100%;
		background-color:#f7f7f7;
		margin:0;
		padding:15px 0;
	}
	#topInfoListWrap .topInfo:last-child {
		margin-bottom:0;
	}
	.topInfo {
		width:95%;
		margin:0 auto 15px auto;
	}
	.topInfoDate {
		clear: both !important;
	}
	.topInfoText {
		clear: both !important;
		width: calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		margin-left:30px;
	}
	#bottomBanner {
		display: none;
	}
	#spBottomBanner {
		display: block;
		margin:5px;
	}
	.spBtmBnrWrap, .spBtmBnrImg, .spBtmBnrImg img {
		width:100% !important;
		max-width: 550px;
		margin:0 auto;
	}
	.spBtmBnrWrap {
		position:relative;
		margin-bottom:1px;
	}
	.spBtmBnrText {
		position:absolute;
		top: calc(100% - 40px);
		top: -webkit-calc(100% - 40px);
		left: calc(100% - 190px);
		left: -webkit-calc(100% - 190px);
		width:180px;
		height:30px;
		text-align:center;
		border:1px solid #fff;
		font-size:11pt;
		line-height:2em;
		color:#fff;
	}
	.spBtmBnrText a {
		color:#fff;
		text-decoration:none;
	}
	#bottomMenu, #bottomMenu2 {
		display:none;
	}
	#spBottomMenu {
		display:block;
		width:100%;
		margin-top:20px;
	}
	#spBottomMenu2 {
		display:block;
		width:100%;
	}
	#spTopArrow {
		width:30px;
		height:50px;
		font-size:16pt;
		float:right;
		margin-right:15px;
		padding-top:6px;
	}
	#arrow-btn {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #fff;
		padding-top:5px;
		padding-left:12px;
		color:#404040;
	}
	#arrow-btn:hover {
		background: #dedede;
	}
	#pageTitle {
		margin-bottom:30px;
	}
	/* 莨夂､ｾ譯亥� */
	.companyListWrap {
		width:90%;
	}
	.companyListWrap:first-child {
		margin-top:30px;
	}
	.companyListWrap .dt {
		float:none;
		width:100%;
		border-bottom:none;		
	}
	.companyListWrap .dd {
		float:none;
		width: 100%;
		padding-left:40px;
	}
	.textC750, .bizSubTtl, .chikaiIntro {
		width:98% !important;
	}
	/* 陬ｽ蜩∵ュ蝣ｱ */
	.prodSubTtl {
		margin-top:30px;
	}
	/* 繧ｵ繝ｼ繝薙せ */
	.srvSubTtl {
		margin-top:40px;
	}
	.srvSubTtl:first-child {
		margin-top:30px;
	}
	.srvArrow i {
		font-size:30pt;
	}
	/* 縺雁撫縺�粋縺� */
	.inq {
		width:98%;
	}
	/* information */
	#entryWrap, #container, #primary {
		display:block;
	}
	#content {
		margin:40px 10px 40px 10px;
	}
	#primary {
		width:100%;
		padding-bottom:0 !important;
	}
	#primary ul:first-child {
		padding: 20px 10px 20px 10px !important;
	}
}
@media screen and (max-width: 660px) {
	#pageTitle p {
		font-size:24pt;
		top: calc(100% - 52px);
		top: -webkit-calc(100% - 52px);
	}
	.companyListWrap .dd iframe {
		width: calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
	}
	.bizWrap, .bizList {
		width:98% !important;
	}
	.bizList {
		width:70% !important;
	}
	/* 繧｢繧ｯ繧ｻ繧ｹ */
	.acsMap, .acsExp {
		float:none;
		width:96%;
		margin:0 auto;
	}
	.acsExp {
		margin-top:10px;
	}
	/* 繧ｵ繝ｼ繝薙せ */
	.srvArrow i {
		font-size:24pt;
	}
	/* 繝｡繝ｳ繝�リ繝ｳ繧ｹ */
	.mainteRemark {
		width:96%;
		padding:10px;
	}
	.mainteRemark span {
		display:inline-block;
	}
}
@media screen and (max-width: 730px) {
	.salesPhotoRight p span {
		display:inline-block;
	}
}
@media screen and (max-width: 620px) {
	/* 莠区･ｭ譯亥�縲∬脈蜩∬ｲｩ螢ｲ */
	.bizRemark, .salesRemark {
		width:98%;
		padding:10px;
	}
	.bizRemark span, .salesRemark span {
		display:inline-block;
	}
}
@media screen and (max-width: 590px) {
	/* 髢｢騾｣莨夂､ｾ */
	.ascWrap {
		width:98%;
	}
	.ascLogo {
		width:29%;
	}
	.ascExp {
		width:68%;
	}
	/* 繝｡繝ｳ繝�リ繝ｳ繧ｹ */
	.mainteML {
		margin-left:15px !important;
	}
	.mainteML td {
		padding:10px 5px 0 5px;
	}
}
@media screen and (max-width: 530px) {
	/* 繝｡繝ｳ繝�リ繝ｳ繧ｹ */
	.mainteML {
		margin-left:0 !important;
	}
	/* 縺雁撫縺�粋縺� */
	.inqPhone {
		width:98%;
		font-size:16pt;
	}
	.inqPhone span {
		display:inline-block;
	}
}
@media screen and (max-width: 520px) {
	/* 莠区･ｭ譯亥� */
	.bizRemark {
		font-size:12pt;
	}
	#prodSubTtl2 {
		height:72px;
	}
	#prodSubTtl2 p span {
		display:inline-block;
	}
	/* 繧ｵ繝ｼ繝薙せ */
	.srvArrow i {
		font-size:16pt;
	}
	.srvLeft p, .srvRight p, .kensaTtl {
		font-size:10pt;
	}
	.kensaTtl span {
		display:inline-block;
	}
	/* 髢｢騾｣莨夂､ｾ */
	.ascExp h5 {
		font-size:12pt;
	}
	.ascExp p {
		font-size:10pt;
	}
}
@media screen and (max-width: 480px) {
	#pageTitle, #pageTitle2 {
		display:none;
	}
	#spPageTitle, #spPageTitle2 {
		display:block;
		width:100%;  height:36px;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #7295b5), color-stop(0.47, #005081), color-stop(0.70, #147bb6), color-stop(0.94, #00abe5), color-stop(1.00, #02a8e4));
		background: -webkit-linear-gradient(top, #7295b5 0%, #005081 47%, #147bb6 70%, #00abe5 94%, #02a8e4 100%);
		background: -moz-linear-gradient(top, #7295b5 0%, #005081 47%, #147bb6 70%, #00abe5 94%, #02a8e4 100%);
		background: -o-linear-gradient(top, #7295b5 0%, #005081 47%, #147bb6 70%, #00abe5 94%, #02a8e4 100%);
		background: -ms-linear-gradient(top, #7295b5 0%, #005081 47%, #147bb6 70%, #00abe5 94%, #02a8e4 100%);
		background: linear-gradient(to bottom, #7295b5 0%, #005081 47%, #147bb6 70%, #00abe5 94%, #02a8e4 100%);
		margin-bottom: 20px;
	}
	#spPageTitle p, #spPageTitle2 p {
		padding:6px; font-size:16pt; color:#fff;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-shadow: 1px 2px 3px #808080;
	}
	/* 邊ｾ逾槫渕逶､ */
	#chikai, #chikai img {
		width:100% !important;
	}
	.bizSashie {
		display:none;
	}
	.bizList {
		width:100% !important;
	}
	/* 繝｡繝ｳ繝�リ繝ｳ繧ｹ莠区･ｭ */
	.mainteLink {
		top:calc(100% - 35px);
		left:0;
		width:100% !important;
		padding-top:4px;
		padding-bottom:4px;
		font-size:10pt;
	}
	.mainteIntroPhoto, .mainteIntroExp {
		float:none;
		width:97%;
	}
	.mainteIntroExp {
		padding:0 !important;
	}
	.mainteML {
		margin-left:30px !important;
	}
	.mainteML td {
		padding:10px 10px 0 10px;
	}
	/* 阮ｬ蜩∬ｲｩ螢ｲ */
	.salesPhotoLeft, .salesPhotoRight {
		float:none;
		width:97%;	
	}
	.salesPhotoRight {
		margin-top:20px;
	}
}
@media screen and (max-width: 390px) {
	#spLogo {
		width:calc(100% - 50px);
		width:-webkit-calc(100% - 50px);
	}
	#spLogo img {
		width:100%;
	}
}
@media screen and (max-width: 380px) {
	#copyright p {
		width:100%;
		font-size:8pt;
	}
}
