/*--
	■Contents
	1.Base
	2.Link Ele
	3.Head Ele
	4.Contents Ele
	5.Menu Ele
	6.Footer Ele
	7.Main Contents Ele
	8.Common Patrs Ele
	9.Indivisual Ele
	10.Index Ele
	11.Sitemap Ele
	12.Form Ele

=========================================================*/

/*-- 

	1.Base

====================================================== --*/

body {
	background-color: #FFFFFF;
	color: #333333;
	margin:0px;
	padding:0px;
	text-align:center;
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	background:url(../img/bg.jpg) repeat-x left top;
}
body#Index {
	background:url(../../img/index_bg.gif) repeat-x left top;
}

.container{
}
.all {
	width: 966px;
	margin:0px auto;
	text-align:left;
}
.partition {
	clear: both;
	display: none;
}
img {
	border: 0px;
	vertical-align:top;
}
table {
	font-size:inherit;
	font:100%;
}
dl,dt,dd,ul,li,ol {
	margin: 0px;
	padding:0px;
}
dt {
	font-weight: bold;
}
hr {
	display:none;
	clear:both;
}
strong {
}
em {
}
.anchor{
	font-size:0px;
	line-height:0px;
	display:block;
	overflow:hidden;
	height:0px;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.clear-fix:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}
* html .clear-fix { display: inline-block; }
/* no ie mac \*/
* html .clear-fix { height: 1%; }
.clear-fix { display: block; }
/* */
sup{
	vertical-align:5px;
	font-size:9px;
}

/*-- 

	2.Link Ele

====================================================== --*/
a {
	color:#333;
	text-decoration:none;
}
a:visited {
}
a:hover {
	color:#FF6699;
	text-decoration:none;
}


/*-- 

	3.Head Ele

====================================================== --*/
.head {
	width: 966px;
	height:121px;
	background:url(../img/head_bg.gif) repeat-x left top;
}
.summary {
	font-size: 10px;
	margin:0px;
}
.logo{
	width:168px;
	float:left;
}
.head .navi{
	width:314px;
	float:right;
	height:49px;
}
.head .navi li{
	float:left;
	list-style:none;
	display:block;
	padding-left:6px;
}
.head .globalNavi {
	width:797px;
	float:right;
	background:url(../img/globalnavi_bg.jpg) no-repeat left top;
	height:45px;
	margin-bottom:3px;
}
.head .globalNavi ul {
	margin-left:19px;
}
.head .globalNavi ul li {
	width: 129px;
	display: block;
	float: left;
	list-style-type:none;
}
.head .globalSubNavi{
	width:797px;
	float:right;
}
.head .globalSubNavi ul{
	margin-left:160px;
}
.head .globalSubNavi li{
	float:left;
	list-style:none;
	margin-right:23px;
}

/*-- 

	4.Contents Ele

====================================================== --*/
.contents {
	width: 960px;
	margin: 0px 3px;
	padding: 0px;
	text-align:left;
}
.totop{
	text-align:right;
	width:960px;
	clear:both;
	margin:0px auto -1px;
	padding:20px 0px 0px;
}
.path {
	font-size:77%;
	line-height:12px;
	margin:10px 0px 10px 2px;
	padding: 0px 0px 0px 0px;
	color:#999;
}
.path a{
	text-decoration:underline;
	color:#FF6699;
}
.path a:hover{
	text-decoration:none;
}

