@charset "utf-8";

/*
Theme Name: コーポレートPCサイト01-2021-10
Theme URI: http://www.doya-doya.com/
Description: 2013年版の WordPress テーマ「コーポレート01」は、企業サイト制作により最適なテーマです。カスタム投稿へ対応してみました。その他の機能は、ヘッダの余計なタグを無効化、カスタムメニュー利用可能、パンくずリスト自動生成、「続きを読む」リンクの#を無効化、トップページ新着情報のNEWマーク表示（デフォルト7日間）、トップページでのRSS取得（複数ブログ可能）、投稿カテゴリ毎の月別表示（プラグイン使用）、コメント非表示、固定ページのコーナータイトルを自動表示、固定ページのサイドメニューを自動表示（階層無制限）、管理者以外にワードプレスアップデートのお知らせ非表示、管理画面の「ダッシュボード」「投稿」「ページ」の不要なコンテンツを非表示、ビジュアルエディタの最適化に対応しています。
Author: 株式会社サンロフト
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

body,
input,
textarea {
	color: #111;
	line-height: 1;
	font-size: 15px;
	font-family: Arial,'メイリオ',Meiryo,"Helvetica Neue",Helvetica,"Nimbus Sans L","ＭＳ Ｐゴシック",verdana,Osaka,"MS PGothic",Sans-Serif;
}


/************************************************
目次
************************************************ */

/*** 目次見出し ***
- Reset default browser CSS
- Global Elements
- CSS Library
- Layout
- header
- menu
- mainimage
- pankuz
- content
- sidebox
- pagetop
- footer

*/

/* ============================
   Reset default browser CSS.
/* ============================ */

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;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	font-weight: normal;
}
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;
}

/*typekit*/
.fo_europa{/*Europa*/
	font-family: "europa";
	font-weight:400;
}
.fo_shingo{/*新ゴ*/
	font-family: "a-otf-ud-shin-go-pr6n";
	font-weight:300;
}
.fo_kozuka{/*小塚*/
	font-family: "kozuka-gothic-pr6n";
}

/* ============================
   Global Elements
/* ============================ */

/* Main global 'theme' and typographic styles
--------------------------------------------- */
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 18px 0;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	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;
	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;
}
input[type="text"],
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: 4px;
}
a{
	/*ふわっと*/
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all  0s ease;
}
a:link {
	color: #111;
}
a:visited {
	color: #111;
}
a:active,
a:hover {
	color: #666;
}

/*画像の透過*/
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



/* Images
----------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.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: 24px;
}

/* キャプション機能用
----------------------------- */
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	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;
}

/* ギャラリー機能用
----------------------------- */
.gallery{
	margin: auto;
}
.gallery .gallery-item{
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	margin-left: 0;
}
/* カラム毎のサイズ
----------------------------- */
.gallery-columns-1 .gallery-item {width: 25%;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-3 .gallery-item {width: 33%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16%;}
.gallery-columns-7 .gallery-item {width: 14%;}
.gallery-columns-8 .gallery-item {width: 12%;}
.gallery-columns-9 .gallery-item {width: 11%;}

.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}


/* ============================
   Original CSS Library
/* ============================ */

/* フォント
----------------------------- */
.bold	{ font-weight: bold; }
.font-small{ font-size: 0.85em !important;}

/* 画像
----------------------------- */
img.f_left{ margin: 0 20px 20px 0; }
img.f_right{ margin: 0 0 20px 20px; }
img.border{ padding: 3px; background: #ffffff; border: 1px solid #e8e8e8;}

/* 配置
----------------------------- */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;}
.middle	{vertical-align: middle !important;}
.bottom	{vertical-align: bottom !important;}
.width_auto{width: auto !important;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.overflow {overflow: hidden !important;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content: " " !important; display : block; clear : both;}
.nowrap	{white-space: nowrap;}

/*フッター下の隙間対策*/
body>iframe,body>img,body>span{
	display:none;
}

/* 余白
----------------------------- */
.m_auto		{margin-left: auto !important; margin-right: auto !important;}
.m_top0		{margin-top: 0 !important;}
.m_right0	{margin-right: 0 !important;}
.m_bottom0	{margin-bottom: 0 !important;}
.m_left0	{margin-left: 0 !important;}
.m_top10	{margin-top: 10px !important;}
.m_right10	{margin-right: 10px !important;}
.m_bottom10	{margin-bottom: 10px !important;}
.m_left10	{margin-left: 10px !important;}
.m_top15	{margin-top: 15px !important;}
.m_right15	{margin-right: 15px !important;}
.m_bottom15	{margin-bottom: 15px !important;}
.m_left15	{margin-left: 15px !important;}
.m_top20	{margin-top: 20px !important;}
.m_right20	{margin-right: 20px !important;}
.m_bottom20	{margin-bottom: 20px !important;}
.m_left20	{margin-left: 20px !important;}
.m_top30	{margin-top: 30px !important;}
.m_right30	{margin-right: 30px !important;}
.m_bottom30	{margin-bottom: 30px !important;}
.m_left30	{margin-left: 30px !important;}
.m_top40	{margin-top: 40px !important;}
.m_right40	{margin-right: 40px !important;}
.m_bottom40	{margin-bottom: 40px !important;}
.m_left40	{margin-left: 40px !important;}
.m_top50	{margin-top: 50px !important;}
.m_right50	{margin-right: 50px !important;}
.m_bottom50	{margin-bottom: 50px !important;}
.m_left50	{margin-left: 50px !important;}
.m_top100	{margin-top: 100px !important;}
.m_right100	{margin-right: 100px !important;}
.m_bottom100{margin-bottom: 100px !important;}
.m_left100	{margin-left: 100px !important;}

.p_top0		{padding-top: 0 !important;}
.p_right0	{padding-right: 0 !important;}
.p_bottom0	{padding-bottom: 0 !important;}
.p_left0	{padding-left: 0 !important;}
.p_top10		{padding-top: 10px !important;}
.p_right10	{padding-right: 10px !important;}
.p_bottom10	{padding-bottom: 10px !important;}
.p_left10	{padding-left: 10px !important;}
.p_top20	{padding-top: 20px !important;}
.p_right20	{padding-right: 20px !important;}
.p_bottom20	{padding-bottom: 20px !important;}
.p_left20	{padding-left: 20px !important;}
.p_top30	{padding-top: 30px !important;}
.p_right30	{padding-right: 30px !important;}
.p_bottom30	{padding-bottom: 30px !important;}
.p_left30	{padding-left: 30px !important;}
.p_top40	{padding-top: 40px !important;}
.p_right40	{padding-right: 40px !important;}
.p_bottom40	{padding-bottom: 40px !important;}
.p_left40	{padding-left: 40px !important;}
.p_top50	{padding-top: 50px !important;}
.p_right50	{padding-right: 50px !important;}
.p_bottom50	{padding-bottom: 50px !important;}
.p_left50	{padding-left: 50px !important;}

/* ソーシャルプラグイン
----------------------------- */
.entry-social{
	overflow: hidden;
	clear: both;
	height: 20px;
	text-align: left;
}
.single .entry-social{
	overflow: hidden;
	margin-bottom: 20px;
	clear: both;
	background: #f2f2f2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1) inset;
	padding: 10px 10px 10px 10px;
}
.entry-social iframe{
	border: 0 !important;
}
.entry-social .twitter{
	float: left;
	width: 100px;
}
.entry-social .facebook{
	float: left;
	width: 110px;
}
.entry-social .googleplus{
	float: left;
}


/* ============================
   Layout
/* ============================ */
body{
    border-top: solid 20px #eb4d00;
}
header,
#main,
#colophon{
	margin: 0 auto;
	width: 1000px;
}
#content{
	float: left;
	width: 730px;
}
.page-template-cart #content,
.page-template-wide #content{
	float: none;
	width: 1000px;
}
#main{
	line-height: 1.6em;
}
.home #main{
	width: 100%;
}
#sidebox{
	float: right;
	overflow: hidden;
	width: 220px;
	margin-bottom: 30px;
}
footer {
	clear: both;
	width: 100%;
	min-width:1000px;
	background:url(images/bg_footer.jpg) center top repeat-x;
}


