/* CSS Document */

@media screen and (max-width: 768px) {
html body {
	font-family: Yu Gothic , ‘游ゴシック’ , ‘Hiragino Kaku Gothic ProN’ , ‘ヒラギノ角ゴ ProN’ , Meiryo , メイリオ , sans-serif ;
	background:#FFF;
	background-image:none;
}
  img {
    max-width: 100%;
    height: auto;
  }

html body #main{

	box-shadow: none;
}


html body #wrapper .form-text{
  font-size: 10px;
  line-height: 16px;
  max-width: 96%;
  margin: 0 auto 15px;
}



html body #wrapper .bt_area {
    padding: 20px 0 ;
}
html body #wrapper .bt01{
padding: 0 0 20px;
margin: 0 auto;
width: 94%;
}

.spbn{display:block;}
.pcbn{display:none;}

html body #wrapper .section_prof {
    padding: 10px  ;
}

.prof {
  margin: 20px 0 0 ;
}
.info{
margin: 0 2% ;
padding:1% 1% 1% 1%;
border:solid 1px #999999;
background-image: url("../images/ftitle.png") ;
background-size: 100%;
background-position:top center;
background-repeat:no-repeat;
}

table.outline{
width:100%;
border-collapse:separate;
margin:0 auto;
}
table.outline td{
font-size:12px;
line-height:150%;
border-bottom:dotted 1px #999999;
padding:2% ;
vertical-align: middle;
}
table.outline td.item{
font-weight:bold;
background-color:#F6F6F6;
border-bottom:dotted 1px #999999;
text-align:center;
width:20%;
height: auto;
}
.right-img {
    margin: 5px 0 5px 5px;
    float: right;
    clear: both;
    width: 120px;
}
.text_nittei {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
	width: 80%;
	line-height: 16px;
	margin: 0 auto;
	display: block;
}
html body #wrapper .btarea{
	margin: 10px auto 20px;
	text-align: center;
	padding: 0 ;
	width: 94%;
}
html body #wrapper .btarea p{
	font-size: 70%;
}
.prof-img{
margin-bottom: 10px;
}

  html body #wrapper .youtube {
    position: relative;
    width: 90%;
    height: 0;
    margin: 0 auto 16px;
    padding-top: 50%;
  }
  html body #wrapper .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
.youtubebg {
  background: #fff;
    padding-bottom: 5px;
		width: auto;
	margin: 0 auto;
	padding: 20px 0 5px;
}

#close_button {
    position: absolute;
    top: 0;
    right: 0;
	display: block;
}

#line_banner img {
    height: auto;
    width: 100%;
	display: block;
}
/*-----------------------------------------------------
footer
------------------------------------------------------*/

html body #wrapper #footer{
    padding-bottom: 20px;
  }
}

