@charset "utf-8";
/*
Theme Name: 朋電舎コーポレート（PC）
Theme URI: http://www.hodensha.co.jp/
Description: 2013年版の WordPress テーマ「コーポレート01」をベースに、「株式会社朋電舎」サイト用にカスタマイズしました。
Author: 株式会社サンロフト
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


/************************************************
目次
************************************************ */

/*** 目次見出し ***
- 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;
}
body{
	line-height: 1;
}
h1, h2, h3, h4, h5, h6{
	clear: both;
	/*font-weight: normal;*/
}
ol, ul{
	list-style: none;
}
blockquote{
	quotes: none;
}
blockquote:before, blockquote:after{
	content: '';
	content: none;
}
del{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}

a img:hover.hover{
	filter:alpha(opacity=80);
	opacity:0.8;
}

.PosR{
	text-align: right !important;
}

.clearfix{
	overflow: hidden;
}
/* IE6 */
* html .clearfix{
	zoom: 1;
}

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

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea {
	color: #000;
	line-height: 18px;
	font-size: 100%;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	/*font-family: "ＭＳ Ｐゴシック",verdana,Osaka,"MS PGothic",Sans-Serif;*/
}
hr {
	background-color: #e1e1e1;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 2em;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 18px 0;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

ul.normal{
	margin: 15px 0 25px 20px !important;
}
ul.normal li{
	list-style: none;
	padding: 0 0 0 18px;
	background: url(images/listmark03.png) 0 6px no-repeat;
}

ul.normal2{
	margin: 15px 0 25px 20px !important;
}
ul.normal2 li{
	list-style: none;
	padding: 0 0 0 18px;
	background: url(images/listmark04.png) 0 6px no-repeat;
}

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{
	/*text-decoration: none;*/
}
a:link {
	color: #010101;
}
a:visited {
	color: #010101;
}
a:active{
	color: #666;
}
a:hover {
	text-decoration: underline;
}

.MoreList{
	position: absolute;
	display: block;
	top: 13px;
	right: 20px;
}
.MoreList a{
	display: block;
	padding: 0 18px 0 0;
	background: url(images/listmark02.png) right center no-repeat;
	color: #fff;
	text-align: right;
	line-height: 1.5em;
	font-size: 12px;
}

.MoreCateList{
	display: block;
}
.MoreCateList a{
	display: block;
	padding: 0 18px 0 0;
	background: url(images/listmark03.png) right center no-repeat;
	text-align: right;
	line-height: 1.5em;
	font-size: 13px;
}

a.BackLink{
	display: block;
	padding: 0 18px 0 0;
	background: url(images/listmark03.png) right center no-repeat;
	text-align: right;
	line-height: 1.5em;
	font-size: 13px;
}

/* 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;}
.c_blue	{color: #042666;}

/* 画像
----------------------------- */
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 : ''; display : block; clear : both;}
.nowrap	{white-space: nowrap;}
.width50{width: 50% !important;}
.width100{width: 100% !important;}

/* 余白
----------------------------- */
.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_top5		{margin-top: 5px !important;}
.m_right5	{margin-right: 5px !important;}
.m_bottom5	{margin-bottom: 5px !important;}
.m_left5	{margin-left: 5px !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;}

.tbl_500	{width: 500px !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
/* ============================ */
#header{
	margin: 0 auto;
	width: 100%;
	background: url(images/bg_head.jpg) 0 0 repeat-x;
}
#main,
#colophon,
#footer {
	margin: 0 auto;
	width: 960px;
}
#content{
	float: right;
	margin: 0 0 0 0;
	width: 700px;
}
.home #content{
	width: 960px;
}
#sidebox{
	float: left;
	overflow: hidden;
	width: 220px;
	margin-bottom: 30px;
}
#footer {
	clear: both;
	width: 100%;
}


/* ============================
   header
/* ============================ */
#headerIn{
	position: relative;
	width: 960px;
	height: 130px;
	margin: 0 auto;
}
#site-title {
	position: absolute;
	width: 221px;
	height: 41px;
	top: 59px;
	left: 0;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	position: absolute;
	top: 7px;
	left: 0;
	width: auto;
	font-size: 12px;
	color: #fff;
}

#headutilitymenu {
	position: absolute;
	top: 6px;
	right: 110px;
}
#headutilitymenu ul{
	overflow: hidden;
	margin: 0;
	list-style: none;
}
#headutilitymenu ul li{
	float: right;
	display: inline;
	margin-left: 20px;
	padding-left: 16px;
	background: url(images/listmark02.png) 0 6px no-repeat;
}
#headutilitymenu ul li a{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#headutilitymenu ul li a:hover	{text-decoration: underline;}

#headlang {
	position: absolute;
	top: 6px;
	right: 0;
	width: 90px;
}
#headlang a{
	display:block;
	padding: 0;
	/*border: solid 1px #eee;*/
	background: #972121;
	color: #fff;
	text-align: center;
	line-height: 140%;
	font-size: 12px;
	text-decoration: none;
}
#headlang a:hover	{background: #b72020;}

/* ============================
   menu
/* ============================ */
#access {
	position: absolute;
	top: 71px;
	right: 0;
	height:58px;
}
#access .menu-header {
	margin: 0 auto;
	width:652px;
}
#access .menu-header ul{
	list-style: none;
	margin: 0;
}
#access .menu-header li{
	float: left;
	position: relative;
	background: url(images/bg_menuli.gif) right top no-repeat;
}
#access .menu-header li a{
	display: block;
	/*width: 110px;*/
	overflow: hidden;
	color: #000;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
	padding: 3px 0 20px 0;
	border-bottom: 4px solid #fff;
	font-weight:bold;
	text-align: center;
}
#access .menu-header li#menu-item-9 a{
	width: 60px;
	background: url(images/icon_home.gif) center 4px no-repeat;
	overflow: hidden;
	text-indent: -10000px;
	color: #FFFFFF;
}
#access .menu-header li#menu-item-10 a	{width: 96px;}
#access .menu-header li#menu-item-70 a	{width: 112px;}
#access .menu-header li#menu-item-179 a	{width: 192px;}
#access .menu-header li#menu-item-72 a	{width: 96px;}
#access .menu-header li#menu-item-69 a	{width: 96px;}

#access .menu-header li a:hover{
	border-bottom: 4px solid #efefef;
}
#access .menu-header li a span{
	display: block;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #455e8d;
	margin-top: 3px;
	font-weight:normal;
	text-align: center;
}

#access .menu-header .current-menu-item a,
#access .menu-header .current-menu-item a:hover,
#access .menu-header .current-menu-parent a,
#access .menu-header .current-menu-parent a:hover,
#access .menu-header .current-page-ancestor a,
#access .menu-header .current-page-ancestor a:hover{
	border-bottom: 4px solid #042666;
}

#access 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: 58px;
	left: 0;
	float: left;
	width: 200px;
	z-index: 99999;
	list-style: none;
	margin: 0;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	font-size: 13px;
}
#access ul#menu-main ul.sub-menu {
	/display: none !important;
}
#access ul#menu-main ul li {
	min-width: 200px;
	background #fff;
}
#access ul#menu-main ul ul {
	left: 100%;
	top: 20px;
	margin: 0;
}
#access ul#menu-main ul a {
	text-indent: 0;
	background: #fff url(images/listmark03.png) 12px center no-repeat !important;
	line-height: 1.2em;
	padding: 10px 10px 10px 28px;
	height: auto;
	color: #001117;
	border-bottom: 1px solid #e1e1e1;
	width: auto !important;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
