﻿@charset 'utf-8';


/*----------------------------------------------------
    すべて
----------------------------------------------------*/
/* 画像縦並べのときに隙間ができるのを回避(本家から上書き)
　意図がつかめてないので念のためlowConAの中のみに適用 */
.lowConA img {
	vertical-align: bottom;
}

/* IE7でsupのある行が陥没して見えなくなるので文字を上揃えにしてしまう */
*+html sup {
	vertical-align: top;
	line-height: 1em;
}

.va_fix img{
	line-height: 0;
	vertical-align: baseline;
}

/* feature page class 上書き--- */
.subContents .lowConColumn {
    width: 628px;
    margin: 0 auto;
/*
    text-align: justify;
*/
}
/*
.subContents .lowConColumn .lowConText{
    text-align: justify;
}
*/

/*----------------------------------------------------
    Caption
----------------------------------------------------*/
.subContents ul.caption {
    font-size: 85%;
    line-height: 1.5em;
    margin: 5px 0 25px 0;
    /* color: #1a1a1a; */
}
/* captionが複数行になるとIE6で崩れるので、
　clearfixと同じことをリストに施す */
.subContents ul.caption li {
    overflow: hidden;
	min-height:1px;
	zoom:1;
}
.subContents ul.caption li:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

.subContents ul.caption li .star {
    width: 2.5em;
    text-align: center;
    color: #00A0E9;
    float: left;
}

.subContents ul.caption li .text {
    /* width: 608px; */
    width: auto;
    overflow: hidden;
    zoom: 1;
    float: none;
}

.subContents ul.caption li .longText {
    width: auto;
    overflow: hidden;
    zoom: 1;
    float: none;
}



/*----------------------------------------------------
    Caption no subContents
----------------------------------------------------*/
ul.caption {
    font-size: 90%;
    line-height: 1.5em;
    margin: 5px 0 25px 0;
    color: #000;
}
/* captionが複数行になるとIE6で崩れるので、
　clearfixと同じことをリストに施す */
ul.caption li {
    overflow: hidden;
	min-height:1px;
	zoom:1;
}
ul.caption li:after {
	content:".";
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	font-size:0px;
}

ul.caption li .star {
    width: 2.5em;
    text-align: center;
    color: #00A0E9;
    float: left;
}

ul.caption li .text {
    /* width: 608px; */
    width: auto;
    overflow: hidden;
    zoom: 1;
    float: none;
}






/*----------------------------------------------------
    仕様一覧PDFボタン
----------------------------------------------------*/
.btnPdf {
	height: 35px;
	margin: 0 2px 10px 0;
	text-align: right;
}
.btnPdf a {
	overflow: hidden;
	height: 35px;
	width: 235px;
	display: inline-block;
	text-align: left;
	text-decoration: none;
	text-indent: -9999px;
	background: url('/cms/ene/images/buttonPdf-.png') no-repeat;
}
.btnPdf a:hover { background: url(/cms/ene/images/buttonPdf.png) no-repeat; }




/*--------------------------------------------------------------------
 別ページへリンク
--------------------------------------------------------------------*/

a.blank {
padding: 0 2em 0 0;
background-image: url("/cms/ene/images/suffix-blank.png");
background-position: right center;
background-repeat: no-repeat;
}

a.blank2 {
padding: 0.5em 0.8em 0 0;
background-image: url("/cms/ene/images/suffix-blank.png");
background-position: right center;
background-repeat: no-repeat;
}

.mb80 {
	margin-bottom: 80px !important;
}



/*--------------------------------------------------------------------
 リンクボックス関連
--------------------------------------------------------------------*/


.link_box {
	position: relative;
	text-align: center;
}
.link_box a {
	text-decoration: none;
}
.link_box span.bg {
	padding: 10px 20px 6px 20px;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	border: 1px #c0c0c0 solid;
	background: url('/cms/sun/images/common_maru_button.png') repeat-x center center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/sunvista/common/css/ie-css3.htc);
	display: inline-block;
}
.link_box span.link_box_lefttxt {
	display: inline;
	margin: 10px 15px 10px 15px;
	overflow: hidden;
	vertical-align:15px;
	_margin:20px 0px 0 0;
}

/* large_textbox */

.large_textbox {
	width: 300px;
    margin: 0 0 20px 0;
    display: inline;
}

.large_textbox p{
    font-size: 16px;
    line-height: 1.8;
    padding: 5px 0 0 0;
}


/*--------------------------------------------------------------------
 青字サブタイトル
--------------------------------------------------------------------*/

.p_outage h5 {
    height: 30px;
    line-height: 31px;
    font-size: 115%;
    color: #004E97;
    text-indent: 25px;
    font-weight: bold;
    background: url("/sunvista/images/bg_h5.png") no-repeat left bottom;
    margin: 20px 5px 10px 5px;
}

.p_outage sup {
	vertical-align: top;
	line-height: 2em;
	font-size: 85%;
}



/*--------------------------------------------------------------------
 横ダッシュ用
--------------------------------------------------------------------*/

.mdash {
	letter-spacing: -0.2em;
}


/*----------------------------------------------------
    ソーシャルボタン　アキ
----------------------------------------------------*/
#socialArea li {
    margin-left: 0.5em;
}



