@charset "UTF-8";

/* ****************************************************
1. common setting for popup

***************************************************** */

/* 1. common setting for popup
=========================================*/

body#popup #pageContainer {
	width: 690px;
}
body#popup #header {
	width: 690px;
	border-top: 10px solid #006EBB;
}
body#popup #header p {
	margin-top: 39px;
}

body#popup #footContainer {
	width: 690px;
	margin-top: 40px;
	text-align: right;
}
body#popup #footContainer p#copy-tx {
	margin-top: 5px;
}
body#popup #contents {
	float: none;
	text-align: center; 
}
body#popup #contents .popupSection {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

/* 99. Extra
=========================================*/
/* Clearfix */
#contents .scheduleCol:after,
#contents .scheduleCol .scheduleBlock:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#contents .scheduleCol,
#contents .scheduleCol .scheduleBlock {
	display: inline-block;
	min-height:1%;
}


 


