@charset "utf-8";

/* -------------------------------------------------
     profile
 --------------------------------------------------- */

#profile_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin:10px auto;
	overflow:hidden;

}


/* -------------------------------------------------
     prof_namearea
 --------------------------------------------------- */
#prof_namearea {
	clear:both;
	float:left;
	width:1100px;
	height:50px;
	margin: 10px auto 0px auto;
	/*background-color:#000;*/
}

#prof_name {
	float:left;
	width:550px;
	height:auto;
	margin: 10px 0 0 20px;
	color:#FFF;
	font-size:24px;
	font-weight:bold;
}

#prof_name span {
	font-size:18px;
}

/* size */
#prof_size {
	float:right;
	width:250px;
	height:auto;
	margin: 15px 20px 0 0;
	color:#FFF;
	text-align:right;
}

/* rank */
#prof_rank {
	float:right;
	width:200px;
	height:auto;
	margin: 13px 0 0 0;
}

#prof_rank img {
	width:100%;
	height:auto;
}


@media screen and (max-width: 770px) {
	#profile_area {
		width:100%;
	}

	#prof_namearea {
		width:100%;
		height:auto;
	}
	
	#prof_name {
		float:none;
		width:95%;
		height:auto;
		margin: 10px auto 0 auto;
	}

	#prof_size {
		float:none;
		width:95%;
		margin: 5px auto 10px auto;
		text-align:left;
	}	

	#prof_rank {
		float:none;
		width:95%;
		margin: 10px auto;
	}

	#prof_rank img {
		width:100%;
	}
}

/* -------------------------------------------------
     prof_icon_area
 --------------------------------------------------- */
#prof_icon_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin: 5px auto 10px auto;
	overflow:hidden;
}

#prof_icon_area div {
	float:left;
	width:130px;
	height:auto;
	margin: 3px 0 0 3px;
}

#prof_icon_area div img {
	width:130px;
	height:auto;
}

@media screen and (max-width: 770px) {
	#prof_icon_area {
		width:100%;
	}
	
	#prof_icon_area div {
		width:33.333%;
		margin: 3px 0 0 0px;
	}
	
	#prof_icon_area div img {
		width:100%;
	}
}

/* -------------------------------------------------
     prof_left prof_right
 --------------------------------------------------- */
#prof_left {
	float:left;
	width:500px;
	height:auto;
	margin: 10px auto;
}

#prof_right {
	float:right;
	width:590px;
	height:auto;
	margin: 10px auto;
}

@media screen and (max-width: 770px) {
	#prof_left {
		width:100%;
	}
	
	#prof_right {
		float:left;
		width:100%;
	}	
}


/* -------------------------------------------------
     prof_photoarea
 --------------------------------------------------- */
#prof_photoarea {
	float:left;
	width:480px;
	height:780px;
	padding:10px;
	margin: 0 auto;
}

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

#main_image img{
	width:480px;
	height:640px;
}

#thumb_image{
	float:left;
	margin-top: 10px;
	width:480px;
	height:130px;
}

#thumb_image ul.nav{
  font-size: 0;
}

#thumb_image ul.nav li{
  display: inline-block;
  width: 96px;
}

#thumb_image ul.nav li img{
	width: 96px;
	height: 127px;
}

#thumb_image ul.nav li:hover img{
	opacity:0.8;
}

/* ---- slick ---- */

/* 僅かに出る横スクロールを直せないので */
#prof_photoarea .sliderbox {
    overflow: hidden;
}

/* slickの初期化完了まで非表示 */
#prof_photoarea .slider,
#prof_photoarea .slider-thumb {
  display:none;
}

#prof_photoarea .slider.slick-initialized,
#prof_photoarea .slider-thumb.slick-initialized {
  display: block;
}



#prof_photoarea .slider .slick-prev,
#prof_photoarea .slider .slick-next {
	display:none !important;
}


