/* Created by http://freehtml5templates.com */

/* reset */
* {
margin: 0;
padding: 0;
}

html {
    font-size : 75%;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
color: #222;
line-height: 1.4em;
}

/* layout */

#wrapper {
background: #FFF;
margin: 0 auto;
padding-bottom: 5px;
}

header {
/* width: 1000px; */
max-width: 1000px;
/* height: 150px; */
max-height: 150px;
margin: 0 auto;
}

nav {
margin: 0 auto;
clear: both;
}

nav .container{
/*
width: 100%;
padding: 0;
margin: 0;
*/
}

#program_list {
width: 1000px;
height: 240px;
margin: 0 auto;
overflow: hidden;
clear: both;
}

#program_list li {
/*width: 238px;*/
/*margin-right:15px;*/
float: left;
list-style: none;
padding: 5px;
}

#program_list li.last {
margin-right:0;
}

#main {
max-width: 1000px;
width: 100%;
margin: 20px auto 0 auto;
overflow: hidden;
clear: both;
}

#content {
float: left;
/*width: 740px;*/
width: 100%;
}

#sidebar {
float: left;
margin-right: 20px;
/*width: 230px;*/
width: 100%;
}

#sidebar_index {
float: right;
width: 240px;
margin-left: 20px;
}

#sidebar_index p {
width: 360px;
height: 100px;
margin-bottom: 10px;
}

#sidebar_index p a {
width: 240px;
height: 90px;
display: block;
}

footer {
clear: both;
background-color: #ffb000;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
}

h4 {
border-bottom: 2px dotted #cbcbcb;
color: #ff8a00;
}

h4 span {
font-weight: normal;
color: #222222;
}

a:link, a:visited {
	color:#222;
	text-decoration: underline;
}

a:hover, a:active {
	color: #666;
	text-decoration: underline;
}

a span {
display: none;
}

p {
margin-bottom: 18px;
}

img {
border: none;
}

/* nav */

#navbar {
width: 800px;
height: 50px;
padding: 0;
position: absolute;
top:100px;
}
#navbar ul {
width: 800px;
height: 50px;
margin: 0;
list-style: none;
line-height: normal;
}

/** HEADER */

header p#firstlearning_logo a {
width: 200px;
height: 150px;
position: absolute;
top: 0;
left: 0;
}

header p#firstlearning_logo a:hover {
text-decoration: underline;
}

header p.schoolName {
position: absolute;
top: 45px;
left:0;
margin: 0;
padding: 0;
}

header h1#topDescription {
font-size:0.9em;
font-weight:normal;
position: absolute;
top: 15px;
left:5px;
margin: 0;
padding: 0;
}

/*** navbar-fl ***/
.navbar-fl {
  background-color: #fff;
  /*border-color: #e7e7e7;*/
  margin-bottom:10px;
}
.navbar-fl .navbar-nav > li > a {
  color: #fff;
  font-weight:bold;
  font-size:1.1em;
  padding:0;
  text-decoration: none;
  background-color:#ffb000;
/*  border-left: 1px dotted #fff;*/
}
.navbar-fl .navbar-nav > li:first-child > a {
border-radius:5px 0 0 5px;
border-left: none;
}
.navbar-fl .navbar-nav > li:last-child > a {
border-radius:0 5px 5px 0;
}
.navbar-fl .navbar-nav > li > a:hover,
.navbar-fl .navbar-nav > li > a:focus {
  background-color:#ff8800;
}
.navbar-fl .navbar-nav > .active > a,
.navbar-fl .navbar-nav > .active > a:hover,
.navbar-fl .navbar-nav > .active > a:focus {
  background-color:#ff8800;
}
.navbar-fl .navbar-nav > .disabled > a,
.navbar-fl .navbar-nav > .disabled > a:hover,
.navbar-fl .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-fl .navbar-toggle {
  border-color: #ffb000;
  background-color: #ffb000;
  padding:5px 5px 0 5px;
  margin-top:0;
}
.navbar-fl .navbar-toggle:hover,
.navbar-fl .navbar-toggle:focus {
  background-color: #ff8800;
}
.navbar-fl .navbar-toggle .icon-text {
  color: #fff;
  font-size:9px;
  font-weight: bold;
  display: block;
  text-align:center;
  padding:0;
}
.navbar-fl .navbar-toggle .icon-bar-wrapper {
  display: block;
  float:left;
  padding:0.2em 0 0 0.3em;
}
.navbar-fl .navbar-toggle .icon-bar {
  background-color: #fff;
  width:30px;
}
.navbar-fl .navbar-collapse,
.navbar-fl .navbar-form {
/*  border-color: #e7e7e7;*/
}
.navbar-fl .navbar-nav > .open > a,
.navbar-fl .navbar-nav > .open > a:hover,
.navbar-fl .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #ff8800;
}

