@charset "utf-8";
/*
Theme Name: コーポレートPCサイト01
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
*/


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

/*** 目次見出し ***
- 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;
}


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

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea {
	color: #000;
	line-height: 18px;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック",verdana,Osaka,"MS PGothic",Sans-Serif;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* 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;
}
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:link {
	color: #010101;
}
a:visited {
	color: #010101;
}
a:active,
a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* 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: 14px;
	margin: 5px;
}

/* ギャラリー機能用
----------------------------- */
.gallery{
	margin: auto;
}
.gallery .gallery-item{
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
	border: 1px 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: 0;
}
.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 : ''; 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_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;
	margin-right:0.5rem;
}
.entry-social .facebook{
	float: left;
}
.entry-social .googleplus{
	float: left;
}


/* ============================
   Layout
/* ============================ */
#header,
#colophon,
#footer {
	margin: 0 auto 0px auto;
	width: 1010px;
}
body.page #content,
body.error404 #content{
	width: 1010px;
	floar: none;
	margin: 0 auto;
	}
#content{
	float: right;
	margin: 0 0 0 0;
	width: 720px;
}
.home #content{
	width: 100%;
}
#sidebox{
	float: left;
	overflow: hidden;
	width: 240px;
	margin-bottom: 30px;
}
#footer {
	clear: both;
	width: 100%;
}


/* ============================
   header
/* ============================ */
div#wrapper_head{
	width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba( 255, 255, 255, 0.9 );
	}
.home div#wrapper{	
	padding-top: 155px;
	}
div#wrapper{	
	padding-top: 155px;
	}
#header {
	position: relative;
	height: 80px;
	text-align: center;
	padding-top: 20px;
}
#header h1{
	margin-bottom: 10px;
	}
h2 #site-title {
	margin-bottom: 15px;
	/*position: absolute;
	top: 22px;
	left: 0;*/
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	/*position: absolute;
	top: 10px;
	right: 0px;
	width: auto;*/
	font-size: 11px;
}
div#head_contact{
	position: absolute;
	top: 0;
	right: 0;
	}
div#head_contact a{
	display: inline-block;
	padding: 10px 46px 10px 38px;
	background: url(images/bg_contact_header.png) 130px center no-repeat #173885;
	color: #fff;
	text-decoration: none;
	}


/* ============================
   menu
/* ============================ */
#access {
	height:40px;
	margin-bottom:6px;
	margin-top: 10px;
}
#access .menu-header {
	margin: 0 auto;
	width:1010px;
}
#access .menu-header ul{
	list-style: none;
	margin: 0;
}
#access .menu-header li{
	float: left;
	position: relative;
}
#access .menu-header li a{
	display: inline-block;
	overflow: hidden;
	padding: 10px 35px;
	text-indent: -10000px;
}
#access .menu-header li.menu-item-65 a{
	width: 81px;
	height: 16px;
	background: url(images/menu01.png) center center no-repeat;
	}
#access .menu-header li.menu-item-66 a{
	width: 64px;
	height: 16px;
	background: url(images/menu02.png) center center no-repeat;
	}
#access .menu-header li.menu-item-67 a{
	width: 64px;
	height: 16px;
	background: url(images/menu03.png) center center no-repeat;
	}
#access .menu-header li.menu-item-356 a{
	width: 114px;
	height: 16px;
	background: url(images/menu04.png) center center no-repeat;
	}
#access .menu-header li.menu-item-354 a{
	width: 66px;
	height: 16px;
	background: url(images/menu06.png) center center no-repeat;
	}
#access .menu-header li.menu-item-355 a{
	width: 65px;
	height: 16px;
	background: url(images/menu05.png) center center no-repeat;
	}
#access .menu-header li.menu-item-68 a{
	width: 64px;
	height: 16px;
	background: url(images/menu07.png) center center no-repeat;
	}

#access .menu-header li.menu-item-65 a:hover{background: url(images/menu01_on.png) center center no-repeat;}
#access .menu-header li.menu-item-66 a:hover{background: url(images/menu02_on.png) center center no-repeat;}
#access .menu-header li.menu-item-67 a:hover{background: url(images/menu03_on.png) center center no-repeat;}
#access .menu-header li.menu-item-356 a:hover{background: url(images/menu04_on.png) center center no-repeat;}
#access .menu-header li.menu-item-354 a:hover{background: url(images/menu06_on.png) center center no-repeat;}
#access .menu-header li.menu-item-355 a:hover{background: url(images/menu05_on.png) center center no-repeat;}
#access .menu-header li.menu-item-68 a:hover{background: url(images/menu07_on.png) center center no-repeat;}


