@charset "utf-8";
/*
Theme Name: sp.kotoba
Theme URI: http://sp.kotoba.ac.jp
Description: 国際ことば学院 外国語専門学校のテーマ
Author: Keisuke Aizawa
Version: 1.0
*/


/*====================================================================

	大見出し

====================================================================*/

/*----------------------------------------------------
	中見出し
/*--------------------------------------------------*/

/*-- 小見出し --*/


/*====================================================================

	リセット

====================================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, data, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

article, aside, figure, figcaption,footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section {
	display: block;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

img {
	vertical-align: top;
}

q:before, q:after {
	content: '';
}

strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: normal;
	font-style: italic;
}

address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}

/* IE7のズームのバグ直し */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }


/*====================================================================

	フォントの基本設定

====================================================================*/

body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	line-height: 1;
}


/*====================================================================

	アンカーテキスト

====================================================================*/

a {}
a:hover {}


/*====================================================================

	スタイルのためのクラス

====================================================================*/

.clear {clear:both;}

.mt0  {margin-top: 0px!important;}
.mt5  {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;}

.mt1em {margin-top:1em!important;}

.mb0  {margin-bottom: 0px!important;}
.mb5  {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;}

.ml0  {margin-left: 0px!important;}
.ml5  {margin-left: 5px!important;}
.ml10 {margin-left:10px!important;}
.ml15 {margin-left:15px!important;}
.ml20 {margin-left:20px!important;}
.ml25 {margin-left:25px!important;}
.ml30 {margin-left:30px!important;}
.ml35 {margin-left:35px!important;}
.ml40 {margin-left:40px!important;}
.ml45 {margin-left:45px!important;}
.ml50 {margin-left:50px!important;}


.taL {text-align:left!important;}
.taC {text-align:center!important;}
.taR {text-align:right!important;}

.fL {float:left!important;}
.fR {float:right!important;}
.fN {float:none!important;}

.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}

.fs11 {font-size:11px;}
.fs12 {font-size:12px;}
.fs13 {font-size:13px;}
.fs14 {font-size:14px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs17 {font-size:17px;}

.cL {clear:left;}
.cR {clear:right;}
.cB {clear:both;}
.clear {clear:both;}

.lh1 {line-height:1!important;}


/*====================================================================

	html, body

====================================================================*/

html {
	background:url(images/body_bg.jpg);
}

body {
	background:url(images/header_line_repeat.gif) repeat-x;
}


/*====================================================================

	ヘッダー

====================================================================*/

#globalHeader {
	padding-top:25px;
	min-width:780px;
	max-width:1570px;
	background:url(images/header_line.gif) no-repeat;
}
#globalHeader:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}

#ghLeft {
	float:left;
	margin:17px 0 0 30px;
}
#ghLogo {
}

#ghCatch {
	margin:10px 0 0 33px;
	font-size:11px;
	letter-spacing:1px;
	color:#666;
}

#ghDescription {
	clear:right;
	float:right;
	margin:0 15px 0 0;
	font-size:10px;
	color:#666;
}

#ghGoogleTranslater {
	width:460px;
	clear:right;
	float:right;
	margin:10px 15px 0 0;
	height:30px;
}
#ghAuthorization {
	float:left;
	font-size:11px;
	letter-spacing:1px;
	line-height:140%;
	color:#666;
	display:inline;
	margin-right:30px;
}
#ghAuthorization a{
	color:#C30;
	text-decoration:none;
}
#ghAuthorization a:hover {
	color:#C30;
	text-decoration:underline;
}
#ghSocialBtns {
	clear:right;
	float:right;
	margin:10px 15px 0 0;
	overflow:hidden;
	width:370px;
	height:25px;
	position:relative;
}
#ghSocialBtns .twitter {
	position:absolute;
	top:0px;
	left:0px;
}
#ghSocialBtns .fblike {
	position:absolute;
	top:0px;
	left:75px;
}
#ghSocialBtns .gplus {
	position:absolute;
	top:0px;
	left:190px;
}


/*====================================================================

	グローバルナビゲーションとコンテンツを囲んでる

====================================================================*/

#contentWrapper {
	position:relative;
	margin-top:20px;
	min-width:780px;
	max-width:1570px;

	*zoom:1;
}
#contentWrapper:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}



/*====================================================================

	サイドバー

====================================================================*/

#sidebar {
	float:left;
	margin:0 15px 0 20px;
	padding:5px 0 0;
	width:175px;
}


/*----------------------------------------------------
	グローバルナビゲーション
----------------------------------------------------*/

#globalNav {
}

#gnMain {
	border-top:1px solid #999;
}
#gnMain > li {
	padding:3px 0;
	border-bottom:1px solid #999;
}
#gnMain > li > a {
	display:block;
	*zoom:1;
	padding:9px 0 9px 8px;
}
#gnMain > li > ul {
	display:none;
	margin:3px 0 0;
	border-top:1px solid #999;
}
#gnMain > li > ul > li {
	padding:3px 0 0;
	background:url(images/gnav_sub_arrow.gif) no-repeat 25px 13px;
}
#gnMain > li > ul > li > a {
	display:block;
	*zoom:1;
	padding:9px 10px 9px 42px;
	line-height:1.2;
	font-size:13px;
	color:#333;
	text-decoration:none;
}

