@charset "UTF-8";

#contents .img {
	display: inline-block;
	margin-bottom: 20px;
}
#contents .img:after {
	content: "";
	display: block;
	clear: both;
}
#contents .img li {
	margin: 0 10px 10px 0;
	float: left;
}
#contents .txt {
	display: inline-block;
}
#contents .txt:after {
	content: "";
	display: block;
	clear: both;
}
#contents .txt li {
	margin-right: 20px;
	float: left;
}
#box1,
#box2,
#box3,
#box4 {
	display: none;
	background-color: #ffffff;
	padding: 20px;
	text-align: left;
}
#box1 p:first-child ~ p,
#box2 p:first-child ~ p,
#box3 p:first-child ~ p,
#box4 p:first-child ~ p {
	margin-top: 1em;
	text-align: left;
}
.img_left {
        float: left;
        margin-right:5px;
}
#box1 {
	width: 520px;
}
#box2 {
	width: 520px;
}
#box3 {
	width: 520px;
}
#box4 {
	width: 520px;
}
.link {
	text-align: left !important;
}
.modal-close {
	margin-top: 2em !important;
	text-align: center !important;
}
#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
	border-radius: 10px;
}
#modal-win-inner > * {
	border-radius: 10px;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

hr.modal {
	border-top: 1px solid #33ccff;
}