@charset "utf-8";


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

/*** 目次見出し ***
- Reset default browser CSS
- Global Elements
- CSS Library
- Layout
- header
- menu
- mainimage
- pankuz
- content
- sidebox
- pagetop
- footer

*/




viewer-pdf-toolbar-new {
	display:none;
}


/************************************************
特許数の置き換えCSS
************************************************ */

span#patents {font-size:0 !important;}
p#count span#patents {font-size:0 !important;}
span#patents:before {content: "132"; font-size:14px;}
p#count span#patents:before {content: "132"; font-size:60px;}


/* ============================
   Reset default browser CSS.
/* ============================ */

* {box-sizing:border-box !important;}

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,
caption, tfoot, thead{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body{
	line-height: 1;
	font-size-adjust: none !important;
	-webkit-font-size-adjust: none !important;
	
}

section {
	padding:1em 0 2em;
	}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
blockquote{
	quotes: none;
}
blockquote:before, blockquote:after{
	content: '';
	content: none;
}
del{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}

.tal{ text-align:left !important;}
.tar{ text-align:right !important;}
.tac{ text-align:center !important;}


#table_con ul.radio {list-style:none; padding-left:1em;}

#table_con input[type="text"] {width:100%;}

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

/* Main global 'theme' and typographic styles
--------------------------------------------- */
body,
input,
textarea {
	color: #000;
	/*line-height: 18px;*/
	font-size: 12px;
	font-family: Arial,'メイリオ',Meiryo,"Helvetica Neue",Helvetica,"Nimbus Sans L","ＭＳ Ｐゴシック",verdana,Osaka,"MS PGothic",Sans-Serif;
}



.home #wrapper,
.one_column #wrapper,
.aisatsu #wrapper  {
	padding-top:0px;
}

.logoq #wrapper,
.web #wrapper,
.stirlingengine #wrapper,
.magneticpyrolysis #wrapper,
.qr_kensa #wrapper,
.pospic #wrapper,
.omikuji #wrapper,
.news #wrapper,
.site-map #wrapper,
.contact #wrapper,
.topic #wrapper{
	padding-top:80px;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements
--------------------------------------------- */
p {
	margin: 0 0 18px 0;
}
ul {
	margin: 0;
}
ol {
	margin: 0 0 18px 1.5em;
}
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 {
	display:block;
}
a:link {
	color: #0452b1;
}
a:visited {
	color: #280f96;
}
a:active,
a:hover {
	color: #002b5f;
	text-decoration:none;
}

a:hover img{
	opacity: 0.6;
}

/* Images
----------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}

/* キャプション機能用
----------------------------- */
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/* ギャラリー機能用
----------------------------- */
.gallery{
	margin: auto;
}
.gallery .gallery-item{
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	margin-left: 0;
}
/* カラム毎のサイズ
----------------------------- */
.gallery-columns-1 .gallery-item {width: 25%;}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-3 .gallery-item {width: 33%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16%;}
.gallery-columns-7 .gallery-item {width: 14%;}
.gallery-columns-8 .gallery-item {width: 12%;}
.gallery-columns-9 .gallery-item {width: 11%;}

.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}


/* ============================
   Original CSS Library
/* ============================ */

/* フォント
----------------------------- */
.bold	{ font-weight: bold; }
.font-small{ font-size: 0.85em !important;}

/* 画像
----------------------------- */
img.f_left{ margin: 0 20px 20px 0; }
img.f_right{ margin: 0 0 20px 20px; }
img.border{ padding: 3px; background: #ffffff; border: 1px solid #e8e8e8;}

/* 配置
----------------------------- */
.center	{text-align: center !important;}
.left	{text-align: left !important;}
.right	{text-align: right !important;}
.top	{vertical-align: top !important;}
.middle	{vertical-align: middle !important;}
.bottom	{vertical-align: bottom !important;}
.width_auto{width: auto !important;}
.block	{display: block;}
.inline	{display: inline;}
.hidden	{display: none;}
.overflow {overflow: hidden !important;}
.f_left {float: left; }
.f_right{float: right; }
.f_none	{float: none !important;}
.clear	{clear: both;}
.clear_none		{clear: none;}
.clear_left		{clear: left;}
.clear_right	{clear: right;}
.clearfix		{zoom:1;}
.clearfix:after{content : ''; 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;
	width: 100px;
}
.entry-social .facebook{
	float: left;
	width: 110px;
}
.entry-social .googleplus{
	float: left;
}


/* 共通
----------------------------- */
.btn{
	text-align:center;
}
.btn a{
	color:#fff;
	font-size:14px;
	padding:10px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#2ab7ca;
}
.btn a:hover{
	background-color:#a6aeb6;
}

.btn a:hover img{
	opacity: 1;
}

#content .btn{
	padding-bottom:30px;
}
#content .btn a{
	display:inline-block;
	margin:0 auto;
	padding:10px 25px;
}
#content .btn a img{
	margin-right:5px;
	vertical-align:middle;
}
#content .btn span{
	display:block;
	font-size:10px;
}
/* ============================
   Layout
/* ============================ */
#header,
#colophon,
#footer {
	margin: 0 auto 0px auto;
}


#main {
	margin: 0 auto 0px auto;
}

.wideslider + #main {
	margin: 0 auto 0px auto;
}

#content{
	float: right;
	width: 100%;
	max-width:800px;
}

#main,
.home #content,
.one_column #content{
	float: none;
	width: 100%;
	max-width: 1010px;
}
#sidebox{
	float: left;
	overflow: hidden;
	width: 190px;
	margin-bottom: 30px;
}
#footer {
	clear: both;
	width: 100%;
}


/* ============================
   header
/* ============================ */
#header{
	width:100%;
	background-color: rgba(0,20,62,0.9);
	/*border-bottom:solid 6px #dbdbdb;
	position:absolute;*/
	position:fixed;
	top:0;
	left:0;
	z-index:9999999;
}
#head{
	position: relative;
	max-width:1400px;
	min-width:320px;
	margin:0 auto;
	height: 80px;
}

#catch_image{
	position: relative;
	width:100%;
	min-width:320px;
	height:33%;
	min-height:300px;
	margin:0 auto;
	padding:120px 0 20px 40px;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-size:cover;
	
}

#catch_image h2{
	width:90%;
	/*position:absolute;
	top:40%;
	left:10%;*/
	font-size:36px;
	font-weight:bold;
	color:#666;
}
#catch_image h2 p{
	width:70%;
	margin-top:2em;
	font-size:18px;
	font-weight:normal;
	line-height:1.6em;
}
#catch_image img{
	width:100%;
	display:block;
	right:0;
	bottom:0;
}

