body,
menu,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
}

img{
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
{
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
em {
	font-style: normal;
}
ol,ul {
	list-style: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-padding-start: 0;
}
caption,
th {
	text-align: left;
}
abbr,
acronym {
	border: 0;
}
strike {
	display: inline;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac */

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.none {
	display: none;
}
.box_alert {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=60);
	/*IE濠娿倝鏆呴敍宀勶拷閺勫骸瀹�0%*/
	
	-moz-opacity: 0.6;
	/*Firefox缁変焦婀侀敍宀勶拷閺勫骸瀹�0%*/
	
	opacity: 0.6;
	/*閸忔湹绮敍宀勶拷閺勫骸瀹�0%*/
	
	top: 0;
	left: 0;
	z-index: 1000;
}
.box {
	background: #FEFEFE;
	width: 300px;
	padding-bottom: 10px;
	position: fixed;
	top: 10px;
	left: 0;
	z-index: 1000;
	border-radius: 5px;
}
.box_title {
	color: #FFF;
	background: #B71707;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.box_table {
	width: 250px;
	font-size: 12px;
	margin: 10px auto;
}
.box_table td {
	padding: 5px;
}
.box_table input {
	height: 25px;
	width: 100%;
}
.box button {
	width: 48%;
	background: #FFF;
	border: 1px solid #ccc;
	height: 25px;
	margin: 0 1%;
	font-weight: bold;
}
.box button:hover {
	background: #B71707;
	color: #FFF;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.line_block {
	display: inline-block;
	*display: inline;
	zoom:1;
}
.block{
	display: block;
}
.single_line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
a:hover{
	cursor: pointer;
}

/**缃戦〉搴曢儴缁熶竴鍒嗘牸**/
#footer {
	text-align: center;
	padding: 25px;
	background:rgba(255,255,255,0.25)!important;
	background: #fff;
	filter: Alpha(opacity = 25);
}

#us_info {
	position: relative;
}