@charset "utf-8";
/* CSS Document */

/* PC向けレイアウトの指定：901px以上で固定レイアウト======================================================*/
@media print, screen and (min-width: 721px){

#wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	background-color:#fce4e2;
}


#header {
	width: 980px;
	height: 125px;
	background: url(../img/header_bg.jpg) no-repeat;
}

.logo {
	width: 430px;
	height: 95px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	display: block;
}

.migiue {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 90%;
}

.sub_link{ margin-top: 10px; }

.sub_link li {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-indent: 15px;
	background:url(../img/sub_linkbg.png) no-repeat left center;
}

.sub_link li a { color: #000; text-decoration: none; }
.sub_link li a:hover{ color: #000; text-decoration: underline; }

/*文字サイズ*/
#textsizer{	float:right; }
/*#textsizer p{ margin-right: 10px; float: left; }*/
ul.textresizer { list-style: none;	display: inline; margin: 0px; padding: 0px; float: right; }
ul.textresizer li {	display: inline; margin: 0px; margin-right: 5px;	padding: 0px; /*background-color: #fff;*/}
ul.textresizer a { border: solid 1px #999;	padding: 1px 5px; font-weight: bold; text-decoration: none; background-color: #fff; color: #000; }
ul.textresizer a:hover { background: #004f9b; border: solid 1px #cccccc; color: #fff; }
ul.textresizer .small-text { font-size: 80%; }
ul.textresizer .medium-text { font-size: 90%; }
ul.textresizer .large-text { font-size: 110%; }
ul.textresizer a.textresizer-active { border: solid 1px #2B562B; background: #004f9b; color: #fff; }
	
/*=====================================
           　見出し
======================================*/
.h1_01 {
	width: 95.1%;
	color: #fff;
	background-color: #004f9b;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 110%;
	font-weight: bold;
	display:block;
}

.h2 {
	width: 91.5%;
	border-bottom: 2px solid #004f9b;
	/*padding-left: 2.5%;*/
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 105%;
	font-weight: bold;
	display:block;
	margin-left: 3%;
}

.h3 {
	width: 91.5%;
	border-bottom: 1px solid #004f9b;
	/*padding-left: 2.5%;*/
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 100%;
	display:block;
	margin-left: 3%;
}



/*=====================================
           ナビ＆サイドメニュー
======================================*/

.saigo {display:none;}

.nav {
	width: 100%;
	height: 50px;
	background-color:#fff;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	display: none;
}

.menu_01 { background:url(../img/menu_01.png) no-repeat 10px center; }
.menu_02 { background:url(../img/menu_02.png) no-repeat 25px center; }
.menu_03 { background:url(../img/menu_03.png) no-repeat 15px center; }
.menu_03e { background:url(../img/menu_03.png) no-repeat 5px center; }
.menu_04 { background:url(../img/menu_04.png) no-repeat 35px center; }
.menu_05 { background:url(../img/menu_05.png) no-repeat 15px center; }
.menu_06 { background:url(../img/menu_06.png) no-repeat 7px center; }

.menu li {
	display: block;
    float: left;
    width: 163px;
    margin: 0;
    padding: 0;
    font-size:14.2px;
    position: relative;
}
.menu li.menu_last {
	width: 165px;
}

.menu li a{
    display: block;
    padding: 15px 0 15px;
    color: #222;
    text-align: center;
    text-decoration: none;
	border-right: dashed 1px #999;
}

li.menu_last a{
	border-right: none;
}

.menu li a:hover{
	background-color: #f5f4f4;
}
.menu ul.child{
    display: none;
    position: absolute;
    margin-left: -5px;
    padding: 0;
}

.child li a{
    width: 163px;
    display: block;
    padding: 15px 0 15px;
    color: #222;
    text-align: center;
    text-decoration: none;
	border-bottom: dashed 1px #999;
	border-right: none;
	background-color: #fff;
	margin-left: 5px;
	font-size: 0.9em;
}
.child li a.first{
  border-top: 1px solid #666;
}


.sub_nav {
	width: 200px;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	float: left;
	background-color:#fce4e2;
}


.sub_nav ul {
	width: 90%;
	font-size: 95%;
	margin-top: 30px;
}

.sub_nav li {
	border-bottom:dashed 1px #999;
	padding: 15px 0 15px 20px;
	background:url(../img/sub_nav.png) no-repeat left center;
	margin-left: 10px;
}

.sub_nav a{
	color: #222;
	text-decoration: none;
}

.sub_nav a:hover {
	text-decoration: underline;
}

/*=========================================
              コンテンツ
==========================================*/

.contents {
	width: 780px;
	height: 100%;
	min-height: 600px;
	background-color:#fff;
	float: right;
}


.pan {
	font-size: 75%;
	margin: 10px 0 10px 20px;
}

.kiji {
	padding: 10px 40px 20px 30px;
}

.img_left{
	float: left;
	margin-right: 15px;
}

.modoru{
	text-align: right;
	font-size: 80%;
	margin-right: 20px;
}

.modoru span {
	color: #f295af;
	margin-right: 5px;
}


/*=====================================
    　　　　IBコース紹介
======================================*/

.ib_b {
	border: 2px solid #f7928a;
	padding: 10px;
	float: left;
	width: 440px;
	margin-bottom: 30px;
}

.ib_img {
	float: right;
	width: 230px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.ib_tb {
	border-collapse:collapse;
    border:1px solid #000;
	font-size: 90%;
	width: 100%;
}
	
.ib_tb2 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size: 90%;
	width: 100%;
}
	
.ib_tb3 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size: 90%;
	width: 100%;
}

table.ib_tb th, table.ib_tb td {
    border: 1px solid #000;
    padding: 5px;
}
	
table.ib_tb2 th, table.ib_tb2 td {
    border: 1px solid #000;
    padding: 5px;
}
	
table.ib_tb3 th, table.ib_tb3 td {
    border: 1px solid #000;
    padding: 5px;
}
	
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
.rei {display:none;}
.kg {display:none;}

.pic_left img {
	width: 250px;
	float: left;
	display: block;
	margin-bottom:30px;
}
.pic_left p {
	width: 450px;
	float: right;
	margin-top: 20px;
	margin-bottom:30px;
}
/*教育課程図表*/
.cu_2_2, .cu_3{ display:none; }
.cu_1 {
	width: 230px;
	float:left;
}
.cu_1 img, .cu_2 img{display:block;}
.cu_1 p {
	background-color:#fdda4f;
	padding:5px;
	width: 220px;
	margin-top:10px;
}
.cu_2 {
	width: 470px;
	float:left;
	margin-left: 10px;
}
.cu_2 p {
	background-color:#9ede3a;
	padding:5px;
	width: 460px;
	margin-top:10px;
}
/*1年カリキュラム*/
table.cu1 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:80%;
	width: 230px;
	float:left;
}
table.cu1 th, table.cu1 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu1_e{ background-color:#fdda4f; }

/*2・3年カリキュラム*/
table.cu2 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:80%;
	width: 230px;
	float:left;
	margin-left:10px;
}
table.cu2 th, table.cu2 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu2_e{ background-color:#9ede3a; }

table.cu3 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:80%;
	width: 230px;
	float:left;
	margin-left:10px;
}
table.cu3 th, table.cu3 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu_td1 {width:200px;}
.cu_td2 {width:30px;}
.cu_td3 {width:20px;}
.cu_td4 {width:180px;}
/*=====================================
    　　　　 入試情報
======================================*/

.ex_b {
	border: 2px solid #f7928a;
	padding: 10px;
	margin-left: 10px;
}

.ex_c { text-align:center; }

.ex_at { width: 3em; float:left; }
.ex_at1 { width: 650px; float: right; margin-bottom: 20px; }
table.ex_tb td{
    margin: 0;
    padding: 0;
    border: none;
    /* [disabled]vertical-align: top; */
}

/*=====================================
      サイトポリシーのインデント
======================================*/
.sp02{ margin-left:20px; }
.sp04{ float:right; }


/*=====================================
    　　　　　フッター
======================================*/

#footer {
	width: 980px;
	background-color: #004f9b;
	padding-top: 20px;
	padding-bottom: 5px;
}

#footer p{
	color: #fff;
}

#footer p a{
	color: #fff;
	text-decoration: none;
}

