@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

body,
p {
/*    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important; */
    font-family: "Noto Sans JP","Helvetica Neue",Arial,"BIZ UDPGothic","Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight:500 !important;
	line-height:1.8;
    }

.carousel {
    border-bottom:none;
    }

.home .siteContent {
    padding-top:0 !important;
    }

.page-header_pageTitle, h1.page-header_pageTitle:first-child {
	font-family: "Mplus 1p";
}


#news .nav-links{
	display: none;
}


h1.entry-title:first-letter,
.single h1.entry-title:first-letter { color:inherit; }

h1.entry-title{
	font-family: "Mplus 1p";
	color:#872434;
}

h1,h2,h3,h4,h5{
		font-family: "Mplus 1p";
}

.mainSection-title, h2, h3, h4, h5, h6 {
    margin: 1.5em 0 0.3em;
    clear: both;
}

.flat_ss { 
    color: #484848;
    display: inline-block;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    vertical-align: middle;
    background: #ffffff;
    text-decoration: none;
    margin: 0.5em;
}

.flat_ss .iconback{
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    color: white;
	
}
.flat_ss .iconback .fa{
    font-size: 25px;
    line-height: 45px;
}
.flat_ss .iconback .fa{
	transition: .3s;
}

.flat_ss .btnttl{
    display: inline-block;
    width: 142px;
    text-align: left;
    vertical-align:middle;
}

