@charset "UTF-8";
/* CSS Document */

.stylist{
	width:100%;
	color:white;
	margin-top:80px;
}

	.stylist .profileBox{
		width:;
		float:left;
	}
		.profileBox .profile{
			width:150px;
			float:left;
		}
			.profile .name{
				margin-top:160px;
			}
			
				.name h3{
					font-size:2.0em;
					line-height:1.6em;
				}
				
				.name h4{
					margin-bottom:10px;
				}
			
			.profile table.mizo{
				width:130px;
				margin-left:20px;
			}
	
		.profileBox .imgBox{
			width:180px;
			float:left;
		}
			.imgBox img{
				width:160px;
				margin-left:10px;
				margin-right:10px;
			}
	
	.stylist .commentBox{
		width:470px;
		float:left;
	}
		
		.commentBox .motto{
			border-bottom-style:dashed;
			border-bottom-color:white;
			border-bottom-width:2px;
			margin-bottom:10px;
		}
		
			.motto p{
				margin-bottom:20px;
			}
			
			.motto p.statement{
				font-size:1.5em;
				font-weight:700;
				line-height:2.0em;
				font-family:"Times New Roman", Times, serif;
			}
				span.spanFirst{
					margin-left:0px;
				}
				
				span.spanSecond{
					margin-left:30px;
				}
				
				span.spanThird{
					margin-left:50px;
				}
			

/**/
.txtL{
	text-align:left;
}

.txtC{
	width:100%;
	text-align:center;
}

.txtR{
	text-align:right;
}

.attention{
  font-size:.8em;
}