#site-title {
	padding-top: 10px;
}

#site-title img {
	width:100%;
	max-width:300px;
}

#site-description {
	position: absolute;
	top: 15px;
	left: 205px;
	width: 440px;
	font-size: 10px;
	line-height:150%;
	color: #9ca4ab;
}

#sns{
	position:fixed;
	top:10px;
	right:50px;
	margin:0;
	padding:0;
	z-index:99999999;
	height:32px;
}
#sns li{
	margin:0 5px 0 0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	border-radius:50%;
	float:left;
}
#sns li a{
	display:block;
	width:32px;
	height:32px;
	overflow:hidden;
	text-indent:999999px;
}

#sns li#twitter{width:32px; height:32px; background: #ffffff url("../img/common/twitter.png") 6px 6px no-repeat;}
#sns li#facebook{width:32px; height:32px; background: #3b5998 url("../img/common/facebook.png") 6px 6px no-repeat;}

#sns li#twitter,
#sns li#facebook{
	background-size: 20px 20px;
}



#utility{
	position: absolute;
	top:15px;
	right:20px;
	margin:0;
	padding:0;
}
#utility li{
	display:inline-block;
	margin:0;
	padding:0 0 0 20px;
	list-style-type:none;
}
#utility li a{
	display:block;
	height:0;
	overflow:hidden;
	padding-top:18px;
}

header h1 {
	display:inline-block;
	margin-left:10px;
}


/* ============================
   menu
/* ============================ */
#access {
	position: absolute;
	bottom:6px;
	right:0;
	width:70%;
	height:28px;
}
#access .menu-header ul{
	list-style: none;
	margin: 0;
	padding:0;
	letter-spacing: -0.4em;
}
#access .menu-header ul > li{
	width:25%;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0 0 0 0;
	padding:0;
	position:relative;
	text-align:center;
}

#access .menu-header li ul li{
	border:none;
}

#access .menu-header li:nth-last-of-type(1){
	padding:0;
}

#access .menu-header li a{
	display: block;
	width:100%;
	height:26px;
	overflow:hidden;
	text-align:center;
	line-height:26px;
	border:1px solid #354b64;
	border-color:transparent;
	border-radius:6px;
	
	text-decoration:none;
	color:#fff;
	-webkit-transition: border 0.5s ease-out;
	-moz-transition: border 0.5s ease-out;
	-ms-transition: border 0.5s ease-out;
	transition: border 0.5s ease-out;
}

#access .menu-header li:hover a,
#access .menu-header li a:hover{
	border:1px solid #fff;
	opacity:1;
	
}


#access ul.sub-menu {
	margin:0;
	padding:13px 0 0;
	z-index: 99;
	display: none;
	position: absolute;
	top: 26px;
	left: 5%;
	width: 90%;
	/*background	: #7c7c7c;*/
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
	background: #3c3c3c url(../img/menu_sankaku.png) top center no-repeat;
}
/*
#access ul.sub-menu ul {
	left: 100%;
	top: 0;
}
*/
#access ul.sub-menu li {
	width:100%;
	min-width: 155px;
	border-top: 1px solid #999;
	padding:0;
}

#access ul.sub-menu li span{
	display:inline-block;
}

#access ul.sub-menu li a {
	color: #fff;
	padding: 15px 0;
	width:100%;
	height: auto;
	text-indent: 0;
	text-decoration:none;
	background-color: #3c3c3c;
	background-image: none !important;
	border:none !important;
	border-radius:0;
	
}

#access ul.sub-menu li a:hover {
	background: #2ab7ca !important;
}
/*
#access ul li:hover > a,
#access ul ul :hover > a {
	color		: #fff;
}
*/
#access ul li:hover > ul {
	display: block;
}
#access ul li > ul li > a {
	color: #fff;
	font-size:12px;
	line-height:1.3em !important;
}

/*
#access ul.sub-menu li.current_page_item > a,
#access ul.sub-menu li.current-menu-ancestor > a,
#access ul.sub-menu li.current-menu-item > a,
#access ul.sub-menu li.current-menu-parent > a {
	color: #fff;
	background	: #929292;
}
* html #access ul.sub-menu li.current_page_item a,
* html #access ul.sub-menu li.current-menu-ancestor a,
* html #access ul.sub-menu li.current-menu-item a,
* html #access ul.sub-menu li.current-menu-parent a,
* html #access ul.sub-menu li a:hover {
	color: #fff;
	background	: #929292;
}

*/


.mean-bar {
	background-color:#09F;
	}



/****メニュー全体****/

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}


#menu-wrapper #hamburger-menu {
    position: relative;
	position:fixed;
    width: 25px;
    height: 20px;
    margin: 15px;
	top:10px;
	right:10px;
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: white;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding-top: 0px;
    padding-bottom: 0px;
	background-color:#6d6d6d;
}

#menu-container .menu-list .menu-submenu li{
	padding:0;
   
}


#menu-container .menu-list .menu-submenu li a{
	display:block;
	 padding: 5px 20px;
	 font-size:14px;
	 line-height:1.4em;
}


#menu-container .menu-list .menu-submenu li a:hover{
	background-color:#F90;
}

#menu-container .menu-list {
    padding-left: 0;
	margin:0 0 0 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    background: #3c3c3c;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
	top:80px;
    right: -100%;
}

#menu-container .menu-list a {
	color:#fff;
}


/*
.home #menu-container .menu-list {
	margin:78px 0 0 0;
}
*/
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
	border-top: 1px solid #6c6c6c;
}
/*
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
*/

#menu-container .menu-list li a {
	text-decoration:none;
	display:inline-block;
}
#menu-container .menu-list li a:hover {
	color:#fff;
}


.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
	background-color: #666;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle:hover {
  background:#F93;
}

.accordion-toggle:hover a {
  color:#fff;
}

.accordion-toggle.active-tab {
  background: #2ab7ca;
  transition: all 0.3s ease;
}

.accordion-toggle.active-tab a {
	color:#fff;
}

.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #fff !important;
}

.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}

/*** メインエフェクト ***/

