/*

    Font styles

*/

/*  Color  */
body { color: #333333;}
a:link    { color: #00AFEC;}
a:visited { color: #00AFEC;}
a:hover   { opacity: 0.7;}





/*

    Header

*/

/*  common  */
header.site .container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/*  page top  */
header.site .container #pt {
	float: left;
	margin: 0;
	padding: 7.5px 0;
	line-height: 0;
}
header.site .container #pt a {
	display: block;
	line-height: 0;
}
header.site .container #pt a img {
	height: 40px;
}
header.site .container p.description {
	height: 50px;
	margin: 0;
	text-align: right;
	color: #666666;
	line-height: 55px;
	font-size: 13px;
	font-size: 1.3rem;
}

/*  page title  */
header.site .pagetitle {
	height: 115px;
	background-image: url("images/common/header.bg.png");
	background-position: top center;
	background-repeat: repeat-x;
}
header.site .pagetitle div {
	width: 960px;
	margin: 0 auto;
	padding-top: 45px;
}
header.site .pagetitle div h1 {
	display: inline;
	font-size: 28px;
	font-size: 2.8rem;
	color: #00afec;
	font-weight: normal;
	line-height: 1;
}
header.site .pagetitle div p {
	display: inline;
	margin-left: 1em;
	color: #999999;
}

/*  .search  */
header.site .search {
	float: right;
	width: 60%;
	padding: 7.5px 0;
	box-sizing: border-box;
}
header.site .search form {
	overflow: hidden;
}
header.site .search form .item {
	float: left;
	width: 67.5%;
	height: 2.5em;
	background-color: #ffffff;
	border: 1px #cccccc solid;
	border-radius: 5px;
}
header.site .search form .item input[type=text] {
	width: 100%;
	height: 2.5em;
	padding: 0px 10px;
	line-height: 2.5em;
	background: none;
	border: none;
	box-sizing: border-box;
}
header.site .search form .submit {
	float: right;
	width: 30%;
	height: 2.5em;
	border: none;
	background-color: #00afec;
}
header.site .search form .submit input {
	width: 100%;
	height: 2.5em;
	text-align: center;
	border: none;
	background: none;
	color: #ffffff;
	line-height: 2.5em;
	cursor: pointer;
}





/*

    Contents layout

*/
#c_content {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
}
#c_content:after {
	content: '';
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
#c_content #c_main {
	float: left;
	width: 625px;
	font-size: 15px; font-size: 1.5rem;
}
#c_content #c_sub {
	float: right;
	width: 245px;
}





/*

    Footer

*/

/*  common  */
footer.site {
	background-image: url("images/common/footer.bg.png");
	background-repeat: repeat-x;
}
footer.site p {
	margin: 0;
}

/*  layout  */
footer.site .container {
	width: 1130px;
	min-height: 190px;
	margin: 0 auto;
	background-image: url("images/common/footer.img.png");
	background-position: left bottom;
}
footer.site .container .nav {
	float: right;
	padding-top: 75px;
}
footer.site .container .support {
	margin-left: 300px;
	padding: 45px 0 25px;
}

/*  support  */
footer.site .container .support h2 {
	color: #00afec;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1.5;
}
footer.site .container .support p.subtitle {
	margin-bottom: 5px;
	color: #666666;
	font-size: 13px;
	font-size: 1.3rem;
}
footer.site .container .support strong {
	font-size: 30px;
	font-size: 3.0rem;
	color: #898989;
	line-height: 1.3;
}
footer.site .container .support p.notes {
	font-size: 13px;
	font-size: 1.3rem;
	color: #898989;
}

/*  nav  */
footer.site .container .nav img,
footer.site .container .nav a {
	float: right;
	margin-left: 15px;
}
footer.site .container .nav a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
	border-radius: 5px;
	box-sizing: border-box;
}
footer.site .container .nav a.faq {
	width: 200px;
	background-color: #00afec;
	color: #ffffff;
}
footer.site .container .nav a span {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
}
footer.site .container .nav div.online {
	float: right;
}
footer.site .container .nav div.online a {
	float: none;
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 0.25em 1em;
	border: 1px solid #00afec;
	color: #00afec;
	font-size: 13px;
	font-size: 1.3rem;
	border-radius: 5px;
}
footer.site .container .nav div.online a.chat {
	padding-left: 70px;
}
footer.site .container .nav div.online a.chat img {
	float: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
}

