[class*='mdi-']:before {
	display: inline-block;
	vertical-align: middle;
}

/* ----------------------------------------
 * 
 * 対談用 スタイルシート（定義リスト版）
 * 
 * ------------------------------------- */

.column {
	padding: 10px 50px 50px 50px;
	margin-top: 80px;
	background-color: #DED9D5;	/*border-top: thick solid #F9D852;
	border-bottom: thick solid #F9D852;*/
	border-radius: 20px;
	}

.column_yodogawa {
	font-weight: bold;
	padding-top: 30px;
	text-align: center;
	}	

.conv {
	width: 650px;
	margin: 25px auto 25px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 40px;
}

.conv dl {
	display: table;
	width: 100%;
}
.conv dl + dl {
	margin-top: 0px;
}
.conv dt, .conv dd {
	display: table-cell;
	text-align: left;
	font-size: 100%;
}
/* 名前のセル */
.conv dt {
	width: 80px;
	padding: 2em 0 0 0;
	font-weight: bold;
	letter-spacing: -1px;
	vertical-align: top;
	color: #999;
}
.conv dt.talker0 {
	width: 80px;
	padding: 2em 0 0 0;
	font-weight: normal;
	letter-spacing: -4px;
	vertical-align: top;
	color: #999;
}
.conv dt.talker1 {
	width: 80px;
	padding: 2em 0 0 0;
	font-weight: bold;
	vertical-align: top;
	color: #4D4545;
}
.conv dt.talker2 {
	width: 80px;
	padding: 2em 0 0 0;
	font-weight: bold;
	vertical-align: top;
	color: #0090F5;
}

/* 発言のセル */
.conv h2 {
	font-size: 170%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	}

.conv dd {
	padding-top: 2em;
	vertical-align: middle;
	color: #1A1A1A;
}
.conv .photo {
	margin-top: 3.4em;
}

.conv .photo img {
	width: 100%;
	height: auto;
	}

.conv .photo p {
	font-size: 140%;
	line-height: 1.5;
	margin-top: 1em;
}
.conv .continue {
	text-align: center;
	padding-top: 50px;
}

.conv .caption {
	padding-top: 10px;
	font-size: 85%;
}

main .conv h3 em {
	display: block;
	border: 1px solid #e5e5e5;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	color: #999999;
	font-family: "adobe-garamond-pro", serif;
	font-size: 240%;
	line-height: 40px;
	text-align: center;
}
main .conv h3 em + span {
	display: block;
	margin-bottom: 10px;
	font-size: 360%;
	font-family: "adobe-garamond-pro", serif;
	text-align: center;
	border-bottom: 1px solid #8A644A;
}
main .conv h3 span + span {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 16px;
	border: 0 none;
}

main .conv dd b {
	margin: 0 0.125em;
}
main .conv time{
	color: #0064B4;
	margin-top:2em;
	font-weight:bold;
}
main .conv time.archive{
	margin-top:-3em;
}
.device-sp main .conv {
	width: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.device-sp main .conv dd br {
	display: none;
}
.device-sp .conv dt, 
.device-sp .conv dd {
	display: block;
}
.device-sp .conv dd {
	padding-top: 0.5em;
	font-weight: normal;
}
.device-sp .conv > p + dl {
	margin-top: 0 !important;
}
.device-sp .conv > p + dl dt {
	margin-top: 0 !important;
}
.device-sp .conv .continue {
	font-weight:normal;
}
.device-sp .conv .continue.old {
	/*margin-bottom:-40px;*/
}
.device-sp main .conv .photo{
	width: 100%;
}
.device-sp main .conv .photo img{
	width: 100%;
	height:auto;
}
.device-pc .second{
	width: 560px;
	margin: -20px auto 0;
	/*border-top: 1px solid #8A644A;*/
	padding: 20px 0;
}
.device-sp .second{
	font-size: 120%;
	margin: 25px auto 0;
	padding: 20px 0;
}


.device-sp .column {
	padding: 10px 10px 50px 10px;
	}

.device-sp .column_yodogawa {
	text-align: left;
	}

.information {
	text-align: center;
	font-size: 16px;
	background-color: #595757;
	color: #FFFFFF;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-weight: bold;
	}

.information p {
	margin-top: 30px;	
	}
	
/*.information_midashi{
	font-size: 85%;
	color: #595757;
	font-weight: bold;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 10px;
	width: 300px;
	text-align: center;
	background-color: #F9D852;
	border-radius: 20px;
	}	*/
	
.information_midashi{
	font-size: 85%;
	color: #F9D852;
	font-weight: bold;
	margin-top: 50px;
	}		
	
.device-sp	.information {
	padding: 0 20px 30px 20px;
	text-align: left;
	}
	
.information_b{
	text-align: center;	
	margin:20px auto;
	}
	
.device-sp .information_b img{
	width: 95%;
	height: auto;
	}

/* ------------------フッターリスト------------------ */
.btn_back_next{
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	height: 72px;
	margin-top: 30px;
	clear: both;
	padding: 30px 0 50px 0;
	}
.btn_back {
	width: 74px;
	height: 72px;
	float: left;
	}
.btn_top {
	width: 74px;
	height: 72px;
	float: left;
	margin-left: 15px;
	}
.btn_next {
	width: 74px;
	height: 72px;
	float: right;
	}

.hidden {
	visibility: hidden;	
	}
/*	

.device-sp. btn_back_next{
	margin-left: auto;
	margin-right: auto;
	width: 310px;
	height: auto;
	text-align: center;
	}
	
.device-sp .btn_back {
	width: auto;
	height: 75px;
	text-align: center;	
	margin:0 auto;
	float: left;
	padding-left: 10px;
	}

.device-sp .btn_back img{
	width: auto;
	height: 75px;
	}

.device-sp .btn_top {
	width: auto;
	height: 75px;
	float: left;
	margin-left: 30px;
	}

.device-sp .btn_top img{
	width: auto;
	height: 75px;
	}	
	
.device-sp.btn_next {
	width: auto;
	height: 75px;
	text-align: center;	
	margin:0 auto;
	float: right;
	padding-right: 10px;
	}

.device-sp.btn_next img{
	width: auto;
	height: 75px;
	}
	*/