/* ============================
   mainimage
/* ============================ */
#mainimage {
	width: 100%;
	min-width:1000px;
	position: relative;
}
#maincopy {
	z-index:10;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;

}
#maincopy_t{
	/*min-width:950px;*/
	width:96%;
	margin:0;
	text-align:left;
	line-height:2em;
	font-size:18px;
	color:#fff;
	padding:90px 5% 0;
	text-shadow:0px 0px 10px rgba(0,0,0,0.43);
	-moz-text-shadow:0px 0px 10px rgba(0,0,0,0.43);
	-webkit-text-shadow:0px 0px 10px rgba(0,0,0,0.43);
}
#maincopy_t img{
	width:36%;
	min-width:200px;
	display:block;
	margin:0 0 5% 0;
}

.flexslider .slides > li{
	padding-top:43%;
	height:0;
	overflow: hidden;
	background-position:bottom center;
	background-repeat:no-repeat;
	background-size:100%;
	
}

/* flexslider.css 上書き */
#mainimage .flex-control-nav {
	margin-bottom: 0;
	bottom: 2px;
}
#mainimage .flex-direction-nav li a{
	width: 30px;
	height: 30px;
}
#mainimage .flex-direction-nav li a.prev{
	background-position: 0 0;
	left: -72px;
}
#mainimage .flex-direction-nav li a.next{
	background-position: 0 -30px;
	right: -72px;
}
#mainimage .flex-direction-nav li a:hover{
	top: 50.5%;
}


/* ============================
   pankuzu
/* ============================ */
#pankuzu{
	color:#757b81;
	width:100%;
	max-width:1010px;
	margin:0 auto 20px;
	padding:10px 0 10px 10px;
	font-size:12px;
}
#pankuzu a{
	color:#757b81;
	display:inline-block;
}

#pankuzu a.home:before{
	
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url("../img/common/icon_home.gif") no-repeat center center;
	background-size:contain;
	margin:0 3px 0 0;
	background-position:bottom left;
}

/* ============================
   content
/* ============================ */
#main {
	width:100%;
	min-width:320px;
	min-width:602px;
	clear: both;
	padding: 0;
	position: relative;
	margin-bottom:20px;
	zoom:1;
}

#main:after{content : ''; display : block; clear : both;
}

#content,
#content input{
	font-size: 14px;
	line-height: 2;
	color:#222;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin: 0 0 15px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin: 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 {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h1.entry-title{
	font-weight: bold;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 20px;
	border-bottom:3px solid #ededed;
	padding: 0 0 5px 5px;
}
#content h2{
	background: none;
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
	font-size: 24px;
	position: relative;
	line-height:1.3em;
}
#content h2 span{
	vertical-align:middle !important;
	line-height:none !important
}
#content h3{
	font-size: 18px;
	margin: 0 0 15px 0;
	padding:10px 15px;
	border:solid 1px #d1d1d1;
	background-color:#f2f2f2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	clear:both;
}
#content h4{
	font-size: 30px;
	font-size: 2vw;
	margin:0;
	padding:10px 0;
}
#content h5{
	font-size: 15px;
	margin:10px 5px 0 5px;
	padding:6px 10px 5px 10px;
	border:dotted 1px #c7cdd4;
}

/* テーブル
----------------------------- */

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	text-align: left;
	width: 100% !important;
	border-collapse:collapse;
	box-sizing:border-box;
}
#content table tr th {
	font-weight: normal;
	line-height: 18px;
	padding: 15px 20px;
	border: 1px solid #e7e7e7;
	background: #f5f5f5;
	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: 1px solid #e7e7e7;
	padding: 15px 20px;
}

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

/* トップページ
----------------------------- */
#title_business{
	padding:20px 0;
	text-align:center;
}
#title_business h3{
	margin:0;
	padding:0;
}
#title_business p{
	font-size:15px;
	color:#0d386b;
	margin:0;
	padding:0;
}

/*カルーセル表示*/
.wideslider {
	width: 100%;
	/*min-width:1000px;
	height: 600px;
	height:500px;*/
	text-align: left;
	position: relative;
	overflow: hidden;
	background-color:#e2e2e2;
}
.wideslider ul{
	margin:0 -80px 0 80px;
	width: 100%;
	letter-spacing: -.40em;
	padding:30px 0 0 0;
}
.wideslider ul li {
	width:420px;
	margin:0;
	padding:0;
	display: inline-block;
	vertical-align: top; 
	text-align: center;
	letter-spacing: normal;
}
.wideslider ul li .bs{
	width:380px;
	margin:0 auto;
	padding:45px 0 40px 0;
	border:solid 1px #ccc;
	background-color:#fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position:relative;
}

.wideslider ul li .bs span.new{
	display:block;
	position:absolute;
	top:-12px;
	left:5px;
	width:70px;
	height:70px;
}
.wideslider ul li .bs span.new img{
	width:100%;
	display:block;
}

.wideslider ul li .bs img{
	width:100%;
}

.bs .business_title{
	height:50px;
	margin:0;
	padding:20px 0 10px;
	/*background-color:#3C9;*/
}
.bs h3{
	color:#0d386b;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
	line-height:1em;
}
.bs p{
	text-align:left;
	padding:0 25px;
	line-height:1.5em;
}
.bs .text{
	height:5em;
}
.bs .more{
	padding:25px 0 0 0;
}
.bs .more a{
	color:#fff;
	font-size:14px;
	margin:0 auto;
	padding:10px 0;
	display:block;
	width:250px;
	background-color:#2ab7ca;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.bs .more a:hover{
	background-color:#a6aeb6;
}
.bs .more a img{
	width:1em !important;
	margin-right:5px;
	vertical-align:middle;
}

.bs .more2 .more a{
	display:inline-block;
	width:150px;
	margin:0 5px;
}

.bs .more a:hover img,
.bs .more2 a:hover img{
	opacity: 1;
}


.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:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	background:url("../img/common/top/icon_slider_prev.png") right center no-repeat #e2e2e2;
}
.slider_next:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	background:url("../img/common/top/icon_slider_next.png") left center no-repeat #e2e2e2;
}


.pagination {
	display:none;
}
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

