@charset "utf-8";

/*

base.css
--------------------------------------------------------*/

/*
----------------------------------------------------------
BODY
----------------------------------------------------------
*/

body {
	margin:0; padding:0;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#2c2c2c;
	line-height:1.5;
	}

/*
----------------------------------------------------------
MAINFRAME
----------------------------------------------------------
*/

#mainContents {
	margin:0 auto; padding:23px 0 0 0;
	width:980px;
	}

#mainCol {
	padding:0 0 40px 0; float:left;
	width:680px;
	}

#subCol {
	float:right;
	width:280px;
	}

/*
SIDE NAVIGATION
--------------------------------------*/

#subNav {
	padding:2px;
	border:1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url("/common/PIE.htc");
	position:relative;
	z-index:10;
	}

#subNav dl {
	padding:0 7px 7px 7px;

	background: -moz-linear-gradient(top, #0077c7, #164475);
	background: -webkit-gradient(linear, left top, left bottom, from(#0077c7), to(#164475));
	background: linear-gradient(top, #0077c7, #164475);
	-pie-background: linear-gradient(top, #0077c7, #164475);/* PIE専用の記述 */

	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

	behavior: url("/common/PIE.htc");
	position:relative;
	z-index:15;
	}

#subNav dl dt {
	padding:12px 0 7px 0;
	}

#subNav dl dd {
	padding:3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url("/common/PIE.htc");
	position:relative;
	z-index:15;
	background:#ffffff;
	}

#subNav dl dd ul li a {
	padding:14px ;
	border-bottom:1px solid #c2c2c2;
	display:block;
	}

#subNav dl dd a:hover {
	background:#eef7fd;
	}

/*
SIDE BANNER
--------------------------------------*/

#subCol .side_banner {
	padding:17px 0 0 0;
	}

#subCol .side_banner li {
	margin:0 0 24px 0;
	}
#subCol .side_banner li a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	}

/*
----------------------------------------------------------
HEADER
----------------------------------------------------------
*/

#header {
	border-top:6px solid #007cca;
	width:100%;
	}

#header .header_top {
	margin:0 auto;
	width: 980px;
	overflow:hidden;
	}

#header .header_top .logo_sk {
	padding:33px 0; float:left;
	}

#header .header_right {
	 margin:0; float:right;
}

#header .header_right p {
	 margin:28px 12px 0 0; float:right;
	}

#header .header_right p.logo_shinoken {
	 margin-right:10px;
	}


#header .header_navi {
    margin:0; padding:3px 0; clear:both;
    width: 100%; height:57px;
	background:#ffffff url(/common/img/header_nav_bg.png) repeat-x left top;
	overflow: hidden;
}

#header .header_navi ul {
	 margin:0 auto;
	width: 980px; height:57px;
}

#header .header_navi ul li {
	float: left;
}


/*
----------------------------------------------------------
BREADCRUMBS
----------------------------------------------------------
*/

#breadcrumbs {
	}

#breadcrumbs li {
	}

.here {

	}
/*
----------------------------------------------------------
MAIN VIDUAL
----------------------------------------------------------
*/

#mainVisual {
	margin:0 auto;
	overflow:hidden;
	background-color:#fff;
	clear:both;
	text-align:center;
	position:relative;
	}

#mainVisual h1 {
	position:absolute;
	left:50%;
	margin:0 0 0 -750px;
	display:block;
	}

/*
----------------------------------------------------------
FOOTER
----------------------------------------------------------
*/

#footer {
	padding:0; clear:both;

/*	background:#f0f0f0;
	-moz-box-shadow: 0 1px 4px #cccccc inset;
	-webkit-box-shadow: 0 1px 4px #cccccc inset;
	box-shadow: 0 1px 4px #cccccc inset;*/

	behavior: url("/common/PIE.htc");
	}

#footer .footer_group  {
/*	margin:0 auto 64px auto;
	width:960px;
	overflow:hidden;*/
	}

#footer .footer_group p {
	margin:20px 0 0 0; padding:0 6px;
	}

#footer .footer_group ul {
	margin:10px 0 0 0;
}

#footer .footer_navi {
	margin:0 auto; clear:both;
	padding:24px 0 12px 0;
	background:#007cca;
	overflow:hidden;
}

#footer .pagetop {
	margin:0 auto; clear:both;
	width:980px;
	display:block;
	text-align:right;
}


#footer .footer_group li {
    float: left;
    padding:0 6px;
}

