.profile_illust{
/*	height: 200px;     
        background-image:url("../images/prof_back_welcome.png"); 
	background-size:100% 100%; */
}

.profile_illust img{
	width:80%;
	height:80%;
}

.profile_word{
	position:relative;
	text-align:left;
	border: 2px solid #000000;
	border-radius: 1em;
	padding:30px;
	padding-top:30%;
}

.profile_word img{
	position:absolute;
	left:10px;
	top:0px;
	width:25%;
}

.tool{
	margin-top:20px;
	height:220px;
}

.profile_tool{
	float:left;
	width: 66%;
	border: 2px solid #000000;
	border-radius: 1em;
	position: relative;
}

.profile_tool:after, .profile_tool:before {
	left: 100%;
	top: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.profile_tool:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFFFFF;
	border-width: 15px 0px 2px 30px;
	margin-top: -15px;
}
.profile_tool:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000000;
	border-width: 18px 0px 3px 33px;
	margin-top: -17px;
}

.tool_illust{
	margin-left: 70%;
	width: 30%;
	height: 200px;
	position:relative;
}

.tool_illust img{
	width:90%;
	position:absolute;
	top:0px;
	left:20px;
}