@media screen and (max-width: 770px) {
	#prof_photoarea {
		width:100%;
		height:auto;
		padding:0px;
	}	

	#main_image{
		float:left;
		width:100%;
		height:auto;
	}
	
	#main_image img{
		width:100%;
		height:auto;
	}

	#thumb_image{
		width:100%;
		height:auto;
	}

	#thumb_image ul.nav {
	  width: 100%;
	}
	
	#thumb_image ul.nav li{
	  width: 20%;
	  height:auto;
	}
	
	#thumb_image ul.nav li img{
		width: 100%;
		height: auto;
	}

	#prof_photoarea .slider .slick-prev,
	#prof_photoarea .slider .slick-next {
		display:block !important;
		z-index: 1;
		width: 20px;
		height: 20px;
	}
	
	#prof_photoarea .slider .slick-next {
		right: 15px;
	}
	
	#prof_photoarea .slider .slick-prev {
		left: 15px;
	}
	
	#prof_photoarea .slider .slick-prev:before,
	#prof_photoarea .slider .slick-next:before {
		font-size: 20px;
	}

}

/* -------------------------------------------------
     prof_dataarea
 --------------------------------------------------- */

/* comment */
#prof_come_bar {
	clear:both;
	float:left;
	width:590px;
	height:auto;
	margin: 0 0 0 0;
}

#prof_come_bar img {
	width:590px;
	height:auto;
}

#prof_girls_comment {
	clear:both;
	float:left;
	width:590px;
	height:250px;
	margin: 0 0;
	overflow:auto;
	background-color: rgba(255,255,255,0.8);
	border:solid 1px #aaa;
	box-sizing:border-box;
}

#prof_girls_comment div {
	width:560px;
	padding: 5px;
}

@media screen and (max-width: 770px) {
	
	#prof_come_bar {
		float:none;
		width:98%;
		margin: 10px auto 0 auto;
	}
	
	#prof_come_bar img {
		width:100%;
		height:auto;
	}
	
	#prof_girls_comment {
		float:none;
		width:98%;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	#prof_girls_comment div {
		width:98%;
		padding: 0px;
	}

}

/* -------------------------------------------------
     schedule_area
 --------------------------------------------------- */
#schedule_area {
	clear:both;
	float:left;
	width:290px;
	height:auto;
	margin: 20px 0 0 0;
}

#schedule_area .sche_bar {
	clear:both;
	float:left;
	width:290px;
	height:auto;
}

#schedule_area .sche_bar img {
	width:290px;
	height:50px;
}

#schedule_area #prof_schedule {
	clear:both;
	float:left;
	width:290px;
	/*height:430px;*/
	padding:10px;
	margin: 0px auto;
	background-color: rgba(255,255,255,0.8);
	border:solid 1px #aaa;
	box-sizing:border-box;
}

#schedule_area #prof_schedule .days {
	float:left;
	width: 250px;
	/*height:20px;*/
	padding:15px 10px;
	margin: 4px auto;
}

#schedule_area #prof_schedule .days span {
	margin: 0 10px;
}

@media screen and (max-width: 770px) {
	#schedule_area {
		width:98%;
		float:none;
		height:auto;
		margin: 20px auto 0 auto;
	}
	
	#schedule_area .sche_bar {
		width:100%;
		height:auto;
	}
	
	#schedule_area .sche_bar img {
		width:100%;
		height:auto;
	}

	#schedule_area #prof_schedule {
		width:100%;
		height:auto;
		padding:0px;
	}
	
	#schedule_area #prof_schedule .days {
		float:none;
		width: 90%;
		padding:10px auto;
		margin: 8px auto;
	}
	
	#schedule_area #prof_schedule .days span {
		margin: 0 10px;
	}

}

/* -------------------------------------------------
     diary_area
 --------------------------------------------------- */
#diary_area {
	float:right;
	width:290px;
	height:auto;
	margin: 20px 0 0 0;
}

#diary_area .diary_bar {
	float:left;
	width:290px;
	height:auto;
}

#diary_area .diary_bar img {
	width:290px;
	height:50px;
}