.flat_ss .tw {background:#1da1f3}
.flat_ss .fb {background:#3b75d4}
.flat_ss .fdly {background:#7ece46}
.flat_ss .pkt {background:#fd7171}
.flat_ss:hover .iconback .fa{
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

/* -- Link to Tutorialzine -- */

.tz-link{
	text-decoration: none;
	color: #fff !important;
	font: bold 36px Arial,Helvetica,sans-serif !important;
}

.tz-link span{
	color: #da431c;
}

.menu-navigation-icons {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size:0;
}

.menu-navigation-icons a {
    display: inline-block;
    color: #ffffff;
    background-color: #232526;
    font-size: 40px;
    font-weight: normal;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    width: 20%;
    height: 90px;
}

.menu-navigation-icons a:hover{
    opacity:0.92;
}

.menu-navigation-icons a i {
    display: block;
    line-height: 2;
}

.menu-navigation-icons a span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Menu colors */

.menu-navigation-icons a.menu-magenta	{ background-color: #ef869e; }
.menu-navigation-icons a.menu-magenta i { color: #ba6d7f; }

.menu-navigation-icons a.menu-blue		{ background-color: #57b2d8; }
.menu-navigation-icons a.menu-blue i	{ color: #3e8fb1; }

.menu-navigation-icons a.menu-green		{ background-color: #8ccc7a; }
.menu-navigation-icons a.menu-green i	{ color: #6fad5e; }

.menu-navigation-icons a.menu-yellow	{ background-color: #dadf50; }
.menu-navigation-icons a.menu-yellow i	{ color: #babe4a; }

.menu-navigation-icons a.menu-red 		{ background-color: #f26262; }
.menu-navigation-icons a.menu-red i		{ color: #d34646; }

.menu-navigation-icons a.menu-mist 		{ background-color: #7a9d96; }
.menu-navigation-icons a.menu-mist i		{ color: #637773; }

.menu-navigation-icons a.menu-honey 		{ background-color: #d1af53; }
.menu-navigation-icons a.menu-honey i		{ color: #827247; }

.menu-navigation-icons a.menu-dred 		{ background-color: #447baa; }
.menu-navigation-icons a.menu-dred i		{ color: #2b5070; }




.menu-topics-icons {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size:0;
}

.menu-topics-icons a {
    display: inline-block;
    color: #ffffff;
    background-color: #232526;
    font-size: 40px;
    font-weight: normal;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    width: 25%;
    height: 90px;
	border: 1px solid #ffffff;
}

.menu-topics-icons a:hover{
    opacity:0.92;
}

.menu-topics-icons a i {
    display: block;
    line-height: 2;
}

.menu-topics-icons a span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Menu colors */

.menu-topics-icons a.menu-1	{ background-color: #872434; }
.menu-topics-icons a.menu-1 i { color: #490e18; }

.menu-topics-icons a.menu-2		{ background-color: #c1bfa4; }
.menu-topics-icons a.menu-2 i	{ color: #8c8a73; }



.nobr  { white-space: nowrap;}

.well{
	background-color:#dfddc6;	
	border-color:#bfbda8;
}

.card-box .well{
	background-color:#ffffff;	
	min-height:250px;
}

.table{
	border-color:#ffd8d8;
}
.table th {
	background-color:#fff4f4;	
}


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #dfddc6;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #872434;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.box26 ul {
  
  padding: 0 0.5em;
  position: relative;
}

.box26 ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.box26 ul li:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #dfddc6; /*アイコン色*/
}

.box26 ul li:last-of-type{
/*  border-bottom: none; */
}



.box26 ol {
  
  padding: 0 0.5em;
  position: relative;
}

.box26 ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.box26 ol li:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #dfddc6; /*アイコン色*/
}

.box26 ol li:last-of-type{
/*  border-bottom: none; */
}




.box26 .wc-shortcodes-posts.wc-shortcodes-posts-layout-grid .wc-shortcodes-post-box {
    margin-bottom: 20px; 
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #b3b4c6;
    border-radius: 8px;

}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #4c4d56;
    font-weight: bold;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box27 ul {
  
  padding: 0 0.5em;
  position: relative;
}

.box27 ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.box27 ul li a{
	color:#4c4d56;
}

.box27 ul li:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #4c4d56; /*アイコン色*/
}

.box27 ul li:last-of-type{
/*  border-bottom: none; */
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #b3b4c6;
    border-radius: 2px;

}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #4c4d56;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}

.box28 ul {
  
  padding: 0 0.5em;
  position: relative;
}

.box28 ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.box28 ul li a{
	color:#4c4d56;
}

.box28 ul li:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #4c4d56; /*アイコン色*/
}

.box28 ul li:last-of-type{
/*  border-bottom: none; */
}


.box28 ol {
  padding: 0 0.5em;
  position: relative;
}

.box28 ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}


.box28 ol li:last-of-type{
/*  border-bottom: none; */
}




.box29 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #dfddc6;
    border-radius: 8px;
}
.box29 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #872434;
    font-weight: bold;
}
.box29 p {
    margin: 0; 
    padding: 0;
}

.box29 ul {
  
  padding: 0 0.5em;
  position: relative;
}

.box29 ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  list-style-type: none!important;
}

.box29 ul li:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #dfddc6; /*アイコン色*/
}

.box29 ul li:last-of-type{
/*  border-bottom: none; */
}



.box29 ol {
  
  padding: 0 0.5em;
  position: relative;
}

.box29 ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  
  list-style-type: none!important;
}

.box29 ol li:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #dfddc6; /*アイコン色*/
}

.box29 ol li:last-of-type{
/*  border-bottom: none; */
}




.box29 .wc-shortcodes-posts.wc-shortcodes-posts-layout-grid .wc-shortcodes-post-box {
    margin-bottom: 20px; 
}







.box22{
    padding: 1.4em 0.4em;
    margin: 0.2em;
    background: #f4f4f4;
    border-left: solid 9px #337ab7;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
	box-sizing: border-box;
}
.box22 p {
    margin: 0; 
    padding: 0;
}

.box22 a {
	color:#337ab7;
	font-weight:bold;
}

.box_pink {
    padding: 0.2em 0.2em;
    margin: 0em 0;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 5px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.box_pink p {
    margin: 0; 
    padding: 0;
}

.sticky_footer {
    padding: 0.2em 0.2em;
    margin: 0.2em 0.2em;
    color: #ffffff;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 5px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}
.sticky_footer p {
    margin: 0; 
    padding: 0;
}

.sticky_footer a {
/* color: #f78383; */
    color: #c94c4c;
}
.sticky_footer  {
    color: #c94c4c;
}




.box_blue {
    padding: 0.2em 0.2em;
    margin: 0em 0;
    color: #565656;
    background: #dbeef9;
    box-shadow: 0px 0px 0px 5px #dbeef9;
    border: dashed 2px #a0d7f7;
    border-radius: 8px;
}
.box_blue p {
    margin: 0; 
    padding: 0;
}


.box19 {
    position: relative;
    padding:0.25em 1em;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}


.box_footer {
    position: relative;
    margin: 0em 0;
    padding: 0em 0em;
    /*border: solid 3px #b3b4c6; */
    border-radius: 8px;
}
.box_footer .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 0px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #8b8a72;
    font-weight: bold; 
}
.box_footer p {
    margin: 0; 
    padding: 0;
}

.box_footer ul {
  
  padding: 0 0.5em;
  position: relative;
}

.box_footer ul li {
  line-height: 1.5;
  padding: 0.1em 0 0.1em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.box_footer ul li a{
/*	color:#8b8a72; */
	color:#777767; 

}

.box_footer ul li:before {
  font-family: FontAwesome;
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #8b8a72; /*アイコン色*/
}

.box_footer ul li:last-of-type{
/*  border-bottom: none; */
}

.box_footer  > .box-title{
  height:100px;
}


 .panel-heading {
    cursor: pointer;
}
 .accordion-toggle a:after {
    font-family: 'Glyphicons Halflings';
    content:"\e113";
    float: right;
    color: inherit;
}
 .accordion-toggle a.collapsed:after {
    font-family: 'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: inherit;
}

.entry-title{ font-size:20px;}

.mainSection-title, h2 {
	color:#872434;
    background-color: #f7f6ed;
}


/*.format-standard .entry-meta_items {display:none;} */
.format-standard .entry-meta_items a {display:none;}

.postList .entry-meta_items {display:block;}
.postList .entry-meta_items  a{display:block;}


.wc-shortcodes-entry-date {
    color: gray;
}


.wc-shortcodes-footer-entry-meta {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 70%;
}

.whatsnew dd{
		font-weight: bold; 
}
.event_table dd{
		font-weight: bold;
}


.sectionBox {
    padding-top: 0em;
    padding-bottom: 0em;
}
	.top_main{
		margin-left:15px;	
		margin-right:15px;
	}	

	.wc-shortcodes-entry-title a {
    	color:#38393a;
    }     	

.wc-shortcodes-entry-title {
    margin-top: 5px;
 }

	.wc-shortcodes-entry-thumbnail img {
/*		filter: brightness(105%); */
	}	

.marker{
	background: linear-gradient(transparent 40%, #ffff66 40%);
}

.gallery img {
    border: 1px solid #f1f1f1;
}

.wf-hannari { font-family: "Hannari"; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.borderless table {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}


.wc-shortcodes-post-content {
    padding: 0 10px;
}

.h6, h6 {
    line-height: 1.2em;
}

/* PC 用 */
@media (min-width: 992px) {

	.wc-shortcodes-entry-title a {
    	font-size:12px;
    }     	
	.wc-shortcodes-entry-summary p {
    	font-size:14px;
    }    

	.box22{
    	width:23%;
	}	
	.box22 span{
		font-size:11px;
	}		

	.school_name{
		font-size:24px;
		color: #333300;
	}
	.school_en_name{
		font-size:14px;
		color: #800000;
	}	
	div.whatsnew dt {
		 float: left;
	}	
	nav {
		 font-size: 12px; 
	}	
}

/*タブレット用*/
@media (max-width: 991px) {

	 h6{
		font-size: 12px!important;
	}	
	#new_course .boxleft {
		float: left;
		position: relative;
	}
	#new_course .boxright {
		float: right;
		position: relative;
	}	

	#Juniorh_S .boxBody {
		height: 390px;
	}
	
	.boxBody01 {
		height: 180px;
	}
	.boxBody02 {
		height: 180px;
	}
	.boxBody03 {
		height: 180px;
	}

	
	#Juniorh_S .boxFoot {
		position: absolute;
		bottom: 15px;
		width: 434px;
		text-align: center;
	}	

	#history dt {
		float: left;
		width: 165px;
		padding-bottom: 0.1em;
	}
	
	#history dd {
		float: left;
		width: 480px;
		padding-bottom: 0.1em;
	}	

	#access_cont iframe {
		margin-top: 30px;
		margin-bottom: 40px;
		width: 648px;
		height: 380px;
	}
	.box22{
/*    	width:47%; */
    	width:32%;
	}	
	.box22 span{
		font-size:11px;
	}		


	.widget_text{
		margin-left:-25px;	
		margin-right:-25px;
	}	

	.school_name{
		font-size:24px;
		color: #333300;
	}
	.school_en_name{
		font-size:14px;
		color: #800000;
	}	

	div.whatsnew dt {
		 float: none;
		font-size:12px;
	}
	.whatsnew dd {
		border-left-color: #ffffff;
	}

}



@media (max-width: 640px) {
	 h1 {
		font-size: 18px;
	}

	 h2{
		font-size: 16px;
	}
	 h3{
		font-size: 16px;
	}

	 p{
		font-size: 14px;
	}	
	
	th {
		font-size: 12px;
	}
	 td{
		font-size: 12px;
	}
	.notice{
		font-size: 12px;		
	}
	.kind_notice{
		font-size: 12px;		
	}
	.whatsnew dd{
		font-size: 14px; 
	}

	.wcs-tabs-nav{ font-size:8px}	
	
	.menu-navigation-icons a {
		display: inline-block;
		color: #ffffff;
		background-color: #232526;
		font-size: 20px;
		font-weight: bold;
		box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.1);
		text-transform: uppercase;
		text-decoration: none;
		white-space: nowrap;
		width: 20%;
		height: 60px;
	}

	.menu-topics-icons a span {
		font-size: 11px;
		line-height: 1;
	}	

	.menu-topics-icons a {
		display: inline-block;
		color: #ffffff;
		background-color: #232526;
		font-size: 20px;
		font-weight: bold;
		box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.1);
		text-transform: uppercase;
		text-decoration: none;
		white-space: nowrap;
		width: 25%;
		height: 60px;
	}

	.menu-navigation-icons a span {
		font-size: 9px;
		line-height: 1;
	}		
	
	#access_cont iframe {
		margin-bottom: 40px;
		width: 100%;
		height: 300px;
	}	
	.box22{
    	width:47%;
		font-size:10px;
	}		

	.box22 span{
		font-size:9px;
	}		
	
	.course_name{
		font-size:9px;
	}	
	.course_name span{
		font-size:8px;
	}	
	
	.whatsnew dt{ font-size:10px;}	
/*	.event_table dt{ font-size:14px;}	*/

	small{
		font-size:10px;
	}

	strong{
		font-size:12px;
	}	
	
	.btn{
		font-size:11px;
	}
	.wc-shortcodes-tabs ul.wcs-tabs-nav li a {
		display: block;
		font-size:10px;
		width: auto;
		padding: 5px 5px;
		border: 1px solid #cccccc;
		border-width: 1px 1px 0 1px;
		margin-right: 3px;
		outline: none;
	}	

	h1.entry-title {
		font-size: 20px;
	}	

	.wc-shortcodes-entry-thumbnail img {
		width: 82px;
		height: auto;
		border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
		margin : 3px ;
	}	
	.wc-shortcodes-entry-thumbnail {
		margin: 0;
		text-align: left;
	}	
	.wc-shortcodes-post-border	{overflow: hidden;}
	.wc-shortcodes-entry-thumbnail{float: left;}
	.wc-shortcodes-post-content{float: left;}

	.wc-shortcodes-entry-title {
		font-size:1.4rem;	
		font-weight: 700;
    	margin-top: 5px;
    	margin-bottom: 0;
    	-ms-word-wrap: break-word;
    	word-wrap: break-word;
	}
	.wc-shortcodes-entry-date{
		font-size:10px;	
		color:gray;
	}

	.box26 .wc-shortcodes-post-content {
		width:74%;
	}	
	.wc-shortcodes-post-content {
		width:74%;
	}
	.wc-shortcodes-post-border {
		border:0px solid #dddddd;
		border-bottom: 1px dashed #ef869e;
	}	

	.widget_text{
		margin-left:-15px;	
		margin-right:-15px;
	}	

	.table_event  {
		display: block;
	}	

	.whatsnew dd {
		border-left-color: #ffffff;
	}	

	.school_name{
		font-size:16px;
		color: #333300;
	}
	.school_en_name{
		font-size:11px;
		color: #800000;
	}			
	

	.access_image {
		max-width:100%;
	}

.wc-shortcodes-posts.wc-shortcodes-posts-layout-grid .wc-shortcodes-post-box {
    margin-bottom: 10px;
}	

	 img.alignleft, img.alignright {
		max-width:40%;
	}	

	.wp-caption {
		background: #fcfcfc;
		line-height: 18px;
		margin-top: 2.5em;
		margin-bottom: 2.5em;
		padding: 0 0 5px;
		text-align: center;
		border: 1px solid #e5e5e5;
		max-width: 100%!important;
		width: 180px!important;
	}	
	.wp-caption img {
		margin: 10px 0 9px;
		max-width: 95%!important;
		height: auto!important;
	}
	
	.box26 .box-title {
		font-size:14px;
	}	
	.box27 .box-title {
		font-size:14px;
	}	
	.box28 .box-title {
		font-size:14px;
	}	

	
	ul li {
		font-size:14px;
	}

	.box28{
		font-size:12px;
	}		
	
/*
	.recruit_table table, tbody, tr, th, td {
		display: block;
	}
*/
}	


@media (max-width: 412px) {

	th {
		font-size: 10px;
	}
	 td{
		font-size: 10px;
	}	
	
	.box26 .wc-shortcodes-post-content {
		width:71%;
	}	
	.wc-shortcodes-post-content {
		width:73%;
	}	
	 img.alignleft, img.alignright {
		max-width:40%;
	}
 	ul li {
		font-size:12px;
	}

/*
	.recruit_table table, tbody, tr, th, td {
		display: block;
	}
*/
}	

@media (max-width: 372px) {
	

	.box26 .wc-shortcodes-post-content {
		width:65%;
	}	

	.wc-shortcodes-post-content {
		width:68%;
	}
 	ul li {
		font-size:12px;
	}

	
}	

footer .copySection p:nth-child(2) {
    display:none !important;
    }

.h4, h4 {
    color: #ffffff;
	background-color:#872434
}

.h5, h5 {
    color: #872434;
}

.h6, h6 {
    font-size: 14px;
}


.tab-content li {
  display: inline-block;
}


/*---------*/

.menu{
	text-align: center;
	padding-top: 0px;
	/*margin-bottom:100px;*/
}

.menu .arrow{
	opacity: 0.4;
}

.menu h1{
	margin-top:0;
	font: normal 32px/1.5 'Open Sans', sans-serif;
	color: #3F71AE;
	padding-bottom: 0px;
}

.menu h2{
	color: #F05283;
}

.menu h2 a{
	color:inherit;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #F05283;
	padding: 0px 0px;
	border-radius: 3px;
	font: bold 14px/1 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.menu h2 a:hover{
	background-color:#F05283;
	transition:0.2s;
	color:#fff;
}

.menu ul {
	max-width: 600px;
	margin: 0px auto 0;
}

.menu ul a{
	
	text-decoration: none;
	color: #FFF;
	text-align: left;
	background-color: #B9C1CA;
	padding: 0px 0px;
	border-radius: 2px;
	opacity: 0.8;
	font-size: 16px;
	display: inline-block;
	margin: 4px;
	line-height: 1;
	outline: none;

	transition: 0.2s ease;
	
}

.menu ul li a.active{
	background-color: #66B650;
	pointer-events: none;
}

.menu ul li a:hover {
	opacity: 1;
}

.menu ul{
	list-style: none;
	padding: 0;
}

.menu ul li{
	display: inline-block;
}




a.bt-samp12{
  position: relative;
  display: block;
  height: 35px;
  width: 120px;
  text-decoration: none;
  background: #fdc689;
  color: #fff;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 2px 4px #d4842c;
}
a.bt-samp12:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}


/* Make this page responsive */

.slicknav_menu {
    display:none;
}

.frame {
	display: inline-block;
	position: relative;
}
.frame:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
	transform: rotate(5deg); /* 回転させる */
	background: #fff;
	z-index: -1;
}

.frame_banner {
	display: inline-block;
	position: relative;
}
.frame_banner:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
	transform: rotate(3deg); /* 回転させる */
	background: #f8f8ff;
	z-index: -1;
}


@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}

/* 学年ページ*/
.grade_box .wc-shortcodes-post-border{
		line-height: 1.5;
      padding: 0.5em 0 0.5em 1.4em;
	   border: 0px solid #dddddd;
		border-bottom: dashed 1px silver;
}

.grade_box .wc-shortcodes-post-border:before{
	  font-family: FontAwesome;
     content: "\f15c";
     position: absolute;
     padding: 0.4em 0 0.5em 0em;;
     color: #4c4d56; 
}

.grade_box .wc-shortcodes-entry-header{
	  margin-bottom: 5px; 
}


.polaroids a {
   display: block; /* ブロックレベル表示に */
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: white; /* 背景色を白 */
  padding: 10px 10px 30px; /*上 左右 下のパディング */
  -moz-box-shadow: 0 4px 10px #333; /* 影を落とす */
  -webkit-box-shadow: 0 4px 10px #333;
  box-shadow: 0 4px 10px #333;
}

.polaroids h2 {
  margin: 0;
  padding: 10px;
  background-color: rgba(255, 255, 240, 0.8); /* 透明度80%で指定 */
  position: absolute; /* 親要素を基点に配置 */
  top: -20px;
  left: -10px;
  font-size: 100%;
  font-family: 'Hina2ndGrade'; /* webフォントを使用 */
  -moz-box-shadow: 0 2px 4px #666; /* ボックスシャドー */
  -webkit-box-shadow: 0 2px 4px #666;
  box-shadow: 0 2px 4px #666;
  -webkit-transform: rotate(-3deg); /* 回転 */
  -moz-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: 2;
}

.instagram-media{
	position:static !important;
}