#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: 40px;
	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: 1px solid #d7d7d7;
	font-size: 14px;
}
#access ul#menu-main ul.sub-menu {
	/display: none !important;
}
#access ul#menu-main ul li {
	min-width: 188px;
	background #fff;
}
#access ul#menu-main ul ul {
	left: 100%;
	top: 0;
	margin: 0;
}
#access ul#menu-main ul a {
	text-indent: 0;
	display: block;
	background: #fff !important;
	line-height: 1.2em;
	padding: 10px 10px 10px 28px;
	height: auto;
	color: #001117;
	border-bottom: 1px solid #f2f2f2;
	width: auto;
	text-decoration: 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: #f2f2f2 !important;
}
#access ul#menu-main li:hover > ul {
	display: block;
}


/* ============================
   mainimage
/* ============================ */
#mainimage{
    width: 100%;
    text-align: center;
    /*margin-bottom: 40px;*/
    border-bottom: 4px solid #173885;
    }
.wideslider {
	width: 100%;
	height: 400px;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin: 10px 0 0 0;
}

.wideslider ul{
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
/*.slider_prev {background: url(images/slide_prav.png) no-repeat right center;}
.slider_next {background: url(images/slide_next.png) no-repeat left center;}*/

.pagination {
	/*bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;*/
	display: none;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* ============================
   pankuz
/* ============================ */
#pankuzu{
	width:100%;
	padding:10px 0;
	text-align: right;
	font-size:11px;
	background: #e0dfdb;
	margin-bottom: 40px;
}
div.pankuzu_s{	
	width:1010px;
	margin:0 auto;
	}


/* ============================
   content
/* ============================ */
body.home #main {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin-bottom:20px;
}
#main {
	width: 1010px;
	clear: both;
	overflow: hidden;
	padding: 0;
	position: relative;
	margin: 0 auto 20px auto;
}
#content {
	background: #fff;
	/zoom : 1;
}
#content:after{content : ''; display : block; clear : both;}

#content,
#content input{
	color: #333;
	font-size: 14px;
	line-height: 1.6;
/*	padding: 0px;*/
	margin: 0;
}
#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;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
#content h1.entry-title{
	font-weight: bold;
	font-size: 30px;
	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;
}
div.waku{
	width: 100%;
	background: url(images/bg_tex.png) #f5f6f1;
	color: #173885;
	font-size: 30px;
	font-weight: bold;
	}
h2.entry-title{	
	width: 1010px;
	padding: 60px 0;
	margin: 0 auto;
	}
h2.entry-title span{
	padding: 3px 0 3px 35px;
	border-left: 7px solid #173885;
	}	
#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;
}
#content h2{
	background: none;
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
	font-size: 24px;
	position: relative;
}
#content h3{
	padding: 10px 0;
	font-size: 22px;
	border-bottom: 4px solid #173885;
	color: #173885;
}
#content h4{
	padding: 3px 0 3px 15px;
	font-size: 20px;
	border-left: 10px solid #173885;
}
#content h5{
	padding: 5px;
	background: #E0DFDB;
	margin-bottom: 10px;
	}

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

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

/* トップページ
----------------------------- */
div#top_introduce,
div#technology{	
	width: 100%;
	position: relative;
	}
div#top_introduce div.top_introduce_s,
div#technology div.technology_s,
div#normal_menu{
	width: 1010px;
	margin: 0 auto;
	}
div#top_introduce{	
	background: url(images/bg_tex.png) #f5f6f1;
	padding: 70px 0;
	}
div#top_introduce ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
div#top_introduce ul li{
	float: left;
	width: 312px;
	margin-left: 35px;
	}
div#top_introduce ul li:first-child{
	margin-left: 0px;
	}
div#top_introduce ul li h4{
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(images/bg_listmark05.png) 0 center no-repeat;
	border: none;
	}
div#top_introduce ul li p{
	margin-bottom: 10px;
	}
