/* 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: 590px){
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;
}

/* ‹LŽ–‚P */
.desc1, .desc2{
	width:90%;
	margin:10px auto 0;
	border:1px solid green;
	border-radius:10px;
	padding:10px;
}
.mokuji{
	font-size:10px;
	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-backl.jpg) no-repeat;
	padding-left:50px;
	padding-bottom:10px;
	vertical-align:bottom;
}
.desc1 h3 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 .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: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;
}


/* –ÚŽŸ */

.tbl{
	margin:0 auto;
}

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

.tbl td:first-of-type{
	text-align:center;
	width:40px;
}
.tbl td:nth-of-type(2){
	width:0px;
}
@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,
.pic4{
	float:left;
	line-height:20px;
}
.pic1 a img{
	width:350px;
	padding:5px;
}
.pic3 a img{
	width:500px;
	padding:5px;
	text-align:center;
	margin:0 97px;
}
.pic2 a img{
	width:150px;
	padding:5px;
	text-align:center;
	margin:0 97px;
}
.pic4 a img{
	width:166px;
	padding:5px;
	margin:0 97px;
}
.pic0 p,
.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;
	}
	.pic3 a img{
		width:98%;
		padding:5px;
		margin:0 auto;
	}
	.pic1 a img{
		width:98%;
		padding:5px;
	}
}
@media only screen and (min-width: 769px){
	.picture{
		width:730px;
		margin:0 auto;
	}
}

.table_layout{
  table-layout: fixed;
  margin:0 auto;
}
/*   width: 500px; */
}
 
.root{
  width: 200px;
}
 
th,td{
  border: 1px solid #ff838b;
  padding:0 10px;
}

