/*** ----------------------------------------------------------------------------- 

reset

-----------------------------------------------------------------------------  ***/
.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	display:inline-table;
	zoom:1;
}
/*Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */

body, div, dl, dt, dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
 *font-size:100%;
}
legend {
	color:#000000;
}
/*** ------------------------------------------------------------------------------ 

common

-----------------------------------------------------------------------------  ***/
/*スクロールバーの有無でセンタリングがずれない*/
html {
	overflow-y:scroll;
}
body {
	background-color:#FFFFFF;
	color:#333333;
	line-height: 1.6;
	font-size: 12px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}
/*** ------------------------------------------------------------------------------ 

ロゴh1／p の表示非表示を切り替え

-----------------------------------------------------------------------------  ***/
.logo_top {
	display:none;
}
body#home .logo_top {
	display:block;
}
.logo_page {
	display:block;
}
body#home .logo_page {
	display:none;
}
/*** ------------------------------------------------------------------------------ 

リンク

-----------------------------------------------------------------------------  ***/
/* 基本 */
a:link {
	color:#4A6B18;
	text-decoration:none;
}
a:visited {
	color:#4A6B18;
	text-decoration:none;
}
a:hover {
	color: #FF6600;
	text-decoration:underline;
}
a:active {
	color: #FF6600;
	text-decoration:underline;
}
/* 別色リンク　該当箇所にクラス名追加 */
.link_color a:link {
	color: #FF6600;
	text-decoration:none;
}
.link_color a:visited {
	color: #FF6600;
	text-decoration:none;
}
.link_color a:hover {
	color:#4A6B18;
	text-decoration:underline;
}
.link_color a:active {
	color:#4A6B18;
	text-decoration:underline;
}
/* 透過（反射）リンク 該当箇所にクラス名追加　 */
.opacity a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
}
/* フッターリンク */
#footer a:link {
	color: #FFF;
	text-decoration:none;
}
#footer a:visited {
	color: #FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}
#footer a:active {
	color:#000;
	text-decoration:underline;
}
/*** ------------------------------------------------------------------------------ 

header

-----------------------------------------------------------------------------  ***/
#header {
	width:100%;
	background:url(../img/bg_header.png)  repeat-x;
}
#header #hgroup {
	width:960px;
	margin:0 auto;
	position:relative;
	height:75px;
}
#header #hgroup .logo {
	position:absolute;
	left:0px;
	top:13px;
}
#header #hgroup .sub_nav{
	float:right;
	padding:3px 0 0;
	width:377px;
}
#header #hgroup .sub_nav ul {
	float:right;
	padding:10px 0 0
}
#header #hgroup .sub_nav ul li{
	float:left;
	height:17px;
}
#header #hgroup .inquiry {
	text-align:right;
	padding:0;
}
/*** ------------------------------------------------------------------------------ 

nav

-----------------------------------------------------------------------------  ***/
/*#globalNavi {
	position:relative;
	height:59px;
	padding:0 0 30px;
	text-align:center;
	z-index: 100;
} ----20181128更新*/

#globalNavi {
	position:relative;
	height:59px;
	padding:0;
	text-align:center;
	z-index: 100;
}
#nav {
	width:960px;
	margin:0 auto;
	position: relative;
	line-height:1;
	text-align: left; 
}
#nav li {
	float:left;
	list-style: none;
	position: relative;
}
#nav li img.rollout {
	display:block;
}
#nav li img.rollover {
	display:none;
}
body.home #nav li.nav01 img.rollout, body.business #nav li.nav02 img.rollout, body.action #nav li.nav03 img.rollout, body.service #nav li.nav04 img.rollout, body.office #nav li.nav05 img.rollout {
	display:none;
}
body.home #nav li.nav01 img.rollover, body.business #nav li.nav02 img.rollover, body.action #nav li.nav03 img.rollover, body.service #nav li.nav04 img.rollover, body.office #nav li.nav05 img.rollover {
	display:block;
}
#nav ul { display: none; position: absolute; top: 59px; left: 0;}
*html #nav ul { line-height: 0;}
#nav ul li { float: none;}
*html #nav ul li{ line-height: 0; z-index:1;}
*html #nav ul li a { line-height: normal; zoom:1; }

