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

/*:: POINT_CARD :::::::::::::::::::::::*/
/*
.right_no_margin {
	margin-right: 0 !important; 
}
*/
.section .point_item_area .point_item_box img {
	width: 100%;
	max-width: 340px;
}
.section .point_item_area .point_item_box {
	width: 340px;
	float: left;
	margin: 0 auto;
	border: 1px solid #666;
	box-sizing: border-box;
	z-index: 100; 
	margin-bottom: 15px;
	margin-right: 20px;
}
.section .point_item_area>div:nth-child(2n){
	margin-right: 0;
}

.section .point_item_area a{
	text-decoration: none;
	display: block;
	height: auto;
}


.section .point_item_area h3 ,
.section .pointItemArea__3col h3 {
	margin: 0;
	width: 100%;
	text-align: center;
	/*background-color: #004098;*/
	line-height: 30px;
	color: #004098;
	font-size: 24px;
	padding: 10px 0; 
	font-weight: bold; 
}
/*  .section .point_item_area h3 span ,
  .section .pointItemArea__3col h3 span {
		color: #ffdd3d;
		font-size: 23px;		
}*/

.section .point_item_area .item_img ,
.section .pointItemArea__3col .item_img {
	text-align: center; 
}
.section .point_item_area .item_img img ,
.section .pointItemArea__3col .item_img img {
	z-index: -10; 
}
.section .point_item_area h2 ,
.section .pointItemArea__3col h2 {
	padding: 5px 5px 5px 5px;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold; 
	text-align: center;
}
.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; 
}
.section .point_item_area .kuhaku ,
.section .pointItemArea__3col .kuhaku {
	border: none; 
}

ul.nabelist{
	list-style: none;
	width: 100%;
	margin: 0 !important;
	padding: 0;
	overflow: hidden;
}

ul.nabelist>li{
    width:  49%;
	margin-right: 2%;
	float: left;
	padding-left: 0 !important;
}

ul.nabelist>li:nth-child(2n){
	margin-right: 0;
}

ul.nabelist>li>img{
	max-width: 343px;
	width: 100%;
}
.lastbox{
	margin-right: 0 !important;
}