@charset "UTF-8";

/*//////////----- REVIEW -----//////////*/

#review{
	color:#fff;
}

#review div.content{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto;
	max-width: 840px;
	
	box-sizing: border-box;
	padding:5px;
}

#review article{
	width:100%;
	box-sizing: border-box;
	padding-bottom:20px;
	border-bottom:solid 2.5px #c90;
	margin-bottom:20px;
}

#review article:last-child{
	padding-bottom:0;
	border-bottom:none;
	margin-bottom:0;
}

@media only screen and (min-width: 720px){
	
	#review article{
		margin-bottom:30px;
	}
	
}

/*//////////----- REVIEW-CAST -----//////////*/

#review div.castinfo{
	box-sizing: border-box;
	padding:10px;
	
	display:flex;
	flex-flow: row wrap;
	align-items:center;
	justify-content: flex-start;
	
	width:100%;
	margin:0 auto 20px;
	max-width: 840px;
	
	background-color:#fff;
	color:#000;
}

#review div.castinfo p.thumbnail{
	width:60px;
}

#review div.castinfo p.thumbnail img{
	width:100%;
	height:60px;
	
	vertical-align: bottom;
	
	object-fit: cover;
	object-position: center top;
	
	border-radius:50px;
}

#review div.castinfo div.text{
	box-sizing: border-box;
	padding-left:10px;
	
	width:calc(100% - 60px);
}

#review div.castinfo div.text h4{
	font-size:1.0rem;
	font-weight:bold;
	line-height:25px;
}

#review div.castinfo div.text h4 span.note:before{
	display:inline-block;
	content:"-";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

#review div.castinfo div.text h4 span.note:after{
	display:inline-block;
	content:"-";
	
	box-sizing: border-box;
	padding:0 2.5px;
}

@media only screen and (min-width: 480px){
	
	#review div.castinfo p.thumbnail{
		width:90px;
	}
	
	#review div.castinfo p.thumbnail img{
		height:90px;
		border-radius:90px;
	}
	
	#review div.castinfo div.text{
		width:calc(100% - 120px);
	}
	
	#review div.castinfo div.text h4{
		font-size:1.25rem;
		line-height:35px;
	}
	
}

#review div.castinfo div.text ul.size{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

#review div.castinfo div.text ul.size li{
	display:inline-block;
	
	font-size:1.0rem;
	line-height:25px;
}

@media only screen and (min-width: 375px){
	
	#review div.castinfo div.text ul.size li{
		font-size:1.0rem;
		line-height:25px;
	}
	
}

#review div.castinfo div.text ul.size li:before{
	display:inline-block;
	
	box-sizing: border-box;
	padding-right:1.5px;
	
	font-size:0.8rem;
	line-height:25px;
}

#review div.castinfo div.text ul.size li:nth-child(1):before{
	content:"T";
}

#review div.castinfo div.text ul.size li:nth-child(2):before{
	content:"B";
}

#review div.castinfo div.text ul.size li:nth-child(2) span.note{
	font-size:0.8rem;
	line-height:25px;
	font-weight:normal;
}

#review div.castinfo div.text ul.size li:nth-child(2) span.note:before{
	display: inline-block;
	content:"-";
	
	box-sizing: border-box;
	padding:0 1.5px;
}

#review div.castinfo div.text ul.size li:nth-child(3):before{
	content:"W";
}

#review div.castinfo div.text ul.size li:nth-child(4):before{
	content:"H";
}

#review div.castinfo div.text ul.size li:after{
	display:inline-block;
	content:"/";
	
	box-sizing: border-box;
	padding:0 1.5px;
}

#review div.castinfo div.text ul.size li:last-child:after{
	display:none;
}

#review div.castinfo div.text p.btn{
	text-align: left;
	margin-top:5px;
}

#review div.castinfo div.text p.btn a{
	display:inline-block;
	width:120px;
	
	color:#000;
	
	font-size:0.6rem;
	line-height:25px;
	
	text-align: center;
	
	box-sizing: border-box;
	border:solid 1px #000;
	
	background-image: url("../images/icon-arrow-right-black.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center right 5px;
	
	transition: 0.25s;
}

#review div.castinfo div.text p.btn a:hover{
	background-color:#000;
	color:#fff;
	
	text-decoration: none;
	background-image: url("../images/icon-arrow-right-white.png");
}
