/* common */
@import url("common.css") print, screen and (min-width:671px) ;
/*@import url("common.css") screen and (min-width:0px) and (max-width: 670px);*/
@import url("common_sp.css") screen and (min-width:0px) and (max-width: 670px);

.underline {
	text-decoration: underline !important;
}