/* ============================
   header
/* ============================ */
header {
	position: relative;
	height: 130px;
}
#site-title {
	width:246px;
	margin:0;
	padding:15px 0 0 0;
}
#site-title a {
	display:block;
	width:100%;
}
#header_utility{
	position: absolute;
	right:0;
	top:20px;
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing: -.40em;
	text-align:right;
}
#header_language a{
    color: #fff;
}
#header_language{
    font-size: 13px;
    color: #fff;
    text-align: right;
    position: absolute;
    right: 0;
    top: -18px;
}
#header_utility li{
	margin:0;
	padding:0 0 0 10px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	text-align:center;
}
#header_utility li#tel{
	color:#eb4d00;
	padding:5px 0 0 0;
}
#header_utility li#tel a{
	color:#eb4d00;
	font-size:1.8rem;
	text-decoration:none;
}
#header_utility li#cart{
	padding:0 15px;
}
#header_utility li#links{
}
	#header_utility li#links a{
		font-size:12px;
		line-height:40px;
		text-decoration:none;
		display:block;
		width:108px;
		padding: 0;
		border:solid 1px #555;
		background-color:#fff;
	}
#header_utility li#inq {
	padding-left:10px;
}
	#header_utility li#inq a{
		text-decoration:none;
		display:block;
		width:320px;
		font-size:13px;
		line-height:40px;
		padding:0;
		border:solid 1px #555;
	}
	#header_utility li#inq a i{
		margin-right:0.5rem;
	}


/* ============================
   menu
/* ============================ */
header nav{
	width:740px;
	height:60px;
	position: absolute;
	right:0;
	bottom:0;
}

nav ul#menu-main{
	list-style: none;
	margin: 0;
	padding:0;
	letter-spacing: -.40em;
	text-align:right;
}
nav ul#menu-main>li{
	width: 146px;
	margin: 0;
	padding:0;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	position:relative;
}
nav ul#menu-main>li>a{
	display: block;
	text-align:center;
	font-size:0.8rem;
	font-weight:bold;
	letter-spacing:0.05rem;
	line-height:60px;
	text-decoration:none;
	background-repeat:no-repeat;
}
nav ul#menu-main>li:first-child::before{
	content:"";
	height:100%;
	border-right:dotted 1px #ccc;
	position:absolute;
	left: 0;
	top:0;
}
nav ul#menu-main>li::after{
	content:"";
	height:100%;
	border-right:dotted 1px #ccc;
	position:absolute;
	right: 0;
	top:0;
}
nav ul#menu-main>li>a:hover{
	color:#eb4d00;
}

.parent-pageid-76 nav ul#menu-main>li.mm01>a,
.parent-pageid-93 nav ul#menu-main>li.mm02>a,
.parent-pageid-97 nav ul#menu-main>li.mm02>a,
.parent-pageid-101 nav ul#menu-main>li.mm03>a,
.tax-goodslist nav ul#menu-main>li.mm04>a,
.post-type-archive-goods nav ul#menu-main>li.mm04>a,
.single-voice nav ul#menu-main>li.mm05>a,
nav ul#menu-main>li.current_page_item>a{
	color:#eb4d00;
	background-color:#f1f1f1;
}

