/* CSS Document */

html {
  position: relative;
  min-height: 100%;
}
body{
	background:#ffffff;
	font-family: Verdana,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", sans-serif;
	font-size:14px;
	line-height:175%;
	margin-bottom: 500px;	/*フッター用*/
}
a{
	text-decoration:underline;
	color:#A90000;
}
a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
pre{
	background:none;
	border:none;
}

.entry-content li{
	margin-bottom:10px;
}

/*----------------------------
 * グリッドの幅指定
 * 指定あり→container
 * 指定なし→container-fluid
-----------------------------*/
.container{
	max-width:1137px;
}
@media (min-width: 768px) {
	.container {
	    width: auto !important;
	}
}
@media (min-width: 992px) {
	.container {
	    width: auto !important;
	}
}
@media (min-width: 1200px) {
	.container {
	    width: auto !important;
	}
}

.container-fluid > .row{
	margin-left:auto;
	margin-right:auto;
}

/*----------------------------
 * グリッド以外の幅指定
-----------------------------*/
#navBox{
	max-width:1137px;
}



/*----------------------------------------------------
 *  ヘッダー
 *--------------------------------------------------*/
#headerBox{
	background:#000;
}
#headerBox .logo{
	margin:15px 0;
}
#headerBox .lang{
	color:#666666;
	font-weight:bold;
}
#headerBox .lang a{
	color:#FF0000;
}


#navBox{
	margin-left:auto;
	margin-right:auto;
	min-height: 100px;
}



/*----------------------
 * bootstrap調整
 *---------------------*/

/* ナビゲーションのセンタリング */
@media (min-width: 768px){
	.navbar-nav{
		margin: 0 auto;
		display: table;
		table-layout: fixed;
		float:none;
	}
}
/* 枠線 */
.navbar{
	border: 0;
	border-radius: 0;
	margin-bottom:0px;
}

.nav{
	margin-top:30px;
	margin-bottom:30px;
}
.nav > li > a{
	padding-right:30px;
	padding-left:30px;
}

.navbar a{
	color:#333333 !important;
	font-size:17px;
	font-weight:bold;
	font-family: "A-OTF 見出ゴMB31 Pro", Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-decoration:none;
}
.navbar a:hover{
	color:#666666 !important;
}
.navbar-default{
	background-color:#ffffff;
}

/* レスポンシブ用 */
@media (min-width: 768px) {
}



/* 検索フォーム */
#headerBox form{
	right:0;
}
#headerBox form .form-control,
#footerBox form .form-control{
    border:#000;
    border-radius:0px;
    font-size:12px;
    font-weight:normal;
    padding:0px 5px;
    height:26px;
}
#headerBox form .input-group-btn .btn,
#footerBox form .input-group-btn .btn{
    background:#666;
    border:#666;
    border-radius:0px;
    height:26px;
    padding:0px 10px;
}



/*----------------------------------------------------
 *  ぱんくず
 *--------------------------------------------------*/
.breadcrumbBox{
	width:100%;
	margin:0 auto;
	background:#E9F1E4;
}
#breadcrumb div{
	padding:0px 26px 0px 12px;
	float:left !important;
    font-size:12px;
}


/*----------------------------------------------------
 *  フッター
 *--------------------------------------------------*/
.footer{
	background:#000;
	color:#ffffff;
	font-size:12px;
	padding-top:15px;
	padding-bottom:15px;
}
.footer a{
	color:#ffffff;
	text-decoration:none;
}
.footer ul li{
	margin-right:10px;
}

/* フッター下固定 */
#footerBox {
    position: absolute;
    bottom: 0;
    min-height: 300px;
    max-height: 500px;
    width:100%;
}

.footer_support{
	background:#bfbfbf;
	padding:50px;
}
.footer_support .support_logo{
	padding-bottom:50px;
	min-height:100px;
}

/*----------------------------------------------------
 *  トップページ
 *--------------------------------------------------*/
#indexImageBox{
	width:100%;
	height:auto;
	background:#000;
}
#indexContentsBox{
	margin-top:20px;
}

/* カルーセルパネル */
.carousel-indicators {
	bottom:0;
}
.carousel-indicators li{
	border:1px solid #666;
}
.carousel-indicators li.active{
	background-color:#666;
}


/* 投稿一覧 */
.index_post_list{
	line-height:140%;
	margin-bottom:15px;
	font-size:13px;
}
.index_post_list .list_idx{
	color:#fff;
	margin-bottom:3px;
}
.index_post_list a.list_cate {
	background:#333;
	color:#fff;
	width:80px;
	font-size:10px;
	text-decoration:none;
	padding:3px;
}
.index_post_list .list_date{
	color:#666;
}
.index_post_list .list_title{
	margin-bottom:0px;
	border-bottom:1px dotted #AAA;
	padding-bottom:5px;
}

