@charset "UTF-8";



body {
	color: #707f87;
}
/*=========================================
アンケートリンク
=========================================*/
#inquiry{
	margin:25px;
}
#inquiry .inquiry_cont{
	overflow: hidden;
	padding:20px 45px;
	box-sizing: border-box;
	border:4px solid #B8231D;
}
#inquiry .inquiry_cont .inquiry_txt_wrap{
	float:left;
}
#inquiry .inquiry_cont .inquiry_txt_wrap > p{
	display: inline-block;
}
#inquiry .inquiry_cont .inquiry_txt_wrap .inquiry_icon{
	width:30px;
	height:30px;
	position: relative;
	top:-20px;
	left:0;
}
#inquiry .inquiry_cont .inquiry_txt_wrap .inquiry_icon img{
	width: 100%;
}
#inquiry .inquiry_cont .inquiry_txt_wrap .inquiry_txt{
	font-size: 20px;
	color:#B8231D;
	font-weight: bold;
	margin-left:10px;
}
#inquiry .inquiry_cont .inquiry_txt i{
	font-style: normal;
	font-size: 14px;
	border:1px solid #000;
	display: inline-block;
	text-align: center;
	padding: 2px 16px;
	margin:3px 0;
	color:#000;
}
#inquiry .inquiry_cont .inquiry_txt span{
	font-size: 14px;
	color:#000;
	font-weight: normal;
}
#inquiry .inquiry_cont .inquiry_link{
	float:right;
}


#inquiry .inquiry_cont .inquiry_link a{
	text-decoration: none;
	color:white;
	background: #B8231D;
	padding:13px 42px;
	border-radius: 5px;
	display: inline-block;
	font-size: 14px;
	position: relative;
	vertical-align: middle;
	margin-top: 17px;
}

#inquiry .inquiry_cont .inquiry_link a:after{
	position: absolute;
	top: 20px;
	left: 185px;
	margin: auto;
	content: "";

	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#inquiry .inquiry_cont .inquiry_link a:hover{
	opacity:0.8;
}
/*=========================================
スライドバナー
=========================================*/

#toppage_slidebanner .bx-wrapper {
	position: relative;
}

#toppage_slidebanner ul.bxslider {
	width: 920px;
	height: 320px;
	margin: 0 0 74px;
	padding: 0;
	overflow: hidden;
}

#toppage_slidebanner ul.bxslider li {
	width: 920px;
	height: 320px;
	margin: 0;
	padding: 0;
}

#toppage_slidebanner ul.bxslider li a:hover {
	opacity: 0.9;
}


#toppage_slidebanner .bx-wrapper .bx-pager {
	margin-top: 10px;
}

#toppage_slidebanner .bx-wrapper .bx-pager .bx-pager-item,
#toppage_slidebanner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}


/*#toppage_slidebanner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #717f87;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    outline: 0;
	border-radius: 8px;
}*/

.bx-pager .bx-pager-item:nth-of-type(1) a {
	background: url("/common/image/toppage/pc/banner_slider/banner_slider_hikari.png") no-repeat left top / contain;
}
.bx-pager .bx-pager-item:nth-of-type(2) a {
	background: url("/common/image/toppage/pc/banner_slider/banner_otoku_pc.png") no-repeat left top / contain;
}
.bx-pager .bx-pager-item:nth-of-type(3) a {
	background: url("/common/image/toppage/pc/banner_slider/banner_slider_wimax.png") no-repeat left top / contain;
}
.bx-pager .bx-pager-item:nth-of-type(4) a {
	background: url("/common/image/toppage/pc/banner_slider/banner_slider_docomo.png") no-repeat left top / contain;
}
.bx-pager .bx-pager-item:nth-of-type(5) a {
	background: url("/common/image/toppage/pc/banner_slider/banner_slider_ipv6.png") no-repeat left top / contain;
}

#toppage_slidebanner .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	outline: 0;
	width: 184px;
	height: 64px;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 0.5;
	background-color: #fff;
}

#toppage_slidebanner .bx-wrapper .bx-pager.bx-default-pager a:hover,
#toppage_slidebanner .bx-wrapper .bx-pager.bx-default-pager a.active {
    opacity: 1;
}


