@charset "utf-8";

* {
	margin: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	color: #1e1e1e;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}



header {
	height: 100px;
	border-bottom: 1px solid #ccc;
}
#header_block {
	z-index: 1;
}
#site_title {
	position: absolute;
	left: 0px;
	right: 0px;
	margin-top: 30px;
	font-size:22px;
	letter-spacing : 0.1em;
	font-weight: bold;
}

/* 本文のデザイン */

article{
}
article a:link {
	color: #3866AC; /* 未訪問のリンクカラー */
}
article a:visited {
	color: #18335E; /* 訪問済みのリンクカラー */
}
.block {
	clear: both;
	border-bottom: 1px solid #CCCCCC;
}
.content {
	padding-top: 40px;
	padding-bottom: 80px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	text-align: justify; /* 均等割付 */
	text-justify: inter-ideograph; /* 均等割付 */
}

@media (max-width: 576px) {
.content {
	padding-top: 40px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	text-align: justify; /* 均等割付 */
 }

}
.content h1 {
	font-size: 21px;
	padding-bottom: 25px;
}
.content h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.content p {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}

.taisaku {
	margin-top: 20px;
	margin-bottom: 30px;
}
.taisaku ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.taisaku li{
	padding-bottom: 20px;
}
.img-p {
	margin-top: 50px;
	margin-bottom: 30px;
}
.ptpb10 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.font_design1 {
	font-weight: bold; /* 太字 */
}
.font_design2 {
	color: #FF0003; /* 赤字 */
}
.supplement {
	font-size: 80%;
	color: #6C6C6C; /* 補足 */
}
blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(file:///D|/WEB%20DATA/%E3%82%B5%E3%83%B3%E3%82%B9%E3%82%A4%E5%9C%B0%E6%89%80/css/images/blockquote1.png) , url(file:///D|/WEB%20DATA/%E3%82%B5%E3%83%B3%E3%82%B9%E3%82%A4%E5%9C%B0%E6%89%80/css/images/blockquote2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;	
}

/* ul ol リストのデザイン */
.list_design {
	padding-top: 10px;
	padding-bottom: 10px;

}
.list_design > li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* footer */
footer {
	clear: both;
	padding-top: 50px;
	padding-bottom: 50px;
}
footer p {
	padding-top: 5px;
	padding-bottom: 5px;
}
footer a:link {
	color: #000000;
	text-decoration: none;
}
footer a:visited {
	color: #000000;
	text-decoration: none;
}


/* トップへ戻る */
#back_top {
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	cursor: pointer;
}



@media only screen and (min-width: 800px) { /* js ブレークポイント[800] */

#header_block {
	max-width: 1000px;
	margin: 0px auto;
	width: 100%;
	padding-left: 30px; /* 左右の空白 */
	padding-right: 30px;
}
.content {
	max-width: 1000px;
	margin: 0px auto;
	padding-left: 30px; /* 左右の空白 */
	padding-right: 30px;
}
#site_title {
	position: static;
	float: left;
	left: 0px;
	right: 0px;
	margin-right: 20px; /* タイトルとメインメニューの間 */
}
footer .copyright{
	font-size:14px;
}
