@charset "utf-8";

/* 記事専用のモバイル向け新しいスタイルシート　2016年4月より */
/* 記事専用の新しいスタイルシート　2014年12月より */


body {
	color: #333333;
	background-color: #ffffff;
    font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

ol, ul {
    list-style: none;
}

a {
	text-decoration: none;
}

a:link {
	color: #660000;
}

a:visited {
	color: #660000;
}

a:hover {
	color: #ff3300;	
	text-decoration: none;
}

/* ヘッダー */
#top_bar {
	padding: 3px 0;
	background: #000;
}


#title {
	width: 950px;
	margin: 20px auto 0 auto;
	align: left;
}

.logo {
	display: block;
	width: 149px;
	height: 49px;
	background: url(../images/logo.png) no-repeat;
    background-size: cover;
}

.logo:hover {
	width: 149px;
	height: 49px;
	background: url(../images/logo2.png) no-repeat;
    background-size: cover;
}

.logo span {
	display: none;
}

#main {
	width: 350px;
	margin: 0 auto; 
}

/* title */
h1 {
   font-size: 30px;
   color: #333333;
   text-align: center; 
}

/* sub-title */
h2 {
   font-size: 20px;
   color: #333333;
   text-align: center; 
}

.catch-image{
   font-size: 15px;
   text-color: #333333;
   text-align: center;
   margin: 20px;
}

.catch-image img{
   width: 340px;
   height: auto;
}

.pankuzu{
	width: 320px;
	height: 15px;
	margin: 0 auto;
}

.pan1{
	float: left;
	width: auto;
	font-size: 14px;
}

.pan2{
	float: right;
	font-size: 14px;
}

/* chapter section */
h3{
   font-size: 25px;
   color: #333333;
   margin-left: 7px, solid;
	margin-bottom: 4px;
	margin-top: 15px;
}

h4{
   font-size: 20px;
   color: #333333;
}

/* 展示本文 */
.article{
	font-size: 20px;
	text-indent: 30px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.article2{
	font-size: 20px;
	text-indent: 0px;
	margin-top: 2px;
	margin-bottom: 10px;
}  /* インデントなしのタイプ　 */

.article2 img{
	width: 340px;
	height: auto;
}


.article3{
	text-align: center;
	text-seize: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}  /* 写真用　 */

.math{
	font-size: 20px;
	text-align: center;
}

ul{
	font-size: 20px;
}

/* Figure and caption*/
h5{
   font-size: 12px;
   color: #333333;
   text-align: center;
   margin-top: 18px;
   margin-bottom: 8px;
}

/* table */
.hadean_table{
	width: 950px;
	border: 1px solid #aaaaaa;
	font-size: 20px;
	margin-bottom: 20px;
}

.hadean_table th{
	width: 250px;
	border: 1px solid #aaaaaa;
	padding: 4px;
	text-align: left;
	background: #eeeeee;
}

.hadean_table td{
	width: 700px;
	border: 1px solid #aaaaaa;
	padding: 4px;

}

.clear{
	clear: both;
}

.c {
	text-align: center;
	font-size: 12px;
}

ul.mokuji{
	width: auto;
	font-size: 18px;
	font-weight: bolder;
	background: #CACACA;
	padding-top: 10px;
	padding-bottom: 10px;
}

