@charset "UTF-8";
/*
Theme Name: DPIPP
Author: Takefumi Nakamura
Description: DPIPP
Version: 1.0
*/

body	{font-family: 'Open Sans', 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #000000;
	font-size: 10.5pt;
	width: auto}

.container	{width: 100%;
		margin: 0;
		padding-left: 10px;
		padding-right: 10px}

.slider		{display: none}

/* 印刷時の余白幅指定 */
@page {
	margin: 10mm 10mm;
}

/* 記事 */
article		{margin-bottom: 5px}

article a	{color: #6600cc;
		text-decoration: none}

article p	{margin-left: 20px}

article	h2,h3,h4,h5,h6	{font-weight: normal;
			color: #000000}

article h1	{margin: 5px 0 0 0;
		font-weight: normal;
		font-size: 12pt;
		border-bottom: solid 3px #667f69;
		color: #000000;
		line-height: 1em}

article h1 a	{color: #000000}

article h2	{font-size: 12pt;
		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: 10.5pt;
			margin-left: 15px}

article table	{margin: 0 0 40px 20px;
		border-collapse: collapse;
		width: -webkit-calc(100% - 20px)}

article td	{padding: 5px;
		border-bottom: dotted 1px #888888}

article .head td	{font-weight: bold;
		text-align: center;
		line-height: 1em;
		padding-bottom: 0}

article .author	{width: 25%}

article .title	{width: auto}

article .page	{width: 10%;
		text-align: center}

article .number	{margin: 10px 0 0 0;
		width: auto}

article .number td	{border: none;
			padding: 0 15px 0 0}

article .prof-name	{width: 35%}

article ol li	{margin-top: 15px}

article .right	{text-align: right;
		line-height: 1em;
		margin: 0}

article .degree	ul	{margin-top: 0}

/* 記事の付加情報 */
.postinfo		{margin-top: 1px;
			font-size: 10pt}

.postinfo a		{color: #444444;
			text-decoration: none}

.postinfo i		{color: #444444;
			margin-left: 10px}

/* 前後の記事へのリンク */
.pagenav a	{padding: 5px 10px;
		border: solid 1px #cccccc;
		border-radius: 10px;
		color: #000000;
		font-size: 10pt;
		text-decoration: none}

.pagenav .old a	{float: left}

.pagenav .new a	{float: right}

.pagenav	{overflow: hidden;
		margin-top: 20px;
		margin-bottom: 20px;
		clear: both}

/* ヘッダー */
header		{margin-bottom: 10px}

/* ヘッダーバー */
.siteinfo	{display: none} 

/* 言語切り替えボタン */
.language		{display: none}

/* メニュー */
.submenu		{display: none}

/* 大学・専攻名 */
.univ		{display: none}

/* トグルメニュー */
#mainmenu		{display: none}

/* トグルボタン */
.header-inner	{position: relative}

#navbtn		{display: none}

/* フッター */
footer		{color: #000000;
		font-size: 10px}

.copyright	{text-align: center}

/* メニュー */
.blogmenu ul		{display: none}

/* 見出し */
.archive-title		{margin-top: 0;
			margin-bottom: 20px;
			font-size: 12pt;
			font-weight: normal}

.archive-title i	{padding: 10pt;
			color: #000000}

/* 記事の概要 */
.excerpt p		{font-size: 10.5pt}

.excerpt .more a	{padding: 2px 10px;
			border: solid 1px #666666;
			border-radius: 5px;
			color: #444444;
			text-decoration: none}

.excerpt .more i	{margin-left: 10px;
			color: #cccccc}