@charset "UTF-8";		
@media all and (min-width: 769px) {

#page_navi_float ul .float_en a span{
	position: absolute;
	top:5px;
	}
#detail_section .block .top .other ul > li dl dd ol li{
	padding-bottom: 0.5em;
}
#detail_section .block .bottom .photo .wrap .lead:before {
    position: relative;
    content: "“";
    font-size: 50px;
    line-height: 1.1;
    margin-right: 5px;
}
#detail_section .block .bottom .photo .wrap .lead:after {
    position: absolute;
    content: "”";
    font-size: 50px;
    line-height: 1.1;
    margin-left: 5px;
}
	#detail_section .block .bottom .photo .wrap .nametitle .job {
    display: block;
    font-size: 13px;
    line-height: 1.2;
	margin-top: -2px;
    margin-bottom: 9px;
}
#detail_section .block .bottom .photo .wrap .nametitle .name {
    display: block;
    font-size: 18px;
    line-height: 1.1;
}
	
	
}


@media all and (max-width: 768px) {
	#detail_section .block .bottom .photo .wrap .lead {
    position: relative;
    left: -2px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 5px #777;
}	
#detail_section .block .bottom .photo .wrap .lead:before {
    position: relative;
    content: "“";
    font-size: 25px;
    line-height: 1.1;
	margin-top: -1px;
    margin-right: -1px;
}
#detail_section .block .bottom .photo .wrap .lead:after {
    position: absolute;
    content: "”";
    font-size: 25px;
    line-height: 1.1;
    margin-top: -1px;
    margin-left: -2px;
}	
#detail_section .block .bottom .photo .wrap .nametitle .job {
    display: block;
    font-size: 9px;
    line-height: 1.2;
	margin-top: -2px;
	margin-left:-6px;
    margin-bottom: 9px;
}
#detail_section .block .bottom .photo .wrap .nametitle .name {
    display: block;
    font-size: 13px;
    line-height: 1.1;
}
	
	
}