@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    background: url('img/bg.jpg') left top;
	background-size:cover;
	background-attachment: fixed;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 90%;
}

a {
	color: #187df0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.btn {
	display: block;
}

img {
	border: 0;
}

/*************************
	container系
*************************/
.container {
    width: 960px;
    margin: 0 auto;
}

#header {
	padding-top: 10px;
}

#bg {
	background: url("img/top/one.png") center center no-repeat;
	overflow: hidden;
	height:800px;
}

#main {
    position: relative;
}

#footer {
	width: 900px;
	margin: 20px auto 0 auto;
	padding: 10px;
	border-top: 1px solid #e0e0e0;
	font-size: 13px;
	text-align: center;
	color: #777;
}

/*************************
	page
*************************/
.page {
    background: white;
    padding: 30px 8% 80px;
    margin-top: 0px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.20);
    -pie-box-shadow: 0 2px 6px rgb(210, 210, 210);
    color: #333;
    margin: 0 0 0 220px;
    behavior: url(PIE.htc);
}

.page h1 {
	color: #187df0;
	margin: 19px 0;
	*margin-top: 0px;
}

.page h2 {
	background: url("img/section-title-circle.png") 0 2px no-repeat;
	*background-position-x: 26px;
	font-size: 16px;
	padding: 2px 0 2px 18px;
	line-height: 16px;
	margin: 30px 0 10px 0;
}

.page p {
	font-size: 14px;
	line-height: 155%;
}

img.header_date {
	
	padding-top: 20px;
	float: right;
	clear: both;
    margin-top:30px;
	
}

/*************************
	navi
*************************/
#navi {
	list-style-type: none;
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0;
	margin: 15px 0;
}

#navi li {
	height: 70px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#navi li:hover {
	background-position: 10px 0;
}

#navi li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

li.navi_about {
	background: url("img/navi/about.png") no-repeat;
}

li.navi_access {
	background: url("img/navi/access.png") no-repeat;
}

li.navi_katen {
	background: url("img/navi/katen.png") no-repeat;
}

li.navi_tenzi {
	background: url("img/navi/tenzi.png") no-repeat;
}

li.navi_mogiten {
	background: url("img/navi/mogiten.png") no-repeat;
}

li.navi_kikaku {
	background: url("img/navi/kikaku.png") no-repeat;
}

/*************************
	高専祭について
*************************/
dl.horizontal {
	line-height: 160%;
	width: 400px;
	font-size: 14px;
}

dl.horizontal dt {
	float: left;
	width: 80px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	/*margin-bottom: 18px;*/
	padding-left: 8px;
}

dl.horizontal dd {
	margin-left: 80px;
	margin-bottom: 18px;
	border-bottom: 1px solid #ccc;
}

dl.horizontal dt.two {
	line-height: 320%;
}

/*************************
	企画ページ
*************************/
.kikaku {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
}

.kikaku th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
 
.kikaku th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.kikaku th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
    -pie-background:          linear-gradient(top, #f5f5f5, #eee);
    behavior: url(PIE.htc);
}

.kikaku td {
    padding: 3px 10px;
    border-bottom: 1px solid #f2f2f2;    
}

.kikaku th {
	padding: 8px;
}

.kikaku tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}
table{
	border-collapse: separate;
	border-spacing: 1px;
	text-align: center;
	line-height: 1.5;
}

tr {
	border: 2px #2b2b2b solid;
	font-weight: bold;
}

td {
	
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #eee;
	font-weight: bold;
}

th {
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #3B8FE2;
}