@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	background-image: url("../img/shooting/title.jpg");
}

.baseBox .inner {
	max-width: 980px;
}

/* ## index.php ## */
.baseArticle .intro {
	font-size: 16px;
	line-height: 2.4;
	margin-bottom: 14px;
}
.baseArticle p {
	line-height: 1.8;
	margin: 8px 0;
}
.baseArticle iframe {
	width: 100%;
	height: 300px;
}

#oss .disc {
	width: 60%;
	box-sizing: border-box;
	float: left;
}
.ossBox {
	width: 340px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 4px;
	background-color: #f2e7d4;
	margin-left: 24px;
	padding: 24px 18px;
	float: right;
}
.ossBox h4{
	font-weight: bold;
	margin-bottom: 14px;
}
.ossBox img {
	max-width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

.ssUl {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 14px;
}
.ssUl li {
	width: 240px;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
	display: inline-block;
}
.ssUl li img {
	width: 100%;
	max-width: 200px;
	vertical-align: bottom;
}

/* ## faq.php ## */


/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

	

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

/* ## index.php ## */

}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {

.baseArticle .intro {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
}
.baseArticle p {
	line-height: 1.8;
	margin: 4px 0;
}
.baseArticle iframe {
	height: 200px;
}
	
/* ## index.php ## */

#oss .disc {
	width: 100%;
	float: none;
}
.ossBox {
	width: 100%;
	max-width: 340px;
	box-sizing: border-box;
	margin: 24px auto 0 auto;
	padding: 18px 14px;
	float: none;
}
.ossBox h4{
	margin-bottom: 8px;
}

.ssUl {
	margin-top: 14px;
}
.ssUl li {
	width: 32%;
	padding: 10px;
}
.ssUl li img {
}
	
}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {

/* ## faq.php ## */

	
}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

	
	
}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {



}