#access ul#menu-main ul a span{
	display: none;
}
#access 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 */
}
#access ul#menu-main ul :hover > a {
	background: #f5f5f5 url(images/listmark03.png) 12px center no-repeat !important;
}
#access ul#menu-main li:hover > ul {
	display: block;
}

/* ============================
   mainimage
/* ============================ */
#mainimage {
	display: block;
	position: relative;
	margin: 0 auto 2em auto;
	width: 100%;
	height: 400px;
	background: url(images/bg_mainimage.jpg) center bottom no-repeat;
}
#mainimage #maincopy{
	display: block;
	position: absolute;
	top: 140px;
	left:50%;
	margin-left: -503px;
	width: 1006px;
	height: 84px;
	background: url(images/maincopy.png) center center no-repeat;
	z-index: 999;
}

/*-----------------------------------------------------------
  wideslider
-----------------------------------------------------------*/
.wideslider {
	width: 100%;
	height: 400px;
	text-align: left;
	position: relative;
	overflow: hidden;
	}
	.wideslider ul,
	.wideslider ul li {
		float: left;
		display: inline;
		overflow: hidden;
		}
.wideslider_base {
	top: 0;
	position: absolute;
	}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
	}
.slider_prev,
.slider_next {
	top: 0;
	width: 100px !important;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
	}
	.slider_prev {background: url(theme/prev.png) no-repeat right center;}
	.slider_next {background: url(theme/next.png) no-repeat left center;}

.pagination {
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
	}
	.pagination a {
		margin: 0 2px;
		width: 10px;
		height: 10px;
		display: inline-block;
		overflow: hidden;
		background: url(theme/bg_control_nav.png) 0 0;
		-moz-opacity: 1!important;
		opacity: 1!important;
		}
		.pagination a:hover {background-position: 0 -10px;}
		.pagination a.active {background-position: 0 -20px; cursor: default;}

		.pagination a.active{
			/*filter:alpha(opacity=100)!important;
			-moz-opacity: 1!important;
			opacity: 1!important;*/
		}

	/* =======================================
		ClearFixElements
	======================================= */
	.wideslider ul:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
		}
	.wideslider ul {
		display: inline-block;
		margin: 0 !important;
		overflow: hidden;
		}

/* ============================
   CTitle
/* ============================ */
#CTitle{
	display: block;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #e1e1e1 url(images/bg_ct.jpg) center top no-repeat;
}
#CTitle h2{
	display: block;
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 center;
	te\xt-indent: -10000px;
	co\lor: #fff;
	overflow: hidden;
}
#CTitle h2.ct_news			{background-image: url(images/ct_news.png);}
.page-id-165 #CTitle h2,
.parent-pageid-165 #CTitle h2,
#CTitle h2.ct_products		{background-image: url(images/ct_products.png);}
#CTitle h2.ct_example		{background-image: url(images/ct_example.png);}
.page-id-2 #CTitle h2,
.parent-pageid-2 #CTitle h2	{background-image: url(images/ct_company.png);}
.page-id-21 #CTitle h2,
.parent-pageid-21 #CTitle h2	{background-image: url(images/ct_office.png);}
.page-id-47 #CTitle h2,
.parent-pageid-49 #CTitle h2,
.parent-pageid-51 #CTitle h2,
.parent-pageid-47 #CTitle h2	{background-image: url(images/ct_recruit.png);}
.page-id-63 #CTitle h2,
.parent-pageid-63 #CTitle h2	{background-image: url(images/ct_contact.png);}
.page-id-65 #CTitle h2,
.parent-pageid-65 #CTitle h2	{background-image: url(images/ct_privacy.png);}
.page-id-67 #CTitle h2,
.parent-pageid-67 #CTitle h2	{background-image: url(images/ct_sitemap.png);}

/* ============================
   pankuz
/* ============================ */
#pankuzu{
	width:960px;
	margin: 0 auto 10px auto;
	padding: 15px 0 10px 0;
	background: url(images/bg_mainimage.jpg) center top no-repeat;
	font-size:11px;
	text-align: right;
}


/* ============================
   content
/* ============================ */
#main {
	padding: 0;
	position: relative;
	margin-top: 1.5em;
	margin-bottom: 5em;
}
#main:after{
	clear: both;
	content: "";
	display: block;
	}
#content {
	font-size: 14px;
	line-height: 1.6;
}
#content:after{
	clear: both;
	content: "";
	display: block;
	}

#content input{
	font-size: 14px;
	line-height: 1.6;
	padding:5px;
}
#content p,
#content ul,
#content ol,
#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 30px 0;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content h1 img,
#content h2 img,
#content h3 img,
#content h4 img,
#content h5 img,
#content h6 img {
margin-right: 15px;
vertical-align: middle;
}
#content h1.entry-title{
	/*
	font-weight: bold;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 20px;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #000;
	border-top: 3px solid #0080cc;
	padding-top: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 5px;
	*/
}
#content h1.entry-title #pankuzu{
	font-weight: bold;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 15px;
	font-family: "Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	color: #808080;
}
#content h1.entry-title #pankuzu a{
	color: #77cefc;
}
.home h2,
#sidebox h2{
	color: #000;
	background: none;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	margin-bottom: 25px;
	padding: 0;
	font-size: 30px;
	border:none !important;
}
.home h3{
	color: #000 !important;
	margin: 0 0 5px 0 !important;
}

#content h3.page-title,
#content h3.entry-title,
.example_title{
	display: block;
	margin: 0 0 2em 0 !important;
	padding: 30px 5px 21px 5px !important;
	background: #ffffff url(images/bg_h3.jpg) 0 top repeat-x !important;
	border-bottom: solid 1px #e1e1e1 !important;
	font-size: 27px !important;
	line-height: 110% !important;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif !important;
	font-weight: normal;
	}
	#content h3.entry-title a{
		color: #000000 !important;
		}

#content h1{
	background: -moz-linear-gradient(top center, #fff 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#f3f3f3));
	background: linear-gradient(top center, #fff 0%, #f3f3f3 100%);
	border-top: 3px solid #223d86;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	padding: 15px 10px 10px 15px;
	font-size: 120%;
	position: relative;
}
#content h2{
	background: url(images/bg_h2.gif) 5px center no-repeat;
	border-bottom: 1px solid #dcd6be;
	padding: 10px 15px 7px 15px;
	font-size: 110%;
	position: relative;
}
#content h3{
	background: #cbec95;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 110%;
}
#content h4{
	position: relative;
	background: #666993 url(images/bg_h4.png) 0 0 repeat-y;
	padding: 12px 10px 10px 15px;
	font-weight: bold;
	font-size: 110%;
	color: #fff;
}
#content h5{
	margin: 0 0 20px 0;
	padding: 10px 0 7px 0;
	border-bottom: solid 1px #455E8D;
	font-weight: bold;
	color: #223d86;
	font-size: 110%;
}
#content h6{
	font-weight: bold;
	font-size: 90%;
}

/* テーブル
----------------------------- */
#content table {
	border-top: 1px solid #e1e1e1;
	margin: 1em 0;
	text-align: left;
	width: 100%;
	background: #fff;
}
#content table th{
	font-weight: bold;
	line-height: 18px;
	padding: 12px 10px;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: #f5f5f5;
	white-space: nowrap;
	text-align: left;
	width: 27%;
}
#content table th span {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
#content table td {
	border-bottom: 1px solid #e1e1e1;
	padding: 12px 10px;
}

#content table.normal{
	border-top: none !important;
	border-bottom: 1px solid #e1e1e1;
	margin: 1em 0;
	text-align: left;
	width: 100%;
}
#content table.normal th{
	font-weight: bold;
	line-height: 18px;
	padding: 15px 0 15px 0 !important;
	background: none !important;
	border-top: 1px solid #b7b9da;
	border-right: none !important;
	border-bottom: none !important;
	white-space: nowrap;
	text-align: left;
	width: auto !important;
	white-space: nowrap !important;
}
#content table.normal td {
	border-top: 1px solid #e1e1e1 !important;
	border-bottom: none !important;
	padding: 15px 0 15px 30px !important;
}