.bx-wrapper .bx-prev {
	left: 4px;
	background: url('/common/image/controls02.png') no-repeat 0 -32px;
	opacity: 0.6;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
	opacity: 1;
}
.bx-wrapper .bx-next {
	right: 4px;
	background: url('/common/image/controls02.png') no-repeat -43px -32px;
	opacity: 0.6;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
	opacity: 1;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 154px;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



/*=========================================
メンテナンスのお知らせ（CAUTION）
=========================================*/
#caution {
	width: 920px;
	/*margin-top: 20px;*/
	border: solid 4px #ff0000;
	box-sizing: border-box;
}
#caution p.caption {
	margin: 0;
	padding: 6px 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-color: #ff0000;
}
#caution p:nth-of-type(n+2) {
	margin: 20px 40px;
	color: #333;
	font-size: 14px;
}
#caution p span {
	display: block;
	padding: 10px 0 0;
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}


/*=========================================
サービスメニュー＆右メニュー
=========================================*/
#toppage .toppage_servicemenu {
	width: 920px;
	height: auto;
	margin: 0; padding: 0;
	display:flex;
	/* overflow: hidden; */
	background: url(/common/image/toppage/pc/bg_toppage_servicemenu.gif) repeat-y left top;
}

#toppage .toppage_servicemenu .left {
	/* float: left; */
	width: 650px;
	height: auto;
	margin: 0;
	padding: 32px 0 0 0;
	/* overflow: hidden; */
	background: url(/common/image/toppage/pc/bg_toppage_servicemenu_left.gif) repeat-x left top;
}

#toppage .toppage_servicemenu .right {
	/* float: left; */
	width: 184px;
	height: auto;
	margin: 0;
	padding: 32px 43px;
	background-color: #d5dce0;
	background: url(/common/image/toppage/pc/bg_toppage_servicemenu_right.gif) repeat-x left top;
}

#toppage .toppage_servicemenu .left ul {
	width: 594px;
	height: auto;
	margin: 0 0 0 46px;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

#toppage .toppage_servicemenu .left ul li {
	float: left;
	width: 275px;
	height: 79px;
	margin: 0 22px 26px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#toppage .toppage_servicemenu .left ul li .service_logo {
	float: left;
	width: 85px;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
}

#toppage .toppage_servicemenu .left ul li .service_text {
	float: left;
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0;
}

#toppage .toppage_servicemenu .left ul li .service_text h2 {
	font-size: 14px;
	margin: 13px 0 0 0;
	padding: 0;
}

#toppage .toppage_servicemenu .left ul li .service_text h2 a {
	text-decoration: none;
}

#toppage .toppage_servicemenu .left ul li .service_text h2 a:hover {
	text-decoration: underline;
}

#toppage .toppage_servicemenu .left ul li .service_text p {
	margin: 0;
	padding: 0;
}

#toppage .toppage_servicemenu .left ul li .service_text p.campaign {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
	background: #c2191f;
	font-size: 8px;
	padding: 0 6px;
	text-align: center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#toppage .toppage_servicemenu .left ul li .service_text p a {
	color: #707f87;
	text-decoration: none;
}