.navbar-fl .navbar-nav .open .dropdown-menu {
background-color:#f7f7f7;
}
.navbar-fl .navbar-nav .open .dropdown-menu > li > a {
text-decoration:none;
background-color:#f7f7f7;
}
.navbar-fl .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-fl .navbar-nav .open .dropdown-menu > li > a:focus {
background-color:#f9e8c3;
}
.navbar-fl .navbar-nav .open .dropdown-menu > .active > a,
.navbar-fl .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-fl .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-fl .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-fl .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-fl .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}

.navbar-fl .navbar-link {
  color: #777;
}
.navbar-fl .navbar-link:hover {
  color: #333;
}
.navbar-fl .btn-link {
  color: #777;
}
.navbar-fl .btn-link:hover,
.navbar-fl .btn-link:focus {
  color: #333;
}
.navbar-fl .btn-link[disabled]:hover,
fieldset[disabled] .navbar-fl .btn-link:hover,
.navbar-fl .btn-link[disabled]:focus,
fieldset[disabled] .navbar-fl .btn-link:focus {
  color: #ccc;
}


/** ARTICLES **/

#content p, ul, ol, dl, hr {
margin-bottom: 24px;
line-height:1.8em;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
margin: 0 0 10px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer widget blocks */

#footer-area {
color:#fff;
font-size: 0.9em;
max-width: 1000px;
margin: 0 auto;
padding: 18px 0;
overflow: hidden;
}

#footer-area a:link {
color:#fff;
}

#footer-area .footer_logo {
float: left;
}

.footer-segment {
float: left;
margin-right: 20px;
width: auto;
}

footer aside h4 {
font-size: 1.2em;
line-height: 1.5em;
margin: 0 0 3px 0;
}

footer a:link, footer a:visited {
color:#fff;
}

footer a:hover {
text-decoration: none;
}

#footer-outer-block {
position: relative;
}

#copyright {
	text-align: right;
	/*position: absolute;*/
	top:0;
	right: 0;
}

/* index */

#index_upper {
	width:1000px;
	min-height:300px;
	clear:both;
	overflow:hidden;
}

#index_concept {
	float:left;
	overflow:hidden;
	text-align:left;
}
#index_concept h3 {
	font-size: 1.6em;
	color: #ff9000;
	text-shadow: 3px 3px 5px #eee;
}
#index_concept h3 span {
	display: block;
	font-size:0.9em;
}
#index_concept p {
	font-size:1.1em;
}
#index_concept p {
	line-height: 1.8em;
	padding-left: 0.5em;
}

#whatsNew{
	/*height: 290px;*/
	background-color: #FFF;
	border-bottom: 2px solid #EEE;
	margin-bottom:20px;
	float:left;
}

#whatsNew h2{
	margin:0;
	padding:0;
	border-top: 2px solid #ffb000;
	border-bottom: 1px dotted #999;
}

#whatsNew ul{
	margin: 0;
	padding: 5px 0 0 8px;
	overflow: auto;
}

#whatsNew li{
	line-height: 1.5em;
	margin-bottom: 0.7em;
	list-style: none;
}

