body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	height: 110px;
	/*width: 828px;*/
	width:auto;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
#wrapper {
	/*width: 828;*/
	width: auto;
	margin: 0 auto;
	padding: 0px;
}

#in {
	width: 400px;
	margin: 0 auto;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	height: auto;
	padding-right: 0px;
	text-align: center;
	/*background-color: green;*/
}	

#footer {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right:auto;
	padding-top: 10px;
	height: 90px;
	/*width: 828px;*/
	width: auto;
	clear: both;
}
#day {
	display:none;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right:auto;
	padding-top: 10px;
	/*width: 836px;*/
	width: auto;
	clear: both;
}
input:focus {
	background-color: #C2F5FE;
	background-image: url(../images/tbl_th_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.inputmd {
	width: 60px;
	text-align: center;
	ime-mode: disabled;
}
.inmd {
	width:300px;
	margin-left: auto;
	margin-right: auto;
	padding:10px;
	/*background-color: red;*/
}
.grad {
	text-align: left;
	display: inline;
	width: 65px;
	float: left;
}
#sentencetop {
	height: auto;
	/*width: 810px;*/
	width: auto;
	text-align: left;
	margin-bottom: 10px;
	line-height: 1.4em;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#sentencetop li {
	list-style-position: outside;
	list-style-image: url(../images/list.png);
	list-style-type: none;
	line-height: 1.1em;
}
.sentencetbl {
	font-size: 80%;
}
.daybtn {
	width: 215px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#loading {
	display:none;
	background: url(../images/ajax-loader.gif) no-repeat center top;
	height: 32px;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
#dayreturntop {
	display:none;
	/*width: 780px;*/
	width:auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	clear: both;
}
img {
	vertical-align: top;
}
.indatetitle {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 21px;
	width: 250px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 25px;
	text-align: left;
	padding-top: 4px;

}
#googlead {
	margin-top: 20px;
	clear: both;
}
.txt{
	font-size:24px;
}
.inputmd{
	border:1px solid #777;
	padding: 5px;
	font-size:30px;
	/*color: #999;*/
	background: #fff;
	border-radius: 5px;
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
	);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
	);
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient
		(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
}

.img-responsive-overwrite{
    margin: 0 auto;
}
@media screen and (min-width: 870px){
	#sentencetop {
		width:800px;
	}
}
@media screen and (max-width: 870px){
	#daycontents{
		width:auto;
		background-image:none;
	}
	#dayheader{
		background-image:none;
	}
	#dayfooter{
		background-image:none;
	}
