@charset "utf-8";
/* CSS Document */
body {
	font-size: 15px;
	margin:0 8px;
}
body.noscroll {
	height: 100%;
	overflow: hidden;	
}
.container {
	width: 100%;
	padding: 0 10px;
}
.container.last-child {
	margin-bottom: 0;
}
.row:last-child {
	margin-bottom: 0;
}
.row.last-child {
	margin-bottom: 0;
}
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 0;
	overflow: hidden;
}
.row-no-offset [class*=col-sm-] {
	padding: 0;
}
.row [class*=col-sm-] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	overflow: hidden;
	float: left;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-2 {
	width: 16.666667%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-8 {
	width: 66.66666666%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-10 {
	width: 83.3333333333%;
}

.col-sm-12 {
	width: 100%;
	margin-bottom: 15px;
}
.row>.col-sm-12:last-child {
	margin-bottom: 0;
}
.row>.col-sm-12.last-child {
	margin-bottom: 0;
}
.col-sm-offset-0 {
	margin-left: 0;
}
.col-sm-offset-2 {
	margin-left: 16.666667%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-4 {
	margin-left: 33.333333%;
}

.row-nopadding>[class*=col-] {
	padding: 0;
}
.row-nomargin,
.container>.row-nomargin,
.container>.row-nomargin:last-child {
	margin: 0;
}

.visible-md,
.visible-lg {
	display: none !important;
}
.visible-sm {
	display: block !important;
}
.hidden-sm {
	display: none !important;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.414;
}
h1 {
	font-size: 22px;
	margin:30px 0;
}
h2 {
	font-size: 18px;
	padding: 15px 0 15px 18px;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	padding:0 0 8px 10px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
small {
	font-size: 95%;	
}
big {
	font-size: 130%;
}
b {
	font-size: 200%;	
	font-weight: bold;
}

.text-center-sm {
	text-align: center;
}

.mb-30 {
	margin-bottom: 20px;	
}

/* Normal
-----------------------------------------------*/
.col-sm-4{
	margin-bottom: 10px;
}
.banner{
	text-align:center;
}
.logo img{
	width:60%;
}
p {
	line-height: 180%;
}
p.end{
	margin-bottom:30px;
}
.introduce{
	padding:20px 16px;
}

.introduce img{
	width:100%;
}
.introduce span{
	padding:0 0 8px 6px;
}
.introduce p{
	padding:0 0 0 6px;
}