@charset "UTF-8";
/* CSS Document */	

#gre01{
	height: 314px;
	background: url(../img/gre/bg_gre01.jpg) no-repeat left bottom;
	padding-top: 50px;
	margin: -20px 0 30px;
}
#gre01 h3{
	margin-bottom: 22px;
}
#gre01 p{
	margin-bottom: 1.5em;
}
#gre01 p.last{
	margin-bottom: 0;
}

#gre02{
	padding-top: 20px;
	margin-bottom: 30px;
}
#gre02 h3{
	margin-bottom: 30px;
}
#gre02 .box{
	background: url(../img/common/bg_pattern01.png);
	border: 2px solid #a0ded9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 7px;
	margin-bottom: 30px;
}
#gre02 .box .boxIn{
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 30px 30px 20px;
	overflow: hidden;
}
#gre02 .photo{
	width: 200px;
	float: left;
}
#gre02 .text{
	width: 350px;
	float: right;
}
#gre02 .name{
	font-size: 25px;
	line-height: 1;
	vertical-align: middle;
	margin-bottom: 25px;
}
#gre02 .name span{
	display: inline-block;
	padding-right: 15px;
}
#gre02 .name span img{
	vertical-align: top;
}
#gre02 dl{
	margin-bottom: 20px;
	overflow: hidden;
}
#gre02 dl.last{
	margin-bottom: 0 !important;
}
#gre02 dl dt{
	width: 100px;
	float: left;
}
#gre02 dl dd{
	margin-left: 100px;
}
#gre02 dl dd:before{
	content: "●";
	color: #ff9326;
	padding-right: 3px;
}

#gre02 div li:before{
	content: "●";
	color: #ff9326;
	padding-right: 3px;
}

#gre02 .boxCenter{
	text-align: center;
}
#gre02 .ceterText{
	display: inline-block;
	text-align: left;
}
#gre02 .ceterText .name{
	text-align: center;
}
#gre02 .ceterText dl{
	margin-bottom: 15px;
}
#gre02 .ceterText dl dd{
	margin: 0 20px 0 0;
	float: left;
}
#gre02 .ceterText dl dd:last-child{
	margin-right: 0;
}


#gre02 .box.last{
	margin-bottom: 0;
}

#gre03{
	padding-top: 20px;
	margin-bottom: 30px;
}
#gre03 h3{
	margin-bottom: 30px;
}
#gre03 ol{
	height: 481px;
	background: url(../img/gre/bg_policy01.jpg) no-repeat;
	padding: 50px 25px 0;
}
#gre03 ol li{
	margin-bottom: 20px;
}
#gre03 ol li.last{
	margin-bottom: 0;
}

#cooperation .coopList{
	background:url(../img/common/bg_texture02.jpg);
	padding: 10px;
}
#cooperation ul{
	text-align: center;
	background: #fff;
	padding: 10px 30px 3px;
}
#cooperation ul li{
	display: inline-block;
	*display: inline;  
	*zoom: 1;
	margin: 0 20px 7px;
}
#cooperation ul li a{
	background: url(../img/common/icon_arrow03.png) no-repeat left 4px;
	padding-left: 18px;
}

