@charset "shift_jis";
/* CSS Document */
/*********** navݒ ***********/
.title3{
    border-bottom:1px solid #9e6e17;
}

.prof_left{
	float:left;
	width:600px;
	margin-bottom:10px;
    background:rgba(255,255,255,0.7);
}

#slide_wrap{
	height:660px;
	padding:10px;
	box-sizing: border-box;	
}

#prof_slide{
	float:left;
	width:480px;
	height:640px;
}

#prof_slider li figure{
	height:0;
	padding-top:133.3333333333333%;
	position: relative;
}

#prof_slider li img{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}

.bx-pager{
	float:right;
	width:96px;
}

.bx-pager a{
	display: block;
	width:96px;
	height:128px;
}

.bx-pager figure{
	height:0;
	padding-top:133.3333333333333%;
	position: relative;
}

.bx-pager img{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}


.prof_right{
	float:right;
	width:580px;
	margin-bottom:10px;
    background:rgba(255,255,255,0.7);
    padding:15px;
    box-sizing:border-box;
}


#prof_status{
	height:62px;
	box-sizing: border-box;
	color:#3a3a3a;
	line-height:62px;
    border-top:1px solid #9e6e17;
    border-bottom:1px solid #9e6e17;
}

#prof_name{
	display: inline-block;
	font-weight:bold;
	font-size: 18pt;
    padding:0 10px;
}

#prof_age{
	display: inline-block;
    padding:0 10px;
	font-size: 16pt;
}

#prof_size{
	display: inline-block;
	font-size: 14pt;
    padding:0 10px;
}

#prof_course{
    padding-top:10px;
}

#prof_course_ul li{
	list-style: none;
	width:25%;
	float:left;
	height:30px;
	line-height:30px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: 11pt;
	color:#fff;
    background:#9e6e17;    
}
	
.prof_bg{
	position: relative;
}

#prof_prof{
	padding:10px 0 10px;
	height:498px;
	overflow: auto;
}

#prof_prof p{
	color:#3a3a3a;
	font-weight: bold;
	line-height:1.5;
}

#prof_prof span{
	color:#9e6e17;
}

#prof_comment{
    padding:10px;
}

#prof_comment_text{
	line-height: 1.5;
	height:380px;
	overflow: auto;
}

#prof_movie{
    padding:15px;
}

/*#prof_diary{
    padding:15px;
}*/

.prof_bg2{
	background:rgba(255,255,255,0.7); 
	position: relative;
    padding:15px;
}

#prof_schedule_wrap{
	padding:0 10px 10px;
}

#prof_schedule{
	width:100%;
	text-align: center;
	line-height:1.2;
	font-size:11pt;
}

#prof_schedule th{
	background: #9e6e17;
	color:#fff;
	padding:5px;
	border-right:1px solid #fff;
}

#prof_schedule td{
	background: #d2b582;
	color:#3a3a3a;
	padding:15px 5px;
	border-right:1px solid #fff;
	font-weight: bold;
}





@media screen and (max-width:640px){
.prof_left{
	float:none;
	width:100%;
}
	
#slide_wrap{
	height:auto;
}

#prof_slide{
	float:none;
	width:100%;
	height:auto;
}

.bx-pager{
	float:none;
	width:100%;
}

.bx-pager a{
	display:inline-block;
	width:20%;
	height:auto;
}


.prof_right{
	float:none;
	width:100%;
}


#prof_status{
	height:auto;
	line-height:1.5;
	padding:20px 10px 20px;
	position: relative;
    margin-bottom:20px;
}

#prof_status:after{
	content:'';
	display: block;
	position: absolute;
	width:100%;
	bottom:0;
	left:0;
	height:25px;
}

#prof_name{
	display:inline-block;
}

#prof_age{
	display:inline-block;
}

#prof_size{
	display:block;
}
	
#prof_course{
	padding:0;
	background:none;
	margin-top:0;
}
	
#prof_course_ul{
	padding:0 10px;
}

#prof_course_ul li{
	width:50%;
	height:40px;
	line-height:40px;
}

	
.prof_bg,
.prof_bg2{
	margin-bottom:10px;
}

.prof_bg:before,
.prof_bg2:before{
	display: none;
}

#prof_prof{
	padding:0 10px 10px;
	height:auto;
}

#prof_comment{
	padding-top:0;
	background:none;
}

#prof_comment_text{
	height:auto;
	padding:0 10px;
}

#prof_movie{
	padding-top:0;
	background:none;
}
	
#movie_wrap{
	padding:0 10px;
}

#prof_diary{
	padding-top:0;
	background:none;
}
	
#prof_schedule{
	font-size:9pt;
}
    
#prof_tweet{
    padding:10px;
}    

    
}



