#diary_area #prof_diary {
	clear:both;
	float:left;
	width:290px;
	height:430px;
	padding:10px;
	margin: 0px auto;
	background-color: rgba(255,255,255,0.8);
	border:solid 1px #aaa;
	box-sizing:border-box;
	overflow-y:auto;
}

@media screen and (max-width: 770px) {
	#diary_area {
		float:none;
		width:98%;
		margin: 20px auto 0 auto;
	}
	
	#diary_area .diary_bar {
		width:100%;
		height:auto;
	}
	
	#diary_area .diary_bar img {
		width:100%;
		height:auto;
	}
	
	#diary_area #prof_diary {
		width:100%;
		height:360px;
	}

}


/* -------------------------------------------------
     prof_option_area
 --------------------------------------------------- */
#prof_option_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin: 10px auto 10px auto;
	overflow:hidden;
}

#prof_option_area #option_bar {
	clear:both;
	float:left;
	width:100%;
	height:50px;
}

#prof_option_area #option_bar img {
	width:100%;
	height:auto;
}

#prof_option_area #option_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	border:solid 1px #aaa;
	box-sizing:border-box;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap:wrap;
}

#prof_option_area #option_area .option {
	width:147px;
	height:auto;
	padding: 5px 0;
	margin: 0 0 5px 5px;
	box-sizing:border-box;
	background-color:#ccc;
	text-align:center;
	color:#FFF;
	 /* 文字を中央固定 */ 
	display: flex;
	align-items: center;
	justify-content: center;
}

#prof_option_area #option_area .ok {
	background-color:#C36;
	color:#FFF;
}

#prof_option_area #option_area .ng {
	background-color:#aaa;
	color:#FFF;
}

@media screen and (max-width: 770px) {
	#prof_option_area {
		width:100%;
	}
	
	#prof_option_area #option_bar {
		float:none;
		width:100%;
		height:auto;
	}
	
	#prof_option_area #option_bar img {
		width:100%;
		height:auto;
	}

	#prof_option_area #option_area {
		float:none;
		width:100%;
	}
	
	#prof_option_area #option_area .option {
		width:32%;
		margin: 0 0 5px 1%;
	}
}


/* -------------------------------------------------
     prof_qa_area
 --------------------------------------------------- */
#prof_qa_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin: 20px auto 10px auto;
	overflow:hidden;
}

#prof_qa_area #qa_bar {
	clear:both;
	float:left;
	width:100%;
	height:50px;
}

#prof_qa_area #qa_bar img {
    width:100%;
    height:auto;
}

#prof_qa_area #qa_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	border:solid 1px #aaa;
	box-sizing:border-box;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap:wrap;
}

#prof_qa_area #qa_area .qa_list {
	width:48%;
	height:auto;
	margin: 5px 1%;
	box-sizing:border-box;
	border-bottom: dashed 1px #aaa;

	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap:wrap;
}

#prof_qa_area #qa_area .list_q {
	width:30%;
	height:auto;
	padding: 10px 5px;
	box-sizing:border-box;

}

#prof_qa_area #qa_area .list_a {
	width:70%;
	height:auto;
	padding: 10px 5px;
	box-sizing:border-box;
}

@media screen and (max-width: 770px) {
	#prof_qa_area {
		width:100%;
	}

	#prof_qa_area #qa_bar {
		float:none;
		width:100%;
		height:auto;
	}
	
	#prof_qa_area #qa_bar img {
		width:100%;
		height:auto;
	}

	#prof_qa_area #qa_area {
		float:none;
		width:100%;
	}

	#prof_qa_area #qa_area .qa_list {
		width:100%;
		margin: 5px 0;
	}	

}


/* -------------------------------------------------
     prof_review_area
 --------------------------------------------------- */
#prof_review_area {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin: 20px auto 10px auto;
	overflow:hidden;
}

#prof_review_area #review_bar {
	clear:both;
	float:left;
	width:100%;
	height:50px;
}

#prof_review_area #review_bar img {
    width:100%;
    height:auto;
}

