@charset "utf-8";
/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: 2010年版の WordPress テーマ「Twenty Ten」は、スタイリッシュで、カスタマイズ可能で、簡潔で、読みやすいデザインです。カスタムメニュー、ヘッダー画像、背景をあなたなりにアレンジしてみてください。Twenty Ten テーマでは6つのウィジェットエリア (サイドバーに2つ、フッターに4つ) と、アイキャッチ画像 (ギャラリー投稿のサムネイルと、投稿やページのカスタムヘッダー画像) に対応しています。印刷用、管理画面のビジュアルエディター用、アサイドおよびギャラリーカテゴリー用のスタイルシートが用意されています。また、サイドバーを取り去った1カラムページのテンプレートもあります。
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style:none;
    font-weight:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}


blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}


ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:0;
    padding:0;
}
input, select {
    vertical-align:baseline;
}
/* =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 {
	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;
}
.wp-caption p.wp-caption-text {
	color: #888;
	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: #888;
	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: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	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: 14px;
	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: #888;
	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: #888;
}
.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: #888;
	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: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	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;
	margin-bottom:5px;
}
.widget-area ul ul {
	margin-left: 1.1em;
}
.widget-area ul ul li{
	background: url(img/png/list-about.png) no-repeat 0 7px;
	padding-left:10px;
	list-style-position: outside;
	vertical-align:top;
}
.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 {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.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 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#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;
	}
}
/* body --------------------------------*/
body {
	font-family: 'メイリオ',Meiryo,Arial,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#fafbea;
	font-size: 14px;
	zoom:1;
}

img {
    vertical-align:middle;
    display:block;
}
#wrap {
    width:960px;
    margin:0 auto;
    background-color:#fff;
    overflow:hidden;
}

a:link {
	color:#222;
}
a:visited {
	color:#222;
}
a:hover {
	color:#222;
}
a:active {
	color:#222;
}

/* header --------------------------------*/
header {
    background:url(img/gif/hd-bg.gif) repeat-x;
    overflow:hidden;
    width:100%;
}

header h1 {
    width:488px;
    height:78px;
    float:left;
    margin-top:17px;
    padding-left:20px;
    margin-bottom:10px;
}
header p {
    width:285px;
    height:33px;
    margin-top:57px;
    margin-right:20px;
    float:right;
    margin-bottom:10px;
}

#slideshow {
    width:961px;
    height:200px;
    clear:both;
    margin-right:0;
    margin-top:20px;
    padding:0;
}
#sidebar {
	width:230px;
    float:left;
}
#slideshow {
    position:relative;
    clear: both;
    height: 200px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
/* nav--------------------------------*/
nav {
    margin-top:30px;
    margin-left:30px;
    width:200px;
}
nav ul li {
	width:200px;
	height:60px;
	border:none;
	vertical-align:bottom;
}

/* aside--------------------------------*/
aside {
    margin-left:30px;
    margin-top:27px;
    width:196px;
}
aside div.instagram_bnr {
	margin: 0 0 20px 0;
}
#contact {
	width:194px;
    margin-top:20px;
    border:solid #e77937 1px;
    border-top:none;
    padding-bottom: 5px;
}

#contact #rogo {
    padding-top:15px;
    padding-bottom:15px;
    width:176px;
    margin:0 auto;
}

.contact-icon {
    float:left;
    line-height:0;
    padding-right:5px;

}
#contact-innner {
    width:176px;
    margin:0 auto;
    font-size:150%;
    line-height:28px;
}
.business-hour,.business-hour-fast{
    width:176px;
    margin:0 auto;
    clear:both;
}
.business-hour-fast {
	padding-top:15px;
}

.open {
    width:176px;
    margin:0 auto;
    padding-left:20px;
    padding-bottom:10px;
}
.space-top {
    word-spacing:10px;
}
#contact div.open:nth-of-type(1) span:nth-of-type(2) {
    padding-left: 34px;
}
#contact div.open:nth-of-type(2) span:nth-of-type(2) {
    padding-left: 42px;
}
#closed {
    word-spacing:10px;

}
/* content--------------------------*/
#content {
    width:665px;
    float:left;
    padding-left:40px;
    margin-top:30px;
    margin-bottom:20px;
}

