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

/********* product deteail ***********/

#sub_area {
	margin: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/******************************************************************
	                     パソコンのみ
*******************************************************************/

/* --------- 768px以上　PC ---------- */
@media only screen and (min-width: 768px) {
	.item_comment {
		line-height: 1.6em;
	}

}

/******************************************************************
	                     モバイル　のみ
*******************************************************************/

@media only screen and (max-width: 767px) {
	
}