@charset "utf-8";
/* CSS Document */
/*-----index適応-----*/

@media screen and (max-width:800px){
a{
	text-decoration:none;
	color:#000;
}
#summary_in{
	max-width:800px;
	width:100%;
	margin:0 auto;
	padding:10px 0; 
	background-color:#FFF;
}
.summary_in_box{
	padding:15px 0 0 10px;
	width:95%;
}

.summary_in_img{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.summary_in_text{
	height:auto;
	margin-bottom:10px;
}
.summary_in_box li.summary_in_abt{
	margin-bottom:1%
}
.summary_in_txt{
	padding:0 10px 10px 10px;
}
.vdimg-wrapper .video-container{
	position:relative;
    padding-bottom:65%;
    margin-bottom:15px;
    overflow: hidden;
}
.vdimg-wrapper img{
	margin-bottom:15px;
}
.vdimg-wrapper .video-container iframe{
	max-width:100%;
    width:100%;
    height:100%;
	margin-top:15px;
    top:0;
	left:0;
    position: absolute;
}
p.summary_in_link_text{
	background:url(../../../../common/img/arrow01.png) no-repeat center left;
	line-height:12px;
	padding-left:10px;
	margin-left:10px;
}
a:hover p.summary_in_link_text{
	text-decoration:underline;
}

p.btn_bkb{
	width:100%;
	text-align:center;
	font-size:116%;
	font-weight:bold;
	margin:10px 0;
	line-height:45px;
}
p.btn_bkb a{
	color:#FFF;
	display:block;
	overflow:hidden;
	background:url(../../../../common/img/arrow_tab_d.png) no-repeat 2.5% 50%,
	url(../img/btn_bk_01.png);
}


}