div#top_introduce ul li a{
	display: block;
	padding: 15px;
	background: url(images/bg_listmark01.png) 215px center #28508d no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
	}
div#top_introduce div.maintext{
	text-align: center;
	}
div#top_introduce div.maintext h3{
	height: 34px;
	background: url(images/h3_top01.png) center center no-repeat;
	margin-bottom: 25px;
	text-indent: -100000px;
	border: none;
	}
div#top_introduce div.maintext p{
	margin-bottom: 30px;
	}
div#technology{
	background-image: url(images/bg_technology.png);
	background-position:  0 0;
	background-repeat: repeat-y;
	background-size:100% auto;/*この場合は高さが自動設定*/
	padding: 70px 0;
	}
div#technology div.technology_s div.pickup{
	background-color: rgba( 255, 255, 255, 0.8 );
	padding: 65px 50px;
	background-image: url(images/bg_img_top01.png);
	background-repeat:no-repeat;
	background-position: right top;
	position: relative;
	}
div#technology div.technology_s div.pickup img.img_pickup{
	position: absolute;
	top: 0;
	left: 0;
	}
div#technology div.maintext{
	width: 520px;
	position: relative;
	}
div#technology div.maintext h3{
	background: url(images/h3_tokusyu.png) center top no-repeat;
	height: 129px;
	text-indent: -10000px;
	margin-bottom: 40px;
	text-align: left;
	border: none;
	}
div#technology div.maintext a{
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #173983;
	color: #173983;
	padding: 12px 60px;
	background: url(images/bg_listmark05.png) 222px center no-repeat;
	text-decoration: none;
	}
div#normal_menu{
	padding: 70px 0;
	}
div#normal_menu div.news{
	width: 553px;
	float: left;
	}
div#normal_menu div.news h3{
	background: url(images/h3_top_news.png) 0 0 no-repeat;
	width: 553px;
	height: 49px;
	text-align: right;
	margin: 0 0 20px 0;
	border: none;
	padding: 0;
	}
div#normal_menu div.news h3 span{
	display: none;
	}
div#normal_menu div.news h3 a{
	display: inline-block;
    padding: 0px 30px 0px 20px;
    color: #fff;
    text-decoration: none;
    background: url(images/bg_listmark01.png) 95px center #143481 no-repeat;
    font-size: 14px;
    font-weight: normal;
	}
div#normal_menu div.news ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
div#normal_menu div.news ul li{
	padding: 22px 0;
	border-bottom: 1px solid #969696;
	}
span.cate a{
	display: inline-block;
	margin-right: 5px;
	padding: 2px 4px;
	background: #143481;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	line-height: 15px;
	}
span.newmark{
	display: inline-block;
	margin-right: 5px;
	padding: 2px 4px;
	background: #37bae6;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	line-height: 15px;
	}
div#normal_menu div.top_banner{
	width: 415px;
	float: right;
	}
div.left_bnr_box{
	width: 197px;
	float: left;
	}
div.right_bnr_box{
	width: 195px;
	float: right;
	}
a.link_shisetu img{
	margin-bottom: 20px;
	}
/* コンテンツページ
----------------------------- */
.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%;
}

div#content_block{
	padding: 30px 0 60px 0;
	margin-bottom: 22px;
	border-bottom: 1px solid #e9e9e5;
	}
div#content_block h4.date_title{
	height: 35px;
	margin-bottom: 33px;
	background: url(images/img_data01.jpg) 0 0 no-repeat;
	text-indent: -10000px;
	border: none;
	}
div#content_block div.name{
	height: 33px;
	background: url(images/img_data02.jpg) right 0 no-repeat;
	text-indent: -10000px;
	}
div#content_block2{
	padding: 30px 0 60px 0;
	margin-bottom: 22px;
	}
div#content_block2 h4#rinen_title{
	height: 142px;
	background: url(images/img_data03.jpg) center 0 no-repeat;
	text-indent: -10000px;
	margin-bottom: 40px;
	border: none;
	}
div#content_block2 p#rinen_text{
	height: 167px;
	background: url(images/img_data04.jpg) center 0 no-repeat;
	text-indent: -10000px;
	}

/*製品紹介*/
ul#side_block{
	list-style: none;
	margin: 0;
	overflow: hidden;
	}
