@charset "utf-8";
/* CSS Document */


	/*　ヘッター　*/
		.head h1{
			width:1100px;
			margin:0px auto;
			padding-top:10px;
			font-size:15px;
			text-align:center;
			color:#FFFFFF;
		}


	/*　メインコンテンツ　*/
		.contents ul.enter_leave{
			width:1100px;
			height:auto;
			overflow:hidden;
			margin:auto;
			}
			.contents ul.enter_leave li{
				width:533px;
				margin-bottom:20px;
				}
				.contents ul.enter_leave li a{
					width:100%;
					height:100%;
					display:block;
				}
			.contents ul.enter_leave li.speed{
				height:465px;
				float:left;
				display:inline;
				background:url(../../img/pc/group-sp/speed_enter.jpg) no-repeat;
				}
				.contents ul.enter_leave li.speed a:hover{
					background:url(../../img/pc/group-sp/speed_enter_on.jpg) no-repeat;
				}
			.contents ul.enter_leave li.eco{
				height:465px;
				float:right;
				display:inline;
				background:url(../../img/pc/group-sp/eco_enter.jpg) no-repeat;
				}
				.contents ul.enter_leave li.eco a:hover{
					background:url(../../img/pc/group-sp/eco_enter_on.jpg) no-repeat;
				}
			.contents ul.enter_leave li.hitozuma-tairiku{
				height:198px;
				clear:both;
				float:left;
				display:inline;
				background:url(../../img/pc/group-sp/hitozuma-tairiku_enter.jpg) no-repeat;
				}
				.contents ul.enter_leave li.hitozuma-tairiku a:hover{
					background:url(../../img/pc/group-sp/hitozuma-tairiku_enter_on.jpg) no-repeat;
				}
			.contents ul.enter_leave li.tsuzipara{
				height:198px;
				float:left;
				display:inline;
				background:url(../../img/pc/group-sp/tsuzipara_enter.jpg) no-repeat;
				}
				.contents ul.enter_leave li.tsuzipara a:hover{
					background:url(../../img/pc/group-sp/tsuzipara_enter_on.jpg) no-repeat;
				}
			.contents ul.enter_leave li.leave{
				height:120px;
				float:right;
				display:inline;
				width:460px;
				margin-top:78px;
				}
				.contents ul.enter_leave li.leave img{
					width:52px;
					height:48px;
					float:left;
					display:inline;	
					margin-right:10px;			
					}
					.contents ul.enter_leave li.leave a{
						text-decoration:underline;			
					}
					.contents ul.enter_leave li.leave .comment{
						display:block;
						font-size:13px;
						padding-top:10px;
					}
		
		.contents dl{
			overflow:hidden;
			height:auto;
			width:830px;
			margin:30px auto;
			clear:both;
		}

			.contents dl dt{
				display:none;
			}

			.contents dl dd{
				width:370px;
				height:148px;
				float:left;
				display:inline;
			}

				.contents dl dd.speed{
					margin-right:90px;
				}


	/*　フッター　*/
		.foot p{
			width:1100px;
			margin:0px auto;
			font-size:13px;
			text-align:right;
			color:#FFFFFF;
		}
	