nav ul#menu-main ul {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	float: left;
	width: 188px;
	z-index: 99999;
	list-style: none;
	margin: 0;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 4px solid #d7d7d7;
	font-size: 14px;
}
nav ul#menu-main ul.sub-menu {
	/display: none !important;
}
nav ul#menu-main ul li {
	min-width: 188px;
	background #fff;
}
nav ul#menu-main ul ul {
	left: 100%;
	top: 0;
	margin: 0;
}
nav ul#menu-main ul a {
	text-indent: 0;
	background: #fff url(images/listmark01.gif) 10px center no-repeat !important;
	line-height: 1.2em;
	padding: 10px 10px 10px 28px;
	height: auto;
	color: #001117;
	border-bottom: 1px solid #f2f2f2;
	width: auto;
	text-decoration: none;
}
nav ul#menu-main ul a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)" !important;  /* ie 8 */
	-moz-opacity: 1 !important;                /* FF lt 1.5, Netscape */
	-khtml-opacity: 1 !important;              /* Safari 1.x */
}
nav ul#menu-main ul :hover > a {
	background: #f2f2f2 url(images/listmark01.gif) 10px center no-repeat !important;
}
nav ul#menu-main li:hover > ul {
	display: block;
}


/* ============================
   mainimage
/* ============================ */
#mainimage {
	width: 100%;
	height:420px;
	margin:0 auto;
	background-color:#d0d0ce;
}
#mainimage ul {
	margin:0;
	padding:0;
}
#mainimage ul li{
	height:0;
	margin:0;
	padding:420px 0 0 0;
	list-style:none;
	overflow:hidden;
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	font-size:0;
}
/* flexslider.css 上書き */
.flexslider {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border-radius: 0 !important;
}

#mainimage .flex-control-nav {
	margin-bottom: 0;
	bottom: 2px;
}
#mainimage .flex-direction-nav li a{
	width: 30px;
	height: 30px;
}
#mainimage .flex-direction-nav li a.prev{
	background-position: 0 0;
	left: -72px;
}
#mainimage .flex-direction-nav li a.next{
	background-position: 0 -30px;
	right: -72px;
}
#mainimage .flex-direction-nav li a:hover{
	top: 50.5%;
}
#pc_slides{
	display:block;
}
#sp_slides{
	display:none;
}

/* ============================
   header title
/* ============================ */
.header-title{
	display:none;
}

.page-id-76 .header-title, .parent-pageid-76 .header-title,
.page-id-93 .header-title, .parent-pageid-93 .header-title, .parent-pageid-97 .header-title,
.page-id-101 .header-title, .parent-pageid-101 .header-title{
	display:block;
	line-height: 1.5;
	width:100%;
	height:0;
	margin:0;
	padding:150px 0 0 0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#aaa;
}
/*選ばれる理由*/
.page-id-76 .header-title{	background-image:url(images/ct_choice.jpg);}
.page-id-79 .header-title{	background-image:url(images/ct_choice01.jpg);}
.page-id-81 .header-title{	background-image:url(images/ct_choice02.jpg);}
.page-id-83 .header-title{	background-image:url(images/ct_choice03.jpg);}
.page-id-85 .header-title{	background-image:url(images/ct_choice04.jpg);}
.page-id-87 .header-title{	background-image:url(images/ct_choice05.jpg);}
.page-id-89 .header-title{	background-image:url(images/ct_choice06.jpg);}
.page-id-91 .header-title{	background-image:url(images/ct_choice07.jpg);}
/*安心安全のお約束*/
.page-id-93 .header-title{	background-image:url(images/ct_promise.jpg);}
.page-id-95 .header-title{	background-image:url(images/ct_promise01.jpg);}
.page-id-97 .header-title, .parent-pageid-97 .header-title{	background-image:url(images/ct_promise02.jpg);}
.page-id-99 .header-title{	background-image:url(images/ct_promise03.jpg);}
/*工場のご紹介*/
.page-id-101 .header-title{	background-image:url(images/ct_factory.jpg);}
.page-id-103 .header-title{	background-image:url(images/ct_factory01.jpg);}
.page-id-105 .header-title{	background-image:url(images/ct_factory02.jpg);}
.page-id-107 .header-title{	background-image:url(images/ct_factory03.jpg);}

/* ============================
   pankuz
/* ============================ */
#pankuzu{
	width:100%;
	margin-bottom:30px;
	background:#f2f2f2;
}



#pankuzu div{
	width:1000px;
	margin:0 auto;
	text-align: right;
	font-size:12px;
	line-height:36px;
}


/* ============================
   content
/* ============================ */
#main {
	clear: both;
	padding: 0;
	position: relative;
	margin-bottom:20px;
	zoom:1;
}
#main:after{content : ''; display : block; clear : both;}

#content {
	background: #fff;
	/zoom : 1;
}
#content:after{content : ''; display : block; clear : both;}

#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 h1.entry-title{
	font-weight: bold;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.3em;
	margin:0;
	padding:0 0 20px 0;
}
#content h1.entry-title #pankuzu{
	font-weight: bold;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 15px;
	color: #808080;
}
#content h1.entry-title #pankuzu a{
	color: #77cefc;
}
#content h2{
	background: none;
	padding-bottom: 5px;
	font-size: 24px;
}
#content h3{
	font-weight: bold;
	margin: 0 0 15px 0;
	color: #eb4d00;
	font-size: 16px;
	clear: none;
}

.single-movie #content .entry-content h1,
.single-news #content .entry-content h1{
	color: #eb4d00;
	font-size: 40px;
}
.single-newspaper #content .entry-content h2,
.single-movie #content .entry-content h2,
.single-news #content .entry-content h2{
	color: #eb4d00;
	font-size: 37px;
}
.single-newspaper #content .entry-content h3,
.single-movie #content .entry-content h3,
.single-news #content .entry-content h3{
	color: #eb4d00;
	font-size: 34px;
	font-weight: normal;
}
.single-newspaper #content .entry-content h4,
.single-movie #content .entry-content h4,
.single-news #content .entry-content h4{
	color: #eb4d00;
	font-size: 30px;
}
.single-newspaper #content .entry-content h5,
.single-movie #content .entry-content h5,
.single-news #content .entry-content h5{
	color: #eb4d00;
	font-size: 27px;
}
.single-newspaper #content .entry-content h6,
.single-movie #content .entry-content h6,
.single-news #content .entry-content h6{
	color: #eb4d00;
	font-size: 22px;
}