#footer p a:hover{
	text-decoration: underline;
}

.small2, .small3 { display:none; }


}

/* 中間レイアウトの指定：721px～900px ======================================================*/
/*
@media screen and (min-width: 721px) and (max-width:900px){


#wrapper {
	width: 100%;
	background-color:#fce4e2;
}


#header {
	width: 100%;
	height: 125px;
	background-image: url(../img/header_bg2.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.logo {
	width: 47.777%;
	margin-left: 2.222%;
	margin-top: 2.222%;
}

.migiue {
	float: right;
	margin-right: 2.222%;
	margin-top: 2.222%;
	font-size: 80%;
	width: 45%;
}

.sub_link{ margin-top: 1.111%;}

.sub_link li {
	float:right;
	margin-left: 1.111%;
	margin-bottom: 10px;
	text-indent: 15px;
	background:url(../img/sub_linkbg.png) no-repeat left center;
}

.sub_link li a { color: #000; text-decoration: none; }
.sub_link li a:hover{ color: #000; text-decoration: underline; }

/*文字サイズ*/
/*
#textsizer{	float:right; }
#textsizer p{ margin-right: 10px; float: left; }
ul.textresizer { list-style: none;	display: inline; margin: 0px; padding: 0px; float: right; }
ul.textresizer li {	display: inline; margin: 0px; margin-right: 5px;	padding: 0px;  }
ul.textresizer a { border: solid 1px #999;	padding: 1px 5px; font-weight: bold; text-decoration: none; background-color: #fff; color: #000; }
ul.textresizer a:hover { background: #004f9b; border: solid 1px #cccccc; color: #fff; }
ul.textresizer .small-text { font-size: 80%; }
ul.textresizer .medium-text { font-size: 90%; }
ul.textresizer .large-text { font-size: 110%; }
ul.textresizer a.textresizer-active { border: solid 1px #2B562B; background: #004f9b; color: #fff; }


/*=====================================
           　見出し
======================================*/
/*
.h1_01 {
	width: 95.1%;
	color: #fff;
	background-color: #004f9b;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 110%;
	font-weight: bold;
	display:block;
}

.h2 {
	width: 91.5%;
	border-bottom: 2px solid #004f9b;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 105%;
	font-weight: bold;
	display:block;
	margin-left: 3%;
}

.h3 {
	width: 91.5%;
	border-bottom: 1px solid #004f9b;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 100%;
	display:block;
	margin-left: 3%;
}



/*=====================================
           ナビ＆サイドメニュー
======================================*/
/*
.saigo {display:none;}

.nav {
	width: 100%;
	height: 99px;
	border-top: solid 1px #666;
	
}

#menu ul.child { display:none; }

.menu_01 { background:url(../img/menu_01.png) no-repeat 23% center; }
.menu_02 { background:url(../img/menu_02.png) no-repeat 30% center; }
.menu_03 { background:url(../img/menu_03.png) no-repeat 25% center; }
.menu_03e { background:url(../img/menu_03.png) no-repeat 20% center; }
.menu_04 { background:url(../img/menu_04.png) no-repeat 35% center; }
.menu_05 { background:url(../img/menu_05.png) no-repeat 25% center; }
.menu_06 { background:url(../img/menu_06.png) no-repeat 20% center; }


.menu li {
	display: block;
    float: left;
    width: 33.333%;
    margin: 0;
    padding: 0;
	border-bottom: solid 1px #666;
	background-color:#fff;
	font-size:14.2px;
}

.menu li a{
    display: block;
    padding: 14px 0 14px;
    color: #222;
    text-align: center;
    text-decoration: none;
	border-right: dashed 1px #999;
}

li.menu_last a{
	border-right: none;
}

li.menu_bn a{
	border-right: none;
}

.menu li a:hover{
	background-color: #f5f4f4;
}

.child li{
	float:none;
}

.child li a{
    display: block;
    padding: 14px 0 14px;
    color: #222;
    text-align: center;
    text-decoration: none;
	border-bottom: dashed 1px #999;
	border-right: none;
	background-color: #fff;
	margin-left: 5px;
	font-size: 0.9em;
}

.sub_nav {
	width: 200px;
	height: 100%;
	margin-left: 0;
	margin-right: -200px;
	float: left;
}
.sub_nav ul{
	margin-left: -200px;
	margin-top: 30px;
	font-size: 95%;
	width: 90%;
}


.sub_nav li {
	border-bottom:dashed 1px #999;
	padding: 15px 0 15px 20px;
	background:url(../img/sub_nav.png) no-repeat left center;
	margin-left: 10px;
}

.sub_nav a{
	color: #222;
	text-decoration: none;
}

.sub_nav a:hover {
	text-decoration: underline;
}

/*=========================================
              コンテンツ
==========================================*/
/*
.con {
	margin-left: 200px;
}

.contents {
	width: 100%;
	height: 100%;
	min-height: 600px;
	background-color:#fff;
	float: right;
	margin-top: -1px;
}

.pan {
	font-size: 75%;
	margin: 10px 0 10px 2.222%;
}

.kiji {
	padding: 10px 5% 2.222% 3.8%;
}

.img_left{
	float: left;
	margin-right: 15px;
}

.modoru{
	text-align: right;
	font-size: 80%;
	margin-right: 2.222%;
}

.modoru span {
	color: #f295af;
	margin-right: 5px;
}


/*=====================================
    　　　　IBコース紹介
======================================*/
/*
.ib_b {
	border: 2px solid #f7928a;
	padding: 1.111%;
	float: left;
	width: 62.857%;
	margin-bottom: 30px;
}

.ib_img {
	float: right;
	width: 32.857%;
	margin-top: 5px;
	margin-bottom: 30px;
}

.ib_tb {
	border-collapse:collapse;
    border:1px solid #000;
	font-size: 90%;
	width: 100%;
}

table.ib_tb th, table.ib_tb td {
    border: 1px solid #000;
    padding: 5px;
}

.rei {display:none;}
.kg {display:none;}

.pic_left img {
	width: 35.714%;
	float: left;
	display: block;
	margin-bottom:30px;
}
.pic_left p {
	width: 62%;
	float: right;
	margin-bottom:30px;
}
/*教育課程図表*/
/*
.cu_2_2, .cu_3{ display:none; }
.cu_1 {
	width: 33%;
	float:left;
}
.cu_1 img {width:100%;}
.cu_1 p {
	background-color:#fdda4f;
	padding:0.5%;
	width: 99.5%;
}
.cu_2 {
	width: 64%;
	float:left;
	margin-left: 1%;
}
.cu_2 img {width:100%;}
.cu_2 p {
	background-color:#9ede3a;
	padding:0.5%;
	width: 100%;
}
/*1年カリキュラム*/
/*
table.cu1 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:75%;
	width: 33%;
	float:left;
	word-break: break-all;
}
table.cu1 th, table.cu1 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu1_e{ background-color:#fdda4f; }
/*2・3年カリキュラム*/
/*
table.cu2 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:75%;
	width: 32%;
	float:left;
	word-break: break-all;
	margin-left:1.1%;
}
table.cu2 th, table.cu2 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu2_e{ background-color:#9ede3a; }

table.cu3 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:75%;
	width: 32%;
	float:left;
	word-break: break-all;
	margin-left:1.1%;
}
table.cu3 th, table.cu3 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu_td1 {width:25%;}
.cu_td2 {width:5%;}
.cu_td3 {width:1%}
.cu_td4 {width:20%;}

/*=====================================
    　　　　 入試情報
======================================*/
/*
.ex_b {
	border: 2px solid #f7928a;
	padding: 10px;
	margin-left: 10px;
}
.ex_c { text-align:center; }

.ex_at { width: 3em; float:left; }
.ex_at1 { width: 88%; float: right; margin-bottom: 20px; }
table.ex_tb td{
	margin:0;
	padding:0;
	border:none;
	vertical-align: top;
}

/*=====================================
      サイトポリシーのインデント
======================================*/
/*
.sp02{ margin-left:20px; }
.sp04{ float:right; }
/*=====================================
               フッター
======================================*/
/*
#footer {
	width: 100%;
	background-color: #004f9b;
	padding-top: 20px;
	padding-bottom: 5px;
}

#footer p{
	color: #fff;
}

#footer p a{
	color: #fff;
	text-decoration: none;
}

#footer p a:hover{
	text-decoration: underline;
}

.small2, .small3 { display:none; }


}

/* タブレットレイアウトの指定：720px以下521pxまで ======================================================*/
@media screen and (min-width: 521px) and (max-width:720px){
	
#wrapper {
	width: 100%;
	background-color:#fce4e2;
}


