/*
Theme Name: TITECH JP
Theme URI: 
Author: 
Author URI: https://www.titech.ac.jp/
Description: 
Version: 
License: 
License URI: 
Tags: 
*/

@charset "utf-8";

body {
    font-size:80%;
    line-height:160%;
	text-align:center;
	background: url(./image/wrapper_bg.jpg) repeat-x top;
font-family: "Lucida Grande", Tahoma, Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
}

/* --- wrapper --- */

#wrapper {
    width:940px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

/* --- header --- */

#header {
    width:940px;
    height:285px;
    margin-right:auto;
    margin-left: auto;
	position:relative;
	background:url(./image/header.png) no-repeat;
}

#header h1, #header h1 a{
	width:380px;
    height:100px;
}

#header h1 {
	position:absolute;
	left:20px;
	top:110px;
}

#header .info {
	position:absolute;
	left:0;
	top:0;
	width: 940px;
	height: 57px;
}

#header .info ul {
	position: absolute;
	right: 0;
	top: 17px;
}

#header .info a.top {
	float: left;
	margin-left: 0px;
	width: 670px;
	height: 57px;
}

#header .info li, #header .info li a{
	width:80px;
	height:25px;
}

#header .info li{
	display: block;
	float: right;
	margin-left: 5px;
}

#header #slideshow {
	position: absolute;
	right: 22px;
	bottom: 44px;
	width: 230px;
	height: 170px;
	z-index: 1;
}

#navi {
	position: absolute;
	bottom: -28px;
	left: 18px;
}

#navi li {
	float: left;
	position: relative;
}
#navi a {
	width: 150px;
	height: 55px;
	background:url(./image/nav.png)  no-repeat;
}
#navi .i1 a {	background-position: 0px 0px;}
#navi .i2 a {	background-position: -150px 0px;}
#navi .i3 a {	background-position: -300px 0px;}
#navi .i4 a {	background-position: -450px 0px;}
#navi .i5 a {	background-position: -600px 0px;}
#navi .i6 a {	background-position: -750px 0px;}
#navi .i1 a:hover {	background-position: 0px -55px;}
#navi .i2 a:hover {	background-position: -150px -55px;}
#navi .i3 a:hover {	background-position: -300px -55px;}
#navi .i4 a:hover {	background-position: -450px -55px;}
#navi .i5 a:hover {	background-position: -600px -55px;}
#navi .i6 a:hover {	background-position: -750px -55px;}

#navi li ul {
	display: none;
	position: absolute;
	top:55px;
	left: 0;
	border-bottom: 1px solid #618c43;
	background: #ECFFDE;
}

#navi li:hover ul {display: block;}

#navi li ul li a{
	display: block;
	background: none;
	height: auto;
	border: solid #618c43;
	border-width: 1px 1px 0 1px;
	width: 140px;
	padding-left: 8px;
	color: #333333;
	text-decoration: none;
}

#navi li ul li a:hover {
	text-decoration: underline;
}

#container {
	width: 900px;
	margin: 0 auto;
}

/* --- side --- */

#side {
	float:right;
	width:200px;
    margin-top: 50px;
    border-left: 2px #CCCCCC;
}

#side .menu li {
	margin-bottom:10px;
}

#side h2 {
	width: 200px;
	height: 25px;
}

#side p {
	margin: 10px;
}

#side h2.address {background: url(./image/address.png);}
#side h2.student {background: url(./image/student.png);}
#side h2.company {background: url(./image/company.png);}

#side li {
	margin-bottom: 5px;
}
#side .qanda,
#side .qanda a,
#side .internal,
#side .internal a {
	width: 200px;
	height: 52px;
	margin-bottom: 20px;
}

#side .qanda {background: url(./image/qanda.png) no-repeat;}
#side .internal {background: url(./image/internal.png) no-repeat;}

/* --- content --- */

#content {
	width:660px;
	float:left;
    margin-top: 50px;
}

#content h2 {
	width:630px;
	height:23px;
	margin-bottom:5px;
	background:url(./image/h2_back.png) no-repeat;
	padding:7px 5px 5px 10px;
	color: #fff;
	font-size: 100%;
}

#content h2.about {background: url(./image/about.png)}
#content h2.keyword {background: url(./image/keyword.png)}
#content h2.news {background: url(./image/news.png)}

#content {
	margin-bottom:20px;
}

#content h3 {
    font-size: 120%;
	padding: 5px 0 5px 15px;
	margin: 15px 0 8px;
	border-bottom: 2px solid #006B01;
	color: #006B01;
}

