@charset "utf-8";

/* MainImage
-------------------- */
#PCMainImage {
	position: relative;
	width: 100%;
    max-width: 1024px;
	height: auto;
	margin-bottom: 30px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
	line-height: 1.6;
}
.box p {
	font-size: 18px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}
#keyvisual .bxslider {
	width: 100%;
    height: 450px;
    max-width: 1024px;
}
.bxslider li {
    display:none;
}
.bxslider li:first-child {
    display:block;
}
.bxslider {

}
#TopPage {
    width: 100%;
	background-color: #e5e5e5;
	z-index: 10;
}


/* Main
-------------------- */

.contents h2 {
    font-size: 24px;
    letter-spacing: 2px;
	border-left: 5px #B54630 solid;
	padding-left: 10px;
	margin-bottom: 20px;
}



/* read
-------------------- */

#read {
    clear: both;
	width: 100%;
	height: auto;
	margin: 50px auto 30px;
}

/* feed News, Access
-------------------- */

#Feed {
    margin-bottom: 50px;
}

#News,
#Access {
    width: 500px;
    margin-top: 54px;
}
#Access img {
    margin-bottom: 30px;
}
#News ul {
    margin-bottom: 20px;
}
#News li {
    margin-bottom: 12px;
}
#News li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#News li span.date {
    float: left;
    display: block;
    width: 80px;
    padding: 10px 15px 10px 10px;
    color: #666666;
    font-size: 16px;
}
#News li span.title {
    display: block;
    margin-left: 100px;
    margin-bottom: 10px;
    padding: 9px 0;
    padding-left: 20px;
    font-size: 15px;
}
#News .btn-more,
#Access .btn-more {
    text-align: center;
    margin: 20px auto;
}

/* YouTube
-------------------- */
#yt {
    margin: 0px auto 30px;
	text-align: center;
}

#yt iframe {
    width: 800px;
    height: 500px;
}

/* About
-------------------- */
#About {
    margin-bottom: 0px;
    padding: 20px 0;
	position: relative;
	width: 100%;
	height: auto;
	background-image: url(../img/bg02.jpg);
	background-size: cover;
	background-position: center;
}
#About h2 {
	border-left: 5px #fff solid;
	color: #fff;
    text-align: left;
	margin-bottom: 20px;
}
#About li {
    position: relative;
    float: left;
    width: 250px;
    margin-right: 100px;
}
#About li:last-child {
    margin-right: 0;
}
#About li:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}
#About li .thumbnail img {
    border-radius: 300px;
	margin-bottom: 20px;
}
#About li h3 {
    position: relative;
    top: -50px;
    left: 0px;
    width: 100%;
    padding: 5px 0px;
    color: #B54630;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#About li a {
	text-decoration: none;
}
