 @charset "Shift_JIS";

/*================================================
* Reset Style
================================================*/
.kids dl,　.kids dt,　.kids dd,　.kids ul,　.kids ol,　.kids li,　.kids h1,　.kids h2,　.kids h3,　.kids h4,　.kids h5,　.kids h6,　.kids form,　.kids input,　.kids textarea,　.kids p,　.kids blockquote,　.kids th,　.kids td, .kids ul{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
.kids img {
	border: 0;
	border-style: none;
	vertical-align: top;
}
.kids h1, .kids h2, .kids h3, .kids h4, .kids h5, .kids h6 {
	font-size: 100%;
	font-weight: normal;
}
.kids a:focus, .kids a:hover {
	border: none;
}
.kids ol, .kids ul {
	list-style: none;
}
.kids input[type="button"], .kids input[type="submit"] {
	-webkit-appearance: none;
}
.kids caption, .kids th {
	text-align: left;
}

/*================================================
* Base Style
================================================*/
body {
  margin: 0;
}
.kids {
  min-width: 1024px;
  color: #333;
  font-family:"ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
.kids main {
	background-color: #fffca8;
}
.kids main .inner {
	width: 1024px;
	margin:  0 auto;
	padding: 20px 0;
}
.kidsSns {
  width: 1024px;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}

/* Icon
--------------------------------------------------------- */
@font-face {
  font-family: 'fonticon';
  src:    url('/csr/tekisei/kids/common/fonts/icon.eot?me5ai4');
  src:    url('/csr/tekisei/kids/common/fonts/icon.eot?me5ai4#iefix') format('embedded-opentype'),
      url('/csr/tekisei/kids/common/fonts/icon.ttf?me5ai4') format('truetype'),
      url('/csr/tekisei/kids/common/fonts/icon.woff?me5ai4') format('woff'),
      url('/csr/tekisei/kids/common/fonts/icon.svg?me5ai4#icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="fi-"], [class*=" fi-"] {
  font-family: 'fonticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Text
--------------------------------------------------------- */
.bold { font-weight: bold; }
.tx-left { text-align: left; }
.tx-center { text-align: center; }
.tx-right { text-align: right; }
.tx-small { font-size: 75.0%; }
.tx-medium { font-size: 87.5%; }
.tx-large { font-size: 112.5%; }
.tx-blue { color: #014099; }
.tx-red { color:#f00; }
.txt-ind{
  text-indent: -1em;
  padding-left: 1em;
}
.kids .comment {
	text-indent: -1em;
	padding-left: 1em;
}
.kids .contentbox p, 
.kids .top-benefactors p, 
.kids .top-tool p{
	margin: 10px 0;
    padding: 0;
	line-height: 2;
	letter-spacing: 1px;
}
.kids.chrome .contentbox p, 
.chrome .top-benefactors p, 
.chrome .top-tool p{
	line-height: 1.2;
}
.kids.chrome .contentbox.lh-plus p, 
.chrome .lh-plus .top-benefactors p, 
.chrome .lh-plus .top-tool p{
	line-height: 2;
}
.kids p ruby rt{
	letter-spacing:normal;
}
.kids .contentbox p.txt-ind {
  padding-left: 1em;
}

/* ul
--------------------------------------------------------- */
.kids ul li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-bottom: 10px;
}
.kids ul li:before{
	content: "●";
	color: #1cb5f7;
	margin-right: 5px;
}

.kids ul.disc-gray li:before{
	color: #333333;
	font-size: 8px;
	vertical-align:middle;
}

/* link
--------------------------------------------------------- */
.kids a { text-decoration: none; color: #37a3da; }
.kids a:hover { text-decoration: none; }
.kids .tx-link { text-decoration: underline; }
.kids .tx-link:hover { text-decoration: none; }

/* ボタン スタイル
--------------------------------------------------------- */

/*ピンクのボタン*/
a.btn_red{
	width: 100%;
	padding: 10px 0 2px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #ff6f5c;
	border-radius: 8px;
	box-shadow:0px 5px #e34e3a;
	display: block;
}
a.btn_red.arrow{
	position: relative;
}
a.btn_red.arrow:before{
  content: "\e902";
  font-size: 30px;
  text-align: center;
  font-family: 'fonticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	top:13px;
	left:10px;
	margin-right: 8px;
	color:#fff;
}
.kids a.btn_red{
	line-height: 2;
	letter-spacing: 0.1em;
}
.kids a.btn_red ruby rt{
	letter-spacing:normal;
}
a.btn_red:hover{
	background-color: #ff8777;
}

/*緑のボタン*/
a.btn_green{
	width: 100%;
	padding: 10px 0 2px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #00a862;
	border-radius: 8px;
	box-shadow:0px 5px #2b8811;
	display: block;
}
a.btn_green.arrow{
	position: relative;
}
a.btn_green.arrow:before{
  content: "\e902";
  font-size: 30px;
  text-align: center;
  font-family: 'fonticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	top:13px;
	left:10px;
	margin-right: 8px;
	color:#fff;
}
.kids a.btn_green{
	line-height: 2;
	letter-spacing: 0.1em;
}
.kids a.btn_green ruby rt{
	letter-spacing:normal;
}
a.btn_green:hover{
	background-color: #32c88a;
}

/*青のボタン*/
a.btn_blue{
	width: 100%;
	padding: 10px 0 2px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #4cafe8;
	border-radius: 8px;
	box-shadow:0px 5px #0587d2;
	display: block;
}
a.btn_blue.arrow, a.btn_blue.arrow-left, a.btn_blue.arrow-right{
	position: relative;
}
a.btn_blue.arrow:before{
  content: "\e900";
  font-size: 30px;
  text-align: center;
  font-family: 'fonticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	top: 12px;
    left: 8px;
	color:#fff;
}
a.btn_blue.arrow-left:before{
  content: "\e901";
  font-size: 30px;
  text-align: center;
  font-family: 'fonticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	top: 12px;
    left: 8px;
	color:#fff;
}
a.btn_blue.arrow-right:before{
  content: "\e902";
  font-size: 30px;
  text-align: center;
  font-family: 'fonticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	top: 12px;
    right: 8px;
	color:#fff;
}
.kids a.btn_blue{
	line-height: 2;
	letter-spacing: 0.1em;
}
.kids a.btn_blue ruby rt{
	letter-spacing:normal;
}
a.btn_blue:hover{
	background-color: #65c4fb;
}

/*オレンジのボタン*/
a.btn_orange{
	width: 100%;
	padding: 10px 0 2px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color: #ff9000;
	border-radius: 8px;
	box-shadow:0px 5px #e36b00;
	display: block;
	line-height: 2;
}
a.btn_orange:hover{
	background-color: #ffbb45;
}
a.btn_orange.arrow{
	position: relative;
}
a.btn_orange.arrow:before{
  content: "\e902";
  font-size: 30px;
  text-align: center;
  font-family: 'fonticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	top: 12px;
    left: 8px;
	color:#fff;
}

/* ClearFix
--------------------------------------------------------- */
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.clear { clear: both; }

/* margin
--------------------------------------------------------- */
.mt00 { margin-top:  0 !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }

.mb00 { margin-bottom:  0 !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }

.mt1e { margin-top: 1em !important; }
.mt2e { margin-top: 2em !important; }
.mt3e { margin-top: 3em !important; }
.mt4e { margin-top: 4em !important; }
.mt5e { margin-top: 5em !important; }

/* sidenavi
--------------------------------------------------------- */
.sidenavi{
	width: 240px;
	float: left
}
.sidenavi .nav{
	width: 220px;
	background: #59cdff;
	border-radius:10px;
	margin-top: 10px;
	padding: 10px;
}
.nav div{
	margin-bottom: 10px;
}
.nav a{
	width: 220px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	display: block;
}
.nav .library a{
	height: 116px;
	background: url(../images/side_navi.png) 0 0 ;
}
.nav .library a:hover, .nav .library a.active{
	background: url(../images/side_navi.png) right 0 ;
}
.nav .classroom a{
	height: 116px;
	background: url(../images/side_navi.png) 0 -126px ;
}
.nav .classroom a:hover, .nav .classroom a.active{
	background: url(../images/side_navi.png) right -126px ;
}
.nav .ground a{
	height: 116px;
	background: url(../images/side_navi.png) 0 -252px ;
}
.nav .ground a:hover, .nav .ground a.active{
	background: url(../images/side_navi.png) right -252px ;
}
.nav .charactor a{
	height: 56px;
	background: url(../images/side_navi.png) 0 -378px ;
}
.nav .charactor a:hover, .nav .charactor a.active{
	background: url(../images/side_navi.png) right -378px ;
}
.nav .director a{
	height: 62px;
	background: url(../images/side_navi.png) 0 -444px ;
}
.nav .director a:hover, .nav .director a.active{
	background: url(../images/side_navi.png) right -444px ;
}
.nav .benefactors{
	height: 178px;
	background: url(../images/side_navi.png) 0 -516px ;
	padding-top: 48px;
}
.nav .benefactors a.director{
	height: 48px;
	background: url(../images/side_navi.png) 0 -564px ;
}
.nav .benefactors a.director:hover, .nav .benefactors a.director.active{
	background: url(../images/side_navi.png) right -564px ;
}
.nav .benefactors a.text{
	height: 48px;
	background: url(../images/side_navi.png) 0 -612px ;
}
.nav .benefactors a.text:hover, .nav .benefactors a.text.active{
	background: url(../images/side_navi.png) right -612px ;
}
.nav .benefactors a.using{
	height: 73px;
	background: url(../images/side_navi.png) 0 -660px ;
}
.nav .benefactors a.using:hover, .nav .benefactors a.using.active{
	background: url(../images/side_navi.png) right -660px ;
}
.nav .application{
	height: 60px;
	background: url(../images/side_navi.png) 0 -752px;
	padding-top: 116px;
	margin-bottom: 0px;
}
.nav .application a{
	height: 50px;
	background: url(../images/side_navi.png) 0 -868px ;
}
.nav .application a:hover, .nav .application a.active{
	background: url(../images/side_navi.png) right -868px ;
}


/* content（　第2階層以降）
--------------------------------------------------------- */
.content{
	width: 772px;
	float: right;
}

.contentbox{
	background: #fff;
	border-radius:10px;
	padding: 10px;
}
.kids .contentbox .inner{
	width: 732px;
	padding: 10px 10px 20px 10px;
}


/*パンくず*/
.kids .breadcrumb {
  margin: 0 0 10px;
  padding: 0;
  position: relative;
}
.kids .breadcrumb li {
    float: left;
    font-size: 12px;
	color: #92734f;
	text-indent: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.kids .breadcrumb li:before {
	content: ">";
	margin-right: 5px;
	margin-left: 6px;
	color: #92734f;
}
.kids .breadcrumb li:first-child:before{
	display: none;
}
.kids .breadcrumb li span{
	font-size: 10px;
}
.kids .breadcrumb li.home a{
	width: 18px;
	height: 18px;
	display: block;
}
.kids .breadcrumb li.home a span{
	display: none;
}
.kids .breadcrumb li.home a:before{
  content: "\e905";
  font-size: 16px;
  text-align: center;
  font-family: 'fonticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: absolute;
	top:0;
	left:0;
	color:#92734f;
	padding-left: 5px;
}
.kids .breadcrumb li a { text-decoration: none; color:#92734f;  }
.kids .breadcrumb li a:hover { text-decoration: underline; }


/* heading
--------------------------------------------------------- */

.kids .contentbox h1{
	margin: 0;
	padding: 0;
}
/*heading-a*/
.kids .contentbox h1.heading-a{
	height: 70px;
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	background-size: 8px 8px;
	background-color: #1f99de;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #1d92d6), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #1d92d6 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #1d92d6 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #1d92d6 50%, transparent 50%, transparent);
	color: #fff;
	margin: 0 0 20px 0;
	padding: 30px 20px 0;
	font-size: 30px;
	font-weight: bold;
	border-radius: 10px;
}
/*heading-b*/
.kids .contentbox h1.heading-b, 
.kids .heading-b{
	font-size: 22px;
	border-bottom: solid 3px #1f9be2;
	margin: 0 5px 10px 5px;
	padding:0 0 5px;
}
.kids .heading-b:before{
	content: "";
	border-left:solid 8px #1f9be2;
	border-radius: 3px;
	margin:0 10px 0 5px;
}
/*heading-c*/
.kids .heading-c{
	color: #0587d2;
	font-size: 22px;
	font-weight: bold;
}
/*heading-d*/
.kids .heading-d{
	font-size: 24px;
	color: #11a5ea;
	font-weight: bold;
}
.kids .heading-d span{
	border-bottom: solid 3px #11a5ea;
}
/*heading-e*/
.kids .heading-e{
	padding-bottom: 3px;
	color: #ff9c00;
	font-size: 20px;
	font-weight: bold;
	border-bottom: dotted 2px #ff9c00;
}
/*heading-f*/
.kids .heading-f{
	font-size: 18px;
	font-weight: bold;
	margin: 25px 0 10px;
}
.kids .heading-f:before{
	content:"●";
	font-size: 12px;
	color: #9f9f9f;
	vertical-align: middle;
	padding-right: 3px;
}

/* footer
--------------------------------------------------------- */
.footer{
	background-color: #fff;
}
.footer .inner{
	width: 1024px;
	margin: 0 auto;
	font-size: 14px;
}
.footer .inner p{
	line-height: normal;
	margin: 20px 0;
}
.jiyuriyo{
	width: 240px;
	float: left;
}
.kids #pagetop{
	float: right;
	padding-top:50px;
}
.kids #pagetop a{
	font-size: 14px;
}
.kids #pagetop a.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #004099;
	text-decoration: none;
}
.kids #pagetop a.arrow:before,
.kids #pagetop a.arrow:after{
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.kids #pagetop a.arrow:before{
	top: 6px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #004099;
}
.kids #pagetop a.arrow:after{
	top: 0;
	left: 4px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 4px solid transparent;
	border-bottom: 6px solid #fff;
}



