@charset "shift_jis";
/* ****************************************************
Since : 2008-08-12
Last Modified: 2008-08-17
***************************************************** */

/* ****************************************************
1. newsList

99. Extra
***************************************************** */

/* 1. newsList
=========================================*/

body#news dl.newsList {
	margin: 15px 0 30px 0;
}
* html body#news dl.newsList {
	height: 1%;
}

body#news dl.newsList dt {
	float: left;
	width: 5.5em;
	margin: 0 0 10px 0;
}

body#news dl.newsList dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 8.5em;
	border-bottom: solid 1px #AAAAAA;
}
body#news dl.newsList dd.pressLayout {
	padding: 0 0 10px 0;
}
body#news dl.newsList dd.pressLayout span.press {
	display: block;
	float: left;
}
body#news dl.newsList dd.pressLayout span.text {
	display: block;
	margin: 0 4px;
	padding: 0 0 0 8em;
}







/* 99. Extra
=========================================*/
/* Clearfix */
body#news dl.newsList:after,
body#news dl.newsList dd.pressLayout:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body#news dl.newsList,
body#news dl.newsList dd.pressLayout {
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}

/*20160122-*/
#visual #notice {
	background-color: #fff;
	border: 4px solid #ccc;
	padding: 55px 0;
}
#visual #notice p.leadTx {
	line-height: 1;
	font-size: 24px;
	text-align: center;
	margin-bottom: 45px;
}
#visual #notice p.nomalTx {
	font-size:18px;
	width: 830px;
	margin: 0 auto 10px;
}
#visual #notice .linkTxBox {
	text-align: center;
}
#visual #notice p.linkTx {
	font-size: 14px;
	min-width: 300px;
	display: inline-block;
	border: 1px solid #0070c0;
	background-image: url(../images/ic_arw_01.gif);
	background-repeat: no-repeat;
	background-position: 35px 20px;
}
#visual #notice p.linkTx a {
	display: block;
	padding: 15px 55px;
	/*background-image: url(../images/ic_blank_01.gif);
	background-repeat: no-repeat;
	background-position: 320px 18px;*/
}
#visual #notice p.linkTx a:link,
#visual #notice p.linkTx a:visited,
#visual #notice p.linkTx a:active {
	text-decoration: none;
}
#visual #notice p.linkTx a:hover {
	color: #ffffff;
}
#visual #notice p.linkTx:hover {
	background-color: #005bac;
	background-image: url(../images/ic_arw_02.gif);
}

#visual #notice p.Tx {
	font-size: 14px;
	text-align: center;
}