#whatsNew li span{
	color: #666666;
	font-size: 1em;
}

#whatsNew li a{
	color: #333333;
	background: url("../images/arrow_news.gif") no-repeat right 2px;
	padding-right: 18px;
}
#whatsNew li a:hover{
	color: #666666;
}

#whatsNew li strong{
	color: #ff8a00;
	background: url("../images/treeWhatsNew.gif") no-repeat 0 0;
	padding: 2px 0 0 18px;
}

#whatsNew li strong a{
	color: #ff8a00;
}

#school-diary{
	width: 400px;
	margin-top:10px;
}

#indexLower {
	max-width:1000px;
	min-height:340px;
	padding:19px;
	clear:both;
	overflow:hidden;
	background-color:#f9f7f4;
	border:1px solid #e3e3e3;
}

#topFeature {
	max-width: 380px;
	height:260px;
	margin-bottom:20px;
	padding:14px;
	background-color:#fff;
	border:1px solid #e3e3e3;
	float: left;
}

#topNetwork {
	margin-bottom:20px;
	padding:14px;
	background-color:#fff;
	border:1px solid #e3e3e3;
	float: left;
}
#topNetwork h2 {
	border-bottom:1px dotted #999;
}

#topCurriculum {
	max-width: 960px;
	height:auto;
	padding:14px;
	background-color:#fff;
	border:1px solid #e3e3e3;
	clear:both;
	overflow:hidden;
}

/* content */

#breadcrumb {
	width:740px;
	height:25px;
	margin-bottom:0;
	padding: 0 0 10px 0;
	display:block;
	list-style:none;
}
#breadcrumb > li {
	font-size:0.9em;
	background-image:url("../images/arrow_list.gif");
	background-position:1px 6px;
	background-repeat:no-repeat;
	padding-left:18px;
	float:left
}
#breadcrumb > li.home {
	background-image:url("../images/icon_home.gif");
	background-position:0 5px;
}

#content h2 {
font-size:1.5em;
background-image:url("../images/bg_h1.gif");
background-position:0 0;
background-repeat:no-repeat;
width:100%;
margin-top:0.3em;
padding:0.5em 0 0.4em 75px;
border-bottom:1px solid #999;
display:block;
}

#content h2 span {
font-size:0.8em;
text-align:left;
padding-left:0.5em;
}

#content h3 {
font-size:1.2em;
background-image:url("../images/bg_h2.gif");
background-position:0 0;
background-repeat:no-repeat;
width:100%;
padding:0.3em 0 0.2em 45px;
border-bottom:1px dotted #999;
display:block;
clear:both;
}

#content h4 {
font-size:1.2em;
}

#content h5 {
font-size:1.1em;
}

#content p {
line-height:1.8em;
padding-left:5px;
}

#content p.comment {
font-size:0.9em;
text-indent:-1em;
margin-left:2em;
}

article ul {
padding-left:30px;
}

article ol {
list-style:decimal;
padding-left:30px;
}
article ol li {
padding: 0.5em 0;
position:relative;
}

dl {
padding:0 0.5em;
}
dt {
font-weight:bold;
}
dd {
line-height:1.8em;
margin-bottom:1em;
}

dl.newsbox dt {
	width: 10em;
	padding: 13px 10px 18px 10px;
	background:url("../images/arrow_news.gif") no-repeat right 16px;
	clear: both;
	float: left;
}
dl.newsbox dd {
	padding: 13px 0 18px 12em;
	border-bottom: 1px dotted #cccccc;
}

dl.faq dt,
dl.info dt {
	color: #ff8a00;
}
dl.faq dd {
	line-height: 1.6em;
	padding: 13px 0 18px 3em;
	border-bottom: 1px dotted #cccccc;
}
dl.info dd {
	line-height: 1.6em;
	padding: 13px 0 18px 0.5em;
	border-bottom: 1px dotted #cccccc;
}

