@charset "UTF-8";

/* タイトル */
#title{
 width: 100%;
 height: 100%;
 font-size: 2.2em;
 font-family: HG丸ｺﾞｼｯｸM-PRO;
 background-image: url(../img/winter1.png);
 background-size: 100% auto;
 background-repeat: no-repeat;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #40b2ed;
 line-height:1.2em;
}

#title h2{
 font-weight: normal;
 margin-top: 0px;
 margin-bottom: 0px;
 text-shadow: 1px 1px 1px #ffffff;
 font-size: 1.8em;
 line-height: 1.2em;
 font-family: HG丸ｺﾞｼｯｸM-PRO;
 text-align: center;
}

#date{
 font-size: 0.5em;
 float: right;
 line-height: 1.2em;
 color: red;
}

/* ナビゲーション */
#winter nav h2{
 text-align: center;
 background-color: darkblue;
 color: white;
}

#nav-tutor{
       margin: 0px 3px;
	padding: 0px 7px;
       background-color: #d2eaff;
       -webkit-border-radius: 15px;
       border-radius: 15px;
}

#nav-tutor h3{
     margin-top: 10px;
}

#nav-tutor ul{
    margin: -10px 0px 0px 0px;
    padding: 0;
    list-style: none;
    text-align: center;
}

#nav-tutor ul:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
}

#nav-tutor ul li{
	float: left;
	width: 68px;
	margin-left: 3px;
	margin-right: 3px;
	min-height: 36px;
}

#nav-tutor ul li a{
	display: block;
	padding-top: 70px;
	padding-bottom: 2px;
	min-height: 36px;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 1.1;
}

#nav-group{
       margin: 0px 3px;
	padding: 0px 7px;
       background-color: #d5ffe2;
       -webkit-border-radius: 15px;
       border-radius: 15px;
}

#nav-group h3{
     margin-top: 10px;
}

#nav-group ul{
    margin: -20px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    list-style: none;
	text-align: center;
}

#nav-group ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#nav-group ul li{
	float: left;
	width: 300px;
       height: 45px;
	margin-left: 3px;
	margin-right: 3px;
	min-height: 36px;
}
#nav-group ul li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 2px;
	min-height: 36px;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 1.1;
}

#nav-others{
	margin: 0px 3px;
	padding: 0px 7px;
       background-color: #fffeca;
       -webkit-border-radius: 15px;
       border-radius: 15px;
}

#nav-others h3{
     margin-top: 10px;
}

#nav-others ul{
    margin: -10px 0px 0px 0px;
    padding: 0;
    list-style: none;
	text-align: center;
}

#nav-others ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#nav-others ul li{
	float: left;
	width: 68px;
	margin-left: 3px;
	margin-right: 3px;
	min-height: 36px;
}
#nav-others ul li a{
	display: block;
	padding-top: 70px;
	padding-bottom: 2px;
	min-height: 36px;
	text-align: center;
	color: #000;
	text-decoration: none;
	line-height: 1.1;
}

/* メインコンテンツ */
#winter #main{
    padding: 0;
}

img, img a{
    border: none !important;
}

/* フッター */

#footerNav{
  border-top: 1px solid #40b2ed;
  background-color: #e2f3ff;
  padding-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}

#footerNav ul{
	list-style: none;
	margin-bottom: -5px;
	margin-top: -5px;
	padding: 0;
}

#footerNav ul:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#footerNav ul li{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#footerNav ul li a{
	display: inline-block;
	color: #000;
	width: 56px;
	text-decoration: none;
	text-align: center;
	padding-top: 70px;
	text-transform: capitalize;
}

#footerExtra1{
	background-color: #0066cc;
       diplay: block;
}

#footerMain{
	padding-bottom: 6px;
	padding-top: 5px;
}

#footerMain p{
	text-align: center;
	font-size: 10px;
	margin: 0;
}

/* サイドバー領域 */

#hpb-aside{
    margin: 10px 14px 10px 14px;
}

#hpb-aside h3 .en{
	text-transform: uppercase;
}

#banner ul{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

#banner ul li{
    margin-bottom: 3px;
    line-height: 1.1;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	-webkit-border-radius: 5px;
	padding: 0;
}

#banner ul li a{
    background-color: transparent;
    background-image : url(arrow2_00_18.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding: 8px 10px 8px 18px;
	display: block;
    text-decoration: none;
    font-size: 12px;
	color: #000;
}

/* PC版からの変換対応 */

#main #pagetop,
#footerExtra1 #pagetop{
	display: none;
}

hr{
   border-width: 1px 0px 0px 0px;
   border-style: solid;
   border-color: #ccc;
   height: 1px;
   margin-left: 10px;
   margin-right: 10px;
}

#winter form{
  text-align: center;
}
#winter form h3{
  text-align: left;
}
#winter form h4{
  text-align: left;
}
#winter form p{
  text-align: left;
}

