@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/earlyaccess/kokoro.css");	/* こころ明朝 FONT */


body {
	font-family: "Kokoro" ;
	text-align:center;
	margin:0 auto;
}
#contMain {
	background-color:#339;
	width:100%;
	margin:0 auto;
	padding:10px;
}
#contMain h1 {
	color:#339;
	background-color:#FFF;
	border-radius:7px;
	box-shadow:1px 0px 1px 4px #9e9e9e;
	width:90%;
	padding:10px;
}
#contMain p {
	color:#FFF;
}
ul#mainNavi {
	margin-top:50px;
}
ul#mainNavi li {
	list-style:none;
	text-align:left !important;
}
ul#mainNavi li a {
	text-decoration:none;
	background:url(../img/heart_01.png) no-repeat;
	background-size:20px;
	padding-left:25px;
	color:#FFF;
}
ul#mainNavi li a:hover {
	color:#9F0;
	background:url(../img/heart_02.png) no-repeat;
	background-size:20px;
}
font-family: "Kokoro"

#contView {
	text-align:center;
}
#contView h2 {
	font-size:16px;
	background-color:#99F;
	padding:10px;
	color:#FFF;
}



/*-- Youtube iframe --*/
#contView iframe {
	width:560px;
	height:315px;
}
@media screen and (max-width: 480px) { 
#contView iframe {
	width:300px;
}