ul#side_block li{
	float: left;
	width: 250px;
	border-right: 1px solid #fff; 
	}
ul#side_block li a{
	display: block;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url(images/list_mark_side_off.png) 90% center no-repeat #173885;
	}
div#page_top{
	text-align: right;
	}
div#page_top a{
	color: #fff;
	background: url(images/bg_gotop.png) 90% center no-repeat #173885;
	text-decoration: none;
	padding: 10px 50px 10px 30px;
	}
div#product_block{
	margin-top: 50px;
	}
div#product_block h3{
	padding: 0;
	margin: 0 0 30px 0;
	border: none;
	text-indent: -10000px;
	}
div#product_block div#envelope01 h3{
	height: 29px;
	background: url(images/products_h301.png) 0 center no-repeat;
	}
div#product_block div#envelope02 h3{
	height: 29px;
	background: url(images/products_h302.png) 0 center no-repeat;
	}
div#product_block div#envelope03 h3{
	height: 29px;
	background: url(images/products_h303.png) 0 center no-repeat;
	}
div#product_block div#envelope04 h3{
	height: 29px;
	background: url(images/products_h304.png) 0 center no-repeat;
	}
div#envelope01{background: url(images/products_bg01.png) right 0 no-repeat;}
div#envelope02{background: url(images/products_bg02.png) right 0 no-repeat;}
div#envelope03{background: url(images/products_bg03.png) right 0 no-repeat;}
div#envelope04{background: url(images/products_bg04.png) right 0 no-repeat;}
div#product_block div.product_block_s{
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e9e9e5;
	}
div#product_block div.product_block_s p{
	width: 455px;
	margin: 0 0 30px 0;
	}
div#product_block div.product_block_s dd.wp-caption-text{
	font-size: 11px;
	line-height: 16px;
	}
div#product_block div#envelope03 dd.wp-caption-text,
div#product_block div#envelope04 dd.wp-caption-text{
	text-align: left;
	}
	
/*横田の特殊技術*/
div#echnology_block h3.echnology_h3{
	padding: 0;
	margin: 0 0 40px 0;
	border: 0;
	background: url(images/echnology_h301.jpg) 0 0 no-repeat;
	width: 430px;
	height: 33px;
	text-indent: -10000px;
	}
div.echnology_image{	
	width: 437px;
	}
div.echnology_text{
	width: 497px;
	}
div.echnology_left{
	float: left;
	}
div.echnology_right{
	float: right;
	}
div.yokota01{
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e0dfdb; 
	}

/*アクセス*/
div.access_block{
	margin-bottom: 40px;
	}
div.access_left{
	width: 485px;
	float: left;
	}
div.access_right{
	width: 485px;
	float: right;
	}
div.eigyou{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
	}
div.eiygou_left{
	width: 500px;
	float: left;
	}
div.eigyou_right{
	width: 470px;
	float: right;
	}

/*スクロールで出てくる*/
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* ページネーション　タイプ：[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: #0080CC;
	color: #fff;
	border: 1px solid #0080CC;
}

/* ページネーション　タイプ：[<前へ] [次へ>] */
#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;
}

/* お問い合わせ
----------------------------- */
/* Turnstile ウィジェットを中央揃えに */
.cf-turnstile {
  text-align: center;
}

/* Turnstile の内部の div をインラインブロックにして中央に */
.cf-turnstile > div {
  display: inline-block;
}

/* 送信ボタンを中央寄せ */
.wpcf7 form input.wpcf7-submit {
    display: block !important;
    margin: 20px auto !important;
    text-align: center;
}
/* スピナー（くるくるアイコン）がある場合、それもブロック要素にしてレイアウトを崩さないように */
.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}



#content .entry-content .wpcf7 table tr th{
	width: 180px;
	vertical-align: middle;
	background: #f2f2f2 url(images/icon_option.gif) 160px center no-repeat;
	text-align: left;
}
#content .entry-content .wpcf7 tr th,
#content .entry-content .wpcf7 tr td {
	padding: 10px;
	border: 1px solid #e6e6e6;
}
#content .entry-content .wpcf7 tr th.need {
	background: #f2f2f2 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: 350px;
	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 */
}