#content h4 {
	font-size:110%;
	padding: 0 0 0 8px;
	line-height: 120%;
	margin: 15px 0 8px;
	margin-left: 15px;
	color:  #333;
	border-left: 7px solid #006B01;
}
#content h5 {
	font-size:100%;
	padding: 0 0 0 8px;
	line-height: 120%;
	margin: 15px 0 8px;
	margin-left: 15px;
	color: #006B01;
}
#content p {
	margin:10px;
}

#content img {
	margin-left:10px;
}

#content ul, #content ol {
	margin-top:10px;
	margin-bottom:10px;	
	margin-left:50px;
	margin-right:30px;
}
#content ul li {
	list-style-type:disc;
	margin-bottom:5px;
}
#content ol li {
    list-style-type:decimal;
	margin-bottom:5px;
}

#content dl  {
	margin: 10px;
}

#content dt {
	font-weight: bold;
}

#content dd   {
	margin-left: 10px;
}
#content dl.news {
	margin:10px 0;
}
#content .news dt {
	float: left;
    font-weight:bold;
	padding-left:15px;
	background: url(./image/icon.png) no-repeat;
	background-position: 7px 7px;
width:140px;
}
#content .news dd {
	float: left;
	padding-left:30px;
}

#content table {
    margin:10px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
#content table th {
    padding:5px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    background-color: #006B01;
    color:   #fff;
}
#content table td {
    padding:5px;
    border-bottom: 1px solid #999;
}

#content hr {
border-bottom: 2px solid #006B01;
}

#content .archive_link {
	float: right;
}

#content ul.tab {
	margin: 20px 0 0;
	padding: 0;
	border-bottom: 2px #ddd solid;
	list-style-type:none;
}
#content ul.tab li {
	display: inline-block;
	margin: 0 0 -2px 5px;
	bottom: -2px;
	list-style-type: none;
	border-left: 2px #ddd solid;
	border-right: 2px #ddd solid;
}
#content ul.tab li.current {
	border-bottom: 2px #fff solid;
	text-decoration: underline;
	background: #eee;
}

#content ul.tab li.current a {
	background: #eee;
}

#content ul.tab li a {
	color: #000;
	display: block;
	padding: 3px 10px 5px;
	text-decoration: none;
	background: #fff;
	border-top: 5px #ddd solid;
}

#content ul.tab li#list-tab1 a {
	border-top: 5px #006B01 solid;
}
#content ul.tab li#list-tab2 a {
	border-top: 5px #006B01 solid;
}
#content ul.tab li#list-tab3 a {
	border-top: 5px #006B01 solid;
}
#content ul.tab li#list-tab4 a {
	border-top: 5px #006B01 solid;
}

#content ul.tab li a:hover {
	position: relative;
	bottom: 4px;
}

#content .list {
	border-bottom: 2px #DDD solid;
	border-left: 2px #DDD solid;
	border-right: 2px #DDD solid;
	padding-top: 15px;
}

/* footer */

#footer {
    text-align: center;
	width:900px;

	padding: 5px;
	background: #006B01;
	margin: 0 auto;
	font-size:90%;
	clear: both;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	padding: 5px 0 25px 0;
}


#footer li {
	display:inline-block;
	float: left;
	border-left:1px solid #fff;
	margin-left:4px;
	padding-left:6px;
}

#footer li:last-child {
	border-right:1px solid #fff;
	padding-right:4px;
}

.copyright{
	margin:20px;
	text-align: right;
	font-size:90%;
	margin-right: 40px;
}



/* hack */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

body {
    margin:0;
    padding: 0px;
}

ul, li, ol, dl, dd, dt, p, form, h1, h2, h3, h4, h5, h6, table, th, td {
    margin:0;
    padding:0;
}

a {
	color:#006B01;
}

a:hover {
	color:#00B000;
}

li {
    list-style-type:none;
}

img {
    border:0;
}

.anchor-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem .5rem;
    margin-bottom: var(--gutter);
}

.anchor-buttons>a {
    display: block;
    padding: .3rem 1rem;
    border-radius: 1rem;
    border: 2px solid var(--mainDarkColor);
    color: var(--mainDarkColor);
    line-height: 1.2;
    cursor: pointer;
    transition: .2s all;
}

.anchor-buttons>a:hover {
    text-decoration: none;
    background: var(--mainDarkColor);
    color: #008200;
}


.bl {
    text-align:left;
    display:block;
    text-indent:-999em;
    overflow:hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}