#gnMain a:hover {
	background:url(images/gnav_active_bg.png);
}

body.home                   #gnMain a[href='http://sp.kotoba.ac.jp/'],
body.page-aboutus        #gnMain a[href='http://sp.kotoba.ac.jp/aboutus'],
body.page-outline        #gnMain a[href='http://sp.kotoba.ac.jp/aboutus/outline'],
body.page-courses        #gnMain a[href='http://sp.kotoba.ac.jp/courses'],
body.page-admission      #gnMain a[href='http://sp.kotoba.ac.jp/admission'],
body.page-scholarship    #gnMain a[href='http://sp.kotoba.ac.jp/scholarship'],
body.page-carrer_support #gnMain a[href='http://sp.kotoba.ac.jp/carrer_support'],
body.page-campus_life    #gnMain a[href='http://sp.kotoba.ac.jp/campus_life'],
body.page-library        #gnMain a[href='http://sp.kotoba.ac.jp/library'],
body.page-topics         #gnMain a[href='http://sp.kotoba.ac.jp/topics'],
body.single-post            #gnMain a[href='http://sp.kotoba.ac.jp/topics'],
body.page-international_network  #gnMain a[href='http://sp.kotoba.ac.jp/aboutus/international_network'],
body.page-multilingual           #gnMain a[href='http://sp.kotoba.ac.jp/courses/multilingual'],
body.page-multilingual_business  #gnMain a[href='http://sp.kotoba.ac.jp/courses/multilingual_business'],
body.page-japanese_teacher       #gnMain a[href='http://sp.kotoba.ac.jp/courses/japanese_teacher'],
body.page-multilingual_2year     #gnMain a[href='http://sp.kotoba.ac.jp/courses/multilingual_2year'],
body.page-japanese_teacher_2year #gnMain a[href='http://sp.kotoba.ac.jp/courses/japanese_teacher_2year'],
body.page-international_culture #gnMain a[href='http://sp.kotoba.ac.jp/courses/international_culture'],
body.page-multilingual_master #gnMain a[href='http://sp.kotoba.ac.jp/courses/multilingual_master'] {
	background:url(images/gnav_active_bg.png);
}

body.home                   #gnMain > li > a[href='http://sp.kotoba.ac.jp/'] + ul,
body.in-page-aboutus        #gnMain > li > a[href='http://sp.kotoba.ac.jp/aboutus'] + ul,
body.in-page-courses        #gnMain > li > a[href='http://sp.kotoba.ac.jp/courses'] + ul,
body.in-page-admission      #gnMain > li > a[href='http://sp.kotoba.ac.jp/admission'] + ul,
body.in-page-carrer_support #gnMain > li > a[href='http://sp.kotoba.ac.jp/carrer_support'] + ul,
body.in-page-campus_life    #gnMain > li > a[href='http://sp.kotoba.ac.jp/campus_life'] + ul,
body.in-page-topics         #gnMain > li > a[href='http://sp.kotoba.ac.jp/topics'] + ul,
body.single-post            #gnMain > li > a[href='http://sp.kotoba.ac.jp/topics'] + ul {
	display:block;
}

#gnContact {
	margin-top:20px;
}
#gnContact li {
	margin-top:10px;
}
#gnContact li:first-child {
	margin-top:0;
}
#gnContact img {
	width:100%;
}

#gnText {
	margin-top:50px;
}
#gnText li {
	margin-top:16px;
}
#gnText li:first-child  {
	margin-top:0;
}
#gnText li a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding-left:16px; 
	background:url(images/gnav_arrow.gif) no-repeat 0 1px;
	line-height:1.2;
	font-size:12px;
	color:#333;
	text-decoration:none;
}
#gnText li a:hover {
	color:#666;
	text-decoration:underline;
}


/*----------------------------------------------------
	ソーシャル・コンタクト
----------------------------------------------------*/

#sbSocial {
	margin:40px 0 0;
	*border-top:1px solid #D1C8C1;
	*padding-top:23px;
}
#sbSocial:before {
	border-top:1px solid #D1C8C1;
	border-bottom:1px solid #FFF;
	content:"";
	display:block;
	height:0;
	margin:0 0 23px;
}
#sbSocial h2 {
}
#sbSocial ul {
	margin:15px 0 0;
}
#sbSocial ul li {
	margin:5px 0 0;
	font-size:15px;
	font-weight:bold;
}
#sbSocial ul li a {
	color:#333;
	text-decoration:none;
	display:block;
	*zoom:1;
}
#sbSocial ul li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
#sbSocial ul li a img {
	margin-right:3px;
	vertical-align:middle;
}
#sbSocial ul li a span {
	text-decoration:underline;
}

#sbContact {
	margin:23px 0 0;
	*padding:23px 0;
	*border-top:1px solid #D1C8C1;
	*border-bottom:1px solid #D1C8C1;
}
#sbContact:before {
	border-top:1px solid #D1C8C1;
	border-bottom:1px solid #FFF;
	content:"";
	display:block;
	height:0;
	margin:0 0 23px;
}
#sbContact:after {
	border-top:1px solid #D1C8C1;
	border-bottom:1px solid #FFF;
	content:"";
	display:block;
	height:0;
	margin:23px 0 0;
}
#sbContact p {
}
#sbContact p.tel {
	margin:15px 0 0;
}
#sbContact ul {
	margin:15px 0 0;
}
#sbContact ul li {
	margin:5px 0 0;
	font-size:11px;
}
#sbContact ul li img {
	vertical-align:middle;
}
#sbContact ul li span {
	font-weight:bold;
	font-size:13px;
}

