@charset "shift_jis";
/* CSS初期設定 */
body {
	background-color:#ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p,h1,h2,h3,h4,h5,ul,li,dl,dt,dd { 
	margin:0;
	padding:0;
	color:#000;
	text-decoration:none;
	line-height: 1.4em;
}
img {
    border:0;
    vertical-align:bottom;
}
ul {
	list-style:none;
}
a {
	overflow: hidden;
}
.clear {
	clear: both;
}
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearfix { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearfix { 
	height: 1%; 
} 
.clearfix { 
	display: block; 
} 
/* end of for macIE */
.clearfix {
	overflow:hidden;
}

/* 基本レイアウト・フォント装飾関連 */
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-dred { font-weight: bold ; color: #CC3300}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #009900}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}
.f-dred { color: #CC3300}
.f-blue { color: #0066CC}
.f-green { color: #009900}

/* レイアウト */
.t10k { font-size: 10px; color: #000000}		/* 黒 */
.t10r { font-size: 10px; color: #FF0000}		/* 赤 */
.t10w { font-size: 10px; color: #FFFFFF}		/* 白 */
.t10g { font-size: 10px; color: #666666}		/* 灰 */

.t12k { font-size: 12px ; color: #000000}		/* 黒 */
.t12w { font-size: 12px ; color: #FFFFFF}		/* 赤 */
.t12r { font-size: 12px ; color: #CC3300}		/* 白 */
.t12g { font-size: 12px ; color: #666666}		/* 灰 */

.t10_12 { font-size: 10px; line-height: 12px}
.t12_14 { font-size: 12px; line-height: 14px}
.t12_16 { font-size: 12px; line-height: 16px}

.t12b { font-size: 12px ; font-weight: bold}
.t12b-r { font-size: 12px ; font-weight: bold ; color: #CC3300}		/* 赤 */
.t12b-w { font-size: 12px ; font-weight: bold ; color: #FFFFFF}		/* 白 */
.t12b-g { font-size: 12px ; font-weight: bold ; color: #666666}		/* 灰 */

.t14g { font-size: 14px ; color: #666666}		/* 灰 */

.t13 { font-size: 13px ; color: #333333}
.t13b { font-size: 13px ; font-weight: bold}
.t14b { font-size: 14px ; font-weight: bold}
.t14b-r { font-size: 14px ; line-height: 120% ; font-weight: bold ; color: #FF3300}		/* 赤 */
.t14b-o { font-size: 14px ; line-height: 120% ; font-weight: bold ; color: #FF6600}		/* 橙 */
.t14b-w { font-size: 14px ; line-height: 120% ; font-weight: bold ; color: #FFFFFF}		/* 白 */
.t14b-gr { font-size: 14px ; line-height: 120% ; font-weight: bold ; color: #009900}		/* 緑 */
.t14b-g { font-size: 14px ; line-height: 120% ; font-weight: bold ; color: #666666}		/* 緑 */

.t16b-w { font-size: 16px ; line-height: 140% ; font-weight: bold ; color: #FFFFFF}		/* 白 */

.e10 { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 10px}
.e12 { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 12px}
.e12b { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 12px; font-weight: bold}
.e12p { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 12px; font-weight: bold ; color: #FF3399}
.e14b { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 14px; font-weight: bold}
.e14pink { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 14px; font-weight: bold ; color: #FF3399}
.e12w { font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", ; font-size: 12px; font-weight: bold ; color: #FFFFFF}
.dot {
	border: 1px dotted #FF0000;
	color: #FF0000;
	text-decoration: blink;
}
/* Space Setting
------------------------------------------------ */
.h-space1 { height: 1px}
.h-space2 { height: 2px}
.h-space3 { height: 3px}
.h-space5 { height: 5px}
.h-space7 { height: 7px}
.h-space8 { height: 8px}
.h-space10 { height: 10px}
.h-space15 { height: 15px}
.h-space20 { height: 20px}
.h-space25 { height: 25px}
.h-space30 { height: 30px}
.h-space35 { height: 35px}

.w-space2 { width: 2px}
.w-space3 { width: 3px}
.w-space5 { width: 5px}
.w-space7 { width: 7px}
.w-space8 { width: 8px}
.w-space10 { width: 10px}
.w-space15 { width: 15px}
.w-space20 { width: 20px}
.w-space25 { width: 25px}
.w-space30 { width: 30px}
.w-space32 { width: 32px}

h1#title{
	font-size:12px;
	font-weight:normal;
}


/* 案内文
------------------------------------------------ */
.att {
	width: 600px;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #F00;
}

/* メイン
------------------------------------------------ */
#wrap930 {
	width: 930px;
	margin: 20px auto 0;
}
#wrapDiagaku {
	clear: both;
	width: 950px;
	background: url(images/back.gif) repeat;
	margin: 0 auto;
	padding: 10px 0 20px;
}
#wrapRosen {
	background: url(images/back.gif) repeat;
	padding: 5px 10px;
}

/* 受験生の宿 ここがポイント！
------------------------------------------------ */
ul#point {
	margin: 10px 0 20px;
}
ul#point li {
	width:465px;
}
.point1 {
	height:23px;
	background-image: url(images/ic_point1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	text-indent:32px;
}
.point2 {
	height:23px;
	background-image: url(images/ic_point2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	text-indent:32px;
}
.point3 {
	height:23px;
	background-image: url(images/ic_point3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	text-indent:32px;
}
.point4 {
	height:23px;
	background-image: url(images/ic_point4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	text-indent:28px;
	margin:-69px 0px 0px 465px;
}
.point5 {
	height:46px;
	background-image: url(images/ic_point5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:15px;
	line-height:19px;
	font-weight:bold;
	text-indent:28px;
	margin:0px 0px 0px 465px;
}

/* パンフde予約
------------------------------------------------ */
.panfdeBox {
	margin: 10px 0 20px;
	padding: 15px 10px 40px 10px;
	width: 630px;
	background-color: #f1f8fa;
	float: left;
}
.panfdeBox dl.left {
	float: left;
	margin-top: 10px;
	width: 289px;
	background-color: #eeeeee;
}
.panfdeBox dl.left dd {
	padding: 5px;
}
.panfdeBox .txt01 {
	color: #195cdb;
}

.panfdeBox dl.right {
	float: right;
	margin-top: 10px;
	width: 320px;
}
.panfdeBox dl.right dd{
	line-height: 1.6em;
}


/* 地図から探す
------------------------------------------------ */
.mapBox {
	width: 670px;
	float: left;
	margin-bottom: 30px;
}
.searchWrap {
	background: url(images/bg_search.gif) repeat-x;
	background-position: left bottom;
	background-color: #eeeeee;
	margin-top: 5px;
	padding: 10px 45px;
}
.titMap {
	background-image: url(images/bg_tit_map.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 670px;
	font-size:18px;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	text-indent:35px;
	padding:0px;
	margin:0px;
}
.searchWrap p {
	font-size:12px;
	line-height:18px;
	padding:0px;
	margin:0px 0px 5px 0px;
}

/* 大学・路線図から探す
------------------------------------------------ */
.btnBox {
	width: 240px;
	float: right;
}
.btnBox ul.daigaku {
	background: url(images/btn_daigaku.gif) no-repeat;
	width: 240px;
	height: 100px;
	padding-left: 8px;
	margin-bottom: 10px;
}
.btnBox ul.rosen {
	background: url(images/btn_rosen.gif) no-repeat;
	width: 240px;
	height: 100px;
	padding-left: 8px;
}
.btnBox li {
	float: left;
	margin: 0 2px 10px 0;
}

/* 大学から探す
------------------------------------------------ */
h2#daigaku {
	margin: 10px 0;
	position: relative;
}
h2#daigaku p {
	position: absolute;
	top: 4px;
	right: 4px;
}
.tabD {
	width: 950px;
	height: 33px;
}
.tabD li {
	float: left;
}

/* 路線図から探す
------------------------------------------------ */
h2#rosen {
	position: relative;
}
h2#rosen p {
	position: absolute;
	top: 4px;
	right: 4px;
}
#mapSyuto {
	width: 740px;
	margin: 10px auto 20px;
}
.pdfBox {
	width: 600px;
	margin: 10px 0;
	background-color: #FFFCDB;
	padding: 5px 20px;
}

/* パンフ検索
------------------------------------------------ */
.titPanf {
	clear:left;
	background-image: url(images/bg_tit_panfde.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 930px;
	font-size:18px;
	line-height:33px;
	color:#2a2a9f;
	font-weight:bold;
	text-indent:38px;
	padding:0px;
	margin:0px;
}
.panfBox {
	float: right;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	_margin-bottom: 22px;
}
.searchPanf {
	width: 238px;
	margin-left: 10px;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.searchPanf dl#day {
	padding: 10px;
	clear: both;
}
.searchPanf dl#day dt {
	float: left;
	width: 100px;
	margin-bottom: 20px;
}
.searchPanf dl#day dd {
	margin-bottom: 3px;
	float: right;
}
.searchPanf dl#code {
	padding: 0 10px;
	clear: both;
}
.searchPanf dl#code dt {
	float: left;
	width: 80px;
}
.searchPanf dl#code dd {
	margin: 20px 0 3px 0;
	float: right;
}
.searchPanf dl#code2 {
	padding: 0 10px 10px;
	clear: both;
}
.searchPanf dl#code2 dt {
	float: left;
	margin: 0 5px 10px 0;
}
.searchPanf dl#code2 dd {
	margin: 3px 0 5px 0;
	float: right;
}
.searchPanf p {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
.linkarrowR {
	width: 120px;
	background: url(images/arrow.gif) no-repeat;
	background-position: center left;
	margin: 5px 0 0 130px;
	padding: 0 0 0 15px;
}

.panfImg {
	margin-top: 10px;
}
.panfImg p {
	margin: 10px;
}

/* 受験生の宿 ご案内
------------------------------------------------ */
.infoBox {
	clear: both;
	width: 645px;
	float: left;
}
.infoBox p {
	padding: 10px 0;
	line-height: 1.6em;
}
.linkarrow {
	width: 120px;
	background: url(images/arrow.gif) no-repeat;
	background-position: center left;
	margin: 5px 0 0 5px;
	padding: 0 0 0 15px;
}

/* その他情報
------------------------------------------------ */
.otherBox {
	float: right;
	width: 264px;
}
.otherBox dl {
	margin: 10px 0;
	padding-bottom: 10px;
	border: 1px solid #929292;
}
.otherBox dt {
	margin: 5px 4px;
}
.otherBox li {
	background: url(images/arrow.gif) no-repeat;
	background-position: center left;
	margin: 5px 0 0 60px;
	padding: 0 0 0 15px;
}
.otherBox2 {
	width: 264px;
}
.otherBox2 dl {
	margin: 10px 0;
	padding-bottom: 10px;
	border: 1px solid #929292;
}
.otherBox2 dt {
	margin: 5px 4px;
}
.otherBox2 li {
	background: url(images/arrow.gif) no-repeat;
	background-position: center left;
	margin: 5px 0 0 60px;
	padding: 0 0 0 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.panfdeBox {
	padding: 15px 10px 70px 10px;
}
.searchPanf dl#day dt {
	width: 80px;
}
}

#add{
	display:block;
	padding:10px 0 0 0;
}

#add h2{
	display:block;
	width:575px;
	height:32px;
	padding:6px 0 0 70px;
	background:url(images/ti_images.gif) no-repeat;
	display:block;
	font-size:16px;
	color:#2A2A9F;
	font-weight:bold;
	margin:0 0 10px 0;
}

#add dl{
	width:205px;
	height:140px;
	float:left;
	display:block;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
	border-right:1px solid #CCC;
}

#add dl#last{
	border-right:none;
}

#add dl dt{
	font-weight:bold;
	padding:0 0 0 0;
	height:45px;
	color:#066;
	font-size:14px;
}


/**/

#mochimono{
	display:block;
	width:640px;
	padding:10px 0 0 0;
}

#mochimono table{
	display:block;
	width:640px;
}

#mochimono table th{
	width:150px;
	text-align:left;
	border-bottom:1px dotted #CCC;
	padding:8px 2px 8px 2px;
}

#mochimono table td{
	border-bottom:1px dotted #CCC;
	padding:0 10px 0 0;
}


#mochimono h2{
	display:block;
	width:575px;
	height:32px;
	padding:6px 0 0 70px;
	background:url(images/ti_images_mochimono.gif) no-repeat;
	display:block;
	font-size:16px;
	color:#2A2A9F;
	font-weight:bold;
	margin:0 0 10px 0;
}

#mochimono h3{
	display:block;
	width:630px;
	padding:3px;
	background-color:#FC6;
	display:block;
	font-size:16px;
	color:#C30;
	font-weight:bold;
	margin:15px 0 10px 0;
	text-indent:20px;
}

#mochimono dl{
	width:205px;
	height:140px;
	float:left;
	display:block;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
	border-right:1px solid #CCC;
}

#mochimono dl#last{
	border-right:none;
}

#mochimono dl dt{
	font-weight:bold;
	padding:0 0 0 0;
	height:45px;
	color:#066;
	font-size:14px;
}