/*  copyright  */
footer.site .copyright {
	height: 30px;
	line-height: 30px;
	background-color: #000000;
	color: #ffffff;
}
footer.site .copyright span {
	display: block;
	width: 1130px;
	margin: 0 auto;
	text-align: right;
	font-size: 13px;
	font-size: 1.3rem;
}






/*

    Sub contents

*/

/*  common  */
#c_sub section {
	margin-bottom: 30px;
}
#c_sub section a {
	display: block;
	width: 100%;
}
#c_sub section a img {
	width: 100%;
	height:  auto;
}

/*  maintenance  */
#c_sub section.maintenance {
	padding: 10px 15px;
	background-color: #efefef;
	background-image: url("images/sub/maintenance.icon.png");
	background-position: right top;
	border-radius: 5px;
}
#c_sub section.maintenance h2 {
	color: #666666;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}
#c_sub section.maintenance p {
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #999999;
}
#c_sub section.maintenance p.time {
	margin: 5px 0 10px;
	font-weight: bold;
	color: #007fab;
}

/*  faq  */
#c_sub section.search {
	padding-top: 50px;
}
#c_sub section.search form {
	position: relative;
}
#c_sub section.search form .item {
	height: 3em;
	margin-bottom: 15px;
	border: 1px #cccccc solid;
	border-radius: 5px;
}
#c_sub section.search form .category {
	background-image: url("images/sub/faq.lm.png");
	background-position: right center;
}
#c_sub section.search form .category p {
	margin: 0;
	padding: 1em 30px 1em 10px;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}
#c_sub section.search form .category ul {
	display: none;
	position: absolute;
	left: 0;
	top: 3em;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	background-color: #f5fbfe;
	border: 1px #cccccc solid;
}
#c_sub section.search form .category ul li {
	margin: 0;
}
#c_sub section.search form .category ul li a {
	display: block;
	padding: 5px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
	box-sizing: border-box;
}
#c_sub section.search form .item input[type=text] {
	width: 100%;
	height: 3em;
	padding: 0px 10px;
	line-height: 3em;
	background: none;
	border: none;
	box-sizing: border-box;
}
#c_sub section.search form .submit {
	border: none;
	background-color: #00afec;
}
#c_sub section.search form .submit input {
	display: block;
	width: 100%;
	height: 3em;
	border: none;
	background: none;
	color: #ffffff;
	text-align: center;
	line-height: 3em;
	cursor: pointer;
}







/*

    Main contents

*/

/*  Common  */
#c_main section {
	margin-bottom: 50px;
}
#c_main header {
	margin-bottom: 15px;
}
#c_main header h2 {
	padding: 15px 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.25;
	border-bottom: 1px #cccccc solid;
}
#c_main section section header {
	margin: 0;
	padding: 5px 0;
	border: none;
}
#c_main h3 {
	margin: 10px 0 5px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #666666;
	font-weight: normal;
}

/*  Table */
#c_main table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
	border-top: 1px #d3edfb solid;
}
#c_main table th {
	background-color: #d3edfb;
	border: none;
	font-weight: normal;
	vertical-align: top
}
#c_main table td {
	border: none;
	border-bottom: 1px #d3edfb solid;
}
#c_main table td.number {
	text-align: right;
}

/*  button  */
#c_main a.link.large {
	display: inline-block;
	padding: 7px 60px;
	background-color: #efefef;
	color: #666666;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.25;
	border-radius: 50px;
}
#c_main a.link.medium {
	display: inline-block;
	padding: 2px 20px;
	background-color: #d3edfb;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.25;
	border-radius: 50px;
}

/*  page navigation  */
#c_main .paging ul {
	margin: 0;
	padding-left: 5px;
	text-align: center;
	list-style: none;
}
#c_main .paging ul li {
	display: inline-block;
	margin: 0 5px 0 0;
}
#c_main .paging ul li a,
#c_main .paging ul li span {
	display: block;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #efefef;
	color: #999999;
	border-radius: 30px;
}
#c_main .paging ul li span {
	background-color: #00afec;
	color: #ffffff;
}





