/*
Theme Name: Tosaya
Theme URI: http://tosaya.next.gr.jp/themes/tosaya
Author: the WordPress team
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: url(images/common/bg.gif);
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

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


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


#page {
	margin: 0 auto;
	max-width: 1020px;
}

#main {
    max-width: 980px;
	background: #fff;
	clear: both;
	padding: 0 2.0%;
	border-top:3px solid #ff0000;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.seihin , .kaisyaannai #primary {
	float: right;
	width: 75%;
}
section#primary {
	float: right;
	width: 75%;
}
#primary {
	width: 100%;
}

#showcase {
	width: 100%;
}

#secondary {
	float: left;
	width: 200px;
	margin-right:3%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	width: 68.9%;
}




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

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

img {border:0;}

/* Text elements */

p {
    padding-bottom:1em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 5px 10px 5px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */
#logoarea {
    line-height:1;
    position: relative;
}
#logoarea .sitemapimg {
	position: absolute;
	top: 0.4em;
	right: 0;
}

#branding {
	position: relative;
	z-index: 2;
}
#branding hgroup {
    padding: 2.0% 0;
}
/* Search Form */
#branding #searchform {
	position: absolute;
	top: 1.5em;
	right: 15.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

/* お問い合わせボタン */
#branding  .inquilyimg {
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: right;
}


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

#access {
	clear: both;
	display: block;
	margin: 0 auto;
	width: 100%;
}
#access ul {
	list-style: none;
	padding-left: 0;
}
#access li {
    list-style-type: none;
	float: left;
	position: relative;
}
#access a {
	color: #eee;
	display: block;
	text-decoration: none;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3em;
	left: 0;
	width: 188px;
	z-index: 99999;
	background: #f9f9f9;
}
#access ul ul li {
	background: #f9f9f9;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	border-bottom: 1px dotted #ddd;
	width: 168px;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	color: #444;
}

#access ul ul :hover > a {
	display: block;
	font-weight: bold;
}
#access li:hover > a,
#access a:focus {
	color: #373737;

}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}





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

.page-header {
display:none;
}

.hentry,
.no-results {
	margin: 0 0 1.625em;
	padding: 0 0 1.625em;
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.entry-content, 
.entry-meta, 
.entry-title {
	padding: 5px 10px;
}
.page .entry-content,
.page .entry-meta,
.page .entry-title  {
	border-top:0;
	border-bottom:0;
    border-left:0;
    border-right:0;
}
.entry-header {
	
}
.entry-title {
	clear: both;
	color: #eee;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	background:url(images/common/titlebg.png)  top left no-repeat;

}
.entry-title,
.entry-title a {
	color: #eee;
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #fff;
}
.entry-summary {
    padding:5px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.entry-content {
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

.entry-meta a {
	font-weight: bold;
	color: #666;
}
.single-author .entry-meta .by-author {
	display: none;
}

.entry-content ol,ul {
	padding-left:20px;
}
.entry-content #s {
	width: 75%;
}

dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
}
.alignright {
    display: inline;
    float: right;
    margin-right: 1.625em;
}
.aligncenter {
    display: inline;
    margin-right: auto;
    margin-left: auto;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */

.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}


/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}




/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1.625em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1.625em 0 0;
}


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

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1.625em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 8.9%;
}
.error404 #main #s {
	width: 95%;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


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

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}

/* =Comments
----------------------------------------------- */
#comments , .comments-link {
    display:none;
}

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

.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
	border-left:5px solid #bbb;
	background:#eee;
	padding-left:5px;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	padding-left:0;
	
}
.widget ul ul {
}
.widget ul li {
    display:block;
    background: url(images/common/control-small.png) left no-repeat;
    color:#333;
    line-height:1.1;
    padding:5px 0 5px 18px;
    border-bottom:1px dotted #bbb;
	font-size: 13px;
	list-style:none;
}
.widget a {
    color:#333;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}





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

#colophon {
	clear: both;
	margin-top:2em;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}