#header {
	width: 100%;
	height: 125px;
	background-color:#fff;
}

.logo {
	width: 430px;
	height: 95px;
	margin-left: 2.222%;
	margin-top: 2.222%;
}

.migiue{ display: none; }

/*=====================================
           　見出し
======================================*/
.h1_01 {
	width: 95.2%;
	color: #fff;
	background-color: #004f9b;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 110%;
	font-weight: bold;
	display:block;
}

.h2 {
	width: 91.5%;
	border-bottom: 2px solid #004f9b;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 105%;
	font-weight: bold;
	display:block;
	margin-left: 3%;
}

.h3 {
	width: 91.5%;
	border-bottom: 1px solid #004f9b;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 100%;
	display:block;
	margin-left: 3%;
}

/*=====================================
           ナビ＆ビジュアル
======================================*/

nav {display:none;}
.sub_nav {display:none;}

.saigo {
	width: 96.153%; 
	margin: 20px auto 20px;
	padding: 30px 0;
	background-color: #fff;
}

.menu_01 { background:url(../img/menu_01.png) no-repeat 15px 15px; }
.menu_02 { background:url(../img/menu_02.png) no-repeat 15px 15px; }
.menu_03 { background:url(../img/menu_03.png) no-repeat 15px 15px; }
.menu_04 { background:url(../img/menu_04.png) no-repeat 15px 15px; }
.menu_05 { background:url(../img/menu_05.png) no-repeat 15px 15px; }
.menu_06 { background:url(../img/menu_06.png) no-repeat 15px 15px; }


