@charset "utf-8";



/*-----------------------------
	article
------------------------------*/

article{
	font-size:14px;
	text-align:left;
	line-height:1.6;
	width:640px;
	margin:0 auto;
	padding:35px 0;
}
article .en{
	font-family:Arial,"Times New Roman", Times, serif;
	color:#333;
	font-size:14px;
}
article h2{
	margin:0 auto 30px;
	text-align:center;
	font-size:28px;
	color:#07267e;
	font-weight:bold;
}
article .req_txt{
	text-align:center;
	font-size:14px;
	color:#333;
	line-height:140%;
	padding-bottom:5px;
}
article .req_txt font{
	font-size:12px;
}
article .req_txt font span{
	color:#ff0099;
}
@media screen and (max-width: 640px){
article{
	font-size:14px;
	text-align:left;
	line-height:1.6;
	width:320px;
	box-sizing:border-box;
	overflow:hidden;
	margin:0 auto 20px;
	padding:35px 0 0;
}
article .en{
	font-family:Arial,"Times New Roman", Times, serif;
	color:#333;
	font-size:14px;
}
article h2{
	margin:0 auto 10px;
	text-align:left;
	font-size:18px;
	color:#333;
	font-weight:bold;
}
article .req_txt{
	text-align:left;
	font-size:14px;
	color:#333;
	line-height:140%;
	padding-bottom:5px;
}
}

article table{
	border-top:1px solid #ccc;
	width:640px;
	margin:30px 0 45px;
}
article table tr{
	border-bottom:1px solid #ccc;
}
article table th{
/*	width:185px;*/
	background:#fff;
	white-space:nowrap;
	font-size:14px;
}
article table th div{
/*	padding:15px 5px;*/
}
article table th p.en{
	font-family:Arial,"Times New Roman", Times, serif;
	color:#333;
}
article table th p span{
	color:#ff0099;
}
article table th p {
	color:#08267e;
}
article table td{
	vertical-align:middle;
	padding:30px 0 45px;
}
@media screen and (max-width: 640px){
article table{
	border-top:1px solid #ccc;
	width:100%;
	margin:30px 0 45px;
}
article table tr{
	border-bottom:none;
}
article table th,
article table td{
	display:block;
}
}


#priv_btn{
	text-align:center;
	margin:0 auto;
	font-size:12px;
	color:#000000;
}
#priv_btn a{
	padding-left:10px;
	background:url(img/arrow.gif) no-repeat left 5px;
	text-decoration:none;
}



/*
article table td{
	padding:25px 45px;
	width:100%;
}
article table td .t-box{
	height:25px;
	line-height:25px;
}
article table td ul li+li{
	border-top:1px dashed #ccc;
}
article table td ul li .c-box{
	vertical-align:middle;
	margin-right:5px;
	margin-bottom:5px;
}
article table td ul li .p-menu{
	margin-left:30px;
	padding:3px 5px;
}
article table td ul li textarea{
	height:100px;
}
article table td span.furi{
	display:inline-block;
	padding:0 15px 0 5px;
	position:relative;
}
article table td span.furi span{
	position:absolute;
	left:5px;
	top:20px;
	color:#666;
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	white-space:nowrap;
}
article .border-top{
	border-top:1px dotted #999;
}
*/


/* error */
article .red{
	color:#f00;
}
article input.red{
	border:1px solid #f00;
}
/* links */
article ul.links{
	clear:both;
	padding-top:50px;
}
article ul.links li{
	clear:both;
	padding-left:15px;
	background:url(images/icon.png) no-repeat left 3px;
	margin-bottom:10px;
}
article ul.links li a{
	color:#333;
}
.mb200{
	margin-bottom:200px;
}
.errDisp{
	color:#ff0000;
}
#copy{
	color:#999999;
}
