@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/

html,
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust:none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;

}
body {
 background: #FBF8ED;
}

h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
	font-size:100%;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
	margin:0;
	padding:0;
}

table,tr, td, th {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border:0;
}
img {
    border:0;
    vertical-align:bottom;
}
ul,
ul, li {
	list-style-type: none;
}
input {
	vertical-align: top;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}




/* リンク指定
----------------------------------------------- */
a:link {
	color: #005879;
	text-decoration: none;
}
a:visited {
	color: #005879;
}
a:hover {
	color: #005879;
	text-decoration: underline;
}
a img:hover {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
}


/*---------------------------------------
    shared
---------------------------------------*/
.floatLeft {
    float:left;
}
.floatRight {
    float:right;
}
.clearFloat {
	clear: both;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}
.bold {
	font-weight: bold !important;
}
.normal {
	font-weight: normal !important;
}

.mB0{ margin-bottom:  0px!important; display: block;}
.mB5{ margin-bottom:  5px!important; display: block;}
.mB10{margin-bottom: 10px!important; display: block;}
.mB15{margin-bottom: 15px!important; display: block;}
.mB20{margin-bottom: 20px!important; display: block;}
.mB30{margin-bottom: 30px!important; display: block;}
.mT0{ margin-top:  0px!important; display: block;}
.mT5{ margin-top:  5px!important; display: block;}
.mT10{margin-top: 10px!important; display: block;}
.mT15{margin-top: 15px!important; display: block;}
.mT20{margin-top: 20px!important; display: block;}
.mT30{margin-top: 30px!important; display: block;}
.mT50{margin-top: 50px!important; display: block;}
.mL5{ margin-left:    5px!important; display: block;}
.mL10{margin-left:	 10px!important; display: block;}
.mL15{margin-left:	 15px!important; display: block;}
.mL20{margin-left:	 20px!important; display: block;}
.mL30{margin-left:	 30px!important; display: block;}
.mR5{ margin-right:  5px!important;  display: block;}
.mR10{margin-right:  10px!important; display: block;}
.mR15{margin-right:  15px!important; display: block;}
.mR20{margin-right:  20px!important; display: block;}
.mR30{margin-right:  30px!important; display: block;}
.pB5{ padding-bottom:5px!important;  display: block;}
.pB10{padding-bottom:10px!important; display: block;}
.pB15{padding-bottom:15px!important; display: block;}
.pB20{padding-bottom:20px!important; display: block;}
.pB30{padding-bottom:30px!important; display: block;}
.pT5{padding-top:     5px!important; display: block;}
.pT10{padding-top:   10px!important; display: block;}
.pT15{padding-top:   15px!important; display: block;}
.pT20{padding-top:   20px!important; display: block;}
.pT30{padding-top:   30px!important; display: block;}
.pR5{padding-left:   5px!important; display: block;}
.pR10{padding-left: 10px!important; display: block;}
.pR15{padding-left: 15px!important; display: block;}
.pR20{padding-left: 20px!important; display: block;}
.pR30{padding-left: 30px!important; display: block;}
.pR5{padding-right:   5px!important; display: block;}
.pR10{padding-right: 10px!important; display: block;}
.pR15{padding-right: 15px!important; display: block;}
.pR20{padding-right: 20px!important; display: block;}
.pR30{padding-right: 30px!important; display: block;}

.mT6 {margin-top: 6px!important; display: block;}
.mR4 {margin-right: 4px!important; display: block;}
.mR12 {margin-right: 12px!important; display: block;}
.mB16 {margin-bottom: 16px!important; display: block;}

.mr_last {
	margin-right: 0!important;
}
.mb_last {
	margin-bottom: 0!important;
}

.red { color: #CC0000; }

.ft11 { font-size: 11px; }
.ft13 { font-size: 13px; }
.ft14 { font-size: 14px; }
.ft15 { font-size: 15px; }
.ft16 { font-size: 16px; }
.ft18 { font-size: 18px; }

.lineh200 {
	line-height: 200%;
}

/* Clear Fix shared */
.clearAll {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* Header
----------------------------------------------- */
#Header {
	background: #FFF;
}
#header_inner {
	width: 1080px;
	margin: 0 auto;
}
.header_link {
	width: 358px;
	margin: 0 0 0 auto;
	padding: 6px 0 4px 0;
}
.header_link li {
	float: left;
	margin-right: 13px;
}