#main {
    width:665px;
    height:262px;
    background:url(img/png/main-img-bg.png) no-repeat;
}
#content #main h2 {
	margin-bottom: 15px;
}
#main p {
    padding-top:15px;
}

#main #m-space {
    display:block;
}
#main #m-space p {
    margin: 0 0 20px 0;
}
.rinen {
	font-weight: bold;
}

/* pickup--------------------------*/
#pickup {
	overflow: hidden;
	margin: 30px 0;
}

#pickup p,#about a:hover {
    float:left;
    width:200px;
    height:180px;
}
#about {
    margin-right:30px;
    margin-bottom:17px;
}
#about a {
    background:url(img/png/pickup-about.png) no-repeat;
    display:block;
    width:200px;
    height:180px;
}
#about a img {
    padding-top:30px;
    margin:0 auto;
}
#about a:hover{
    color:orange;
    background:url(img/png/pickup-about1.png) no-repeat;
}
#factory {
     margin-right:30px;
    margin-bottom:20px;
}

#factory a {
    background:url(img/png/pickup-factory.png) no-repeat;
    display:block;
    width:200px;
    height:180px;
}

#factory a img {
    padding-top:30px;
    margin:0 auto;
}
#factory a:hover{
    color:orange;
    background:url(img/png/pickup-factory1.png) no-repeat;
}

#locality {
    margin-bottom:17px;
}
#locality a {
    background:url(img/png/pickup-locality.png) no-repeat;
    display:block;
    width:200px;
    height:180px;
}
#locality a img {
    padding-top:30px;
    margin:0 auto;
}
#locality a:hover{
    color:orange;
    background:url(img/png/pickup-locality1.png) no-repeat;
}
#voice {
    margin-right:30px;
    margin-bottom:20px;
}

#menu {
    margin-right:30px;
    margin-bottom:17px;
}

#menu a {
    background:url(img/png/pickup-menu.png) no-repeat;
    display:block;
    width:200px;
    height:180px;
}
#menu a img {
    padding-top:30px;
    margin:0 auto;
}
#menu a:hover{
    color:orange;
    background:url(img/png/pickup-menu1.png) no-repeat;
}

#voice a {
    background:url(img/png/pickup-voice.png) no-repeat;
    display:block;
    width:200px;
    height:180px;
}
#voice a img {
    padding-top:30px;
    margin:0 auto;
}
#voice a:hover{
    color:orange;
    background:url(img/png/pickup-voice1.png) no-repeat;
}

#blog {
    margin-bottom:20px;
}

#blog a {
    background:url(img/png/pickup-blog.png) no-repeat;
    display:block;
    width:200px;
    height:180px;
}
#blog a img {
    padding-top:30px;
    margin:0 auto;
}
#blog a:hover{
    color:orange;
    background:url(img/png/pickup-blog1.png) no-repeat;
}
.pickup-inner {
    display:block;
    width:180px;
    margin:0 auto;
    font-size:12px;
    padding-top:8px;
}
/* news--------------------------*/
#news {
    clear:both;
    width:665px;
    border:solid #e77937 1px;
    margin-bottom:50px;
}
#news dl {
    width:665px;
    height:132px;
    overflow-y:scroll;
    overflow-x:hidden;
}

#news dl dd {
    height:30px;
    line-height:30px;
    background: url(img/png/news-line.png) repeat-x  bottom;
    padding-left:10px;
}
.day {
	color:#7d1d1e;
}

/* footer--------------------------*/
footer {
    background:url(img/jpeg/footer.jpg) no-repeat;
    clear:both;
    width:960px;
    height:127px;
    font-size:12px;
    margin:0 auto;
}