dl.application {
	border:2px solid #ff8a00;
	background-color:#f9e8c3;
	width: 500px;
	margin: 20px auto;
	padding:1em;
	display:block;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}

dl.message {
	border:2px solid #ff8a00;
	background-color:#f9e8c3;
	width: auto;
	margin: 20px auto;
	padding:1em;
	display:block;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
}
dl.application dt,
dl.message dt {
	color: #ff8a00;
}
dl.application dd,
dl.message dd {
	margin-bottom:0;
	padding: 13px 0 18px 1em;
}

dl.voice dt{
	background-image: url("../info/images/iconVoice.gif");
	background-repeat: no-repeat;
	padding: 3px 0 0 35px;
	background-position: left center;
}
dl.voice dd{
	padding-bottom:0.5em;
	border-bottom: 1px dotted #cccccc;
}

/*----------------------------------------------------
    .feature
----------------------------------------------------*/
table.feature {
	width: 100%;
	margin-bottom: 15px;
}

    .feature caption{
		font-size:1.45em;
		font-weight:bold;
		color: #ff9000;
		text-shadow: 3px 3px 5px #eee;
	}

    .feature caption span{
		font-size:0.8em;
		padding:0.3em 0;
		line-height:1.5em;
	}
    .feature th,
    .feature td{
		vertical-align: middle;
		padding: 10px 15px;
		border-radius: 7px;
		line-height:1.5em;
    }
    .feature td strong{
		font-size:1.1em;
    }


table.contents {
	margin-bottom:20px;
	border-collapse:collapse;
	border-top: 1px solid #CCC;
}
table.contents th,
table.contents td {
	padding:1em;
	border-bottom: 1px solid #CCC;
	vertical-align:top;
}
table.contents th {
	color:#FFF;
    background: #ff9900;
}

table.staff {
	width:100%;
	margin-bottom:30px;
	border-collapse:collapse;
}
table.staff td {
	padding:0.5em;
	border-bottom: 1px solid #CCC;
}
table.data{
	background-color: #ffffff;
	border: 1px solid #999999;
}
table.data th,
table.data td{
	padding:0.5em;
	border: 1px solid #999999;
}
table.data th {
	color:#FFF;
    background: #ff9900;
}
table.data th.center,
table.data td.center{
	text-align: center;
}

#content p.pagetop {
font-size:0.9em;
margin:1em 0;
padding:0;
float:right;
display:block;
clear:both;
}
#content .pagetop a {
height:20px;
padding:0 0 0 15px;
background:url("../images/arrow_top.gif") no-repeat 0 3px;
display:block;
cursor:pointer;
}

ul.vertical {
	padding:0 0 10px 10px;
	clear:both;
	overflow:hidden;
	list-style:none;
}
ul.vertical li {
	line-height:1.8em;
	margin-right:20px;
	padding-left:23px;
	background:url("../images/arrow_right.gif") no-repeat 5px 5px;
}

ul.horizontal {
	padding:10px 5px;
	clear:both;
	overflow:hidden;
	list-style:none;
}
ul.horizontal li {
	line-height:1.8em;
	margin-right:20px;
	padding-left:16px;
	float:left;
	display:block;
	background:url("../images/arrow_right.gif") no-repeat 0 5px;
}

ol.number {
	padding:0;
	clear:both;
	overflow:hidden;
	list-style:none;
}
ol.number li {
	line-height:1.8em;
	margin-right:5px;
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: 0 3px;
}
ol.number li.number01 {
	background-image: url("../images/list_number01.gif");
}
ol.number li.number02 {
	background-image: url("../images/list_number02.gif");
}
ol.number li.number03 {
	background-image: url("../images/list_number03.gif");
}
ol.number li.number04 {
	background-image: url("../images/list_number04.gif");
}
ol.number li.number05 {
	background-image: url("../images/list_number05.gif");
}
ol.number li.number06 {
	background-image: url("../images/list_number06.gif");
}
ol.number li.number07 {
	background-image: url("../images/list_number07.gif");
}
ol.number li.number08 {
	background-image: url("../images/list_number08.gif");
}
ol.number li.number09 {
	background-image: url("../images/list_number09.gif");
}
article ol.number li {
background-position:0 0.7em;
}