/* テーブル
----------------------------- */
#content table {
	border: 1px solid #555;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	
}
#content table tr th {
	font-weight: normal;
	line-height: 18px;
	padding: 15px;
	border: 1px solid #555;
	white-space: nowrap;
	text-align: left;
	background-color:#ffe3cf;
}
#content table tr th span {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
#content table tr td {
	border: 1px solid #555;
	padding: 15px;
}

/* iframe
----------------------------- */
#content iframe{
	border: 1px solid #e5e5e5;
}

/* トップページ
----------------------------- */
.home h2{
	font-size:12px;
}


.home #main img{
	vertical-align:bottom;
}
.topwidth{
	width:1000px;
	margin:0 auto;
}

/*inq*/
#topinqbox{
	width:100%;
	background:url(images/bg_topinq.jpg) center top repeat;
}
#topinqbox .topwidth{
	padding:40px 0 115px 0;
}
address{
	font-style:normal;
}
#topinqbox .orangebox{
	padding:35px 0 35px 35px;
	color:#fff;
	background: rgba(235, 77, 0, 0.8);
}
#topinqbox .orangebox h3{
	margin:0;
	padding:0 0 20px 0;
}
#topinqbox .orangebox ul{
	margin:0;
	padding:0;
	letter-spacing: -.40em;
}
#topinqbox .orangebox li{
	margin:0;
	padding:0;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
}
#topinqbox .orangebox li img{
	margin-right:15px;
}
#topinqbox .orangebox li a{
	width:400px;
	font-size:20px;
	text-align:center;
	line-height:45px;
	color:#000;
	display:block;
	text-decoration:none;
	margin:0 0 0 15px;
	background-color:#fff;
}

/*content*/
#topcontentsbox{
	color:#fff;
	padding: 0 0 60px 0;
	background:url(images/bg_line_orange.jpg) left top repeat;
}
#topcontentsbox h2{
	font-size:30px;
	line-height:1.2em;
	text-align:center;
	margin:0;
	padding:60px 0 40px 0;
}
#topcontentsbox ul{
	padding:0;
	letter-spacing: -.40em;
}
#topcontentsbox li{
	margin:0;
	padding:0;
	list-style-type:none;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#topcontentsbox li:last-child{
	margin:0 0 0 60px;
}
#topcontentsbox li p{
	width:460px;
	font-size:15px;
	line-height:1.5em;
	margin:0;
	padding:10px 0 0 10px;
}
#topcontentsbox li a{
	display:block;
	background-color:#fff;
}

/*goods*/
#topgoodsbox{
	padding:40px 0 70px 0;
	background-color:#f2f2f2;
}

#topgoodsbox .topwidth{
	position:relative;
}
#topgoodsbox h2{
	margin:0 0 0 -15px;
	padding:0 0 35px 0;
}
#topgoodsbox p.copy{
	position:absolute;
	font-size:14px;
	margin:0;
	padding:0;
	left:280px;
	top:14px;
}

#topgoodsbox #business{
	float:left;
	margin:0;
	padding:0;
}

#topgoodsbox #business ul{
	margin:0;
	padding:0;
}
#topgoodsbox #business ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#topgoodsbox #business ul li a{
	color:#fff;
	text-shadow:0px 0px 5px rgba(0,0,0,0.4);
	text-decoration:none;
	font-size: 0.9rem;
	line-height: 1.2rem;
	display:block;
	position:relative;
	z-index: 1;
	overflow:hidden;
}
#topgoodsbox #business ul li a::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    z-index:-1;
	background: rgba(0, 0, 0, 0.3);
}
#topgoodsbox #business ul li a::after{
	background:center center no-repeat;
	background-size:cover;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    z-index:-2;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#topgoodsbox #business ul li.mf1 a::after{background-image:url("images/btn132.jpg");}
#topgoodsbox #business ul li.mf2 a::after{background-image:url("images/btn136.jpg");}
#topgoodsbox #business ul li.mf3 a::after{background-image:url("images/btn138.jpg");}
#topgoodsbox #business ul li.mf4 a::after{background-image:url("images/btn140.jpg");}
#topgoodsbox #business ul li.mf5 a::after{background-image:url("images/btn142.jpg");}
#topgoodsbox #business ul li.mf6 a::after{background-image:url("images/btn144.jpg");}


#topgoodsbox #business ul li a:hover::after{
    opacity: .8;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#topgoodsbox #business ul li a span{
	display:block;
	padding:0.6rem;
}
#topgoodsbox #business ul li a span em{
	font-style:normal;
}

#topgoodsbox #goods{
	width:770px;
	float:right;
	margin:0;
	padding:0;
	letter-spacing: -.40em;
	text-align:right;
}
#topgoodsbox #goods li{
	width:23.4%;
	font-size:12px;
	margin:0 0 0 12px;
	padding:0;
	list-style-type:none;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	position:relative;
}
#post-398 .icon_sample,
#topgoodsbox #goods li>span.icon_sample{
	position:absolute;
	right:-7px;
	top:330px;
	z-index:10;
	display:block;
	width:88px;
	height:88px;
}
#post-398 .icon_sample span,
#topgoodsbox #goods li>span.icon_sample span{
	display:block;
	position:relative;
	z-index:11;
	text-align:center;
	color:#fff;
	font-size:0.7rem;
	line-height:1.2em;
	font-weight:bold;
	padding-top:0.8rem;
}

