/*==================================
maincontants
==================================*/
.section p {
	margin: 0 0 10px 0; 
}

/*:: POINT_CARD :::::::::::::::::::::::*/
.right_no_margin {
	margin-right: 0 !important; 
}

.section .point_item_area .point_item_box {
	width: 166px;
	float: left;
	margin: 0 12px 20px 0;
	border: 1px solid #666;
	box-sizing: border-box;
	z-index: 100; 
}
.section .pointItemArea__3col .pointItemBox {
	width: 224px;
	height: 340px;
	float: left;
	margin: 0 14px 20px 0;
	border: 1px solid #666;
	box-sizing: border-box;
	z-index: 100; 
}

.section .point_item_area h3 ,
.section .pointItemArea__3col h3 {
	margin: 0 0 5px 0;
	width: 100%;
	text-align: center;
	background-color: #004098;
	line-height: 30px;
	color: #ffdd3d;
	font-size: 13px;
	padding-top: 5px; 
}

.section .point_item_area h3.pink{
	background-color: #ed4097 !important;
	color: #fff22f !important;
}
  .section .point_item_area h3 span ,
  .section .pointItemArea__3col h3 span {
		color: #ffdd3d;
		font-size: 23px;
		font-weight: bold; 
}
.section .point_item_area .item_img ,
.section .pointItemArea__3col .item_img {
	text-align: center; 
	padding: 5px;
}
.section .point_item_area .item_img img ,
.section .pointItemArea__3col .item_img img {
	z-index: -10; 
	width: 100%;
	max-width: 160px;
}
.section .point_item_area h2 ,
.section .pointItemArea__3col h2 {
	padding: 0 5px 5px 5px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold; 
}
.section .point_item_area p.brand ,
.section .pointItemArea__3col p.brand {
	font-size: 12px;
	color: #666;
	margin: 0;
	padding-left: 5px; 
}
.section .point_item_area p.kikaku ,
.section .pointItemArea__3col p.kikaku {
	font-size: 12px;
	padding-left: 5px; 
	margin-bottom: 0;
}
.section .point_item_area .kuhaku ,
.section .pointItemArea__3col .kuhaku {
	border: none; 
}


.section .point_item_area p.kakaku ,
.section .pointItemArea__3col p.kakaku {
	padding: 10px 10px 0 5px;
    font-size: 30px;
    font-weight: bold;
	text-align: right;
	color: red;
	margin-bottom: 0;
	line-height: 1;
}

.section .point_item_area p.kakaku span ,
.section .pointItemArea__3col p.kakaku span {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.section .point_item_area p.reference ,
.section .pointItemArea__3col p.reference {
	padding: 5px;
    font-size: 12px;
	text-align: right;
}

.section .point_item_area p.notes ,
.section .pointItemArea__3col p.notes {
	padding: 5px;
    font-size: 11.5px;
	margin-bottom: 0;
}