/* 通常のフォーム用 */
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 );
}
ul#link_top{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	}
ul#link_top li{
	float: left;
	margin-right: 10px;
	}
ul#link_top li a{
	display: inline-block;
    padding: 10px 40px 10px 20px;
    background: url(images/bg_listmark01.png) 90% center #28508d no-repeat;
    color: #fff;
    text-decoration: none;
    text-align: center;
	}
p.r_catch{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #173885;
	}
table#r_table{
	border: none;
	}
table#r_table tr th{
	text-align: center;
	vertical-align: middle;
	background: #173885;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	width: 152px;
	height: 152px;
	border: none;
	line-height: 33px;
	}
table#r_table tr td{
	vertical-align: middle;
	padding-left: 30px;
	height: 152px;
	border: none;
	}
div.r_flow{
	width: 172px;
	height: 25px;
	background: url(images/bg_flow.jpg) center 0 no-repeat;
	text-indent: -10000px;
	margin-bottom: 20px;
	}
div#flow_block{
	/*width: 70%;*/
	margin: 30px auto 0 auto;
	}
/* サイトマップ
----------------------------- */
div#sitemap ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
div#sitemap ul li a{
	display: block;
	padding: 10px 10px 10px 30px;
    text-decoration: none;
    color: #153582;
    background: url(images/bg_listmark02.png) 10px center #fff no-repeat;
    border: 1px solid #153582;
    margin-bottom: 10px;
	}
div#sitemap ul li a:hover{
	background: url(images/bg_listmark01.png) 10px center #153582 no-repeat;
	color: #fff;
	}
div#sitemap ul li.page-item-347{
	display: none;
	}

/* ============================
   sidebox
/* ============================ */
#sidebox #sidemenu{
	margin-bottom: 30px;
	/*border-right: 5px solid #0080cc;
	border-bottom: 5px solid #0080cc;
	border-left: 5px solid #0080cc;*/
	background: #fff;
	z-index: 100;
}
#sidebox #sidemenu h2{
	background: #0080cc;
	padding: 10px 5px;
	color: #fff;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 16px;
	margin-bottom: 0;
}
#sidebox #sidemenu h3{
	background: #e5e5e5;
	padding: 5px 5px;
	color: #333;
	font-weight: bold;
	font-family: 'メイリオ',Meiryo,"小塚ゴシック Pro R", "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
}
#sidebox #sidemenu ul{
	margin: 0;
	list-style: none;
}
#sidebox #sidemenu ul li{
	margin-bottom: 5px;
}
#sidebox #sidemenu ul li a{
	display: block;
	padding: 10px 15px;
	/*border-bottom: 1px dotted #ccc;*/
	border: 1px solid #173885;
	color: #173885;
	text-decoration: none;
	background: url(images/bg_listmark02.png) 90% center no-repeat;
}
#sidebox #sidemenu ul li a:hover{
	color: #fff;
	background: url(images/bg_listmark01.png) 90% center no-repeat #173885;;
}
body.page div#sidebox{
	width: 1010px;
	margin: 0 auto;
	float none;
	}
body.page div#sidebox div#sidemenu{
	border: none;
	}
body.page div#sidebox div#sidemenu ul{
	overflow: hidden;
	width: 902px;
	margin: 0 auto;
	}
body.page div#sidebox div#sidemenu ul li{
	float: left;
	width: 300px;
	}
body.page div#sidebox div#sidemenu ul li a{
    border: none;
	}
body.page div#sidebox div#sidemenu ul li.current_page_item a,
body.page-id-2 div#sidebox div#sidemenu ul li:first-child a{
    background: url(images/bg_listmark02.png) 215px center #e9e9e5 no-repeat;
    color: #28508d;
	}
body.page div#sidebox div#sidemenu ul li.page-item-279{
	margin: 0 1px;
	}
body.page div#sidebox div#sidemenu ul li a{
	display: block;
    padding: 15px;
    background: url(images/bg_listmark01.png) 215px center #173885 no-repeat;
    color: #fff;
    text-decoration: none;
    text-align: center;
	}

/* 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: 10px;
	bottom: 80px;
	z-index: 9000;
}
.pagetop a {
	display: block;
	/*background: #7d7d7d;
	margin: 0 0 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #CCC;
	box-shadow: 0 0 5px #CCC;
	color: #fff;
	padding:5px;
	font-size:10px;
	text-decoration:none;*/
}
.pagetop a:hover {
	/*background: #0080cc;*/
	color: #ffffff;
}


