@charset "utf-8";
/* CSS Document */


/* index==========================

	1.for index style
	2.for news style
	3.for news release style
	
*/


/* 1.for index style
===============================================================*/
div#contents{
	margin-top:15px;
}
div#bnRecruit li{
	float:left;
	display:inline;
	margin-left:19px;
}
div.titleBox{
	line-height:0;
	font-size:0;
	border-bottom:solid 6px #3585e8;
}
div.titleBox h2{
	float:left;
	display:inline;
}
div.titleBox p{
	float:right;
	display:inline;
	margin-top:3px;
}
div#news dl{
	padding:10px 15px;
	background:#f4faff;
}
div#news dt{
	float:left;
	padding:3px 0 3px 15px;
	background:url(../../images/common/ico_blue.gif) no-repeat 0 6px;
}
div#news dd{
	margin-left:7em;
	padding:3px 0;
}
div.secBox{
	float:left;
	display:inline;
	margin-left:13px;
	width:201px;
}
p.secTxt{
	margin-top:10px;
}
div#service img{
	vertical-align: bottom;
}


/* 2.for news style
===============================================================*/

/* news */

div#news dd{
    position:relative; /*this is the key*/
    z-index:24;
}
div#news dd.mediaOn{
	z-index:25;
}
div#news dd span{
	display:none;
}
div#news dd.mediaOn span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:1.5em;
	left:20em;
	padding-top:5px;
	width:86px;
	line-height:28px;
	font-size:12px;
	text-align: center;
	text-decoration:none;
	color:#fff;
	background:url(../../images/top/media.gif) no-repeat;
}
div#news dd.creativeOn{
	z-index:25;
}
div#news dd.creativeOn span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:1.5em;
	left:15em;
	padding-top:5px;
	width:113px;
	line-height:28px;
	font-size:12px;
	text-align: center;
	text-decoration:none;
	color:#fff;
	background:url(../../images/top/creative.gif) no-repeat;
}


/* newsList */

div#newsList{
	font-size:0.75em;
	background:#f5faff;
}
div#newsList h2{
	line-height:0;
	font-size:0;
}
div#newsList dl{
	padding:15px 25px;
}
div#newsList dt{
	float:left;
	padding:5px 0 5px 15px;
	background:url(../../images/common/ico_blue.gif) no-repeat 0 8px;
}
div#newsList dd{
	margin-left:10em;
	padding:5px 0;
}


div#newsList dd{
    position:relative; /*this is the key*/
    z-index:24;
}
div#newsList dd.mediaOn{
	z-index:25;
}
div#newsList dd span{
	display:none;
}
div#newsList dd.mediaOn span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:1.5em;
	left:20em;
	padding-top:5px;
	width:86px;
	line-height:28px;
	font-size:12px;
	text-align: center;
	text-decoration:none;
	color:#fff;
	background:url(../../images/top/media.gif) no-repeat;
}
div#newsList dd.creativeOn{
	z-index:25;
}
div#newsList dd.creativeOn span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:1.5em;
	left:15em;
	padding-top:5px;
	width:113px;
	line-height:28px;
	font-size:12px;
	text-align: center;
	text-decoration:none;
	color:#fff;
	background:url(../../images/top/creative.gif) no-repeat;
}


/* 2.for news release style
===============================================================*/
p.ja_day {
	width: 100px;
	float: left;
	display: inline;
}
p.en_day {
	width: 250px;
	float: left;
	display: inline;
}
div.ms_logo {
	text-align: left;
	margin-top: 10px;
}
div#press {
	width: 300px;
	float: left;
	display: inline;
}
div#press_en {
	width: 300px;
	float: right;
	display: inline;
}
div#press dt,div#press_en dt {
	margin: 20px 0 0 0;
}
div#press dd,div#press_en dd {
	margin:5px 0 0 10px;
}
p.newsrelease {
	text-align:center;
	margin: 20px 0 5px 0;
	font-weight: bold;
}
p.newsrelease2 {
	text-align:center;
	margin: 10px 0 5px 0;
}
p.newsrelease2 span {
	font-weight: bold;
}
#header01{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:20px 0 10px 0;
}
p.pressText {
	margin: 12px 10px 0 10px;
}
dl.akibatoday dd{
	border:none!important;
}