#content table.none{
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	margin: 10px 0 !important;
	width: auto !important;
}
#content table.none th{
	width: auto !important;
	padding: 3px 5px !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	background: none !important;
	white-space: nowrap !important;
}
#content table.none td{
	border-top: none !important;
	border-right: none !important;
	border-bottom: none !important;
	padding: 3px 5px !important;
}

/* iframe
----------------------------- */
#content iframe{
	border: 1px solid #e5e5e5;
}

/* トップページ
----------------------------- */
.home #TopCopy {
	display: block;
	width: 960px;
	height: 117px;
	margin-bottom: 4em;
	background: url(images/bg_dotted.gif) 0 bottom repeat-x;
}

.home .TopContentsBox{
	display: block;
	width: 960px;
	margin-bottom: 6.5em;
}
.home .TopContentsBox:after{
	clear: both;
	content: "";
	display: block;
	}

.TopProductsTitle{
	display: block;
	width: 626px;
	height: 25px;
	margin: 0 0 50px 0;
	padding: 0;
	background: url(images/bg_TopProductsTitle.jpg) 0 0 no-repeat !important;
	}
#ProductsLeft{
	float: left;
	width: 626px;
}
#ProductsLeft:after{
	clear: both;
	content: "";
	display: block;
	}
ul.ProductsCate{
	display: block;
	/*width: 950px;*/
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
ul.ProductsCate li{
	display: block;
	position: relative;
	float: left;
	width: 300px;
	height: 100px;
	margin: 0 26px 27px 0;
	background: #efefef;
}
ul.ProductsCate li:nth-child(even){
	margin-right: 0;
}
ul.ProductsCate li:last-child,
ul.ProductsCate li:nth-last-child(2){
	margin-bottom: 0;
}
ul.ProductsCate li a{
	display: block;
	height: 66px;
	_height: 66px;
	padding: 32px 0 0 135px;
	background: #f8f7f4 url(images/listmark05.png) 271px 41px no-repeat;
	border: solid 1px #e1e1e1;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
ul.ProductsCate li a span{
	display: block;
	margin-top: 3px;
	font-size: 11px;
	font-weight: normal;
	color: #455e8d;
	line-height: 120%;
}
ul.ProductsCate li a:hover{
	background-color: #fff;
	border: solid 1px #788eb8;
}
ul.ProductsCate li .image{
	position: absolute;
	width: 135px;
	height: 115px;
	top: -15px;
	left: 0;
}
ul.ProductsCate li.controlpanel .image		{background: url(images/pc_controlpanel.png) 0 bottom no-repeat;}
ul.ProductsCate li.electric .image			{background: url(images/pc_electric.png) 0 bottom no-repeat;}
ul.ProductsCate li.sheetmetal .image		{background: url(images/pc_sheetmetal.png) 0 bottom no-repeat;}
ul.ProductsCate li.air-conditioning .image	{background: url(images/pc_air-conditioning.png) 0 bottom no-repeat;}
ul.ProductsCate li.software .image			{background: url(images/pc_software.png) 0 bottom no-repeat;}
ul.ProductsCate li.solar .image				{background: url(images/pc_solar.png) 0 bottom no-repeat;}

.home #ExampleCate {
	float: right;
	width: 304px;
	/*background: url(images/ya.jpg) 0 center no-repeat;*/
}
.home #ExampleCate .ExampleCateIn{
	margin-left: 34px;
	padding: 20px;
	background: #e2e6ef;
}
.ExampleT{
	width: 230px;
	height: 60px;
}
.home #ExampleCate .ExampleCateIn ul{
	display: block;
	margin: 0;
	padding: 0 0 7px 0;
	list-style: none;
	background: #fff;
}
.home #ExampleCate .ExampleCateIn  ul li{
	display: block;
	width: 230px;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	background: url(images/bg_dotted.gif) 0 bottom repeat-x;
}
/* IE6 */
* html .home #ExampleCate .ExampleCateIn  ul li{
	zoom: 1;
}
.home #ExampleCate .ExampleCateIn  ul li a{
	display: block;
	text-align: left;
	margin: 0;
	padding: 6px 10px 6px 32px;
	background: url(images/listmark03.png) 14px 11px no-repeat;
	text-decoration: none;
	color: #000000;
}
.home #ExampleCate .ExampleCateIn  ul li a:hover{
	background-color: #f5f5f5;
}
.home #TopOffice{
	float: left;
	width: 580px;
	font-size: 12px;
}
.home #TopOffice a			{text-decoration: none;}
.home #TopOffice a:hover	{text-decoration: underline;}
.home #TopOffice h3{
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	background: url(images/bg_dotted2.gif) 0 bottom repeat-x;
}
.home #TopOffice h3 span{
	display: block;
	padding: 0 0 9px 30px;
	background: url(images/icon_home.gif) 5px 2px no-repeat;
	color: #042666 !important;
	font-size: 13px;
}
.home #TopOffice .Office1{
	float: left;
	width: 395px;
}
.home #TopOffice .Office2{
	float: right;
	width: 160px;
}
.home #TopOffice dl{
	float: left;
	padding-left: 13px;
	margin: 0 9px 0 0;
}
.home #TopOffice dd{
	margin-bottom: 5px;
	padding: 0 0 0 15px;
	background: url(images/listmark04.png) 0 3px no-repeat;
	font-size: 12px;
}

.TopOfficeTitle{
	display: block;
	width: 580px;
	height: 33px;
	margin: 0 0 22px 0;
	padding: 0;
	background: url(images/bg_TopOfficeTitle.jpg) 0 0 no-repeat !important;
	}
.home #TopBanner {
	float: right;
	width: 310px;
}
.home #TopBanner .Bnr{
	display: block;
	width: 310px;
	height: 95px;
	margin-bottom: 10px;
}
.home #homeLeft {
	float: left;
	width: 626px;
	border-right: solid 1px #e1e1e1;
}
.home #homeRight {
	float: right;
	width: 310px;
}
.TopPickup p{
	margin: 0 !important;
	padding: 0 0 0 64px !important;
	font-size: 11px;
}
.TopEco{
	padding-bottom: 28px;
	margin-bottom: 28px;
	border-bottom: solid 1px #e1e1e1;
}
#news{
	width: 580px;
	margin-bottom: 12px;
}
.TopNewsTitle{
	position: relative;
	display: block;
	width: 580px;
	height: 25px;
	margin: 0 0 30px 0;
	padding: 0;
	background: url(images/bg_TopNewsTitle.jpg) 0 0 no-repeat !important;
	}
.TopNewsTitle .More{
	position: absolute;
	display: block;
	width: 113px;
	height: 25px;
	top: 0;
	right: 0;
	}
.TopNewsTitle .More a{
	display: block;
	width: 113px;
	height: 25px;
	}
#news ul{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	}
#news ul li{
	display: block;
	margin: 0;
	padding: 10px 0 11px 3px;
	background: url(images/bg_dotted.gif) left bottom repeat-x;
	line-height: 120%;
	overflow: hidden;
	}
	/* IE6 */
	* html #news ul li{
		zoom: 1;
		}
#news ul li .Date{
	float: left;
	width: 95px;
	margin: 0;
	padding: 0;
	}
#news ul li .Cate{
	float: left;
	width: 110px;
	margin: 0 0 5px 0;
	}
