.change_link {
	display: block;
	width: 50px;
	height: 60px;
	font-size: 12pt;
	background-color: #eee;
	float: left;
	margin: 2px 0px 0px 0px;
	padding:5px 0;
	text-align: center;
	border: 1px solid #bbb;
	border-bottom:1px solid #000;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-decoration: none;
}
.change_link:hover{
	background-color: #808080;
	color:#ffffff;
}
ul.menulist {
   margin: 0px 0px 0px 10px;  /* ッFゃPト周囃Cぃ余白を削陁A */
   padding: 0px; /* ッFゃPト内郃Bぃ余白を削陁A */
}
ul.menulist li {
   list-style-type: none; /* (1)先@記号をJす */
   float: left;           /* (2)ッFゃPト@目をBF斃P向に七ぃPる */
   margin: 0px;           /* (3)各@目呃B囃Cぃ余白 */
   padding: 0px;          /* (4)极@線と内僇Pぃ距離をゼッぃH */
   height: 30px;          /* (5)★タブの高さ */
}

//----------------------------------------------//
	.jlink{
		width:600px;
		height:auto;
	} 

	#container{
		width:98%;
	max-width:602px;
	background:#dddddd;
		position:relative;
		margin:20px 0 0 1%;
		float:left;
		text-align:center;
	}

@media screen and (max-width:767px){ // 767 仁E下の甃T靁u
	.jlink{
		width:98%;
		height:auto;
		margin:20px 0 0 1%;
		float:left;
	}
	.jzuhyo{
		width:100%;
		border:1px solid #999;
		position:relative;
		margin:20px 0 0 0;
		float:left;
	}
	.jsuii{
		width:98%;
		max-width:602px;
		border:1px solid #999;
		margin:20px 0 0 1%;
	}
	.jsuii img{
		width:98%;
		height:auto;
		margin:20px 0 0 1%;
	}
}
@media screen and (min-width:768px){ // 768仁E上の甃T靁u
	.jlink{
		width:600px;
		height:auto;
		position:relative;
		float:left;
	}
	.jzuhyo{
		width:600px;
		border:1px solid #999;
		position:relative;
		float:left;
	}
	.jsuii{
		width:800px;
		border:1px solid #999;
		margin:50px 0 0 0;
	}
}
