@charset "utf-8";

/*===============================================
 HEADER
===============================================*/

header .first {
	background: #eee;
	padding: 10px 0;
}

header .first nav ul {
	float: right;
	padding-top: 2px;
	font-size: 0  /* For inline-block */
}

header .first nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	position: relative;
}

header .first nav ul li:last-of-type {
	margin-right: 0;
}

header .first nav ul li img {
	position: absolute;
	left: -100px;
	top: 2px;
}

header .first nav ul li a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #aaa;
}

a.disabled:hover {
	color: #aaa;
}

header .second {
	padding: 10px 0;
}

header .second .container h1 {
	float: left;
	padding-top: 5px;
}

header .second .container div {
	float: right;
}

header .third {
	border-top: 3px solid #0c2436;
	border-bottom: 3px solid #0c2436;
	padding: 10px 0;
}

header .third ul {
	font-size: 0; /* For inline-block */
}

header .third ul li {
	display: inline-block;
}

header .third ul li.active {
	background: url("/education/sports/certificate/images/bg_line01.png");
}

/*===============================================
DROPDOWN
===============================================*/

.menu {
    position: relative;
}

.menu > li a {
    display: block;
    font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
	font-weight: bold;
    color: #fff;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu__second-level li {
    display: block !important;
    text-align: center;
    border-top: 1px dotted #fff;
    padding: 10px 0;
    margin: 0 20px;
}

.menu__second-level li:first-of-type {
	border-top: none;
}

.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 65px;
    width: 100%;
    background: #f4ac33 url(/education/sports/certificate/images/bg_line01.png);
    transition: all .2s ease;
	    -webkit-transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 75px;
    visibility: visible;
    opacity: 1;
}

/*===============================================
Google Site Search
===============================================*/

.gsc-control-cse {
	background: #eee !important;
	border: 0 !important;
	width: 250px !important;
	height: 22px !important;
	padding: 0 !important;
}

#gsc .gsc-search-box { position: relative; }
#gsc .gsc-search-box tr,
#gsc .gsc-search-box td { display: block; }
#gsc .gsc-search-box .gsc-input-box { background-color: #fff; }
 
#gsc .gsc-search-box td.gsc-input,
#gsc .gsc-search-box td.gsc-input .gstl_50 {
	box-sizing: border-box;
	width: 160px !important;
	height: 22px !important;
	padding: 0 !important;
	vertical-align: top;
	float: left;
}

#gsc .gsc-search-box .gsib_a {
	background: #eee !important;
	width: 160px !important;
	padding: 0 !important;
}

input.gsc-input {
	background: none !important;
}
 
#gsc .gsc-search-box input#gsc-i-id1 {
	box-sizing: border-box;
	background: #fff !important;
	border: 1px solid #ccc !important;
	width: 150px !important;
	height: 22px !important;
	padding: 3px !important;
	margin: 0 !important;
	font-size: 12px;
}
 
#gsc .gsc-search-box td.gsc-search-button {
	box-sizing: border-box;
	width: 40px !important;
	height: 22px;
	float: left;
}
 
#gsc .gsc-search-box .gsib_b {
	display: none;
}

#gsc .gsc-search-box .gsc-input-box,
#gsc .gsc-search-box .gsc-input-box-hover,
#gsc .gsc-search-box .gsc-input-box-focus {
	background: none !important;
	border: none !important;
	-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	height: 22px !important;
}
 
#gsc .gsc-search-box .gsc-search-button {
	position: relative;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	border: none;
	background: #555;
	cursor: pointer;
}
 
#gsc .gsc-search-box .gsc-search-button:before {
	position: absolute;
	left: 22%;
	top: 25%;
	color: #fff;
	font-size: 11px;
}
 
#gsc .gsc-search-box input.gsc-search-button-v2,
#gsc .gsc-search-box input.gsc-search-button {
	width: 100%;
	height: 22px;
	padding: 0 !important;
	opacity: 0;
}

/*===============================================
FOOTER
===============================================*/

footer .first {
	width: 67px;
	margin: 80px auto 50px;
}

footer .second {
	width: 194px;
	margin: 0 auto 50px;
}

footer .third {
	background: #eee;
	padding: 20px 0;
}

footer .third p {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #aaa;
	line-height: 1.8;
	text-align: center;
}

/*===============================================
 CONTENTS
===============================================*/

.bread {
	margin: 10px 0 20px;
}

.bread a {
	color: #f49700;
}

.bread a:hover {
	text-decoration: underline;
}

.bread p {
	font-size: 10px;
	font-size: 1rem;
}

.bread p span {
	display: inline;
	list-style-type: none;
}

