@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:hover {/*マウスをのせたとき*/
	color:#4E4E4E;
	font-style:normal;
	text-decoration:underline;
	opacity: 0.5;
}
a:active {/*クリック中*/
	text-decoration:none;
}

/* Common
 * --------------------------------------------------------*/
 
#contents{
	width: 960px;
	margin: 0 auto;
	}
	
#contents p{
	font-size: 180%;
    line-height: 2.1em;
    color: #000000;
	font-family: YuGothic, '游ゴシック', sans-serif;
	}

.yodogawa{
	width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/yodogawa_back.png);
    background-position: center;
    background-repeat: no-repeat;
	}
	
.yodogawa p{
	width: 500px;
	margin: 0 auto;
	line-height: 2.3em;
	}
	
.stationary{
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
.btn{
	text-align: center;
	margin-top: 50px;
    margin-bottom: 50px;
	}

/*対談*/


.conv{
	width: 700px;
    margin: 0 auto;
    font-size: 18px;
    font-family: YuGothic, '游ゴシック', sans-serif;
    background-image: url(../images/honmon_back.jpg);
    background-position: center;
    background-repeat: repeat-y;
    padding-left: 50px;
	padding-top: 50px;
	padding-bottom:50px;
	}
	
.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;
	padding-top: 5px;
    }
	
.hobo{
	color: #1A8DCD;
	}

.roma{
	color: #F52500;
	}
	
.conv dd{
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
	line-height: 1.95em;
	}
	
.conv img{
	margin-top: 25px;
	margin-bottom: 25px;
	}
	
/*プロフィール*/
.c-prof{
	text-align: center;
    margin-top: 30px;
    margin-bottom: 150px;
	}
	
.profile{
	width: 580px;
	margin: 0 auto;
	padding: 20 20 20 20;
	}
	
.profile h2{
	margin-left: 30px;
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 20px;
	}
		
.profile p{
	margin-left: 30px;
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 10px;
	}
	
.prof_close{
	width: 24px;
    margin: 0 auto;
	}
span .info{
	font-size: 12px;
	}
	
#none{
	display: none;
	}


@media (max-width : 600px ){

#contents{
	width: 600px;
	margin: 0 auto;
	}
	
.yodogawa{
	width: 600px;
	background-image: none;
	}
	
.c-prof{
	width: 500px;
    margin: 0 auto;
	}
	
.adj{
	display: none;
	}
.conv{
	width: 600px;
	background-image: none;
	}
	
.techo_01{
	width: 600px;
	}
.techo_02{
	width: 600px;
	}
.techo_03{
	width: 600px;
	}
	
.conv{
	padding-left: 20px;
    padding-right: 20px;
	font-size: 22px;
	}
.conv dt{
	width: 100px;
	}
dd{
	line-height: 2.0em;
	}
	
	}

