@charset "Shift_JIS";

/* ------------------------------------------------------------------ */
/* common
/* ------------------------------------------------------------------ */
body {
-webkit-text-size-adjust: 100%;
}
#header, #contents_wrap, #footer{
margin: 0 auto;
width: 960px;
position:relative;
}


/* 見出しルール */
.container h1 {
font-size: 2.8em;
margin-bottom:50px;
}
.container h2 {
font-size: 1.7em;
font-weight: bold;
padding: 14px 8px;
margin-bottom: 22px;
background-image: url(/common/img/bg_h2.png);
background-repeat: repeat-x;
background-position: left bottom;
border-top:2px solid #999;
}
.container h3 {
font-size: 1.4em;
padding:0 0 7px 8px;
border-bottom:3px solid #e4e4e4;
margin:30px 0 10px;
}
.container h3 strong{
border-left: 4px solid #999;
padding-left: 6px;
}

.container h2 span,
.container h3 span{
font-size: 11px;
padding-left:10px;
font-weight: normal;
}


.content div.section{
margin-bottom:60px;
clear:both;
}
.content div p{
margin-left:10px;
margin-right:10px;
font-size: 1.2em;
}
.content div table{
border-collapse:separate;
border-spacing: 0;
}
p.ta-right{
text-align:right;}

/* ------------------------------------------------------------------ */
/* header
/* ------------------------------------------------------------------ */
#header{
height: 80px;
position:relative;
}
#header h1 {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-ms-align-items: center;
align-items: center;
padding-top: 14px;
}
#header p.logo,
#header p.target,
#header ul.nav,
#header form,
#header ul#utility {
position: absolute;
}
#header p.logo {
left: 0;
top: 16px;
}
#header p.target {
left: 210px;
top: 35px;
}
#header ul.nav {
top: 0;
right: 0;
}
#header ul.nav li {
float: left;
margin-left: 5px;
}
#heade ul.nav li.lastChild {
margin-left: 10px;
}
#header ul.nav li#hn-corporation span {
width: 114px;
height: 25px;
background: url(/common/img/btn_business.gif) left top no-repeat;
display: block;
cursor: pointer;
text-indent: -9999px;
}
#header ul.nav li#hn-corporation ul {
left: 124px;
}
#header p.business {
position: absolute;
top: 36px;
right: 346px;
}
#header form {
right: 132px;
top: 40px;
background: url(/common/img/bg_search.gif) left top no-repeat;
background-size: 172px 23px;
}
#header form input {
height: 23px;
width: 147px;
border: none;
padding: 0 0 0 25px;
font-size: 100%;
line-height: 23px;
background: none;
}
#header form input#search {
height: 23px;
width: 40px;
border: none;
background: url(/common/img/btn_search_off.gif) left top no-repeat;
background-size: 40px 23px;
cursor: pointer;
text-indent: -9999px;
position: absolute;
top: 0;
right: -40px;
}
#header form input:focus {
outline: none;
border: none;
background: url(/common/img/bg_search.gif) left top no-repeat;
background-size: 172px 23px;
}
#header form input#search:hover {
border: 1px solid #EEEEEE;
color: #fffFFF;
background: #4C4C4C;
}
#header form input#search:hover {
height: 23px;
width: 40px;
border: none;
background: url(/common/img/btn_search_on.gif) left top no-repeat;
background-size: 40px 23px;
}
#header ul#utility {
top: 45px;
*top: 41px;
right: 0;
position: absolute;
}
#header .sp {
	display: none;
}

/* ------------------------------------------------------------------ */
/* ドロップダウン
/* ------------------------------------------------------------------ */
#header {	z-index: 11;}
#slider {	z-index: 10;}
#header ul.nav {	z-index: 12;}

#header ul.nav li#hn-corporation {
width: 115px;
height: 20px;
}