#post-398 .icon_sample span b,
#topgoodsbox #goods li>span.icon_sample span b{
    font-size: 1.5rem;
    line-height: 1.3em;
}
#post-398 .icon_sample::before,
#topgoodsbox #goods li>span.icon_sample::before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
	border-radius: 50%;
	background-color:#eb4d00;
}
#post-398 .icon_sample::after,
#topgoodsbox #goods li>span.icon_sample::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
	border-radius: 50%;
	background: rgba(235, 77, 0, 0.6);
  animation: burst 3s linear infinite;
  transform-origin: 50% 50%;
}


@keyframes burst {
  0% { opacity:1 }
  49.9995% { transform:scale(1.3); opacity:0 }
  50% { transform:scale(1); opacity:1 }
  100% { transform:scale(1); opacity:1 }
}

#topgoodsbox #goods li a{
	display:block;
	overflow:hidden;
}

#topgoodsbox #goods li a span{
	position:relative;
	display:block;
	padding-top: 250%;
}
#topgoodsbox #goods li a span::after{
	
	background:center center no-repeat;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

#topgoodsbox #goods li.topgoods01 a span::after{ background-image:url("images/topgoods01.jpg"); }
#topgoodsbox #goods li.topgoods02 a span::after{ background-image:url("images/topgoods02.jpg"); }
#topgoodsbox #goods li.topgoods03 a span::after{ background-image:url("images/topgoods03.jpg"); }
#topgoodsbox #goods li.topgoods04 a span::after{ background-image:url("images/topgoods04.jpg"); }

#topgoodsbox #goods li a:hover span::after{
    opacity: .8;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


#topgoodsbox #goods li a em{
	position:absolute;
	left:15px;
	top:25px;
	z-index:2;
	color:#fff;
	text-align: left;
	font-size:2.1rem;
	font-style:normal;
	line-height:1.2em;
	letter-spacing:0.1em;
}


#topgoodsbox #goods li p{
	font-size:13px;
	text-align:left;
	line-height:1.5em;
	margin:0;
	padding:5px 0 0 0;
}

#topgoodsbox #goods li p a{
	display:block;
}

/*inqbox*/
.inqbox{
	line-height:1.6em;
	width:100%;
	background:url(images/bg_inqbox.jpg) center top repeat #a8a1a5;
}
.inqbox .topwidth{
	padding:80px 0 30px 0;
}
.inqbox .orangebox{
	margin:0 0 0 400px;
	color:#fff;
}
.inqbox .orangebox a{
	display:block;
	padding:35px;
	color:#fff;
	text-decoration:none;
	background: rgba(235, 77, 0, 0.8);
}
.inqbox .orangebox a:hover{
	background: rgba(223, 47, 0, 0.8);
}
.inqbox .orangebox a:hover img{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.inqbox .orangebox h3{
	margin:0;
	padding:0 0 25px 0;
}
.inqbox .orangebox .box_tel{
	font-size: 3.8rem;
	line-height: 0.8em;
}
.inqbox .orangebox span{
	font-size:17px;
	display:block;
	padding:20px 0 0 0;
}

/*maincontents*/
.home #content{
	width: 1000px;
	float:none;
	margin:50px auto 0 auto;
	padding:60px 0 0 0;
	background:url(images/line_top_l.png) center top no-repeat;
}

.home #topleft {
	float: left;
	width: 675px;
}
/*お客様の声*/
#voice{
	position:relative;
	margin:0 0 50px 0;
	padding:0 0 60px 0;
	background:url(images/line_top_m.png) center bottom no-repeat;
}
#voice h2{
	margin: 0;
	padding:0 0 25px 0;
}
#voice p.copy{
	position:absolute;
	font-size:13px;
	line-height:1.5em;
	margin:0;
	padding:3px 0 0 0;
	left:210px;
	top:0;
}
#voice ul{
	margin:0;
	padding:0;
	letter-spacing: -.40em;
}
#voice li{
	width:330px;
	display: inline-block;
	margin:0 10px 0 0;
	padding:0;
	vertical-align: top;
	letter-spacing: normal;
}
#voice li:last-child{
	margin:0;
}
#voice li a,#voice li img{
	display:block;
}
#content #voice li h4{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:20px 0 10px 0;
}
#content #voice li p{
	font-size:12px;
	line-height:1.6;
	margin:0;
	padding:0;
}
#content #voice li span{
	display:block;
	text-align:center;
	padding-top:20px;
}
#content #voice li span a {
	color:#fff;
	font-size:16px;
	display: block;
	text-decoration: none;
	line-height: 2.5em;
	width: 93%;
	margin: 0 auto;
	padding: 0;
	background-color:#ed5b14;
}
#content #voice li span a:hover{
	background-color:#df2f00;
}
/*社長MOVIE*/
#movie{
	position:relative;
	margin:0 0 50px 0;
	padding:0 0 50px 0;
	background:url(images/line_top_m.png) center bottom no-repeat;
}
#movie h2{
	margin: 0;
	padding:0 0 25px 0;
}
#movie p.copy{
	position:absolute;
	font-size:13px;
	line-height:1.5em;
	margin:0;
	padding:3px 0 0 0;
	left:370px;
	top:0;
}
#movie ul{
	margin:0;
	padding:10px 0 0 0;
}
#movie li{
	margin:0;
	padding:0 25px 0 0;
	list-style:none;
	background-color:#ed5b14;
}
#movie li .thumbnail{
	display:block;
	width:360px;
	float:left;
	position: relative;
}
#movie li .thumbnail img.icon_movie{
	position: absolute;
	left:-20px;
	top:-20px;
}
#movie li .thumbnail a{
	display:block;
	background-color:#fff;
}
#movie li .thumbnail a img{
	width:100%;
	height:auto;
}
#movie li .date{
	display:block;
}
#movie li .title{
	font-size:22px;
	line-height:1.3em;
	margin:0;
	padding:10px 0;
}
#movie li .title a{
	color:#fff;
	text-decoration:none;
}
#movie li .content{
	width:260px;
	float:right;
	color:#fff;
	padding:25px 0 0 0;
}
#movie li .comment{
	display:block;
	font-size:13px;
	line-height:1.5em;
}
#movie li .more{
	display:block;
	padding-top:20px;
}
#movie li .more a{
	font-size:13px;
	line-height:1.5em;
	text-align:center;
	display:block;
	background-color:#fff;
	text-decoration:none;
}


