@charset "utf-8";

.spShow {
  display: none;
}

/* clearfix */
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

* html .clearfix{
  zoom:1;
}
*:first-child+html .clearfix{
	zoom: 1;
}


html*body {
    text-align:center;
}

/* main */

#main{
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main .left{
	background-image: url(../img/curtain_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main .right{
	background-image: url(../img/curtain_right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#main .top{
	background-image: url(../img/curtain_top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main .kira{
	background-image: url(../img/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 54px;
}
#main h1,
#main p{
	text-align: center;
	font-size: 16px;
	width: 90%;
	max-width: 960px;
	margin: 10px auto 25px;
	font-family: serif;
}

/* about */

#about{
	background-image: url(../img/about_bg.jpg);
	background-repeat: no-repeat;
	width: 960px!important;
	height: 186px;
	margin-right: auto!important;
	margin-left: auto!important;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}
#about h2{
	text-align: center;
	margin-bottom: 20px;

	margin-right: 0px!important;
	margin-left: 0px!important;
	height: auto!important;
	width: auto!important;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#about p{
	margin-right: 70px;
	margin-left: 70px;
	text-align: center;
}
#about .link{
	text-align: center;
	margin-top: 5px;
}
#about a{
	color: #000!important;
	text-decoration: underline!important;
}
#about a:hover{
	text-decoration: none!important;
}

/* flow */

#flow{
	background-image: url(../img/bg_flow.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-top: 70px;
}
#flow h3{
	text-align: center;
	margin-bottom: 34px;
	border: none!important;
	padding: 0px!important;
}
#flow .flow_num{
	height: 615px;
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#flow .flow_num dl{
	float: left;
	margin-right: 42px;
	margin-bottom: 24px;
	width: 292px;
}
#flow .flow_num dl.nomargin{
	margin-right: 0px!important;
}
#flow .flow_num dd{
	font-size: 17px;
	line-height: 69px;
	background-image: url(../img/flow_txt_bg.png);
	background-repeat: no-repeat;
	text-align: center;
	height: 69px;
}
#flow .flow_num dd.type2{
	line-height: 21px!important;

	padding-top: 13px;
}
#flow .flow_num .img{
	position: absolute;
	right: -82px;
	bottom: 27px;
}

/* comment */

#comment{
	background-image: url(../img/comment_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#comment .comment_txt{
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 72px;
	height: 567px;
}
#comment .comment_txt h3{
	padding-bottom: 23px;
	border: none!important;
	padding: 0px!important;
}
#comment .comment_txt p{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 40px;
}
#comment .comment_txt .img{
	position: absolute;
	right:0px;
	top: 249px;
}