#toppage .toppage_servicemenu .left ul li .service_text p a:hover {
	text-decoration: underline;
}
.caution-mini{
	width:600px;
	margin:0 auto 26px;
	padding:20px;
	color:black;
	text-align: center;
	box-sizing:border-box;
	border:1px solid black;
}
.caution-mini .caution-mini__ttl{
	font-size:16px;
	font-weight: bold;
	padding-bottom:16px;
	margin-bottom:16px;
	border-bottom:1px solid black;
}
.caution-mini .caution-mini__txt{
	text-align: left;
	line-height: 22px;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber_wrapper {
	width: 600px;
    margin: 0 auto;
	padding:0;
}

#toppage .toppage_servicemenu .left .inquiry_dtihikariBanner img{
	width: 100%;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber_wrapper p.headerlink {
	margin-bottom:0;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber_wrapper p.headerlink a {
	text-decoration:none;
	font-size:14px;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber_wrapper p.headerlink a:hover {
	text-decoration:underline;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber {
	width: 600px;
	margin: 0 auto;
	padding: 5px 0;
	border: 1px solid #d6dce0;
	overflow: hidden;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber .dial_box {
    margin: 0 20px;
    padding: 20px 0;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber .dial_box:nth-of-type(n+2) {
    border-top: solid 1px #d6dce0;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber h3 {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber p {
	text-align: center;
	margin-top:5px;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber p.titleheader {
	margin-top:0;
	margin-bottom:2px;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber p.phonenumber {
    margin-top: 0;
    padding-right: 2%;
	color: #0068b7;
	font-size: 1.7em;
    line-height: 30px;
	font-weight: bold;
    text-align: left;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber .dial_child {
	margin-top: 2px;
	display:flex;
	justify-content: center;
}
#toppage .toppage_servicemenu .left .inquiry_phonenumber .dial_child ul {
	width: auto;
    margin: 0;
    padding-left: 2%;
    overflow: visible;
}


#toppage .toppage_servicemenu .left .inquiry_phonenumber .dial_child ul li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: visible;
}


#toppage .toppage_servicemenu .left .inquiry_phonenumber .dial_child ul li:nth-of-type(1) {
    color: #0068b7;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber p.phonenumber img {
	vertical-align: middle;
	margin-right: 5px;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber p.phonenumber_s {
	color: #0068b7;
	font-size: 0.8em;
	margin-top: 1px;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber p a {
    display: block;
    width: 14em;
    margin: 5px auto 0 auto;
    padding: 8px 0;
    background-color: #2e7ec2;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    background: -moz-linear-gradient(top, #2e7ec2, #0068b7);
    background: -webkit-gradient(linear, left top, left bottom, from(#2e7ec2), to(#0068b7));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#toppage .toppage_servicemenu .left .inquiry_phonenumber p a:hover {
	opacity:0.8;
}

#toppage .toppage_servicemenu .dial_caption{
	padding:0 40px;
}
/*=========================================
右メニューログイン
=========================================*/

#toppage .toppage_servicemenu .right .toppage_login {
	width: 100%;
	margin: 0;
	padding: 0;
}

#toppage .toppage_servicemenu .right .toppage_login h3 {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	border: none;
	background: none;
	text-align: center;
	line-height: 1;
}

#toppage .toppage_servicemenu .right .toppage_login ul.firstmenu {
	width: 184px;
	margin: 9px 0 0 0;
	padding: 0;
	list-style-type: none;
	background-color: #d5dce0;
	overflow: hidden;
}

#toppage .toppage_servicemenu .right .toppage_login ul.firstmenu li.mydti,
#toppage .toppage_servicemenu .right .toppage_login ul.firstmenu li.mymail {
	float: left;
	display: block;
	width: 92px;
	height: 37px;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

#toppage .toppage_servicemenu .right .toppage_login ul.firstmenu li.mydti:hover,
#toppage .toppage_servicemenu .right .toppage_login ul.firstmenu li.mymail:hover {
	cursor: pointer;
}

#toppage .toppage_servicemenu .right .toppage_login ul.firstmenu li.mydti {
	text-align: left;
	background: url(/common/image/toppage/pc/icon_mydti_off.png) no-repeat left top;
	background-size: 81px 37px;
}

#toppage .toppage_servicemenu .right .toppage_login ul.firstmenu li.mymail {
	text-align: right;
	background: url(/common/image/toppage/pc/icon_mymail_off.png) no-repeat right top;
	background-size: 81px 37px;
}

#toppage .toppage_servicemenu .right .toppage_login ul.firstmenu li.mymail span {
	display: none;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu {
	position: relative;
	width: 184px;
	margin: 16px 0 0 0;
	padding: 0;
	list-style-type: none;
	background-color: #d5dce0;
	overflow: hidden;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti {
	width: 184px;
	/* height: auto; */
	height: 155px;
	background-color: #d5dce0;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail {
	position: absolute;
	width: 184px;
	/* height: auto; */
	top: 0px;
	left: 0px;
	background-color: #d5dce0;
	display: none;
	z-index: 20;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form {
	width: 184px;
	height: auto;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form input.text,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form input.text {
	width: 170px;
	padding: 7px 5px;
	border: 2px solid #707f87;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form input.text:focus,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form input.text:focus {
	border: 2px solid #0068b7;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-image: none;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form input.id,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form input.id {
	background: url(/common/image/toppage/pc/bg_toppage_form_id.gif) no-repeat 5px center;
	background-color: #ffffff;
	background-size: 93px 13px;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form input.password,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form input.password {
	margin-top: 7px;
	background: url(/common/image/toppage/pc/bg_toppage_form_password.gif) no-repeat 5px center;
	background-color: #ffffff;
	background-size: 75px 17px;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form input.id_focusout,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form input.id_focusout,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form input.password_focusout,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form input.password_focusout {
	background-image: none;
	background-color: #ffffff;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form p.userid_login {
	margin-top: 5px;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form p.userid_login a {
	color: #c2191f;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form p.userid_login a:hover {
	text-decoration: none;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form p.userid_login a img {
	vertical-align: middle;
	margin-right: 3px;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form input.login_btn,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form input.login_btn {
	margin-top: 6px;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form input.login_btn:hover,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form input.login_btn:hover {
	opacity: 0.8;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form p.password_lost,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form p.password_lost {
	margin-top: 5px;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form p.password_lost a,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form p.password_lost a {
	color: #0068b7;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form p.password_lost a:hover,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form p.password_lost a:hover {
	text-decoration: none;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mydti form p.password_lost a img,
#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form p.password_lost a img {
	vertical-align: middle;
	margin-right: 3px;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form p.mail_omit {
	margin-top: 5px;
	overflow: hidden;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form p.mail_omit input {
	float: left;
	display: block;
	width: 20px;
	margin: 3px 0 0 0;
	padding: 0 0 0 0;
}

#toppage .toppage_servicemenu .right .toppage_login ul.secondmenu li.mymail form p.mail_omit span {
	float: left;
	display: block;
	width: 164px;
	margin: 0;
	padding: 0;
}

.securityAbout_txt{
	margin-top: 12px;
	font-size: 10px;
}
.securityAbout_link{
	margin-top: 10px;
    margin-bottom: 10px;
}
	.securityAbout_link a{
		text-decoration: none;
	}
/*=========================================
右メニューメンテナンス情報
=========================================*/

#toppage .toppage_servicemenu .right .toppage_maintenance_info {
	margin-top: 20px;
}

#toppage .toppage_servicemenu .right .toppage_maintenance_info h3 {
	width: 184px;
	margin: 0;
	padding: 3px 0;
	background: none;
	background-color: #707f87;
	border: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
#toppage .toppage_servicemenu .right .toppage_maintenance_info h3,
#toppage .toppage_servicemenu .right .toppage_maintenance_info h3 a {
	color: #ffffff;
	text-decoration: none;
}

#toppage .toppage_servicemenu .right .toppage_maintenance_info h3 a:hover {
	text-decoration: underline;
}

#toppage .toppage_servicemenu .right .toppage_maintenance_info ul#mente {
	margin: 12px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#toppage .toppage_servicemenu .right .toppage_maintenance_info ul#mente li {
	font-size: 10px;
}

#toppage .toppage_servicemenu .right .toppage_maintenance_info ul#mente a {
	color: #c2191f;
	text-decoration: none;
}

#toppage .toppage_servicemenu .right .toppage_maintenance_info ul#mente a:hover {
	text-decoration: underline;
}

#toppage .toppage_servicemenu .right .toppage_maintenance_info p.maintenance_link {
	margin-top: 10px;
}

#toppage .toppage_servicemenu .right .toppage_maintenance_info p.maintenance_link a {
	text-decoration: none;
}

#toppage .toppage_servicemenu .right .toppage_maintenance_info p.maintenance_link a:hover {
	text-decoration: underline;
}

/*=========================================
右メニュー障害情報
=========================================*/

#toppage .toppage_servicemenu .right .toppage_systemfailure_info {
	margin-top: 20px;
	margin-bottom: 20px;
}

#toppage .toppage_servicemenu .right .toppage_systemfailure_info h3 {
	width: 184px;
	margin: 0;
	padding: 3px 0;
	background: none;
	background-color: #707f87;
	border: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#toppage .toppage_servicemenu .right .toppage_systemfailure_info h3 a {
	color: #ffffff;
	text-decoration: none;
}

#toppage .toppage_servicemenu .right .toppage_systemfailure_info h3 a:hover {
	text-decoration: underline;
}

#toppage .toppage_servicemenu .right .toppage_systemfailure_info .tw_timeline  {
	margin: 12px 0 0 0;
	padding: 5px 0 10px 0;
	border-top: 1px solid #707f87;
	border-bottom: 1px solid #707f87;
}

#toppage .toppage_servicemenu .right .toppage_systemfailure_info .tw_timeline .account {
	height: auto;
	margin: 0;
}

#toppage .toppage_servicemenu .right .toppage_systemfailure_info .tw_timeline .account a {
	color: #707f87;
	text-decoration: none;
}

