@charset "utf-8";

h3.h-3c{
	background-color:#eee;
	font-weight: bold;
	font-size: 108%;
	margin-top: 30px;
}

.mt38{
	margin-top:38px;
}

/*-------------------
    各INDEX
 ------------------- */

/* カテゴリ一覧・会社別INDEX  */
.cate-list li,
.corp-list li {
	border-bottom:#B2B2B2 dotted 1px;
	margin-left:15px;
	padding:10px 0;
}

.cate-list li a,
.corp-list li a {
	color:#0068BF;
	font-size:108%;
	font-weight:bold;
	line-height:1.6em;
	text-decoration:none;
}

.cate-list li a:hover,
.corp-list li a:hover {
	text-decoration: underline;
}

.cate-list li span,
.corp-list li span {
	font-size:100%;
	line-height:1.3em;
}

/* 月別一覧  */

ul.monthly {
	margin-left:15px;
	overflow:hidden
}
*+html ul.monthly{
	margin-bottom:25px;
}

.monthly li {
	border-right:#CCC solid 1px;
	display:inline-block;
	float:left;
	font-size:108%;
	line-height:1.5;
	margin-bottom:25px;
	text-align:center;
	width:56px;
}

.monthly li a{
	color:#006CBF;
}

.monthly li a.noLink{
	color:#333;
}


/* 新着情報/カテゴリー別/月別INDEX */

dl.rssGroup {
	border-bottom:#B2B2B2 dotted 1px;
	margin-left:15px;
	padding:15px 0 10px;
}

dl.rssGroup .newsText {
	display: inline-block;
	*display: inline;
	*zoom: 1;

	width: 565px;
	margin-right: 5px;
	vertical-align: top;
}

dl.rssGroup .newsText .hasVideo,
dl.rssGroup .newsText .hasVideo:hover,
dl.rssGroup .newsText a:hover .hasVideo {
	color: #333;
	text-decoration: none;
}

dl.rssGroup .thumbnail {
	display: inline-block;
	*display: inline;
	*zoom: 1;

	margin-top: 18px;
	margin-left: 10px;
	width: 90px;
	height: 90px;
	border: solid 1px #aaa;
	text-align: center;
}

dl.rssGroup .thumbnail a {
	width: 90px;
	height: 90px;
	clear: both;
	display: table-cell;
	vertical-align: middle;
}

dl.rssGroup .summary {
	font-size: 83%;
}

dl.rssGroup dt.rssDate {
	font-size:108%;
	line-height:1.2;
	margin-bottom:5px;
	position:relative;
}

dl.rssGroup dd{
	font-size:108%;
	line-height:1.5;
}

dl.rssGroup dd a .hasVideo {
	color: #333;
	text-decoration: none;
}

dl.rssGroup dd a{
	color:#006CBF;
	font-weight:bold;
	text-decoration:none;
}

dl.rssGroup dd a:hover{
	text-decoration: underline;
}

.rssDate ul{
	font-size:85%;
	overflow:hidden;
	position:absolute;
	left:10em;
	top:0.1em;
}

.rssDate ul li {
	background:url(../img/arrow_category.gif) left 0.2em no-repeat;
	display:inline-block;
	float:left;
	padding-left:8px;
	margin-right:5px;
	line-height:1.2;
}

.rssDate ul li a{
	display:inline-block;
	border-bottom:#B2B2B2 dotted 1px;
	text-decoration:none;
	color:#666;
}

.rssDate ul li a:hover{
	color:#000;
}

/* 新着情報（お知らせ） */

.infomationNewsIndex p{
	margin-left:15px;
}

/* 新着情報（IRニュース） */

.irNewsIndex .rssGroup,
.infomationNewsIndex .rssGroup {
	border-bottom:none;
	margin-left:15px;
	padding:5px 0;
	}

.irNewsIndex .rssGroup dt.rssDate,
.infomationNewsIndex .rssGroup dt.rssDate {
	display: inline-block;
	width:8em;
	font-size:108%;
	line-height:1.5;
	float:left;
	overflow:hidden;
}

.irNewsIndex .rssGroup  dd,
.infomationNewsIndex .rssGroup  dd{
	font-size:108%;
	line-height:1.5;
}

