@charset "utf-8";
/* top.css */

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/


/*　トップページ 共通設定
////////////////////////////////////////////////////*/
#top_img {
	background: url(../common/img/bg_main.png) no-repeat 0 23px;
	position: relative;
	height: 570px;
	padding: 0 0 23px;
	z-index: 1;
}
#top_img {
	cursor: pointer;
}
#sp_img {
	display: none;
}
#top_img ul li {
	position: absolute;
}
#img_gomi {
	bottom: 125px;
	left: 337px;
}
#img_haisui {
	top: 113px;
	left: 337px;
}
#img_shinyo {
	bottom: 136px;
	left: 83px;
}
#img_jyoka {
	top: 136px;
	right: 170px;
}
.btn_close {
	cursor: pointer;
}
/*popup*/
.pop_box {
	width: 370px;
	height: 192px;
	position: absolute;
	background: #fff url(../common/img/bg_pop_kappa.png) bottom right no-repeat;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.05);
	padding: 25px;
	display: none;
}
.pop_box p {
	margin: 15px 0 0;

}
#pop_gomi {
	bottom: 135px;
	right: 30px;
	border: 3px solid #52c490;
}
#pop_haisui {
	top: 20px;
	left: 10px;
	border: 3px solid #7db2af;
}
#pop_jyoka {
	top: 20px;
	right: 300px;
	border: 3px solid #8fc73b;
}
#pop_shinyo {
	bottom: 135px;
	left: 301px;
	border: 3px solid #f26161;
}
#main_area,
#side_area {
	position: relative;
	margin: -65px 0 0;
	z-index: 2;
}
#main_area{
	margin-top: -40px;
}
.t_copy {
	text-align: center;
	margin: 0 0 20px;
}
.t_biz {
	overflow: hidden;
	padding: 0 0 20px;
}
.t_biz li {
	float: left;
	margin: 0 20px 0 0;
}
.t_biz li:last-child {
	margin: 0;
}
@media screen and (max-width: 767px) {
	#top_img {
		background: none;
		width: 100%;
		height: auto;
		position: relative;
		z-index: 1;
	}
	#top_img img {
		cursor: default;
	}
	.pop_box {
		display: none;

	}
	#sp_img {
		display: block;
		padding: 23px 0 23px;
		width: 100%;
		height: auto;
	}
	#top_img ul {
		display: none;
	}
	#main_area,
	#side_area {
		position: relative;
		margin: -65px 0 0;
		z-index: 2;
	}
	#side_area {
		margin: 40px 0 0;
		padding: 0 15px 15px;
	}
	.t_biz li {
		width: 40%;
		text-align: center;
	}
	.t_copy img {
		width: 95%;
	}
}
/*　新着情報設定
////////////////////////////////////////////////////*/
.news {
	overflow: hidden;
	padding: 15px 10px 10px;
}
.news dt {
	float: left;
	width: 10em;
}
.news dd {
	padding: 0 0 0 10em;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.news dd:last-child {
	border: none;
}
@media screen and (max-width: 767px) {
	.news {
		overflow: hidden;
		padding: 15px 10px 10px;
	}
	.news dt {
		float: none;
		width: 100%;
	}
	.news dd {
		width: 100%;
		padding: 0;
		border-bottom: 1px dotted #ccc;
		padding: 0 0 10px;
		margin: 0 0 10px;
	}
	.news dd:last-child {
		border: none;
	}
}