#toppage .toppage_servicemenu .right .toppage_systemfailure_info .tw_timeline .account img {
	vertical-align: middle;
	margin-right: 12px;
}

#toppage .toppage_servicemenu .right .toppage_systemfailure_info .tw_timeline .time {
	display: block;
	margin-bottom: 5px;
}

#toppage .toppage_servicemenu .right .toppage_systemfailure_info .tw_timeline  .tweet {
	font-size: 10px;
	word-break: break-all;
}

#toppage .toppage_servicemenu .right .toppage_systemfailure_info p.systemfailure_link {
	margin-top: 10px;
}

#toppage .toppage_servicemenu .right .toppage_systemfailure_info p.systemfailure_link a {
	text-decoration: none;
}

/*=========================================
右メニューお知らせ情報
=========================================*/

#toppage .toppage_servicemenu .right .toppage_info {
	margin-top: 20px;
	background-color: #fff;
}

#toppage .toppage_servicemenu .right .toppage_info h3 {
	width: 184px;
	margin: 0;
	padding: 3px 0;
	background: none;
	background-color: #c3181f;
	color: #fff;
	border: none;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#toppage .toppage_servicemenu .right .toppage_info p.info_link {
	padding: 10px;
}

#toppage .toppage_servicemenu .right .toppage_info p.info_link a {
	text-decoration: none;
	color: #c3181f;
}