/* 新着情報 （ページ内リンク） */

ul.inPageIndex{
	margin-bottom:20px;
	overflow:hidden;
}
ul.inPageIndex li{
	border-right:#B2B2B2 solid 1px;
	display:inline-block;
	float:left;
	font-size:100%;
	line-height:1.2;
	padding:0 15px;
}
ul.inPageIndex li a {
	background:url(../img/arrow-pagedown.gif) left 0.5em no-repeat;
	padding-left:13px;
	color:#666;
	text-decoration:underline;
}
* html ul.inPageIndex li a {
	background:url(../img/arrow-pagedown.gif) left 0.2em no-repeat;
}
*+html ul.inPageIndex li a {
	background:url(../img/arrow-pagedown.gif) left 0.2em no-repeat;
}

ul.inPageIndex li a:hover{
	color:#000;
}


/* 全て/プレスリリース切替タブ */

.title_block {
	padding: 0;
	position:relative;
}

*+html .title_block {
	padding: 0 0 0 10px;
}

.title_block .filter {
	position:absolute;
	font-size:12px;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
}

.title_block .filter li {
	display: block;
	float:left;
	margin:0 5px -3px 0;
	height:31px;
	text-align:center;
}

.title_block .filter li a {
	display: block;
	color:#333;
	cursor: pointer;
	height:21px;
	outline:none;
	padding:10px 0 0 0;
    text-decoration: none;
}
* html .title_block .filter li a {
	height:31px;
	padding:8px 0 0 0;
}

.title_block .filter li#all_show.selected a{
	background:url(../img/h2_tab_all_on.png) left top no-repeat;
	width:111px;
}

.title_block .filter li#press_show.selected a{
	background:url(../img/h2_tab_press_on.png) left top no-repeat;
	width:154px;
}

.title_block .filter li#all_show a {
	background:url(../img/h2_tab_all_off.png) left top no-repeat;
	width:111px;
}

.title_block .filter li#press_show a {
	background:url(../img/h2_tab_press_off.png) left top no-repeat;
	width:154px;
}

.title_block .filter li.selected a {
	cursor: default;
}


/* プレスリリース検索窓 */

#NewstopTitleArea{
	background: url(../../../img/2013/common/bg_h1.gif) repeat-x bottom;
	border: 1px solid #B2B2B2;
	clear: both;
	min-height:29px;
	margin-bottom: 20px;
	overflow:hidden;
}

#NewstopTitleArea h1{
	font-size: 131%;
	font-weight: bold;
	float:left;
	line-height: 1.2;
	padding: 16px 19px 14px;
}

/* 新着情報 RSSアイコンつきH2見出し */

.rssboxL {
	font-size:116%;
	width:47px;
	position:absolute;
	left:5.5em;
	bottom:0;
	margin-bottom:4px;
} 

.rssboxR {
	width:95px;
	position:absolute;
	right:0;
	bottom:0;
	margin-bottom:4px;
} 

* html .rssboxL,
* html .rssboxR{
	margin-bottom:7px;
}
*+html .rssboxL,
*+html .rssboxR{
	margin-bottom:7px;
}
*+html .rssboxL{
	left:6em;
}
.rssboxL img,
.rssboxR img {
	margin-left:5px;
}


/*-------------------
    サイドメニュー
 ------------------- */

/* サイドメニュー色指定 */

ul.sideMenu li span.act, ul.sideMenu2 li span.act {
background: url(../../../img/2013/top_conts/hm_kakko.png) no-repeat 7px center #eee;
color: #333;
}

/* プレスリリース 右サイド検索 */

.sidePRsearchbox{
	background: #F2F2F2;
	border: 1px solid #999;
	clear: both;
	overflow:hidden;
	padding:8px 5px 8px 0;
	margin-bottom:20px;
}

.sidePRsearchbox form fieldset label {
	background:url(../../../img/2013/top_conts/hm_kakko.png) no-repeat 7px center;
	display: block;
	font-size: 93%;
	line-height: 1.3;
	padding-left:20px;
}

.sidePRsearchbox form fieldset input#releases-search {
	height: 17px;
	margin-left:20px;
	width: 140px;
	font-size:13px;
	line-height: 1;
	float:left;
}
* html .sidePRsearchbox form fieldset input#releases-search {
	height: 21px;
	width: 140px;
}