/*

    Article

*/

/*  Common  */
#c_main div.piece {
	width: 100%;
	margin: 1em 0;
}
div.piece:first-child {
	margin-top: 0;
}

/*  Headings  */
div.piece.crosshead {
	margin: 2em 0 1em;
}
div.piece.crosshead * {
	margin: 0;
	padding: 0;
}
div.piece.subheading * {
	margin: 0;
	padding: 0;
}

/*  Hr  */
#c_main div.piece hr {
	border: 0;
	height: 1px;
	background-color: #EEEEEE;
}

/*  Image  */
#c_main div.piece:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
}
#c_main div.piece div.imagetext.left,
#c_main div.piece div.imagetext.right {
	display: table;
}
#c_main div.piece img {
	display: block;
	margin-bottom: 1em;
}
#c_main div.piece div.left img,
#c_main div.piece div.leftfloat img {
	margin-right: 1em;
}
#c_main div.piece div.right img,
#c_main div.piece div.rightfloat img {
	margin-left: 1em;
}
#c_main div.piece div.left div.image,
#c_main div.piece div.right div.image {
	display: table-cell;
	vertical-align: top;
}
#c_main div.piece div.left div.text,
#c_main div.piece div.right div.text {
	display: table-cell;
	vertical-align: top;
}
#c_main div.piece div.leftfloat div.image {
	float: left;
}
#c_main div.piece div.rightfloat div.image {
	float: right;
}
#c_main div.piece.image img {
	display: inline;
}





/*


	.page


*/

/*

	popup/overlay

*/
.page #overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: #000000;
	background-color: rgba(0,0,0,0.8);
	z-index: 998;
}
.page #overlay div.close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-image: url("images/main/popup-close.btn.png");
	cursor: pointer;
}
.page #popup {
	display: none;
	position: absolute;
	left: 50%;
	top: 40px;
	width: 960px;
	margin-left: -480px;
	z-index: 999;
	background-color: #ffffff;
}

/*  .attnetion  */
.page #popup.attention .content {
	padding: 30px 45px;
	font-size: 15px;
	font-size: 1.5rem;
}
.page #popup.attention .content header {
	margin: 0 -15px 15px;
}
.page #popup.attention .content header+br {
	display: none;
}
.page #popup.attention .content h3 {
	margin: 0 -15px 30px;
	padding: 5px;
	background-color: #39c9b4;
	color: #ffffff;
	text-align: center;
}
.page #popup.attention .content h4 {
	margin: 1em 0 0.5em;
	padding: 0 10px;
	background-color: #d4ecea;
}
.page #popup.attention .content h5 {
	margin: 1em 0 0;
	padding: 0 10px;
}






/*

	#c_sub

*/

/*  .maintenance  */
.page aside#c_sub .maintenance {
	padding: 10px;
	border: 1px #cccccc solid;
	border-radius: 5px;
	box-sizing: border-box;
}
.page aside#c_sub .maintenance h2 {
	min-height: 32px;
	margin-bottom: -12px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdFJREFUeNpiZKAGqF+tByRDgNgSiJWBmB2I/wBxC0Nj6Gx8WlkotFgOSLYCsRMW2eVAPIeQEYwUWA6ydCYQc2GRXQzElUDf/6eNA+pXOwLJBThCcA0QFxBjOXkOqF8tCST3ATEfFtn1QJwPtPwvscYxkeH/GmpZTnoIQBLdMSz6bgOxM6mWkxMC3jgcfYAcy8nJhhY4xA+RkZY4QdFJqgMUsIiBCpzjZFi+CIjNSXUABxax08Dg/06G5VbkpIHPWMTuk2s5EPwk1QH3sIhFAQ2OI8JybjTLQeAuqQ7AFdfteB1Rv5oXSK5CsxwETpBaDggDyXN4cg+o/F8EVSsLJO2g2BqIBbGo92QhoxzApwcUEjZAWgeI5QmYtQ/o2EssJPg+DmwBcY4kBL4BcTXxuYB4y4kBoHIjHej7R8Q5gLqWfwLiRKDl+4irC4i3/A8BeVDbYAO0wtpHXG1IvOWVQLwNiH2R2oQ8QPwDiB+AshoQb4UFOXHVMSmWw7IdmYBxIC3HdACdLUd1wABYjnDAAFkOcUD9ai8gPXsgLIeVA5UDZTnMAUoDZTnMAS8HynKYA6YMlOUgwMxwcPV5Boew90C2NrQIBTW7yoCWr2GgAwAIMAAtcY/f0mZeDAAAAABJRU5ErkJggg==');
	background-position: right top;
	color: #666666;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}