#toppage .toppage_servicemenu .right .toppage_info p.info_link a:hover {
	text-decoration: underline;
}
#toppage .toppage_servicemenu .right .toppage_info p.info_link span{
	color: #c3181f;
}

/*=========================================
DTIからのお知らせ＆プレスリリース
=========================================*/

#toppage .toppage_dtiinfo_pr {
	width: 870px;
	height: auto;
	margin: 38px auto 0 auto;
	padding: 0;
	overflow: hidden;
}

#toppage .toppage_dtiinfo_pr .dtiinfo {
	float: left;
	width: 410px;
	border-left: 4px solid #707f87;
	box-sizing: border-box;
}

#toppage .toppage_dtiinfo_pr .pr {
	float: left;
	width: 410px;
	border-left: 4px solid #707f87;
	box-sizing: border-box;
	margin-left:25px;
}

#toppage .toppage_dtiinfo_pr .dtiinfo h3 {
	width: auto;
	margin: 0;
	padding: 0 0 0 25px;
	background: none;
	border: none;
}

#toppage .toppage_dtiinfo_pr .dtiinfo h3 a {
	color: #707f87;
	text-decoration: none;
}

#toppage .toppage_dtiinfo_pr .dtiinfo h3 a:hover {
	text-decoration: underline;
}

#toppage .toppage_dtiinfo_pr #important {
	width: auto;
	margin: 20px 0 0 0;
	padding: 0;
}

#toppage .toppage_dtiinfo_pr #important ul {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

#toppage .toppage_dtiinfo_pr #important ul li {
	width: auto;
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	line-height: 1.4em;
}

#toppage .toppage_dtiinfo_pr #important ul li:last-child {
	margin-bottom:0;
}