/* ============================
   footer
/* ============================ */
#footer {
	background: #efefea;
}
div.footer_contact{
	width: 100%;
	position: relative;
	background: url(images/bg_tex.png) 0 0 #153582;
	color: #fff;
	padding: 65px 0;
	}
div.footer_contact a{
	color: #fff;
	text-decoration: none;
	}
div.footer_contact_s{
	width: 1010px;
	margin: 0 auto;
	}
div.footer_contact h2{
	font-size: 14px;
	color: #fff;
	margin-bottom: 32px;
	}
div.footer_contact h2 a{
	display: inline-block;
	width: 241px;
	height: 29px;
	background: url(images/lofo_footer.png) 0 0 no-repeat;
	vertical-align: middle;
	text-indent: -10000px;
	margin-right: 15px;
	}
span.footer_tel{
	font-size: 26px;
	font-weight: bold;
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px 15px 0;
	padding-left: 20px;
	}
a.footer_mail{	
	display: inline-block;
	padding: 12px 43px 12px 22px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	background: url(images/bg_listmark01.png) 212px center no-repeat;
	}
#utility {
	background: #333;
	font-size: 12px;
	padding: 10px 0;
	}
#utility div.utility_s {
	width: 1010px;
	margin: 0 auto;
	}
#utility div.utility_s a {
	color: #fff;
	display: inline-block;
	padding: 0 0 0 30px;
	background: url(images/bg_listmark04.png) 0 center no-repeat;
	text-decoration: none;
	}
#site-copy {
	/*position: absolute;
	bottom: 15px;
	right: 0;*/
	text-align: center;
	padding: 10px 0;
	background: #ccc;
	font-size: 12px;
	background: #f8f8f8;
}
div.contact_block_left{	
	width: 500px;
	float: left;
	}
div.contact_block_right{
	width: 415px;
	float: right;
	}	
div.contact_block_left h3{
	width: 169px;
	height: 19px;
	background: url(images/footer_contact.png) 0 0 no-repeat;
	text-indent: -10000px;
	margin-bottom: 22px;
	}
div.contact_block_right h3{
	width: 98px;
	height: 19px;
	background: url(images/footer_access.png) 0 0 no-repeat;
	text-indent: -10000px;
	margin-bottom: 22px;
	}
div.contact_block_left h4{
	padding-left: 20px;
	background: url(images/bg_listmark03.png) 0 center no-repeat;
	margin-bottom: 10px;
	}
div.contact_block_right ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
div.contact_block_right ul li{
	width: 193px;
	float: left;
	margin-left: 22px;
	}
div.contact_block_right ul li:first-child{
	margin-left: 0px;
	}
div.contact_block_right p{
	margin-bottom: 10px;
	}
div.tel_block{
	margin-bottom: 5px;
	}
div.tel_block span,
div.fax_block span{
	display: inline-block;
	width: 35px;
	text-align: center;
	padding: 2px 0;
	background: #fff;
	color: #153582;
	margin-right: 5px;
	}
div.fax_block{
	margin-bottom: 10px;
	}
div#office{
	width: 100%;
	position: relative;
	padding: 65px 0;
	background: url(images/footer_bg.png) #f8f8f8;
	}
div#office ul{
	overflow: hidden;
	width: 1010px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	}
div#office ul li{
	display: inline-block;
	float: left;
	padding: 0 20px;
	border-left: 1px solid #143481;
	}
div#office ul li:first-child{
	border: none;
	padding-top: 45px;
	}
div#office ul li h3{
	width: 155px;
	height: 21px;
	background: url(images/footer_info.png) center 0 no-repeat;
	text-indent: -10000px;
	}
div.office_tel{
	margin-bottom: 5px;
	}
div.office_tel span{
	display: inline-block;
	background: #3bbae7;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	margin-right: 10px;
	}
div.office_tel a{
	text-decoration: none;
	}
/* ============================
   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;
	color: #173885;
}
div#overlay{
	z-index: 2000 !important;
	}
div#lightpop{
	z-index: 3000 !important;
	top: 230px !important;
	}


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