/*-- 

	5.Menu Ele

====================================================== --*/
.menu {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.menu dl.menuList{
	width:220px;
	background:url(../img/m_dl_bg.jpg) no-repeat left bottom;
	padding-bottom:32px;
	margin-bottom:1px;
}
.menu dl.menuBottom{
	border-top:1px solid #D0D4D8;
}
.menu dl.menuList dt {
	border-right:1px solid #D0D4D8;
	border-left:3px solid #D0D4D8;
	background:url(../img/mark_m_dt.gif) no-repeat 7px 1.3em;
	font-weight:normal;
	line-height:1.5em;
	padding:10px 5px 10px 20px;
	font-size:93%;
}
.menu dl.menuList dt.ex{
	background:url(../img/m_ex.gif) no-repeat 100% 0em;
}
* html .menu dl.menuList dt {
	background:url(../img/mark_m_dt.gif) no-repeat 11px 1.3em;
}
* + html .menu dl.menuList dt {
	background:url(../img/mark_m_dt.gif) no-repeat 11px 1.3em;
}
.menu dl.menuList dd {
	background:url(../img/m_dd.gif) no-repeat left bottom;
	border-right:1px solid #D0D4D8;
	padding-bottom:1px;
}
.menu dl.menuList dd ul{
	border-left:3px solid #D0D4D8;
}
.menu dl.menuList dd ul li{
	background:url(../img/m_li.gif) no-repeat 7px 0px;
	list-style:none;
	font-size:93%;
	padding:13px 5px 11px 27px;
}
.menu dl.menuList dd ul li span{ font-size:85%; /font-size:77%; }


.menu dl.menuList dt.course01 ,
.menu dl.menuList dd.course01 ul{
	border-left:3px solid #E84466;
}
.menu dl.menuList dt.course01 a,
.menu dl.menuList dt.course01 a:hover{
	color:#E84466;
	font-weight:bold;
}
.menu dl.menuList dt.course02 ,
.menu dl.menuList dd.course02 ul{
	border-left:3px solid #8EC31F;
}
.menu dl.menuList dt.course02 a,
.menu dl.menuList dt.course02 a:hover{
	color:#8EC31F;
	font-weight:bold;
}
.menu dl.menuList dt.course03 ,
.menu dl.menuList dd.course03 ul{
	border-left:3px solid #ff6600;
}
.menu dl.menuList dt.course03 a,
.menu dl.menuList dt.course03 a:hover{
	color:#ff6600;
	font-weight:bold;
}
.menu dl.menuList dt.course04 ,
.menu dl.menuList dd.course04 ul{
	border-left:3px solid #33a1db;
}
.menu dl.menuList dt.course04 a,
.menu dl.menuList dt.course04 a:hover{
	color:#33a1db;
	font-weight:bold;
}
.menu dl.menuList dt.course05 ,
.menu dl.menuList dd.course05 ul{
	border-left:3px solid #ff3399;
}
.menu dl.menuList dt.course05 a,
.menu dl.menuList dt.course05 a:hover{
	color:#ff3399;
	font-weight:bold;
}
.menu dl.menuList dt.course06 ,
.menu dl.menuList dd.course06 ul{
	border-left:3px solid #9966cc;
}
.menu dl.menuList dd.course06{
	background:none;
	padding-bottom:0px;
}
.menu dl.menuList dt.course06 a,
.menu dl.menuList dt.course06 a:hover{
	color:#9966cc;
	font-weight:bold;
}

.menu ul.bn {
}
.menu ul.bn li {
	margin-bottom:10px;
	list-style:none;
}
.menu ul.subMenu {
	margin-top:-5px;
}
.menu ul.subMenu li {
	background:url(../img/dot_pattern_02.gif) repeat-x left bottom;
	list-style:none;
	padding:0px 0px 5px;
	margin-bottom:5px;
	line-height:1.6em;
}
.menu ul.subMenu li a{
	background:url(../img/mark_link.gif) no-repeat left center;
	padding-left:8px;
}


/*-- 

	6.Footer Ele

====================================================== --*/

.footer {
	width: 100%;
	clear: both;
	background:#ffd2e1;
	border-top:1px solid #ff3366;
	border-bottom:1px solid #ff3366;
	text-align:center;
	margin-bottom:27px;
}
.footerNavi {
	width:960px;
	text-align:left;
	margin:0px auto;
	padding:10px 0px;
	background:url(../img/footer_line.gif) repeat-y right top;
}
.footerNavi p{
	font-weight:bold;
	color:#FF6699;
	margin:0px 0px 5px 2px;
	line-height:1.6em;
	font-size:93%;
}
.footerNavi dl{
	float:left;
	width:170px;
	padding:0px 0px 0px;
	margin-top:19px;
}
.footerNavi dl.footer01{
	width:146px;
	margin-top:0px;
}
.footerNavi dl.footer02{
	width:465px;
}
.footerNavi dl.footer03{
	width:174px;
}
.footerNavi dl dt{
	font-weight:bold;
	color:#FF3366;
	font-size:93%;
	margin:0px 0px 0px 0px;
	line-height:1.6em;
}
.footerNavi dl dt a{
	color:#FF3366;
}
.footerNavi dl dd{
	margin-bottom:15px;
}
.footerNavi dl dd dt{
	font-size:93%;
	background:url(../img/mark_link.gif) no-repeat 5px 0.6em white;
	line-height:1.5em;
	padding:2px 0px 0px 15px;
	margin:0px 20px 2px 0px;
}
.footerNavi dl dd dt.course01 a,
.footerNavi dl dd dt.course01 a:hover{
	color:#E84466;
}
.footerNavi dl dd dt.course02 a,
.footerNavi dl dd dt.course02 a:hover{
	color:#8EC31F;
}
.footerNavi dl dd dt.course03 a,
.footerNavi dl dd dt.course03 a:hover{
	color:#ff6600;
}
.footerNavi dl dd dt.course04 a,
.footerNavi dl dd dt.course04 a:hover{
	color:#33a1db;
}
.footerNavi dl dd dt.course05 a,
.footerNavi dl dd dt.course05 a:hover{
	color:#ff3399;
}
.footerNavi dl dd dt.course06 a,
.footerNavi dl dd dt.course06 a:hover{
	color:#9966cc;
	font-weight:bold;
}

.footerNavi dl dd dl{
	width:220px;
	float:left;
	margin:0px;
}
.footerNavi dl dd dl dd{
	margin:0px 20px 5px 5px;
}
.footerNavi ul {
	margin: 0px;
	padding: 0px;
}
.footerNavi ul li {
	font-size:93%;
	background:url(../img/mark_link.gif) no-repeat 0px 0.4em;
	padding-left:10px;
	line-height:1.5em;
	margin-bottom:0px;
	list-style-type: none;
}

.description{
	width:960px;
	border-bottom:1px solid #CCCCCC;
	text-align:left;
	font-size:77%;
	padding-bottom:7px;
	line-height:1.5em;
	margin:-17px auto 12px;
}
.address{
	width:960px;
	margin:0px auto;
	text-align:left;
}
.address p{
	margin:0px 500px 0px 0px;
	padding-top:15px;
	font-size:85%;
	color:#666;
	clear:both;
	line-height:1.2em;
}
.address p a{
	color:#666;
}
.address p a:hover{
	color:#FF6699;
}
.address .counter{
	width:300px;
	text-align:right;
	line-height:1.2em;
	font-size:85%;
	margin:-1.0em 0px 0px 660px;
	padding-bottom:60px;
}
.address .counter img{
	margin-left:2px;
}
address {
	font-style: normal;
	width:500px;
	float:left;
}
.footerLogo {
	width:400px;
	float:right;
	text-align:right;
}


/*-- 

	7.Main Contents Ele

====================================================== --*/
.main {
	float: right;
	width: 710px;
	margin: 0px;
	overflow:hidden;
	padding: 0px;
}
.main h1.image{
	margin:0px 0px 20px 0px;
}
.main h2.image{
	margin:20px 0px 10px 0px;
}

.main p{
	margin:0px 0px 20px;
	line-height:1.5em;
	font-size:93%;
}
.main p a{
	color:#FF6699;
	text-decoration:underline;
}
.main p strong{
	font-weight:normal;
	color:#f00;
}

.main h3{
	background:url(../../img/h3.gif) repeat-x left bottom;
	font-size:93%;
	line-height:1.2em;
	padding:0px 0px 10px 2px;
	margin:0px 0px 10px;
}
.main h3.image{
	padding:0px;
	background:none;
	margin-top:20px;
	
}
/*-- 

	8.Common Parts Ele

====================================================== --*/

/*-- link --*/
/*-- ------------------------------------------------- --*/
.main p.link{
	background:url(../img/mark_link_02.gif) no-repeat left center;
	padding-left:10px;
	margin-bottom:5px;
}
.main p.link a{
	color:#333;
	text-decoration:none;
}
.main p.link a:hover{
	color:#FF6699;
}

/*-- catch --*/
/*-- ------------------------------------------------- --*/
.catch{
	margin:0px 0px 10px 2px;
}
.catch img{
	margin-bottom:10px;
}

/*-- table --*/
/*-- ------------------------------------------------- --*/
.table{
	background:#999;
	margin-bottom:10px;
}
.table thead th{
	background:#FFEDED;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
}
.table th{
	background:#FFEDED;
	font-weight:normal;
	font-size:93%;
	padding:5px 10px;
	line-height:1.5em;
	text-align:left;
	vertical-align:middle;
}
.table td{
	background:#fff;
	padding:5px 10px;
	line-height:1.5em;
	font-size:93%;
}
.table td a{
	background:url(../img/mark_link.gif) no-repeat left center;
	padding-left:10px;
}
.table td.color{
	background:#ffffcc;
	text-align:center;
}
.table tr.color td{
	background:#e9e9cb;
}
.table td.price{
	text-align:right;
}
.table .center{
	text-align:center;
}
.table .caution{
	font-weight:normal;
	color:red;
}
.tableCaption{
	text-align:right;
}

/*-- commonTable --*/
/*-- ------------------------------------------------- --*/
.commonTable{
	background:#999;
	margin-bottom:10px;
}
.commonTable th{
	background:#ffeded;
	font-weight:normal;
	padding:5px 10px;
	line-height:1.5em;
	text-align:center;
	vertical-align:top;
}
.commonTable td{
	background:#fff;
	padding:5px 10px;
	line-height:1.5em;
	text-align:center;
	vertical-align:middle;
}
.commonTable td.date{
	text-align:left;
}
.aoTable th{
	padding:5px 10px;
	line-height:1.5em;
	text-align:left;
}
.aoTable td{
	background:#fff;
	padding:5px 10px;
	line-height:1.5em;
	text-align:left;
}
.aoTable td span{
	display:block;
	margin:5px 0px 5px 1em;
}

/*-- layout --*/
/*-- ------------------------------------------------- --*/
.layout{
	margin-bottom:10px;
	text-align:center;
}
/*-- btn --*/
/*-- ------------------------------------------------- --*/
.btn{
	margin-bottom:30px;
	text-align:center;
}
/*-- 関連するリンク --*/
/*-- ------------------------------------------------- --*/
.relation{
	clear:both;
	width:710px;
	overflow:hidden;
	margin-top:50px;
}
.relation .bnLink{
	border-bottom:1px solid #E1E1E1;
	width:720px;
	padding-bottom:5px;
	margin-bottom:15px;
}
.relation li{
	width:240px;
	float:left;
	list-style:none;
	margin-bottom:10px;
}
.relation .bnList{
	width:720px;
}
.relation .bnList li img{
	border:4px solid #f7f7f7;
}



/*-- アンカーリンク --*/
/*-- ------------------------------------------------- --*/
.anchorLink{
	text-align:center;
	background:url(../../other/img/anchorlink_bg.gif) no-repeat left bottom;
	font-size:93%;
	margin-bottom:10px;
	padding-bottom:5px;
}
.anchorLink02{
	text-align:center;
	background:url(../img/anchorlink_bg.gif) repeat-x left bottom;
	font-size:93%;
	padding-top:8px;
	margin-bottom:10px;
	padding-bottom:5px;
	margin-top:20px;
}
.anchorLink a,
.anchorLink02 a{
	margin:0px 5px;
	padding-left:10px;
	background:url(../img/mark_anchorlink.gif) no-repeat left center;
}


/*-- 

	9.Individual Parts Ele

====================================================== --*/
.univ_index01{ margin-bottom:40px; position:relative; }
.univ_index01 p{ padding-right:210px; text-align:left; position:absolute; left:0; top:55px; }

/*-- コース一覧 --*/
/*-- ------------------------------------------------- --*/
.courseList{
	width:735px;
	padding-bottom:0;
}
.courseList p{ margin:0 0 10px; padding:0; }

.courseList .course{
	width:240px;
	float:left;
	margin-bottom:30px;
}
.courseList .course h2{
	margin:0px 0px 5px;
}
.courseList .course p{ margin-bottom:10px; }

.courseList .course ul{
	width:230px;
	clear:both;
}
.courseList .course ul li{
	list-style:none;
	margin-bottom:5px;
	padding-top:5px;
	background:url(../../img/dotline.gif) left top no-repeat;
}
.courseList .course ul li.first{ padding-top:0; background:none; }

.courseList .course_02{
	width:245px;
	float:left;
	margin-bottom:30px;
}
.courseList .course_02 p{ margin-bottom:5px; }
.courseList .course_02 dt{ margin-bottom:5px; }
.courseList .course_02 li{ padding:0 2px; list-style-type:none; }

.courseList .course_03{ clear:both; }
.courseList .course_03 dl{ width:245px; float:left; }
.courseList .course_03 dt{ margin-bottom:10px; }
.courseList .course_03 dd li{ margin-bottom:7px; list-style-type:none; }
.courseList .course_03 dd li img{ margin-bottom:5px; }
.courseList .course_03 dd li a{ padding-left:7px; background:url(../img/mark_link_02.gif) left center no-repeat; }
.courseList .course_03 dd li a.img{ padding-left:0; background:none; }


.interest .courseList .course_03 dd li a{ background-position:left 3px; display:block; }




/*-- 各コース　こんな人にオススメ --*/
/*-- ------------------------------------------------- --*/
.promote{
	width:278px;
	float:left;
	background:url(../../medical/img/promote_bg.gif) repeat-y left top;
	border-top:6px solid #f8f4e7;
	border-bottom:6px solid #f8f4e7;
	padding-top:15px;
	margin-bottom:20px;
}
.promote dt{
	margin:0px 0px 10px 17px;
}
.promote dd{
	margin:0px 0px 25px 17px;
	line-height:1.5em;
}
.promote .medical{
	color:#690;
}
.promote .system{
	color:#f60;
}
.promote .game{
	color:#39c;
}
.promote .business{
	color:#f36;
}

/*-- 各コース　コースとは --*/
/*-- ------------------------------------------------- --*/
.about{
	width:422px;
	float:right;
	margin-bottom:20px;
}
.about dt img{
	margin:0px 0px 10px 0px;
}
.about dd{
	margin:0px 0px 0px 2px;
	line-height:1.5em;
	font-size:93%;
}

/*-- 各コース　ポイント --*/
/*-- ------------------------------------------------- --*/
.point, .point02{
	width:724px;
	margin-bottom:10px;
}
.point li{
	list-style:none;
	width:240px;
	float:left;
	display:block;
	margin-bottom:11px;
}
.point dl{
	list-style:none;
	width:181px;
	float:left;
}
.point dl dt{
	margin-bottom:10px;
}
.point dl dd{
	margin:0px 16px 20px 0px;
	font-size:77%;
	line-height:1.5em;
}

.point li p{ width:220px; margin:0; padding:0; }
.point li p img{ margin:5px 0; }


.point02 h2{ margin:0 0 10px; }
.point02 dl{
	list-style:none;
	width:230px;
	margin-right:10px;
	float:left;
}
.point02 dl.last{ margin-right:0; }
.point02 dl dt{ margin-bottom:5px; }
.point02 dl dd{
	margin:0px 0px 20px;
	line-height:1.5;
}
.point02 p.img{ width:240px; float:left; }

.point02 li{
	list-style:none;
	width:178px;	
	float:left;
	display:block;
	margin-bottom:11px;
}





/*-- 各コース　リンク --*/
/*-- ------------------------------------------------- --*/
.courseLink{
	width:710px;
	clear:both;
	margin-bottom:60px;
}
/*
.courseLink ul{
	height:141px;
}
*/
.courseLink ul li{
	margin:0 0 5px;
	list-style:none;
	text-align:center;
}


/*-- 各コース　専攻 --*/
/*-- ------------------------------------------------- --*/
.specialty{
	width:750px;
}
.specialty .detail{
	width:375px;
	float:left;
	margin-bottom:10px;
}
.specialty .bg{
	background:url(../img/specialty_detail_bg.gif) repeat-y left top;
}
.specialty .bg02{
	background:url(../img/specialty_detail_bg_02.gif) repeat-y left top;
}
.specialty .bg03{
	background:url(../img/specialty_detail_bg_03.gif) repeat-y right top;
}
.specialty .bg04{
	background:url(../img/specialty_detail_bg_04.gif) repeat-y right top;
}
.specialty .detail h3{
	background:none;
	padding:0px;
	margin:0px 0px 10px;
}
.specialty .detail p.bg{
	width:315px;
	margin:-10px 0 0;
	padding:10px;
	border-bottom:2px solid #0c3d6d;
}
* html .specialty .detail p.bg{ width:335px; }
.specialty .detail .img{
	width:134px;
	float:left;
	text-align:right;
	margin-bottom:10px;
}
.specialty .detail dl{
	width:230px;
	float:right;
}
.specialty .detail dl dt{
	margin-bottom:5px;
}
.specialty .detail dl dd{
	width:185px;
	line-height:1.5em;
	font-size:93%;
	margin-bottom:5px;
}
.specialty .detail .toward{
	clear:both;
	width:335px;
}
.specialty .bg .toward {
	border-top:2px solid #0c3d6d;
}
.specialty .bg02 .toward {
	border-top:2px solid #af8838;
}
/*
.specialty .detail p{
	margin:-5px 40px 0px 0px;
	padding:0px 0px 5px 10px;
}
*/
.specialty .bg p, .specialty .bg02 p{
	margin:-5px 40px 0px 0px;
	padding:0px 0px 5px 10px;
}

.specialty .bg p{
	border-bottom:2px solid #0c3d6d;
}
.specialty .bg02 p{
	border-bottom:2px solid #af8838;
}


.specialty .detailEx{
	width:710px;
	margin-bottom:10px;
}
.specialty .detailEx h3{
	background:none;
	padding:0px;
	width:335px;
	float:right;
	margin:0px 0px 10px;
}
.specialty .detailEx .img{
	width:355px;
	float:left;
}
.specialty .detailEx dl{
	width:335px;
	float:right;
}
.specialty .detailEx dl dt{
	margin-bottom:10px;
	margin-left:10px;
}
.specialty .detailEx dl dd{
	width:315px;
	margin-bottom:10px;
	line-height:1.5em;
	font-size:93%;
	margin-left:10px;
}
.specialty .detailEx .toward{
	width:335px;
	float:right;
}
.specialty .bg03 .toward {
	border-top:2px solid #ff3499;
}
.specialty .bg04 .toward {
	border-top:2px solid #a786bb;
}

.specialty .detailEx p{
	width:323px;
	float:right;
	margin:-5px 0px 0px 0px;
	padding:0px 0px 5px 10px;
}
* html .specialty .detailEx p{
	width:333px;
}
.specialty .bg03 p {
	border-bottom:2px solid #ff3499;
}
.specialty .bg04 p {
	border-bottom:2px solid #a786bb;
}

/*-- 各コース　スケジュール --*/
/*-- ------------------------------------------------- --*/
.schedule{
	text-align:right;
	background:url(../img/dot_pattern.gif) repeat-x left top;
	padding:10px 0px 0px;
	margin-bottom:30px;
}
.schedule a{
}

/*-- 各コース　ガイド --*/
/*-- ------------------------------------------------- --*/
.guide{
	margin-bottom:30px;
}
/*-- 大学　学習スタイル --*/
/*-- ------------------------------------------------- --*/
.style{
	text-align:right;
	margin-bottom:20px;
	margin-top:-5px;
}

/*-- 各コース　資格 --*/
/*-- ------------------------------------------------- --*/
dl.licence{
	padding-bottom:20px;
}
dl.licence dt{
	margin-bottom:10px;
}
dl.licence dd{
	margin-bottom:30px;
}
dl.licence dd table{
	background:#ccc;
}
dl.licence dd table td{
	line-height:1.4em;
	padding:3px 5px;
	font-size:93%;
	border:1px solid white;
	text-align:left;
	vertical-align:top;
	background:#f9f8f4;
}


/*-- JOHO紹介 --*/
/*-- ------------------------------------------------- --*/
.otherContents{
	width:735px;
	margin-bottom:30px;
}
.otherContents dl{
	width:245px;
	float:left;
}
.otherContents dl dt{
	margin-bottom:8px;
}
.otherContents dl dd{
	width:218px;
	font-size:93%;
	line-height:1.5em;
	margin-bottom:20px;
	margin-left:2px;
}

/*-- JOHOの特色 --*/
/*-- ------------------------------------------------- --*/
.features{
	width:710px;
}
dl.features dt{
	width:107px;
	height:107px;
}
dl.features dd{
	padding-left:125px;
	margin-top:-107px;
	margin-bottom:23px;
	padding-bottom:20px;
	background:url(../../other/img/features_bg.gif) no-repeat left bottom;
}
dl.features dd dl{
	width:585px;
}
dl.features dd dl dt{
	width:auto;
	height:auto;
	padding:3px 0px 17px 0px;
}
dl.features dd dl dd{
	padding:0px;
	background:none;
	margin:0px;
	font-size:93%;
	width:585px;
	line-height:1.8em;
}
dl.features dd dl dd img{
	float:right;
	margin:-80px 0px 20px 30px;
	display:block;
}
dl.features dd dl dd img.ex{
	float:none;
	margin:5px 0px 0px -5px;
	display:block;
}
div.features{
	width:736px;
	background:url(../../other/img/features_bg_02.gif) repeat-y 358px 0px;
	margin-bottom:50px;
}
div.features dl{
	width:368px;
	float:left;
}
div.features dl dt{
	margin-bottom:10px;
}
div.features dl dd{
	font-size:93%;
	width:335px;
	margin-left:2px;
	line-height:1.8em;
}


div.o_style{
	width:710px;
	padding-bottom:10px;
}
div.o_style div{ width:345px; float:left; }
div.o_style div.last{ float:right; }


div.o_style p{ margin-bottom:7px; }
div.o_style div.txt{ width:355px; line-height:1.5; float:left; }
div.o_style div.img{ width:333px; float:right; }

div.o_style div.txt_02{ width:315px; line-height:1.5; float:left; }
div.o_style div.img_02{ width:360px; float:right; }

div.o_style div div.txt{ width:180px; line-height:1.5; float:right; }
div.o_style div div.img{ width:155px; float:left; }













/*-- キャンパスライフ --*/
/*-- ------------------------------------------------- --*/
.campus{
	width:710px;
	margin-bottom:20px;
}
.campus .img{
	width:413px;
	float:right;
}
.campus dl{
	width:290px;
	float:left;
}
.campus dl dt{
	height:72px;
	width:72px;
}
.campus dl dd{
	margin:-72px 0px 10px 80px;
	min-height:72px;
}
* html .campus dl dd{
	height:72px;
}
.campus dl dd li{
	list-style:none;
	font-size:93%;
	line-height:1.5em;
	text-indent:-1em;
	padding-left:1em;
}
.campus dl dd li span{
	color:#99CC00;
}

.club{
	width:720px;
}
.club dl{
	width:180px;
	float:left;
	margin-bottom:40px;
}
.club dl dt img{
	margin-bottom:7px;
}
.club dl dd{
	margin:0px 15px 0px 2px;
	line-height:1.5em;
	font-size:77%;
}


/*-- 資格実績 --*/
/*-- ------------------------------------------------- --*/
.pass{
	width:730px;
	margin-bottom:30px;
}
.pass .detail{
	width:365px;
	float:left;
	margin-bottom:20px;
}
.pass .detail .img{
	width:130px;
	float:left;
}
.pass .detail dl{
	width:225px;
	float:right;
}
.pass .detail dl dt{
	margin-bottom:5px;
}
.pass .detail dl dd{
	line-height:1.5em;
	font-size:93%;
	margin-right:20px;
}

/*-- 就職実績 --*/
/*-- ------------------------------------------------- --*/
.job{
	margin-bottom:30px;
	margin-top:20px;
	text-align:center;
}

.reason{
	width:710px;
	margin-bottom:30px;
}
.reason .img{
	width:294px;
	float:right;
}
.reason dl{
	width:391px;
	float:left;
}
.reason dl dt{
	margin-bottom:5px;
}
.reason dl dd{
	margin-bottom:15px;
	line-height:1.8em;
	font-size:93%;
	margin-left:2px;
}

.backup{
	margin-bottom:33px;
	text-align:center;
}

.senior{
	width:750px;
	zoom:1;
	clear:both;
}
.senior:after{ content:''; display:block; clear:both; }

.senior p{ margin:0 0 5px; font-size:77%; }
.senior p strong{ color:#333; font-weight:bold; font-size:120%; }
.senior .detail{
	width:375px;
	float:left;
	margin-bottom:10px;
}
.senior .detail div{ width:185px; float:left; }
.senior .detail div.txt{ width:155px; padding-top:5.25em; }


.resultsList{
	width:720px;
	margin-bottom:50px;
}
.resultsList li{
	float:left;
	list-style:none;
	display:block;
	line-height:1.5em;
	font-size:77%;
	width:238px;
	padding-left:2px;
}



/*-- AO --*/
/*-- ------------------------------------------------- --*/
.ao{
	width:720px;
	margin-bottom:30px;
}
.ao li{
	float:left;
	width:180px;
	list-style:none;
}
.aoDouble{
	width:710px;
	margin-bottom:30px;
}
.aoDouble .img{
	width:264px;
	float:left;
}
.aoDouble .text{
	width:430px;
	float:right;
}


/*-- 奨学生制度 --*/
/*-- ------------------------------------------------- --*/
.challenge{
	height:42px;
	text-align:right;
	margin-top:-60px;
	margin-bottom:20px;
}
.scolarship{
	text-align:right;
}
.scolarship img{
	margin-top:5px;
}


/*-- 入学相談会 --*/
/*-- ------------------------------------------------- --*/
.main p.akiText{
	font-size:107%;
	border-bottom:1px solid #ccc;
	margin:0px 0px 10px;
	padding-bottom:10px;
	line-height:1.5em;
}

/*-- 企業挨拶 --*/
/*-- ------------------------------------------------- --*/
.companyGreeting{
	background:url(../../information/img/company_01.jpg) no-repeat right top;
	padding-right:115px;
	margin-bottom:30px;
}
.companyGreeting p{
	line-height:1.5em;
	margin-bottom:5px;
}
.companyGreeting p.name{
	text-align:right;
}


/*-- PDF --*/
/*-- ------------------------------------------------- --*/
.pdf{
	width:710px;
	margin-bottom:30px;
}
.pdf li{
	float:left;
	list-style:none;
	font-size:93%;
	text-align:center;
	width:318px;
}
.pdf li img{
	display:block;
	margin-right:10px;
	margin-bottom:5px;
}

/*-- リンク --*/
/*-- ------------------------------------------------- --*/
.linkList{
	width:710px;
	margin-bottom:25px;
}
.linkList li{
	width:236px;
	float:left;
	background:url(../img/mark_link.gif) no-repeat left center;
	list-style:none;
	text-indent:9px;
	font-size:93%;
	line-height:1.5em;
	margin-bottom:5px;
}

/*-- ご紹介キャンペーン --*/
/*-- ------------------------------------------------- --*/
.main p.friend{
	margin:0px 2px -60px 2px;
	position:relative;
}
.main div.friend{
	text-align:center;
	margin-bottom:50px;
}

/*-- 提携マンション --*/
/*-- ------------------------------------------------- --*/
.mansionData td{
	text-align:left;
	padding:5px 7px;
}
.mansion{
	width:710px;
	margin-bottom:20px;
}
.mansion .spec{
	width:250px;
	float:left;
}
.mansion .spec p.name{
	font-weight:bold;
	margin:5px 0px;
}
.mansion .spec table{
	margin-bottom:5px;
}
.mansion .text{
	width:450px;
	float:right;
}
.mansion .text p{
	line-height:1.5em;
}
.mansion .text p.name{
}

/*-- Faq --*/
/*-- ------------------------------------------------- --*/
.faq {
	width:710px;
	margin:35px 0px 50px 0px;
}
.faq dt {
	background:url(../../information/img/faq_q.gif) no-repeat left top;
	padding:30px 0px 10px 49px;
	line-height:1.4em;
	font-size:107%;
	margin-bottom:16px;
	color:#E64466;
}
.faq dt.first{
	padding-top:10px;
	background:url(../../information/img/faq_q_first.gif) no-repeat left top;
}
.faq dd {
	background:url(../../information/img/faq_a.gif) no-repeat left top;
	line-height:1.5em;
	margin-bottom:20px;
	padding:2px 5px 3px 49px;
	font-size:93%;
	color:#666;
}

/*-- vendar --*/
/*-- ------------------------------------------------- --*/
.vendar{
	width:710px;
	margin-bottom:10px;
}
.vendar .img{
	width:209px;
	float:right;
}
.vendar .text{
	width:470px;
	float:left;
}
.vendar .text p{
	line-height:1.5em;
}
.vendar .text p.school{
	color:#0066CC;
}
.vendar .text p.reg{
	font-size:77%;
}
.cesa{
	background:url(../../information/img/vendar_02.gif) no-repeat right top;
	padding-right:180px;
}
.main p.reduction strong{
	font-weight:bold;
	color:#cc0000;
}
.main p.reduction em{
	font-style:normal;
	font-weight:bold;
}


/*-- 関連リンク --*/
/*-- ------------------------------------------------- --*/
.relationList{
	border:1px solid #e8e2d3;
	background:#f7f5f0;
	padding:5px 15px;
}
.relationList li{
	display:inline;
	list-style:none;
	margin-right:30px;
	line-height:2em;
}
.relationList li a{
	background:url(../img/mark_link.gif) no-repeat left center;
	padding-left:10px;
	white-space:nowrap;
}

/*-- 分野で探す --*/
/*-- ------------------------------------------------- --*/
.fieldList{
	width:735px;
	margin-top:20px;
}
.fieldList dl{
	width:245px;
	float:left;
}
.fieldList dl dt{
	margin-bottom:5px;
}
.fieldList dl dd{
	line-height:1.5em;
	font-size:93%;
	margin-right:25px;
	margin-bottom:20px;
}



/*-- 資格から探す --*/
/*-- ------------------------------------------------- --*/
div.licenceList{ padding-bottom:20px; clear:both; }
div.licenceList h3{ margin:0 0 5px; padding:10px 0 0; background:none; clear:both; }
div.licenceList div{ width:720px; margin:0 0 10px -10px; clear:both; }
div.licenceList:after, div.licence_list div:after{ content:''; display:block; clear:both; }

div.licenceList dl{ width:230px; margin:0 0 0 10px; display:inline; float:left; }

div.licenceList dd{ padding:5px 0 10px; font-size:77%; line-height:1.4; }



/*-- JOHO　10コース --*/
/*-- ------------------------------------------------- --*/
.johoCourse{
	width:735px;
}
.johoCourse dl{
	width:245px;
	float:left;
}
.johoCourse dl dt{
	margin-bottom:5px;
}
.johoCourse dl dd{
	line-height:1.35em;
	font-size:93%;
	margin-right:25px;
	height:3.5em;
}

/*-- JOHO　10コース --*/
/*-- ------------------------------------------------- --*/
div.licence{
	margin-top:15px;
}

/*-- 高校生ITチャレンジ --*/
/*-- ------------------------------------------------- --*/
.challengeLink{
	text-align:right;
	margin-top:-55px;
	height:-55px;
	position:relative;
}
/*-- 職種から --*/
/*-- ------------------------------------------------- --*/
.jobList{
	width:735px;
}
.jobList dl{
	width:245px;
	float:left;
}
.jobList dl dt{
	margin-bottom:5px;
}
.jobList dl dd{
	margin-right:25px;
	margin-bottom:15px;
}
.jobList dl dd li{
	list-style:none;
	font-size:93%;
	margin-left:2px;
	line-height:1.5em;
}


/*-- 社会人・フリータの方へ --*/
/*-- ------------------------------------------------- --*/
.social{ width:710px; margin:0 0 40px; clear:both; }
.social:after{ content:''; display:block; clear:both; }
.social .img{ width:330px; float:left; }
.social p, .social ul{ width:370px; float:right; }
.social li{ margin-bottom:5px; list-style-type:none; }


.social .course ul{ width:auto; margin:0 0 10px; float:none; clear:both; }
.social .course li{ font-size:107%; color:#333; }
.social .course li a{ color:#ff3375; text-decoration:underline; }
.social .course li a:link, .social .course li a:visited{ text-decoration:underline; }
.social .course li a:hover, .social .course li a:active{ text-decoration:none; }
.social .course p{ width:auto; padding-top:10px; border-top:1px solid #ccc; color:#333; float:none; clear:both; }




/*-- 保護者の方へ --*/
/*-- ------------------------------------------------- --*/
.parent_01, .parent_02, .parent_03, .parent_04, .parent_05, .parent_06, .parent_07{ width:710px; margin:0; padding:0 0 20px; clear:both; }
.parent_01:after, .parent_02:after, .parent_03:after, .parent_04:after, .parent_05:after, .parent_06:after, .parent_07:after{ content:''; display:block; clear:both; }

.parent_01 h2.image, .parent_02 h2.image, .parent_03 h2.image, .parent_04 h2.image, .parent_05 h2.image,
.parent_06 h2.image, .parent_07 h2.image{ margin:0 0 10px; padding:0; }

.parent_01 .img{ width:240px; float:left; }
.parent_01 div{ width:455px; float:right; }
.parent_01 div p img{ margin:0 0 7px; }

.parent_02 .img{ width:346px; float:right; }
.parent_02 div{ width:347px; float:left; }
.parent_02 div p img{ margin:0 0 7px; }

.parent_03{ padding-bottom:10px; }
.parent_03 p img{ margin:0 0 5px; }

.parent_04 h3{ padding:0; background:none; }
.parent_04 .img{ width:336px; float:right; }
.parent_04 div{ width:357px; float:left; }
.parent_04 div p img{ margin:0 0 7px; }

.parent_05 h3{ padding:0; background:none; }
.parent_05 .img{ width:336px; float:right; }
.parent_05 div{ width:357px; float:left; }

.parent_06{ padding-bottom:10px; }

.parent_07{ padding-bottom:30px; }
.parent_07 h3{ padding:0; background:none; }
.parent_07 ul{ margin-bottom:20px; }
.parent_07 li{ margin-left:1.75em; padding:0 0 5px; text-indent:-1.75em; list-style-type:none; }
.parent_07 p{ margin-left:1em; margin-bottom:10px; text-indent:-1em; }
.parent_07 p.img{ margin-left:0; text-indent:0; }





/*-- 

	11.Sitemap Ele

====================================================== --*/
.sitemap {
	width:710px;
	margin:0px 0px 0px 0px;
}
.main .sitemap h2{
	clear:both;
}
.sitemap li{
	font-size:93%;
	line-height:2em;
	list-style:none;
}
.sitemap li li{
	font-size:100%;
}
.sitemap .link{
	width:238px;
	float:left;
	margin:0px 0px 15px 0px;
}
.sitemap .link li{
	background:url(../../other/img/mark_sitemap.gif) no-repeat 0px 0.7em;
	padding-left:13px;
}
.sitemap .link li li{
	background:url(../img/mark_link.gif) no-repeat 0px 0.7em;
	padding-left:10px;
}
.sitemap .link ul{
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.sitemap .text{
	width:472px;
	float:left;
	margin:0px 0px 15px 0px;
}



/*-- 

	12.Form Ele

====================================================== --*/
form {
	margin: 0px;
	padding: 0px;
}
.form{
	text-align:right;
}
form td input{
	vertical-align:middle;
}
form td select{
	margin:1px 0px;
}
input.radio{
	vertical-align:-2px;
}
input.long{
	width:220px;
}
input.short{
	width:50px;
}
input.zipcode{
	width:65px;
}
input.very-short{
	width:30px;
}
textarea{
	width:330px;
	height:80px;
	font-size:12px;
}
.bbs textarea{
	width:600px;
}
fieldset {
	padding: 0.5em;
	border: 1px solid #FF66CC;
	margin: 0.5em;
}
legend {
	font-weight: bold;
}
td.submit {
	text-align: center;
	padding-top:20px;
}