footer ul{
	float:left;
    margin-left:30px;
    padding-top:40px;
    width:475px;

}

footer ul li{
    float:left;
    padding:0 12px;
    border-right:solid 1px #000;
}
footer ul li a{
    font-size:12px;
}
.no-border {
    border:none;
}
.f-space {
    margin-bottom:5px;
}
#copyright {
	float:left;
	width:440px;
    padding-top:100px;
    padding-left:10px;
    font-size:12px;
}
#f-color {
    color:#00834e;
}
/* aboutページ--------------------------*/
#about-main section:nth-of-type(1) {
	margin-top:0px;

}
.a-space {
    margin-top:20px;
}

.a-space div {
    width:665px;
    height:260px;
}
.a-space div#ingredient {
    width:665px;
    height: 300px;
}
.a-space div#ingredient a {
    text-decoration: underline;
}
.a-space #clean h3,.a-space #management h3{
    font-size:20px;
    color:#42210b;
    padding-left:60px;
    padding-top:15px;
    padding-bottom:15px;
    background: none;
}
.a-space #management h3{
    padding-top:20px;
}

.a-space ul {
	vertical-align:top;
}

.a-space ul li p {
	color:#000;
	vertical-align:top;
}

.a-space li {
	background: url(img/png/list-about.png) no-repeat 0 10px;
	padding-left: 10px;
    font-size:12px;
    width:340px;
    padding-top:5px;
    color:#ffa500;
}

.a-space #clean li,.a-space #management li{
    margin-left:30px;
}

.a-space #ingredient h3,.a-space #customer h3{
    text-align:center;
    font-size:20px;
    color:#42210b;
    padding-left:150px;
    padding-top:15px;
    padding-bottom:20px;
    background: none;
}
.a-space #customer h3{
    padding-left:210px;
    padding-top:10px;
}


.a-space #ingredient li,.a-space #customer li{
    margin-left:auto;
    padding-right:30px;
}
#clean {
    background: url(img/png/about-bg1.png) no-repeat;
}

#ingredient {
    background: url(img/png/about-bg2.png) no-repeat;

}
#management {
    background: url(img/png/about-bg3.png) no-repeat;

}
#customer {
    background: url(img/png/about-bg4.png) no-repeat;

}
/* factoryページ--------------------------*/
#pagecontent {
    width:665px;
    float:left;
    padding-left:40px;
    margin-top:30px;
    margin-bottom:20px;
}

/*#factory-main h2 {
    margin-bottom:14px;
}*/
.factory-img {
	width:100%;
	overflow: hidden;
}
.factory-img ul li{
	width:210px;
	float:left;
	margin-right:10px;
}
.factory-img img {
	width:210px;
}
.factory-img ul{
	width:100%;
	margin:0 7px;
	overflow: hidden;
}
.factory-img ul .last {
	margin-right:0;
	width:210px;
	float:left;
}
#factory-main .inner {
    padding-left:10px;
    margin-bottom:15px;
}
section h3 {
    background:url(img/png/line-1.png) no-repeat bottom;
    height:30px;
    font-size:1.2em;
    margin-bottom: 5px;
}
section h3 span {
	padding-left: 20px;
    font-size: 13px;
    color: #E67936;
    font-weight: bold;
}
.separator {
    display: inline;
    padding-right:5px;
}
section .inner {
    padding-top:15px;
    padding-left: 10px;
}
.description {
    width:163px;
    float:left;
}
section {
    overflow:hidden;
    padding-bottom:50px;
}

section .description img {
    margin-top:10px;
}

section .description p {
    width:143px;
    padding:0 10px;
    font-size: 13px;
}
section .description .item{
    display:block;
    color:#EF5A23;
    font-weight:bold;
    font-size:1.3em;
    margin-bottom:5px;
}
/* companyページ--------------------------*/
#pagecontent h2{
    padding-bottom: 25px;
}
.company_maintitle {
	font-size: 21px;
	color: #000;
	margin: 30px 0 0 10px;
}
section .inner dt {
    font-size:16px;
    color:#F15A24;
    margin-top:10px;
    margin-bottom:10px;
}