#toppage .toppage_dtiinfo_pr #important ul li span.date {
	display: block;
    font-weight: bold;
    margin-bottom: 0.3em;
}

#toppage .toppage_dtiinfo_pr #important ul li a {
	color: #707f87;
	text-decoration: none;
}

#toppage .toppage_dtiinfo_pr #important ul li a:hover {
	text-decoration: underline;
}


#toppage .toppage_dtiinfo_pr .pr h3 {
	width: auto;
	margin: 0;
	padding: 0 0 0 25px;
	background: none;
	border: none;
}

#toppage .toppage_dtiinfo_pr .pr h3 a {
	color: #707f87;
	text-decoration: none;
}

#toppage .toppage_dtiinfo_pr .pr h3 a:hover {
	text-decoration: underline;
}

#toppage .toppage_dtiinfo_pr .pr #dtinews {
	margin: 20px 0 0 0;
}

#toppage .toppage_dtiinfo_pr .pr #dtinews ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#toppage .toppage_dtiinfo_pr .pr #dtinews ul li {
	margin-bottom: 15px;
	padding-left: 25px;
	line-height: 1.4em;
}

#toppage .toppage_dtiinfo_pr .pr #dtinews ul li:last-child {
	margin-bottom:0;
}

#toppage .toppage_dtiinfo_pr .pr #dtinews ul li span.date {
	display:block;
	font-weight: bold;
	margin-bottom:0.3em;
}

#toppage .toppage_dtiinfo_pr .pr #dtinews ul li a {
	color: #707f87;
	text-decoration: none;
}

#toppage .toppage_dtiinfo_pr .pr #dtinews ul li a:hover {
	text-decoration: underline;
}


/*=========================================
下部バナー
=========================================*/
#toppage .toppage_bottombanner {
	width: 870px;
	height: auto;
	margin: 35px auto 0 auto;
	padding: 0;
	overflow: hidden;
}

/*2項目用*/
#toppage .toppage_bottombanner ul {
	width: auto;
	height: 121px;
	margin: 0;
	padding: 0 150px;
	list-style-type: none;
}

/* 3項目用
#toppage .toppage_bottombanner ul {
	width: 921px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
*/
#toppage .toppage_bottombanner ul li {
	float: left;
	width: 256px;
	height: auto;
	margin-right: 51px;
}

#toppage .toppage_bottombanner ul li:last-of-type {
	margin-right: 0;
}

#toppage .toppage_bottombanner ul li a:hover {
	opacity: 0.8;
}

/*=========================================
ページトップへリンク
=========================================*/

div.toppage_up {
	width: 870px;
	height: auto;
	margin: 38px auto 12px auto;
	padding:0;
	text-align: right;
}

div.toppage_up a {
	color: #707f87;
	text-decoration: none;
}

div.toppage_up a:hover {
	text-decoration: underline;
}







/*maintenance*/
#maintenance{
	width:297px;
	margin-right:15px;
	padding:5px 10px 5px 10px;
	float:left;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	behavior: url(/common/js/PIE.htc);
	position:relative;
}

#maintenance ul{
	margin:0 0 0 0.5em;
	padding:0;
	list-style:none;
}

#maintenance ul#mente li{
	line-height:1.4em;
	margin-top:0.5em;
}

#maintenance ul#mente li a,#maintenance ul#mente li a:link,#maintenance ul#mente li a:visited{
	color:#ba0731;
}

#maintenance ul#mente li a:hover,#maintenance ul#mente li a:active{
	color:#ff9900;
}

#maintenance_info{
	width:270px;
	margin-top:10px;
	padding:5px 10px 5px 10px;
	float:right;
	border: 2px solid #ba0731;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	behavior: url(/common/js/PIE.htc);
	position:relative;
}

/*trouble******************/
#maintenance ul#trouble{
	margin:1em 0 0 0;
	padding:0;
	float:right;
}