/*お知らせ*/
#news{
	float:left;
	/*width:805px;*/
	width:100%;
	padding:40px 0;
	position: relative;
}
#content #news h2{
	font-size:30px;
	border:none;
}
#news .go_news{
	position: absolute;
	top:40px;
	right:0;
}
#news .go_news a{
	color:#000;
	font-size:12px;
	display:inline-block;
	padding:5px 20px 5px 40px;
	text-decoration:none;
	border-right:solid 5px #ebebeb;
	border-bottom:solid 5px #ebebeb;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:url("../img/common/icon_arrow_maru.png") 20px 11px no-repeat;

}
#news .go_news a:hover{
	background-color:#ebebeb;
	border-color:#dadada;
}
#news ul{
	margin: 0;
	padding:0;
	list-style: none;
}
#news ul li{
	margin: 0 0 5px 0;
	padding: 0 10px 5px 10px;
	border-bottom: 1px dotted #bfbfbf;
	vertical-align:top !important;
	position:relative;
}
#news .date{
	margin-right:15px;
	vertical-align:top !important;
	position:absolute;
	top:0;
	left:0;
}

#news .title{
	display:inline-block;
}
#news .title{
	display:inline-block;
	width:100%;
	padding-left:8em;
	line-height:1.4em;
	/*max-width:860px;*/
	/*padding-right:100px;*/
	/*white-space:nowrap;*/
	/*overflow: hidden;*//* "overflow" の値は "visible" 以外のものを指定する */ 
	/*-o-text-overflow: ellipsis;*//* Opera 9-10 */
	/*text-overflow:ellipsis;*//* IE, WebKit (Safari, Chrome), Firefox 7, Opera 11 */
}


#news .press{
	padding-right:110px;
	background-image:url(../img/common/pr.png);
	background-position:center right;
	background-repeat:no-repeat;
	background-size:6em auto;
	}

#news span.title + img{
	right:5px;
	position:absolute;
}

/*
#news .title:after {
      content : url(../img/common/pr.png) ;
      display: block;
}
*/
#news .new{
	position: absolute;
	top:-10px;
	left:10px;
}

#news .pr{
	width:80px !important;
	margin:0 0 0 1em !important;
	padding:0 !important;
	display:inline-block;
	vertical-align:top !important;
}

#news .cate{
	margin-right:15px;
}
.cate a{
	font-size: 12px;
	color: white;
	padding: 2px 8px;
	white-space: nowrap;
	background: #a4a4a4;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
}

.bnr_selection{
	/*width:1000px;*/
	width:100%;
	text-align:left;
	font-size:12px;
	padding-bottom:20px;
	clear:both;
}
.bnr_selection a.bnr{
	display:block;
}
.bnr_selection a.bnr img{
	vertical-align:bottom;
	width:100%;
	display:block;
}

/*ニュース用*/
.bnr_selection_s{
	text-align:center;
	padding:20px 0;
}
.bnr_selection_s a.bnr{
	display:block;
}
.bnr_selection_s a.bnr img{
	width:100%;
	vertical-align:bottom;
}




/* コンテンツページ
----------------------------- */
.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;
	width:100%;
}
#content .wp-pagenavi .pages{
	background: #666;
	border: 1px solid #666;
	color: #fff;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span{
	padding: 6px 10px;
	margin-right:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	background: #f2f2f2;
	text-decoration:none;
	
	border: 1px solid #fff;
}
#content .wp-pagenavi a:hover{
	background: #ccc;
	border: 1px solid #666;
}
#content .wp-pagenavi span.current,
#content .wp-pagenavi span.select{
	background: #0080CC;
	color: #fff;
	border: 1px solid #0080CC;
}

/* ページネーション　タイプ：[<前へ] [次へ>] */
#nav-below{
	position: relative;
	overflow: hidden;
	padding: 7px 0;
	margin: 20px auto 10px;
}
#nav-below .nav-previous{
	float: left;
	width: 50%;
}
#nav-below .nav-next{
	float: right;
	text-align: right;
	width: 50%;
}

#nav-below .nav-previous a,
#nav-below .nav-next a{
	display:inline-block;
}

#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;
	overflow:hidden;
}

.entry-list .date{
	float:left;
	width:16%;
}

.entry-list .title{
	float:right;
	width:84%;
	line-height:1.6em;
}

.entry-list .title a{
	display:block;
}


.news .entry-content img {
	width:100%;
}

.news #otoiawasesaki {
	width:100%;
	border:1px solid #ccc;
	padding:15px 20px;
}

.news #otoiawasesaki ul{
	margin:0;
	padding:0 0 0 0.5em;
}
.news #otoiawasesaki ul + ul,
.news #otoiawasesaki ul + b{
	margin-top:30px;
	display:block;
}

.news #otoiawasesaki ul li{
	list-style:none;
}

.news .swf .none{
	display:none;
}
.news .swf .select{
	display:block;
	background-color:#F33;
}

/* 社長挨拶・経営理念
----------------------------- */
/*
#t_img{
	padding-bottom:20px;
}
.p_aisatsu{
	padding:0 10px;
	font-size:16px;
	line-height:2.2;
}
#p_name{
	padding-bottom:30px;
	text-align:right;
}
#p_name span{
	display:block;
	font-size:14px;
}
#syakun,#rinen,#point{
	list-style-type:none;
	margin:0;
	padding:0 0 10px 20px;
	font-size:20px;
	line-height:2.2;
}
#syakun li,#rinen li,#point li{
	margin:0;
	padding:2px 0;

}
#motto{
	margin:0;
	padding:10px 0 30px 0;
}
#motto dt{
	height:50px;
	width:12%;
	float:left;
	font-size:22px;
	font-weight:normal;
	line-height:50px;
	text-align:center;
	margin:0;
	padding:0;
	white-space:nowrap;
}
#motto dd{
	font-size:20px;
	height:50px;
	float:left;
	width:85%;
	margin:0;
	padding:0;
	line-height:50px;
	white-space:nowrap;
}
#kensyu_photo{
	list-style-type:none;
	letter-spacing: -.40em;
	margin:0;
	padding:0 0 20px 0;
	text-align:center;
}
#kensyu_photo li{
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	padding:10px;
}
*/

/* 沿革
----------------------------- */
/*
#content table#history{
	border:none;
}
#content table#history th{
	width:1px;
	padding-right:30px;
	text-align:right;
	white-space:nowrap;
	border:none;
	border-top:solid 1px #dadada;
}
#content table#history td{
	background-color:#fff;
	border:none;
	border-top:dotted 1px #c7cdd4;
}
#content table#history th:nth-last-of-type(1){
	border-bottom:solid 1px #dadada;
}
#content table#history td:nth-last-of-type(1){
	border-bottom:dotted 1px #c7cdd4;
}
*/