#nav ul { width: 188px; }
#nav ul.nav01_width { width: 145px; }
#nav ul.nav02_width { width: 188px; }
#nav ul.nav03_width { width: 222px; }
#nav ul.nav04_width { width: 195px; }
#nav ul.nav05_width { width: 210px; }
#nav ul ul { top: 0; left: 188px;}
#nav ul.nav01_width ul { top: 0; left: 145px; width: 145px;}
#nav ul.nav02_width ul { top: 0; left: 188px; width: 188px;}
#nav ul.nav03_width ul { top: 0; left: 222px; width: 222px;}
#nav ul.nav04_width ul { top: 0; left: 195px; width: 195px;}
#nav ul.nav05_width ul { top: 0; left: 210px; width: 210px;}
#nav ul a { 
	display: block;
	background:#3D8700 url(../img/arrow_footer01.png) no-repeat 3px center;
	padding: 15px 6px 15px 21px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	zoom: 1;
	line-height: 1;
	text-decoration:none;
}
#nav ul.nav01_width a {
	width: 145px; 
}
#nav ul.nav02_width a {
	width: 161px;
}
#nav ul.nav03_width a {
	width: 195px;
}
#nav ul.nav04_width a {
	width: 168px;
}
#nav ul.nav04_width li.width_over a {
	width: 200px;
}
#nav ul.nav05_width a {
	width: 183px;
}
#nav ul ul a { 
	background:#121212 url(../img/arrow_footer02.png) no-repeat 3px center;
	text-decoration:none;
	display:block;
}
#nav ul a.hover { background: #444  url(../img/arrow_footer01.png) no-repeat 3px center ; }
#nav ul ul a.hover { background: #444  url(../img/arrow_footer02.png) no-repeat 3px center ; }
/*** ------------------------------------------------------------------------------ 

visual

-----------------------------------------------------------------------------  ***/
#visual {
	width:960px;
	margin:0px auto;
	padding:0 0 0px;
}
#home #visual {
	width:960px;
	margin:0px auto;
	padding:0 0 30px;
}
/*** ------------------------------------------------------------------------------ 

cont

-----------------------------------------------------------------------------  ***/
#cont {
	width:960px;
	clear:both;
	margin: 0px auto;
	padding:0px 0 0 0;
}
/*** ------------------------------------------------------------------------------ 

article

-----------------------------------------------------------------------------  ***/
#article {
	width:690px;
	float:left;
}
/*** ------------------------------------------------------------------------------ 

aside

-----------------------------------------------------------------------------  ***/
#aside {
	width:250px;
	float:right;
	padding:0px 0 40px 0;
}
#aside .banner{
	margin:0 0 15px;
}
#aside .banner a:hover img{
	opacity:0.7;
}
/*** ------------------------------------------------------------------------------ 

footer

-----------------------------------------------------------------------------  ***/
#footer {
	clear:both;
	background: url(../img/bg_footer.png) repeat-x top center / contain;
	height:220px;
}
#footer #fgroup {
	width: 960px;
	padding: 0px 0px 0px;
	margin: 0px auto;
}
#footer #footer_nav ul {
	padding:20px 20px 0 0;
	float:left;
	font-weight:bold;
	color:#FFF;
}
#footer #footer_nav ul.footer_nav01{
	width:180px;
	background: url(../img/border_footer.png) 175px 20px no-repeat;
	height:180px;
}
#footer #footer_nav ul.footer_nav02{
	width:230px;
	background: url(../img/border_footer.png) 220px 20px no-repeat;
	height:180px;
}
#footer #footer_nav ul.footer_nav03{
	width:170px;
	background: url(../img/border_footer.png) 180px 20px no-repeat;
	height:180px;
}
#footer #footer_nav ul li{
	padding:5px 0px 5px 15px;
	background:url(../img/arrow_footer01.png) left center no-repeat;
}
#footer #footer_nav ul li ul {
	font-weight: normal;
	padding:5px 0 10px 0px;
	background:none;
}
#footer #footer_nav ul li ul li{
	padding:0px 0 0 13px;
	background:url(../img/arrow_footer02.png) left center no-repeat;
	margin:0 0 0 -13px;
}
#footer .copyright {
	padding: 10px 0px 0px;
	color:#FFF;
	float:right;
	text-align:right;
}
#footer address {
	padding: 5px 0px 10px;
	color:#999;
	text-align:right;
}
/*** ------------------------------------------------------------------------------ 

トップアンカー

-----------------------------------------------------------------------------  ***/
.ptop_box {
	height:0px;
	width:0px;
}
.ptop {
	text-align:right;
	clear: both;
	padding: 0px 0px 20px 0px;
}
/*** ------------------------------------------------------------------------------ 

トピックパス

-----------------------------------------------------------------------------  ***/

