@import url(base.css);
@import url(ivftourBase.css);

.content{margin:2em auto 0 auto; width: 90%; max-width:640px; line-height:2; }
.content dl{padding:0.5em 1em; width:100%; background-color:white; border-radius:1em;}
.content dl+dl{margin-top:1em;}
.content dt+dd{margin-top:1em; display: none;webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.content dt:before{margin-right:1em; width:1.5em; height:1.5em; text-align: center; line-height:1.5; color:#fff; background-color:red; content: "问"; border-radius:0.2em; display: inline-block; vertical-align:middle;}
.content dt+dd:before{content: "答：";}
.content dd.btn{text-align: center;}
.content dd.btn span{padding:0 1em; color:#333; display: inline-block; cursor: pointer;}
.content dd.btn span:before{ font-weight:lighter; }