/* 営業所案内
----------------------------- */
ul.office{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.office li{
	margin:0;
	padding:20px 0;
	zoom:1;
	border-bottom:1px dotted #c7cdd4;
}
ul.office li:after{content : ''; display : block; clear : both;}

.gmap{
	width:400px;
	height:300px;
	float:right;
	margin:0 0 0 30px;
	background-color:#f0ede5;
}
ul#foreign li{
	padding:0 0 10px 0;
	border:none;
}
#content ul.office table{
	width:350px;
}
#content ul.office table td{
	font-size:13px;
	padding:7px 10px;
	white-space:nowrap;
}


/* 事業紹介
----------------------------- */
#content #business h2{
	color:#0d386b;
	font-size:37px;
	line-height:130%;
	margin:0;
	padding:0 0 20px 0;
	border:none;
	position: relative;
}


@media (max-width: 519px){
#content #business h2{
	font-size:7vw;
}

}


#content #business h2 img{
	position: absolute;
	z-index:10;
}

h2#tit_energy img#icon{right:-45px;bottom:20px;}
h2#tit_suisan img#icon{right:20px;top:7px;}
h2#tit_numazu img#icon{right:-45px;top:-15px;}
h2#tit_marine img#icon{right:-45px;bottom:20px;}
h2#tit_eel img#icon{right:-45px;bottom:20px;}
h2#tit_tcc img#icon{right:-45px;bottom:20px;}
h2#tit_solar img#icon{right:-30px;bottom:-10px;}

#content p.topcopy{
	padding-left:1em;
}
#content ul.photolist{
	margin:0;
	padding:10px 0 30px 0;
	letter-spacing: -.40em;
}
#content ul.photolist li{
	margin:0;
	padding:0 5px 20px 5px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
#content ul.photolist li img{
	display:block;
}
#content ul.photolist li p{
	margin:0;
	padding:0 0 0 22px;
	background:url("../img/common/icon_photo.jpg") 0 6px no-repeat;
}

.itemlist{
	font-size:18px;
	padding-left:2em;
	width:70%;
	display:block;
}

.itemlist span{
	font-size:15px;
}
.itemlist li.fl{
	float:left;
	margin-right:60px;
}

.itemlist li{
	line-height:1.4em;
	margin-bottom:1em;
}

.pagelist{
	text-align:center;
	margin:0;
	padding:0;
	list-style-type:none;
	letter-spacing: -.40em;
	background:url("../img/common/bg_pagelist.gif") left bottom repeat-x;
}
.pagelist li{
	margin:0 5px;
	padding:0;
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: normal;
	background-color:#f3f3f3;
	border:solid 2px #dbdbdb;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;

}
.pagelist li.in{
	background-color:#fff;
	border-bottom:none;
}
.pagelist li a{
	width:320px;
	position: relative;
	line-height:35px;
	display:block;
	color:#222;
	text-decoration:none;
}
.pagelist li a img{
	position: absolute;
	left:15px;
	top:-8px;
}

.pagelist li a:hover{line-height:40px;}
.pagelist li.in a{line-height:42px;}

.nextpage{
	text-align:right;
}
.backpage a,
.nextpage a{
	font-size:16px;
	color:#222;
	text-decoration:none;
	display:inline-block;
	width:300px;
	line-height:50px;
	text-align:center;
	border:solid 2px #dbdbdb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:url("../img/common/icon_nextpage.png") 270px 20px no-repeat;
}
.backpage a{
	background:url("../img/common/icon_backpage.png") 20px 20px no-repeat;
}
.backpage a:hover,
.nextpage a:hover{
	background-color:#f3f3f3;
}

/* 160318 環境エネルギー部_取扱いラインナップ */
#content .lineup-profileBox {
	position: relative;
	margin: 0 0 50px 0;
	height: 250px;
	text-align: center;
}
	#content .lineup-profileBox p {
		line-height: 250px;
	}
	#content .lineup-profileBox .btn {
		position: absolute;
		right: 10px;
		bottom: 10px;
		padding-bottom: 0;
	}
		#content .lineup-profileBox .btn a {
			width: 15em;
		}

#content .lineupBox {
	margin-bottom: 30px;
	padding-top: 10px;
}
	#content .lineupBox .imgBox {
		float: left;
	}
	#content .lineupBox .textBox {
		float: right;
		width: 50%;
	}
		#content .lineupBox h4 {
			margin-top: 0;
			padding-top: 0;
			padding-bottom: 15px;
			line-height: 1.3em;
		}
		#content .lineupBox p {
			line-height: 1.8em;
		}
		#content .lineupBox .btn {
			padding-bottom: 10px;
		}
		#content .lineupBox .btn_green a:hover {
			background-color: #a6aeb6 !important;
		}
		#content .lineupBox .btn_green a {
			background-color: #65aa11;
		}
			#content .lineupBox .btn a {
				width: 15em;
			}


/*高知支店*/
#content .kochi h5{
	margin:30px 0 20px 0;
}
.kochi .flow{
}
.kochi .flow li{
	font-size:16px;
	padding:15px 15px 15px 5px;
	zoom:1;
	border-bottom:dotted 1px #bfbfbf;
}
.kochi .flow li:after{
	content : '';
	display : block;
	clear : both;
}
.kochi .flow li a{
	display:block;
	float:right;
	width:150px;
	margin-left:30px;
}
.kochi .flow li a img{
	vertical-align:bottom;
	border:solid 3px #d1d1d1;
}


/*tcc*/
#ss h4{
	line-height:1.3em;
}
.cosmo, .shell{
	vertical-align:text-top;
	margin-right:5px;
}

#ss .free{
	margin:-10px 0 30px 0;
	line-height:2em;
}
#ss .free b{
	display:block;
	font-size:30px;
	padding:0 0 0 43px;
}

#stand-type span,
#ss h4 span{
	text-align:center;
	vertical-align:middle;
	color:#fff;
	display:inline-block;
	font-size:15px;
	line-height:1.7em;
	margin:0 0 0 5px;
	padding:0 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#ffa800;
}
#stand-type span.self,
#ss h4 span.self{
	background-color:#3678C6;
}

#stand-type{
	margin:0;
	padding:0;
}
#stand-type li{
	margin:0;
	padding:0;
	list-style:none;
}
#stand-type li span{
	width:50px;
}