strong.catch {
	color: #ff8a00;
	font-size:1.2em;
}

/* sideber */
#sidebar h2 {
	/*width:210px;*/
	width:100%;
	padding:9px 9px 0 9px;
	border-top: 1px solid #ffb800;
	border-right: 1px solid #ffb800;
	border-left: 1px solid #ffb800;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	color:#FFF;
	font-size:1.3em;
	font-weight:bold;
	margin: 0;
}
#sidebar h2 span {
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	widht:180px;
	padding:20px 15px;
	background-color:#ffb000;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	display:block;
}
#sidebar ul {
	/*width:210px;*/
	width:100%;
	padding:0 9px 9px 9px;
	border-right: 1px solid #ffb800;
	border-left: 1px solid #ffb800;
	border-bottom: 1px solid #ffb800;
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	list-style:none;
}
#sidebar ul li {
	border-bottom:1px dotted #999;
}
#sidebar ul li a {
	widht:190px;
	padding:15px 10px;
	background-color:#f7f7f7;
	display:block;
	text-decoration:none;
}
#sidebar ul li a.active,
#sidebar ul li a:hover {
	background-color:#f9e8c3;
	display:block;
	text-decoration:none;
}
#sidebar ul li ul {
	background-color:#f9e8c3;
	width:215x;
	margin:0;
	padding:0;
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
#sidebar ul li ul li {
	font-size:0.8em;
	border-bottom:none;
}
#sidebar ul li ul li a {
	widht:190px;
	padding:7px 10px 7px 35px;
	background:#f9e8c3 url("../images/arrow_right.gif") no-repeat 15px 13px;
	display:block;
}

#sidebar li.sideTel{
	color: #ff8a00;
	font-weight: bold;
	font-size: 18px;
	line-height:1.2em;
	background-image: url("../images/icon_telephone.gif");
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 10px 0 10px 50px;
}

#sidebar li.sideTel span{
	color: #333333;
	font-weight: normal;
	font-size: 11px;
	_font-size: 60%;
}

#sidebar li.sideContact a{
	color: #222222;
	font-weight: bold;
	font-size: 1.2em;
	background-color:#ffffff;
	background-image: url("../images/icon_mail.gif");
	background-repeat: no-repeat;
	background-position: left 10px;
	padding: 20px 0 18px 50px;
}
#sidebar li.sideContact a:hover{
	color: #666666;
}
/* ============================= form ============================= */

form table {
	vertical-align: top;
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	margin: 20px 0;
}
form th,
form td {
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	border: 1px #CCCCCC solid;
	padding: 10px;
}
form th {
	white-space: nowrap;
	background-color: #ffddab;
}
form tr.hasErrors th,
form tr.hasErrors td {
	background-color: #FEEAEA;
}
form tr.form_button td {
	background-color: #5bb40d;
}
div.formErrors ul {
	margin-top: 12px;
}

div.formErrors ul li {
	color: red;
}


/* ============================= contact form ============================= */
form.contactForm input[type="text"] {
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0;
	padding:5px;
	border:1px solid #CCC;
}
form.contactForm select {
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0;
	padding:1px;
	border:1px solid #CCC;
}
form.contactForm textarea {
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	height:160px;
	background-color:#FFF;
	margin:0;
	padding:5px;
	border:1px solid #CCC;
	overflow:auto;
}
form.contactForm .bg {
	background:#fff;
	position:relative;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
}
form.contactForm table {
	width:100%;
}
form.contactForm table th {
	white-space: normal;
	width: 28%;
}
form.contactForm table td select.chosen {
	width: 80%;
}
form.contactForm table td label.required {
	background: transparent;
	padding: 0;
	display: inline;
}
input[type=button], input[type=reset], input[type=submit], button[type=submit], button[type=reset] {
	padding: 5px;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
 	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
 	-moz-box-shadow: 1px 1px 2px #E7E7E7;
 	-webkit-box-shadow: 1px 1px 2px #E7E7E7;
	border:1px solid #999;
	cursor:pointer;
}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, button[type=submit]:hover, button[type=reset]:hover {
	padding: 5px;
	background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
	border:1px solid #999;
}