section .inner dd {
    font-size:14px;
    margin-bottom: 25px;
}
section img {
    margin:0 auto;
    padding-bottom:10px;
}

section h3 img {
    margin:0 auto;
    padding-bottom:5px;
}

.more {
	margin: 0 0 10px 10px;
}
.more a {
	background-color: #228b22;
	color: #fff;
    padding: 4px 10px;
    font-size: 14px;
}
.more a:after {
	content: "▶";
	color: #fff;
    font-size: 12px;
    padding-left: 5px;
}
/*.more a:link,.more a:visited {
    color:#228b22;*/
}
.more a:hover {
	opacity: 0.8;
}

#name {
    display:block;
    padding-top:20px;
    font-size:16px;
}
.table {
    border-bottom:solid 7px #8cc63f;
    margin-bottom:60px;
}
.t-space {
    padding-top:10px;
}
th,td {
    /*height:30px;*/
    line-height: 25px;
    padding: 8px 0 8px 10px;
    border-spacing:1em;
    border-bottom: dashed 1px #ccc;
    text-align:left;
}

th {
    border-right:solid 14px #fff;
}

.company{
    width:625px;
}
.company th {
    width:20%;
}
.border-none {
    border:none;
}

#map_canvas {
    width:600px;
    height:400px;
    margin:0 auto;
}

#factory-map h3{
    margin-bottom:20px;
}
/* voiceページ--------------------------*/
#voice-main {
    overflow:hidden;
}
#voice-main h3.menu_list img {
	position: relative;
	bottom: 2px;
	margin-right: 5px;
}
.voice-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 40px;
	column-gap: 40px;
	margin: 0 0 60px 0;
	padding-top: 20px;
}
.voice-wrap section.voice-box {
    background:url(img/png/section-bg.png) no-repeat;
    width:312px;
    height:415px;
    padding: 0;
}
.voice-wrap section.voice-box img {
    margin-top:13px;
    width:287px;
    height:234px;
}
.voice-wrap section.voice-box h3 {
    background: none;
    height:234px;
}
.voice-wrap section.voice-box h3 {
    width:282px;
    margin: 0 auto;
}

.voice-wrap section.voice-box p {
    width:282px;
    margin: 0 auto;
}

*:first-child+html .voice-wrap section.voice-box  p,
*:first-child+html .voice-wrap section.voice-box  p {
    padding-top:15px;
}
.voice_thankyou img {
	margin: 0 auto;
}
/*使っていない*/
.voice-sl {
    margin-right:20px;
}
.voice-sr {
    margin-left:20px;
}

.voice-sl,.voice-sr {
    background:url(img/png/section-bg.png) no-repeat;
    width:312px;
    height:415px;
    float:left;
}
.voice-sl img,.voice-sr img {
    margin-top:13px;
    width:287px;
    height:234px;
}
.voice-sl h3,.voice-sr h3 {
    background: none;
    height:234px;
}
.voice-sl h3,.voice-sr h3 {
    width:282px;
    margin: 0 auto;
}

.voice-sl p,.voice-sr p {
    width:282px;
    margin: 0 auto;
}

*:first-child+html .voice-sl p,
*:first-child+html .voice-sr p {
    padding-top:15px;
}

.voice-sl {
    margin-right:20px;
}
.voice-sr {
    margin-left:20px;
}

.voice-top{
    margin-top:20px;
}
/*ここまで*/
.voice-name {
	width:100%;
    font-size:1.2em;
    padding-top:5px;
    display:block;
    zoom:1;
}
.writing {
    line-height:25px;
    width:100%;
}


/* jobページ--------------------------*/
#job-main .inner {
    padding-left: 10px;
    margin-bottom: 15px;
}
.t-job {
    width:566px;
    margin-bottom:50px;
}
.t-job h3 {
    background:url(img/png/job-line.png) no-repeat bottom;
    height: 30px;
    font-size: 1.2em;
}