#news ul li .Cate a{
	display: block;
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-box-sizing: content-box;
	width: 100px;
	margin: 0;
	padding: 3px 0;
	background: #63ac40;
	white-space: nowrap;
	font-size: 10px;
	line-height: 100%;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	}
#news ul li .Cate .cate01	{background-color: #63ac40;}
#news ul li .Cate .cate02	{background-color: #7f5df2;}
#news ul li .Cate .cate03	{background-color: #e8b743;}
#news ul li .Cate .cate04	{background-color: #83bcdd;}
#news ul li .Cate .cate05	{background-color: #f37676;}
#news ul li .Cate .cate06	{background-color: #e0ce6c;}
#news ul li .Cate .cate07	{background-color: #7497c3;}
#news ul li .Cate .cate08	{background-color: #f095e6;}
#news ul li .Cate .cate09	{background-color: #83caba;}
#news ul li .Cate .cate10	{background-color: #5b5b5b;}
#news ul li .Title{
	float: left;
	width: 370px;
	margin: 0;
	}
	#news ul li .Title img{
		margin: 0 0 0 4px;
		vertical-align: middle;
		}

.BnrContact{
	clear: both;
	display: block;
	width: 960px;
	height: 151px;
	background: url(images/bg_mainimage.jpg) center bottom no-repeat;
}
.BnrContact a{
	display: block;
	width: 960px;
	height: 121px;
}

/* コンテンツページ
----------------------------- */
.entry-meta {
	color: #888;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}
.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{
	margin: 10px 0 0 0;
	padding: 5px 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: #ff8400;
	color: #fff;
	border: 1px solid #ff8400;
}

/* ページネーション　タイプ：[<前へ] [次へ>] */
#nav-below{
	position: relative;
	overflow: hidden;
	padding: 7px 0;
	margin: 0 10px 10px 10px;
}
#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: #0080CC;
	border: 1px solid #0080CC;
}
.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-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

