@charset "utf-8";
/* CSS Document */

#goods_temp .clearfix::after{
		content: "";
		display: block;
		clear: both;
		margin-bottom: 15px;
}
#goods_temp {
	width:100%;
	max-width:720px;
	margin: auto;
	padding: 10px;
	line-height: 1.3;
}
#goods_temp p {	
	line-height: 1.8;
}
#goods_temp .ttl1{
	text-align:center;
	font-size: 20px;
	margin: 0 auto 3%;
	font-weight: bold;
}
#goods_temp .ttl2{
	text-align:center;
	font-size: 18px;
	margin-bottom: 20px;
    border: solid 1px #cecece;
    padding: 10px 25px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
	width: 80%;
	margin:1% auto 3%;
	font-weight: normal;
}
#goods_temp .voice .ttl3{
	text-align:center;
	color: #fff;
	font-size: 18px;
	padding: 10px 0 8px;
	font-weight: normal;
	margin-bottom: 0px!important;
}
#goods_temp .ttl4{
	font-size: 16px;
	margin: 0 auto 1%;
	font-weight: normal;
	/*padding-left: 1em;
	text-indent: -1em;*/
}
#goods_temp .ttl5{
	text-align:center;
	font-size: 20px;
	margin: 0 auto 3%;
	font-weight: bold;
}
#goods_temp .ttl6{
	text-align:center;
	font-size: 18px;
	margin: 2% auto 1%;
	font-weight: bold;
	color: #000;
}
#goods_temp p.txt {
	font-size:15px;
	margin: 0 auto 3%;
}
#goods_temp span.note {
	font-size:10px;
	margin: 2% auto 5%;
	display: block;
}
#goods_temp .txt_l {
	float: left;
	width: 60%;
	margin: 0px;
	font-size: 15px;
}
#goods_temp .img_r {
	float: right;
	width: 246px;
}
#goods_temp .voice .img_r {
	float: right;
	width: 220px;
}
#goods_temp .txt_r {
	float: right;
	width: 60%;
	margin: 0px;
	font-size: 15px;
}
#goods_temp .img_l {
	float: left;
	width: 246px;
}
#goods_temp .img_max{
	width: 100%;
}
#goods_temp .img_r img, #goods_temp .img_l img, #goods_temp .img_max img {
	width: 100%;	
}
#goods_temp .voice {
	margin: 0 auto 3%;
}
#goods_temp .voice .wrap {
	padding: 10px;
}
#goods_temp .topline {
	border-top:1px solid #f1f1f1;
	padding-top: 5%;
	margin-top: 5%;
}

@media screen and (max-width:750px){
#goods_temp .txt_l, #goods_temp .txt_r  {
	float: none;
	width: 100%;
	font-size: 15px;
}
#goods_temp .voice .img_r, #goods_temp .img_l, #goods_temp .img_r  {
	float: none;
	width: 80%;
	text-align: center;
	margin: 3% auto;
}
#goods_temp .ttl2{
	width: 100%;
}
#goods_temp .top_view {
    font-size: 4vmin!important;
}

}











