.ccm-page .blue_price-tableout{
	display: table;
    padding: 0;
    border-collapse:separate;
	border-spacing:2px;
    width: 100%;
	margin-bottom:32px;
}
.ccm-page .blue_price-tableout a{
	text-decoration: none;
}
.ccm-page .blue_price-leftcell,
.ccm-page .blue_price-rightcell{
    line-height: 150%;
	border-bottom:1px solid #e0e0e0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 16px 16px 8px;
}

.ccm-page .blue_price-leftcell{
    font-weight: normal;
    vertical-align: top;
}
.ccm-page .blue_price-rightcell{
    vertical-align: middle;
	text-align: right;
}
.ccm-page .blue_price-tableout .blue_price-row:last-child .blue_price-leftcell,
.ccm-page .blue_price-tableout .blue_price-row:last-child .blue_price-rightcell{
	border-bottom:none;
}
.ccm-page .blue_price-tableout .blue_price-row p{
	margin:0 auto 8px;
	padding:0;
}
.ccm-page .blue_price-tableout .blue_price-row:active,
.ccm-page .blue_price-tableout .blue_price-row:focus,
.ccm-page .blue_price-tableout .blue_price-row:hover,
.ccm-page .blue_price-tableout .blue_price-row:nth-child(2n+1):active,
.ccm-page .blue_price-tableout .blue_price-row:nth-child(2n+1):focus,
.ccm-page .blue_price-tableout .blue_price-row:nth-child(2n+1):hover{
	background:#FFF7F7;
}
.ccm-page .blue_price-rightcell img{
	width:100%;
	height:auto;
	margin:0 auto;
}
.ccm-page .blue_price-rightcell ul{
	padding:0 0 0 16px;
	margin:0;
}
.ccm-page .blue_price-rightcell li{
	margin:0 auto 10px 10px;
	line-height:150%;
}
.ccm-page .blue_price-rightcell li:last-child{
	margin:0 auto 0 10px;
}

/*　スマホ（スマートフォン・タブレット）・タブレット用
---------------------------------------------------------------------*/
@media (max-width: 768px) {
.ccm-page .blue_price-tableout .blue_price-row{
	border:1px solid #ddd;
	margin:0 auto 16px;
}
.ccm-page .blue_price-tableout .blue_price-row:last-child .blue_price-leftcell{
	border-bottom:1px solid #ddd;
}

.ccm-page .blue_price-leftcell,
.ccm-page .blue_price-rightcell{
    margin:0px;
	color:#545454;
}

.ccm-page .blue_price-leftcell{
	width:100%;
	background:rgba(235,246,255,.4);
	padding:16px;
}
.ccm-page .blue_price-rightcell{
	border:none;
}
}

/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
.ccm-page .blue_price-tableout{
	background:rgba(255,255,255,1);
	color:#545454;
	border:#ddd 1px solid;
}
.ccm-page .blue_price-tableout .blue_price-row{
	display:table-row;
}
.ccm-page .blue_price-tableout .blue_price-row:nth-child(2n+1){
	background:rgba(235,246,255,.4);
}
.ccm-page .blue_price-leftcell,
.ccm-page .blue_price-rightcell{
	display: table-cell;
    margin: 16px;
}

.ccm-page .blue_price-leftcell{
	width:56%;
	border-right: #ddd 1px solid;
}

.ccm-page .blue_price-rightcell img{
	width:100%;
}
}


