@charset "UTF-8";
body, div, h1, h2, h3, h4, h5, h6, p, address, blockquote, pre, th, td, dl, dt, dd, ul, ol, li, form, fieldset, textarea, table {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html {
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #fff;
	color: #333;
	font-size: small;
	line-height: 1.37;
	text-align: left;
	font-family: 'PMingLiU', 'Apple LiSung', 'Arial', serif;
	word-break: normal;
	word-wrap: break-word; /*IE*/
}
html>body {
	height: auto;
}
pre {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 */
}
ul, ol {
	list-style: none;
}
table {
	border-collapse: collapse;
	line-height: 1.37;
}
table caption, table th, table td {
	vertical-align: top;
}
a:link {
	color: #0088c7;
	text-decoration: underline;
}
a:visited {
	color: #0088c7;
	text-decoration: underline;
}
a:hover {
	color: #0088c7;
	text-decoration: none;
}
img {
	border: 0;
}
input {
	line-height: normal;
}

.blank_link{
	display: inline;
	margin-left: 5px;
}
.is-hidden{display:none !important;}

/* clearfix */
.pkg:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.pkg {
	display: inline-block;
}
/* no ie mac \*/
* html .pkg {
	height: 1%;
}
.pkg {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	/*display: inline-table;*/
}
/* */
/*footer*/
div#footer:after {
	content: "";
}
/*wrapper*/
div#wrapper {

	text-align: left;
	margin: 0 auto;
	position:relative;
}

.pan{
	font-size:12px;
	color: #333;
}
.pan a{
	color: #333 !important;
	text-decoration: underline;
}
.pan a:hover {
	color: #333;
	text-decoration: none;
}

.align-center{
  text-align:center;
}

.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}

.mt10{margin-top:10px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