/* Header_sub
----------------------------------------------- */
#Header_sub_title {
	width: 100%;	
	background: #F7EED0;
	border-bottom: #E8DFC4 1px solid;
}
#Header_sub_title_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 17px 0 20px 0;
}
#Header_sub_img {
	width: 100%;	
	border-bottom: #EBE9DE 1px solid;
	margin: 0 auto;
}
#Header_sub_img_inner {
	width: 1092px;	
	margin: 0 auto;
}


/* Slide
----------------------------------------------- */
#Slide {
	width:100%;
	height:346px;
	border-top: #D1D1D1 2px solid;
	border-bottom: #D1D1D1 2px solid;
}
#Slide .loopslider {
	width: 100%;
	margin: 0 auto;
	padding:0;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#Slide .loopslider ul {
	display: inline-block;
	margin:0;
	padding:0;
	float: left;
	overflow: hidden;
	list-style:none;
}
#Slide .loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#Slide .loopslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
#Slide #LargeWrap , #Main #LargeWrap ul , #Main #LargeWrap ul li{ height:211px;}
#Slide #LargeWrap{margin-top:0px;}
#Slide #LargeWrap ul li{min-width: 317px;}

#Slide #SmallWrap , #Main #SmallWrap ul , #Main #SmallWrap ul li{ height:135px;}
#Slide #SmallWrap{margin-top:0px;}
#Slide #SmallWrap ul li{width: 202px;}


/* Contents
----------------------------------------------- */
#Contents_top {
	width: 1000px;
	margin: 27px auto 0 auto;
}
#Contents {
	width: 1000px;
	margin: 50px auto 0 auto;
}

/* Navi
----------------------------------------------- */
.Navi {
	width: 100%;
	padding: 10px 0;
	background: #FFF;
}
#Navi_inner {
	width: 1080px;
	margin: 0 auto;
}
#Navi_inner li {
	float: left;
}
#Navi_inner li.navi_left {
	padding-right: 18px;
}

#Navi_inner .navi_lang {
	width: 330px;
	padding: 4px 0px 5px 13px;
}
#Navi_inner .navi_lang li {
	margin-right: 6px;
}
#Navi_inner .navi_lang li a img {
	vertical-align: top;
}
.navi_shadow {
	width: 1000px;
	margin: 0 auto;
	/margin-top: -8px;
}

/* Main
----------------------------------------------- */
#Main {
	width: 760px;
	margin: 0;
	float: left;
}

/* Side
----------------------------------------------- */
#Side {
	width: 220px;
	margin: 0 0 0 20px;
	float: right;
}

/* Footer
----------------------------------------------- */
#Footer {
	width: 100%;
	margin-top: 50px;
}
#Footer_navi {
	width: 100%;
	background: #0074A0;
	border-bottom: #00506F 1px solid;
}
#Footer_navi_inner {
	width: 1000px;
	margin: 0 auto 12px auto;
	padding: 20px 0;
}
#Footer_navi_inner li {
	height: 15px;
	float: left;
	padding: 0 10px;
	border-right: #FFF 1px solid;
	line-height: 120%;
}
#Footer_navi_inner li.last {
	border-right: none;
}
#Footer_navi_inner li a {
	color: #FFF;
	font-size: 13px;
}
#Footer_cr {
	width: 100%;
	background: #0074A0;
	border-top: #008BBF 1px solid;
}
#Footer_cr_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	color: #FFF;
	font-size: 13px;
}

#facebook {
	width: 760px;
	height: 220px;
}
.fb-like-box {
	background: #FFF;
	border: #CCC 1px solid;
}

