<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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:28px;
	font-weight:bold;
	text-align:center;
}
.desc1 h2{
	font-size:28px;
	font-weight:bold;
}
.desc1 h2 ul{
	height:auto;
	line-height:30px;
	background:bottom  left url(../../../images/mokuji-back.jpg) no-repeat;
	padding-left:50px;
	padding-bottom:10px;
	vertical-align:bottom;
}
.desc1 h4 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:28px;
	font-weight:bold;
	color:#0070c0;
}
.desc1 h2 ul li:nth-of-type(2){
	font-size:20px;
	font-weight:bold;
	color:#4b7bff;
}

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


/* 目次 */

#tbl1{
	width:360px;
	margin:0 auto;
}
@media only screen and (max-width: 378px){
	#tbl1{
		width:100%;
		margin:0 auto;
		font-size:95%;
	}
}
#tbl1 td:first-of-type{
	text-align:center;
	width:60px;
}
#tbl1 td{
	border:1px solid;
	padding:0 3px;
}
#tbl1 td a{
	text-decoration:none;
}


.pic1,
.pic2,
.pic3,
.pic4{
	float:left;
	line-height:20px;
	width:360px;
	height:290px;
}
.pic2,.pic3,.pic4{text-align:center;}
.pic1 a img{
	width:350px;
	padding:5px;
}
.pic2 a img{
	width:310px;
	padding:5px;
}
.pic3 a img{
	width:256px;
	padding:5px;
}
.pic4 a img{
	width:155px;
	padding:5px;
}
.pic1 p,
.pic2 p,
.pic3 p,
.pic4 p{
	font-size:14px;
	margin-top:-5px;
	text-align:center;
}

@media only screen and (max-width: 768px){
	.picture{
		width:100%;
		margin:0 auto;
	}
	.pic1,.pic2,.pic3,.pic4{clear:both;width:98%;height:auto;}
	.pic1 a img,
	.pic2 a img,
	.pic3 a img,
	.pic4 a img{
		width:99%;
		height:auto;
		padding:5px;
		margin:0;
	}
}
@media only screen and (min-width: 769px){
	.picture{
		width:730px;
		margin:0 auto;
	}
}

p.seotext_01 {
text-decoration:none;
border-bottom: 2px solid red;
display:inline-block;
}


</pre></body></html>