@charset "UTF-8";
/* CSS Document */
.profile {
    position: relative;
    margin: auto;
    padding: 0em 2em 2em 2em;
    border: solid 3px #41918b;
    border-radius: 8px;
	line-height: 180%;
	margin-bottom: 30px;
	width: 70%;
}
.profile .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 180%;
    font-size: 19px;
    background: #FFF;
    color: #41918b;
    font-weight: bold;
}
.profile p {
   line-height: 180%;
}
.name{
	font-size:1.3em;
	font-family:"A1 Gothic M";
	margin-bottom: -20px;
}
@media (min-width: 641px) {
    .syomei {
width:100%;
    }
	
}
@media (max-width: 640px) {
	 #talk_body dd + dd, .info_taidan_txt dd + dd {
        margin-top: 0em;
    }
.profile {
    padding: 2em 2em 2em 2em;
	width: 80%;
}
	.name {
    margin-bottom: 8px;
}
	}
