@charset "UTF-8";
/*
このCSSはSASS+Compassでコンパイルされています。
Sass 3.4.9
Compass 1.0.1
元ファイル　../sass/style.scss
*/
/*クリアフィックス*/
.col3 .top_nyushi, #site-footer {
 *zoom: 1;
}
.col3 .top_nyushi:after, #site-footer:after {
	content: "";
	display: table;
	clear: both;
}
/*フォントファミリー*/
/************************************************************************
* 基本
*************************************************************************/
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", "sans-serif";
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
	background: #f2f1f1;
	color: #222;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	clear: both;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "Verdana", "Helvetica", "Arial", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 130%;
	letter-spacing: 1px;
}
p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 160%;
}
a {
	overflow: hidden;
	outline: none;
}
a:link, a:visited {
	color: #4e4e80;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	font-style: normal;
	line-height: 0px;
	font-weight: normal;
	font-variant: normal;
	width: 100%;
}
/* Clearfix
------------------------------ */
.clearfix {
	zoom: 1;
}
.clearfix:before {
	content: "";
	display: table;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/************************************************************************
* ヘッダー
*************************************************************************/
#site-header {
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	background: #FFFFFF;
}
@media (max-width: 1100px) {
#site-header {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	padding: 15px;
	z-index: 1000;
}
}
#site-header .header {
	position: relative;
	height: 100px;
}
@media (max-width: 1100px) {
#site-header .header {
	height: auto;
}
}
#site-header h1 {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 77px;
	width: 190px;
}
@media (max-width: 1100px) {
#site-header h1 {
	height: auto;
	left: auto;
	position: relative;
	top: auto;
	width: 110px;
}
}
#site-header .bg20th {
	background: url(../images/common/logo20th2.gif) no-repeat 210px 12px;
}
#site-header .navi {
	position: absolute;
	right: 40px;
	top: 35px;
	font-weight: bold;
	width: 836px;
	height: 30px;
}
@media (max-width: 1100px) {
#site-header .navi {
	height: auto;
	position: relative;
	right: auto;
	width: 100%;
}
}
#site-header .navi li {
	float: left;
	list-style-type: none;
}
/* 20周年ロゴ追加用に設定上書き・不要になったら削除 */
.fixed {
	position: fixed;
	text-align: center;
	color: #777;
	z-index: 10;
}
@media (max-width: 680px) {
.fixed {
	position: relative;
}
}
.fixed strong {
	margin-top: 1.5em;
	display: block;
}
/************************************************************************
* コンテンツエリア
*************************************************************************/
/* SNSボタン
------------------------------ */
#sns_navi {
	position: fixed;
	right: 0;
	z-index: 999;
	top: 150px;
}
#sns_navi img {
	border: medium none;
}
#sns_navi li {
	list-style-type: none;
	border: medium none;
	margin-bottom: 5px;
}
/************************************************************************
* グリットレイアウト
*************************************************************************/
#container {
	padding: 5px 5px 0 5px;
	clear: both;
}
@media (max-width: 680px) {
#container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
}
}
.centered {
	margin: 0 auto;
}
.box {
	margin: 5px;
	line-height: 1.4em;
	float: left;
	position: relative;
}
@media (max-width: 680px) {
.box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	width: 100%;
}
.box a {
	display: block;
}
.box h2 {
	overflow: hidden;
}
.box h2 img {
	width: auto;
}
}
.waku {
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
.box img {
	display: block;
	width: 100%;
}
.colorW {
	color: #FFFFFF;
}
.colorW a:link, .colorW a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.colorW a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* サイズ
------------------------------ */
.col1 {
	width: 220px;
	font-size: 80%;
}
@media (max-width: 680px) {
.col1 {
	width: 100%;
}
}
.col2 {
	width: 450px;
	font-size: 80%;
}
@media (max-width: 680px) {
.col2 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.col2 img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
}
.col3, .col4 {
	width: 910px;
}
@media (max-width: 680px) {
.col3, .col4 {
	width: 100%;
}
}
.col1 img {
	max-width: 220px;
}
@media (max-width: 680px) {
.col1 img {
	height: auto;
	max-width: 100%;
}
}
.col2 img {
	max-width: 450px;
}
@media (max-width: 680px) {
.col2 img {
	max-width: 100%;
}
}
.col3 img {
	max-width: none;
}
@media (max-width: 680px) {
.col3 img h2 {
	overflow: hidden;
	width: 100%;
}
.col3 img h2 img {
	height: auto;
}
}
.col4 img {
	max-width: 100px;
}
/* テキスト
------------------------------ */
.col1 P {
	position: absolute;
	width: 200px;
	left: 10px;
	bottom: 10px;
	font-size: 90%;
}
@media (max-width: 680px) {
.col1 P {
	left: 15px;
	width: 100%;
	vertical-align: middle;
}
.col1 P a {
	display: inline-block;
	vertical-align: middle;
}
}
.col2 P {
	position: absolute;
	width: 430px;
	left: 10px;
	bottom: 10px;
	font-size: 90%;
}
@media (max-width: 680px) {
.col2 P {
	width: auto;
	bottom: 10px;
	left: 15px;
	line-height: 1.5;
	vertical-align: middle;
}
.col2 P a {
	display: inline-block;
	vertical-align: middle;
}
}
/* 新着情報
------------------------------ */
.top_topi dl {
	clear: none;
}
.top_topi dl dt {
	float: left;
}
.top_topi dl span {
	float: left;
	margin: 0 0 0 18px;
	padding: 0;
}
@media (max-width: 680px) {
.top_topi dl span {
	margin-left: 0;
}
}
.top_topi dl img {
	margin: 0;
	padding: 0;
}
.top_topi dl dd {
	margin: 0 0 0 0px;
	padding: 0;
}
.topiOpen {
	background: url(../images/common/icon_open.gif) no-repeat;
	width: 100px;
	height: 18px;
}
.topiKengaku {
	background: url(../images/common/icon_kengaku.gif) no-repeat;
	width: 100px;
	height: 18px;
}
.topiEvent {
	background: url(../images/common/icon_event.gif) no-repeat;
	width: 100px;
	height: 18px;
}
.topiNews {
	background: url(../images/common/icon_news.gif) no-repeat;
	width: 100px;
	height: 18px;
}
.topiInfo {
	background: url(../images/common/icon_info.gif) no-repeat;
	width: 100px;
	height: 18px;
}
.col4 .top_topi {
	background: url(../images/top/top_topi.gif) no-repeat left top;
	height: 170px;
	padding: 25px 0 0 0;
	font-size: 80%;
}
@media (max-width: 680px) {
.col4 .top_topi {
	background: #FF7900;
	height: auto;
}
}
.col4 .top_topi dl {
	line-height: 140%;
}
@media (max-width: 680px) {
.col4 .top_topi dl {
	margin-bottom: 1em;
}
}
.col4 .top_topi dl dt {
	margin: 0 10px 0 120px;
	float: left;
}
@media (max-width: 680px) {
.col4 .top_topi dl dt {
	margin-left: 1em;
}
}
.col4 img {
	width: 100px;
	float: left;
}
.col4 .top_topi dl dd {
	margin: 0 0 10px;
	padding: 0 0 5px 352px;
	_display: inline-block;
}
@media (max-width: 680px) {
.col4 .top_topi dl dd {
	clear: left;
	display: block;
	padding-left: 1em;
	padding-right: 1em;
}
}
.col4 .top_topi dd a:link, .col4 .top_topi dd a:visited {
	color: #4e4e80;
	text-decoration: underline;
}
@media (max-width: 680px) {
.col4 .top_topi dd a:link, .col4 .top_topi dd a:visited {
	color: #fff;
}
}
.col4 .top_topi dd a:hover, .col4 .top_topi dd a:active {
	color: #333333;
	text-decoration: none;
}
/* 入試情報
------------------------------ */
.col3 .top_nyushi {
	margin-top: 10px;
}
@media (max-width: 680px) {
.col3 .top_nyushi {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	margin-top: 0;
	width: 100%;
}
}
.col3 .top_nyushi li {
	width: 177px;
	float: left;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	-moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	margin-left: 6px;
}
@media (max-width: 680px) {
.col3 .top_nyushi li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	margin-left: auto;
	width: 50%;
}
.col3 .top_nyushi li img {
	height: auto;
	width: 100%;
}
}
.col3 .top_nyushi .ml0 {
	margin: 0;
}
/************************************************************************
* フッターエリア
*************************************************************************/
#site-footer {
	background: #f1f1f1;
	clear: both;
	margin: 20px auto;
	padding-top: 10px;
	line-height: 30px;
	width: 915px;
}
@media (max-width: 680px) {
#site-footer {
	width: 100%;
}
}
#site-footer .footerData {
	clear: both;
	margin-bottom: 10px;
	padding-top: 15px;
}
#site-footer .footerData dl {
	float: left;
	width: 880px;
	font-size: 0.8em;
	line-height: 1.3;
}
#site-footer .footerData dt {
	float: left;
	width: 200px;
}
#site-footer .footerData dd {
	padding: 27px 0 0 210px;
}
#site-footer p {
	font-size: 80%;
}
#site-footer .navLine {
	margin-bottom: 30px;
	font-size: 90%;
}
#site-footer .navLine ul li {
	float: left;
	width: 157px;
	padding: 0 10px 0 15px;
	background: url(../images/common/icon01.gif) no-repeat 0 0.4em;
}
#site-footer .navLine ul li ul {
	padding-top: 0.5em;
	font-size: 0.75em;
}
#site-footer .navLine ul li ul li {
	float: none;
	margin-bottom: 0.3em;
	padding: 0;
	background: none;
	font-weight: normal;
}
#site-footer a:link, #site-footer a:visited {
	color: #4e4e80;
	text-decoration: none;
}
.tel {
	background: url(../images/common/icon_tel.gif) no-repeat;
	padding: 0 0 0 25px;
}