/*----------------------------------------------------
	バナー
----------------------------------------------------*/
#sbBanner {
	margin:20px 0 0;
}
#sbHyoka {
	margin:30px 0 0;
	text-align:center;
}
#sbHyoka dt{
	margin-bottom:5px;
}

/*====================================================================

	コンテンツエリア

====================================================================*/

#content {
	overflow:hidden;
	padding:5px;
	*zoom:1;

	/*
	min-width -> 560 (780 - 10 - 210)
	max-width -> 1350 (1570 - 10 - 210)
	*/
}
#content:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}

/*====================================================================

	フッター

====================================================================*/

#globalFooter {
	clear:both;
	padding:100px 0 0;
	min-width:780px;
}

#gfTotop {
	max-width:1570px;
	text-align:right;
}
#gfTotop a {
	margin-right:15px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:70px;
	height:9px;
	background:url(images/footer_pagetop.gif) no-repeat;
}

#gfNav {
	margin-top:10px;
	padding:0 0 20px;
	background:#f6dabb url(images/footer_nav_bg.gif) repeat-x;
	
	*zoom:1;
}
#gfNav:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}
#gfNav > ul {
	float:left;
	margin:20px 0 0 16px;
	background:url(images/footer_nav_line.gif) repeat-y;
	padding:1px 0 0 16px;
	min-height:160px;
}
#gfNav > ul:first-child {
	margin-left:0;
	background:none;
	padding-left:25px;
}
#gfNav > ul > li {
	margin-top:10px;
	font-size:12px;
}
#gfNav > ul > li > ul {
	margin:10px 0 0 15px;
}
#gfNav > ul > li > ul > li {
	margin-top:5px;
	font-size:11px;
}

#gfNav a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding-left:16px; 
	background:url(images/footer_nav_arrow.gif) no-repeat 0 50%;
	text-decoration:none;
	line-height:1.1;
	color:#C30;
}
#gfNav ul ul a {
	color:#333;
}
#gfNav a:hover {
	text-decoration:underline;
}

#gfGroups {
	background:url(images/footer_addr_bg.gif);
	border-bottom:1px solid #fff;
}
#gfGroups > div {
	padding:15px 0;
	background:url(images/footer_addr_shadow.png) repeat-x;
}
#gfGroups table {
}
#gfGroups th,
#gfGroups td {
	padding:3px 0 3px 25px;
	vertical-align:middle;
	font-size:11px;
	color:#fff;
}
#gfGroups th {
	padding-right:25px;
	border-right:1px solid #fff;
}
#gfGroups ul li span.name    {width:100px;}
#gfGroups ul li span.zipcode {width:100px;}
#gfGroups ul li span.address {width:100px;}
#gfGroups ul li span.phone   {width:100px;}

#gfGroups a:link {color:#fff;text-decoration:none;}
#gfGroups a:visited {color:#fff;text-decoration:none;}
#gfGroups a:hover {color:#fff;text-decoration:underline;}
#gfGroups a:active {color:#fff;text-decoration: none;}

#gfBottom {
	padding:15px  0 30px;
	min-width:780px;
	*zoom:1;
}
#gfBottom:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}
#gfCatch {
	float:left;
	margin-left:10px;
	font-size:10px;
}
#gfCopyright {
	float:right;
	margin-right:10px;
	font-size:10px;
}


/*====================================================================

	IE7, 8用のボックスシャドウ

====================================================================*/

.ieBoxShadow {
	position:absolute;
	left:-3px;/* PixelRadiusの指定分ずれる */
	top:-3px;/* PixelRadiusの指定分ずれる */
	width:100%;
	height:100%;
	background-color:#000;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=3, MakeShadow=1, ShadowOpacity=0.5);
}


/*====================================================================

	ホーム

====================================================================*/

#homeContent {
	margin-left:-15px;
	position:relative;
	top:-15px;
	*zoom:1;
}

#homeFixedWrapper {
	float:left;
	margin:15px 0 0 15px;
}

#homeKeyvisual {
	position:relative;
	width:515px;
	height:515px;
	
	box-shadow:0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
}
#homeKeyvisual .inner {
	position:relative;
	z-index:2;
	overflow:hidden;
	width:495px;
	height:495px;
	background-color:#fff;
	border:10px solid #fff;
}
#homeKeyvisual .item {
	display:none;
	position:absolute;
	left:0;
	top:0;
}
#homeKeyvisual .item:first-child {
	display:block;
}