/* プレミアムセレクション
----------------------------- */
.selection .pdf{
	margin:10px 0 0 0;
}
.selection .pdf a{
	display:block;
	padding:10px 10px 10px 55px;
	border:solid 3px #dae3f1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:url("../img/common/icon_pdf.png") 15px 8px no-repeat;
}
.selection .pdf a:hover{
	background-color:#eff5ff;
	border-color:#b0cffe;
}
.excel{
	margin:10px 0 0 0;
}
.excel a{
	display:block;
	padding:10px 10px 10px 55px;
	border:solid 3px #dae3f1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:url("../img/common/icon_excel.png") 15px 8px no-repeat;
}
.excel a:hover{
	background-color:#eff5ff;
	border-color:#b0cffe;
}
.selection .entry-social{
	margin-top:40px;
}

/* お問い合わせ
----------------------------- */
#content .entry-content .wpcf7 table tr th{
	width: 200px;
	vertical-align: middle;
	background: #f2f2f2 url(../img/common/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(../img/common/icon_neccesary.gif) 160px center no-repeat;
}
#content .wpcf7 table input {
	/*width: 250px;*/
	margin: 0 5px 8px 0;
}

#content .wpcf7 table input[type="radio"]{
	width: auto !important;
	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: 0;
	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;}	

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

/* 送信・確認ボタン */

#content .btn_submit input,
#content .wpcf7-submit{
	display:inline-block;
	margin:0 auto;
	padding:10px 2em 10px 2.5em;
	color:#fff;
	font-size:14px;
	letter-spacing:0.5em;
	text-align:center;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#0d386b;
	border:none;
}
#content .btn_submit input:hover,
#content .wpcf7-submit:hover{
	background-color:#a6aeb6;
}

/* コンクリーン
----------------------------- */
/*製品紹介*/
#content #concreencustomer{
	margin:0;
	padding:0 0 20px 0;
}
#content #concreencustomer li{
	margin:0;
	padding:0 0 0 35px;
	list-style:none;
	font-size:18px;
	background:url("../img/common/icon_ex.png") 1% 49% no-repeat;
	
}

#content .concreenlist{
	margin:0;
	padding:0;
	letter-spacing: -.40em;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#content .concreenlist li{
	/*width:385px;*/
	width:100%;
	margin:0 0 10px 0;
	padding:20px 0;
	list-style:none;
	/*display: inline-block;*/
	vertical-align: top;
	letter-spacing: normal;
	border:solid 1px #dadada;

/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f1f1f1), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 88%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 88%);
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 88%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 88%);
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 88%);*/

}
#content .concreenlist li:nth-child(2n+1){
/*	margin-right:20px;*/
}
#content .concreenlist li .itemimg{
	float:left;
	width:140px;
	padding-left:20px;
}
#content .concreenlist li .itemimg img{
	width:120px;
	height:auto;
}
#content .concreenlist li .itemtext{
	float:right;
	width:610px;
	padding-right:20px;
	position: relative;
}
#content .concreenlist li .itemtext .cate{
	position: absolute;
	right:20px;
	top:-5px;
}
#content .concreenlist li .itemtext .title{
	display:block;
	font-size:22px;
	line-height:1.5em;
	font-weight:normal;
	padding:0 0 10px 0;
}
#content .concreenlist li .itemtext p{
	font-size:13px;
	line-height:1.5em;
	margin:0;
	padding:0;
}
/*
#content .concreenlist li .itemtext p{
	font-size:13px;
	line-height:1.8em;
	margin:0;
	padding:0;
}
*/
#content .concreenlist li .itemtext .more{
	display:block;
	padding-top:10px;
}
#content .concreenlist li .itemtext .more a{
	color:#fff;
	font-size:13px;
	line-height:30px;
	padding:0 20px 0 35px;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:url(../img/common/icon_arrow_maru_shiro.png) 15% 52% no-repeat #0d386b;
	background-size:auto 45%;
}
#content .concreenlist li .itemtext .more a:hover{
	background-color:#a6aeb6;
}
#content .concreenother{
	padding:10px 0 0 0;
}
#content .concreenother ul{
	margin-top:-20px;
}


#content .concreenPage p + h4 {
	margin-top: 25px;
}
#content .concreenPage h4 {
	color: #0d386b;
	margin: 0;
	padding: 0 0 10px 0;
}
#content .concreenPage p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.7em;
}
#content .concreenPage .mainImg {
	text-align: center;
	margin: 30px 0;
	padding: 30px 0 50px 0;
}
	#content .concreenPage .mainImg img {
		/*box-shadow: 1px 1px 10px 0px #ccc;
		-webkit-box-shadow: 1px 1px 10px 0px #ccc;
		-moz-box-shadow: 1px 1px 10px 0px #ccc;
		padding: 5px;*/
		vertical-align: bottom;
	}
#content .concreenPage h3 {
	margin-top: 50px;
}

/*MSDS*/
#msdslogin{
	text-align:center;
	padding:50px 0;
}
.pdflist{
	margin:0;
	padding:0;
}
.pdflist li{
	margin:0;
	padding:0 5px 10px 5px;
	list-style:none;
}
.pdflist li a{
	display:block;
	padding:10px 10px 10px 55px;
	border:solid 3px #dae3f1;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:url("../img/common/icon_pdf.png") 15px 8px no-repeat;
}
.pdflist li a:hover{
	background-color:#eff5ff;
	border-color:#b0cffe;
}




/* サイトマップ
----------------------------- */
.sitemap a{
	text-decoration:none;
}
.sitemap  a:hover{
	text-decoration:underline;
}

.sitemap ul{
	margin: 0 0 0 14px !important;
	list-style: none;
}

.sitemap ul li:after{content : ''; display : block; clear : both;}

.sitemap .grid p a{
	display: inline-block;
	font-weight: bold;
	padding:0 0 0 18px;
	font-size: 16px;
	clear: none;
	background: url("../img/common/icon_arrow_maru.png") 0px 8px no-repeat;
}
.sitemap ul li a{
	font-weight: normal;
	font-size: 16px;
	min-width: auto;
	margin-bottom: 0;
	float: none;
	clear: both;
	padding: 0 0 0 18px;
	background: url("../img/common/listmark01.png") 7px 5px no-repeat;
	height: auto;
	line-height: 22px;
	display:block;
}


#masonry {  
width:100%;
padding:10px;
overflow:auto; 
}  

.grid {
width:360px;
margin:5px;
padding:10px;
float:left;
background:#fff;
color:#fff;
display:inline;

border:1px solid #ddd;
border-radius:10px;
}
.grid p {
	margin:0 !important;
}

.grid p + ul {
	margin:5px 0 0 14px !important;
}

