@charset "Shift_JIS";
/* CSS Document */

/* ------------------------------------------------------------------------------------
  トップページ用
--------------------------------------------------------------------------------------- */


#topVisual{
	margin-bottom: 0;
	line-height: 1;
	font-size: 0px;
}
#topVisual img{
	vertical-align: baseline;
}

/* インデックス */
#topIndex{
	overflow: hidden;
}
#topIndex div.clBox{
	padding: 4px 0 0 12px;
	line-height: 1.5;
}
#topIndex div.clWrap{
	clear: both;
	zoom:1;
	margin-bottom: 2.5em;
}
#topIndex div.clWrap:after{
	content:'';
	display:block;
	clear:both;
}
#topIndex div.clWrap-2cl div.clBox{
	float: left;
	width: 361px;
	margin-right: 25px;
	background: url(/security/img/index/bg_topindex02.gif) no-repeat left top;
}
#topIndex div.clWrap-2cl div.clBox.last{
	float: right;
	margin-right: 0;
}
#topIndex div.clWrap-3cl div.clBox{
	float: left;
	width: 226px;
	margin-right: 32px;
	background: url(/security/img/index/bg_topindex01.gif) no-repeat left top;
}
#topIndex div.clWrap-3cl div.clBox.last{
	float: right;
	margin-right: 0;
}
#topIndex ul.linkList li{
	padding: 1em 0;
	background: url(/security/img/common/template/bg_border01.gif) repeat-x left bottom;
}
#topIndex ul.linkList li.last{
	background: none;
	padding-bottom: 0;
}
#topIndex ul.linkList p.ttl{
	padding-left: 20px;
	font-weight: bold;
	font-size: 117%;
	background: url(/security/img/common/icon/arrow_l.gif) no-repeat 7px 0.5em;
}
#topIndex ul.linkList p.lead{
	margin-top: 0.5em;
	padding-left: 20px;
}
#topIndex ul.linkList li ul{
	margin-top: 1em;
	padding-left: 20px;
}
#topIndex ul.linkList li li{
	margin-bottom: 0.35em;
	padding: 0 0 0 15px;
	background: url(/security/img/common/icon/arrow_s.gif) no-repeat 3px 0.5em;
}
#topIndex ul.linkList span.date{
	font-weight: bold;
}
#topIndex ul.linkList span.date img{
	vertical-align: baseline;
}

#topIndex ul.otherLink{
	margin-top: 1.5em;
	padding: 8px 20px 2px;
	font-weight: bold;
	border: 1px solid #CCC;
}
#topIndex ul.otherLink li{
	margin-bottom: 0.5em;
	padding-left: 12px;
	background: url(/security/img/common/icon/arrow_s.gif) no-repeat 1px 0.5em;
	font-weight: normal;
}

#topIndex ul.topicsList li{
	zoom: 1;
	margin-bottom: 1em;
	padding: 0 0 1em;
	background: url(/security/img/common/template/bg_border01.gif) repeat-x left bottom;
}
#topIndex ul.topicsList li.last{
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
#topIndex ul.topicsList li span.date{
	display: block;
	zoom: 1;
	padding-left: 20px;
	font-weight: bold;
	background: url(/security/img/common/icon/arrow_s.gif) no-repeat 7px 0.5em;
}
#topIndex ul.topicsList li span.ttl{
	display: block;
	zoom: 1;
	padding-left: 20px;
}

#topIndex div.eventInfo{
	margin-bottom: 1em;
	padding: 0 0 1em 20px;
	background: url(/security/img/common/template/bg_border01.gif) repeat-x left bottom;
}
#topIndex div.eventInfo h3{
	margin-bottom: 1em;
}
#topIndex div.eventInfo ul.linkList01{
	margin-top: 1em;
}
#topIndex div.eventInfo.last{
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}

/* ------------------------------------------------------------------------------------
  リコメンドエリア
--------------------------------------------------------------------------------------- */

#recommendWrap {
	overflow: hidden;
	width: 680px;
	height: 162px;
	margin: 0 auto;
	margin-bottom: 25px;
}
#recommend-area {
	position: relative;
}
.recommend-area-detail {
	position: absolute;
	width: 330px;
	background-color: #fff;
}
.recommend-area-detail .overlay:hover {
	text-decoration: none;
}
.recommend-area-detail .overlay * {
	opacity: 1;
	-webkit-transition: opacity 150ms ease;
	        transition: opacity 150ms ease;
}
.recommend-area-detail .overlay:hover * {
	opacity: 0.93;
	filter: alpha(opacity=75)\9;
}
.recommend-area-detail .overlay:hover *:not(:target) {
	filter: none;
}
.recommend-area-detail .inner {
	padding: 1px;
	border: 4px solid #d8d8d8;
}
.recommend-area-detail p img {
	float: left;
}
.recommend-area-detail .txt {
	display: table-cell;
	vertical-align: middle;
	height: 115px;
	padding: 0 15px 0 5px;
	color: #333;
	font-size: 116.66%;
}
#recommendWrap .list_nav {
	position: absolute;
	width: 680px;
}
.list_nav .prev,
.list_nav .next {
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 162px;
	background-image: url(../img/index/ico_controler00.png);
	background-repeat: no-repeat;
}
.list_nav .prev {
	left: -50px;
	background-position: -90px 0;
}
.list_nav .prev:hover {
	background-position: -30px 0;
	cursor: pointer;
}
.list_nav .next {
	right: -50px;
	background-position: -120px 0;
}
.list_nav .next:hover {
	background-position: -60px 0;
	cursor: pointer;
}
.list_nav .not,
.list_nav .not:hover {
	background-position: 0 0;
	cursor: default;
}