#address {
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	position: relative;
}
#address .logo {
    position:absolute;
    left:13.6%;
}
#address dl {
	line-height: 1.2;
	position:absolute;
    left:50.6%;
}
#address dt {
    float:left;
}
#address dd {
    padding-left:40px;
}


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

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0 7.6%;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1.625em;
	}
	#main #secondary {
		float: none;
		margin: 0 7.6%;
		width: auto;
	}
	/* Simplify the showcase template */
	.page-template-showcase-php .featured-posts {
		min-height: 280px;
	}
	.featured-posts section.featured-post {
		height: auto;
	}
	.page-template-showcase-php section.recent-posts {
		float: none;
		margin: 0;
		width: 100%;
	}
	.page-template-showcase-php #main .widget-area {
		float: none;
		margin: 0;
		width: auto;
	}
	.page-template-showcase-php .other-recent-posts {
		border-bottom: 1px solid #ddd;
	}
	/* Simplify the showcase template when small feature */
	section.featured-post .attachment-small-feature,
	.one-column section.featured-post .attachment-small-feature {
		border: none;
		display: block;
		float: left;
		height: auto;
		margin: 0.625em auto 1.025em;
		max-width: 30%;
		position: static;
	}
	article.feature-image.small {
		float: right;
		margin: 0 0 1.625em;
		width: 64%;
	}
	.one-column article.feature-image.small .entry-summary {
		height: auto;
	}
	article.feature-image.small .entry-summary p a {
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	/* Remove the margin on singular articles */
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		width: 100%;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1.625em;
	}
	.singular .pull.alignleft {
		margin: 0 1.625em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1.625em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.commentlist {
		width: 100%;
	}
	.commentlist > li.comment,
	.commentlist .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* Make sure embeds fit their containers */
	embed,
	object {
		max-width: 100%;
	}

}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}
	#access ul {
		font-size: 12px;
	}
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
		font-size: 28px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	.singular .hentry {
		padding: 1.625em 0 0;
	}
	.singular.page .hentry {
		padding: 1.625em 0 0;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}

}


/* =追加要素
----------------------------------------------- */

.clear {clear:both;}


/* ===========showcase（トップページ新着）===============*/
.showcase_recent-posts {
    width:600px;
    display:block;
    padding:20px;
    margin:20px 0 0 0;
    background: url("images/common/top_bg_diary.png") top no-repeat;
    border:3px solid #ccc;
    float:left;
}
.showcase_recent-posts h2 {
    border-left:5px solid #ff0000;
    padding-left:10px;
    font-weight:bold;
}
.showcase_recent-posts ul {
    padding-left:0;
}
.showcase_recent-posts ul li {
    list-style:none;
}
.showcase_recent-posts li {
    padding:5px 0;
    border-bottom:1px dotted #ccc;
}


#showcase div.recent-posts-txt a {
    font-weight:bold;
}
#showcase span.recent-posts-date {
    font-weight:normal;
    color:#666;
    margin-right:10px;
}

#showcase section.recent-posts .other-recent-posts a[rel="bookmark"] {
	float: none !important;
	max-width: 100%;
}
#showcase div.recent-posts-txt a.readnext {
    font-size:11px;
    font-weight:normal;
}

.box1 {
    border:1px solid #ff0000;
    background:#ffffe6;
    padding:10px;
}
.box1 div {
    margin:0 8px;
    border:3px solid #ffffe6;
    font-size:80%;
}
.box1 h3 {
    color:#ff0000;
    font-family:"ＭＳ 明朝",serif;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    font-weight:bold;
    font-size:150%;
}
.box1 a.btn {
    display:block;
    width:295px;
    height:120px;
    border:3px solid #ccc;
    float:left;
    margin:8px;
}
.box1 a:hover.btn {
    border:3px solid #ff0000;
}

.showcase-catalogue{
    width:307px;
    float:right;
    margin:20px 0 0 0;
    }

/* ================ぱんくず============== */
.contents_commonheader {
    margin-bottom:1em;
}
.breadcrumbs {
    margin:5px 0;
}
.contents_commonheader ul {
    padding-left:0;
}
.breadcrumbs li {
    display: inline;
    list-style: none;
}

.breadcrumbs span {
    background: #666;
    height:12px;
    padding:3px 5px;
    color:#fff;
    font-size:12px;
}
.breadcrumbs a {
    background: url(images/common/pankuzu.png) top right no-repeat;
    height:12px;
    padding:3px 10px 3px 5px;
    color:#fff;
    font-size:12px;
}

/* =============seihin.php（製品とサービステンプレ）================ */
.seihin {
    
}