#homeTopics {
	margin:15px 0 0;
	position:relative;
	width:515px;
	height:250px;
	
	box-shadow:0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
}
#homeTopics .inner {
	position:relative;
	z-index:2;
	border:10px solid #fff;
	background-color:#FCF6EE;
	width:495px;
	height:230px;
}
#homeTopics header {
	padding:14px 12px 14px 14px;
	background:url(images/home/topics_border.jpg) no-repeat 0 bottom;
}
#homeTopics header a.toIndex {
	float:right;
	padding-left:15px;
	background:url(images/gnav_arrow.gif) no-repeat 0 50%;
	color:#333;
	text-decoration:none;
}
#homeTopics header h2 {
	display:inline;
}
#homeTopics header a.rss {
	margin-left:5px;
}
#homeTopics ul {
	margin:0 10px;
}
#homeTopics ul li {
	border-top:1px solid #CCC;
}
#homeTopics ul li:first-child {
	border-top:none;
}
#homeTopics ul li a {
	display:block;
	*zoom:1;
	padding:10px 10px;
	color:#333;
	text-decoration:none;
}
#homeTopics ul li a span.time {
	font-size:11px;
}
#homeTopics ul li a span.category {
	display:inline-block;
	*zoom:1;
	*display:inline;
	margin-left:5px;
	padding:2px 5px;
	background-color:#666;
	color:#fff;
	font-size:9px;
}
#homeTopics ul li a span.category.news {background-color:#F68513;}
#homeTopics ul li a span.category.event {background-color:#CC6699;}
#homeTopics ul li a span.title {
	display:block;
	padding-top:3px;
	color:#333;
	text-decoration:underline;
	line-height:1.2;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#homeTopics p.noPost {
	margin:15px 10px 0;
}

.homeBannar {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:15px 0 0 15px;
	vertical-align:top;
	
	position:relative;
	box-shadow:0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
}

.homeBannar > a {
	position:relative;
	z-index:2;
	padding:10px;
	background-color:#fff;
	display:block;
	*zoom:1;
}
.homeBannar > a:hover {
	background-color:#FCF6EE;
}
.homeBannar > a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.homeBannar .contact {
	position:relative;
	z-index:2;
	width:230px;
	height:230px;
	border:10px solid #fff;
	background-color:#A1D08E;
}
.homeBannar .contact .contactTop {
	overflow:hidden;
	padding:15px 18px;
	background-color:#DEF9D8;
}
.homeBannar .contact .contactTop .txt {
}
.homeBannar .contact .contactTop .tel {
	margin:10px 0 0;
}
.homeBannar .contact ul {
	padding:6px 18px 0;
}
.homeBannar .contact ul li {
	margin:5px 0 0;
	font-size:12px;
}
.homeBannar .contact ul li img {
	vertical-align:middle;
}
.homeBannar .contact ul li span {
	font-size:14px;
	font-weight:bold;
	/*text-decoration:underline;*/
}


.homeBannar .social {
	position:relative;
	z-index:2;
	width:230px;
	height:230px;
	border:10px solid #fff;
	background-color:#A3CCE2;
}
.homeBannar .social p {
	overflow:hidden;
	padding:15px 18px;
	background-color:#DBF8FB;
}
.homeBannar .social ul {
	padding:10px 18px 0;
}
.homeBannar .social ul li {
	margin:5px 0 0;
	font-size:15px;
	font-weight:bold;
}
.homeBannar .social ul li a {
	color:#333;
	text-decoration:none;
	display:block;
	*zoom:1;
}
.homeBannar .social ul li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.homeBannar .social ul li a img {
	margin-right:3px;
	vertical-align:middle;
}
.homeBannar .social ul li a span {
	text-decoration:underline;
}

#opcp a:link {color:#fff;text-decoration:none;}
#opcp a:visited {color:#fff;text-decoration:none;}
#opcp a:hover {color:#fff;text-decoration:none;}
#opcp a:active {color:#fff;text-decoration:none;}

#opcp_banner {
	width:210px;
	height:210px;
	padding:10px;
	background:url(images/home/opencampus_bg.jpg) no-repeat;
}

#opcp_banner .year{
	margin-bottom:75px;
	text-align:right;
	font-size:24px;
	font-weight:bold;
}
#opcp_banner .title{
	margin-bottom:5px;
	font-size:16px;
	font-weight:bold;
}
#opcp_banner .day{
	margin-bottom:3px;
	font-size:22px;
	font-weight:bold;
	
}
#opcp_banner .time01{
	font-size:16px;
}
#opcp_banner .time02{
	font-size:16px;
}

#og_banner{
	width:210px;
	height:210px;
	padding:10px;
	background:url(images/home/og_bg.jpg) no-repeat;
}
#og_banner .title{
	margin-bottom:40px;
	padding-top:10px;
	font-weight:bold;
	font-size:18px;
	color:#009999;
	text-align:center;
}
#og_banner ul{
	margin-bottom:15px;
	font-size:16px;
	color:#FFFFFF;
}
#og_banner li{
	margin-bottom:5px;
}


/*====================================================================

	第二階層のボックス

====================================================================*/

.contentBox {
	position:relative;
	max-width:780px;
	
	box-shadow:0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
}
.contentBox > .contentBoxInner {
	position:relative;
	z-index:2;
	background-color:#fff;
}


/*====================================================================

	トピックス一覧

====================================================================*/

