@charset "utf-8";
/**
 * -Index styles
 */

#headerWrap .headerBottom{
	margin-bottom:18px;
}

/** mainImage
------------------------------ **/
.topImageWrap{
	height:360px;
	position:relative;
	padding-top:30px;
	background:url(../img/index/mainimg_bg.png) repeat-x;
	box-shadow:rgba(166, 166, 176, 0.16) 0px 6px 6px 0px inset;
	-webkit-box-shadow:rgba(166, 166, 176, 0.16) 0px 6px 6px 0px inset;
	-moz-box-shadow:rgba(166, 166, 176, 0.16) 0px 6px 6px 0px inset;
}
.topImageWrap h2{
	width:980px;
	/*margin:0 auto 19px;*/
	margin:0 auto 7px;
	line-height:1;
	letter-spacing:0.12em;
	font-size:30px
}
/** Entry **/
.topImageWrap form{
	width:288px;
	height:350px;
	margin-left:200px;
	position: absolute;
	top:20px;
	left:50%;
	z-index:2;
	border:solid 1px #ddd;
	background-color:#fff;
	-ms-filter: "alpha( opacity=80 )";
	opacity: 0.80;
	filter: alpha(opacity=80);
	_zoom:1;
}
#entryform .freeicon{
	width:28px;
	height:44px;
	position:absolute;
	right:6px;
	top:-6px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#entryform
	 { line-height:1.4; }
}
#entryform h3{
	width:250px;
	margin: 0 auto 17px;
	padding:21px 5px 19px 0;
	text-align:center;
	border-bottom:solid 1px #ccc;
}
#entryform a{
	text-decoration:none;
}
#entryform .entryform{
	width:240px;
	margin:12px auto 0;
}
#entryform .entryform .entryField{
	height: 30px;
	line-height:30px;
	padding: 5px;
	margin-top:10px;
	font-weight:bold;
	background:url(../img/index/entry_textarea.gif) no-repeat;
}
#entryform .entryform .mailField{
	margin-top:8px;
}
#entryform .address,
#entryform .mail{
	height:30px;
	line-height:30px;
	border:0;
	color:#000;
	outline: 0;
	background:#f5f5f5;
	vertical-align:baseline;
}
#entryform .address{
	float:left;
	width:87px;
}
#entryform .mail{
	width:230px;
}
#entryform .toEntry{
	border:none;
	border-style:none;
	background:none;
	display:block;
	width:240px;
	height:64px;
	margin:17px auto 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img/index/entry.png) top;
	outline:none;
	cursor: pointer;
}
#entryform .toEntry:hover{
	background:url(../img/index/entry.png) bottom;
	cursor: pointer;
}

/** topImage **/
.slider {
	position: relative;
	margin: 0 auto;
	width: 1024px;
}
.slider a:focus {
  outline: 0;
}
.sls-view {
	position: relative;
	margin: 0 22px;
	width: 980px;
	height: 310px;
	overflow: hidden;
	z-index:1;
}
.sls-container {
  position: absolute;
  top: 0;
  left: 0;
}
.sls-content {
  position: relative;
  float: left;
  width: 980px;
  height: 330px;
}
.sls-content a {
  display: block;
}
.sls-content a:hover {
  color: #600;
}
.sls-prev, .sls-next {
  position: absolute;
  top: 85px;
  color: #e0e0e0;
  font-size: 60px;
  line-height: 1;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}
.sls-prev {
  left: -22px;
}
.sls-next {
  right: -22px;
}
.sls-prev:hover,
.sls-next:hover {
  color: #ccc;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.sls-pagination {
  position: absolute;
  top: 312px;
  left: 50%;
  margin-left: -50px;
  width: 120px;
  z-index:2;
}
.sls-pagination a {
  float: left;
  margin: 5px 5px 0;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background:url(../img/index/pagination.png);
  _background-image:none;
  _background-color:#ccc;
  text-indent: -9999px;
  vertical-align: middle;
}
.sls-pagination a:hover {
  background:url(../img/index/pagination_hover.png);
  _background-image:none;
  _background-color:#00a0e9;
}
.sls-pagination a.current {
  background:url(../img/index/pagination_current.png);
  _background-image:none;
  _background-color:#00a0e9;
}
* html sls-pagination a:hover{
	background-image:none;
 	background-color:#ccc;
}
* html .sls-pagination a{
	background-image:none;
  	background-color:#00a0e9;
}
* html .sls-pagination a.current{
	background-image:none;
	background-color:#00a0e9;
}

