/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Cretaed on : 2014/04/22, 22:53:55
    Author     : hirait
*/


body {
  padding-top: 0px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

img { border:1px solid }

.activeli{
    font-weight: bolder;
    text-decoration: underline;
}

.topmarg {
    margin: 1em 1em 1em 1em;
}

.immargin {
  float: right;
  margin: 1em 1em 1em 1em;
}

.masthead {
    padding-top:    0px;
    padding-bottom: 0px;
    padding-left:   10px;
    padding-right:  10px;
}

.intro{
    font-size: 15px;
}

.aboutme{
    font-size: 17px;
    text-indent: 2em;
}

li.aboutme{
    text-indent: 0em;
}

.Pubs{
    font-size: 15px;
    margin-left: 0em;
    text-indent: 0em;
}
h3.Pubs{
    font-size: 22px;
    text-indent: 0em;
    font-weight: bold;
}
h3.Conf{
    font-size: 20px;
    text-indent: -1em;
    font-weight: bold;
    text-decoration: underline;
}
div.Conf{
    font-size: 14px;
}

header	{background-color: #222;
		border-bottom: solid 1px #aaaaaa;
		margin-bottom: 30px;/*余白挿入*/
		-webkit-box-shadow: 0 1px 7px #aaaaaa;/* 影いれる */
		box-shadow: 0 1px 7px #aaaaaa;/* 影いれる */
		padding: 7px;/* 余白いれる */
	}
        
/* ナビゲーションメニュー */
nav ul 	{list-style-type: none; /* 箇条書きの点消す */
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		font-size: 0; /* 改行の空白消す */
		}

nav li{display: inline; /* 一行にまとめる */
		font-family: 'Audiowide', cursive;
		font-size: 14px;
                color: #EEE;
		border-right: solid 1px #aaaaaa;
		padding-left: 10px;
		padding-right: 10px}

nav li:first-child {border-left: solid 1px #aaaaaa}

nav 	{width: 80%;
		margin-left: auto;
                color: #EEE;
		margin-right: auto;
		text-align: right; /* 右詰め */
		margin-top: -20px;}

nav a{
    color: #EEE;
    text-decoration: none
}

a:hover	{color: #ff8800;}

nav li.list{
    font-family: 'Audiowide', cursive;
    font-size: 14px;
    text-align: center;
    color: #222;
    border-right: none;
    border-left: none;
    text-decoration: none;
    list-style-type: none; /* 箇条書きの点消す */
    display: block;
}

.brspacing{
    font-size: 10px;
    text-indent: 1em;
}

.topname{
    font-size: 20px;
    color: white;
}

em {
  font-style: normal;
  color: #000;
}

hr#hrsamp1 {
    border:none;
    height:2.5px;
    border-top:#CCC solid 1px;
    border-bottom:#CCC solid 1px;}

.footer {
    text-align:         center;
    font-size:          90%;
    line-height:        150%;
    padding-top:        5px;
    padding-bottom:     5px;
    background-color:   #222;
    color:              #EEE;

}

.indent{
    text-indent: 10%;
}

article	{background-color: #ffffff;
		width: 100%;
		margin-left: auto; /* 左側マージンを自動で調節 */
		margin-right: auto; /* 右側マージンを自動で調節 */
		border: solid 1px #aaaaaa; /*罫線で囲む*/
		padding: 20px; /* 余白挿入 */
		-webkit-box-sizing: border-box;
		-moz-box-sizin: border;
		box-sizing: border-box; /* 罫線まで含めたサイズで配置 */
		margin-bottom: 10px; /* 下マージンを指定 */
		box-shadow: 8px 8px 6px #aaaaaa; /* 影いれる */
		border-radius: 20px; /*角を丸くする*/
		overflow: hidden;/* 画像がボックスからはみださないようにする */
		}

#main div.update div.heading {
		margin-top: -25px;
		}

#main div.update dl {
width: 90%; /* 新着情報の幅（メインカラムの幅から40px引いた値） */
margin: 0 auto; /* センタリング */
}
/* 日付エリア */
#main div.update dt {
width: 1em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 5px 0px; /* 日付エリアのパディング（上右下左） */
line-height: 120%; /* 行の高さ */
}
/* 本文エリア */
#main div.update dd {
margin: 0;
padding: 7px 3px 5px 7.5em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリア下境界線 */
line-height: 120%; /* 行の高さ */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- スクロール --- */
.scr {
  overflow: scroll;   /* スクロール表示 */ 
  height: 250px;
}

h2.news {
		border-bottom: solid 5px #c39f4a;
		margin-top: 20px;
}
h2.aboutme{
    text-indent: 0em;
    font-size: xx-large;
    text-decoration: underline;
}
h2.project{
    text-indent: 0em;
    font-size: xx-large;
    text-decoration: underline;
}

table.project {
//border: solid 0px #000;
border-bottom: dotted 1px #000;
width: 95%;
float: right;
margin: 5px 0px 5px 0px;
}

td.project_image {
padding: 15px 0px 20px 0px;
width: 196px;
height: 196px;
text-align: center;
}

td.project_content {
    padding: 20px 20px;
}

img.project_image_icon_w {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 196px;
    height: auto;
}
img.project_image_icon_h {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: auto;
    height: 196px;
}

div.project_title {
    font-size: 150%;
    font-weight: bold;
    color: #C5A;
}

div.project_publication {
    font-size: 100%;
    font-style: italic;
}

span.project_publication {
    font-size: 100%;
    font-style: italic;
}

div.project_authors {
    //font-size: 100%;
    //font-weight: bold;
}

div.project_download {
    font-size: 90%;
    //font-weight: bold;
}

div.project_description {
    font-size: 100%;
    //font-weight: bold;
}