@charset 'utf-8';

.clrfx:before,.clrfx:after {content: " ";display: table;}
.clrfx:after {clear: both;}
.clrfx {*zoom: 1;}
.fl {float: left;}
.fr {float: right;}
.tac{text-align: center;}
.ml_05 {margin-left: -0.5em;}
.hoverOp:hover{	filter: alpha(opacity=60);	opacity: 0.6;}
.opcity{filter: alpha(opacity=50);opacity: 0.5;}

a{/*リンクされた文字*/
	color:#5F5F5F;
	font-style:normal;
	font-weight: normal;
	text-decoration: underline;
}
a:link {/*未訪問のリンク*/
	color:#5F5F5F;
	font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
	color:#5F5F5F;
	text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
	color:#4E4E4E;
	font-style:normal;
	text-decoration:underline;
	opacity: 0.5;
}
a:active {/*クリック中*/
	text-decoration:none;
}

/* Common
 * --------------------------------------------------------*/
 
#contents{
	width: 960px;
	margin: 0 auto;
	}
	
p{
	font-size: 200%;
    width: 550px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 2.1em;
    color: #4E4E4E;
	font-family: YuGothic, '游ゴシック', sans-serif;
	}
	
.yodogawa p{
	font-family: YuGothic, '游ゴシック', sans-serif;
	width: 500px;
    margin: 0 auto;
    }
	
.yodogawa{
	margin-top: 100px;
    margin-bottom: 100px;
	background-image: url(../images/back_img.png);
	background-repeat: no-repeat;
	background-position: top;
	}
	
.font_en{
	font-family: YuGothic, '游ゴシック', sans-serif;
	}
	
.border{
	width: 600px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 50px;
	}
	
.info{
	width: 600px;
	margin: 0 auto;
	}
	
.info img{
	margin-bottom: 50px;
	margin-top: 50px;
	}
	
.date{
	text-align: center;
	font-size: 16px;
	}
	
.hobo{
	color:#4E4E4E;
	}
	
.iida{
	color: #0095C4;
	}
	
.prof{
	width: 505px;
	margin: 0 auto;
	margin-top: 50px;
	}
	
.name{
	font-size: 17px;
    line-height: 1.7em;
	margin-top: 20px;
	}
	
.name span{
	font-size: 20px;
	}
	
.techo_01{
	width: 650px;
	margin: 0 auto;
	padding-top: 20px;
	}
	
.techo_01 li{
	padding-top: 20px;
    padding-bottom: 10px;
	}
	
.techo_02{
	font-size: 18px;
	}
	
.techo_02 span{
	font-size: 30px;
    color: #0095C4;
    line-height: 1.8em;
	}
	
.techo_03{
	width: 650px;
	margin: 0 auto;
	margin-top: 100px;
	}
.techo_03 img{
	padding-bottom: 50px;
	}
	
/*対談*/


.conv{
	width: 650px;
	margin: 0 auto;
	font-size: 20px;
	font-family : YuGothic, '游ゴシック', sans-serif;
	}
	
.conv dl{
	display: table;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 30px;}
	
.conv dt{
	vertical-align: top;
	display: table-cell;
	width: 130px;
	font-weight: bold;
    }
	
.conv dd{
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
	line-height: 1.95em;
	}
	
.conv img{
	margin-top: 25px;
	margin-bottom: 25px;
	}
	


@media (max-width : 600px ){

#contents{
	width: 600px;
	margin: 0 auto;
	}
br {
	display : none ;
	}
	
.conv{
	width: 600px;
	}
	
.techo_01{
	width: 600px;
	}
.techo_02{
	width: 600px;
	}
.techo_03{
	width: 600px;
	}
	
dd{
	line-height: 2.0em;
	}
	
	}

