@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contents.css
 style info :各ページのスタイル
=================================================================== */

/* -----------------------------------------------------------
	ニュース
----------------------------------------------------------- */
html,
body{
	background:#FFF !important;
}

#popup{
	width:485px;
	height:820px;
	padding:0 70px 0;
	background:#FFF;
	font-size:13px;
	line-height:20px;
	margin:auto;
}
#popup .left{
	text-align:left;
}
#popup .right{
	text-align:right;
}
#popup .center{
	text-align:center;
}
#popup .logo{
	text-align:left;
	border-bottom:#CCC solid 1px;
	margin-bottom:20px;
}
#popup .title{
	font-size:15px;
	padding:20px 0 15px;
	font-weight:600;
}
#popup .ki{
	padding:25px 0 20px;
}
#popup .text03{
	text-align:left;
	margin:0 0 25px 0;
}
#popup .close{
	padding:20px 0;
	text-align:center;
}
#popup .close a{
	color:#0000ff;
}
#popup .close a:hover{
	color:#c53c1d;
}
#popup .foot{
	padding:15px 0 0 0;
	border-top:#CCC solid 1px;
}
#popup .copy01{
	font-size:10px;
	text-align:left;
	float:left;
}
#popup .copy02{
	font-size:10px;
	text-align:right;
	float:right;
}