/* ============================
   sidebox
/* ============================ */
#sidebox{
	text-align:center;
}
#sidebox h2{
	font-size:30px;
	line-height:1.3em;
	letter-spacing:0.3em;
	width:1em;
	margin:0 auto;
	padding:20px 20px 20px 0;
	/*writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	*/
}

#sidebox #sidemenu{
	margin-top:30px;
	margin-bottom:30px;
}
#sidebox #sidemenu ul{
	margin: 0;
	list-style: none;
	text-align:left;
}
#sidebox #sidemenu ul li{
	padding-right:10px;
}
#sidebox #sidemenu ul li.current_page_item{
	background:url("../img/common/bg_in.png") 179px 19px no-repeat;
}
#sidebox #sidemenu ul li a{
	font-size:13px;
	line-height:1;
	color: #000;
	display: block;
	padding: 18px 0 18px 25px;
	text-decoration: none;
	background:url("../img/common/icon_arrow_maru.png") 7px 18px no-repeat;
	border-top: 1px solid #dadada;
}

#sidebox #sidemenu ul li{
	letter-spacing:0.05em;
	transition: letter-spacing 0.1s linear;
	-webkit-transition: letter-spacing 0.1s linear;
}

#sidebox #sidemenu ul li:hover{
	/*letter-spacing:0.2em;*/
}

/*
#sidebox #sidemenu ul#menu-business>li:nth-child(1)>a,
#sidebox #sidemenu>ul>li:nth-child(1)>a{
	border-top: 1px solid #dadada;
}
*/

#sidebox #sidemenu ul#menu-business>li:last-child>a,
#sidebox #sidemenu>ul>li:last-child>a{
	border-bottom: none;
}

#sidebox #sidemenu ul li.menu-item-has-children a,
#sidebox #sidemenu ul li.page_item_has_children a{
	border: none;
}
#sidebox #sidemenu ul li a:hover{
	background-color: #2ab7ca;
	color:#fff;
	background-image:url("../img/common/icon_arrow_maru_in.png");
	border-top: 1px solid #2ab7ca;
}


/*表示メニュー*/

#sidebox #sidemenu ul{
	display:none;
}

body.corp #sidebox #sidemenu ul#corporation,
body.aisatsu #sidebox #sidemenu ul#corporation,
body.patent #sidebox #sidemenu ul#corporation,
body.privacy #sidebox #sidemenu ul#corporation,
body.topic #sidebox #sidemenu ul#corporation{
	display:block;
}

body.logoq #sidebox #sidemenu ul#business,
body.web #sidebox #sidemenu ul#business,
body.stirlingengine #sidebox #sidemenu ul#business,
body.magneticpyrolysis #sidebox #sidemenu ul#business
{
	display:block;
}
body.qr_kensa #sidebox #sidemenu ul#package,
body.pospic #sidebox #sidemenu ul#package,
body.omikuji #sidebox #sidemenu ul#package{
	display:block;
}

body.news #sidebox #sidemenu ul#news-list{
	display:block;
}

/*メニューセレクト*/
body.logoq #sidebox #sidemenu ul li.navi_logoq>a,
body.corp #sidebox #sidemenu ul li.navi_corp>a,
body.aisatsu #sidebox #sidemenu ul li.navi_aisatsu>a,
body.patent #sidebox #sidemenu ul li.navi_patent>a,
body.qr_kensa #sidebox #sidemenu ul li.navi_qr_kensa>a,
body.pospic #sidebox #sidemenu ul li.navi_pospic>a,
body.omikuji #sidebox #sidemenu ul li.navi_omikuji>a,
body.privacy #sidebox #sidemenu ul li.navi_privacy>a,
body.sitemapy #sidebox #sidemenu ul li.navi_sitemap>a,
body.web #sidebox #sidemenu ul li.navi_web>a,
body.stirlingengine #sidebox #sidemenu ul li.navi_stirlingengine>a,
body.magneticpyrolysis #sidebox #sidemenu ul li.navi_magneticpyrolysis>a{
	color:#fff;
	background-color: #0d386b;
	background-image:url("../img/common/icon_arrow_maru_in.png");
	border-top: 1px solid #0d386b;
}
body.logoq #sidebox #sidemenu ul li.navi_logoq>a:hover,
body.corp #sidebox #sidemenu ul li.navi_corp>a:hover,
body.aisatsu #sidebox #sidemenu ul li.navi_aisatsu>a:hover,
body.qr_kensa #sidebox #sidemenu ul li.navi_qr_kensa>a:hover,
body.web #sidebox #sidemenu ul li.navi_web>a:hover,
body.stirlingengine #sidebox #sidemenu ul li.navi_stirlingengine>a,
body.magneticpyrolysis #sidebox #sidemenu ul li.navi_magneticpyrolysis>a{
	border-top: 1px solid #0d386b;
}


#sidebox #sidemenu ul li.current_page_item>a{
	color:#fff;
	background-color: #0d386b;
	background-image:url("../img/common/icon_arrow_maru_in.png");
}

#sidebox #sidemenu ul li li.current_page_item>a{
	background-image:url("../img/common/icon_arrow_in.png");
}

/*サブ*/
#sidebox #sidemenu ul ul{
	margin:0 0 0 25px;
	border-top: 1px dotted #dadada;
}
#sidebox #sidemenu ul ul li{
	padding:0;
}
#sidebox #sidemenu ul ul li a{
	font-size:12px;
	padding: 12px 0 12px 18px;
	background:url("../img/common/icon_arrow.png") 8px 14px no-repeat;
	border:none;
}



/*サイドバナー*/
#sidebox .sidebanner{
	width:180px;
	margin:0 0 15px !important;
	padding:0;
	text-align:center;
}
#sidebox .sidebanner ul{
	margin:0;
	padding:0;
}

#sidebox .sidebanner ul li{
	list-style:none !important;
	margin:0 0 5px;
	padding:0;
	border:1px solid #ccc;
	border-radius:5px;
	overflow:hidden;
}
#sidebox .sidebanner ul li img{
	width:100%;
	display:block;
}


#sidebox .sidebanner ul li#patent{
	background-color:#fff;
	padding:10px 0;
	line-height:1.4em;
	color:#eb6300;
}
#sidebox .sidebanner ul li#patent p{
	margin:5px 0 0 !important;
}
#sidebox .sidebanner ul li#patent p#count{
	margin:10px 0 !important;
	background-color:#f6f5ed;
	font-size:20px;
	font-weight:bold;
	color:#c83a33;
	line-height:normal;
}
#sidebox .sidebanner ul li#patent p#count span{
	font-size:60px;
	font-family:Verdana, Geneva, sans-serif;
	
}