/*鰹節新聞*/
#newspaper{
	position:relative;
	margin:0 0 50px 0;
	padding:0 0 50px 0;
	background:url(images/line_top_m.png) center bottom no-repeat;
}
#newspaper h2,
#news h2{
	font-size: 2.1rem;
	line-height: 1.3em;
	font-weight: bold;
	margin: 0;
	padding:0 0 25px 0;
}
#newspaper h2 a.more,
#news h2 a.more{
	display:block;
	position:relative;
	text-decoration:none;
}
#newspaper h2 a.more::after,
#news h2 a.more::after{
    position: absolute;
    font-family: Font Awesome\ 5 Free, FontAwesome;
    font-weight: 900;
    margin-left: .5em;
    content: '\f054';
    color:#eb4d00;
    right:3%;
    top:0;
    bottom:0;
    margin: auto;
    font-size: 1.2rem;
    z-index:3;
}

#newspaper p.copy{
	position:absolute;
	font-size:13px;
	line-height:1.5em;
	margin:0;
	padding:3px 0 0 0;
	left:180px;
	top:0;
}
#newspaper a.more{
	position:absolute;
	margin:0;
	padding:0;
	right:0;
	top:0;
}
#newspaper ul{
	margin:0;
	padding:0;
}
#newspaper li{
	margin:0;
	padding:12px 10px 8px 22px;
	list-style:none;
	border-bottom:dotted 1px #d6d6d6;
	background: url(images/icon_arrow_orange.png) 1% 53% no-repeat;
}
#newspaper li a{
	text-decoration:none;
}
#newspaper li a:hover{
	text-decoration:underline;
}
.home #main #newspaper li img{
	vertical-align:text-top;
	margin-left:3px;
}
/*お知らせ*/
#news{
	position:relative;
	margin:0 0 50px 0;
	padding:0 0 50px 0;
	/*background:url(images/line_top_m.png) center bottom no-repeat;*/
}

#news ul{
	margin: 0;
	margin-bottom: 0 !important;
	list-style: none;
	overflow: hidden;
}
#news li{
	margin:0;
	padding:12px 10px 8px 22px;
	list-style:none;
	border-bottom:dotted 1px #d6d6d6;
	background: url(images/icon_arrow_orange.png) 8px 21px no-repeat;
}
#news li a{
	text-decoration:none;
}
#news li a:hover{
	text-decoration:underline;
}
#news .date{
}
#news .cate{
	margin:0 10px;
}
#news .cate a{
	display:inline-block;
	width:100px;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:1.5;
	background-color:#ccc;
}
#news .cate a.media{background-color:#f42828;}
#news .cate a.news-recruit{background-color:#0075a9;}
#news .cate a.news-info{background-color:#009944;}

#news .title{
	display:inline-block;
	max-width:440px;
	vertical-align:top;
}
#news .title img{
	vertical-align:middle;
}
/*topright*/
.home #topright{
}
.home #topright h3{
	margin:0;
	padding:0 0 25px 0;
}

/*quantity*/
#quantity{
	margin:0 0 30px 0 ;
	padding:0 0 40px 0;
	background:url(images/line_top_s.png) center bottom no-repeat;
}

#quantity h3{
	margin:0;
	padding:0 0 25px 0;
}
#quantity ul{
	margin:0;
	padding:0;
}
#quantity li{
	margin:0;
	padding:1px 0 0 0;
	list-style-type:none;
}
#quantity p{
	font-size:13px;
	line-height:1.4em;
	margin:0;
	padding:10px 0 0 0;
}

/*sidemenu*/
#side_ut_menu{
	margin:0;
	padding:0 0 60px 0;
}
#side_ut_menu li{
	margin:0;
	padding:0 0 7px 0;
	list-style:none;
}
#side_ut_menu li a{
	display:block;
	padding:0 0 0 20px;
	color:#fff;
	text-decoration:none;
	line-height:45px;
	background:url(images/icon_side_arrow.png) 98% 50% no-repeat #eb4d00;
}
#side_ut_menu li a:hover{
	background-color:#df2f00;
}

/*topbanner*/
#topbanner{
	margin:0;
	padding:0;
}
#topbanner li{
	margin:0;
	padding:0;
	list-style:none;
}



/* コンテンツページ
----------------------------- */
.entry-meta {
	color: #888;
	font-size: 14px;
	text-align: right;
	margin-bottom: 10px;
}
.entry-meta .cate{
	padding-left:5px;
}
.entry-meta .cate a{
	text-decoration:none;
	display:inline-block;
	width:100px;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:1.5;
	background-color:#ccc;
}
.entry-meta .cate a.media{background-color:#f42828;}
.entry-meta .cate a.news-recruit{background-color:#0075a9;}
.entry-meta .cate a.news-info{background-color:#009944;}





.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: 0;
}
#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 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%;
}

/* ページネーション　タイプ：[1/5][1][2][3][4][5][>] */
#content .wp-pagenavi{
	padding: 20px 0 40px 0;
	text-align: center;
}
#content .wp-pagenavi .pages{
	background: #666;
	border: 1px solid #666;
	color: #fff;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span{
	padding: 6px 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	background: #f2f2f2;
}
#content .wp-pagenavi a:hover{
	background: #ccc;
	border: 1px solid #666;
}
#content .wp-pagenavi span.current{
	background: #ed5b14;
	color: #fff;
	border: 1px solid #ed5b14;
}

