/* -----------------------------------------------------------------------------------------------
	Present 
-------------------------------------------------------------------------------------------------- */

/* 9-2-1 present view */



.present_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around; 
    margin-bottom: 40px;
	background-image: url(/img/present/present_back.jpg);
}
.present_image {
    flex: 0 1 auto;
    width: 45%;
}




.prs_offer {
	background-color:#ffffff;
	border-radius: 4px;
	padding: 12px 16px;
	margin-bottom: 15px;
	border: 1px solid #999999;
}

.prs_code {
	font-weight:bold;
	color:#444444;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.prs_offerbody {
	font-size: 2.2rem;
	font-weight: bold;
	color:#e30088;
	line-height:1.3;
	margin-bottom: 10px;
} 





.prs_body {
	width: 100%;
	margin: 10px auto 50px auto;
	padding: 20px 30px;
	background: #f3f3f3;
}







/* 9-2-2 present_block_entry */

.present_block_entry {
	padding:0;
	margin: 0 0 100px 0;
	color:#333;
}
.present_block_entry h3 {
	color:#000000;
	text-align:center;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.present_block_entry .obo_section {
	margin-top:10px;
	line-height:100%;
	border-top: 3px solid #e0e0e0;
	padding-top: 12px;
}

.present_block_entry .theme {
	color:#9c6007;
	font-size:2.2rem;
	margin-bottom: 8px;
	line-height: 1.5;
}
.present_block_entry .enque {
	font-size:1.7rem;
	line-height: 150%;
	margin-bottom: 10px;
}

.present_block_entry .caution {
	font-size:1.3rem;
	margin:10px 0;
	line-height:120%;
}

.present_block_entry .submit {
	text-align:center;
	margin-top:20px;
}

.obo_entried {
    text-align: center;
    font-size: 1.8rem;
    margin: 8px 0;
}






/* 9-2-3 present list */

.presentindex {
    width: 100%;
    
	clear: both;
	overflow:hidden;
	margin-bottom: 80px!important;
       
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.presentindex_each {
    flex: 0 1 auto;
    width: 31%;
	position: relative;
	text-align: left;
	margin-bottom: 36px;
	cursor:pointer;
}
.presentindex_each p {
	line-height: 1.5;
}

.presentindex_img {
	border: 1px solid #d8d8d8;
	padding: 4px;
    /* height: 180px; */	
}

.presentindex_img img {
	margin: 0 auto;
    width: 85%;
	transition: 0.5s;
}
.presentindex_img img:hover {
    width: 100%;
	transition: 0.5s;
}


.presentindex_title {
	width: 100%;
	/* background-color: rgba( 0,142,142,  1);	*/
	padding:8px 0 0 0 ;

	color:#444444;
	font-size: 1.4rem;
	line-height: 150%;
	text-align: left;
}
.presentindex_title span {
	font-size: 1.6rem;
}

/* closed */
.closedpresent {
	background: #e8e8e8;
	cursor:default;
}
.closedpresent .presentindex_title {
	background:#d8d8d8;
	padding:5px 5px;
	color:#999999;
}
.closedpresent .presentindex_catch {
	color:#999999;
	} 
.closedpresent .presentindex_offer {
	background-color:#e8e8e8;
	color:#bbb;
	border:1px solid #d8d8d8;
}
.closedpresent  img {
	filter: alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
}









@media screen and (max-width: 480px) {


.present_wrap {
    display: block;
    flex-wrap: wrap;
    justify-content:space-around; 
    margin-bottom: 40px;
}
.present_image,.present_information {
    flex: none;
    width: 100%;
}





	.present_view_image div {
		flex: none;
		width: 100%;
		border: 1px solid #dddddd;
		padding: 2px;
		margin-bottom: 5px;
	}

	.prs_body {
		padding: 10px 10px;
		border: none;
	}

.presentindex_each {
    width: 48%;
	margin-bottom: 12px;
}
    
    .prs_title {
        font-size: 2.0rem;
        margin: 5px 0;
        padding: 4px 0;
    }
    .prs_offerbody {
        font-size: 1.8rem;
    } 
    

    
}

