@charset "utf-8";
 /* Student
-------------------------------------------------- */
body {
	background: #fff url(../images/student/background.gif) top left repeat-x;
	padding-top: 88px;
}

div#background {
	background: url(../images/student/background_student.jpg) top center repeat;
}
div#background:after { content: "."; display: block; height: 0; line-height:0; clear: both; visibility: hidden;}
/* MacIE begin \*/
*+html div#background { height: 1%;}
* html div#background { height: 1%;}
div#background { display: block;}
/* Mac IE end */

div.container {
	width: 950px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
	text-align: left;
}
*html div.container { width: 990px;}

div#header {
	position: relative;
	top: -88px;
}

div#wrapper {
	margin-top: -88px;
}

/*  ------------------------------------------------------------------

	20100129 追加 NAZAL

---------------------------------------------------------------------*/
dl#search-univ {
	margin-bottom: 20px;
}

dl#search-univ img {
	vertical-align: bottom;
}

dl#search-univ dt,
dl#search-univ dd {
	float: left;
	margin: 0;
	padding: 0;
}

/* start clearfix */
dl#search-univ:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0px; line-height: 0; }
/* ie6 hack */
* html dl#search-univ { height: 1%; }
/* ie7 hack */
*:first-child+html dl#search-univ { min-height: 1%;}
/* end clearfix */


/*  学校検索ページ 大見出し
-----------------------------------*/
h2.title-page {
	background: url(../images/student/title_page.jpg) left no-repeat;
	margin: 15px 0 30px;
	padding: 16px 12px;
	line-height: 1.3;
	font-size: 16px;
	color: #fff;
}

/*	学校一覧表
-----------------------------------*/
table.indexTable {
	border-collapse: collapse;
	border-bottom: 2px solid #dadada;
	table-layout: fixed;
	margin-bottom: 1.6em;
	width: 100%;
	font-size: 12px;
}
table.indexTable th,
table.indexTable td {
	border-bottom: 1px solid #dadada;
	padding: 8px;
	text-align: left;
	vertical-align: middle;
}
/*  thead => th
-----------------------------------*/
table.indexTable thead th {
	background-color: #38B5E1;
	border-bottom: 2px solid #dadada;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

table.indexTable thead th.firstChild {
	width: 35%;
}

/*  tbody => td
-----------------------------------*/
table.indexTable tbody td {
}
/*  CSS3対応ブラウザはストライプ表示
-----------------------------------*/
table.indexTable tr:nth-of-type(odd) {
	background-color: #F7F4EB;
}
/*  tr:hover
-----------------------------------*/
table.indexTable tr:hover td {
	background-color: #DBF6FF;
}
/*  ------------------------------------------------------------------

	

---------------------------------------------------------------------*/


 /* Contents
-------------------------------------------------- */
div#content-wrapper {
	background: url(../images/student/background_aside.gif) top right repeat-y;
}

h2.title-main {
	margin-bottom: 15px;
	padding: 8px 10px;
	background: url(../images/student/title_main.jpg) left no-repeat;
	line-height: 1.2em;
	font-size: 1.1em;
	color: #fff;
}

h3.title-sub {
	margin-bottom: 12px;
	padding: 3px 0 3px 12px;
	border-bottom: #dadada solid 1px;
	position: relative;
	background: url(../images/student/title_sub.gif) left center no-repeat;
	font-size: 1.2em;
}

h3.title-sub span {
	float: right;
	padding-left: 16px;
	position: absolute;
	top: 3px;
	right: 0;
	background: #fff url(../images/student/arrow_blue.jpg)  left center no-repeat;
	font-size: 0.8em;
	font-weight: normal;
}

ul.dwelling {
	margin-bottom: 10px;
	padding: 0;
}

ul.dwelling li {
	margin: 0 30px 0 0;
	padding: 0;
	background: none;
}

ul.dwelling li.dwelling-right {
	margin-right: 0;
}

dl.school-route {
	margin: 0;
	line-height: 1.6em;
}

dl.school-route dt {
	font-weight: bold;
}

dl.school-route dd {
	margin-bottom: 1em;
}

dl.place-guide {
	line-height: 1.8em;
}