#prof_review_area #review_area {
	clear:both;
	float:left;
	width:1100px;
	height:200px;
	border:solid 1px #aaa;
	box-sizing:border-box;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	overflow-y:auto;
}

#prof_review_area #review_area .review_list {
	clear:both;
	float:left;
	width:1050px;
	height:auto;
	border-bottom: solid 1px #aaa;
	box-sizing:border-box;
	margin: 10px 0 0 10px;
}

#prof_review_area #review_area .review_list .data {
	clear:both;
	float:left;
	width:1050px;
	height:30px;
	border-bottom:dotted 1px #ccc;
	box-sizing:border-box;
	line-height: 30px;
	padding-left: 10px;
}

#prof_review_area #review_area .review_list .star {
	clear:both;
	float:left;
	width:1050px;
	height:30px;
	border-bottom:dotted 1px #ccc;
	box-sizing:border-box;
	line-height: 30px;
	padding-left: 10px;
}

#prof_review_area #review_area .review_list .star span {
	color:#F60;
}


#prof_review_area #review_area .review_list .review_txt {
	clear:both;
	float:left;
	width:1050px;
	height:auto;
	box-sizing:border-box;
	padding: 10px;
}

#prof_review_area #review_area .review_none {
	clear:both;
	float:left;
	width:1050px;
	height:auto;
	margin: 10px 0 0 10px;
}

#prof_review_area #review_comment {
	clear:both;
	float:left;
	width:1100px;
	height:auto;
	margin: 10px 0 0 0;
	border:solid 1px #aaa;
	box-sizing:border-box;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	overflow:hidden;
}

#prof_review_area #review_comment h1 {
	font-size:14px;
	font-weight:bold;
	padding-left: 10px;
}


#prof_review_area #review_comment .review_name {
	clear:both;
	float:left;
	width:250px;
	height:40px;
	box-sizing:border-box;
	padding: 10px;
}

#prof_review_area #review_comment .review_name input {
	width:150px;
	height: 18px;
}

#prof_review_area #review_comment .review_star {
	float:left;
	width:130px;
	height:40px;
	box-sizing:border-box;
	padding: 10px;
}

#prof_review_area #review_comment .review_naiyo {
	float:left;
	width:600px;
	height:40px;
	box-sizing:border-box;
	padding: 10px;
}

#prof_review_area #review_comment .review_naiyo input.naiyo {
	width:400px;
	height:18px;
    margin-right: 10px;
}

@media screen and (max-width: 770px) {
	#prof_review_area {
		float:none;
		width:98%;
		margin: 20px auto 10px auto;
	}
	
	#prof_review_area #review_bar {
		width:100%;
		height:auto;
	}
	
	#prof_review_area #review_bar img {
		width:100%;
		height:auto;
	}

	#prof_review_area #review_area {
		width:100%;
		height:300px;
	}
	
	#prof_review_area #review_area .review_list {
		width:95%;
		height:auto;
		margin: 10px 0 0 2%;
	}
	
	#prof_review_area #review_area .review_list .data {
		width:100%;
		height:auto;
		line-height: normal;
	}

	#prof_review_area #review_area .review_list .star {
		width:100%;
		height:auto;
		line-height: normal;
	}

	#prof_review_area #review_area .review_list .review_txt {
		width:100%;
	}

	#prof_review_area #review_area .review_none {
		width:100%;
		margin: 10px 0 0 0;
	}

	#prof_review_area #review_comment {
		width:100%;
		height:auto;
	}


	#prof_review_area #review_comment .review_name {
		width:100%;
		height:auto;
	}
	
	#prof_review_area #review_comment .review_name input {
		width:50%;
		height: auto;
	}
	
	#prof_review_area #review_comment .review_star {
		width:100%;
		height:auto;
	}
	
	#prof_review_area #review_comment .review_naiyo {
		width:100%;
		height:auto;
	}
	
	#prof_review_area #review_comment .review_naiyo input.naiyo {
		width:50%;
		height:auto;
	}


}