/** tmp
------------------------------ **/
#tmpWrap .envelope{
    margin:20px 0 40px 0;
}
#tmpWrap .envelope a {
    box-sizing: border-box;
    text-decoration: none;
    color: #444;
    display: block;
    padding: 10px 14px 10px 18px;
    border: solid 4px #FFE191;
    margin: 0 auto 0 auto;
    width: 54%;
    font-size: 16px;
    box-shadow: 0 3px 6px #ddd;
    background-image: linear-gradient( -45deg, #fff5df 25%, #fff 25%, #fff 50%, #fff5df 50%, #fff5df 75%, #fff 75%, #fff );
    background-size: 10px 10px;
    line-height: 1.8;
}
#tmpWrap .envelope a .strong {
    font-weight: bold;
    font-size: 22px;
    color: #EE4450;
    margin-bottom: 8px;
    display: inline-block;
    text-decoration:underline;
}
#tmpWrap .envelope a:hover{
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
#tmpWrap h3, #serviceWrap h3, #specialWrap h3{
	margin:0 0 20px 0;
	line-height:1.5;
	text-align:center;
	font-size:32px;
	letter-spacing:0.1em;
	color:#58a2e6;
	font-weight:normal;
}
#tmpWrap h3 span, #serviceWrap h3 span, #specialWrap h3 span{
	padding-top:10px;
	font-size:14px;
	letter-spacing:0.05em;
	color:#333;
}
#tmpWrap, #serviceTop, #specialWrap {
	padding:25px 0 45px;
	border-bottom:solid 1px #e5e5e5;
	background:url(../img/index/tmp_bg.png) center top no-repeat;
}
#tmpWrap .tmp, #serviceWrap .service, #specialWrap .special {
	width:980px;
	margin:0 auto;
}
.template_wrap {
	overflow:hidden;
	min-width:980px;
}
.special_wrap{
	overflow:hidden;
	min-width:980px;
	text-align:center;
}
#tmpWrap .tmp .month_template{
	float:left;
	width:386px;
	height:300px;
	border:solid 1px #dbdbdb;
	border-right:none;
}
#tmpWrap .tmp .month_template img{
	width:384px;
	/width:385px;
	height:300px;
	background:#fff;
	z-index:1;
	position: absolute;
}
#tmpWrap .tmp .other_template{
	float:left;
	width:591px;
	height:301px;
	position:absolute;
	margin-left:385px;
	/margin-left:0; /*for IE7,6*/
	border-right:solid 1px #dbdbdb;
	z-index:0;
	background:url(../img/index/tmp_line.png) center repeat-x;
	background-color:#fff;
}
#tmpWrap .tmp .other_template ul {
	margin:0 auto;
	padding:0;
	list-style: none;
	display: block;
	z-index:1;
	position: absolute;
}
#tmpWrap .tmp .other_template ul li {
	width: 196px;
	height: 300px;
	display: block;
	float: left;
	border:solid 1px #dbdbdb;
	border-right:none;
}
#tmpWrap .tmp .other_template ul li .imgbox{
	width: 196px;
	height:150px;
	padding:20px 18px;
}
#tmpWrap .tmp .other_template ul li img{
	width: 160px;
	height:110px;
}
#tmpWrap {
	position: relative;
}
#tmpWrap .tmp .page{
	position: absolute;
	width:1084px;
	top:240px;
	left:50%;
	margin-left:-542px;
}
#tmpWrap .tmp .page .prev {
	float: left;
}
#tmpWrap .tmp .page .next {
	float: right;
}

