@charset "UTF-8";

.comment{
	width: 640px;
	line-height: 1.5;
	border: 2px solid red;
	margin: 0 auto 1.5em;
	padding: 0.5em;
	}
	
.comment p{
	font-size: 1em;
	line-height: 1.3;
	margin: 0 auto 0.3em;
	padding: 0;
	}

.but{
	text-align: center;
	width: 320px;
	background: #3582ed;
	border-radius: 6px;
	margin: 0 auto 3em;
	}
	
.but a{
	font-size: 1.2em;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 50px 20px;
	}
	

@media only screen and (max-width: 480px) {/*smart*/

.comment{
	width: 98%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.but{
	text-align: center;
	width: 95%;
	background: #3582ed;
	border-radius: 6px;
	margin: 0 auto 3em;
	}
	
.but a{
	font-size: 1em;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 50px 20px;
	}

}/*smart*/

@media only screen and  (min-width: 481px) and (max-width: 768px) {/*tablet*/

.comment{
	width: 98%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}


}/*tablet*/