/* ページネーション　タイプ：[<前へ] [次へ>] */
#nav-below{
	position: relative;
	overflow: hidden;
	padding: 20px 0 40px 0;
	margin: 0;
}
#nav-below .nav-previous{
	float: left;
	width: 50%;
}
#nav-below .nav-next{
	float: right;
	text-align: right;
	width: 50%;
}
#nav-below .nav-list{
	margin: 0 auto;
	width: 100px;
}
#nav-below .nav-previous a,
#nav-below .nav-next a{
	padding: 6px 10px;
	border-radius: 3px;
	color: #666;
	background: #f2f2f2;
	border: 1px solid #BFBFBF;
	text-decoration: none;
}
#nav-below .nav-previous a:hover,
#nav-below .nav-next a:hover{
	color: #fff;
	background: #ed5b14;
	border: 1px solid #ed5b14;
}
.edit-link {
	padding-top: 15px;
	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: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-utility a {
	color: #888;
}
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* お知らせ
----------------------------- */
.entry-list{
	margin:0;
	padding:12px 10px 8px 22px;
	list-style:none;
	border-bottom:dotted 1px #d6d6d6;
	background: url(images/icon_arrow_orange.png) 8px 21px no-repeat;
}
.entry-list .cate{
	margin:0 10px;
}
.entry-list .cate a{
	text-decoration:none;
	display:inline-block;
	width:100px;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:1.5;
	background-color:#ccc;
}
.entry-list .cate a.media{background-color:#f42828;}
.entry-list .cate a.news-recruit{background-color:#0075a9;}
.entry-list .cate a.news-info{background-color:#009944;}


/* 鰹節新聞
----------------------------- */
.backnumber{
	text-align:right;
	font-size:16px;
	padding:0 0 10px 0;
}
.backnumber a{
	text-decoration:none;
}
.nplist{
	margin:0;
	padding:0;
}
.nplist li{
	margin:0;
	padding:12px 10px 8px 22px;
	list-style:none;
	border-bottom:dotted 1px #d6d6d6;
	background: url(images/icon_arrow_orange.png) 8px 21px no-repeat;
}
.nplist li a{
	text-decoration:none;
}




/* お問い合わせ
----------------------------- */
#content .entry-content .wpcf7 table tr th{
	width:25%;
	vertical-align: middle;
	background: #ffe3cf url(images/icon_option.gif) 95% 50% no-repeat;
}
#content .entry-content .wpcf7 tr th.need {
	background: #ffe3cf url(images/icon_neccesary.gif) 95% 50% no-repeat;
}
#content .wpcf7 table input {
	font-size:18px;
	width:70%;
	margin:5px 0;
	padding:7px;
}
#content .wpcf7 table select {
	font-size:18px;
}
#content .wpcf7 table input.text_short {
	width: 80px;
}
#content .wpcf7 table textarea {
	width:95%;
	height: 8em;
}
#content table wpcf7-checkbox input {
	width: auto;
	height: 1;
	margin: 0 2px 8px 0;
}
#content span.wpcf7-list-item input{
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
	width: auto;
}

.wpcf7-form-control.wpcf7-radio,
.wpcf7-form-control-wrap.your-occupation,
.wpcf7-form-control-wrap.your-subject,
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required{
	display: block;
	width: 100%;
}
span.wpcf7-list-item input {
	vertical-align: middle;
	margin: 0 2px 3px 0 !important;
}
span.wpcf7-form-control-wrap select{
	margin: 0;
}

form.inputnone input[type="text"],
form.inputnone textarea {
	background: #F9F9F9;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 4px;
}

.referencemark{
	margin: 0 0 15px 0;
	border: 1px dotted #ccc;
	padding: 10px;
	font-size: 12px;
	background: #ffe5e8;
}
.referencemark strong{
	color: #e60012;
}
/* 通常のフォーム用 */
input[type="text"],
input[type="email"],
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: 4px;
}
/* 確認画面のフォーム用 */
	form.inputnone input[type="text"],
	form.inputnone input[type="email"],
	form.inputnone textarea{
	background: #F9F9F9;
	border: 1px solid #eee;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.1);
	padding: 4px;
}

/* 送信・確認ボタン */
.wpcf7 div.center input,
.wpcf7-submit{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 350px;
	cursor: pointer;
	text-decoration: none;
	font-size:20px;
	letter-spacing:0.5em;
	padding:0 0 0 0.5em;
	line-height:40px;
	text-align: center;
	color: #FFFFFF;
	background-color:#ed5b14;
	border:none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7 div.center input:hover,
.wpcf7-submit:hover{
	background-color:#df2f00;
}
/* 戻るボタン */
.wpcf7 div.center input#bk{
	width: 200px;
	background-color:#888;
	letter-spacing:0;
	padding:0;
}
.wpcf7 div.center input:hover#bk{
	background-color:#aaa;
}




#ssl{
	font-size:12px;
	color:#555;
	margin:60px 0 0 0;
	padding:5px;
	text-align:center;
	background-color:#f2f2f2;
}

/* ============================
   sidebox
/* ============================ */
#sidebox{
}
#sidebox img{
	vertical-align:bottom;
}
#sidebox h2{
	font-size:28px;
	line-height:1.2em;
	margin:0;
	padding:0 0 20px 0;
}
/*sidemenu*/
#sidebox .sidemenu ul{
	margin:0;
	padding:0;
	border-top:dotted 1px #d6d6d6;
}
#sidebox .sidemenu li{
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:dotted 1px #d6d6d6;
}
#sidebox .sidemenu li a{
	display:block;
	padding:20px 10px;
	font-size:14px;
	line-height:1em;
	text-decoration:none;
	background: url(images/icon_arrow_orange.png) 97% 49% no-repeat;
}
#sidebox .sidemenu li.current-menu-item a{
	color:#eb4d00;
	background-color:#f2f2f2;
}
#sidebox .sidemenu li a:hover{
	color:#eb4d00;
}

