@charset "utf-8";

#slider,
#slider ul,
#slider li,
#slider img {
	width: 100%;
}

#slider{
	position: relative;
	display:block;
}


#slider li {
	position: relative;
}
#slider li {
	position: absolute;
	top: 0;
	left: 0;
}
.point {
    display: none;
}

#mv-wrap{
	width: 100%;
	overflow: hidden;
	position: relative;
}

#mv-wrap .c_logo{
	overflow:hidden;
	/*position: fixed;*/
	position:absolute;
	width:15%;
	height: auto;
	z-index:9800;
	top:0px;
	left: 5px;
}

#mv-wrap .c_logo img,
#mv-wrap .logo img{
	width:100%;
}

#mv-wrap .logo{
	overflow:hidden;
	/*position: fixed;*/
	position:absolute;
	width:30%;
	height: auto;
	z-index:9800;
	top:0px;
	left: 35%;
}

/* sp
-------------------------------------------------*/
#container .main-img-area {
	padding: 40px 10px 0px;
	width: 100%;
	display: block;
	background: url(../image/common/main_h.jpg) repeat-x center top;
	margin-top: 0px;
}
#container .main-contents-dot {
	margin-top: 10em;
	background: url(../image/index/dot_bg.jpg) no-repeat center top;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	background-size:300% auto;
}
#container .main-img-area p img {
	text-align: center;
	margin: 0px auto;
	width: 100%;
}
#container .main-contents-dot .main-contents-dot_inner {
	display: block;
	width: 100%;
}
#container .main-contents-dot .main-contents-dot_inner img {
	margin: 0px auto;
	width: 100%;
}
#footer-wrap {
	background: url(../image/common/main_f.jpg) repeat-x center top;
	display: block;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
#footer-wrap #footer {
	width: 100%;
	margin: 0px auto;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 30px;
}
#footer-wrap #footer p {
	text-align: center;
}
#footer-wrap #footer .f_link {
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer-wrap #footer .f_logo img {
	width: 40%;
}
#footer-wrap #footer ul {
	display: table;
	width: 100%;
	margin-top:20px;
	margin-bottom: 20px;
}
#footer-wrap #footer li {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
#footer-wrap #footer li img {
	width:95%;
}