.page aside#c_sub .maintenance p {
	margin: 0;
	font-size: 13px;
	font-size: 1.3rem;
	color: #999999;
}
.page aside#c_sub .maintenance p.time {
	margin: 5px 0 10px;
	font-weight: bold;
	color: #007fab;
}

/*  .banner  */
.page aside#c_sub .banner img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.page aside#c_sub .banner img+img {
	margin-top: 15px;
}

/*  .openreserve  */
.page aside#c_sub section.exam .openreserve a {
	display: inline-block;
	width: 245px;
	margin-bottom: 20px;
	padding: 15px 0;
	font-size: 20px;
	font-size: 2.0rem;
	background-image: url("images/main/btn.png");
	background-position: center center;
	background-color: #ec8c4b;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	border-radius: 5px;
}

/*  .testcenter  */
.page aside#c_sub section.exam .testcenter a {
	display: inline-block;
	width: 245px;
	margin-bottom: 20px;
	padding: 15px 0;
	font-size: 20px;
	font-size: 2.0rem;
	background-image: url("images/main/btn.png");
	background-position: center center;
	background-color: #4bc0d3;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	border-radius: 5px;
}

/*  .faq  */
.page aside#c_sub section.exam .faq {
	margin-bottom: 50px;
	padding: 10px;
	background-color: #eeeeee;
}
.page aside#c_sub section.exam .faq h2 {
	padding-left: 25px;
	font-size: 15px;
	font-size: 1.5rem;
	background-image: url("images/main/examination-detail-faq.h.png");
	background-position: left center;
	font-weight: normal;
}
.page aside#c_sub section.exam .faq dl {
	margin: 0;
}
.page aside#c_sub section.exam .faq dl dt {
	margin: 5px 0 0;
	padding: 10px 0 5px;
	font-weight: normal;
	background-image: url("images/main/examination-detail-faq-open.png");
	background-position: right center;
	border-top: 1px #cccccc solid;
	color: #666666;
	cursor: pointer;
}
.page aside#c_sub section.exam .faq dl dt.open {
	background-image: url("images/main/examination-detail-faq-close.png");
}
.page aside#c_sub section.exam .faq dl dd {
	display: none;
	margin: 0;
	padding: 0;
}
.page aside#c_sub section.exam .faq dl dd ul {
	margin: 0;
	list-style: none;
}
.page aside#c_sub section.exam .faq dl dd ul li {
	margin: 0 0 15px;
	padding-left: 20px;
	background-image: url("images/main/faq.lm.png");
	background-position: 0 5px;
	line-height: 1.25;
}
.page aside#c_sub section.exam .faq dl dd ul li a {
	font-size: 13px;
	font-size: 1.3rem;
	color: #333333;
}

/*  .attnetion  */
.page aside#c_sub section.exam .attention {
	padding: 10px;
	background-color: #d4ecea;
}
.page aside#c_sub section.exam .attention h2 {
	padding-left: 25px;
	font-size: 15px;
	font-size: 1.5rem;
	background-image: url("images/main/examination-detail-attention.h.png");
	background-position: left center;
	font-weight: normal;
}
.page aside#c_sub section.exam .attention ul {
	margin: 0;
	list-style: none;
}
.page aside#c_sub section.exam .attention ul li {
	margin: 1em 0;
	font-size: 13px;
	font-size: 1.3rem;
}
.page aside#c_sub section.exam .attention ul li a {
	text-decoration: underline;
	cursor: pointer;
}
.page aside#c_sub section.exam .attention ul li div {
	display: none;
}

/*  .freearea  */
.page aside#c_sub .freearea p {
	font-size: 13px;
	font-size: 1.3rem;
	color: #333333;
}
.page aside#c_sub .freearea a {
	display: block;
}
.page aside#c_sub .freearea img {
	width: 100%;
	height: auto;
}