@charset "utf-8";
/* CSS Document */

#contents .banner p{
    text-align: center;
    padding: 7px;
    background: transparent url(/common/sumai2015/images/icon_support_arrow.gif) no-repeat right;
    margin-right: 15px;
}

#contents .banner p a{
    color: #000;
}

/* price_info2025.html css*/
.price-info2025 #sectionContents h2 {
    padding-top: 40px;
}

.price-info2025 #sectionContents .clm {
    padding-bottom: 40px;
}

.price-info2025 #sectionContents .mod_tbl th {
    vertical-align: middle;
}


@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
	.price-info2025 #sectionContents .mod_tbl {
		overflow-x: scroll;
	}
	.price-info2025 #sectionContents .mod_tbl table {
		display: table;
		width: 650px;
	}
	.price-info2025 #sectionContents .mod_tbl tbody {
		display: table-row-group;
	}
	.price-info2025 #sectionContents .mod_tbl tr {
		display: table-row;
	}
	.price-info2025 #sectionContents .mod_tbl th {
		display: table-cell;
	}
	.price-info2025 #sectionContents .mod_tbl td {
		display: table-cell;
	}
	.price-info2025 #sectionContents .mod_tbl td span {
		display: block;
	}
}