.topicpass{
	padding:0 0 13px 10px;
}
/*** ------------------------------------------------------------------------------ 

共通 サイド

-----------------------------------------------------------------------------  ***/

#cont #aside .aside_pickup{
	background-image: url(../img/bg_sub_pickup.png) ;
	background-repeat: no-repeat;
	width:250px;
	height:330px;
	padding:0 0 20px;
}
#cont #aside .aside_pickup .aside_pickup_cont {
	width:230px;
	height:70px;
	position:relative;
	padding:10px 0 0 10px;
}
#cont #aside .aside_pickup .aside_pickup_cont img.img {
	position:absolute;
	top:12px;
	left:12px;
}
#cont #aside .aside_pickup .aside_pickup_cont h5 {
	padding:2px 0px 3px 72px;
	line-height:1;
}
#cont #aside .aside_pickup .aside_pickup_cont p {
	padding:0px 0px 0 75px;
	width:150px;
	line-height:1.4;
	font-size:0.94em;
}
#cont #aside .aside_inquiry {
	background:url(../img/bg_inquiry.png) no-repeat;
	width:250px;
	height:225px;
}
#cont #aside .aside_inquiry h5{
	line-height:1;
	padding:10px 0 0 10px
}
#cont #aside .aside_inquiry p{
	padding:0 0 0 10px;
	line-height:1;
}
#cont #aside .aside_inquiry p a img{
	padding:5px 0 0;
}

#cont #aside .aside_nav {
	background-color: #72A426;
	padding:5px;
	margin:0 0 20px;
}
#cont #aside .aside_nav h5 {
	font-size:1.4em;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 15px;
}
#cont #aside .aside_nav ul {
	background:#FFF;
	padding:0px 0px;
	font-weight:bold;
	line-height:0;
	zoom:1;
}
#cont #aside .aside_nav ul li{
	line-height:0;
}
#cont #aside .aside_nav ul li a.no_border {
	border-top:none;
}
#cont #aside .aside_nav ul li a:hover.no_border {
	border-top:none;
}
#cont #aside .aside_nav ul li a{
	display:block;
	color:#333333;
	text-decoration:none;
	padding:10px 0px 10px 5px;
	border-top:1px #CCCCCC dotted ;
	line-height:normal;
	zoom: 1;
}
#cont #aside .aside_nav ul li a:hover{
	display:block;
	text-decoration:none;
	padding:10px 0px 10px 5px;
	border-top:1px #CCCCCC dotted #E2F7C4;
	color:#4A6B18;
	background:#E2F7C4;
}
#cont #aside .aside_nav ul li ul{
	padding:0px 0px 0px 0px;
}
#cont #aside .aside_nav ul li ul li{
	line-height:0;
}
#cont #aside .aside_nav ul li ul li a{
	padding:10px 0px 10px 35px;
	border-top:1px #CCCCCC dotted ;
	background:url(../img/arrow_sidenav.png) 20px center no-repeat;
	line-height: normal;
	zoom: 1;
}
#cont #aside .aside_nav ul li ul li a:hover{
	padding:10px 0px 10px 35px;
	border-top:1px #CCCCCC dotted ;
	background:url(../img/arrow_sidenav_o.png) 20px center no-repeat #E2F7C4;
	color:#4A6B18;
}
/*** ------------------------------------------------------------------------------ 

共通　メイン

-----------------------------------------------------------------------------  ***/
.red{
	color:#F00;
}
.green_tx {
	font-size: 1.1em;
	font-weight: bold;
	color: #405B15;
}

.section {
	padding:0 0 30px;
	position:relative;
}
.section_cont {
	padding:0px 10px 20px;
}
#cont #article .title {
	padding:0 0 25px;
}
#cont #article .section p {
	padding:0 0px 1em;
	font-size:1.2em;
}
#cont #article .section .headline {
	height:34px;
	font-size:1.6em;
	font-weight:bold;
	padding:0 0 15px 25px;
	line-height:34px;
	background: url(../img/bg_headline.png) no-repeat;
}
#cont #article .section .sub_headline {
	border-bottom:1px dotted  #CCCCCC;
	color:#54791D;
	font-size:1.4em;
	font-weight:bold;
	padding:10px 5px 5px;
	margin:0 0 15px;
}
*html #cont #article .section .sub_headline {
	margin:0 10px 10px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #DDD;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #DDD;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #DDD;
}
:-moz-placeholder { /* Firefox 18- */
  color: #DDD;
}
