@media screen and (max-width: 640px){

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;@
}

#container{
	width:100%;
	text-align: center;
}

a:hover img {
	opacity: 0.8; filter: alpha(style=0, opacity=60);
}
a {
	text-decoration:none;
}
a:link {
	color: #333;
}
a:active {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #ff00ff;
}

p {
	color: #ff000;
	font-size: 10px;
	line-height: 15px; 
}

body {
	background: #fff;
	margin: auto;
	font-weight: bold;
	text-align: center;
	border-collapse:collapse;
	border: 0;
}

#wrapper {
	margin-top: 0px;
	max-width: 100%;
	margin: auto;
	color: #333;
	background: #fff;
	text-align: center;
}

#wrapper_s {
	margin-top: 0px;
	max-width: 100%;
	margin: auto;
	color: #333;
	background: #fff;
	text-align: center;
}

.header {
	max-width: 100%;
	margin: auto;
	text-align: center;
	font-size:11px;
	background: #ffccff;
	color: #666;
	padding: 0 0 0 0;
}

.pclogo {
	background-image: url("../img/background_heder.png");
	margin: auto;
	text-align: center;
	border-collapse:collapse;
	padding: 5px 0 5px 0;
}

.footer {
	background-image: url("../img/background_foter.png");
	margin: auto;
	text-align: center;
	font-size:10px;
	color: #666;
	line-height: 30px;
}

.navi {
	margin: auto;
	text-align: center;
	font-size:13px;
	color: #fff;
	padding: 0 0 5px 0;
}

th.tt {
	color: #333;
	background-color: #ffeeff;
}

td.s1 {
	background-image: url("../img/background_main.png");
	margin: auto;
	color: #333;
	line-height: 22px;
	vertical-align: top;
	text-align: left;
}

td.s2 {
	background-image: url("../img/background_main.png");
	color: #333;
	line-height: 20px;
	vertical-align: top;
	text-align: center;
}

td.s3 {
	background-image: url("../img/background_main.png");
	color: #333;
	line-height: 22px;
	vertical-align: top;
	text-align: left;
}

td.f1 {
	color: #333;
	line-height: 22px;
	vertical-align: top;
	text-align: center;
}
td.y1 {
	width: 95%;
	background-color: #ff66ff;
	margin:auto;
	font-size:14px;
	color: #fff;
	text-align: center;
	padding: 5px;
}

td.y2 {
	width: 95%;
	background-color: #ff66ff;
	margin:auto;
	font-size:14px;
	color: #fff;
	text-align: center;
	padding: 5px;
}

td.y4 {
	width: 95%;
	background-color: #ffeeff;
	margin:auto;
	font-size:14px;
	color: #333;
	text-align: center;
	padding: 5px;
	border-bottom: 1px #ff00ff dotted;
}

td.y5 {
	width: 95%;
	background-color: #fff;
	margin:auto;
	font-size:14px;
	color: #333;
	text-align: center;
	padding: 5px;
	border-bottom: 1px #ff00ff dotted;
}


.i1 {
	border-bottom: 1px #ff00ff dotted;
	margin:auto;
	text-align: left;
}
.i2 {
	padding: 2px 0px 2px 0px;
	font-size: 12px;
	color: #ff0000;
	margin:auto;
	text-align: center;
}
.i3 {
	font-size:13px;
	color: #ff0000;
	margin:auto;
}

.mg {
	margin: 5px 0px 0px 0px;
	text-align: center;
}

.tittlebox1 {
	width: 100%;
	color: #333;
	background: #fff;
	font-weight: bolder;
	text-align: center;
	font-size:15px;
        height: 35px;
	background-image: url("../img/menu_img.png");
	line-height: 35px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.button1 {
	display: inline-block;
	margin: 2px 0 0 0;
	width: 100%;
	text-align: center;
	border: 1px solid #ff00ff;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #ffeeff, #ffccff);
	background-image: linear-gradient(to bottom, #ffeeff, #ffccff);
	border-radius: 4px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button1:hover {
	border:1px solid #ff00ff;
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #fff, #fff);
	background-image: linear-gradient(to bottom, #fff, #fff);
}
.button1:active {
	background: #fff;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #1679a1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

#pageTop{
	border:1px solid #ff00ff;
	background: #ffeeff;
	border-radius: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #ff00ff;
	padding: 10px;
	position: fixed;
	bottom: 30px;
	right: 1px;
        opacity: 0.6
	}

#pageTop:hover{
	border:1px solid #ff00ff;
	background:#fff;
	opacity: 0.6
}
}