/*contenthover*/
.contenthover{
	padding:10px;
	color:#fff;
	text-align: justify;
}
.contenthover p{
	line-height:1.5em;
	padding:0;
}
.contenthover p strong{
	line-height:2.1em;
}
.contenthover span{
	width:22px;
	height:22px;
	float:left;
	display:block;
	margin:5px 5px 0 0;
	text-indent:-9999px;
	background:url(../img/index/tmp_icon_ace.png) no-repeat;
}
.contenthover span.leo{
	background:url(../img/index/tmp_icon_leo.png) no-repeat;
}
.contenthover span.free{
	background:url(../img/index/tmp_icon_free.png) no-repeat;
}
.contenthover a.btn{
	width:146px;
	height:107px;
	display:block;
	padding:8px 15px 15px 15px;
	color:#fff;
	background-color:#4392db;
	text-decoration:none;
	border-radius: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.month_template .contenthover a.btn{
	width:325px;
	height:255px;
	padding:10px 20px 15px 20px;
}
.contenthover a.mybutton:hover {
	background-color:#34742d ;
}
	
/** service
------------------------------ **/
#serviceWrap, #reasonWrap{
	background:url(../img/index/service_bg.png);
}
#serviceTop, #reasonTop{
	background:url(../img/index/service_bg_02.png) top center no-repeat;
}
#serviceWrap .tool{
	margin:30px 0 40px;
	box-shadow:rgba(171, 183, 199, 0.5) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(171, 183, 199, 0.5) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(171, 183, 199, 0.5) 0px 0px 6px 3px;
}
#serviceWrap ul{
	padding:0 11px 0 21px;
}
#serviceWrap li{
	width:227px;
	margin-left:10px;
	float:left;
}

/** 7000user
------------------------------ **/
#actual_user{
	height:256px;
	padding-top:14px;
	text-align:center;
	background:url(../img/index/7000user_bg.jpg) top center no-repeat;
	background-color:#4c92d3;
}
#actual_user .category{
	width:660px;
	padding:28px 0 30px;
	margin:-24px auto 0;
	line-height:1.7;
	font-size:14px;
	color:#fff;
	background-color:#003060;
	-ms-filter: "alpha( opacity=74 )";
	opacity: 0.74;
	filter: alpha(opacity=74);
	_zoom:1;
}

/** reason
------------------------------ **/
#reasonWrap{
	border-bottom:solid 1px #e5e5e5;
}
#reason{
	width:980px;
	padding:40px 0 45px;
	margin:0 auto;
	background:url(../img/index/reason_bg_top.png) top center no-repeat;
}
#reason h3{
	margin-bottom:28px;
	text-align:center;
	font-size:28px;
	letter-spacing:0.1em;
}
#reason li{
	width:185px;
	height:316px;
	float:left;
	margin-left:9px;
}
#reason a {
    border: 3px solid #000;
    color: #000;
    display: block;
    font-size: 16px;
    height: 48px;
    letter-spacing: 0.05em;
    line-height: 48px;
    margin: 45px auto 0;
    text-align: center;
    text-decoration: none;
    width: 330px;
}
#reason a:hover{
	color:#fff;
	border:solid 3px #FFC100;
	background-color:#FFC100;
}
#reason a::before,
#reason a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#reason a,
#reason a::before,
#reason a::after {
	-webkit-transition: all .2s;
	transition: all .2s;
}