/* 新着情報・ニュース
----------------------------- */
.entry-list{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*-----------------------------------------------------------
  お知らせ
-----------------------------------------------------------*/
ul.NewsList{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
	}
ul.NewsList li{
	display: block;
	margin: 0;
	padding: 10px 0 11px 3px;
	background: url(images/bg_dotted.gif) left bottom repeat-x;
	line-height: 120%;
	overflow: hidden;
	}
	/* IE6 */
	* html ul.NewsList li{
		zoom: 1;
		}
ul.NewsList li .Date{
	float: left;
	width: 95px;
	margin: 0;
	padding: 0;
	}
ul.NewsList li .Cate{
	float: left;
	width: 110px;
	margin: 0 0 5px 0;
	}
ul.NewsList li .Cate a{
	display: block;
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-box-sizing: content-box;
	width: 100px;
	margin: 0;
	padding: 3px 0;
	background: #63ac40;
	white-space: nowrap;
	font-size: 10px;
	line-height: 100%;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
	}
ul.NewsList li .Title{
	float: left;
	width: 490px;
	margin: 0;
	}
	ul.NewsList li .Title img{
		margin: 0 0 0 4px;
		vertical-align: middle;
		}
ul.NewsList li .Cate .cate01	{background-color: #63ac40;}
ul.NewsList li .Cate .cate02	{background-color: #7f5df2;}
ul.NewsList li .Cate .cate03	{background-color: #e8b743;}
ul.NewsList li .Cate .cate04	{background-color: #83bcdd;}
ul.NewsList li .Cate .cate05	{background-color: #f37676;}
ul.NewsList li .Cate .cate06	{background-color: #e0ce6c;}
ul.NewsList li .Cate .cate07	{background-color: #7497c3;}
ul.NewsList li .Cate .cate08	{background-color: #f095e6;}
ul.NewsList li .Cate .cate09	{background-color: #83caba;}
ul.NewsList li .Cate .cate10	{background-color: #5b5b5b;}

/*-----------------------------------------------------------
  company
-----------------------------------------------------------*/
h4.Omoi{
	background: none !important;
	margin: 0 0 30px 0 !important;
	padding: 0 !important;
}
.aisatsuTxt{
	float: right;
	width: 430px;
	margin-bottom: 100px;
}
.aisatsuImg{
	float: left;
	width: 240px;
}
.keieirinen{
	width: 650px;
	margin: 0 auto;
}
.keieirinen ul{
	display: block;
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 20px;
	background: #E2E6EF;
}
.keieirinen ul li{
	display: block;
	margin: 0 0 5px 0;
	padding: 12px 30px;
	background: #fff;
	font-weight: bold;
	font-size: 14px;
}
.keieirinen ul li span{
	margin-right: 10px;
	font-size: 18px;
	color: #0c165b;
}
.keieirinen ul li:last-child{
	border-bottom: none !important;
}

table.outline{
	border-top: none !important;
	border-bottom: solid 1px #e1e1e1 !important;
}
table.outline td{
	border-top: solid 1px #e1e1e1 !important;
	border-bottom: none !important;
	padding: 15px 0 !important;
}
table.outline td.gou{
	padding-right: 5px !important;
	border-top: solid 1px #B7B9DA !important;
	white-space: nowrap !important;
}
table.outline td.y{
	padding-right: 2px !important;
	border-top: solid 1px #B7B9DA !important;
	white-space: nowrap !important;
	text-align: right;
}
table.outline td.m{
	padding-right: 15px !important;
	border-top: solid 1px #B7B9DA !important;
	white-space: nowrap !important;
	text-align: right;
}
table.outline td.txt{
	padding-left: 15px !important;
}

#content table.iso{
	border-top: none !important;
	border-bottom: 1px solid #e1e1e1;
	margin: 1em 0;
	text-align: left;
	width: 100%;
}
#content table.iso th{
	font-weight: bold;
	line-height: 18px;
	padding: 15px 0 !important;
	background: #e6e7ff !important;
	border-top: 1px solid #b7b9da;
	border-right: none !important;
	border-bottom: none !important;
	white-space: nowrap;
	text-align: center !important;
	width: auto !important;
	white-space: nowrap !important;
	font-size: 16px !important;
	color: #0C165B;
	width: 100px !important;
}
#content table.iso td {
	border-top: 1px solid #e1e1e1 !important;
	border-bottom: none !important;
	padding: 15px 0 15px 20px !important;
}
#content table.iso td td{
	border: none !important;
	padding: 5px !important;
}

/*-----------------------------------------------------------
  product
-----------------------------------------------------------*/
#ProductsArea p{
	margin: 0;
}
.ProductArrow{
	margin-top: -2em;
}
.ProductStep{
	width: 240px;
	margin: 0 auto 5px auto;
	padding: 5px;
	background: #042666;
	border-radius		: 20px;    /* CSS3 */
	-moz-border-radius	: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	font-size: 21px;
	color: #fff;
	line-height: 110%;
}

/*-----------------------------------------------------------
  office
-----------------------------------------------------------*/
ul.officeList{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
ul.officeList li{
	display: block;
	margin: 0 0 20px 0;
}
ul.officeList li:after{
	clear: both;
	content: "";
	display: block;
	}
ul.officeList li .OfficeImage{
	width: 160px;
	float: left;
}
ul.officeList li .OfficeTxt{
	width: 520px;
	float: right;
}
ul.officeList li .OfficeName{
	margin-bottom: 5px;
	background: url(images/bg_dotted2.gif) 2px bottom repeat-x;
}
ul.officeList li .OfficeName span{
	display: block;
	padding: 0 0 7px 28px;
	background: url(images/icon_home.gif) 0 5px no-repeat;
	font-size: 16px;
	color: #042666;
}
ul.officeList li a.more{
	display: block;
	padding: 0 24px 0 0;
	background: url(images/listmark05.png) right center no-repeat;
	text-align: right;
}
ul.officeList li .image{
	display: block;
	width: 330px;
	height: 100px;
	margin-bottom: 10px;
}

.officeDiv:after{
	clear: both;
	content: "";
	display: block;
	}
.officeHead{
	position: relative;
	display: block;
	margin: 0 0 40px 0;
	padding: 0 0 0 23px;
	background: #F8F7F4;
	border-left: solid 7px #e6e6f1;
	}
.officeHead:after{
	clear: both;
	content: "";
	display: block;
	}
.officeHead .iconOffice{
	position: absolute;
	display: block;
	width: 39px;
	height: 58px;
	top: -11px;
	left: 22px;
	background: url(images/icon_office.png) 0 0 no-repeat;
	}
.officeMainphoto{
	display: block;
	float: right;
	width: 330px;
	height: 220px;
	}
.officeCopy{
	width: 340px;
	margin: 0 0 20px 0;
	padding: 50px 0 10px 0;
	border-bottom: solid 1px #aaaaaa;
	font-size: 21px;
	line-height: 140%;
	font-weight: bold;
	color: #273197;
	}
.officeSubCopy{
	width: 310px;
	font-size: 12px;
	line-height: 160%;
	}
.officeTel{
	margin: 0 auto 20px auto;
	padding: 0 0 0 10px;
	}
.officeTel:after{
	clear: both;
	content: "";
	display: block;
	}
	.officeTel #tel{
		float:left;
		padding: 10px 0 0 17px;
		background: url(images/bg_contact_tel.gif) 0 3px no-repeat !important;
		font-size: 21px;
		margin-right: 20px;
		margin-bottom: 10px;
		font-weight: bold;
		line-height: 12px;
	}
	.officeTel .title{
		font-size: 12px;
		color: #000;
	}
	.officeTel .time{
		font-size: 11px;
		color: #8a8a8a;
		font-weight: normal;
		margin: 2px 0 0 42px;
	}
	.officeTel #fax{
		float:left;
		padding: 10px 0 0 25px;
		margin-right: 30px;
		margin-bottom: 10px;
		font-size: 21px;
		font-weight: bold;
		line-height: 12px;
		background: url(images/bg_contact_fax.gif) 0 7px no-repeat !important;
	}
	.officeTel #email{
		float:left;
	}
.officeContact{
	display: block;
	margin: 0 auto 20px auto;
	padding: 10px;
	background: #fff;
	border: solid 5px #e2e6ef;
	}
.officeContact:after{
	clear: both;
	content: "";
	display: block;
	}
	.officeContact .Left{
		display: table-cell;
		width: 132px;
		border-right: solid 1px #e1e1e1;
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		}
	.officeContact .Right{
		display: table-cell;
		padding-left: 30px;
		vertical-align: middle;
		}
		.officeContact .Right #tel{
			float:left;
			padding: 10px 0 0 15px;
			background: url(images/bg_contact_tel.gif) 0 5px no-repeat !important;
			font-size:24px;
			margin-right:30px;
			font-weight:bold;
			line-height: 10px;
		}
		.officeContact .Right .title{
			font-size:10px;
			color:#000;
		}
		.officeContact .Right .time{
			font-size:11px;
			color:#8a8a8a;
			font-weight:normal;
			margin-left:26px;
		}
		.officeContact .Right #fax{
			float:left;
			padding: 10px 0 0 25px;
			font-size:24px;
			font-weight:bold;
			line-height: 10px;
			background: url(images/bg_contact_fax.gif) 0 5px no-repeat !important;
		}
.officeHP{
	display: block;
	margin: 0 auto 20px auto;
	padding: 5px;
	background: #fff;
	/*border: solid 5px #e2e6ef;*/
	}
.officeHP:after{
	clear: both;
	content: "";
	display: block;
	}
	.officeHP .Left{
		display: table-cell;
		/*width: 240px;*/
		padding-right: 30px;
		background: url(images/listmark03.png) right center no-repeat;
		/*border-right: solid 1px #e1e1e1;*/
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
		}
	.officeHP .Right{
		display: table-cell;
		padding-left: 20px;
		vertical-align: middle;
		}
.officePhoto{
	display: block;
	width: 700px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	}
.officePhoto:after{
	clear: both;
	content: "";
	display: block;
	}
	.officePhoto ul{
		display: block;
		width: 750px;
		margin: 0;
		padding: 0;
		list-style: none;
		border: none;
		}
		.officePhoto ul li{
			display: block;
			float: left;
			width: 220px;
			margin: 0 20px 20px 0;
			}
.officeItem{
	display: block;
	width: 700px;
	margin: 0 auto 20px auto;
	overflow: hidden;
	}
.officeItem:after{
	clear: both;
	content: "";
	display: block;
	}
	.officeItem ul{
		display: block;
		width: 740px;
		margin: 0;
		padding: 0;
		list-style: none;
		border: none;
		}
		.officeItem ul li{
			display: block;
			float: left;
			width: 340px;
			margin: 0 20px 20px 0;
			}
			.officeItem ul li .officeItemIn{
				display: block;
				padding: 15px 0;
				border-top: solid 2px #455e8d;
				border-right: solid 1px #e1e1e1;
				border-bottom: solid 1px #e1e1e1;
				border-left: solid 1px #e1e1e1;
				}
				.officeItem ul li .officeItemIn .Midashi{
					height: 40px;
					margin: 0 19px;
					font-weight: bold;
					text-align: center;
					}
				.officeItem ul li .officeItemIn .Img{
					width: 300px;
					margin: 10px auto;
					}
				.officeItem ul li .officeItemIn .Txt{
					height: 110px;
					margin: 0 19px;
					}
.officeProducts{
	display: block;
	margin: 0 auto 40px auto;
	padding: 30px 30px 30px 37px;
	background: #e1e1e1;
	overflow: hidden;
	}
.officeProducts:after{
	clear: both;
	content: "";
	display: block;
	}
.officeAccessmap{
	width: 700px;
}

/*-----------------------------------------------------------
  example
-----------------------------------------------------------*/
ul.ItemBox{
	display: block;
	margin: 0;
	list-style-type: none;
	text-align: left;
}
ul.ItemBox:after{
	clear: both;
	content: "";
	display: block;
}
ul.ItemBox li{
	float: left;
	width: 220px;
	height: 300px;
	margin: 0 20px 10px 0;
}
ul.ItemBox li:nth-child(3n){
	margin-right: 0;
}
ul.ItemBox li .thumbnail{
    display: table-cell;
	width: 220px;
	height: 220px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #e1e1e1 ;
}
ul.ItemBox li .thumbnail a{
	width: 220px;
	height: 220px;
}
ul.ItemBox li .thumbnail img{
  vertical-align: bottom;
}
ul.ItemBox li .ex_cate{
	margin-top: 8px;
	/*text-align: center;*/
}
ul.ItemBox li .ex_cate span{
	margin: 0 5px 0 0 !important;
	display: inline;
	padding: 1px 10px;
	background: #e2e6ef;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 11px !important;
	line-height: 1.1em !important;
	font-weight: normal !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
ul.ItemBox li .ItemTitle{
	margin-top: 5px;
	/*text-align: center;*/
	line-height: 1.2em;
}

.example_title{
	position: relative;
}
.example_title ul.ex_cate{
	display: block;
	list-style: none;
	margin: 0 0 7px 0 !important;
}
.example_title ul.ex_cate li{
	float: left;
	margin: 0 5px 0 0 !important;
	display: block;
	padding: 2px 10px;
	background: #e2e6ef;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 13px !important;
	line-height: 1.1em !important;
	font-weight: normal !important;
	}
.example_title h3.ex_title{
	margin: 0 0 5px 0 !important;
	padding: 0 5px !important;
	background: none !important;
	font-size: 27px !important;
	font-weight: normal !important;
	line-height: 1.3em !important;
}
.example_title .ex_date{
	position: absolute;
	right: 0;
	bottom: 5px;
	text-align: right;
	font-size: 13px !important;
	line-height: 1.5em !important;
	color: #909090;
}
.ex_photo{
	display: table-cell;
	float: left;
	width: 450px;
	border: solid 1px #e1e1e1;
	text-align: center;
	vertical-align: middle;
}
.ex_photo a{
	display: block;
}
.ex_photo a img{
  vertical-align: bottom;
}
.ex_outline{
	float: right;
	width: 220px;
}
.ex_outline dt{
	/*padding-bottom: 3px;*/
	margin-bottom: 5px;
	border-bottom: dotted 1px #666993;
	color: #666993 !important;
}
.ex_staff{
	position: relative;
	padding: 65px 30px 25px 80px;
	background: #e2e6ef;
	border: solid 1px #ccd4e5;
}
.ex_staff .ex_staff_t{
	position: absolute;
	padding: 50px 0 15px 70px;
	top: -25px;
	left: 10px;
	background: url(images/hodenshaman.png) 7px 0 no-repeat;
	/*font-weight: bold;*/
	font-size: 18px;
	color: #042666;
}
.ex_staff .ex_staff_t span{
	border-bottom: solid 1px #bac5dc;
}

/*-----------------------------------------------------------
  recruit
-----------------------------------------------------------*/
.RecruitTop{
	position: relative;
	width: 700px;
	height: 320px;
	background: url(images/recruit_top.jpg) 0 bottom no-repeat;
}
ul.RecruitTopCate{
	position: absolute;
	top: 30px;
	left: 40px;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
ul.RecruitTopCate li{
	display: block;
	position: relative;
	float: left;
	width: 300px;
	height: 100px;
	margin: 0 20px 20px 0;
	background: #fff;
}
ul.RecruitTopCate li:nth-child(even){
	margin-right: 0;
}
ul.RecruitTopCate li:last-child,
ul.RecruitTopCate li:nth-last-child(2){
	margin-bottom: 0;
}
ul.RecruitTopCate li a{
	display: block;
	height: 76px;
	_height: 76px;
	padding: 24px 0 0 30px;
	background: #fff url(images/listmark05.png) 271px 41px no-repeat;
	border: solid 1px #e1e1e1;
	font-size: 24px;
	text-decoration: none;
	vertical-align: middle;
}
ul.RecruitTopCate li a span{
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #455e8d;
}
ul.RecruitTopCate li a:hover{
	background-color: #fff;
	border: solid 1px #788eb8;
}
.RecruitTop .message{
	position: absolute;
	top: 155px;
	left: 45px;
	width: 540px;
}

.EntryBtn{
	width: 300px;
	height: 60px;
	margin: 0 auto;
}
ul.RecruitCate{
	display: block;
	/*width: 950px;*/
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
ul.RecruitCate li{
	display: block;
	position: relative;
	float: left;
	width: 340px;
	height: 90px;
	margin: 0 20px 20px 0;
	background: #efefef;
}
ul.RecruitCate li:nth-child(even){
	margin-right: 0;
}
ul.RecruitCate li:last-child,
ul.RecruitCate li:nth-last-child(2){
	margin-bottom: 0;
}
ul.RecruitCate li a{
	display: block;
	height: 56px;
	_height: 56px;
	padding: 34px 0 0 40px;
	background: #f8f7f4; url(images/listmark05.png); 15px 38px; no-repeat;
	border: solid 1px #e1e1e1;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
ul.RecruitCate li.guideline a	{background: #f8f7f4 url(images/rc_guideline.png) right center no-repeat;}
ul.RecruitCate li.interview a	{background: #f8f7f4 url(images/rc_interview.png) right center no-repeat;}
ul.RecruitCate li.system a		{background: #f8f7f4 url(images/rc_system.png) right center no-repeat;}
ul.RecruitCate li.step a		{background: #f8f7f4 url(images/rc_step.png) right center no-repeat;}

ul.RecruitCate li a:hover{
	background-color: #fff;
	border: solid 1px #788eb8;
}
ul.RecruitCate li.guideline em a,
ul.RecruitCate li.interview em a,
ul.RecruitCate li.system em a,
ul.RecruitCate li.step em a{
	background-color: #fff;
	border: solid 1px #788eb8;
}

ul.StaffList{
	display: block;
	margin: 0 0 60px 0 !important;
	padding: 0;
	list-style: none;
	border: none;
}
ul.StaffList li{
	display: block;
	margin: 0 0 20px 0;
}
ul.StaffList li:after{
	clear: both;
	content: "";
	display: block;
	}
ul.StaffList li .StaffImage{
	float: left;
	width: 120px;
	_width: 120px;
	padding: 8px;
	border: solid 1px #cfcfcf;
}
ul.StaffList li .StaffImage img{
	display: block;
	width: 120px;
	height: 120px;
	margin: 0;
}
ul.StaffList li .StaffTxt{
	width: 540px;
	float: right;
}
ul.StaffList li .StaffName{
	margin-bottom: 7px;
	padding: 0 0 5px 0;
	background: url(images/bg_dotted2.gif) 2px bottom repeat-x;
}
ul.StaffList li .StaffName strong{
	font-weight: normal;
	font-size: 21px;
}
ul.StaffList li .StaffName span{
	display: block;
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #042666;
}
ul.StaffList li .StaffName span strong{
	font-size: 21px;
	font-weight: normal;
}
ul.StaffList li a.more{
	display: block;
	padding: 0 24px 0 0;
	background: url(images/listmark05.png) right center no-repeat;
	text-align: right;
}

h4.staffvoice{
	margin-bottom: 10px !important;
	padding: 0 !important;
	background: none !important;
	color: #000 !important;
	font-size: 14px !important;
	/*color: #666993 !important;*/
}

.StaffProfile{
	margin-bottom: 40px;
}
.StaffProfile .Img{
	float: left;
	width: 120px;
	_width: 120px;
	padding: 8px;
	border: solid 1px #cfcfcf;
}
.StaffProfile .Img img{
	display: block;
	width: 120px;
	height: 120px;
	margin: 0;
}
.StaffProfile .Txt{
	float: right;
	width: 540px;
}
.StaffProfile .Txt .Name{
	margin-bottom: 20px;
	font-size: 16px;
}
.StaffProfile .Txt .Name span.office{
	padding: 0 0 0 24px;
	background: url(images/icon_home.gif) 0 3px no-repeat;
}
.StaffProfile .Txt .Name strong{
	font-size: 24px;
	font-weight: normal;
}
.StaffProfile .Txt dl{
	margin: 0;
}
.StaffProfile .Txt dt{
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	background: url(images/bg_dotted2.gif) 0 bottom repeat-x;
	color: #042666 !important;
}
.StaffProfile .Txt dd{
	margin: 0 0 10px 0;
}

.staff_message{
	position: relative;
	padding: 65px 30px 25px 80px;
	/*background: #e2e6ef;*/
	border: solid 2px #ccd4e5;
}
.staff_message .staff_message_t{
	position: absolute;
	padding: 50px 0 15px 70px;
	top: -25px;
	left: 10px;
	background: url(images/hodenshaman2.png) 7px 0 no-repeat;
	/*font-weight: bold;*/
	font-size: 18px;
	color: #042666;
}
.staff_message .staff_message_t2{
	position: absolute;
	padding: 50px 0 15px 70px;
	top: -25px;
	left: 10px;
	background: url(images/hodenshaman3.png) 7px 0 no-repeat;
	/*font-weight: bold;*/
	font-size: 18px;
	color: #042666;
}
.staff_message .staff_message_t span,
.staff_message .staff_message_t2 span{
	border-bottom: solid 1px #bac5dc;
}
.staff_message p{
	margin: 0 !important;
}

table.schedule{
	margin: 1em 0;
	text-align: left;
	width: 100%;
}
table.schedule tr:nth-child(even) {
	background: #fff;
}

table.schedule tr:nth-child(odd) {
	background: #f5f5f5;
}
table.schedule th{
	font-weight: bold;
	line-height: 18px;
	padding: 12px 10px !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #e1e1e1 !important;
	white-space: nowrap;
	text-align: left;
	width: auto !important;
	white-space: nowrap !important;
}
table.schedule td {
	border-top: none !important;
	border-bottom: 1px solid #e1e1e1 !important !important;
	padding: 12px 10px !important;
}
table.schedule td.y		{padding-left: 20px !important; white-space: nowrap;}
/*
table.schedule td.m		{text-align: right; white-space: nowrap;}
table.schedule td.d		{text-align: right; white-space: nowrap;}
table.schedule td.w		{text-align: center; white-space: nowrap;}
*/
table.schedule td.mdw	{text-align: right; white-space: nowrap;}
table.schedule td.txt	{width: 100%;}

/* お問い合わせ
----------------------------- */
#content .entry-content .wpcf7 table{
	/*border-top: none !important;*/
	border-right: none !important;
	border-bottom: none !important;
	border-left: none !important;
}
#content .entry-content .wpcf7 table tr th{
	width: 180px;
	vertical-align: middle;
	background: #f5f5f5 url(images/icon_option.gif) 160px center no-repeat;
	text-align: left;
}
#content .entry-content .wpcf7 tr th {
	padding: 10px;
	border-top: none !important;
	border-right: 1px solid #e1e1e1 !important;
	border-bottom: 1px solid #e1e1e1 !important;
	border-left: none !important;
}
#content .entry-content .wpcf7 tr td {
	padding: 10px;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #e1e1e1 !important;
	border-left: none !important;
}
#content .entry-content .wpcf7 tr th.need {
	background: #fef2f2 url(images/icon_neccesary.gif) 160px center no-repeat;
}
#content .wpcf7 table input {
	width: 250px;
	margin: 0 5px 8px 0;
}
#content .wpcf7 table input.text_short {
	width: 50px;
}
#content .wpcf7 table textarea {
	/*width: 700px;*/
	height: 8em;
	margin: 0 5px 8px 0;
}
#content table wpcf7-checkbox input {
	width: auto;
	height: 1;
	margin: 0 2px 8px 0;
}
#content span.wpcf7-list-item{
	display: block;
	white-space: nowrap;
}
#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 {
	display: inline;
	margin: 0 12px 0 0 !important;
	white-space: nowrap;
}
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;
}
.Btn{text-align:center;}	
.btn_submit input,
.wpcf7-submit{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;	/* IE6,7 に対応 */
	*zoom: 1;	/* IE6,7 に対応 */
	color: white !important;
	width: 150px;
	padding: 3px 0;
	background: #0080CC;
	border: 2px solid #0071b3;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	border:3px solid #047334; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px; font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #0080CC;
	background: #047334; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyYTk0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDc0MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #02a94a 0%, #047435 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02a94a), color-stop(100%,#047435)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #02a94a 0%,#047435 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #02a94a 0%,#047435 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #02a94a 0%,#047435 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #02a94a 0%,#047435 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a94a', endColorstr='#047435',GradientType=0 ); /* IE6-8 */
}
.btn_submit input:hover,
.wpcf7-submit:hover{
	border:3px solid #095028;
	background: #099947; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA5OTk0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzU5MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #099947 0%, #035928 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#099947), color-stop(100%,#035928)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #099947 0%,#035928 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #099947 0%,#035928 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #099947 0%,#035928 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #099947 0%,#035928 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099947', endColorstr='#035928',GradientType=0 ); /* IE6-8 */
}