/* トップ
----------------------------------------------- */
ul.org01 {
	width: 100%;
}
ul.org01 li {
	width: 244px;
	margin-right: 14px;
	float: left;
	line-height: 200%;
}
.class_left {
	width: 462px;
	float: left;
	margin-right: 22px;
	line-height: 200%;
}
.class_right {
	width: 276px;
	float: left;
}
.class_right li {
	float: left;
	margin-bottom: 10px;
}
.class_right li.img01,
.class_right li.img03 {
	margin-right: 10px;
}
.voice {
	width: 100%;
}
.voice li {
	width: 179px;
	float: left;
	margin-right: 14px;
}
.voice_txt01 {
	border-top: #818A2D 1px dotted;
	padding-top: 10px;
	line-height: 200%;
}
.voice_txt02 {
	border-top: #CB6A2D 1px dotted;
	padding-top: 10px;
	line-height: 200%;
}
.voice_txt03 {
	border-top: #9A5793 1px dotted;
	padding-top: 10px;
	line-height: 200%;
}
.voice_txt04 {
	border-top: #0074A0 1px dotted;
	padding-top: 10px;
	line-height: 200%;
}

/* 学校案内
----------------------------------------------- */
.prof_tbl {
	width: 522px;
	margin-right: 3px;
	margin-top: 2px;
}
.prof_tbl th {
	width: 124px;
	height: 51px;
	background: #F7EED0;
	border-bottom: #F0E2B0 1px solid;
	border-right: #F0E2B0 1px solid;
	font-weight: bold;
}
.prof_tbl td {
	width: 398px;
	height: 51px;
	padding: 0 14px;
	background: #FFF;
	border-bottom: #F0E2B0 1px solid;
}
.prof_tbl th.last,
.prof_tbl td.last {
	border-bottom: none;
}
.greet_left {
	width: 304px;
	float: left;
}
.greet_right {
	width: 428px;
	padding: 0 14px;
	float: left;
}
.greet_right > p {
	line-height: 170%;
}
.dormi_left {
	width: 304px;
	float: left;
}
.dormi_right {
	width: 440px;
	float: left;
}