/** Main contents
------------------------------ **/
/** common **/
.contents{
	width:980px;
	padding:50px 0;
	margin:0 auto;
}
.mainContents{
	float:left;
	width:720px;
}
#x2 .mainContents{
	width:670px;
}
.mainContents .article h3{
	height:57px;
	line-height:57px;
	padding-left:33px;
	letter-spacing:0.12em;
	font-size:20px;
	border:solid 1px #cfcfcf;
	border-left:none;
	background:url(../img/h3_bg.png) left no-repeat;
	background-color:#f6f6f6;
}
.mainContents .article h3 span{
	font-size:12px;
	padding-left:7px;
	font-weight:normal;
	letter-spacing:0.04em;
	vertical-align:middle;
}
.more{
	margin-top:10px;
	clear:both;
	float:right;
	overflow:hidden;
}
.more a{
	width:95px;
	height:28px;
	padding-right:5px;
	display:block;
	line-height:28px;
	text-align:center;
	border:solid 1px #ccc;
	color:#333;
	text-decoration:none;
	background-image:url(../img/btn_more.png);
	background-repeat:no-repeat;
	background-position: 90px 10px;
}
.more a:hover{
	background-position:90px -40px;
	background-color:#87bbeb;
	border-color:#87bbeb;
	color:#fff;
}
/** user **/
.user_section {
    margin-top:30px;
	line-height: 1.5;
	font-size:14px;
	text-align: justify;
}
.user_section .user_comment{
	float: right;
	width: 495px;
}
.user_section  h4 a{
	color: #333;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
	margin-bottom: 12px;
}
.user_section  h4 a:hover{
	text-decoration:underline;
}

/** news **/
.news li{
	padding:12px 0 14px 20px;
	line-height:1.5;
	border-bottom:solid 1px #e0e0e0;
	position:relative;
}
.news li img{
	padding-left:50px;
	position:absolute;
	right:0;
}
/*.news li.new{
	padding-right:50px;
	background:url(../img/index/news_icon.png) right center no-repeat;
}*/
.news li a{
	padding-left:10px;
	font-size:14px;
	color:#29f;
	text-decoration:none;
}
.news li a:hover{
	text-decoration:underline;
}

/** banner **/
.mainContents .banner{
	margin-top:25px;
}

/** side contents
------------------------------ **/
.sideContents{
	float:right;
	width:230px;
}
#x2 .sideContents{
	width:280px;
}
/** facebook **/
.sideContents .fb-page,
.sideContents .sideACE{
	margin-bottom:30px;
}
.sideContents .fb-page iframe,
.sideContents .sideACE{
	border-radius: 3px;
}
.sideContents .sideACE{
	border:solid 1px #cfcfcf;
}
/** side ACE **/
.sideContents .sideACE h3{
	padding:12px 4px 12px 0;
	text-align:center;
	background-color:#f6f6f6;
	border-bottom:solid 1px #cfcfcf;
}
.sideContents .sideACE dl{
	overflow: hidden;
	letter-spacing:0.1em;
	font-weight:bold;
	zoom: 1;
}
.sideContents .sideACE dt{
	width:48px;
	height:36px;
	padding-right:18px;
	line-height:33px;
	float:left;
	clear:both;
	text-align:right;
	font-size:12px;
	background:url(../img/index/sideace_line_dd.png) right center no-repeat;
}
.sideContents .sideACE dt span{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	font-style:italic;
}
.sideContents .sideACE dd{
	padding-left:75px;
	line-height:36px;
	font-size:13px;
	border-bottom:solid 1px #cfcfcf;
}
.sideContents .sideACE dd.support{
	background:url(../img/index/sideace_icon_1st.png) 240px center no-repeat;
}
.sideContents .sideACE p{
	padding:18px 0 16px;
	text-align:center;
}
.sideContents .sideACE .btn{
	padding:11px 0;
	margin:0 9px 8px;
	display:block;
	text-align:center;
	text-decoration:none;
	letter-spacing:0.05em;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	border-radius:3px;
	border:solid 2px #f16da5;
	background-color:#f16da5;
}
.sideContents .sideACE .btn::before,
.sideContents .sideACE .btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.sideContents .sideACE .btn,
.sideContents .sideACE .btn::before,
.sideContents .sideACE .btn::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sideContents .sideACE .btn:hover{
	background-color:#fff;
	border-color:#f16da5;
	color:#f16da5;
}

/** side Banner **/
.sideBanner li{
	margin-bottom:20px;
}