/*trouble_on*/
#maintenance ul#trouble li#trouble_on a,#maintenance ul#trouble li#trouble_on a:link,#maintenance ul#trouble li#trouble_on a:visited{
	width:180px;
	height:18px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	line-height:18px;
	display:block;
	font-weight:bold;
	color:#FFF;
	border: 1px solid #ba0731;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ba0731;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d05975), to(#ba0731));
	background: -webkit-linear-gradient(#d05975, #ba0731);
	background: -moz-linear-gradient(#d05975, #ba0731);
	background: -ms-linear-gradient(#d05975, #ba0731);
	background: -o-linear-gradient(#d05975, #ba0731);
	background: linear-gradient(#d05975, #ba0731);
	-pie-background: linear-gradient(#d05975, #ba0731);
	behavior: url(/common/js/PIE.htc);
	position:relative;
}

#maintenance ul#trouble li#trouble_on a:hover,#maintenance ul#trouble li#trouble_on a:active{
	width:180px;
	height:18px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	line-height:18px;
	display:block;
	font-weight:bold;
	color:#FFF;
	border: 1px solid #7e0522;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #ba0731;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ba0731), to(#7e0522));
	background: -webkit-linear-gradient(#ba0731, #7e0522);
	background: -moz-linear-gradient(#ba0731, #7e0522);
	background: -ms-linear-gradient(#ba0731, #7e0522);
	background: -o-linear-gradient(#ba0731, #7e0522);
	background: linear-gradient(#ba0731, #7e0522);
	-pie-background: linear-gradient(#ba0731, #7e0522);
	behavior: url(/common/js/PIE.htc);
	position:relative;
}

/*trouble_no*/
#maintenance ul#trouble li#trouble_no{
	width:180px;
	height:18px;
	text-align:center;
	float:left;
	font-size:12px;
	text-decoration:none;
	line-height:18px;
	display:block;
	color:#FFF;
	border: 1px solid #2d6c9f;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #2d6c9f;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#528cba), to(#2d6c9f));
	background: -webkit-linear-gradient(#528cba, #2d6c9f);
	background: -moz-linear-gradient(#528cba, #2d6c9f);
	background: -ms-linear-gradient(#528cba, #2d6c9f);
	background: -o-linear-gradient(#528cba, #2d6c9f);
	background: linear-gradient(#528cba, #2d6c9f);
	-pie-background: linear-gradient(#528cba, #2d6c9f);
	behavior: url(/common/js/PIE.htc);
	position:relative;
}

/*trouble_report*/
#maintenance ul#trouble li#trouble_report a,#maintenance ul#trouble li#trouble_report a:link,#maintenance ul#trouble li#trouble_report a:visited{
	font-size:10px;
	float:right;
	color:#2d6c9f;
}

#maintenance ul#trouble li#trouble_report a:hover,#maintenance ul#trouble li#trouble_report a:active{
	font-size:10px;
	float:right;
	color:#ba0731;
}

#top_news p.backnumber{
	text-align:right;
	font-size:10px;
}

/**/
#target_box {
	width: 594px;
	height: auto;
	margin: 0 0 0 46px;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

#target_box .target_b {
	float: left;
	width: 275px;
	height: 79px;
	margin: 0 22px 26px 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#target_box .target_b .service_logo {
	float: left;
	width: 85px;
	height: auto;
	margin: 0 10px 0 0;
	padding: 0;
}
#target_box .target_b .service_logo a:hover{
opacity: 0.8;
}

#target_box .target_b .service_text {
	float: left;
	width: 180px;
	height: auto;
	margin: 0;
	padding: 0;
}

#target_box .target_b .service_text h2 {
	font-size: 14px;
	margin: 13px 0 0 0;
	padding: 0;
}

#target_box .target_b .service_text h2 a {
	text-decoration: none;
}

#target_box .target_b .service_text h2 a:hover {
	text-decoration: underline;
}

#target_box .target_b .service_text p {
	margin: 0;
	padding: 0;
}

#target_box .target_b .service_text p.campaign {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 6.5em;
	color: #ffffff;
	background: #c2191f;
	font-size: 8px;
	padding: 0 3px;
	text-align: center;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#target_box .target_b .service_text p a {
	color: #707f87;
	text-decoration: none;
}

#target_box .target_b .service_text p a:hover {
	text-decoration: underline;
}