.bread p span:before {
	content: " ＞ ";
}

.bread p span:first-child:before {
	content:"";
}

.main {
	width: 900px;
	margin: 25px 0;
	position: relative;
}

.intro {
	margin-bottom: 45px;
}

/*===============================================
 HOME
===============================================*/

.home .intro {
	margin-bottom: 20px;
}

.home .intro .areaL {
	float: left;
	width: 610px;
	height: 236px;
	position: relative;
}

.home .intro .areaL nav {
	border-right: 1px solid #0c2436;
}

.home .intro .areaL nav a {
	border-left: 1px solid #0c2436;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 3px 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #0c2436;
}

.home .intro .areaL nav a:hover {
	text-decoration: none;
}

.home .intro .areaL nav a.active {
	background: url("/education/sports/certificate/images/bg_line01.png");
}

.home .intro .areaL nav a:nth-of-type(1) {
	width: 97px;
}

.home .intro .areaL nav a:nth-of-type(2) {
	width: 102px;
}

.home .intro .areaL nav a:nth-of-type(3) {
	width: 102px;
}

.home .intro .areaL nav a:nth-of-type(4) {
	width: 103px;
}

.home .intro .areaL nav a:nth-of-type(5) {
	width: 102px;
}

.home .intro .areaL nav a:nth-of-type(6) {
	width: 104px;
}

.home .intro .areaL .box_hide {
	border-top: 2px solid #0c2436;
	border-bottom: 2px solid #0c2436;
	width: 610px;
	height: 195px;
	overflow-y: scroll;
	position: absolute;
	bottom: 0;
}

.home .intro .areaL dl {
	font-size: 13px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	line-height: 1.2;
}

.home .intro .areaL dl dt {
	border-top: 1px solid #0c2436;
	float: left;
	width: 70px;
	padding: 11px 10px 11px 0;
}

.home .intro .areaL dl dd {
	border-top: 1px solid #0c2436;
	float: left;
	width: 520px;
	padding: 11px 0 11px 130px;
}

.home .intro .areaL dl dt:first-of-type,
.home .intro .areaL dl dd:first-of-type {
	border-top: none;
}

.home dd.information {
	background: url("/education/sports/certificate/images/ico_news01.png") no-repeat 0 8px;
}

.home dd.event {
	background: url("/education/sports/certificate/images/ico_news02.png") no-repeat 0 8px;
}

.home dd.volunteer {
	background: url("/education/sports/certificate/images/ico_news03.png") no-repeat 0 8px;
}

.home dd.lecture {
	background: url("/education/sports/certificate/images/ico_news04.png") no-repeat 0 8px;
}

.home dd.report {
	background: url("/education/sports/certificate/images/ico_news05.png") no-repeat 0 8px;
}

.home dd.other {
	background: url("/education/sports/certificate/images/ico_news06.png") no-repeat 0 8px;
}

.home .intro .areaR {
	float: right;
}

.home .line_slashT h2 img {
	margin: 0 0 10px 0;
}

.home .line_slashT p {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.home .subnavA {
	border-top: 1px solid #0c2436;
	border-bottom: 1px solid #0c2436;
	padding: 20px 0;
	margin-bottom: 50px;
}

.home .subnavA .blocks {
	width: 440px;
}

.home .subnavB ul {
	font-size: 0;  /* For inline-block */
	margin-bottom: 20px;
}

.home .subnavB ul li {
	display: inline-block;
	margin-right: 10px;
}

.home .subnavB ul li:last-of-type {
	margin-right: 0;
}

/*===============================================
 PAGE SIDEBAR
===============================================*/

.page .areaL {
	float: left;
	width: 190px;
	margin-top: -10px;
}

.page .areaL a.disabled:hover {
	cursor: default;
	color: #0c2436;
	text-decoration: none;
}

.page .areaL ul li a.bg_line {
	background: #fefaf1;
}

.page .areaL ul li a.bg_line:hover,
.page .areaL ul li a.active {
	background: #fefaf1 url(/education/sports/certificate/images/bg_line01.png);
}

.page .areaL ul li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 0px !important;
}

.page .areaL ul li ul {
	padding-top: 10px;
}
	
.page .areaL ul li ul li {
	margin: 0 10px;
	line-height: 2;
}

.page .areaL ul li ul li a {
	background: none;
	padding: 0;
}

.page .areaL ul li ul li a.active {
	background: none;
}

.page .areaL ul li ul li ul li {
	margin: 0;
}

.page .areaL p {
	padding: 10px 10px 0 10px;
}

/*===============================================
 PAGE CONTENTS
===============================================*/

