@charset "utf-8";


/* いわて生協に加入しませんか TOP
------------------------------------------------------------ */
.intro{
	margin:20px 0;
	line-height:1.6;
	font-size:130%;
	font-weight:bold;
	color:#090;
	text-align:center;
}


/* 枠
------------------------------------------------------------ */
.joinWrap {
	border:solid 1px #CCC;
	border-top:none;
	padding:15px;
}


.joinWrap h4 {
	font-size: 110%;
	padding-left: 8px;
	border-left: solid 10px #336633;
	color: #336633;
	margin-bottom: .8em;
	line-height: 1.1;
}

.joinWrap p{
	line-height:1.4;
}

.eyecatch{
	color:#F00;
	font-size:110%;
	font-weight:bold;
	margin:20px 0;
}




.thirdLink {
	padding:2px 8px 1px;
	margin-bottom:20px;
	width:495px !important;
	width /**/:511px;
	background-color:#E6F7E9;
	overflow:hidden;
}
.thirdLink li {
	display:inline;
}
.thirdLink li a {
	display:block;
	width:auto;
	float:left;
	margin-right:1.5em;
	padding-left:8px;
	background: url(../../common_img/bow_3x5_gren.gif) left center no-repeat;
	color:#006633;
	text-decoration:none;
}
.thirdLink li a:hover {
	color: #FF3300;
	background: url(../../common_img/bow_3x5_orange.gif) left center no-repeat;
}




