@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;}

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

/* Common
 * --------------------------------------------------------*/
 
#contents{
	width: 960px;
	margin: 0 auto;
	font-family: 'A1明朝', A1 Mincho;
	}
	
p{
	font-size: 180%;
    line-height: 2.1em;
    color: #765A3A;
	}
	
	
.techo_img{
    position: relative;
    top: -320px;
    left: -100px;
    float: right;
	margin-bottom: -500px;
	}
	
.yodogawa{
	margin-top: 50px;
	position: relative;
    left: 70px;
	}
	

.info{
	width: 550px;
	margin: 0 auto;
	margin-top: 70px;
	}
	
.techo_left{
	position: relative;
    left: 10px;
    margin-top: 50px;
	}
	
.techo_right{
	float: right;
    position: relative;
	left: -20px;
    top: -280px;
	}
	
.techo_left p{
	margin: 0 0 0 0;
    line-height: 1.7em;
	}
	
.date{
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 100px;
	}
	
/*商品名・値段*/

.techo_01{
	padding-bottom: 20px;
	}

.name_01{
	font-size: 18px;
	}	
	
.name_02{
	font-size: 28px;
    padding-bottom: 10px;
	}
	
.price_01{
	padding-top: 15px;
	font-size: 15px;
	}
	
.price{
	font-size: 23px;
	}
	
	
	
/*対談*/


.conv{
	width: 600px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9em;
    color: #766A3A;
    border-left-color: #00327D;
    border-left-style: groove;
    padding-left: 50px;
    margin-top: 50px;
	}
	
.conv dl{
	display: table;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 30px;}
	
.conv dt{
	vertical-align: top;
	display: table-cell;
	width: 100px;
	font-weight: bold;
    color: #00327D;}
	
.conv dd{
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;}
	
.conv img{
	margin-top: 25px;
	margin-bottom: 25px;
	}
	


@media (max-width : 600px ){

#contents{
	width: 600px;
	margin: 0 auto;
	}
br {
	display : none ;
	}

.techo_img{
	display: none;
	}
	
.yodogawa{
	width: 500px;
	}
	
.conv{
	width: 550px;
	}
	
.techo_left{
	width: 250px;
	}
	
	}