dl.place-guide dt {
	font-weight: bold;
}

dl.place-guide dd {
	
}


/* aside */
div#aside {
	position: relative;
	border: none;
}

h4.title-main-aside {
	margin-bottom: 1em;
	padding: 10px;
	background: url(../images/student/title_aside.jpg) top left no-repeat;
	font-size: 1.1em;
	color: #fff;
}

h4.title-aside {
	margin-bottom: 1em;
	position: absolute;
	top: 0;
	left: 0;
}

h5.title-sub-aside {
	margin-bottom: 1em;
	padding: 7px;
	background: url(../images/student/title_aside_sub.jpg) top left no-repeat;
	font-size: 1.1em;
	color: #fff;
}

div.first p {
	padding: 0 3px;
	margin-bottom: 1em;
}

div.first dl {
	padding: 0 3px;	
}

div.first dl dt {
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #25a5db;
}

div.first dl dd {
	margin-bottom: 1em;
}

div.guide {
	padding-top: 0 !important;
}

div.guide ul {
	margin-top: 75px;
	padding: 4px;
	list-style: none;
}

div.guide ul li {
	margin-bottom: 1em;
	padding-bottom: 10px;
	background: url(../images/common/line_dot.gif) left bottom repeat-x;
}

div.guide ul li.background-none {
	margin-bottom: 0;
	padding-bottom: 0;
}

div.guide dl.place-guide {
	line-height: 1.4em;
}

div.guide dl.place-guide dd {
	margin-bottom: 1em;
}

div.guide p {
	margin-bottom: 0.5em ! important;
	text-align: center;
}

div.guide p img {
	padding: 1px;
	border: #dadada solid 1px;
}


 /* Side
-------------------------------------------------- */
div#campus-guide {}

div#campus-guide h4 {
	padding: 8px 8px;	
	background: url(../images/student/title_navi_side.jpg) top left no-repeat;
	font-size: 1.1em;
	color: #fff;
}

div#campus-guide ul {
	margin-bottom: 30px;
	padding: 0 8px 5px;
	list-style: none;
	background-color: #38b5e0;
}

div#campus-guide ul li {
	padding-bottom: 3px;
}

div#campus-guide ul li img {
	vertical-align: bottom;
}

div#search-school h4 {
	padding: 8px 8px;	
	background: url(../images/student/title_navi_side.jpg) top left no-repeat;
	font-size: 1.1em;
	color: #fff;
}

div#search-school ul {
	margin-bottom: 30px;
	padding: 0 3px 5px;
	list-style: none;
	background-color: #38b5e0;
}

div#search-school ul li {
	padding-bottom: 3px;
}

div#search-school ul li img {
	vertical-align: bottom;
}

div#side h5 {
	margin-bottom: 12px;
	padding: 3px 0 3px 12px;
	background: url(../images/student/title_sub.gif) left center no-repeat;
	border-bottom: #dadada solid 1px;
	font-size: 1.2m;
}

div#cell-phone ul {
	background-color: #f6f4ea;
}

div#bookmark ul {
	background-color: #f6f4ea;
}

div#area-minimini {
	margin-bottom: 30px;
}

div#area-minimini dl {
	margin-bottom: 10px;
	padding: 12px;
	border: #dadada solid 1px;
	background-color: #f6f6f6;
}

div#area-minimini dl dt {
	margin-bottom: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
}

div#area-minimini dl dd {}



/*  ------------------------------------------------------------------

	20100130 修正 NAZAL

---------------------------------------------------------------------*/

/*  Googlemaps入れるので下マージン
-----------------------------------*/
div#area-minimini dl dd.shop-photo {
	margin-bottom: 1em;
	padding-top: 1em;
}

div#area-minimini dl dd.shop-photo img {
	padding: 1px;
	border: #dadada solid 1px;
	text-align: center;
}


/*  Googlemaps
-----------------------------------*/
div.shop-map {
	margin-bottom: 2em;
}
div.shop-map iframe {
	border: #dadada solid 1px;
}

div.shop-map p {
	padding-left: 8px;
	background: url(../images/common/arrow_red.gif)  left center no-repeat;
}