@charset "UTF-8";
/* CSS Document */

h3{
	padding: 0 0 0 20px;
	margin-bottom: 5px;
	background: url(../common/images/img_arrow01.png) no-repeat left 3px;
	background-size: 15px 17px;
	}
	
#manage p{
	margin: 0 0 20px 0;
	}	
	
#manage .inner{
	text-align: center;
	}	
	
#manage img{
	width: 36.504vw;
	}

#manage .inner div{
	position: relative;
	width: 100%;
	height: 55.38vw;
	margin: 5px 0 0 1px;
	background: url(images/bg_contents.jpg) no-repeat center top;
	background-size: 50.232vw 27.3vw;
	}
	
#manage .inner div a{
	position: absolute;
	}
	
#manage .inner div a:first-child{
	top: 12.48vw;
	left: 24.96vw;
	}	
	
#manage .inner div a:nth-child(2){
	top: 29.64vw;
	left: 0;
	}
	
#manage .inner div a:nth-child(3){
	top: 29.64vw;
	right: 0;
	}
	
.inner ul{
	margin: 15px 0 0 0;
	}
	
.inner ul li{
	margin: 0 0 20px 0;
	}
	
.inner ul li p{
	padding: 15px;
	background: #D5F9CD;
	}
	
.inner ul li:after{
	display: block;
	content: " ";
	width: 26px; 
	height: 47px;
	margin: 15px auto 0 auto;
	background: url(images/icon_01.png) no-repeat top left;
	background-size: 26px 47px;
	}
	
.inner ul li:last-child:after{
	background: none;
	}
	
	
/* modal */
.modal_content{
	display: none;
	}

div[id^="modal_0"]{
	width: 100%;
	background: url(images/bg_modal.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding: 15px 20px;
	color: #fff;
	font-family: sans-serif;
		}
		
div[id^="modal_0"] h4{
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	}
	
div[id^="modal_0"] p{
	margin: 10px 0 10px 0;
	}