#header ul.nav li#hn-corporation ul {
position: absolute;
top: 25px;
left: 130px;
_left: 135px; /* win IE6 */
padding: 0 8px 8px 0;
width: 320px;
height: 115px;
z-index: 10;
background: url(/common/img/hn_drop_shadow.png) no-repeat;
display: none;
}
#header ul.nav li#hn-corporation ul li {
position: relative;
float: none;
margin: 3px;
width: 314px;
height: 52px;
}
#header ul.nav li#hn-corporation ul li#hn-officeeo {
margin-bottom: 0;
border-bottom: 1px solid #CECECE;
padding-bottom: 2px;
}
#header ul.nav li#hn-corporation ul li#hn-business {
margin-top: 2px;
/margin-top: -1px; /* win IE6 */
}
#header ul.nav li#hn-corporation ul li a,
#header ul.nav li#hn-corporation ul li span {
position: absolute;
top: 0;
left: 0;
width: 314px;
height: 52px;
display: block;
text-indent: -9999px;
}
#header ul.nav li#hn-officeeo a       {	background: url(/common/img/hn_officeeo.png) no-repeat 13px 20px;}
#header ul.nav li#hn-officeeo a span  {	background: url(/common/img/hn_officeeo_logo.png) no-repeat 212px 13px;}
#header ul.nav li#hn-officeeo a:hover {	background: #EAF2FF url(/common/img/hn_officeeo.png) no-repeat 13px 20px;}
#header ul.nav li#hn-business a       {	background: url(/common/img/hn_business.png) no-repeat 13px 20px;}
#header ul.nav li#hn-business a span  {	background: url(/common/img/hn_business_logo.png) no-repeat 213px 6px;}
#header ul.nav li#hn-business a:hover {	background: #EAF2FF url(/common/img/hn_business.png) no-repeat 13px 20px;}


/* ------------------------------------------------------------------ */
/* footer
/* ------------------------------------------------------------------ */
#footer {
border: none;
width: 100%;
clear:both;
padding: 60px 0 0 0;
}
#footer div#footerTop {
background: #e7eef4;
border-bottom: 2px solid #2281da;
clear: both;
}
#footer div#footerTop ul {
width: 960px;
margin: 0 auto;
padding: 16px 0;
}
#footer div#footerTop ul li {
float: left;
background: url(/common/img/icon_arw_square.png) left 5px no-repeat;
padding: 0 23px 0 18px;
font-size: 115%;
}
#footer div#footerTop ul li a {
color: #000;
text-decoration: none;
}
#footer div#footerTop ul li a:hover {
text-decoration: underline;
}
#footer div#footerBtm {
width: 960px;
margin:0 auto;
padding:15px 0 8px 0;
position: relative;
clear:both;
}
#footer div#footerBtm ul {
margin: 0 0 8px;
}
#footer div#footerBtm ul li {
float: left;
border-right: 1px solid #535353;
font-size: 90%;
padding: 1px 8px 0;
margin: 0;
line-height: 1.0em;
}
#footer div#footerBtm ul li.end {
border: none;
}
#footer div#footerBtm ul li.firstChild {
padding-left: 0;
}
#footer div#footerBtm ul li a {
text-decoration: none;
color: #2828cd;
}
#footer div#footerBtm ul li a:hover {
text-decoration: underline;
}
#footer address img {
margin: 0 6px 0 0;
}
#footer p.logo {
position: absolute;
top: 8px;
right: 0;
}
#footer div.footertext{
border-top:#00a32e solid 2px;
margin: 20px 0 0 0;
}

/*2カラムの場合（ページトップトップボタン追従）*/
p#pagetop {
width:960px;
margin:0 auto;
position: relative;
}
p#pagetop a {
position: fixed;
bottom:-22px;
display: block;
margin: 0 0 0 760px;
}
/*********1カラムの場合下記cssを下層のcssに追記*********/
/*p#pagetop {
text-align: right;
width:960px;
margin:0 auto;
position:relative;
}
p#pagetop a {
position: absolute;
bottom: -24px;
right: 0;
}*/
/*********1カラムの場合*********/

/* btm tax */
#footer div.bottomTax {
/*margin: 0 auto 20px;*/
margin: 0 auto;
font-size: 90%;
width: 960px;
}
#footer div.bottomTax .tax_text {
text-align: center;
}
#footer div.bottomTax #tax_text {
width: 740px;
margin:0 120px 0  0;
}


/*clearfix*/
.clr {
/zoom : 1;
}
.clr:after {
content : '';
display : block;
clear : both;
height:0;
}