#footer .footer_navi .footer_navi_inner {
	margin:0 auto;
	width:980px;
	}

#footer .footer_navi .footer_navi_inner ul li {
	display:block; float:left;
	padding:0 8px;
	border-left:1px solid #ffffff;
	line-height:1.0;
	font-size:11px;
	}

#footer .footer_navi .footer_navi_inner ul li.fe {
	display:block; float:left;
	padding:0 8px 0 0;
	border:none;
	}

#footer .footer_navi .footer_navi_inner ul li a {
	color:#ffffff;
	font-size:11px;
	line-height:1.0;
	}

#footer .footer_navi .footer_navi_inner ul li a:hover {
	color:#c6dfee;
	text-decoration:none;
	}

#footer .copyright {
	margin:0; padding:0; float:right;
	font-size:10px;
	color:#ffffff;
	text-align:right;
}

/*
-----------------------
groupList
-----------------------
*/
.groupList dl {
}
.groupList dl dt:after {
  border: none;
}
.groupList dl dt {
  background: #b8b8b8;
  color: #333;
  padding: 0;
  border: none;
}
.groupList dl dt p {
  font-weight: bold;
  padding: 10px 0;
  margin: 0 auto;
  width: 970px;
  background: #b8b8b8;
  color: #333;
  font-size:14px;
  display: block;
}
.groupList dl dt p:after {
  border-color: #333;
  width: 18px;
  height: 18px;
  border-width: 2px;
  top: 20%;
  right: 0;
}
.groupList dl dt p.active:after {
  top: 50%;
  right: 0;
}
.groupList dl dd {
	padding: 20px 0;
  background: #f6f5f5;
  border: none;
}
.groupList dl dd .secWrap {
  margin: 0 auto;
  width: 970px;
  display: table;
  border-right: 1px solid #c4c4c4;
}
.groupList dl dd .sec {
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
  border-left: 1px solid #c4c4c4;
}
.groupList dl dd .sec > p {
  font-size: 12px;
}
.groupList dl dd .sec ul {
  padding: 5px 0 0 0;
}
.groupList dl dd .sec ul li {
  line-height: 1.5;
  margin: 0 0 2px;
  font-size: 10px;
}
.groupList dl dd .sec ul li.sub-subsidiary {
	padding-left: 20px;
    text-indent: -0.8em;
}
div#footer .groupList dl dd .sec ul li a {
    font-weight: normal;
}
.groupList dl dd .sec ul li a {
  color:#333;
}
.groupList dl dd .sec ul li a:hover {
   text-decoration: underline;
}
.groupList dl dd .sec ul li a:before {
  content: "- ";
}

div#conv2 {
	margin:10px 0 0 0;
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    width: 100%;
}
div#conv2 div.inner {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    width: 970px;
}
div#conv2 div.inner .fr .box {
    float: left;
    margin: 0 15px 0 0;
}
div#conv2 div.inner .fr .box ul {
    margin: 10px 0 0;
}
div#conv2 div.inner .fr .box ul li {
    margin: 0 0 3px;
     float:none;
}
dt label img {
    float: right;
    padding: 2px 0 0;
}
div#footer {
    background: none repeat scroll 0 0 #f6f5f5;
    clear: both;
}
div#footer div.inner {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 20px;
    width: 990px;
}

div#footer ul li {
    line-height: 1.3;
    margin-bottom: 10px;
   /* margin-top: 10px;*/
}
div#footer ul li a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
div#footer ul li a:hover {
    color: #009;
}
div#footer ul li a.blank span:after {
	content: "";
	width: 9px;
	height: 8px;
	background: url(../img/icon_blank.png) no-repeat;
	background-size: 9px;
	display: inline-block;
	margin-left: 4px;
}
div#footer ul li a.blank:hover span:after {
	opacity: 0.7;
}
div#footer ul ul {
    margin: 0;
    padding: 0;

}
div#footer ul ul ul {
    margin: 0;
    padding: 0;
}
div#footer ul li li {
    list-style-type: none;
    margin: 5px 0 0;
}
div#footer ul li li li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div#footer ul li li a {
    color: #000;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8;
    list-style-type: disc;
    text-decoration: none;
}
div#footer ul li li li a {
    color: #000;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.4;
    list-style-type: none;
    text-decoration: none;
}

#subCol .side_banner li.denkiBtn{
    margin-top: -10px;
	margin-bottom: -10px;
}

#subCol .side_banner li.denkiBanner{
	margin-top: 5px;
	margin-bottom: 10px;
}
