/*
 Theme Name:   vantage_child
 Theme URI:    
 Author:       
 Author URI:   
 Template:     vantage
 Version:      
 Text Domain:  vantage
*/


/* =Global 143
----------------------------------------------- */
/*-must-*/
body,
button,
input,
select,
textarea {
	font-size: 14px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, メイリオ, sans-serif;
}
/*-must-*/
a { color: #478e42;}
a:hover,a:focus,a:active {
	color: #366e32;
	outline: none;
}
/*-must-*/
address { margin: 0;}
/*-must-*/
ul,ol {margin: 0;}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, メイリオ, sans-serif;
}
/*-must-*/
th { font-weight: normal;}
dd { margin: 0;}
ul { list-style: none;}
p { margin-bottom: 10px;}

/* =General Layout 456
----------------------------------------------- */
#primary{
	width: 70%;
	background: #fff;
	margin: 50px 0 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#secondary {
	width: 28%;
	margin: 50px 0 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body.home #primary{
	background: inherit;
	padding: 0;
}
body.home #secondary{
	background: inherit;
	padding: 0;
}
.page-template-default #primary { width: 70%;}

body.page-template-page-cstmHead #primary{ width: 100%;}

@media (max-width: 768px) {
	#primary{ width: 70%;}
	#secondary{ width: 28%;}
}
@media (max-width: 680px) {
	#primary{ margin: 30px 0 0 0;}
	#secondary{ margin: 30px 0 0 0;}
}

#page-wrapper { width: 1200px;}
.layout-full #page-wrapper .full-container { max-width: 1200px;}
body.responsive #page-wrapper { max-width: 1200px;}
body.responsive.layout-full #page-wrapper .full-container { max-width: 1200px;}

#masthead {
	background: #fff;
	padding: 0 10px;
}
#masthead .hgroup .logo{ outline: none;}
#masthead .hgroup .logo img {
	width: 250px;
	height: auto;
}
#masthead .hgroup .logo:hover img { opacity: 0.8;}

body.home #main {
	background: #fff;
	margin: 0;
	border: none;
}
#main {
	background: #fff;
	padding: 0 10px 100px 10px;
	margin: 40px 0 0 0;
	border-top: 1px solid #ddd;
}
@media (max-width: 1080px) {
    body.responsive #masthead .hgroup{
        height: 80px;/**20230107**/
        box-sizing: border-box;/**20230107**/
    }
}
@media (max-width: 680px) {
	#masthead .hgroup{ padding: 15px 0 5px 0!important;}
	#masthead .hgroup .logo img{ width: 200px;}
	#main { padding: 0 10px 20px 10px;}
    body.responsive #masthead .hgroup{ height: auto;}/**20230107**/
}
@media (max-width: 425px) {
	#masthead .hgroup .logo img { width: 180px;}
}

#masthead .hgroup #header-sidebar {
	padding: 10px 0 0 0!important;
    position: absolute;/**20230107**/
    top: 0;/**20230107**/
    right: 0;/**20230107**/
}


/* =Responsive Layout 706
----------------------------------------------- */
@media (max-width: 680px) {
	 body.responsive #masthead .hgroup .support-text,
	body.responsive #masthead .hgroup #header-sidebar {
		margin-top: 10px;
	}
}