.sidePRsearchbox form fieldset input.form-button {
	width: 35px;
	height: 21px;
	cursor: pointer;
	font-size: 11px !important;
	margin-left:-1px;
}
* html .sidePRsearchbox form fieldset input.form-button {
		margin-left:-4px;
}

.sidePRsearchbox form fieldset ul {
	clear:both;
	font-size: 93%;
	margin-top:5px;
	float:right;
	width:10em;
	overflow:hidden;
}

.sidePRsearchbox form fieldset li.help {
	display:inline-block;
	width:4em;
	float:left;
}

.sidePRsearchbox form fieldset li.detail-search {
	display:inline-block;
	width:5em;
	float:left;
}

/*----------------------------------
    プレスリリース記事本文
 ---------------------------------- */

/* プレスリリース記事本文 */

.notice{
	font-size:93%;
	line-height:1.3;
	margin-bottom:20px;
}
.bottom-notice{
	clear:both;
	font-size:100%;
	line-height:1.3;
	margin:0 0 20px;
}

dl.category{
	overflow:hidden;
	margin-bottom:25px;
}

dl.category dt {
	display:inline-block;
	font-size:100%;
	line-height:1;
	float:left;
	margin-right:15px;
}

dl.category dd {
	display:inline-block;
	overflow:hidden;
}

.category ul{
	font-size:85%;
	overflow:hidden;
	left:10em;
	top:0.1em;
}

.category ul li {
	background:url(../img/arrow_category.gif) left 0.3em no-repeat;
	display:inline-block;
	float:left;
	padding-left:8px;
	margin-right:10px;
	line-height:1.2;
}
.category ul li a{
	display:inline-block;
	border-bottom:#B2B2B2 dotted 1px;
	text-decoration:none;
	color:#666;
}

.category ul li a:hover{
	color:#000;
}

.date {
	text-align:right;
	margin-bottom:15px;
}

.subtitle {
	font-weight:bold;
	font-size:106%;
	line-height:1.5;
}

#articleArea {
	border-bottom:#B2B2B2 dotted 1px;
	margin-bottom:25px;
	padding-bottom:30px;
}

#articleArea p {
	font-size:100%;
	line-height:1.3;
	margin-bottom:20px;
}

#articleArea .videoterms {
	font-size:x-small;
}

#articleArea h3,
#articleArea h3.bg-gray {
	background: #eee;
	line-height: 1.2;
	margin-bottom:10px;
	padding: 4px 15px 3px;
}

#articleArea h4,
#articleArea h5 {
	font-size:100%;
	line-height: 1.3;
	font-weight:bold;
	margin-bottom:10px;
}

#articleArea table{
	border-collapse: collapse;
	border-spacing: 0;
	border-color:#999;
	margin:0 auto;
	width: 690px;
	margin-bottom:15px;
}

#articleArea table td{
	border-color:#999;
	font-size:85%;
	vertical-align: top;
	padding: 8px;
	line-height: 115%;
}

#articleArea table td p{
	margin-bottom:0;
}

#articleArea div.img2columnBox {
	display:block;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}

* html #articleArea div.img2columnBox {
	overflow-x:hidden;
	overflow-y:visible;
}

#articleArea div.img2columnBox table{
	margin:0 auto;
	zoom:1;
}

#articleArea .img2columnBox td.img {
	text-align:center;
	padding:5px 0 0 5px;
}

#articleArea strong {
	font-weight: bold;
}

td.caption{
	font-size:100%;
	line-height: 1.1;
}

.center{
	text-align:center;
}

#articleArea dl.note{
	margin: 15px 10px 25px;
	border-bottom:#B2B2B2 dotted 1px;
	border-top:#B2B2B2 dotted 1px;
	padding:10px 0;
	font-size:77%;
	overflow:hidden;
	color:#000;
	line-height:1.4;
}

#articleArea dl.note dt {
	display:inline-block;
	float:left;
}

#articleArea dl.note dd {
	display:block;
	margin:0 0 0.3em 3em;
}

#articleArea dl.note dd p{
	margin-bottom:0;
}