/* ------------------------------------------------------------------ */
/* gnavi
/* ------------------------------------------------------------------ */
#gnavi{
/*    background-image:url(/common/img/gnavi.gif);*/
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#gnavi .sp {
	display: none;
}
#gnavi ul{
    width:960px;
    margin:0 auto;
    border-left: 1px solid #ccc;
}
#gnavi li{
    float:left;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    border-right: 1px solid #ccc;
    border-bottom-style: solid;
	border-bottom-width: 4px;
}   
#gnavi li a{
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 12px 0;
}
#gnavi li a span{
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
#gnavi li.home {
	border-bottom-color: #00a32e;
    width: 8%
}
#gnavi li.home:hover,body#home #gnavi li.home {
	background: #f2faf4;
}
#gnavi li.home span {
	color: #00a32e;
}
#gnavi li.campaign {
	border-bottom-color: #e60000;
    width: 12%;
}
#gnavi li.campaign:hover,body#campaign #gnavi li.campaign {
	background: #fef2f2;
}
#gnavi li.campaign span {
	color: #e60000;
}
#gnavi li.internet {
	border-bottom-color: #00afed;
    width: 16%;
}
#gnavi li.internet:hover,body#internet #gnavi li.internet {
	background: #f2fbfe;
}
#gnavi li.internet span {
	color: #00afed;
}
#gnavi li.phone {
	border-bottom-color: #e95299;
    width: 16%;
}
#gnavi li.phone:hover,body#phone #gnavi li.phone {
	background: #fef6fa;
}
#gnavi li.phone span {
	color: #e95299;
}
#gnavi li.solution {
	border-bottom-color: #8fc31e;
    width: 22%;
}
#gnavi li.solution:hover,body#solution #gnavi li.solution {
	background: #f9fcf4;
}
#gnavi li.solution span {
	color: #8fc31e;
}
#gnavi li.case {
	border-bottom-color: #956dcc;
    width: 11%;
}
#gnavi li.case:hover,body#case #gnavi li.case {
	background: #faf8fc;
}
#gnavi li.case span {
	color: #956dcc;
}
#gnavi li.support {
	border-bottom-color: #3262c2;
    width: 14%;
}
#gnavi li.support:hover,body#support #gnavi li.support {
	background: #f5f7fc;
}
#gnavi li.support span {
	color: #3262c2;
}


/* ------------------------------------------------------------------ */
/* boxHeadInquiry
/* ------------------------------------------------------------------ */
#boxHeadInquiry{
border-bottom:#00a32e solid 1px;
height:59px;
}
#boxHeadInquiry dl{
margin:0 auto;
padding:11px 0 8px;
width:960px;
}
#boxHeadInquiry dl.btn1{
padding:11px 0 8px;
}
#boxHeadInquiry dl.btn2{
padding:11px 0 8px;
}
#boxHeadInquiry dt, 
#boxHeadInquiry dd{
float:left;
padding:0 0 0 4px;
}
#boxHeadInquiry dt {
font-weight:bold;
font-size:14px;
padding: 10px 20px 10px 92px;
width: 286px;
background:url(/common/img/arow_head.gif) no-repeat 99% 45%;
}
#boxHeadInquiry dl.btn1 dt{
width: 325px;
padding: 10px 20px 10px 50px;
}
#boxHeadInquiry dl.btn2 dt {
  width: 325px;
  padding: 10px 20px 10px 217px;
}
#boxHeadInquiry .last {
padding: 0 0 0 8px;
}
#boxHeadInquiry dl.btn3 dt{
padding: 10px 20px 10px 310px;
width: 400px;
}

/* ------------------------------------------------------------------ */
/* container
/* ------------------------------------------------------------------ */
.container {
clear:both;
}


/* ------------------------------------------------------------------ */
/* content
/* ------------------------------------------------------------------ */
.content {
width:740px;
float:left;
/*padding-bottom:30px;*/
}
.content_full {
width:960px;
/*padding-bottom:30px;*/
}

/* ------------------------------------------------------------------ */
/* side
/* ------------------------------------------------------------------ */
.side {
width:200px;
float:right;
padding-top: 35px;
}

/* sideNav
------------------------------------------------------*/
#sideNav{}
#sideNav dt a{
display:block;
font-size:16px;
line-height: 1.3;
font-weight:bold;
color:#fff;
text-align:center;
padding:53px 0 12px;
pointer-events: none;
cursor: default;
}
#sideNav dd ul li {
font-size:13px;
border: 1px solid #ccc;
border-top: none;
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
#sideNav dd ul li img {
position:relative;
top: 3px;
margin:0;
}
#sideNav ul {
margin-bottom:9px;
}
#sideNav li a {
color: #000;
display:block;
padding: 17px 0 17px 37px;
width: 161px;
text-decoration: none;
}
#sideNav li.clm2 a{
display:block;
padding: 8px 0 8px 37px;
}
#sideNav li.clm3 a{
display:block;
padding: 8px 0 8px 37px;
}
#sideNav li a:hover {
text-decoration: underline;
}

#sideNav.internet li .detail,
#sideNav.phone li .detail {
  display: none;
  background: #fff;
  margin-bottom: 0 !important;
}

#sideNav.internet li .detail li,
#sideNav.phone li .detail li {
  border-top-width: 1px !important;
  border-top-style: dotted !important;
  border-top-color: #CCC !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
}

#sideNav.internet li .detail li a,
#sideNav.phone li .detail a {
  padding:0 !important;
  background-image: url(/common/img/arrow_icon03.gif) !important;
  background-repeat: no-repeat!important;
  background-position:40px center!important;
  display:block;
  padding:10px 10px 10px 50px!important;
  width:auto !important;
}