/* =Menu 845
----------------------------------------------- */
.main-navigation {
	background: #478e42;
	margin: 0 -10px;
}
.main-navigation a {
	color: #fff;
	font-weight: bold;
}
.main-navigation ul li{ vertical-align: middle;}
.main-navigation ul li:hover > a { background: #3a3b74;}
.main-navigation ul li{ font-size: 14px;}
.main-navigation ul li a{
	text-align: center;
	padding: 45px 30px 18px!important;
}
.main-navigation ul li.menu00 a{
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2019/04/icon-home.png) no-repeat center 18px;
	background-size: 20px auto;
}
.main-navigation ul li.menu01 a{
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/icon-school.png) no-repeat center 18px;
	background-size: 20px auto;
}
.main-navigation ul li.menu02 a{
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/icon-parents.png) no-repeat center 18px;
	background-size: 20px auto;
}
.main-navigation ul li.menu03 a{
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/icon-form.png) no-repeat center 18px;
	background-size: 20px auto;
}
.main-navigation ul li.menu04 a{
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/icon-communication.png) no-repeat center 18px;
	background-size: 18px auto;
}
.main-navigation ul li.current-menu-parent{ background-color: #3a3b74;}

.main-navigation ul ul a{
	color: #fff!important;
	font-size: 13px;
	font-weight: normal;
}
.main-navigation ul li.menu01 ul a,.main-navigation ul li.menu02 ul a,
.main-navigation ul li.menu03 ul a,.main-navigation ul li.menu04 ul a{
	background: none;
	padding: 20px 0;
}
@media (max-width: 1024px) {
	.main-navigation ul li{ width: 20%;}
	.main-navigation ul li a{ padding: 45px 0 18px!important;}
}
@media (max-width: 834px) {
	.main-navigation ul li{ font-size: 12px!important;}
}
@media (max-width: 680px) {
	.main-navigation ul{ text-align: right!important;}
	.main-navigation ul li{
		font-size: 14px!important;
		width: auto;
	}
	.main-navigation ul li a{ padding: 18px 20px!important;}
}


/* =Archives 1083
----------------------------------------------- */
#page-title {
	color: #fff;
	font-size: 24px;
	line-height: 1.1;
	font-weight: normal;
	font-family: YuMincho, '游明朝' ,YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 15px 10px;
	margin: 0;
	background: #478e42;
}
header.page-header{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}

article.post .entry-header,
article.page .entry-header {
	margin-bottom: 0;
}

article.post .entry-header h1.entry-title{
	color: #333;
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
	padding: 20px 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
}
article.page .entry-header h1.entry-title {
	color: #333;
	font-size: 20px;
	line-height: 1.1;
	font-weight: normal;
	font-family: YuMincho, '游明朝' ,YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 20px 10px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
}
article.post .entry-header .entry-meta{
	text-align: right;
	font-size: 12px;
	margin: 0 20px 20px;
}
article.post .entry-header .entry-meta a,
article.page .entry-header .entry-meta a {
	color: #888;
}

article.post,
article.page {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 1px solid #ddd;
}
@media (max-width: 680px) {
	#page-title {
		font-size: 20px;
		padding: 10px;
	}
}
@media (max-width: 425px) {
	article.post .entry-header h1.entry-title,
	article.page .entry-header h1.entry-title {
		font-size: 16px;
		margin: 0 0 10px;
	}
	article.post .entry-header .entry-meta{ margin: 0 10px 10px;}
}
@media (max-width: 375px) {
	#page-title { font-size: 16px;}
}

.post-navigation{
	margin: 0;
	padding: 10px 20px 30px 20px;
	position: relative;
}
.post-navigation a{
	font-size: 12px;
	font-weight: normal;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding: 6px 15px;
	display: block;
	text-align: center;
	box-shadow: none;
}
.post-navigation a span{
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
}
.post-navigation .nav-previous a{ padding: 6px 10px 6px 20px;}
.post-navigation .nav-next a{ padding: 6px 20px 6px 10px;}
@media (max-width: 680px) {
	.post-navigation a,
	#image-navigation a {}
}



/* =Entry Content 1506
----------------------------------------------- */
/*-must-*/
.entry-content {
	color: #333;
	padding: 0 20px 30px;
}
body.home .entry-content{
	padding: 0;
}

.entry-content.search{
	padding: 0 20px 10px;
}
.entry-content h1{
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
@media (max-width: 425px) {
	.entry-content { padding: 0 10px 30px;}
}

/*-must-*/
.entry-content ul { list-style-type: none;}
.entry-content ul li,
.entry-content ol li {
  margin-left: 0;
}
/*-must-*/
.entry-content p,
.entry-content > ul,
.entry-content > ol,
.entry-content > li,
.entry-content > dl,
.entry-content pre,
.entry-content code,
.entry-content blockquote {
  margin: 0 0 1em 0;
}
/*-must-*/
.entry-content table {
  border-bottom: none;
  line-height: 1.2;
  margin: 0 0 20px;
}

.entry-content dl dt { margin-bottom: 0;}
.entry-content dl dd { padding-left: 0;}


/* =Navigation 1747
----------------------------------------------- */
/*-must-*/
.pagination,
.entry-content .pagination {
	text-align: center;
	padding: 20px 0;
	clear: both;
}
.pagination span,
.entry-content .pagination span,
.pagination a,
.entry-content .pagination a {
	font-weight: normal;
	box-shadow: none;
	background: #fff;
	border: 1px solid #ddd;
}
.pagination a{
	background: #fff!important;
}
.pagination .current,
.entry-content .pagination .current {
	border: 1px solid #478e42;
	background: #478e42;
	box-shadow: none;
}

.site-content .nav-previous {
	width: 130px;
}
.site-content .nav-previous a:after{
	content: '<';
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	color: #646464;
	position: absolute;
	left: 28px;
}
.site-content .nav-next {
	width: 130px;
}
.site-content .nav-next a:after{
	content: '>';
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", "Osaka-mono", "monospace";
	color: #646464;
	position: absolute;
	right: 28px;
}

/*-must-*/
@media (max-width: 680px) {
	body.responsive .site-content .nav-previous,
	body.responsive .site-content .nav-next {
		margin-bottom: 10px;
	}
}


/* =Sidebars and Asides 2073
----------------------------------------------- */
/*-must-*/
#scroll-to-top {
	padding: 10px;
	border-radius: 50%;
	background: #478e42;
}