/*=========================================
              コンテンツ
==========================================*/

.con {
	background-color:#fff;
	border:  2px solid #004f9b;
	border-radius: 20px;        
    -webkit-border-radius: 20px;   
    -moz-border-radius: 20px;  
	margin: 20px auto 0;
	width: 96.153%;
}

.contents {
	width: 100%;
	height: 100%;
}

.pan {
	font-size: 75%;
	margin: 10px 0 10px 2.222%;
}

.kiji {
	padding: 10px 5% 2.222% 3.8%;
}

.img_left{
	float: left;
	margin-right: 15px;
}

.modoru{
	text-align: right;
	font-size: 80%;
	margin-right: 2.222%;
}

.modoru span {
	color: #f295af;
	margin-right: 0.961%;
}

/*=====================================
    　　　　IBコース紹介
======================================*/

.ib_b {
	border: 2px solid #f7928a;
	padding: 10px;
	margin:0 auto 10px;
	width: 90%;
}

.ib_img {
	width: 400px;
	margin:0 auto 30px;
	display: block;
}
.ib_tb tr.sm_non { display:none; }
.br { display:none; }

.ib_tb {
	font-size: 90%;
	margin: 0 auto;
	list-style-type: none;
	width:90%;
}

.ib_tb tr{
    display: block;
    margin-bottom: 1.5em;
}
	