.entryList {
	margin:20px 20px 0;
	border-bottom:1px solid #CCC;
}
.entryList li {
	border-top:1px solid #CCC;
}
.entryList li a {
	display:block;
	*zoom:1;
	padding:5px 18px;
	border-top:4px solid #fff;
	border-bottom:4px solid #fff;
	background-color:#fff;
	color:#000;
	text-decoration:none;
}
.entryList li a:hover {
	background-color:#FCF6EE;
}
.entryList li a span.time {
	display:inline-block;
	*zoom:1;
	*display:inline;
	width:70px;
	font-size:11px;
}
.entryList li a span.category {
}
.entryList li a span.category span {
	display:inline-block;
	*zoom:1;
	*display:inline;
	margin-left:5px;
	padding:2px 5px;
	background-color:#666;
	color:#fff;
	font-size:9px;
}
.entryList li a span.category span.news  {background-color:#F68513;}
.entryList li a span.category span.event {background-color:#CC6699;}
.entryList li a span.title {
	display:block;
	*zoom:1;
	padding:5px 0 0 75px;
	line-height:1.2;
	text-decoration:underline;
}

.entryListPagenavi {
	margin:50px 20px 0;
}


/*====================================================================

	記事詳細

====================================================================*/

.entryWrapper {
	padding:0 0 50px;
}

.entryTitle {
	padding:0 0 1px;
	background-color:#F68513;
	line-height:1.2;
	font-size:28px;
	font-weight:bold;
	color:#fff;
}
.entryTitle span {
	display:block;
	*zoom:1;
	padding:20px 30px 15px;
	border-bottom:1px solid #fff;
}

.entryTitleImage {
	padding:25px 30px;
}

.newsTitle {
	margin:10px 30px 0;
	padding:0 1px 5px;
	border-bottom:2px solid #F68513;
	line-height:1.2;
	font-size:24px;
	font-weight:bold;
	color:#F68513;
}

.entryKeyVisual {
}
.entryKeyVisual img {
	width:100%;
	height:auto;
}

.entryBody {
	/* width : 455px - 720px */
	padding:25px 30px;
	line-height:1.5;
	*zoom:1;
}
.entryBody:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}
.entryBody *:first-child {
	margin-top:0;
}

.entryBody h1,
.entryBody h2,
.entryBody h3,
.entryBody h4,
.entryBody h5,
.entryBody h6,
.entryBody p,
.entryBody ul,
.entryBody ol {
	margin:0 0 13px;
}

.entryBody h1 {
	clear:both;
	padding:0 1px 10px;
	border-bottom:2px solid #F68513;
	line-height:1.2;
	font-size:24px;
	font-weight:bold;
	color:#F68513;
}
.entryBody h2 {
	clear:both;
	padding:0 1px;
	line-height:1.2;
	font-size:24px;
	font-weight:bold;
	color:#F68513;
}
.entryBody h3 {
	padding:4px 0 2px 8px;
	border-left:5px solid #F68513;
	line-height:1.2;
	font-size:16px;
	font-weight:bold;
	color:#F68513;
}
.entryBody h4 {
	line-height:1.2;
	font-size:16px;
	font-weight:bold;
	color:#F68513;
}
.entryBody h5 {
	line-height:1.2;
	font-size:13px;
	font-weight:bold;
	color:#F68513;
}
.entryBody h6 {
	line-height:1.2;
	font-size:11px;
	font-weight:bold;
	color:#F68513;
}

.entryBody p {
}

.entryBody ul {
	margin-left:2em;
}
.entryBody ul li {
	list-style:circle;
	margin:3px 0;
}

.entryBody ol {
	margin-left:2em;
}
.entryBody ol li {
	list-style:decimal;
	margin:3px 0;
}

.entryBody blockquote {
	margin:20px 0 20px 30px;
	border-left:10px solid #EEE;
	padding:10px 10px;
}

.entryBody table {
	margin:20px 0;
	border-collapse:collapse;
}
.entryBody th,
.entryBody td {
	padding:5px 10px;
	border:1px solid #CCC;
}
.entryBody th {
	background-color:#EEE;
	white-space:nowrap;
}
.entryBody td.nowrap {
	white-space:nowrap;
}
.entryBody tdcenter {
	text-align:center;
}

.entryBody blockquote > *:first-child {margin-top:0!important;}
.entryBody blockquote > *:last-child {margin-bottom:0!important;}

.entryBody a {
	color:#333;
	text-decoration:underline;
}
.entryBody a:hover {
	color:#666;
	text-decoration:underline;
}


.entryBody strong {font-weight:bold;}
.entryBody em     {font-style:italic;}
.entryBody del    {text-decoration:line-through;}
.entryBody u      {text-decoration:underline;}

.entryBody .nomargin{margin:0!important}
.entryBody .noborder{border:0!important}
.entryBody .alignleft{text-align:left}
.entryBody .aligncenter{display:block; margin:0 auto;}
.entryBody .alignright{text-align:right}
.entryBody .clearboth{clear:both}
.entryBody .clearleft{clear:left}
.entryBody .clearright{clear:right}
.entryBody img.alignleft,.floatleft{float:left;margin:0 20px 20px 0}
.entryBody img.alignright,.floatright{float:right;margin:0 0 20px 20px}

.entryBody img.fit {
	width:100%;
	height:auto;
}

.entryBody div.localNav {
	margin:0 0 13px;
	padding-left:23px;
	background:url(images/localnav_arrow.gif) no-repeat 0 2px;
	line-height:1.2;
	font-size:11px;
}
.entryBody div.localNav a {
	font-size:15px;
	color:#333;
	text-decoration:underline;
}


/* コース */
.entryBody div.courseNav {
	overflow:hidden;
	*zoom:1;
	margin:30px 0 13px;
}
.entryBody div.courseNav .day,
.entryBody div.courseNav .night {
	float:left;
	width:50%;
}
.entryBody div.courseNav .title {
	padding:5px 15px;
	text-align:center;
	border-radius:5px;
	font-size:15px;
}
.entryBody div.courseNav .day   .title {margin-right:20px; background-color:#FFCF85;}
.entryBody div.courseNav .night .title {margin-left:20px;  background-color:#BBD2FF;}

.entryBody div.courseNav .nav {
	margin:15px 20px 0;
	padding:2px 0 2px 23px;
	min-height:16px;
	background:url(images/localnav_arrow.gif) no-repeat 0 2px;
	line-height:1.2;
	font-size:13px;
}
.entryBody div.courseNav .day   .nav {margin-right:40px;}
.entryBody div.courseNav .night .nav {margin-left:40px;}

.entryBody div.courseNav .nav a {
	color:#333;
	text-decoration:underline;
}


/*----------------------------------------------------
	就職サポート
/*--------------------------------------------------*/

.entryBody .carrerSupport1,
.entryBody .carrerSupport2,
.entryBody .carrerSupport3 {
	clear:both;
	margin:0 0 13px;
	padding:31px 0 0;
	background-repeat:no-repeat;
	background-position:right 0;
}
.entryBody .carrerSupport1 {background-image:url(images/support_01.gif)}
.entryBody .carrerSupport2 {background-image:url(images/support_02.gif)}
.entryBody .carrerSupport3 {background-image:url(images/support_03.gif)}

.entryBody .carrerSupport1 span,
.entryBody .carrerSupport2 span,
.entryBody .carrerSupport3 span {
	display:block;
	*zoom:1;
	padding:10px 20px 10px 50px;
	background:#6CC url(images/support_bg.gif) no-repeat 0 50%;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}

.supportChart {
	margin:20px auto;
	width:400px;
	text-align:center;
	*zoom:1;
}
.supportChart:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}
.supportChartNaitei {
	text-align:center;
}
.supportChartNaitei strong {
	font-size:20px;
	font-weight:bold;
	color:#cc3333;
}
.supportChartTaisaku span,
.supportChartSennin  span,
.supportChartTantou  span {
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:29px;
	height:26px;
	background-repeat:no-repeat;
	background-position: 50% 0;
	background-size:100%;
	vertical-align:bottom;
}
.supportChartTaisaku strong,
.supportChartSennin  strong,
.supportChartTantou  strong {
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:13px;
	font-weight:bold;
	color:#333;
}
.supportChartTaisaku {
	margin:5px auto 0;
}
.supportChartTaisaku span {
	background-image:url(images/support_chart_arrow_01.gif);
}
.supportChartTaisaku strong {
	padding:20px 25px;
	min-width:200px;
	background-color:#66cccc;
}

.supportChartSennin {
	float:left;
	width:50%;
}
.supportChartSennin span {
	background-image:url(images/support_chart_arrow_03.gif);
}
.supportChartSennin strong {
	padding:15px 20px;
	min-width:60px;
	background-color:#aedb5d;
}
.supportChartTantou {
	float:left;
	width:50%;
}
.supportChartTantou span {
	background-image:url(images/support_chart_arrow_02.gif);
}
.supportChartTantou strong {
	padding:15px 20px;
	min-width:60px;
	background-color:#f3a768;
}


/*----------------------------------------------------
	学生の声
/*--------------------------------------------------*/
.entryBody h4.voiceName {
	clear:both;
	padding-top:30px; 
	color:#6CC;
}


/*----------------------------------------------------
	トピックス
/*--------------------------------------------------*/

.topicsToIndex {
	float:right;
	padding:35px 20px 0;
}
.topicsToIndex a {
	padding-left:12px;
	background:url(images/gnav_arrow.gif) no-repeat 0 3px;
	color:#333;
	text-decoration:none;
}

.topicsMeta {
	margin:0 0 5px 30px;
}

.topicsMeta .time {
	font-size:11px;
}

.topicsMeta  span.category {
	display:inline-block;
	*zoom:1;
	*display:inline;
	margin-left:5px;
	padding:2px 5px;
	background-color:#666;
	color:#fff;
	font-size:9px;
}
.topicsMeta span.category.news  {background-color:#F68513;}
.topicsMeta span.category.event {background-color:#CC6699;}


/*----------------------------------------------------
	コース
/*--------------------------------------------------*/

.entryBody .courseMeta {
	overflow:hidden;
	*zoom:1;
	padding:0 0 10px;
}
.entryBody .courseMeta div {
	float:left;
	display:block;
	*zoom:1;
	font-size:15px;
}
.entryBody .courseMeta table {
	float:right;
	margin:0;
}
.entryBody .courseMeta td {
	padding:3px 10px;
	border-color:#666;
	font-size:12px;
}
.entryBody .courseMeta td.day {
	padding-left:27px;
	background:#EB9725 url(images/course_day.gif) no-repeat 6px 50%;
	color:#fff;
}
.entryBody .courseMeta td.evening {
	padding-left:27px;
	background:#254999 url(images/course_evening.gif) no-repeat 8px 50%;
	color:#fff;
}

.entryBody ol.courseThreeMerit {
	margin:25px 0;
	padding:20px;
	background-color:#FFF2DE;
	border-radius:5px;
}
.entryBody ol.courseThreeMerit li {
	list-style:none;
	margin:10px 0 0;
	padding:3px 0 5px 32px;
	background-repeat:no-repeat;
}
.entryBody ol.courseThreeMerit li.one   {background-image:url(images/course_merit_1.gif)}
.entryBody ol.courseThreeMerit li.two   {background-image:url(images/course_merit_2.gif)}
.entryBody ol.courseThreeMerit li.three {background-image:url(images/course_merit_3.gif)}
.entryBody ol.courseThreeMerit li.four  {background-image:url(images/course_merit_4.gif)}
.entryBody ol.courseThreeMerit li.five  {background-image:url(images/course_merit_5.gif)}
.entryBody ol.courseThreeMerit li:first-child {
	margin-top:0;
}

.entryBody ul.courseOrangeDisc {
	margin-left:0;
}
.entryBody ul.courseOrangeDisc li {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin:0 20px 10px 0;
	padding-left:17px;
	background:url(images/orange_disc.gif) no-repeat 0 50%;
	white-space:nowrap;
}
.entryBody ul.courseOrangeDisc li.etc {
	background:none;
	font-size:11px;
}

.entryBody p.courseShikakuNote {
	margin-top:-10px;
	margin-left:1em;
	text-indent:-1em;
	font-size:11px;
	color:#C33;
}
.entryBody p.courseShikakuNote a {
	color:#C33;
}

.entryBody h3.curriculumTitle {
	margin:60px 0 30px;
	padding:0;
	border:none;
	background:url(images/course_curriculum_line.gif) repeat-x 0 50%;
}
.entryBody h3.curriculumTitle span {
	display:block;
	padding-right:15px;
	width:221px;
	height:15px;
	background:url(images/course_curriculum_ttl.gif) no-repeat;
	background-color:#fff;
	
	overflow:hidden;
	text-indent:-9999px;
}

.entryBody .curriculumTable {
	overflow:hidden;
	*zoom:1;
	margin:0 0 13px;
}
.entryBody .curriculumTable > div {
	float:left;
	width:48%;
	margin-left:3%;
}
.entryBody .curriculumTable > div:first-child {
	margin-left:0;
}
.entryBody .curriculumTable h4 {
	margin:0;
	padding:4px;
	border:1px solid #666;
}
.entryBody .curriculumTable h4 span {
	display:block;
	*zoom:1;
	padding:5px 10px;
	background-color:#999;
	text-align:center;
	font-size:16px;
	color:#fff;
}
.entryBody .curriculumTable h4.common    span {background-color:#E585A5;}
.entryBody .curriculumTable h4.technical span {background-color:#4156A4;}

.entryBody .curriculumTable table {
	margin:-1px 0 0;
	width:100%;
	border:1px solid #666;
	border-collapse:separate;
	border-spacing:4px;
}
.entryBody .curriculumTable table th,
.entryBody .curriculumTable table td {
	padding:5px 15px;
	border:none;
	vertical-align:middle;
}
.entryBody .curriculumTable table th {
	background-color:#999;
	text-align:center;
	color:#fff;
	font-size:14px;
}
.entryBody .curriculumTable table td {
	background-color:#CCC;
	text-align:left;
	color:#333;
}
.entryBody .curriculumTable table .culture   {background-color:#EEAA29;}
.entryBody .curriculumTable table .language  {background-color:#97C74C;}
.entryBody .curriculumTable table .it        {background-color:#8AC9D6;}
.entryBody .curriculumTable table .business  {background-color:#E3786B;}
.entryBody .curriculumTable table .education {background-color:#996699;}
.entryBody .curriculumTable table .required  {background-color:#97C74C;}
.entryBody .curriculumTable table .languageCulture  {background-color:#F79544;}
.entryBody .curriculumTable table .foreignLanguage  {background-color:#94CA77;}
.entryBody .curriculumTable table .careersupport  {background-color:#83B7DE;}



/*====================================================================

	講師紹介

====================================================================*/

.lectureWrapper {
	overflow:hidden;
	*zoom:1;
	padding:0 0 25px 30px;
}

.lectureBoss {
	overflow:hidden;
	*zoom:1;
	padding:0 30px 50px 0;
}
.lectureBoss .image {
	float:left;
	margin-right:20px;
}
.lectureBoss .content {
	overflow:hidden;
	*zoom:1;
}
.lectureBoss .content h1 {
	color:#6CC;
	font-weight:normal;
}
.lectureBoss .content h1 span {
}
.lectureBoss .content h1 span.position {
	display:block;
	*zoom:1;
	margin:0 0 5px;	
	font-size:15px;
}
.lectureBoss .content h1 span.nameChara {
	font-size:20px;
}
.lectureBoss .content h1 span.nameruby {
	margin-left:5px;
	font-size:13px;
}

.lectureBoss .content .description {
	padding:13px 0 0;
	line-height:1.5;
}

.lecture {
	float:left;
	margin:0 25px 25px 0;
	width:150px;
}
.lecture .image {
	overflow:hidden;
	height:150px;
}
.lecture h1 {
	line-height:1;
	text-align:center;
	color:#6CC;
	font-weight:normal;
}
.lecture h1 span {
	overflow:hidden;
	display:block;
	*zoom:1;
	line-height:1;
}
.lecture h1 span.position {
	margin-top:10px;
	height:13px;
	font-size:13px;
}
.lecture h1 span.nameChara {
	margin-top:5px;
	font-size:19px;
}
.lecture h1 span.nameRuby {
	margin-top:5px;
	height:11px;
	font-size:11px;
}

/*====================================================================

	図書紹介

====================================================================*/

.libraryWrapper {
	width: 720px;
	margin: 30px auto;
	font-size: 0;
}
.greet .image{
	width: 260px;
	float: left;
	margin: 0 20px 20px 0;
	text-align: right;
}
.book {
	width: 170px;
	margin: 0 5px;
	display: inline-block;
	text-align: top;
}
.book h1{
	margin-bottom: 10px;
	font-size: 16px;
}
.book .image{
	margin-bottom: 10px;
}
.book .image img{
	width: 170px;
	height: auto;
}
.book .description{
	font-size: 14px;
}

/*====================================================================

	フォームまわり

====================================================================*/

.contactDocumentFree {
	margin:0 auto 30px;
	padding:5px 20px;
	border:1px solid #5C6BA2;
	background-color:#7589CC;
	border-radius:5px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

.contactPhone {
	margin:0 auto 30px;
	width:500px;
	padding-bottom:5px;
	border-bottom:2px solid #7589CC;
	line-height:1;
	text-align:center;
	color:#7387CC;
}
.contactPhone span {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	padding-left:30px;
	height:21px;
	line-height:21px;
	background:url(images/icon_phone.gif) no-repeat;
	font-size:17px;
	font-weight:bold;
}
.contactPhone strong {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:10px;
	vertical-align:middle;
	font-size:29px;
}

span.requiredFiled {
	color:#CC0000;
}

.entryBody .contactTable th {
	width:180px;
	white-space:normal;
}
.entryBody .contactTable label {
	display:inline-block;
	*display:inline;
	*zoom:1;
	white-space:nowrap;
}

input.inputVerySmall  {width:40px;}
input.inputSmall  {width:100px;}
input.inputMedium {width:200px;}
input.inputLarge  {width:95%;}
input.inputName  {width:35%;}
input.inputVerySmall2 {width:9ex;}

.contactButton {
	margin:40px 0 0;
	text-align:center;
}
.contactButton input {
	min-width:200px;
	padding:5px 20px;
	font-size:15px;
}


/*====================================================================

	ネットワーク

====================================================================*/

.networkWrapper {
	margin:40px 0 0;
}
.networkWrapper > div {
	overflow:hidden;
	*zoom:1;
	padding:0 0 20px;
}
.networkWrapper section {
	float:left;
	margin-left:4%;
	width:45%;
}
.networkWrapper section:first-child {
	margin-left:0%;
}

.networkWrapper section .image {
	float:right;
	margin:0 0 10px 10px;
}
.networkWrapper section .image img {
	width:100px;
	height:auto;
}

.networkWrapper section h4 {
	margin:0 0 10px;
	padding:0 0 5px;
	border-bottom:1px dotted #F68513;
	font-size:16px;
	color:#333;
}
.networkWrapper section h4 span {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	width:24px;
	height:24px;
	background:url(images/network_number_bg.gif) no-repeat;
	font-family:"Times New Roman", Times, serif;
	line-height:24px;
	text-align:center;
	font-size:16px;
	color:#fff;
}


/*====================================================================

	入学案内

====================================================================*/

.entryBody table.admissionTable1 {
	width: 100%;
}
.entryBody table.admissionTable1 th,
.entryBody table.admissionTable1 td {
	vertical-align: middle;
	text-align: center;
}

.entryBody table.admissionTable2 {
	width: 100%;
}
.entryBody table.admissionTable2 th {
	vertical-align: middle;
	text-align: center;
}
.entryBody table.admissionTable2 td {
	vertical-align: middle;
	text-align: left;
}

.entryBody table.admissionTable3 {
	width: 100%;
}
.entryBody table.admissionTable3 th,
.entryBody table.admissionTable3 td {
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	padding-top: 8px;
	padding-bottom: 8px;
}

.entryBody ol.admissionList1 {
	margin: 0;
}
.entryBody ol.admissionList1 li {
	margin: 0;
	list-style: none;
	
	position: relative;
	padding-left: 2em;
}
.entryBody ol.admissionList1 li span {
	position:absolute;
	left: 0;
	top: 0;
}


.entryBody .nowrap {
	white-space: nowrap!important;
}
.entryBody .lt {
	vertical-align: top!important;
	text-align: left!important;
}
.entryBody .cm {
	vertical-align: middle!important;
	text-align: center!important;
}