@charset "UTF-8";
/* CSS Document */
body{
	font-family: "Aoto Gothic Regular";
	color:#4E3014;
}
.content_wrap {
    margin: 0px 10px 0px 10px;
}
.gif{
	 width: 70%;
     margin: auto;
}
.midashi{
	width: 80%;
}
.syomei {
    width: 65%;
    margin-top: 1em;
}
 #index_nav .title {
    margin: 0px;
    }
 #index_nav .date {
        font-size: 12px;
        letter-spacing: .1em;
        color: #9c7300;
    }
/* contents */
@media (min-width: 641px) {
    #talk_body .txt_box .desc {
        max-width: calc(100% - 130px);
	}
	#talk_body .txt_box {
        padding: 0px 40px 0px 40px;
}
    #talk_body .pic img {
        border-radius: 8px;
    }
	.kodama_comment {
    background-color: #f6ecf5;
    padding: 40px;
    width: 70%;
    margin: auto;
    line-height: 180%;
}
	.syomei {
    width: 65%;
    margin-top: 1em;
}
	}
@media (max-width: 640px) {
    #talk_body .txt_box {
    padding:0px;
	}
	.kodama_comment {
    background-color: #f6ecf5;
    padding: 24px;
    line-height: 180%;
}
@media (max-width: 640px) {
    #talk_body dd, .info_taidan_txt dd {
   padding:0px;
	margin:0px;
    }
	.syomei {
    width: 90%;
		}
	.midashi{
	width: 100%;
}
}
	}