@charset "UTF-8";
/* CSS Document */

#talk_body .txt_box {
 padding-top:0px; 
}
#talk_body .pic .caption {
    color: #cccccc;
}
hr{margin-top:20px;
  margin-bottom:80px;}

@media screen and (max-width: 640px){
 hr{margin-top:10px;
	 margin-bottom:60px;}
}
#talk_body .txt_box .desc p{
	margin:0
}
#talk_body .txt_box .desc p + p{
	margin-top: 1.5em;
}
#talk_body .txt_box .desc p + p:last-child{
	margin-top: 1.5em;
}
