@charset "utf-8";

/* ==================================================================
	module.css
	
=================================================================== */

body{
	background: #edeef0;
}

.popup > section h1{
	background:#636363;
	color:#fff;
	padding:10px;
}

.popup > section p.color{
	margin:15px 0;
}

.popup > section p.text{
	margin-bottom:15px;
	text-align:center;
}

.popup > section ul.button{
	width:80%;
	margin:0 auto 15px auto;
	padding:8px;
	border:10px solid #d7d7d7;
}

.popup > section ul.button li{
	display:inline-block;
	margin:0 2%;
	width:45%;
}

.popup > section ul.button li img{
	max-width:100%;
}

.popup > section dl.caution{
	width:80%;
	margin:0 auto;
	text-align:left;
	font-size:92%;
}

.popup > section dl.caution dt{
	font-weight:700;
}

.popup > section dl.caution .blue{
		color:#25B7AA;
	}
.popup > section dl.caution .yellow{
		color:#FFF100;
	}
.popup > section dl.caution .red{
		color:#E60013;
	}

.popup > section dl.caution dd ul li{
	text-indent:-4em;
	padding-left:4em;
	}