body.page-id-61 #content .wpcf7 table textarea{
	width: 450px;
}

table.naka .school1 input,
table.naka .school2 input,
table.naka .school3 input,
table.naka .school4 input{
	width: 200px !important;
}
#ms .message textarea{
	width: 680px;
}

/* 通常のフォーム用 */
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;
}

/* 送信・確認ボタン */
.btn_submit input,
.wpcf7-submit{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: white !important;
	width: 150px;
	cursor: pointer;
	text-decoration: none;
	border:3px solid #3881c9;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family:arial, helvetica, sans-serif;
	padding: 10px 10px 10px 10px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	text-align: center;
	color: #FFFFFF;
	background: #499bea;
	background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#499bea), color-stop(100%,#207ce5));
	background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: -o-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: -ms-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
}
.btn_submit input:hover,
.wpcf7-submit:hover{
	border: 3px solid #3171b0;
	background: #428ace;
	background: -moz-linear-gradient(top,  #428ace 0%, #1c6fc9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#428ace), color-stop(100%,#1c6fc9));
	background: -webkit-linear-gradient(top,  #428ace 0%,#1c6fc9 100%);
	background: -o-linear-gradient(top,  #428ace 0%,#1c6fc9 100%);
	background: -ms-linear-gradient(top,  #428ace 0%,#1c6fc9 100%);
	background: linear-gradient(to bottom,  #428ace 0%,#1c6fc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428ace', endColorstr='#1c6fc9',GradientType=0 );
}
/* 戻るボタン */
#wpcf7-modify{
	margin: 0 10px !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #333 !important;
	width: 150px;
	padding: 10px;
	background: #0080CC;
	border: 2px solid #0071b3;
	cursor: pointer;
	font-weight: bold;
	border:3px solid #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
#wpcf7-modify:hover{
	border:3px solid #aaa;
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #efefef 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#d3d3d3',GradientType=0 );
}


.DocArea{
	margin: 0 15px 3em 15px;
}
.DocArea:after{
	clear: both;
	content: "";
	display: block;
	}

.ColRed		{color: #ff0000;}
.ColBlue	{color: #0024ff;}

/* サイトマップ
----------------------------- */
#sitemap{
	width: 800px;
	margin: 0 auto;
}
#sitemap ul{
	margin: 0 0 24px 0;
	list-style: none;
}
#sitemap ul ul{
	margin: 0 0 20px 0;
	clear: both;
}
#sitemap ul ul ul{
	margin: 0 0 0 24px;
	clear: both;
}
#sitemap ul li{
	padding: 3px 0;
	/zoom : 1;
}
#sitemap ul li:after{content : ''; display : block; clear : both;}

#sitemap ul li.page_item a{
	display: block;
	font-weight: bold;
	/*margin-bottom: 10px;*/
	font-size: 14px;
	/*line-height: 34px;*/
	clear: none;
	line-height: 31px;
	text-decoration: none;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#sitemap ul ul.children li a{
	color: #333;
	font-weight: normal;
	font-size: 16px;
	min-width: auto;
	margin-bottom: 0;
	float: none;
	clear: both;
	padding: 0 0 0 18px;
	background: url(images/listmark01.png) 7px 5px no-repeat;
	height: auto;
	line-height: 22px;
}
#sitemap ul ul.children li a:hover{
	color: #0080CC;
}

