#mainVisual{
	height: 500px;
	background-color: #333333;
}
#mainVisual #swfContents{
	height: 500px;
}
#mainVisual #jsContents{
	height: 500px;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	background-color: #000000;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#mainVisual #jsContents p#photo{
	position: absolute;
}
#mainVisual #jsContents p#copy{
	position: absolute;
}
#mainVisual #jsContents p#loader{
	position: absolute;
	left: 484px;
	top: 242px;
}
#contents #news{
	width: 630px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}

#contents #news h2{
	height: 35px;
	margin-bottom: 5px;
}

#contents #news dl dt{
	color: #a18c74;
	width: 100px;
	float: left;
	padding-left: 10px;
}
#contents #news dl dd{
	width: 520px;
	float: left;
	padding-bottom: 5px;
}
#contents #news dl dd a{
	color: #666666;
	text-decoration: none;
}
#contents #news dl dd a:hover{
	text-decoration: underline;
}

#contents #bannerBox{
	width: 250px;
	float: right;
	padding-top: 30px;
	padding-right: 20px;
}
#contents #bannerBox div.youtube{
	margin: 0 0 10px;
}
#contents #bannerBox div.youtube iframe{
	width: 250px;
	height: 140px;
}

#contents #bannerBox ul li{
	width: 250px;
	padding-bottom: 10px;
}
#contents #bannerBox ul li a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


#intro{
	width: 270px;
	margin: 250px auto 0;
}



/* 1024px以下用（タブレット用）の記述 */
@media screen and (max-width: 1024px) {
}

/* 768px以下用（スマートフォン用）の記述 */
@media screen and (max-width: 768px) {
#mainVisual{
	height: 320px;
}

.sumaho sp img {
    width: 98%;
}

#mainVisual #jsContents{
	width: 640px;
	height: 320px;
	margin: 0px;
	left: 0px;
	position: relative;
}
#mainVisual #jsContents p#photo{
	height: auto;
	width: 640px;
	position: relative;
}
#mainVisual #jsContents p#photo img{
	height: auto;
	width: 640px;
}
#mainVisual #jsContents p#copy{
	top: 0px;
}
#mainVisual #jsContents p#copy img{
	width: 640px;
}
#mainVisual #jsContents p#loader{
	left: 304px;
	top: 144px;
}
#contents #news{
	width: 600px;
	float: none;
	padding: 0px 0px 0px;
	margin: 20px auto 0;
}
#contents #news dl dt{
	width: 130px;
	line-height: 1.2em;
}
#contents #news dl dd{
	width: 600px;
	line-height: 1.2em;
	margin: 0 0 10px;
}

#contents #bannerBox{
	width: 100%;
	float: none;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #CCC;
}
#contents #bannerBox div.youtube{
	width: 600px;
	height: 340px;
	margin: 0 auto 20px;
}
#contents #bannerBox div.youtube iframe{
	width: 100%;
	height: 100%;
}
#contents #bannerBox ul{
	width: 600px;
	margin: 0 auto;
}
#contents #bannerBox ul li{
	margin: 0 0px 10px;
	width: 290px;
	height: auto;
}
#contents #bannerBox ul li:nth-child(odd){
	float: left;
	margin-right: 10px;
}
#contents #bannerBox ul li:nth-child(even){
	float: right;
	margin-left: 10px;
}
#contents #bannerBox ul li img{
	width: 100%;
}

}