@charset "utf-8";

/* CSS Document */

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　index　　
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*　main_img
------------------------------------------------------------------- */


/*　contents
------------------------------------------------------------------- */
#contents {
	margin-bottom: 0;
}

#contents div#mainimg {
	width: 959px;
	clear: both;
	overflow: hidden;
	/*	margin-bottom:20px;*/
	background: url(../img/index/main_bg.gif);
}

#contents p#mainline {
	margin-bottom: 10px;
}


/*　ジャルコが取り組む5つの事業
------------------------------------------------------------------- */
#contents div.listbox01 {
	display: flex;
	width: 959px;
	clear: both;
	overflow: hidden;
	margin: 0 0 25px;
	padding-top: 5px;
}

/* タイトル */
div.listbox01 h3#toptitle {
	margin-bottom: 15px;
}

div.listbox01 dl {
	border: 1px solid #DBDBDB;
	width: 178px;
	/* margin-left: 10px; */
	float: left;
}

div.listbox01 dl:hover {
	opacity: 0.8;
}


div.listbox01 dl dt {
	height: 90px;
}

div.listbox01 dl dd {
	font-weight: 500;
	font-size: 13px;
	text-indent: 0.5em;
	padding: 0.5em 0 0.3em;
	color: #fff;
	background-color: #436FA0;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.listbox01 dl dd:hover {
	background-color: #355880;
}


#contents div.listbox01 ul {
	/* width: 942px; */
	margin: 0 auto 10px;
}

#contents div.listbox01 ul li {
	margin-right: 10px;
	width: 180px;
	float: left;
}

#contents div.listbox01 ul li.end {
	margin-right: 0;
}


/*　listbox02
------------------------------------------------------------------- */
#contents div.listbox02 {
	margin-bottom: 0px;
	clear: both;
	overflow: hidden;
}

#contents div.listbox02 div {
	width: 474px;
	overflow: hidden;
	float: left;
	padding-right: 10px;
	margin-bottom: 30px;
}

#contents div.listbox02 div.flR {
	float: right;
	padding-right: 0;
	margin-bottom: 30px;
}


#contents div.listbox02 div.flRend {
	float: right;
	width: 100%;
	padding-right: 0;
	/* margin-bottom:0; */
}


#contents div.listbox02 h3 {
	margin-bottom: 10px;
}

#contents div.listbox02 p {
	margin-left: 12px;
	text-align: left;
}

#contents div.listbox02 span {
	margin-left: -8px;
	text-align: left;
	font-size: 11px;
}

#contents div.listbox02 a {
	color: #03C;
}

/*　listbox03
------------------------------------------------------------------- */
#contents div.listbox03 {
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}

/*インフォメーション*/
div#info {
	width: 712px;
	float: left;
	position: relative;
}

#contents div#info h3 {
	margin-bottom: 10px;
}

div#info p{
	margin-left: 12px;
}

div#info dl {
	width: 700px;
	margin-left: 12px;
}

div#info dl dt {
	float: left;
	width: 10em;
}

div#info dl dd {
	float: left;
}

div#info {
	width: 712px;
	float: left;
	min-height: 150px;
}

/* 一覧へ */
div#info ul.btn {
	position: absolute;
	text-align: left;
	margin: 0;
	padding: 0;
	list-style-image: none;
	float: right;
	right: 8px;
	top: 12px;
}

div#info ul.btn li {
	background: url(../img/common/icon_01.png) left no-repeat;
	text-indent: 10px;
}


/*バナー*/
div#bnr_Area {
	float: right;
	width: 220px;
}

div#bnr_Area a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