#sitemap ul li.page-item-660,
#sitemap ul li.page-item-657,
#sitemap ul li.page-item-1269,
#sitemap ul li.page-item-1338,
#sitemap ul li.page-item-1552,
#sitemap ul li.page-item-1554{
	display: none;
}

/* ============================
   sidebox
/* ============================ */

/*== sidemenu =========================================▼==*/
#sidebox .SideMenuT{
	margin: 0 0 10px 0;
	padding: 7px;
	background: url(images/bg_sidetitle.jpg) center center no-repeat;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
#sidebox #sidemenu{
	display: block;
	margin: 0 0 25px 0;
	padding: 0;
	}
	#sidebox #sidemenu ul{
		display: block;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		#sidebox #sidemenu  ul li{
			display: block;
			width: 220px;
			margin: 0;
			padding: 0;
			background: url(images/bg_dotted.gif) 0 bottom repeat-x;
			text-align: left;
			font-size: 13px;
			}
			/* IE6 */
			* html #sidebox #sidemenu  ul li{
				zoom: 1;
				}
			#sidebox #sidemenu  ul li a{
				display: block;
				text-align: left;
				margin: 0 1px;
				padding: 8px 8px 8px 25px;
				background: url(images/listmark03.png) 8px 12px no-repeat;
				text-decoration: none;
				color: #000000;
				}
				#sidebox #sidemenu  ul li a:hover{
					background: #f5f5f5 url(images/listmark03.png) 8px 12px no-repeat;
					}
				#sidebox #sidemenu  ul li.current_page_item a{
					/*
					background: #0145b2 url(images/listmark03.png) 8px 12px no-repeat;
					color: #ffffff;
					*/
					}
			#sidebox #sidemenu  ul li ul.children{
				display: block;
				margin: 0;
				padding: 0;
				list-style: none;
				background: url(images/bg_dotted.gif) 0 top repeat-x;
				border: none;
				}
				#sidebox #sidemenu  ul li ul.children li{
					display: block;
					width: 220px;
					margin: 0;
					padding: 0;
					text-align: left;
					}
					/* IE6 */
					* html #sidebox #sidemenu  ul li ul.children li{
						zoom: 1;
						}
					#sidebox #sidemenu  ul li ul.children li a{
						display: block;
						text-align: left;
						margin: 0 1px;
						padding: 8px 8px 8px 41px;
						background: url(images/listmark1.gif) 27px 10px no-repeat;
						text-decoration: none;
						color: #000000;
						}
						#sidebox #sidemenu  ul li ul.children li a:hover{
							background: #f5f5f5 url(images/listmark1.gif) 27px 10px no-repeat;
							}
						#sidebox #sidemenu  ul li ul.children li.current_page_item a{
							/*
							background: #0145b2 url(images/listmark1.gif) 27px 10px no-repeat;
							color: #ffffff;
							*/
							}

			#sidebox #sidemenu  ul li ul.children li.page-item-55 ul.children	{display: none !important;}

			#sidebox #sidemenu  ul li ul li ul.children{
				display: block;
				margin: 0;
				padding: 0;
				list-style: none;
				background: url(images/bg_dotted.gif) 0 top repeat-x;
				border: none;
				}
				#sidebox #sidemenu  ul li ul li ul.children li{
					display: block;
					width: 220px;
					margin: 0;
					padding: 0;
					text-align: left;
					}
					/* IE6 */
					* html #sidebox #sidemenu  ul li ul li ul.children li{
						zoom: 1;
						}
					#sidebox #sidemenu  ul li ul li ul.children li a{
						display: block;
						text-align: left;
						margin: 0 1px;
						padding: 8px 8px 8px 55px;
						background: url(images/listmark6.gif) 39px 13px no-repeat !important;
						text-decoration: none;
						color: #000000;
						}
						#sidebox #sidemenu  ul li ul li ul.children li a:hover{
							background: #f5f5f5 url(images/listmark6.gif) 39px 13px no-repeat;
							}
						#sidebox #sidemenu  ul li ul li ul.children li.current_page_item a{
							/*
							background: #0145b2 url(images/listmark6.gif) 39px 13px no-repeat;
							color: #ffffff;
							*/
							}

