/********************************************
for PC
********************************************/

dt.text {
    color: #000;
}

body {
    background-color: #ffffff;
}


.inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 8px;
 background-color: #ffffff;
}

@media (min-width: 768px) { 

#contents_frofile .bottom_area .frofile_dl dt {
    float: left;
    width: 160px;
    padding: 10px 0 10px 10px;
    color: #000;
    font-size: 13px;
}

#contents_frofile .bottom_area  .frofile_dl dd {
    float: left;
    padding: 10px 5px 10px 5px;
    color: #000;
    font-size: 13px;
}

#contents_frofile .bottom_area  .frofile_dl {
    overflow: hidden;
    width: 425px;
    border-bottom: 1px dotted #000;
}


#contents_frofile{
	width: 300%;
	margin-right:auto;
	margin-left:auto;
	padding:130px;
	/* background-color:#fff; */
	}
#contents_frofile .left_area{
	float:left;
	width: 420px;
	margin-right: 40px;
	}
#contents_frofile .left_area #frofile_images{
	width: 420px;
	/* height: 280px; */
	}
#contents_frofile .right_area{
	float:left;
	}
#contents_frofile .right_area .biography_dl{
	overflow:hidden;
	width:540px;
	border-bottom:1px dotted #ccc;
	}
#contents_frofile .right_area .biography_dl dt{
	float:left;
	width:80px;
	padding:10px 0 10px 10px;
	color:#674133;
	font-size:15px;
	}
#contents_frofile .right_area .biography_dl dd{
	float:left;
	padding:10px 10px 10px 0;
	color:#000;
	font-size:13px;
	}

  .forSp {
    display: none;
  }

}

/********************************************
for SP
********************************************/
@media (max-width: 767px) {

#contents_frofile .bottom_area .frofile_dl dt {
    float: left;
    width: 103px;
    padding: 10px 0px 10px 0px;
    color: #000;
    font-size: 12px;
}


#contents_frofile .bottom_area  .frofile_dl dd {
    float: left;
    padding: 10px 5px 10px 5px;
    color: #000;
    font-size: 12px;
}


#contents_frofile .bottom_area  .frofile_dl {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px dotted  #000;
}

#contents_frofile{
	/* margin-top:10px; */
	/* margin-right:10px; */
	/* margin-left:10px; */
	/* padding:20px 5px 20px 5px; */
	/* background-color:#fff; */
	}
#contents_frofile .left_area{
	/* width:100%; */
	/* height:100%; */
	padding-bottom:20px;
	}
#contents_frofile .left_area #frofile_images{
	width: 100%;
	/* height: 100%; */
	}
#contents_frofile .right_area{
	float:left;
	width: 100%;
	}
#contents_frofile .right_area .biography_dl{
	overflow:hidden;
	width:100%;
	border-bottom:1px dotted #ccc;
	}
#contents_frofile .right_area .biography_dl dt{
	float:left;
	width:100%;
	color:#674133;
	font-size:15px;
	}
#contents_frofile .right_area .biography_dl dd{
	float:left;
	padding:10px 5px 10px 5px;
	color:#000;
	font-size:13px;
	}

  .forPc {
    display: none;
  }

}

#contents_frofile p{
    font-size: 184.6%;
    margin-bottom: 0.5em;
    padding-bottom: .1em;
    margin-top: 5px;
    border-bottom: 1px solid #000;
    color: #000;
    text-align: center;
 }