.page .entry-meta { display: block;}

body.layout-full { background-color: #fff;}


/* =Sidebar widget styling 2429
----------------------------------------------- */
#secondary .widget{
	color: #333;
	margin: 0 0 20px 0;
	font-size: 14px;
}
#secondary .widget .widgettitle{
	color: #fff;
	font-size: 14px;
	line-height: 1.0;
	padding: 15px 10px 15px 24px;
	background: url(https://www.rikkyo.co.uk/wp-content/uploads/2018/09/submenu-icon.png) no-repeat 10px center #478e42;
	background-size: 5px auto;
}
#secondary .widget ul li{ padding: 0;}
#secondary .widget ul.menu li a{
	color: #333;
	background: #fff;
	display: block;
	padding: 10px 10px;
	border-bottom: 1px solid #efefef;
}
#secondary .widget ul li a:hover{ background: #e5e6f9;}
#secondary .widget ul li.current_page_item a,
#secondary .widget ul li.current-menu-item a{ background: #e5e6f9;}


#secondary .widget.widget_categories .widget-title{
	color: #fff;
	font-size: 14px;
	line-height: 1.0;
	font-weight: normal;
	padding: 15px 10px 15px 24px;
	background: url(https://www.rikkyo.co.uk/wp/wp-content/uploads/2018/09/submenu-icon.png) no-repeat 10px center #478e42;
	background-size: 5px auto;
	margin: 0;
}
#secondary .widget.widget_categories li a{
	color: #333;
	background: #fff;
	display: block;
	padding: 10px 10px;
	border-bottom: 1px solid #efefef;
}
#secondary .widget.widget_categories ul li.current-cat a{ background: #e5e6f9;}


#secondary #custom_html-4 li a,
#secondary #custom_html-5 li a,
#secondary #custom_html-6 li a,
#secondary #custom_html-7 li a,
#secondary #custom_html-8 li a{
	color: #333;
	display: block;
	padding: 10px 10px;
	border-bottom: 1px solid #efefef;
}
#secondary  #custom_html-4 ul li.current-cat a,
#secondary  #custom_html-5 ul li.current-cat a,
#secondary  #custom_html-6 ul li.current-cat a,
#secondary  #custom_html-7 ul li.current-cat a,
#secondary  #custom_html-8 ul li.current-cat a{ background: #e5e6f9;}

#secondary  #custom_html-4 ul li:last-child a,
#secondary  #custom_html-5 ul li:last-child a,
#secondary  #custom_html-6 ul li:last-child a,
#secondary  #custom_html-7 ul li:last-child a,
#secondary  #custom_html-8 ul li:last-child a{ border-bottom: none;}

#secondary .widget.widget_archive .widget-title{
	color: #fff;
	font-size: 14px;
	line-height: 1.0;
	font-weight: normal;
	padding: 15px 10px;
	background: #478e42;
	margin: 0;
}
#secondary .widget.widget_archive li{
	color: #333;
	background: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid #efefef;
}
#secondary .widget.widget_search .widget-title{
	color: #fff;
	font-size: 14px;
	line-height: 1.0;
	font-weight: normal;
	padding: 15px 10px;
	background: #478e42;
	margin: -10px -10px 10px;;
}
#secondary .widget.widget_search{
	background: #fff;
	padding: 10px;
}

