@charset "UTF-8";
/*
Theme Name: IPP
Author: Takefumi Nakamura
Description: IPP
Version: 1.0
*/

body	{margin: 0;
	font-family: 'Open Sans', 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
    color: #444;
    background: #fff;
	font-size: 14px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	word-break: normal}

.container	{max-width: 800px;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px}

.contents	{overflow: hidden;
			position: relative}

.slider		{display: none}

/* ダウンロード */
.wpdm-link-tpl.link-btn.\[color\]	{width: 100%;
							margin: 10px 0}
.panel-heading	{height: 20px !important;
				padding: 0 0 0 5px !important;
				font-size: 14px !important;
				font-color: #888888 !important;}
.panel-body		{padding: 0 0 0 0 !important;}
.ptitle	{font-size: 16px !important;}
.label.label-default	{float: right;
					margin: 5px 5px 0 0;}
.panel.panel-default	{width: 50%;}
.form-control			{padding: 0 0 0 5px !important;}

/* 記事 */
article		{margin-bottom: 30px}

article a	{color: #5c068c;
        background-color: #f7f7f7;
		text-decoration: underline}

article a:visited {color: #5c068c}

article p	{margin-left: 20px}

article	h2,h3,h4	{font-weight: strong;
			}

article h5,h6		{font-weight: normal;
					}

article h1	{margin: 5px 0 0 0;
		font-weight: strong;
		font-size: 20px;
		border-bottom: solid 3px #667f69;
		line-height: 1em}

article h1 a	{color: #444444;}

article h2	{font-size: 18px;
		line-height: 1em;
		border-bottom: dotted 2px #667f69}

article h3		{border-bottom: dashed 1px #667f69;
			line-height: 1em}

article h3,h4,h5,h6	{font-size: 14px;
						margin: 0 0 10px 15px}

article table	{padding: 0 0 0 0;
		border-collapse: collapse;
		width: 100%}

article td	{padding: 10px 0 0 20px;
		border-bottom: dotted 1px #888888}

article .head td	{text-align: center;
			line-height: 1em;
			padding-bottom: 0;
			border-bottom: solid 1px #888888}

article .author	{width: 25%}

article .title	{width: auto}

article .page	{width: 10%;
		text-align: center}

article .paper-category		{padding: 0;
				border-top: solid 1px #888888;
				border-bottom: solid 1px #888888}
article .paper-category:before	{content: "<"}
article .paper-category:after	{content: ">"}

article .number		{margin: 20px 0 0 0;
			width: auto}

article .number td	{border: none;
			padding: 0 15px 0 0}

article .prof-name{
    width: 25%;
}

article ol li	{margin-top: 15px}

article .right	{text-align: right;
		line-height: 1em;
		margin: 0}

article .degree	ul	{margin-top: 0;}

article img		{padding: 5px;
					background-color: #ffffff}

article .img-right	{float: right}

/* 記事の付加情報 */
.postinfo		{margin-top: 1px;
			font-size: 12px}

.postinfo a		{color: #444444;
			text-decoration: none}

.postinfo i		{color: #444444;
			margin-left: 7px}

/* 前後の記事へのリンク */
.pagenav a	{padding: 5px 10px;
		border: solid 1px #cccccc;
		border-radius: 10px;
		color: #666666;
		font-size: 12px;
		text-decoration: none}

.pagenav a:hover	{color: #ffffff;
						background-color: #aaaaaa;
						border: solid 1px #aaaaaa}

.pagenav .previous a	{float: left}

.pagenav .next a	{float: right}

.pagenav	{overflow: hidden;
		margin-top: 20px;
		margin-bottom: 20px;
		clear: both}

/* ヘッダー */
header		{margin-bottom: 10px;
		color: #444444;
		width: 100%;
		font-size: 10px}

header a	{color: #444444;
		text-decoration: none}

/* ヘッダーバー */
.siteinfo	{font-family: 'Open Sans', sans-serif;
		overflow: hidden;
		height: 0px;
		color: #f2f2f2;
		background-color: #666666;
		padding: 2px 2px 0px 2px}

.siteinfo a	{color: #f2f2f2;
		text-decoration: none}

.siteinfo p	{float: right;
		margin: 0}

/* 言語切り替えボタン */
.language		{margin: 0 10px 0 10px;
			border-bottom: solid 1px #444444;
			display: none;
			position: relative;
			font-family: 'Roboto Mono';
            }

.language ul		{list-style: none;
			overflow: hidden;
			margin: 0}

.language li a		{display: block;
			float: right;
			font-size: 16px;
			width: 20px;
			height: 20px;
			border: solid 1px #444444;
			border-radius: 20px;
			text-align: center;
			margin: 0}

.language li a:hover	{color: #ffffff;
			background-color: #444444}

/* スクロール中のメニュー */
.submenu-change{
    display: none;
    top: -45px;
    transition: .5s;
    background: rgba(16,16,16,0.8);
    position: fixed;
    width: 100%;
    max-width: 1000px;
}

.submenu-change.show{
    top: 0;
}

.gnav_menu {
    list-style: none;
    display: block;
}

.gnav_menu ul {
    margin-left: 0;
}

.gnav_menu ul.child{
    list-style: none;
}

.gnav_menu li:hover ul.child li	{overflow: visible;
									width: auto;
									min-width: 104px;
									height: 30px}

.gnav_menu ul.child li	{margin: 0 1px 0 0;
							height: 0;
							width: auto;
							min-width: 104px;
							overflow: hidden;
							float: left;
                            text-align: left;
                            white-space: nowrap;
							transition: 0.5s}

.gnav_menu ul.child li a	{padding: 5px}

.gnav_menu li{
    width: 11.5%;
    text-align: center;
    font-size:  16px;
    float: left;
}

.gnav_menu li a{
    color: #fff;
    text-decoration: none;
}

/* メニュー */
.submenu		{margin: 0 0 20px 10px;
                display: none}

.submenu ul		{list-style:none;
			padding: 3px;
			overflow: hidden}

.submenu li		{display: block;
			float: left;
			font-size: 16px;
			margin-right: 1%;
			border-radius: 10px;
            width: 11.5%}

.submenu li a		{display: block;
			border: solid 2px;
			border-radius: 10px;
			text-align: center;
			margin: 0;
			padding: 10px 0 10px 0;
			line-height: 1;
			text-decoration: none;
			transition: 0.5s}

.submenu li a:hover	{border: solid 2px;
			border-radius: 10px;
			color: #ffffff}

.submenu li:hover ul.child li	{overflow: visible;
									width: auto;
									min-width: 104px;
									height: 30px}

.submenu ul.child li	{margin: 0 1px 0 0;
							height: 0;
							width: auto;
							min-width: 104px;
							overflow: hidden;
							float: left;
							transition: 0.5s}

.submenu ul.child li a	{padding: 5px}

.submenu .home a		{border-color: #3366cc}
.submenu .home a:hover		{background-color: #3366cc;
				border-color: #3366cc}

.submenu .about	a		{border-color: #2ab8ea}
.submenu .about a:hover		{background-color: #2ab8ea;
				border-color: #2ab8ea}

.submenu .admission a		{border-color: #33cc99}
.submenu .admission a:hover	{background-color: #33cc99;
				border-color: #33cc99}

.submenu .career a		    {border-color: #a4bc3f}
.submenu .career a:hover	{background-color: #a4bc3f;
				border-color: #a4bc3f}

.submenu .staff a		{border-color: #d1b805}
.submenu .staff a:hover	{background-color: #d1b805;
				border-color: #d1b805}

.submenu .research a		{border-color: #ed7600}
.submenu .research a:hover	{background-color: #ed7600;
				border-color: #ed7600}

.submenu .courses a		{border-color: #d13802}
.submenu .courses a:hover	{background-color: #d13802;
				border-color: #d13802}

.submenu .access a		    {border-color: #8A2BE2}
.submenu .access a:hover	{background-color: #8A2BE2;
				border-color: #8A2BE2}

/* 大学・学位プログラム名 */
.univ		{margin: 5px 0 0 5px;
		overflow: hidden}

.univ_logo {
        float: left;
        height: 20px;
        width: 180px;
/*
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url("https://www.ipp.tsukuba.ac.jp/wp-content/uploads/sites/40/2020/04/UTLogo_JE_1lineWebC.png");
*/
    }

.univ .small	{
    clear: both;
    font-size: 9px;
    color: #000;
    margin: 2px 0 0 0;
    float: left;
    /*font-family: 'Garamond', 'Yu Mincho', serif;
    font-weight: 600;*/
    margin-right: 50px;
    word-break: normal}

.univ .large	{font-size: 20px;
		margin: 0 0 0 0}

/* トグルメニュー */
#mainmenu		{display: none;
                position: fixed;
                right: 1px;
                top: 50px}

.mainmenu ul	{padding-left: 0px;
			     list-style: none;
                border-radius: 5px;
                background: #444}

.mainmenu li a		{display: block;
			padding: 10px;
			font-size: 14px;
			color: #fff;
			text-decoration: none;
			line-height: 1em}

.mainmenu li a:hover	{background-color: #777;
                        color: #fff}

.mainmenu ul ul {
    padding-left: 14px;
}

/* トグルボタン */
.header-inner	{position: relative;
		border-bottom: solid 1px #444444;
		min-height: 50px}

.navigation {
    position: absolute;
    z-index: 90;
}

#navbtn		{position: fixed;
		top: 15px;
		right: 1px;
		padding: 5px;
		border: solid 1px #aaaaaa;
		border-radius: 5px;
		background-color: #ffffff;
		cursor: pointer;
		color: #444444}

#navbtn:hover	{background-color: #444;
		color: #ffffff}

#navbtn:focus	{outline: none}

#navbtn i	{font-size: 20px}

#navbtn span	{display: block;
		line-height: 1em}

/* フッター */
footer		{margin-top: 10px;
		color: #f2f2f2;
		font-size: 12px;
		padding-top: 2px;
		background-color: #444}

.copyright	{text-align: center;
		clear: both;
		background-color: #333;
		padding: 2px 0;
		border-top: solid 1px #ffffff;
		font-size: 10px}

/* メニュー */
.blogmenu ul	{width: 100%;
			margin: 0;
			padding: 0;
			list-style: none}

.blogmenu .widget	{margin-bottom: 5px;
			padding: 10px}

.blogmenu .widgettitle	{margin: 0;
			color: #ffffff;
			font-size: 12px}

.blogmenu .widget_nav_menu	{width: 100%;
				float: left;
				margin: 0}

.blogmenu .widget_search	{float: left;
				margin: 0}

.blogmenu .widget_search .screen-reader-text	{display: none}

.blogmenu li a		{display: block;
			float: left;
			padding: 0 10px 0 10px;
			color: #f2f2f2;
			font-size: 12px;
			text-decoration: none}

.blogmenu li a:before	{content: "\f07c";
			font-family: FontAwesome;}

/* 見出し */
.archive-title		{margin-top: 0;
			margin-bottom: 20px;
			font-size: 14px;
			font-weight: normal}

.archive-title i	{padding: 10px;
			color: #444444}

/* トップの記事概要 */
.top-excerpt ul		{margin: 0;
				    padding: 0}

.top-excerpt ul li	{list-style: none;
                    float: left;
					width: 100%;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					padding-right: 10px}

/* 記事の概要 */
.excerpt p		{font-size: 14px}

.excerpt .more a	{padding: 2px 10px;
			border: solid 1px #666666;
			border-radius: 5px;
			color: #666666;
			text-decoration: none}

.excerpt .more a:hover	{color: #ffffff;
								background-color: #aaaaaa;
								border: solid 1px #aaaaaa}

.excerpt .more i	{margin-left: 10px;
			color: #cccccc}

/* TOPに戻る */
.page_top	{position: fixed;
				right: 1px;
				bottom: 40px;
				background-color: #444444;
                border: solid 1px #aaa;
				border-radius: 5px;
				padding: 5px;
				color: #ffffff;
				font-size: 12px;
				text-align: center;
				text-decoration: none}

/* .page_top:hover	{background-color: #ffffff;
						color: #444444;
						border: solid 1px #444444} */

/* 検索フォーム */
#s		{width: 120px;
		height: 10px;
		border: none;
		border-radius: 5px 0 0 5px;
		vertical-align: middle;
		padding: 5px;
        }

#searchsubmit	{width: 30px;
		height: 20px;
		border: none;
		border-radius: 0 5px 5px 0;
		vertical-align: middle;
		-webkit-appearance: none;
		font-family: FontAwesome;
		margin-left: -3px;
        background: #bbb;
		}

#searchsubmit:active	{
    color: #ffffff;
    background-color: #888888;
    border: solid 1px #ffffff;
}

/* パンくずリスト */
.breadcrumbs {
    margin: 0 0 0 10px;
	padding-top: 10px;
	float: left;
	display: none;
    }

/* レスポンシブの設定（幅800） */
@media (min-width: 800px) {

.container		{max-width: 1000px;
			overflow: hidden;
			margin: 0}

.slider			{width: 100%;
			margin: 0 0 15px 0;
			display: block;
			border-bottom: solid 1px #000000}

.header-inner:after	{content: "";
			display: block;
			clear: both}

.header-inner	{border-style: none;
    }

.univ		{float: left;
		width: 100%}

.univ_logo {
        height: 20px;
        width: 180px;
    }
    
.univ img {
        margin-left: 10px;
        padding-top: 1px;
    }
    
.univ .small{
            padding: 0px 0 0 25px;
            font-size: 10.5px}
    
.univ .large{font-size: 25px}

.navigation	{float: right;
		width: auto;
		display: none}

.submenu		{display: block}

.submenu ul.child	{position: absolute;
						z-index: 99}

.submenu-change{display: block}

.theme-switcher{display: block}
    
.language 	{display: block}

    
.blogmenu .widget_nav_menu	{width: 77%;
				float: left}

.blogmenu .widget_search	{width: 18%;
				float: left;
				text-align: left}

.breadcrumbs 	{display: block}
}

/* レスポンシブの設定（幅1000） */
@media (min-width: 1000px) {

.container	{
    border-left: solid 1px #444444;
    border-right: solid 1px #444444;
    }

}