/*sidebusiness*/
#sidebusiness{
	margin:28px 0 0 0;
	padding:42px 0 0 0;
	background: url(images/line_top_ss.png) top center no-repeat;
}
#sidebusiness li{
	margin:0;
	padding:0 0 6px 0;
	list-style-type:none;
}
#sidebusiness li a{
	display:block;
}
#sidebusiness li.last{
	font-size:11px;
	line-height:1.5em;
	padding:0;
}

/*sidequantity*/
#sidequantity{
	margin:28px 0 0 0;
	padding:42px 0 0 0;
	background: url(images/line_top_ss.png) top center no-repeat;
}
#sidequantity img{
	width:100%;
	display:block;
}
#sidequantity ul{
	margin:0;
	padding:0;
}
#sidequantity li{
	margin:0;
	padding:1px 0 0 0;
	list-style-type:none;
}
#sidequantity p{
	font-size:10px;
	line-height:1.4em;
	margin:0;
	padding:10px 0 0 0;
}
/*sidenewspaper*/
#sidenewspaper{
	margin:28px 0 0 0;
	padding:42px 0 0 0;
	background: url(images/line_top_ss.png) top center no-repeat;
}
#sidenewspaper p{
	font-size:12px;
	line-height:1.4em;
	margin:0;
	padding:10px 0 0 0;
}
/*side_utility_menu*/
#side_ut{
	margin:28px 0 0 0;
	padding:42px 0 0 0;
	background: url(images/line_top_ss.png) top center no-repeat;
}

/*month*/
#sidebox h3.cat{
	font-size:22px;
	margin:0;
	padding:30px 0 10px 0;
}

#sidebox .month{
	margin:0;
	padding:0;
	border-top:dotted 1px #d6d6d6;
}
#sidebox .month li{
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:dotted 1px #d6d6d6;
}
#sidebox .month  li a{
	display:block;
	padding:10px 10px 10px 20px;
	font-size:14px;
	line-height:1em;
	text-decoration:none;
	background: url(images/icon_arrow_orange_single.png) 0% 49% no-repeat;
}

/*sidegoodslist*/
.sidegoodslist h3{
	margin:0;
	padding:0;
}
.sidegoodslist ul{
	margin:0 0 30px 0;
	padding:5px 0 40px 0;
	background: url(images/line_top_ss.png) bottom center no-repeat;
}
.sidegoodslist li{
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:dotted 1px #d6d6d6;
}
.sidegoodslist li a{
	display:block;
	padding:8px 10px 7px 18px;
	font-size:14px;
	line-height:1.2em;
	text-decoration:none;
	background: url(images/icon_arrow_orange_single.png) 0 12px no-repeat;
}


/* 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 {
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding: 0 10px;
	border-left: 5px solid #0080cc;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
.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;
}
#secondary {
	margin-bottom: 30px;
}
#secondary ul{
	margin: 0;
	list-style: none;
}

/* ============================
   pagetop
/* ============================ */
.pagetop {
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 9000;
}
.pagetop a {
	display:block;
	width:35px;
	text-align:center;
	height:35px;
	line-height:35px;
	background-color:#eb4d00;
	border-radius: 50%;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
}
.pagetop a:hover {
	background-color:#df2f00;
}


/* ============================
   footer
/* ============================ */
.f_top{
	width:1000px;
	text-align:left;
	margin:0 auto;
	padding:60px 0;
}
#f_info{
	width:270px;
	float:left;
	text-align:center;
}
	#f_info span{
		display:block;
		font-size:11px;
		padding-bottom:5px;
	}
	#f_info h3{
		font-size:1.4rem;
		line-height:1em;
		margin:0;
		padding:0;
	}
	#f_info p{
		font-size: 0.8rem;
		line-height: 1.4em;
		margin:0;
		padding:15px 0 0 0;
	}
		#f_info p span{
			padding:0.5rem 0;
		}
			#f_info p span a{
				font-size:1.8rem;
				text-decoration:none;
			}
	#f_info ul{
		margin: 0;
		padding: 0;
		letter-spacing: -.40em;
	}
		#f_info ul li{
			margin: 0;
			padding: 0 5px;
			display: inline-block;
			vertical-align: top;
			letter-spacing: normal;
		}
		#f_info ul li a{
			display:block;
		}

#footermenu{
	width:680px;
	float:right;
	margin: 0;
	padding: 0;
	letter-spacing: -.40em; 
}
	#footermenu>li{
		width:340px;
		margin: 0;
		padding: 0;
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
	}
	/*#footermenu>li:last-child{
		width:130px;
	}*/
	#footermenu .menu{
		margin:0;
		padding:0;
	}
		#footermenu .menu li{
		font-size:15px;
		line-height:2em;
		margin:0;
		padding:0 0 0 20px;
		list-style:none;
		background:url(images/icon_arrow_orange.png) 0 50% no-repeat;
		}
		#footermenu .menu li a{
			text-decoration:none;
		}
		#footermenu .menu li a:hover{
			text-decoration:underline;
		}

.f_bottom{
	text-align:center;
	line-height:70px;
	background-color:#eb4d00;
}
	.f_bottom>div{
		position: relative;
		width:1000px;
		text-align:left;
		margin:0 auto;
	}
	.utm{
		float:left;
	}
	#menu-footerutilitymenu{
		margin:0;
		padding:0;
		list-style:none;
		letter-spacing: -.40em;
	}
		#menu-footerutilitymenu li{
			margin:0;
			padding:0 20px 0 15px;
			list-style:none;
			display: inline-block;
			vertical-align: top;
			letter-spacing: normal;
			background:url(images/icon_arrow_white.png) 0 50% no-repeat;
		}
			#menu-footerutilitymenu li a{
				color:#fff;
				text-decoration:none;
			}
			#menu-footerutilitymenu li a:hover{
				text-decoration:underline;
			}
	#copy {
		font-size:10px;
		float:right;
		color:#fff;
		margin:0;
		padding:0;
	}


/* ============================
   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;
	}
}