#articleArea ul.pdf li {
	background: url(../img/ico_pdf.gif) no-repeat left 0.2em;
	line-height:1.5;
	font-size:100%;
	padding-left: 20px;
	margin-bottom: 0.5em;
	list-style: none;
}

#adobeBox {
	display:block;
	border-top:#B2B2B2 dotted 1px;
	font-size:77% ;
	margin-top:10px;
	padding:15px 0;
	height:33px;
	overflow:hidden;
}

* html #adobeBox{
	height:63px;
}

#adobeBox .link-text {
	width:480px;
	float:left;
}

#adobeBox div.banner {
	display:inline-block;
	width:112px;
	height:33px;
	float:left;
}

dl.contact.middle {
	font-size:100%;
	line-height:1.5;
	padding-bottom:25px;
}

dl.contact.middle dd{
	margin-left:1em;
	font-weight:bold;
}

.corporatelist {
	text-align:right;
}

dl.listStyleBracket {
	font-size:100%;
	line-height:1.3;
	overflow:hidden;
	margin-bottom:20px;
}

dl.listStyleBracket dt{
	display: inline-block;
	width:3em;
	float:left;
}
* html dl.listStyleBracket dt{
	width:2.5em;
}

*+html dl.listStyleBracket dt{
	width:2.5em;
}

dl.listStyleBracket dd{
	display:block;
	margin:0 0 0.3em 3.2em;
}

* html dl.listStyleBracket dd{
	margin:0 0 0.3em 0.2em;
}

*+html dl.listStyleBracket dd{
	margin:0 0 0.3em 0.2em;
}


.noteTrademark{
	font-size:77%;
	line-height:1.4;
	margin-bottom:20px;
	padding:15px 0;
	border-top:#B2B2B2 dotted 1px;
}

.noteTrademark ul li{
	margin-left:15px;
}

.noteTrademark ul li.nomark{
	list-style:none;
}

#articleArea .imgBlock .right{
	margin: 5px 0 10px 15px;
	padding: 0;
	float: right;
}

#articleArea .imgBlock .left{
	margin: 5px 15px 10px 0;
	padding: 0;
	float: left;
}

#articleArea .imgBlock .center {
	display:block;
	text-align:center;
	margin-bottom:25px;
}

#articleArea .imgBlock .center .centerInner{
	display:inline;
	text-align:center;
}

#articleArea .inscription{
	font-size:100%;
	line-height:1.2;
	margin-bottom:15px;
	text-align:center;
}

#articleArea ul.link {
	margin:10px 0 25px 15px;
}

#articleArea ul.link li {
	background: url(../img/blt_blue.gif) no-repeat left 0.3em;
	padding-left: 15px;
	font-size:100%;
	line-height:1.5;
}

#articleArea div.frameSmall{
	border:#B2B2B2 solid 1px;
	padding:10px;
	margin-bottom:25px;
}

#articleArea div.frameSmall p{
	font-size:90%;
	line-height:1.4;
	margin-bottom:15px;
}

#articleArea div.frameSmall h4{
	font-size:94%;
	line-height:1.4;
	margin-bottom:5px;
}

#articleArea div.frameSmall ul{
	font-size:90%;
	line-height:1.6;
	margin-left:30px;
}

#articleArea div.frameSmall ul li{
	list-style-type:disc;
}

#trailer ul {
	margin-top: 2ex;
}
#trailer ul li {
	list-style-type:disc;
	margin: 1ex 0 0 30px;
	line-height: 2;
}

.gw12 > #articleArea table {
	max-width: 930px;
	word-wrap: break-word;
	width: initial;
	margin: 0px 5px;
}

ul.cate-list.mb20.cate-list-compact li {
    border: none;
    padding-bottom: 0;
    display: inline-block;
}

ul.cate-list.mb20.cate-list-compact li:not(:last-child):after {
    content: "/";
    display: inline;
    margin-left: 10px;
}

ul.cate-list.mb20.cate-list-compact li br {
    display: none;
}

ul.cate-list.mb20.cate-list-compact li span {
    display: none;
}

.news-metacategory-block--id-2 {
    display: none;
}

#gfooter .bnr-eco {
    display: none;
}