/* お問合せフォーム
---------------------------------------------------- */
fieldset {
  margin: 10px 0;
  padding: 5px;
  border-width: 1px;
  border-color: #999999;
  border-style: dotted none none none;
}
legend {
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0 0 0 -10px;
	padding: 5px;
}
label {
	font-weight:normal;
	line-height:1em;
}
.label {
	font-weight:normal;
  clear: left;
  display: block;
  padding-top: 0.7em;
  float: left;
  width: 100px;
  height: 25px;
  line-height: 1em;
}
.control {
  display: block;
  margin: 0 0 0 100px;
  padding-top: 0.5em;
  line-height: 1em;
}
input, select, textarea, button[type=submit], button[type=reset] {
  vertical-align: middle;
  color: #696969;
}
input:focus {
	background-color: #e7e7e0;
}
textarea:focus {
	background-color: #e7e7e0;
}
input[type=checkbox] {
	vertical-align:top;
}
input#addr1,
input#mail,
textarea#comment {
	width:95%;
}
p.thankyou {
	font-weight: bold;
	text-align: center;
	padding: 150px 0;
	width: 700px;
}
.errmsg {
  color: red;
  display: block;
  margin: 0 0 0 120px;
  padding-top: 0.5em;
  line-height: 1em;
}
.errmsg_global {
  background-color: red;
  color: white;
}
p.submit {
	text-align: center;
}
p.submit input{
	text-align: center;
}

fieldset h5{
	font-size:1.1em;
	margin-top: 1.5em;
}

fieldset th{
	width: 20%;
}


/* お問合せアイテム
---------------------------------------------------- */
li span.Tel{
	color: #ff8a00;
	font-weight: bold;
	font-size: 1.3em;
	background-image: url("../images/icon_telephone.gif");
	background-repeat: no-repeat;
	background-position: left middle;
	display: block;
	height:45px;
	padding: 10px 0 10px 50px;
}

li span.Fax{
	color: #ff8a00;
	font-weight: bold;
	font-size: 18px;
	background-image: url("../images/icon_fax.gif");
	background-repeat: no-repeat;
	background-position: left middle;
	display: block;
	height:45px;
	padding: 10px 0 10px 50px;
}

a.Contact{
	color: #ff8a00;
	font-weight: bold;
	font-size: 1.3em;
	background-image: url("../images/icon_mail.gif");
	background-repeat: no-repeat;
	background-position: left middle;
	display: block;
	height:45px;
	padding: 10px 0 10px 50px;
}

a.Pdf{
	background-image: url("../images/icon_pdf.gif");
	background-repeat: no-repeat;
	background-position: right 0;
	padding: 0 15px 5px 5px;
}

div.curriculum{
	max-width: 930px;
}

div.curriculum div{
	max-width:300px;
	/*height:290px;*/
	padding: 10px;
	border-radius: 6px; /* CSS3草案 */
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */
	-moz-border-radius: 6px; /* Firefox用 */
	float:left;
}

div.curriculum div h3,
div.curriculum div li{
	color: #ffffff;
	font-size: 14px;
}

div.curriculum div ul{
	margin-left: 18px;
	list-style: disc;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.img-responsive-sp {
	display:block;
	max-width:35%;
	height:auto;
}

.tel-link,
a.tel-link {
	text-decoration:none;
}

#back-top {
	z-index:500;
	position:relative;
}
#back-top #pagetop {
	display:block;
	overflow:hidden;
	width:45px;
	height:45px;
}
#back-top a {
	display:block;
	overflow:hidden;
	position:fixed;
	bottom:20px;
	right:20px;
}