.seihin table {
    width:100%;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.seihin table td {
    border-top:1px solid #ccc;
    vertical-align:top;
    padding:10px;
}

.seihin h3 {
    font-weight:bold;
    padding:5px 0 5px 40px;
    background: url(images/common/pdficon_large.gif) left no-repeat;
    font-size:120%;
    border-bottom:2px dotted #ccc;
    margin-bottom:5px;
}
.seihin table td img {
    margin:0;
    border: 1px solid #ddd;
	padding: 6px;
}



.seihin .menu ul {
    list-style-type: none;
    padding:0;
    margin:0;
}
.seihin .menu li {
    margin:0 0 10px 0;
    padding:0;
    font-size:0;

}
.seihin .menu li a {
    border-bottom:3px solid #666;
}
.seihin .menu li a:hover {
    border-bottom:3px solid #ff0000;
}

.seihin .menu ul ul {
    background:#ccc;
    padding:1px;
    margin:0;
}
.seihin .menu ul ul li {
    margin:0;
    font-size:13px;
    padding:5px 0;
    border-bottom:1px dotted #666;
}
.seihin .menu ul ul li a {
    background:url(images/common/control.png) top left no-repeat;
    padding-left:18px;
    color:#333;
    border-bottom:0;
}
.seihin .menu ul ul li a:hover {
    font-weight:bold;
    border-bottom:0;
}



/* =============kaisyaannai.php、sidebar-kaisyaannai.php（会社案内テンプレ）================ */
.kaisyaannai {
    
}

.kaisyaannai h3 {
    border-left:5px solid #ff0000;
    padding-left:10px;
    margin-bottom:1em;
}
.kaisyaannai table {
    width:100%;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.kaisyaannai table th {
    border-top:1px solid #ccc;
    vertical-align:top;
    padding:10px;
    background:#eee;
}
.kaisyaannai table td {
    border-top:1px solid #ccc;
    vertical-align:top;
    padding:10px;
}

.kaisyaannai .menu ul {
    list-style-type: none;
    background:#666;
    padding:0;
}

.kaisyaannai .menu ul li {
    margin:0;
    padding:5px;
    color:#fff;
}
.kaisyaannai .menu ul ul li {
    background:#eee;
}
.kaisyaannai .menu ul ul li a {
    display:block;
    background: url(images/common/control-small.png) left no-repeat;
    color:#333;
    line-height:1.1;
    padding:5px 0 5px 18px;
    border-bottom:1px dotted #bbb;
}

/* =============固定ページサイトマップ================ */
.sitemap {
    width:70%;
    margin:0 auto;
}

.sitemap ul {
    list-style-type: none;
    background:#666;
    padding:0;
    margin:0 0 1em 0;
    background:#ccc;
    padding:1px;
    margin:0;
}
.sitemap ul li {
    border-bottom:1px solid #aaa;
}
.sitemap  ul li a {
    background:url(images/common/control.png) top left no-repeat;
    padding-left:18px;
    color:#333;
}
.sitemap ul li a:hover {
    font-weight:bold;
}

.sitemap ul ul {
    background:#eee;
    padding-top:8px;
    padding-left:50px;
}
.sitemap ul ul li {
    font-size:80%;
    margin:0 0 5px 0;
    line-height:1.5;
    padding-bottom:3px;
    border-bottom:1px dotted #bbb;
}
.sitemap ul ul li a {
    background: url(images/common/control-small.png) left no-repeat;
    padding-left:18px;
    color:#333;
}
.sitemap ul ul li a:hover {
    font-weight:bold;
}

/* =============関連会社================ */
div.googlemaps {
    margin: 0 auto !important;
}

/* =============お問い合わせ2022================ */
.contact_us{
margin: 1em 3em;
}
.contact_us h3 {
font-size:1.3em;
font-weight: 900;
border-left: 5px solid #ff0000;
padding-left: 10px;
margin-bottom: 1em;
}
.contact_us h4 {
	margin-left: -2em;
	font-weight: 700;
	font-size: 1.1em;
}
.q_bun {
	margin-left: 2em;
	margin-bottom: 2em;
}
.q_foot {
	margin-top: 4em;
}
.q_title {
	margin-top: 1.5em;
	margin-left: 2em;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.1;
}
.q_ans {
	margin-top: 0.6em;
	margin-left: 10em;
}
.hissu {
	font-size: 0.65em;
	font-weight: 700;
	color: #ffffff;
	background-color: red;
	padding: 0.2em 0.4em;
	border-radius: 0.7em;
	margin-left: 0.5em;
	vertical-align: middle;
}
.q_kome {
	color: #666;
	font-size: 0.65em;
	margin-left: 0.7em;
}
.wpcf7-form p {
	margin-top: 1.5em;
	text-align: center;
}
.contact_us .wpcf7c-btn-confirm {
	font-size: 1.3em;
	color: #fff;
	background-color: #0083ff;
	border-radius: 7em;
	padding: 0.3em 1em;
	border: 0px;
}
.contact_us .wpcf7-back {
	font-size: 1.3em;
	color: #fff;
	background-color: #ff9700;
	border-radius: 7em;
	padding: 0.3em 1em;
	border: 0px;
}
.contact_us .wpcf7-submit {
	font-size: 1.3em;
	color: #fff;
	background-color: #00b300;
	border-radius: 7em;
	padding: 0.3em 1em;
	border: 0px;
}
.contact_us .wpcf7c-conf {
    background-color: initial;
    color: initial;
    border: initial;
}
.contact_us input[type=text], .contact_us input[type=password], .contact_us textarea {
	background-color: initial;
}
.
.custom-wpcf7c-confirmed input[type=text], .custom-wpcf7c-confirmed input[type=password], .custom-wpcf7c-confirmed textarea {
	background-color: #e0ffde;
}
.wpcf7c-conf, .wpcf7-validates-as-required, .wpcf7-validates-as-tel {
	background-color: initial;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
	border: 1px solid #ddd;
	color: #888;
}
.custom-wpcf7c-confirmed input[aria-required=true], .custom-wpcf7c-confirmed input[aria-required=true], .custom-wpcf7c-confirmed textarea[aria-required=true] {
	background-color: rgb(232, 240, 254);
}
.wpcf7-not-valid {
	background-color: #ffeef0!important;
}