@charset "UTF-8";
.profile01 {
	margin-bottom:50px;
}
.profile01 .left{
	float:left;
}
.profile01 .right{
	float:left;
	width:68%;
	*width:64%;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-left: 1%;
}
.profile01 .photo img{
	width: 90%;
	max-width: 180px;
	padding: 5px;
    background-color: #ffffff;
    box-shadow: 2px 2px 3px 2px rgb(0 0 0 / 25%);
    margin-right: 20px!important;
}

.profile02{
	float:left;
	width: 48%;
	*width: 46%;
	margin-left:1%;
	
}
.profile02 .left{
	width:132px;
	height:198px;
}


/* スマホ誘導  */
#sp_link{
	display:none;
}
/* トップへ戻るボタン  */
#back_top {
	position: fixed;
	bottom: 0;
	right: 40px;
}
#back_top a {
	display: block;
	width: 127px;
	height: 36px;
	text-align: center;
	/* transition  */
    -webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	filter: alpha(opacity=60);
	opacity: 0.6;
	background: url(../img/btn_to_top.png) no-repeat center center;
}
#back_top a:hover {
	color: #000;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.profile01 .txt_gree{
	margin:0 0 3% 1%;
}
/* 狭いとき用 */
@media screen and (max-width: 650px) {
.profile01 .photo img {
	border: none;
}
.profile02{
	float:none;
	margim-left:0;
	width: 100%;
	*width:96%;
}
}
/* 広いとき用 */
@media screen and (min-width: 981px) and (max-width: 999px) {
.profile01 .right {
	width: 690px;
	margin-left: 10px;
}
}
/* とても広いとき用 */
@media screen and (min-width: 1000px) {
.profile01 .right {
	width: 710px;
	margin-left: 10px;
}
}