#sidebox .sidebanner ul li#patent a{
	text-decoration:none;
	color:inherit;
	display:block;
	
}

#sidebox .sidebanner ul li#patent a:hover p#count{
	color:#75c4e1;
	
}


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

/* ============================
   bannerarea
/* ============================ */
#bannerarea{
	width:100%;
	background-color:#e2e2e2;
}
#bannerarea ul{
	text-align:center;
	margin:0;
	padding:40px 0 30px 0;
	letter-spacing: -.40em;
}
#bannerarea li{
	display: inline-block;
	margin:0;
	padding:0 10px;
	list-style-type:none;
	vertical-align: top;
	letter-spacing: normal;
}
#bannerarea li h3{
	display:none;
}

/* ============================
   pagetop
/* ============================ */
.pagetop {
	position: fixed;
	right: 10px;
	top: 50%;
	z-index: 9000;
}
.pagetop a {
	display:block;
	width:66px;
	height:66px;
	overflow:hidden;
	margin-bottom:10px;
	background:#0d386d url("../img/common/up.png") 0 0 no-repeat;
	border-radius:50%;
	text-indent:-9999px;
}

.pagetop a + a {
	background:#0d386d url("../img/common/down.png") 0 0 no-repeat;
	margin-bottom:0;
}

.pagetop a:hover {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}


/* ============================
   footer
/* ============================ */
#colophon{
	width:100%;
}
.home #colophon{
	width:100%;
}
.f_box {
	max-width:1000px;
	margin:0 auto;
	position: relative;
}

#footer{
	width:100%;
	padding-top:70px;
}
#footer .f_box{
	padding-bottom:40px;
}

#footerinfo{
	float:left;
	width:380px;
	padding-top:20px;
}
#footerinfo img#gaikan{
	display:block;
	float:left;
}
#footerinfo #fi_right{
	width:220px;
	float:right;
}
#footerinfo p img{
	display:block;
	margin-bottom:10px;
}
#footerinfo .btn{
	padding:0 5px;
}
#footerinfo .btn img{
	vertical-align:text-top;
	margin:1px 7px 0 0;
}

#footermenu{
	float:right;
	width:590px;
	border-left: 1px dotted #aaa;
	letter-spacing: -0.4em;
	margin: 0 0 10px;
	padding:20px 0 20px;
}
#footermenu ul{
	margin: 0;
	padding:0;
	list-style: none;
}
#footermenu ul.sub-menu{
	padding-top:3px;
}
#footermenu>li{
	min-width:20%;
	display:inline-block;
	vertical-align: top;
	letter-spacing: normal;
	margin: 0;
	padding:0 0 0 30px;
}

#footermenu h3{
	font-size:18px;
	padding-bottom:10px;
}
.fm{
	padding-left:0px;
}
.fm li{
	font-size:12px;
	margin:0;
	padding:3px 0 5px 10px;
	background:url("../img/common/icon_arrow.png") 0 8px no-repeat;
}
	.fm li a{
		color:#333;
		text-decoration:underline;
	}
		.fm li a:hover{
			text-decoration:none;
		}
.fm li li{
	width:auto;
	padding-left:2em;
	background-position:18px 8px;
}

.fm #menu-business,.fm #menu-business-1{
	position: relative;
}
.fm #menu-business li#menu-item-245,.fm #menu-business-1 li.menu-item-245,
.fm #menu-business li#menu-item-248,.fm #menu-business-1 li.menu-item-248,
.fm #menu-business li#menu-item-252,.fm #menu-business-1 li.menu-item-252{
	width:200px;
	position: absolute;
	left:150px;
}
.fm #menu-business li#menu-item-245,.fm #menu-business-1 li.menu-item-245{top:0;}
.fm #menu-business li#menu-item-248,.fm #menu-business-1 li.menu-item-248{top:1.85em;}
.fm #menu-business li#menu-item-252,.fm #menu-business-1 li.menu-item-252{top:3.7em;}


#footerbootom{
	color:#fff;
	width:100%;
	/*background-color:#031e3e;*/
	background-color:#1d2c4f;
	padding:0 0 40px 0;
}
#utilitymenu{
	padding:0;
	overflow:hidden;
}
	#utilitymenu ul{
		letter-spacing: -.40em;
		list-style: none;
		background:url("../img/common/line.gif") left bottom repeat-x;
		margin:0 10px 20px 0;
		padding:40px 10px 0;
	}
		#utilitymenu ul li{
			display: inline-block;
			vertical-align: top;
			margin:0 0 20px;
			padding:0 30px 0 10px;
			letter-spacing: normal;
			background:url("../img/common/icon_arrow_white.png") left center no-repeat;
		}
			#utilitymenu ul li a{
				color:#fff;
				text-decoration:none;
			}
				#utilitymenu ul li a:hover{
					text-decoration:underline;
				}
#footercopy{
	font-size:10px;
}
#copyright{
	font-size:11px;
	/*position: absolute;*/
	padding:0 2em 0 0;
	float:right;
	clear:both;
}


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






/*Mail問い合わせ*/
#contact {
	margin:5px 0;
	position:absolute;
	
	/*top:0;*/
	bottom:0;
	right:5px;
	vertical-align:top;
}
#contact a {
	display:block;
	padding:5px 10px 5px 29px;
	color:#fff;
	background:#000bff;
	border-radius:4px;
	text-decoration:none;
	background:#000bff url(../images/mail.png) 10px 50% no-repeat;
}
#contact a:hover {
	color:#fff;
	background:#000b77 url(../images/mail.png) 10px 50% no-repeat;
}

/*Mail問い合わせ大*/
#contact_b {
	margin:0 auto 3em;
	text-align:center;
	width:80%;
    max-width: 950px;
	font-size:20px;
	/*position:absolute;*/
	
	/*top:0;*/
	/*bottom:0;*/
	/*right:5px;*/
	/*vertical-align:top;*/
	clear:both;
}
#contact_b a {
	display:block;
	padding:10px;
	color:#fff;
	border-radius:4px;
	text-decoration:none;
	background-color:#06C;
}
#contact_b a:hover {
	color:#fff;
	background-color:#099;
	transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.radio{
	list-style:none;
}
/*サブコビー*/
/*.summary {
	clear:both;
	text-align:right;
}*/

	/*///////////////////////////////*/
@media screen and (max-width: 1023px) {
.contentHeader {
	min-height: 0;
}			
}