.ib_tb th,
.ib_tb td{
    display: list-item;
    border: none;
}

.ib_tb th{
	text-align: left;
	border-bottom: 2px solid #f7928a;
}

.ib_tb2,
.ib_tb2 th,
.ib_tb2 td{
    border-collapse:collapse !important;
    border:1px solid #000;
	font-size: 90%;
	width: 100%;
}
	
.ib_tb3,
.ib_tb3 th,
.ib_tb3 td{
    border-collapse:collapse !important;
    border:1px solid #000;
	font-size: 90%;
}
	
.t_scroll{width: 100%;
        overflow-x: scroll;
	-webkit-overflow-scrolling: touch;}
.t_scroll table {width: 700px;}
.t_scroll:before {
        content: "この表は横にスクロールできます。(This table can be scrolled horizontally.)";
        color: #ff0000;
        font-size: 0.8em;
    }

.pic_left img {
	width: 400px;
	display: block;
	margin: 0 auto 20px;
}

/*教育課程図表*/

.cu_1 {
	width: 100%;
}
.cu_1 img{ display:block; margin:auto; width:auto;}

.cu_1 p {
	background-color:#fdda4f;
	padding:5px;
	width: 90%;
	margin:10px auto 0;
}
.cu_2 {
	display:none;
}
*/
/*1年カリキュラム*/

