﻿/* Smart Phone */
@media only screen and (max-width: 768px){
	#top-pic{
		margin:0 auto;
		width:95%;
	}
}

/* PC */
@media only screen and (min-width: 769px){
	#top-pic{
		margin:0 auto;
		width:780px;
	}
}



/* Top Page header */
h1{
	font-size:40px;
	color:blue;
	text-align:center;
	font-weight:bold;
}
@media only screen and (max-width: 560px){
h1{
	font-size:30px;
	color:blue;
	text-align:center;
	font-weight:bold;
}
}
#top-pic{width:100%}
#top-pic img{
	width:95%;
	margin:0 auto;
	text-align:center;
	display:block;
}

/* 記事１ */
.desc1, .desc2{
	width:90%;
	margin:10px auto 0;
	border:1px solid green;
	border-radius:10px;
	padding:10px;
}
.mokuji{
	font-size:9px;
	font-weight:bold;
	text-align:center;
}
.desc1 h2{
	font-size:28px;
	font-weight:bold;
}
.desc1 h2 ul{
	height:auto;
	line-height:30px;
	font-size:10px;
	background:bottom  left url(../../images/mokuji-backl.jpg) no-repeat;
	padding-left:50px;
	padding-bottom:10px;
	vertical-align:bottom;
}
.desc1 .long ul{
	height:auto;
	line-height:30px;
	background:bottom  left url(../../images/mokuji-backl.jpg) no-repeat;
	padding-left:50px;
	padding-bottom:10px;
	vertical-align:bottom;
}
.desc1 h2 ul li:first-of-type{
	font-size:22px;
	font-weight:bold;
	color:#0070c0;
}
.desc1 h2 ul li:nth-of-type(2){
	font-size:20px;
	font-weight:bold;
	color:#0070c0;
}

.desc1 h3{
	font-size:22px;
	font-weight:bold;
}


/* 目次 */

.tbl{
	margin:0 auto;
}

.tbl td{
	border:1px solid;
	padding:0 2px;
	width:40px;
}
.tbl td a{
	text-decoration:none;
	width:500px;
}

.tbl td:first-of-type{
	text-align:center;
	width:40px;
}
.tbl td:nth-of-type(2){
	width:0px;
}
/* Smart Phone */
@media only screen and (max-width: 768px){
	.tbl td:first-of-type{
		text-align:center;
		width:30px
	}
	.tbl td:nth-of-type(2){
		width:300px
	}
	.tbl td:nth-of-type(3){
		width:100px
	}
}
.pic0,
.pic1,
.pic2,
.pic4{
	float:left;
	line-height:20px;
}
.pic0 a img{
	width:710px; /* updated 20240626 */
	padding:5px;
}
.pic1 a img{
	width:350px;
	padding:5px;
}
.pic3 a img{
	width:200px;
	padding:5px;
	text-align:center;
	margin:0 75px;
}
.pic4 a img{
	width:150px;
	padding:5px;
	text-align:center;
	margin:0 97px;
}
.pic0 p,
.pic1 p,
.pic2 p,
.pic4 {
	font-size:14px;
	margin-top:-5px;
	text-align:center;
}

@media only screen and (max-width: 768px){
	.picture{
		width:100%;
		margin:0 auto;
	}
	.pic0 a img,.pic1 a img{ /* update 20240626 */
		width:98%;
		padding:5px;
	}
}
@media only screen and (min-width: 769px){
	.picture{
		width:730px;
		margin:0 auto;
	}
}

