@charset "utf-8";

#mainVisual #mv {
    background-image: url(/teiju/files/img/sodateru/mv.jpg);
}

.sodateru img {
	margin-bottom: 20px;
}

h4 a {
	color: #eb6161;
}

h4.title04:hover {
	opacity: 0.7;
}

.text_under{
	margin-bottom: 80px;
}
@media screen and (max-width:767px){
	.text_under{
		margin-bottom: 60px;
	}
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#xxxx {
	*zoom: 1;
}