#secondary .widget .makearchiveBox{ margin: 0 0 20px 0;}
#secondary .widget .makearchiveBox h4{
	color: #fff;
	font-size: 14px;
	line-height: 1.0;
	font-weight: normal;
	padding: 15px 10px;
	background: #478e42;
}
#secondary .widget .makearchiveBox ul{
	padding: 10px 0;
	background: #fff;
}
#secondary .widget .makearchiveBox li{
	color: #333;
	font-size: 12px;
	background: #fff;
	padding: 6px 15px;
}
#secondary .widget .makearchiveBox li a{
	font-size: 14px;
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/arrow01-gr.png) no-repeat left center;
	background-size: 6px auto;
	padding: 0 0 0 12px;
}
#secondary .widget .makearchiveBox li a:hover{
	text-decoration: underline;
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/arrow01-gr.png) no-repeat left center;
	background-size: 6px auto;
}
.mkarcB-in{
	padding: 15px 10px;
	background: #fff;
}
#secondary .widget .makearchiveBox select{ width: 100%;}

#primary{ border: 1px solid #ccc;}
body.home #primary{ border: none;}
#secondary #categories-2 ul,
#secondary #categories-3 ul,
#secondary #categories-4 ul,
#secondary #categories-5 ul{
	border: 1px solid #ccc;
}
#secondary  #custom_html-4 ul,
#secondary  #custom_html-5 ul,
#secondary  #custom_html-6 ul,
#secondary  #custom_html-7 ul,
#secondary  #custom_html-8 ul{
	border: 1px solid #ccc;
}

#secondary .widget .secondBox ul li a:hover{
	background: inherit;
	text-decoration: underline;
}


/* =Some row styling for page builder 3070
----------------------------------------------- */
/**-- mobilenav.css --**/
/*-must-*/
.mobile-nav-frame ul{
	border: 0!important;
	box-shadow: none!important;
	margin: 0!important;
	padding: 0!important;
}
.mobile-nav-frame ul li{ padding: 0!important;}
.mobile-nav-frame ul li a.link{
	font-size: 14px!important;
	padding: 15px 10px 15px 15px!important;
	margin-right: 0!important;
}
.mobile-nav-frame .title{ border-bottom: 1px solid rgba(0, 0, 0, 0.25)!important;}
.mobile-nav-frame .title h3{ text-shadow: none!important;}
.mobile-nav-frame ul li a.link{ text-shadow: none!important;}
.mobile-nav-frame [class^="fa fa-"]{
	margin-right: 0;
	text-align: center;
}

.mobile-nav-icon:before {
	content: "\f0c9";
	font-size: 16px;
}
.mobile-nav-frame .next{
	margin: 10px 10px 0 0;
	padding: 5px 5px 5px 10px;
}

.layout-full .panel-row-style.panel-row-style-full-width{
	padding: 0 1000px 0 1000px;
}

/**-- smartslider.min.css --**/
div#n2-ss-2 .n2-style-7e40f5351f4466aa7e016f9fa7397cb9-heading{
    font-family: YuMincho, '游明朝' ,YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    font-weight: bold!important;
}
@media (max-width: 1024px) {
	.n2-ss-slider p.n2-ow{ font-size: 24px!important;}
}
@media (max-width: 680px) {
	.n2-ss-slider p.n2-ow{ font-size: 18px!important;}
	div#n2-ss-2 .n2-style-7e40f5351f4466aa7e016f9fa7397cb9-heading{ padding: 10px!important;}
}
@media (max-width: 425px) {
	.n2-ss-slider p.n2-ow{ font-size: 15px!important;}
	div#n2-ss-2 .n2-style-7e40f5351f4466aa7e016f9fa7397cb9-heading{ padding: 5px 10px!important;}
}


/* =add css
----------------------------------------------- */
/*-must-*/
.clearfix:after{
	visibility: hidden;
	display: block;
	content: ".";
	height: 0;
	clear: both;
}
* html .clearfix{ height: 1%; }
.clearfix{display: block;}

.byline{ display: none;}

