@charset "utf-8";
/***** みやぎ生協について *****/

/* 共通クラス */

.whatH2Title {
	font-size:140%;
	background-color:#76C092;
	color:#FFF;
	padding:8px 10px;
}

.whatH3Title {
	padding-top:3px;
	padding-left:7px;
	margin-top:15px;
	font-size:120%;
	border-left:solid 10px #88C9A1;
}


.whatBlock {
	width:523px !important;
	width /**/:539px;
	border:solid 1px #BEBEBE;
	border-top-style:none;
	padding:7px;
}

.whatBlock p,
.whatBlock ul {
	line-height:1.5;
}

.pageNaiLink {
	padding:2px 8px 1px;
	width:507px !important;
	width /**/:523px;
	background-color:#E6F7E9;
}
.pageNaiLink li {
	display:inline;
}
.pageNaiLink li a {
	display:block;
	width:auto;
	float:left;
	margin-right:1.5em;
	padding-left:8px;
	background:#E6F7E9 url(/resource/common_img/bow_gren_mini.gif) left center no-repeat;
	color:#007800;
	text-decoration:none;
}
.pageNaiLink li a:hover {
	color:#FFF;
}

.whatTable {
	border:solid 1px #999;
	border-collapse:collapse;
	margin:7px 0 3px 10px;
}

.whatTable th, .whatTable td {
	padding:2px 3px 2px 6px;
	line-height:1.5;
	border:solid 1px #BEBEBE;
}

.whatTable th {
	background-color:#D7F2DC;
	text-align:center;
	font-weight:normal;
}


/* セカンドトップ：サードインデックス */
.thirdIndex {
	width:263px;
	background:#FFF url(/resource/common_img/haba263_kadomaru_bg.gif) 0 0 repeat-y;
	margin-bottom:10px;
}

.thirdIndex h2 {
	margin:0 8px;
	width:247px;
}

.thirdIndex ul {
	padding:9px 10px 0 12px;
}

.thirdIndex ul li {
	line-height:1;
	padding:1px 0 8px 17px;
	width:216px !important;
	width /**/:233px;
	background:#FFF url(/resource/common_img/bow_circle_gren.gif) 0 .1em no-repeat;
}

.thirdIndex ul li a {
	text-decoration:none;
	color:#444;
}
.thirdIndex ul li a:hover {
	color:#A7D400;
}

