﻿@charset "utf-8";
@import url("../common.css");

/* CSS Document */

/*sidemenu設定*/

#sidemenu li{
	padding:5px;
	}

/*box設定*/

.contentbox{
	margin:0 0 0 1em;
	}

/*タイトルの設定*/

.contentbox h3,
.contentbox h4,
.contentbox h5{
font-weight:bold;
	font-family:"ヒラギノ角ゴ",Osaka,"MS Gothic","ＭＳ ゴシック",sans-serif;
}

.contentbox h3{
margin:2em 0em 1em 0em;
	font-size:1.1em;
	color:#444444;
	}

.contentbox h3 a{
color:#444444;
}

.contentbox h4{
margin:2em 0em 1em 2em;
	font-size:1.1em;
}

.contentbox h5{
margin:1.2em 0em 0.6em 0em;
font-size:1em;
font-weight:normal;
text-decoration:underline;
}



/*文章の設定*/

p.navi{
font-size:0.8em;
margin-left:3em;
}

p.addition{
font-size:0.75em;
text-align:right;
}

.contentbox img{
margin-left:1em;
margin-right:0.5em;
}

.contentbox dl{
	margin:0 0em 0em 0.5em;
	line-height:150%;
	text-align:justify;
}

.contentbox dt{
	margin:1em 0 0em 1em;
	}

.contentbox ul.aa{
margin-left:2em;
}

.contentbox ul.kyoutoeki{
margin:2em;
}

/*学内ページ、構内の食堂・ショップ案内テーブルの設定*/

#contents,
.contentbox,
#shop{
overflow:visible;
}


#shop{
width: 510px;
margin:2em 0em 2em 0px;
}

#shop table{
	margin-bottom:0.5em;
	border-collapse:collapse;
	empty-cells:show;
}

#shop table colgroup.camp{
width:100px;
}

#shop table colgroup.name{
text-align:left;
width:150px;
/*border:blue solid 1px;*/
}

#shop table colgroup.time{
text-align:right;
width:120px;
/*border:green solid 1px;*/
}

#shop table colgroup.time-hall{
text-align:right;
width:140px;
/*border:green solid 1px;*/
}

#shop table td,
#shop table th{
border-color:gray;
border-width:1px;
}

#shop table thead th{
padding:0.7em 0.5em;
border-bottom-style:solid;
}


#shop table tbody th,
#shop table tbody td{
padding:0.7em 0.5em;
border-top-style:dashed;
border-bottom-style:dashed;
}

#shop table tbody th
{
border-right-style:dashed;
font-weight:normal;
}

#shop table tbody tr.bottom td,
#shop table tbody tr.bottom th
{
border-bottom:none;
}

/*保護者向けページ定義リストの設定*/

.parents dl{
margin-top:1em;
}

.parents dt{
width:9em;
float:left;
clear:both;
margin:0;
text-align:right;
}

.parents dd{
width:23em;
margin:0 0 1em 10em;
}

.parents dd div{
margin-left:1em;
}

/*ホテルアドバイザー活動ページの箇条書き設定*/


ul.bentou{
margin-left:3em
}
