#detail {
    width : 100%;
}

#dhead {
    width : 100%;
    margin-bottom : 7%;
    text-align : center;
}

#dhead img {
    width : 100%;
    height : 100%;
    margin-bottom : 0;
    border-top-left-radius : 10px;
    border-top-right-radius : 10px;
}

#profile {
    width : 100%;
    padding-bottom : 7%;
    background : #d7ebc3;
    border-bottom-left-radius : 10px;
    border-bottom-right-radius : 10px;
}

#profile h3 {
    margin-bottom : 10px;
	font-weight : 600;
    font-size : 120%;
}

#profile h3 span {
    margin-left : 10px;
    font-size : 150%;
    letter-spacing : 2px;
}

#profile h4 {
    margin-bottom : 3%;
    padding : 9px 0 11px 0;
    background : #2d7d14;
    color : #ffffff;
    font-weight : 700;
    font-size : 100%;
    text-align : center;
}

#detail dl {
    overflow : hidden;
	margin : 0 2% 2% 2%;
}

#detail dl dt {
	margin-bottom : 13px;
	padding-bottom : 12px;
	border-bottom : dashed 1px #b4b4b4;
	font-weight : 600;
	font-size : 110%;
	color : #2d7d14;
}

#detail dl dd {
	margin-bottom : 20px;
    line-height : 1.5em;
}

/*----------SIDE----------*/

#sbox {
    margin-bottom : 10%;
    padding : 5% 5% 3% 5%;
    border : solid 3px #dcdcdc;
    border-radius : 10px;
}

#sbox h3 {
    margin-bottom : 6%;
    padding : 3%;
    background : #c3dcf5;
    font-weight : 600;
    text-align : center;
    font-size : 110%;
}

#sbox ul {
	list-style : none;
}

#sbox ul li {
	margin-bottom : 9px;
	padding-bottom : 8px;
	border-bottom : dashed 1px #b4b4b4;
	line-height : 1.35em;
}

#sbox ul li a {
	color : #000000;
	text-decoration : underline;
}