/* -- common css -- */
.moreLink{}
.moreLink a{
	color: #333!important;
	font-size: 12px;
	line-height: 1.0;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	padding: 10px 25px 10px 30px;
	margin: 0;
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/arrow01-gr.png) no-repeat 18px center #f5f5f5;
	background-size: 6px auto;
}
.moreLink a:hover{
	color: #333;
	background-color: #efefef;
}
.moreLink.purple a{
	color: #fff!important;
	background: url(https://www.rikkyo.co.uk/wp/wp-content/uploads/2018/09/arrow01-w.png) no-repeat 18px center #478e42;
	background-size: 6px auto;
}
.moreLink.purple a:hover{ background-color: #3a3b74;}
.moreLink.big a{
	font-size: 14px;
	padding: 15px 40px;
	background-position: 28px center;
}
@media (max-width: 768px) {
	.moreLink a{
		border: 1px solid #ddd;
		padding: 8px 25px 8px 30px;
	}
}

.m0{ margin: 0!important;}
.m10-b{ margin-bottom: 10px!important;}
.m20-b{ margin-bottom: 20px!important;}
.m30-b{ margin-bottom: 30px!important;}
.m40-b{ margin-bottom: 40px!important;}
.m40-t{ margin-top: 40px!important;}
.m60-t{ margin-top: 60px!important;}

.bgGray{ background: #f5f5f5;}
.bgPurple-l{ background: #eaebf7;}
.bgBlack{ background: #000;}
.red{ color: #f00;}
.b{ font-weight: bold;}

.center{ text-align: center;}
.b-center{ margin: 0 auto;}
.right{ text-align: right;}
.w100bg{ width: 100%;}

.bdrT{ border-top: 1px solid #ddd;}
.bdrB{ border-bottom: 1px solid #ddd;}

.fwnormal{font-weight: normal!important;}
.fwbold{font-weight: bold!important;}

.mrk-green{ background: linear-gradient(transparent 50%, #a8ffa1 50%);}
.mrk-water{ background: linear-gradient(transparent 50%, #a8e2ff 50%);}
.mrk-blue{ background: linear-gradient(transparent 50%, #bbdbf3 50%);}
.mrk-pink{ background: linear-gradient(transparent 50%, #ffd6d7 50%);}


/* yoast-breadcrumbs
----------------------------------------------- */
#yoast-breadcrumbs, #navxt-breadcrumbs{
	color: #888;
	background: none;
	font-size: 12px;
	margin: -37px auto 0;
	max-width: 1200px;
	padding: 6px 0 10px 0;
}
#yoast-breadcrumbs a, #navxt-breadcrumbs a{}
#yoast-breadcrumbs .full-container{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* header
----------------------------------------------- */
.headLink01{}
.headLink01 li{
	border: 1px solid #ccc;
	border-left: none;
	float: left;
}
.headLink01 li:first-child{
	border-left: 1px solid #ccc;
	border-radius: 3px 0 0 3px;
}
.headLink01 li:nth-child(3){ border-radius: 0 3px 3px 0;}
.headLink01 li a{
	color: #555!important;
	font-size: 12px;
	line-height: 1.0;
	text-decoration: none;
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/arrow01-gr.png) no-repeat 10px center;
	background-size: 6px auto;
	padding: 10px 8px 8px 20px;
	display: block;
}
.headLink01 li.eng{
	margin: 0 0 0 10px;
	border-left: 1px solid #ccc;
	border-radius: 3px;
}
.headLink01 li.eng a{
	font-weight: bold;
	background: url(https://www.rikkyo.co.uk/wp/wp-content/uploads/2018/09/icon-return.png) no-repeat 8px center;
	background-size: 18px auto;
	padding: 10px 8px 8px 30px;
}
.headLink01 li a:hover,
.headLink01 li:first-child a:hover,
.headLink01 li.eng a:hover{
	background-color: #e5e6f9;
}
.headLink02{
	position: absolute;
	top: 65px;
	right: 0;
	clear: both;
}
.headLink02 li{
	float: left;
	margin: 0 0 0 10px;
}
.headLink02 li a{
	color: #555!important;
	font-size: 12px;
	line-height: 1.0;
	text-decoration: none;
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/arrow01-gr.png) no-repeat left center;
	background-size: 6px auto;
	padding: 0 0 0 10px;
}

#header-sidebar .widget .searchform input{
	padding: 3px;
	width: 200px;
	-webkit-appearance: none;
	border: 1px solid #999;
	border-radius: 3px;
}
@media (max-width: 1024px) {
	#header-sidebar .widget .searchform input{
		width: 250px;
		float: right;
	}
}
@media (max-width: 680px) {
	#search-2{ display: none!important;}
	.headLink01{
		float: right;
		margin: 0 0 5px 0;
	}
	.headLink02{
		float: right;
		position: static;
	}
}
@media (max-width: 500px) {
	.headLink01 li a{
		font-size: 11px;
		padding: 7px 6px 6px 18px;
	}
	.headLink01 li.eng a{ padding: 7px 6px 6px 28px;}
}
@media (max-width: 425px) {
	.headLink01{ float: none;}
	.headLink01 li{
		border: 1px solid #ccc;
		border-radius: 3px;
		box-sizing: border-box;
		width: 48%;
		margin: 0 1% 5px;
	}
	.headLink01 li.eng{ margin: 0 1% 5px;}
	.headLink01 li:first-child{ border-radius: 3px;}
	.headLink01 li:nth-child(3){ border-radius: 3px;}
}


/* footer
----------------------------------------------- */
.footLinkbox{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
.footLinkL{
	width: calc( 100% - 250px );
	float: left;
}
.footLinkL .fL-in{}
.footLinkL .fL-in a{
	color: #fff;
	text-decoration: none;
}
.footLinkL .fL-in a:hover{ text-decoration: underline;}
.footLinkL .fL-in h3{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	clear: both;
}
.footLinkL .fL-in h3 a{
	font-size: 16px;
	font-weight: bold;
}
.footLinkL .fL-in li a{
	font-size: 12px;
	line-height: 2.0;
}
.footLinkL .fL-in li a br{ display: none;}
.footLinkR{
	width: 250px;
	float: right;
	color: #fff;
}
.footLinkR span{ display: block;}
.footLinkR .footLogo{
	padding: 5px;
	background: #fff;
	margin: 0 0 20px 0;
}
.footLinkR .footLogo img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.footLinkR p{
	font-size: 12px;
	line-height: 1.3;
}
img.footMail{
	width: 100px;
	height: auto;
	vertical-align: middle;
}

.layout-full #colophon{
	padding: 40px 0 0;
	background: #478e42;
}
#copyright{
	font-size: 12px;
	line-height: 1.3;
	color: #555;
	text-align: center;
	padding: 10px;
	background: #fff;
}
@media (max-width: 1200px) {
	.footLinkbox{ margin: 0 10px;}
}
@media (max-width: 768px) {
	.layout-full #colophon{ padding: 10px 0 0;}
	.footLinkL{
		width: 100%;
		float: none;
	}
	.footLinkR{
		width: 100%;
		float: none;
		margin: 10px 0 20px 0;
		clear: both;
	}
	.footLinkR .footLogo{ width: 200px;}
	.footLinkR span{
		display: inline;
		margin: 0 10px 0 0;
	}
	.footLinkR p br{ display: none;}
}
@media (max-width: 680px) {
	.footLinkL .fL-in a:hover{ text-decoration: none;}
	.footLinkL .fL-in{
		width: 100%;
		float: none;
		min-height: 1px;
	}
	.footLinkL .fL-in h3{ margin: 10px 0 10px;}
	.footLinkL .fL-in li{
		width: 48%;
		margin: 0 1% 2%;
		float: left;
	}
	.footLinkL .fL-in li a{
		display: block;
		text-align: center;
		border: 1px solid #ccc;
		border-radius: 4px;
		padding: 5px 0;
		line-height: 1.4;
	}
}
@media (max-width: 600px) {
	.footLinkR span{
		display: block;
		margin: 0;
	}
	.footLinkR .fL01 span{ display: inline;}
}
@media (max-width: 425px) {
	#copyright span{ display: block;}
}
@media (max-width: 375px) {
	.footLinkL .fL-in li a{ font-size: 11px;}
	.footLinkL .fL-in li.fsmall a{ font-size: 10px;}
	.footLinkL .fL-in li a br{ display: block;}
}


/* top page
----------------------------------------------- */
/* -- top img -- */
@media (max-width: 768px) {
	div#n2-ss-2 .n2-ss-layer .n2-font-ae5a0381368cd4b3e67e8b4442fd540e-hover{
		font-size: 30px!important;
	}
}
@media (max-width: 425px) {
	div#n2-ss-2 .n2-ss-layer .n2-font-ae5a0381368cd4b3e67e8b4442fd540e-hover{
		font-size: 20px!important;
	}
}
@media (max-width: 320px) {
	div#n2-ss-2 .n2-ss-layer .n2-font-ae5a0381368cd4b3e67e8b4442fd540e-hover{
		font-size: 14px!important;
	}
}

.topTtl{
	color: #fff;
	font-size: 20px;
	line-height: 1.1;
	font-weight: normal;
    font-family: YuMincho, '游明朝' ,YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 15px 10px;
	background: #478e42;
}
.topTtl.school{
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/icon-school.png) no-repeat 15px center #478e42;
	background-size: 20px auto;
	padding: 15px 10px 15px 45px;
}
.topTtl.parents{
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/icon-parents.png) no-repeat 15px center #478e42;
	background-size: 20px auto;
	padding: 15px 10px 15px 45px;
}
.topTtl.communication{
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/icon-communication.png) no-repeat 15px center #478e42;
	background-size: 18px auto;
	padding: 15px 10px 15px 45px;
}
.topTtl.form span{
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/icon-form.png) no-repeat left center;
	background-size: 18px auto;
	padding: 0 0 0 25px;
}
.topTtl.sub{
	font-size: 18px;
	text-align: center;
}
@media (max-width: 768px) {
	.topTtl{ font-size: 20px;}
}
@media (max-width: 425px) {
	.topTtl{ font-size: 18px;}
}
@media (max-width: 375px) {
	.topTtl{
		font-size: 16px;
		padding: 10px;
	}
	.topTtl.school,
	.topTtl.parents,
	.topTtl.communication{
		padding: 10px 10px 10px 35px;
		background-size: 18px auto;
		background-position: 10px center;
	}
	.topTtl.communication{ background-size: 16px auto;}
	.topTtl.sub{ font-size: 16px;}
	.topTtl.form span{
		background-size: 16px auto;
		padding: 0 0 0 22px;
	}
}

.emergencyBox{ margin: 50px 0 0 0;}
.emergencyBox a{
    text-decoration: none;
    border: 1px solid #478e42;
    padding: 15px 20px;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}
.emergencyBox a span{ font-size: 14px;}
@media (max-width: 680px) {
    .emergencyBox{ margin: 30px 0 0 0;}
    .emergencyBox a{ font-size: 14px;}
    .emergencyBox a span{ font-size: 12px;}
}
@media (max-width: 425px) {
	.emergencyBox a{ padding: 10px 5px;}
    .emergencyBox a{ font-size: 13px;}
    .emergencyBox a span{ font-size: 10px;}
}

.topcontBox{
	margin: 0 0 20px 0;
	position: relative;
}
.topNewsbox{
	padding: 20px;
	border: 1px solid #ccc;
	border-top: none;
}
.topNewsbox .moreLink{
	position: absolute;
	top: 10px;
	right: 10px;
}
.topNewsbox li{
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 12px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #ddd;
}
.topNewsbox li .data{
	color: #555;
	font-size: 12px;
	margin: 0 0 5px 0;
	display: block;
}
.topNewsbox li:last-child{ margin: 0;}
.topNewsbox li a{
	font-size: 16px;
	text-decoration: none;
}
.topNewsbox li a:hover{ text-decoration: underline;}

.topNewsbox.type02 li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.topNewsbox.type02 li .data{
	font-size: 12px;
	width: 85px;
	display: inline-block;
}
@media (max-width: 768px) {
	.topNewsbox{ padding: 20px 10px;}
	.topNewsbox li{
		overflow: auto;
		white-space: normal;
		text-overflow: inherit;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
	}
	.topNewsbox li .data{
		display: block;
		width: auto;
	}
	.topcontBox .moreLink{
		position: static;
		text-align: center;
		margin: 20px 0 0 0;
	}
}
@media (max-width: 425px) {
	.topNewsbox li a{ font-size: 14px;}
}


/* -- top communication-- */
.topCommbox{
	padding: 20px;
	border: 1px solid #ccc;
	border-top: none;
}
.topCommbox li{
	float: left;
	width: 31%;
	margin: 0 1% 10px;
}
.topCommbox li a{
	color: #333;
	font-size: 12px;
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px 10px 10px 28px;
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/icon-com-green.png) no-repeat 7px center;
	background-size: 16px auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.topCommbox .moreLink{
	clear: both;
	margin: 20px 0 0 0;
}
@media (max-width: 768px) {
	.topCommbox{ padding: 15px 10px;}
	.topCommbox li{ width: 48%;}
	.topCommbox .moreLink{ margin: 10px 0 0 0;}
}
@media (max-width: 425px) {
	.topCommbox li a{
		font-size: 11px;
		padding: 10px 5px 10px 22px;
		background-size: 12px auto;
		background-position: 5px center;
	}
}
@media (max-width: 375px) {
	.topCommbox li{
		width: 100%;
		float: none;
	}
	.topCommbox li a{
		font-size: 12px;
		padding: 10px 10px 10px 35px;
		background-size: 16px auto;
		background-position: 10px center;
	}
}

/* -- top form-- */
/* -- sub column-- */
.secondBox{
	padding: 5px 10px 15px 10px;
	border: 1px solid #ccc;
	border-top: none;
}
.secondBox li{
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/arrow01-gr.png) no-repeat left 14px;
	background-size: 5px auto;
}
.secondBox li a{
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	padding: 10px 0 10px 11px;
	margin: 0;
	display: block;
	border-bottom: 1px dotted #ccc;
}
.secondBox li:last-child a{ margin: 0;}

h4.secondTitle{
	color: #fff;
	font-size: 14px;
	line-height: 1.0;
	font-weight: normal;
	padding: 15px 10px;
	background: #478e42;
}

.mkarcB-in{
	padding: 15px 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
}
#secondary .widget .makearchiveBox ul{
	padding: 10px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-top: none;
}

.pdfFile-contents{}
.pdfFile-contents a{
	padding: 10px 10px 10px 24px;
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/icon-com-green.png) no-repeat left center;
	background-size: 16px auto;
}


/* sub column
----------------------------------------------- */
.bannerBox{}
.bannerBox a{
	display: block;
	margin: 0 0 20px 0;
	background: #478e42;
}
.bannerBox a:hover img{ opacity: 0.8;}
.bannerBox img{
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	transition: all 0.3s ease-in-out 0s;
}
@media (max-width: 680px) {
	.bannerBox{
		max-width: 380px;
		margin: 0 auto;
	}
	.bannerBox a{ background: inherit;}
}


.caution{
	background: url(https://www.rikkyo.co.uk/wp/wp-content/uploads/2018/09/icon-caution.png) no-repeat left 3px;
	background-size: 16px auto;
	padding: 0 0 0 21px;
	font-weight: bold;
}


/* single postline
----------------------------------------------- */
.postOverview{
	font-size: 14px;
	line-height: 1.3;
	position: relative;
}
.postOverview h1{
	font-size: 16px;
	margin: 0 0 10px;
}
.postOverview h1 a{
	text-decoration: none;
}
.postOverview .entry-meta{
	color: #888;
	font-size: 12px;
	text-align: right;
	margin: 0 0 10px;
}
.postOverview .entry-meta-cate{
	color: #555;
	font-size: 11px;
	text-align: right;
	margin: 0 0 2px;
	display: block;
}
.postOverview .entry-meta-cate span{
	border: 1px solid #555;
	padding: 3px 5px 2px;
	border-radius: 2px;
	display: inline-block;
}
.postOverview .postImg{ width: 200px!important;}
.postOverview a:hover .postImg{ opacity: 0.8;}

.postMore{
	position: absolute;
	right: 0;
	bottom: -17px;
}
.postMore a{
	text-decoration: none;
	background: url(https://www.rikkyo.co.uk/rikkyoschoolinenglandparents2/wp-content/uploads/2018/09/arrow01-gr.png) no-repeat left center;
	background-size: 6px auto;
	padding: 0 0 0 11px;
}

p.pageSummary{
	color: #888;
	font-size: 12px;
	margin: 0 20px 30px;
}
@media (max-width: 680px) {
	p.pageSummary{ margin: 0 20px 20px;}
}
@media (max-width: 425px) {
	.postOverview .postImg{
		width: 140px!important;
		min-width: 140px;
		float: left;
		margin: 0 10px 10px 0;
	}
	.postOverview h1{ font-size: 15px;}
	p.pageSummary{
		margin: 0 10px 20px;
		line-height: 1.3;
	}
}
@media (max-width: 320px) {
	.postOverview .postImg{
		float: none;
		display: block;
		margin: 0 0 10px 0;
		width: 100%!important;
	}
	.postOverview .entry-meta{ font-size: 10px;}
}


table.tableType01{ border: 1px solid #ccc;}
table.tableType01 th{
	font-size: 12px;
	line-height: 1.6;
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	vertical-align: middle;
    text-align: center;
}
table.tableType01 td{
	font-size: 13px;
	line-height: 1.6;
	background: #fff;
    border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	vertical-align: middle;
}

@media (max-width: 640px) {
    .pareTtl p{ font-size: 18px!important;}
}
@media (max-width: 425px) {
    .pareTtl p{ font-size: 16px!important;}
}


/* ウィジェット ID の数字に依存しないようにする上書き */

#secondary .widget_categories ul,
#secondary .widget_custom_html ul {
    border: 1px solid #ccc;
}