.job-text {
    background:url(img/png/job-img.png) no-repeat top;
    width: 666px;
    height: 188px;
    margin: 0px 0px 30px 0px;
}
.t-inner {
    padding: 80px 0px 0px 30px;
}
.jobtable{
    border-bottom:solid 5px #8cc63f;
}
.job {
    width:560px;
}
.job th {
    width:126px;
    text-align:left;
    line-height:30px;
}
.recruit_nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 55px 0;
	row-gap: 10px;
	column-gap: 10px;
}
.recruit_nav a {
	width: calc(100% / 6 - 10px);
}
.recruit_nav a {
	background-color: #FFFFE0;
	border: 2px solid #e8ec77;
	color: #000;
	text-align: center;
	border-radius: 10px;
	padding: 5px 5px;
	font-weight: bold;
}
.recruit_nav a:hover {
	opacity: 0.7;
}
/*ページ内リンク*/
#block1 {
	padding-top: 100px;
	margin-top: -100px;
	pointer-events: none;
	position: absolute;
}
#block2, #block3, #block4, #block5, #block6 {
	padding-top: 100px;
	margin-top: -100px;
	pointer-events: none;
	position: absolute;
}
/*localityページ--------------------------*/
.locality_info {
	padding: 20px;
	border: 1px solid #EF5A23;
    background-color: #FFF3B9;
	font-size: 115%;
	margin: 40px 0 60px 0;
}
.locality_info span {
	font-weight: bold;
	color: #EF5A23;
}
.locality_memo {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.locality_table_wrap {
	margin-bottom: 70px;
    border-bottom:solid 5px #8cc63f;
}
.locality_table {
    width:95%;
    margin-bottom: 30px;
}
.locality_table th {
    width: 160px;
    text-align:left;
    line-height:30px;
}
.buy_icon {
	color: #FBB03B;
	text-align: center;
	padding: 0 2px;
}

/*menuページ--------------------------*/
#t-menu {
    margin-top:20px;
    height: 30px;
    font-size: 1.2em;
    width:566px;
}
#t-menu tr td {
    line-height: 30px;
    height: 30px;
    padding:0;
    border:none;
    text-align:center;
    font-size:12px;
}
.clear #menu-description {
	width:100%;
    text-align:right;
    font-size:12px;
}

.clear {
	clear:both;
}
section.post-menu {
	padding-bottom: 20px;
	width: 165px;
	float: left;
	font-size:12px;
}
section.post-menu h3 {
	background: none;
	height: 30px;
	text-align: center;
	padding:0 5px;
}

/*拡大表示なし*/
.menu_list_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
    display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 50px auto;	
}
.menu_list_wrap div.menu_box {
	width: 49%;
	margin: 0 0 25px 0;
	font-weight: bold;
}
.menu_list_wrap div.menu_box img {
	max-width: 100%;
	margin-bottom: 10px;

}
.menu_list_wrap div.menu_box span {
	font-weight: normal;
}
h3.menu_list {
    background:url(img/png/line-1.png) no-repeat bottom;
    height:30px;
    font-size:1.2em;
    margin-bottom: 20px;
}
/*menu-1ページ--------------------------*/
.menu-space {
    margin-top:30px;
}
#menu-container {
	border: 1px solid #e77a37;
	border-radius: 10px;
	padding: 30px;
	margin: 30px 0 25px 0;
	position: relative;
}
#menu-thumbnail {
	margin: auto;
	text-align: center;
	background: url(img/gif/pic-bg.gif) no-repeat;
	padding: 40px 0;
	margin-bottom: 30px;
}
#menu-thumbnail img {
	display: inline;
}
#menu-text {
	width: 50%;
}
#menu-text h4 {
	background: url(img/png/line-1.png) no-repeat bottom;
	height: 25px;
	font-size: 1em;
	margin-bottom: 20px;
}
#menu-text .text {
	background: url(img/gif/line-m.gif);
	min-height: 63px;
	line-height: 18px;
}
#menu-back {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
i.icon {
	background: url(img/gif/icon1.gif) no-repeat;
	width: 12px;
	height: 11px;
	display: inline-block;
}