/* キャンパスライフ
----------------------------------------------- */
.support {
	width: 100%;
	margin-top: 30px;
}
.support li {
	float: left;
	width: 240px;
	padding:60px 0 0;
	height: auto;	
}
.support li.support01 { margin: 0 20px 20px 0; background: url(../img/campuslife/support_bg01.gif) left top no-repeat; color: #808A2C; }
.support li.support02 { margin: 0 20px 20px 0; background: url(../img/campuslife/support_bg02.gif) left top no-repeat; color: #CB6A2C; }
.support li.support03 { margin: 0 0 20px 0; background: url(../img/campuslife/support_bg03.gif) left top no-repeat; color: #995792; }
.support li.support04 { margin: 0 20px 0 0; background: url(../img/campuslife/support_bg04.gif) left top no-repeat; color: #9A5993; }
.support li.support05 { margin: 0 20px 0 0; background: url(../img/campuslife/support_bg05.gif) left top no-repeat; color: #00729F; }
.support li.support06 { margin: 0; background: url(../img/campuslife/support_bg06.gif) left top no-repeat; color: #838C31; }

.support li.support01 p{border-left:5px solid #808A2C; border-right:5px solid #808A2C;}
.support li.support02 p{border-left:5px solid #CB6A2C; border-right:5px solid #CB6A2C;}
.support li.support03 p{border-left:5px solid #995792; border-right:5px solid #995792;}
.support li.support04 p{border-left:5px solid #9A5993; border-right:5px solid #9A5993;}
.support li.support05 p{border-left:5px solid #00729F; border-right:5px solid #00729F;}
.support li.support06 p{border-left:5px solid #838C31; border-right:5px solid #838C31;}


.support li > p {
	padding: 0 20px;
	background:#FFFFFF;
}

.sche_tbl {
	width: 100%;
	margin-top: 10px;
}
.sche_tbl td {
	background: #FFF;
}
.sche_tbl th {
	width: 155px;
	padding-left: 18px;
}
.sche_tbl td.sche01 {
	width: 131px;
	text-align: center;
}
.sche_tbl td.sche02 {
	width: 214px;
}
.sche_tbl td.sche03 {
	width: 205px;
	padding: 0 15px;
}
.sche_color01 {
	border-left: #818A2D 5px solid;
}
.sche_color02 {
	border-left: #CB6A2D 5px solid;
}
.sche_color03 {
	border-left: #9A5793 5px solid;
}
.sche_color04 {
	border-left: #0074A0 5px solid;
}
.sche_txt01 {
	color: #7F8A2C;
}
.sche_txt02 {
	color: #CB6A2C;
}
.sche_txt03 {
	color: #995792;
}
.sche_txt04 {
	color: #00729F;
}


/* 入学案内
----------------------------------------------- */
ul.btnTop {
	width: 736px;
	background: url(../img/entrance/btn_bg.jpg) left  top no-repeat;
	padding: 11px 12px;
}
ul.btnTop li {
	float: left;
	margin-right: 9px;
}
.regular_tbl {
	width: 100%;
	margin-right: 3px;
	margin-top: 2px;
}
.regular_tbl th {
	height: 42px;
	background: #E8EBC7;
	border-right: #D9DD9F 1px solid;
	color: #7F8A2C;
	font-weight: bold;
}
.regular_tbl td {
	height: 42px;
	padding: 0 14px;
	background: #FFF;
	border-right: #D9DD9F 1px solid;
	border-bottom: #D9DD9F 1px solid;
	text-align: center;
}
.regular_tbl .r_last {
	border-right: none;
}
.regular_tbl .b_last {
	border-bottom: none;
}
.tbl_txt {
	color: #808A2C;
	font-weight: bold;
}
.visa_tbl01 {
	width: 100%;
	margin-right: 3px;
	margin-top: 2px;
}
.visa_tbl01 th {
	width: 380px;
	height: 42px;
	background: #F7E6DB;
	color: #CB6A2C;
	font-weight: bold;
}
.visa_tbl01 td {
	height: 42px;
	padding: 16px;
	background: #FFF;
}
.visa_bdr01 {
	border-right: #F1D6C2 1px solid;
}
.comment {
	color: #D20000;
	font-weight: bold;
	margin-top: 5px;
}
.comment2 {
	color: #D20000;
	font-weight: bold;
	margin-top: 10px;
	padding: 16px;
	background: #FFF;
}
.visa_title {
	color: #995792;
	font-weight: bold;
}
.visa_title02 {
	color: #00739F;
	font-weight: bold;
}
.flow {
	width: 100%;
}
.flow li {
	width: 155px;
	float: left;
	margin: 0;
	padding: 10px 17px;
}
.visa_tbl02 {
	width: 100%;
	margin-right: 3px;
	margin-top: 2px;
}
.visa_tbl02 th {
	width: 760px;
	height: 42px;
	background: #F4EAF3;
	color: #995792;
	font-weight: bold;
}
.visa_tbl02 td {
	height: 42px;
	padding: 16px;
	background: #FFF;
}

/* お問合せ
----------------------------------------------- */
.contact_tbl {
	width: 100%;
	margin-right: 3px;
	margin-top: 2px;
}
.contact_tbl th {
	width: 200px;
	height: 46px;
	background: #F7EED0;
	border-bottom: #F0E2B0 1px solid;
	border-right: #F0E2B0 1px solid;
	font-weight: bold;
}
.contact_tbl td {
	width: 519px;
	height: 46px;
	padding: 12px 20px;
	background: #FFF;
	border-bottom: #F0E2B0 1px solid;
}
.contact_tbl th.last,
.contact_tbl td.last {
	border-bottom: none;
}
.contact_tbl td input {
	width: 507px;
	border: #D8D8D8 1px solid;
	padding: 5px;
}
.contact_tbl td textarea {
	width: 507px;
	height: 100px;
	border: #D8D8D8 1px solid;
	padding: 5px;
	margin: 6px 0;
}
.btnArea {
	width: 100%;
	margin: 30px 0;
}
.btnArea > a {
	width: 286px;
	margin: 0 auto;
	display: block;
}
.btnArea02 {
	width: 100%;
	margin: 30px 0;
	text-align: center;
}
#type1,
#type2 {
	width: 18px;
}




