@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
}
#content{
	width: 100%;
	padding: 0;
	padding-left: 0;
}
#content_base{
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	background-position: center top;
}
@media screen and (min-width: 641px) {
	#mains{
	background-image: url(../img/main-pc_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
	#content #cont_wrap{
	width: 100%;
	min-height: 650px;
	margin: 0 auto;
	position: relative;
	}
	#main{
	width: 1160px;
	height: 360px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	}
	#cont_wrap02{
	width: 1160px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
	.list{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 20px;
}
	.list li{
	float: left;
	transition: .8s;
}
	.list-mv02 img{
		box-shadow: 0px 0px 5px 1px #caabb0;
	}
	.null_space{
	width: 22px;
	height: 355px;
	float: left;
}
	.contents_02{
	width: 794px;
	height: 355px;
	margin-right: auto;
	margin-left: auto;
}
	#contents_phone{
		display: none;
	}
	#main_phone{
		display: none;
	}
	.howto_bana{
	width: 570px;
	height: 84px;
		float: left;
	}
	#lines{
	width: 1160px;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dotted #982446;
	}
	#bana_wrap{
	width: 1160px;
	height: 84px;
	margin-bottom: 30px;
	}
	#enmpty{
		float: left;
		width: 20px;
		height: 84px;
	}
	.section{
	width: 1160px;
	height: 80px;
	margin-bottom: 20px;
	}
	#empty02{
		width: 1160px;
		height: 30px;
	}
}

@media screen and (max-width: 640px) {
	#mains{
		display: none;
	}
	#cont_wrap_phone{
	width: 100%;
	margin: 0 auto;
	height: 100%;
	}
	#main_phone img{
	max-width: 100%;
	height: auto;
	}
	#main{
		display: none;
	}
	#contents_prog{
		display: none;
	}
	.howto_bana img{
	max-width: 90%;
	height: auto;
	}
	.howto_bana{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.section img{
	max-width: 100%;
	height: auto;
	}
	#lines{
	width: 90%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dotted #982446;
	}
	.cont_phone_base{
		margin-bottom: 20px;
	}
	#contents_phone .cont_phone_base img{
	max-width: 70%;
	height: auto;
	}
}
