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

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

.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: #6600cc;
		text-decoration: none}

article p	{margin-left: 20px}

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

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

article h1	{margin: 5px 0 0 0;
		font-weight: strong;
		font-size: 20px;
		border-bottom: solid 3px #667f69;
		color: #444444;
		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	{margin: 0 0 40px 20px;
		border-collapse: collapse;
		width: -webkit-calc(100% - 20px)}

article td	{padding: 10px;
		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: 30%}

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		{display: none;
			margin-left: 10px}

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

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

.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 .staff a		{border-color: #a4bc3f}
.submenu .staff a:hover		{background-color: #a4bc3f;
				border-color: #a4bc3f}

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

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

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

/* 大学・専攻名 */
.univ		{margin: 5px 1px 0 1px;
		overflow: hidden}

.univ img	{height: 65px;
		float: left}

.univ .small	{font-size: 12px;
		margin: 15px 0 0 25px;
		float: left;
		color: #000000}

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

/* トグルメニュー */
#mainmenu		{display: none}

.mainmenu ul		{padding-left: 15px;
			list-style: none}

.mainmenu li a		{display: block;
			padding-top: 10px;
			font-size: 14px;
			color: #444444;
			text-decoration: none;
			border-bottom: dotted 1px #666666;
			line-height: 1em}

.mainmenu li a:hover	{background-color: #eeeeee}

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

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

#navbtn:hover	{background-color: #aaaaaa;
		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: #888888}

.copyright	{text-align: center;
		clear: both;
		background-color: #666666;
		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}

/* 記事の概要 */
.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: 5px;
				bottom: 5px;
				background-color: #444444;
				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: 100px;
		height: 10px;
		border: none;
		border-radius: 5px 0 0 5px;
		vertical-align: middle;
		padding: 5px}

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

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

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

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

.container		{max-width: 900px;
			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%}

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

.submenu		{display: block}

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

.language 	{display: block}

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

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

.breadcrumbs 	{display: block}
}

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

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

/* レスポンシブの設定（幅600）トップページの記事概要を2段組で表示
@media (min-width: 600px) {
.top-excerpt ul li	{float: left;
							width: 50%;
							-moz-box-sizing: border-box;
							-webkit-box-sizing: border-box;
							box-sizing: border-box;
							padding-right: 10px}
}*/