.index_media_list{
	border-bottom:#999 solid 1px;
	margin-bottom:10px;
}

#indexContentsBox h2{
	margin-bottom:20px;
	padding-bottom:5px;
	padding-top:5px;
}

/* メールバナー */
.btn-mail{
	color:#fff;
	background:#000;
	border-radius:0px;
	padding:5px 3px;
	margin-top:10px;
}

/* twitter */
.twitter-timeline{
}


/*----------------------------------------------------
 *  見出し
 *--------------------------------------------------*/
h1{
	font-family:"Times New Roman","ヒラギノ明朝体3";
	font-size:40px;
	line-height:150%;
	margin-bottom:0px;
}
h2{
	color:#666666;
	border-bottom:#666666 solid 1px;
	font-family:"A-OTF 見出ゴMB31 Pro";
	font-size:18px;
	line-height:100%;
	margin-top:0px;
	margin-bottom:40px;
	padding-bottom:10px;
}
h3{
	font-family:"Times New Roman","ヒラギノ明朝体3";
	font-size:30px;
	line-height:150%;
	margin-bottom:0px;
}
h4{
	font-family:"A-OTF 見出ゴMB31 Pro";
	font-size:18px;
	line-height:100%;
	margin-top:0px;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:dotted 1px #666666;
}
h5{
	padding-top:15px;
	font-size:16px;
	font-weight:bold;
}


/*----------------------------------------------------
 *  固定ページ
 *--------------------------------------------------*/
#pageContentMain .row:after,
#reserchContentMain .row:after{
	margin-bottom:30px;
}
.img_box{
	padding-top:20px;
	padding-bottom:20px;
}
.bottom_line{
	padding-bottom:5px;
	border-bottom:dotted 1px #666666;
}


/* 研究内容 */
#reserchContentMain h1,
#reserchContentMain h2{
	line-height:125%;
}
#reserchContentMain h2{
	margin-bottom:20px;
}
#reserchContentMain h3{
	font-size:40px;
}
#reserchHeaderBox{
	background: url("../images/about_research_bg.jpg") no-repeat center center;
	background-size:cover;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
#reserchHeaderBoxIn .row{
	padding-top:30px;
	padding-bottom:30px;
}
#reserchHeaderBox .reserchHeaderText{
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	background:rgba(0,0,0,0.7);
	color:#ffffff;
}
#reserchContentMain .img-responsive{
	display:inline;
}

/* 研究メンバー */
.memberBox{
	padding:15px;
}
.memberBox .status{
}
.memberBox .name{
	font-size:30px;
}
.memberBox .ttl{
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:0px;
}
/*
.memberList{
	padding:15px;
}
.memberList .name{
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
}
*/

/* 業績 */
.archive_btn{
	background:#eeeeee;
	color:#A90000;
}
.archive_detail{
	background:#eeeeee;
	padding:10px;
}

/*----------------------------------------------------
 *  投稿
 *--------------------------------------------------*/
/*#archiveContentMain h1,
#singleContentMain h1{
	font-size:26px;
	font-family:"メイリオ";
}*/
.single_date{
	margin-bottom:15px;
}

.archive_date{
	margin-right:10px;
}




/*----------------------------------------------------
 *  サイドバー
 *--------------------------------------------------*/
.widget h2 {
	font-family: "Times New Roman";
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
	border-bottom:#ccc 1px dotted;
}
.widget ul {
    padding-left: 5px;
}
.widget ul li {
    list-style-type: none;
}
.widget_recent_entries li span
{
	width:100%;
	float:left;
	font-size:12px;
}
.widget_recent_entries li{
	clear:both;
	padding-bottom:12px;
}
.search-field{
	width:100%;
}




#singleContentMain img {
    height: auto;
    margin: 0 10px 10px 0;
    max-width: 100%;
}



/** for "post in page" plugin  **/
.entry-utility{
	display:none;
}

.ivycat-post{
	margin-bottom:20px;
	border-bottom:1px dotted #CCC;
}
.ivycat-post h2{
	margin:0px;
	font-size:15px;
	border:none;
}


/** for top topic **/
#indexContentsBox{
padding-top:30px;
}
.top_topics{
margin-left:13px;
margin-right:13px;
padding:14px;
margin-bottom:40px;
background:#EFEFEF;
}
.top_topics h2,
.top_topics h1{
font-size:28px;
margin:0px !important;
padding:0px !important;
}
