.ccm-page .white-tableout{
	display: table;
    padding: 0;
    border-collapse:separate;
	border-spacing:2px;
    width: 100%;
}

.ccm-page .white-leftcell,
.ccm-page .white-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 .white-leftcell{
    font-weight: normal;
    vertical-align: top;
}
.ccm-page .white-rightcell{
    vertical-align: middle;
}
.ccm-page .white-tableout .white-row:last-child .white-leftcell,
.ccm-page .white-tableout .white-row:last-child .white-rightcell{
	border-bottom:none;
}
.ccm-page .white-tableout .white-row p{
	margin:0 auto 8px;
	padding:0;
}
.ccm-page .white-tableout .white-row:active,
.ccm-page .white-tableout .white-row:focus,
.ccm-page .white-tableout .white-row:hover{
	background:rgba(0,0,153,0.05)
}
.ccm-page .white-rightcell img{
	width:100%;
	height:auto;
	margin:0 auto;
}
.ccm-page .white-rightcell ul{
	padding:0 0 0 16px;
	margin:0;
}
.ccm-page .white-rightcell li{
	margin:0 auto 10px 10px;
	line-height:150%;
}
.ccm-page .white-rightcell li:last-child{
	margin:0 auto 0 10px;
}

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

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

.ccm-page .white-leftcell{
	width:100%;
	background:rgba(239,239,239,1.00);
    padding:16px;
}
.ccm-page .white-rightcell{
	border:none;
}
}

/*　パソコン（PC）用
---------------------------------------------------------------------*/
@media (min-width: 769px) {
.ccm-page .white-tableout{
	background:rgba(255,255,255,1);
	color:#545454;
}
.ccm-page .white-tableout .white-row{
	display:table-row;
}

.ccm-page .white-leftcell,
.ccm-page .white-rightcell{
	display: table-cell;
    margin: 16px;
}

.ccm-page .white-leftcell{
	width:32%;
	border-right: #ccc 1px dotted;
	min-width: 123px;
}

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