@media only screen and (min-width: 480px) {
.img-responsive-768 {
	display: block;
}
.img-responsive-480 {
	display: none;
}
}

@media only screen and (max-width: 479px) {
.img-responsive-768 {
	display: none;
}
.img-responsive-480 {
	display: block;
}
}

.btn {
	margin-bottom:10px;
}
a.btn,
a.btn:hover, a.btn:focus, a.btn.focus, a.btn:active, a.btn.active {
	text-decoration:none;
}
a.btn-contact {
	color:#fff;
	font-size:1.1em;
	background-color:#ed2b25;
	border-color:#ed2b25;
}
.btn-contact:hover, .btn-contact:focus, .btn-contact.focus, .btn-contact:active, .btn-contact.active, .open>.dropdown-toggle.btn-contact {
	color:#fff;
	background-color:#cc0000;
	border-color:#cc0000;
}
.btn-activity,
a.btn-activity {
	color:#fff;
	background-color:#00b3cf;
	border-color:#00b3cf;
}
.btn-activity:hover, .btn-activity:focus, .btn-activity.focus, .btn-activity:active, .btn-activity.active, .open>.dropdown-toggle.btn-activity {
	color:#fff;
	background-color:#00a3bc;
	border-color:#00a3bc;
}
.btn-lesson,
a.btn-lesson {
	color:#fff;
	background-color:#71a11e;
	border-color:#71a11e;
}
.btn-lesson:hover, .btn-lesson:focus, .btn-lesson.focus, .btn-lesson:active, .btn-lesson.active, .open>.dropdown-toggle.btn-lesson {
	color:#fff;
	background-color:#648e1a;
	border-color:#648e1a;
}
.btn-study,
a.btn-study {
	color:#fff;
	background-color:#d2a810;
	border-color:#d2a810;
}
.btn-study:hover, .btn-study:focus, .btn-study.focus, .btn-study:active, .btn-study.active, .open>.dropdown-toggle.btn-study {
	color:#fff;
	background-color:#cc9900;
	border-color:#cc9900;
}
.btn-creative,
a.btn-creative {
	color:#fff;
	background-color:#f23a96;
	border-color:#f23a96;
}
.btn-creative:hover, .btn-creative:focus, .btn-creative.focus, .btn-creative:active, .btn-creative.active, .open>.dropdown-toggle.btn-creative {
	color:#fff;
	background-color:#e12d73;
	border-color:#e12d73;
}
.btn-event,
a.btn-event {
	color:#fff;
	background-color:#e04d29;
	border-color:#e04d29;
}
.btn-event:hover, .btn-event:focus, .btn-event.focus, .btn-event:active, .btn-event.active, .open>.dropdown-toggle.btn-event {
	color:#fff;
	background-color:#c94727;
	border-color:#c94727;
}
.btn-select,
a.btn-select {
	color:#fff;
	background-color:#c19c5a;
	border-color:#c19c5a;
}
.btn-select:hover, .btn-select:focus, .btn-select.focus, .btn-select:active, .btn-select.active, .open>.dropdown-toggle.btn-select {
	color:#fff;
	background-color:#a88648;
	border-color:#a88648;
}
.text-activity {
	color:#00b3cf;
}
.text-lesson {
	color:#71a11e;
}
.text-study {
	color:#d2a810;
}
.text-creative {
	color:#f23a96;
}
.text-event {
	color:#c19c5a;
}
.text-select {
	color:#e04d29;
}

.telephone {
font-size:1.7em;
font-weight: bold;
padding:5px 0 0 50px;
background:url("../images/icon_telephone.gif") no-repeat 0 0;
}

.telephone span {
font-size:0.5em;
font-weight: normal;
display: block;
}

.telephone-two {
font-size:1.1em;
font-weight: bold;
line-height:1.5em;
padding-left:50px;
background: url("../images/icon_telephone.gif") no-repeat 0 0;
display: block;
}