/*
 モーダルウィンドウ
*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
.dialog {
	border: 1px solid #00008B;
 	padding: 10px;   
	background-color: #fff;
	display: none;
}
.dialog, .content {
	 border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.dialogContent {
 	padding: 10px;   
	overflow:visible;
	position: relative;
}

.dialog .close {
	position: absolute;
	top: 0;
	right: 0;
}

.dialog .close img {
	display: block;
	margin:0 auto;
	cursor: pointer;
}

.dialogContent .dialogContentInner {
	padding: 15px;
}

.dialog .dialogTitle {
    padding: 0 10px 15px 10px;
    margin-bottom: 10px;
    border-bottom: #00008B 1px dotted;
}

.dialog .dialogTitle h5 {
    color: #00008B;
    font-weight: bold;
    font-size: 18px;
}


.dialog .dialogComment {
	font-size: 13px;
	margin-bottom: 9px;
}

/*
 モーダルウィンドウ、新着
*/
@media only screen and (max-width: 870px) {
	.dialog .content {
		overflow: auto;
		width:100%;
	}
	.dialog .body {
		width:100%;
	}
	.dialog .body .left {
		width: 100%;
		float:none;
	}
	.dialog .body .right {
		width: 100%;
		float:none;
	}
	.dialog .title img {
		margin-bottom: 60px;
	}
	#section04 li {
		text-indent:0;
		margin:0;
		margin-bottom:10px;
	}
	#section04 li span.text {
		display:block;
	}

.content {
	background-image: none;
}

.dialog .spBlock {
	display: block;
	position: relative;
}

.dialog .spBlock .spIcon01 {
	position: absolute;
	top: -5px;
	right: 22px;
}
.dialog .spBlock .spIcon02 {
	position: absolute;
	top: 0px;
	right: 0px;
}

.content .contentInner {
	padding: 30px 10px 10px 10px;
}

.dialog .dialogName {
	padding-left: 0px;
	padding-top: 30px;
}

.dialog .dialogClass {
	padding-left: 0px;
	padding-top: 30px;
}


		}