table.cu1 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:80%;
	width: 100%;
}
table.cu1 th, table.cu1 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu1_e{ background-color:#fdda4f; }

/*2・3年カリキュラム*/

.cu_2_2, .cu_3{
	width: 100%;
}
.cu_2_2 img, .cu_3 img{ display:block; margin: 20px auto 10px; width:auto;}

.cu_2_2 p, .cu_3 p {
	background-color:#9ede3a;
	padding:5px;
	width: 90%;
	margin: auto;
}
table.cu2 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:80%;
	width: 100%;
}
table.cu2 th, table.cu2 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu2_e{ background-color:#9ede3a; }

table.cu3 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:80%;
	width: 100%;
}
table.cu3 th, table.cu3 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu3_e{ background-color:#9ede3a; }
.cu_td1 {width:90%;}
.cu_td2 {width:10%;}
.cu_td3 {width:10%;}
.cu_td4 {width:80%;}

/*=====================================
    　　　　 入試情報
======================================*/

.ex_b {
	border: 2px solid #f7928a;
	padding: 10px;
}

.ib_tb td.ex_td { 
    border-bottom: 2px solid #f7928a;
	font-weight: bold;
}

.ex_at { width: 3em; float:left; }
.ex_at1 { width: 87%; float: right; margin-bottom: 20px; }
.url { word-wrap:break-word; }
table.ex_tb tr{	margin-bottom:0;}
td.ex_dot { border-bottom: 2px #f7928a dotted;}

/*=====================================
      サイトポリシーのインデント
======================================*/
.sp01 { margin-left:-10px; }
.sp02 { margin-left:5px; }
.sp03 { margin-left:-25px; }
.sp04 { float:right; }
.sp_dd { margin-left:15px; }
.sp_ddd { margin-left:5px; }
.sp_p { text-indent:-1em; padding-left: 2em; }

/*=====================================
               フッター
======================================*/

#footer {
	width: 100%;
	margin-top: 0;
	background-color: #004f9b;
	padding-top: 10px;
	padding-bottom: 5px;
}

#footer p{
	color: #fff;
}

#footer p a{
	color: #fff;
	text-decoration: none;
}

#footer p a:hover{
	text-decoration: underline;
}

.small1, .small3 { display:none; }

	
}

/* スマホ向けレイアウトの指定：520px以下 ======================================================*/
@media screen and (min-width: 150px) and (max-width:520px){

#wrapper {
	width: 100%;
	min-width: 200px;
	background-color:#fce4e2;
}


#header {
	width: 100%;
	background-color:#fff;
}