#sideNav.phone li .detail a {
  background-image: url(/common/img/arrow_icon04.gif) !important;
}


/* banner */
#sideNav p{
margin: 0 0 20px;
}
#sideNav dt a{
color: #fff;
text-decoration: none;
}


#sideNav li.agreement a{
background:url(/common/img/icon_arw_side_other.png) 12px 20px no-repeat !important;
}
#sideNav li.conditions a{
background:url(/common/img/icon_arw_side_other.png) 12px 20px no-repeat !important;
}

/* 以下ディレクトリ固有設定 */
/* eo光ネット */
#sideNav.internet dt{
background: #00afed url(/common/img/icon_site_net.gif) 50% 9px no-repeat;
}
#sideNav.internet li a{
background:url(/common/img/icon_arw_side_internet.png) 12px 20px no-repeat;
}

#sideNav.internet dd ul .faq .detail .active{
background:#d9f3fc;
}


/* eo光電話 */
#sideNav.phone dt{
background-color: #e95299;
background-image: url(/phone/img/side_title.gif);
background-repeat: no-repeat;
background-position: 50% 9px;
}
#sideNav.phone li a{
background-image: url(/phone/img/side_arow.png);
background-repeat: no-repeat;
background-position: 12px 20px;
}
#sideNav.phone dd ul .faq .detail .active{
background:#fce5f0;
}


/* IT環境改善 */
#sideNav.solution dt{
background-color: #8fc31e;
background-image: url(/solution/img/side_title_solution.gif);
background-repeat: no-repeat;
background-position: 50% 9px;
}
#sideNav.solution li a{
background-image: url(/solution/img/side_arow.png);
background-repeat: no-repeat;
background-position: 12px 20px;
}
#sideNav.solution li.clm3 a{
background-image: url(/solution/img/side_arow.png);
background-repeat: no-repeat;
background-position: 12px 25px;
}
#sideNav li.category{
font-size:13px;
color:#005a11;
font-weight:bold;
padding:15px 0 15px 10px;
}


/* crumb
------------------------------------------------------*/
.crumb {
	font-size:10px;
	list-style: none;
	clear: both;
	padding: 20px 0 0;
	margin-bottom:8px;
	}
.crumb li.home {
	padding: 0 5px 0 0;
	background:none;
	float: left;
	}
.crumb li.home a{
	background: url(/common/img/img_pagehome.gif) 2px 50% no-repeat;
	padding:1px 0 1px 18px;
	}
.crumb li {
	display: inline-block;
	background:url(/common/img/cromb_arrow.gif) no-repeat left center;
	padding: 0 10px;
	line-height: 1.5;
	float: left;
	}

/* top_notes
------------------------------------------------------*/
.top_notes {
	clear: both;
	display: block;
	margin: 0 0 6px 0;
	text-align: right;
	}

/* linkModal
------------------------------------------------------*/
.linkModal a{
	background:url(/common/img/icon_arw_modal.png) 0 50% no-repeat;
	padding-left: 20px;
	}

.linkarea a{
	display:block;
	padding-top:10px;
	padding-left:10px;
	background-image: url(/common/img/arrow_icon03.gif);
	background-repeat: no-repeat;
	background-position: 0 18px;
	}
	

/* インフォメーションディスク
------------------------------------------------------*/
.container .content_full .info,
.container .info{
	clear:both;
	margin:0 0 60px 0;
	}
.container .content_full .info h2,
.container .info h2{
	background:#10a83b;
	color:#fff;
	text-align:center;
	padding:14px 0;
	line-height:1em;
	height:auto;
	margin:0;
	border:none;
	}	
.container .content_full .info .box,
.container .info .box{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	padding:28px;
	}
.container .content_full .info .box dl,
.container .info .box dl{
	float:left;
	width:568px;
	background: url(/support/img/img_line.gif) right top no-repeat;
	}		
.container .content_full .info .box dl .tell,
.container .info .box dl .tell{
	background: url(/support/img/img_tell.gif) left top no-repeat;
	font-size:15px;
	font-weight:bold;
	padding:3px 0 20px 25px;
	}
.container .content_full .info .box dl.rh,
.container .info .box dl.rh{
	float: right;
	width:300px;
	background-image:none;
	}		
.container .content_full .info .box dl .web,
.container .info .box dl .web{
	background: url(/support/img/img_web.gif) left top no-repeat;
	font-size:15px;
	font-weight:bold;
	padding:3px 0 20px 40px;
	}

.boxAroundLink ul{
	cursor:pointer;
}

.side .side_art_bnn {
	margin-top:9px;
}

#searchArea {
	display: none;
}