.page .cat_header {
	background: url("/education/sports/certificate/images/bg_dot01.png") repeat-x left top;
	padding: 40px 0;
	margin-bottom: 50px;
}

.page .cat_header .container {
	position: relative;
}

.page .cat_header .container .photoL {
	width: 1500px;
	height: 125px;
	position: absolute;
	top: 0;
	left: -1500px;
}

.page .cat_header .container .photoR {
	width: 1500px;
	height: 125px;
	position: absolute;
	top: 0;
	right: -1035px;
}

.page .cat_header .btn_movie {
	background: #fff;
	position: absolute;
	top: -9px;
	right: 45px;
}

.page #video {
	display: none;
}

.page .page_header {
	margin-bottom: 50px;
}

.page .areaR {
	width: 670px;
	float: right;
}

.page .areaR .blocks {
	margin-bottom: 60px;
}

.page .areaR .blocks:last-of-type {
	margin-bottom: 0;
}

.page .areaR .blocks h3 {
	margin-bottom: 25px;
}

.page .areaR .blocks .blockA .fl {
	width: 230px;
	margin-top: 20px;
}

.page .areaR .blocks .blockA .fl h4 {
	margin-bottom: 30px;
}

.page .areaR .blocks .blockB .fl,
.page .areaR .blocks .blockB .fr {
	width: 320px;
}

.page .areaR .list_num01 li {
	min-height: 30px;
	padding-left: 40px;
	margin-bottom: 20px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: justify;
    text-justify: inter-ideograph;
}

.page .areaR .list_num01 li:last-of-type {
	margin-bottom: 0;
}

.page .areaR .list_num01 li:nth-of-type(1) {
	background: url("/education/sports/certificate/images/ico_num01.png") no-repeat 0 4px;
}

.page .areaR .list_num01 li:nth-of-type(2) {
	background: url("/education/sports/certificate/images/ico_num02.png") no-repeat 0 4px;
}

.page .areaR .list_num01 li:nth-of-type(3) {
	background: url("/education/sports/certificate/images/ico_num03.png") no-repeat 0 4px;
}

/*===============================================
 SINGLE_LAYOUT01
===============================================*/
	
.single_layout01 .areaR .blocks ul{
	margin-bottom: -35px;
}

.single_layout01 .areaR .blocks ul li {
	float: left;
	width: 200px;
	margin: 0 35px 35px 0;
}

.single_layout01 .areaR .blocks ul li:nth-of-type(3n) {
	margin-right: 0;
}

.single_layout01 .areaR .blocks ul li div:first-of-type {
	border: 1px solid #b2b2b2;
}

.single_layout01 .areaR .blocks ul li div:last-of-type a img {
	margin: 0 auto;
}

.single_layout01 .areaR .blocks .blockA .fl {
	width: 348px;
}

.single_layout01 .areaR .blocks .blockB .fl {
	width: 398px;
}

.single_layout01 .areaR .blocks .blockB .fr {
	width: 250px;
}

.single_layout01 .areaR .blocks .blockB .fr img:nth-of-type(2) {
	margin-top: 10px;
}

.single_layout01 .areaR .blocks .blockA .line_solidB {
	padding-bottom: 2px;
}

.single_layout01 h4 {
	width: auto !important;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1px;
	line-height: 1.4;
	color: #0b2436;
}

.single_layout01 h5 span {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #0b2436;
	background: url("/education/sports/certificate/images/bg_yellow01.png") repeat-x 0 12px;
}

/*===============================================
 LIST_LAYOUT01
===============================================*/

.list_layout01 .areaR .blocks h5 {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: 10px;
}

.list_layout01 .areaR .blocks ul li p {
	font-size: 1.2px;
	font-size: 1.2rem;
	line-height: 1.6;
	margin: 6px 0 0 0;
}

.list_layout01 .areaR .blocks ul {
	margin-bottom: -35px;
}

.list_layout01 .areaR .blocks ul li {
	float: left;
	width: 210px;
	margin: 0 20px 35px 0;
}

.list_layout01 .areaR .blocks ul li:nth-of-type(3n) {
	margin-right: 0;
}

.list_layout01 h4 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #0b2436;
}

.list_layout01 .areaR .blocks .blockA .fl {
	width: 348px;
}

.list_layout01 .areaR .blocks .blockB .fl {
	width: 398px;
}

.list_layout01 .areaR .blocks .blockB .fr {
	width: 250px;
}

.list_layout01 .areaR .blocks .blockA .line_solidB {
	padding-bottom: 2px;
}

.list_layout01_single h3 {
	background: url("/education/sports/certificate/images/bg_arrow01.png") no-repeat right bottom;
	border-bottom: 3px solid #0b2436;
	padding-bottom: 10px;
	margin-bottom: 0 !important;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	color: #0b2436;
	position: relative;
}