.logo {
	width: 95%;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.migiue{ display: none; }

/*=====================================
           　見出し
======================================*/
.h1_01 {
	width: 95.2%;
	color: #fff;
	background-color: #004f9b;
	padding-left: 5%;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 110%;
	font-weight: bold;
	display:block;
}

.h2 {
	width: 91.5%;
	border-bottom: 2px solid #004f9b;
	/*padding-left: 2.5%;*/
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 105%;
	font-weight: bold;
	display:block;
	margin-left: 3%;
}

.h3 {
	width: 91.5%;
	border-bottom: 1px solid #004f9b;
	/*padding-left: 2.5%;*/
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 100%;
	display:block;
	margin-left: 3%;
}


/*=====================================
           ナビ＆ビジュアル
======================================*/

nav {display:none;}
.sub_nav {display:none;}

.saigo {
	width: 96.153%; /*最大500px*/
	margin: 20px auto 10px;
	padding: 5.769% 0;
	background-color: #fff;
}

.menu_01 { background:url(../img/menu_01.png) no-repeat left 17px; }
.menu_02 { background:url(../img/menu_02.png) no-repeat left 12px; }
.menu_03 { background:url(../img/menu_03.png) no-repeat left 12px; }
.menu_04 { background:url(../img/menu_04.png) no-repeat left 12px; }
.menu_05 { background:url(../img/menu_05.png) no-repeat left 12px; }
.menu_06 { background:url(../img/menu_06.png) no-repeat left 12px; }


/*=========================================
              コンテンツ
==========================================*/

.con {
	background-color:#fff;
	border:  2px solid #004f9b;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
	margin: 20px auto 0;
	width: 90.384%;
}

.contents {
	width: 100%;
	height: 100%;
}

.pan {
	font-size: 75%;
	margin: 10px 0 10px 2.222%;
}

.kiji {
	padding: 10px 4% 2.222% 3.8%;
}

.img_left{
	float: left;
	margin-right: 15px;
}

.modoru{
	text-align: right;
	font-size: 80%;
	margin-right: 20px;
}
.modoru span {
	color: #f295af;
	margin-right: 0.961%;
}


/*=====================================
    　　　　IBコース紹介
======================================*/

.ib_b {
	border: 2px solid #f7928a;
	padding: 10px;
	margin:0 auto 10px;
	width: 90%;
}

.ib_img {
	width: 96%;
	margin:0 auto 20px;
	display: block;
}

.ib_tb tr.sm_non { display:none; }
.br { display:none; }

.ib_tb {
	font-size: 90%;
	margin: 0 auto;
	list-style-type: none;
	width:90%;
}

.ib_tb tr{
    display: block;
    margin-bottom: 1.5em;
}
	
.ib_tb th,
.ib_tb td{
    display: list-item;
    border: none;
}

.ib_tb th{
	text-align: left;
	border-bottom: 2px solid #f7928a;
}

.ib_tb2,
.ib_tb2 th,
.ib_tb2 td{
    border-collapse:collapse !important;
    border:1px solid #000;
	font-size: 90%;
	width: 100%;
}

.pic_left img {
	width: 96%;
	display: block;
	margin: 0 auto 10px;
}

/*教育課程図表*/
.cu_1 {
	width: 100%;
}
.cu_1 img{ display:block; margin:auto; width:auto;}

.cu_1 p {
	background-color:#fdda4f;
	padding:5px;
	width: 90%;
	margin: 10px auto 0;
}
.cu_2 {
	display:none;
}
/*1年カリキュラム*/
table.cu1 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:80%;
	width: 100%;
}
table.cu1 th, table.cu1 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu1_e{ background-color:#fdda4f; }

/*2・3年カリキュラム*/
.cu_2_2, .cu_3{
	width: 100%;
}
.cu_2_2 img, .cu_3 img{ display:block; margin: 20px auto 10px; width:auto;}

.cu_2_2 p, .cu_3 p {
	background-color:#9ede3a;
	padding:5px;
	width: 90%;
	margin: auto;
}
table.cu2 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:80%;
	width: 100%;
}
table.cu2 th, table.cu2 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu2_e{ background-color:#9ede3a; }

table.cu3 {
	border-collapse:collapse;
    border:1px solid #000;
	font-size:80%;
	width: 100%;
}
table.cu3 th, table.cu3 td {
    border: 1px solid #000;
    padding: 2px;
}
.cu3_e{ background-color:#9ede3a; }
.cu_td1 {width:90%;}
.cu_td2 {width:10%;}
.cu_td3 {width:10%;}
.cu_td4 {width:80%;}

/*=====================================
    　　　　 入試情報
======================================*/

.ex_b {
	border: 2px solid #f7928a;
	padding: 10px;
}

.ib_tb td.ex_td { 
    border-bottom: 2px solid #f7928a;
	font-weight: bold;
}

.ex_at { margin-bottom: 0 }
.ex_at1 { margin-bottom: 20px; }
.url { word-wrap:break-word; display:block; }
table.ex_tb tr{	margin-bottom:0;}
td.ex_dot { border-bottom: 2px #f7928a dotted;}

/*=====================================
 サイトポリシーのインデント（スマホ用）
======================================*/
.sp01 { margin-left:-10px; }
.sp02 { margin-left:5px; }
.sp03 { margin-left:-25px; }
.sp_dd { margin-left:15px; }
.sp_ddd { margin-left:5px; }
.sp_p { text-indent:-1em; padding-left: 2em; }
/*=====================================
    　　　　　フッター
======================================*/

#footer {
	width: 100%;
	margin-top: 0;
	background-color: #004f9b;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 80%;
}


#footer p{
	color: #fff;
}

#footer p a{
	color: #fff;
	text-decoration: none;
}

#footer p a:hover{
	text-decoration: underline;
}

.small1, .small2 { display: none;}

.small3 { padding-left: 10px; padding-right: 10px; }




}

.table_01 {
    border-collapse:  collapse;
	width: 100%;
	font-size: 90%;
}

.table_01 p{font-size: 100%;margin-bottom: 0;}

.table_01 th,td {
    border: solid 1px;
	line-height: 1.5em;
    padding: 10px;
}


@media only screen and (max-width: 720px) {
.table_scroll table {
        width: 767px;}

.table_scroll {
        width: 100%;
        overflow-x: scroll;}
.table_scroll:before {
        content: "※ この表は横にスクロールできます。This table can be scrolled horizontally.";
        color: #ff0000;
        font-size: 0.8em;}
}
