@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1000px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}

/***************************************************************************
analysis_items
****************************************************************************/

#analysis_items .left_block .box:last-child {
    border-bottom: 1px solid #707070;
}
#analysis_items .sp_right_block {
	display: none;
}

@media print, screen and (max-width: 960px) {
#analysis_items .right_block {
	display: none;
}
#analysis_items .sp_right_block {
	display: block;
	text-align: center;
}
#analysis_items .sp_right_block img {
	width: 70%;
}
}

/***************************************************************************
sp_right_block
****************************************************************************/


@media only screen and (max-width: 767px) {
#analysis_items .sp_right_block img {
	width: 90%;
}
}