.list_layout01_single h3 img {
	position: absolute;
	top: -2px;
	right: 12px;
}

.list_layout01_single dl {
	border-top: 1px solid #0b2436;
	border-bottom: 1px solid #0b2436;
	padding: 5px 0;
}

.list_layout01_single dl dt {
	float: left;
	border-left: 1px solid #0b2436;
	border-bottom: 1px dotted #0b2436;
	width: 120px;
	padding: 10px 0;
	text-align: center;
}

.list_layout01_single dl dd {
	float: left;
	border-right: 1px solid #0b2436;
	border-bottom: 1px dotted #0b2436;
	border-left: 1px solid #0b2436;
	width: 226px;
	padding: 10px 15px;
}

.list_layout01_single dl dt:last-of-type,
.list_layout01_single dl dd:last-of-type {
	border-bottom: none;
}

.list_layout01_single dl dd {
	float: left;
	border-bottom: 1px dotted #0b2436;
	border-left: 1px solid #0b2436;
	width: 228px;
	padding: 10px 0 10px 15px;
}

.list_layout01_single h4 span {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #0b2436;
	background: url("/education/sports/certificate/images/bg_yellow01.png") repeat-x 0 12px;
}

/*===============================================
 NEWS
===============================================*/

.news {
	color: #0b2436;
}

.news .areaL ul li a {
	padding-left: 0;
}

.news dl {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.news dl dt {
	float: left;
	border-top: 1px dashed #0b2436;
	width: 200px;
	padding: 20px 0 20px 130px;
	text-align: right;
}

.news dl dd {
	float: left;
	border-top: 1px dashed #0b2436;
	width: 450px;
	padding: 20px 0 20px 20px;
}

.news dl dt:first-of-type,
.news dl dd:first-of-type {
	border-top: none;
}

.news .information {
	background: url("/education/sports/certificate/images/ico_news01.png") no-repeat 0 18px;
}

.news .event {
	background: url("/education/sports/certificate/images/ico_news02.png") no-repeat 0 18px;
}

.news .volunteer {
	background: url("/education/sports/certificate/images/ico_news03.png") no-repeat 0 18px;
}

.news .lecture {
	background: url("/education/sports/certificate/images/ico_news04.png") no-repeat 0 18px;
}

.news .report {
	background: url("/education/sports/certificate/images/ico_news05.png") no-repeat 0 18px;
}

.news .other {
	background: url("/education/sports/certificate/images/ico_news06.png") no-repeat 0 18px;
}

.news .post_status {
	height: 22px;
	padding: 2px 0 0 150px;
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}

.news_single .information {
	background: url("/education/sports/certificate/images/ico_news01.png") no-repeat left center;
}

.news_single .event {
	background: url("/education/sports/certificate/images/ico_news02.png") no-repeat left center;
}

.news_single .volunteer {
	background: url("/education/sports/certificate/images/ico_news03.png") no-repeat left center;
}

.news_single .lecture {
	background: url("/education/sports/certificate/images/ico_news04.png") no-repeat left center;
}

.news_single .report {
	background: url("/education/sports/certificate/images/ico_news05.png") no-repeat left center;
}

.news_single .other {
	background: url("/education/sports/certificate/images/ico_news06.png") no-repeat left center;
}

.news_single .areaR .line_solidB {
	padding-bottom: 2px;
}

.news_single h3 {
	border-bottom: none !important;
	padding-bottom: 10px;
	margin-bottom: 0 !important;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.2;
	color: #0b2436;
}

.news .post_main {
	padding: 20px 0 40px;
}

.news .post_main img {
	display: inline-block;
}

.news .post_main a {
	color: #f7931e !important;
	text-decoration: underline !important;
}

.news .post_main a:hover {
	text-decoration: none !important;
}

.news .blocks p,
.news .post_main table {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}

.news .post_main table td:first-of-type {
	width: 130px;
	padding-right: 20px;
	text-align: right;
}

.news .post_main table td:last-of-type {
	width: 520px;
}

/*===============================================
 404
===============================================*/

.not_found {
	padding-top: 30px;
	min-height: 300px;
}

/*===============================================
 PAGENAVI
===============================================*/

.wp-pagenavi {
	clear: both;
	padding-top: 60px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 0 1px 7px 1px;
	margin: 0 5px;
	color: #0b2436;
	font-size: 16px;
	font-size: 1.6rem;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-bottom: 3px solid #0b2436;
}

.wp-pagenavi span.current {
	border-bottom: 3px solid #0b2436;
}