#sidebox #sidemenu .MonthlistT,
#sidebox #sidemenu .CatelistT{
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 110%;
	background: #b4bdd5;
	color: #fff;
}
#sidebox #sidemenu ul.Monthlist{

	}
#sidebox #sidemenu ul.Catelist{
	/*margin-bottom: 5px;*/
	}
#sidebox #sidemenu ul.Catelist li:last-child{ background-image: none; }
		/*=====================================================▲==*/

/* 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: 0;
	bottom: 350px;
	z-index: 9000;
}
.pagetop a {
	display: block;
	width: 31px;
	height: 53px;
	background: #0c0c0c url(images/icon_pagetop.png) center center no-repeat;
	margin: 0 0 0 auto;
	overflow: hidden;
	text-indent: -10000px;
	color: #fff;
	font-size:10px;
	text-decoration:none;
}
.pagetop a:hover {
	background-color: #262626;
	color: #ffffff;
}


/* ============================
   footer
/* ============================ */
#footer{
	width: 100%;
	height: 380px;
	margin: 0 auto;
	background: url(images/bg_foot.gif) 0 bottom repeat-x;
}
#colophon{
	position: relative;
	width: 960px;
	height: 380px;
	margin: 0 auto;
}
#foot-logo {
	position: absolute;
	width: 222px;
	height: 41px;
	top: 33px;
	left: 0;
}
#foot-logo a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#footer #colophon #site-info{
	position: absolute;
	top: 103px;
	left: 2px;
	line-height: 160%;
}
#colophon #site-info a{
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
}
#colophon #site-info p{
	margin: 0 15px 0 0;
	font-size: 13px;
	line-height: 18px;
}
#colophon #site-info p a{
	text-decoration: underline;
}

#colophon #site-qr{
	position: absolute;
	width: 162px;
	height: 56px;
	top: 246px;
	left: 0;
}

#colophon #foot-addlist{
	position: absolute;
	top: 46px;
	left: 325px;
}
#colophon #foot-addlist a		{text-decoration: none;}
#colophon #foot-addlist a:hover	{text-decoration: underline;}
#colophon #foot-addlist .office,
#colophon #foot-addlist .products,
#colophon #foot-addlist .example{
	float: left;
	margin-right: 20px;
}
#colophon #foot-addlist .genre{
	margin-bottom: 13px;
	padding: 0 0 0 17px;
	background: url(images/listmark03.png) 0 3px no-repeat;
	color: #042666;
	font-weight: bold;
	font-size: 12px;
}
#colophon #foot-addlist dl{
	float: left;
	padding-left: 17px;
	margin: 0 10px 0 0;
}
#colophon #foot-addlist dt{
	margin-bottom: 13px;
	font-weight: bold;
	font-size: 12px;
}
#colophon #foot-addlist dd{
	margin-bottom: 3px;
	font-size: 11px;
}
#colophon #foot-addlist ul{
	list-style: none;
	float: left;
	padding-left: 17px;
	margin: 0 10px 0 0;
}
#colophon #foot-addlist li{
	margin-bottom: 3px;
	font-size: 11px;
}

#utilitymenu {
	position: absolute;
	bottom: 6px;
	right: 0;
}
#utilitymenu ul{
	overflow: hidden;
	margin: 0;
	list-style: none;
}
#utilitymenu ul li{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #e1e1e1;
	font-size: 11px;
}
#utilitymenu ul li:first-child{
	display: inline;
	border-left: 1px solid #e1e1e1;
}
#utilitymenu ul li a		{text-decoration: none;}
#utilitymenu ul li a:hover	{text-decoration: underline;}
#footer #colophon #site-copy{
	position: absolute;
	padding: 0;
	bottom: 6px;
	left: 0;
	font-size: 12px;
}


/* ============================
   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;
	}
}