/*linkページ--------------------------*/
.list-img {
    display: inline;
    padding-right: 5px;
}
.list-img-end {
    display: inline;
    padding-left: 5px;
}
#banner-l {
    margin-top:40px;
}
#link-inner {
    margin-bottom:20px;
}
.link-space {
	margin-left: 20px;
}
.link-table,.link-table th,.link-table td {
	border:none;
	background:none;
}
/*privacypolicyページ--------------------------*/
.privacy-space {
    margin-bottom:20px;
}
ol {
    margin-bottom:20px;
}
#privacypolicy-o {
    list-style-type:decimal;
    list-style-position: inside;
    margin-bottom:5px;
}
/*blogページ--------------------------*/
.entry-main {
	width:460px;
	padding-right:30px;
	padding-left:40px;
	margin-top:0px;
	float:left;
    margin-top:20px;
}
.entry-content{
	width:460px;
	float:left;
    margin-top:20px;
    margin-bottom:60px;

}

#container {
	float:left;
    padding-left:40px;
    margin-top:20px;
    margin-bottom:20px;
}

.entry-content ul {
    margin-top:20px;
}

.blogside {
    width:164px;
    float:left;
    margin-top:30px;
}
#calendar_wrap {
	width:164px;
	border-right:none;
	overflow: hidden;
}
#wp-calendar {
	width:164px;
	float:left;
}
#wp-calendar thead tr th {
	border-right:none;
}
#prev,.pad,#next {
	border-bottom:none;
}
.b-time {
    padding-top:20px;
    font-size:12px;
    background:none;
    height:auto;
}
.subject {
    display: block;
    height:35px;
    font-size:16px;
    margin-bottom:20px;
}
.b-inner {
    padding:0 20px;
}
.post {
    margin-top:20px;
    margin-bottom:30px;
}

#calendar-3 {
	/*height:310px;*/
}

#calendar-3 h3 {
	background: url(img/jpeg/b-calendar.jpg) no-repeat;
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    width:164px;
    height:28px;
    margin-bottom:15px;
}
#recent-posts-4 {
	/*height:150px;*/
	height:auto;
}
#recent-posts-4 .widget-title {
	background: url(img/jpeg/b-story.jpg) no-repeat;
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    width:164px;
    height:28px;
    margin-bottom:15px;
}
#recent-comments-2 .widget-title {
	background: url(img/jpeg/b-comment.jpg) no-repeat;
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    width:164px;
    height:28px;
    margin-bottom:15px;
}

#archives-2 .widget-title {
	background: url(img/jpeg/b-archive.jpg) no-repeat;
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    width:164px;
    height:28px;
    margin-bottom:15px;
}

#categories-2 .widget-title {
	background: url(img/jpeg/b-category.jpg) no-repeat;
	text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    width:164px;
    height:28px;
    margin-bottom:15px;
}


/*blog 記事単体ページ--------------------------*/

#container #content {
	width:460px;
	padding-right:30px;
	padding-left:0;
	margin-top:0px;
}
#content h2 {
	margin-bottom: 25px;
}
.entry-title {
	background: url(img/png/line-1.png) no-repeat bottom;
	font-size:18px;
}

.s-title {
	margin-bottom:0;
}

#content .b-speace {
	margin-bottom:0;
}
.error404 {
	border-bottom:none;
}

#pagecontent #content {
	padding-left:0;
	margin-top:0;
}
.not {
	width:530px;
}
.entry-utility {
	text-align: right;
	font-size:10px;
}
.entry-footer {
	color:#8cc63f;
	border-bottom:solid 3px #8cc63f;
	text-align: right;
}
.mb_20 {margin-bottom: 20px;}
.bold {font-weight: bold;}
.orange{color:#FAAE3E;}