@charset "utf-8";

h1 {
	font-size: 185%;
	padding: 32px 0px;
	margin: 0px 0px 80px 0px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	background: url(/img/bg-h2.png) no-repeat center bottom;
}
 
h2 {
	font-size: 185%;
	margin-bottom: 30px;
	color: #1aa0e5;
}

h3 {
	font-size: 123%;
	margin-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
}

.block ul {
	margin-bottom: 20px;
	padding-left: 20px;
	list-style: disc;
}

.block ol {
	margin-bottom: 20px;
}

.block table {
	border-collapse: collapse;
	line-height: 1.5;
}

.block th {
	background: #ccc;
	border: 1px solid #f2f2f2;
	padding: 15px 20px;
	text-align: left;
	vertical-align: middle;
}

.block td {
	background: #fff;
	border: 1px solid #f2f2f2;
	padding: 15px 20px;
	text-align: left;
	vertical-align: middle;
}

.block thead th {
	background: #999;
	border: 1px solid #f2f2f2;
	padding: 15px 20px;
	text-align: left;
	vertical-align: middle;
}

#breadcrumb {
	background: #1aa0e5;
	color: #fff;
	margin: 100px 0px 20px 0px;
	padding: 4px 0px;
	font-size: 92%;
}

#breadcrumb span {
	margin: 0px 10px;
}

#breadcrumb a {
	color: #fff;
}

@media (max-width: 979px){
	#breadcrumb {
		margin-top: 0px;
		padding: 4px 16px;
	}
}

@media (max-width: 767px){
	h1 {
		font-size: 123%;
		margin-bottom: 40px;
	}
	
	h2 {
		font-size: 138%;
		padding: 0px 16px;
	}
	
	.detail h2 {
		padding: 0px;
	}
}




/* ------------------------- feature */	

#feature {
	margin-bottom: 110px;
}

#feature .block {
	margin-bottom: 40px;
}

#feature .block .span4 p {
	margin-bottom: 0px;
}

#feature .block .span8 h3 {
	font-weight: bold;
	font-size: 138%;
	color: #1aa0e5;
	margin: 0px 0px 30px 0px;
}

.feature-image {
	text-align: center;
}

#feature .span8 img {
	margin-bottom: 20px;
}

#feature .span8 .left {
	float: left;
	margin-right: 30px;
}

#feature .span8 .right {
	float: right;
	margin-left: 30px;
}
	
@media (max-width: 979px){
	#feature .span8 .left {
		margin-right: 20px;
	}
	
	#feature .span8 .right {
		margin-left: 20px;
	}
}


@media (max-width: 767px){
	#feature .block {
		padding: 0px 16px;
		margin-bottom: 40px;
	}
	
	.feature-image {
		width: 150px;
		margin: 0px auto;
	}
	
	#feature .block .span8 h3 {
		margin-bottom: 20px;
		text-align: center;
	}
	
	#feature .span8 {
		text-align: center;
	}
	
	#feature .span8 p {
		text-align: left;
	}
	
	#feature .span8 .right, 
	#feature .span8 .left {
		float: none;
		margin-right: 0px;
		margin-left: 0px;
	}
}


@media (max-width: 480px){
	.table-plan .bt .plan200 a {
		padding: 8px 10px;
		margin: 0px 10px;
	}
	
	.table-plan .bt .basic a {
		padding: 8px 10px;
		margin: 0px 10px;
	}
		
	.bt-other a {
		font-size: 108%;
		color: #fff;
		padding: 14px 25px;
		border-radius: 12px;
	}
	
	.table-plan .marker {
		width: 20px;
		height: auto;
	}

}
	
	



/* ------------------------- case */

#case {
	margin-bottom: 110px;
}

#case .block .span4 p {
	margin-bottom: 0px;
}

#case .block .span8 h3 {
	font-size: 123%;
	font-weight: bold;
	color: #1aa0e5;
	margin-bottom: 20px;
}

#case .block {
	margin-bottom: 40px;
}

#case .user-info {
	margin-bottom: 15px;
}

#case .user-info p {
	color: #666;
	margin-bottom: 5px;
}

#case .user-info a {
	display: inline-block;
	background: url(/img/icon-link.gif) no-repeat 10px center #fff;
	padding: 5px 20px 5px 26px;
	color: #1aa0e5;
	border-radius: 10px;
}

#case .user-info a:hover {
	background: url(/img/icon-link.gif) no-repeat 10px center #cceeff;
	text-decoration: none;
}

.bt-case {
	text-align: center;
}

.bt-case a {
	display: inline-block;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
	padding: 14px 25px;
	background: #005590;
	border-radius: 12px;
}

.bt-case a:hover {
	background: #3377a6;
	text-decoration: none;
}

.ie .bt-case a {
	width: 200px;
	height: 26px;
	padding: 14px 10px;
	background: url(/img/bt-image.png) no-repeat 0px -340px;
}

.ie .bt-case a:hover {
	background: url(/img/bt-image.png) no-repeat 0px -400px;
}

.paginate {
	text-align: center;
	margin-bottom: 40px;
}

.paginate li {
	display: inline-block;
	*display: inline;
	margin: 0px 4px 15px 4px;
	*margin-bottom: 30px;
	line-height: 1;
}

.paginate li a {
	padding: 5px 10px;
	background: #fff;
	border-radius: 8px;
}

.paginate li a:hover {
	padding: 5px 10px;
	background: #cceeff;
	border-radius: 8px;
	text-decoration: none;
}

.paginate li.current span {
	padding: 5px 10px;
	background: #1aa0e5;
	border-radius: 8px;
	color: #fff;
}

.paginate li.prev {
	margin-right: 6px;
}

.paginate li.next {
	margin-left: 6px;
}

.paginate li.prev a, 
.paginate li.next a {
	position: relative;
	*position: static;
	background: none;
}

.paginate li.prev a:hover, 
.paginate li.next a:hover {
	color: #4dc3ff;
}

.paginate li.prev span, 
.paginate li.next span {
	position: relative;
	*position: static;
	padding: 5px 10px;
	background: none;
	color: #ccc;
}

.paginate li.next a:after {
	content:"";
	position: absolute;
	top: 25%;
	right: -5px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #1aa0e5;
	border-bottom: 6px solid transparent;
}

.paginate li.next span:after {
	content:"";
	position: absolute;
	top: 25%;
	right: -5px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #ccc;
	border-bottom: 6px solid transparent;
}

.paginate li.prev a:before {
	content:"";
	position: absolute;
	top: 25%;
	left: -5px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid #1aa0e5;
	border-bottom: 6px solid transparent;
}

.paginate li.prev span:before {
	content:"";
	position: absolute;
	top: 25%;
	left: -5px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid #ccc;
	border-bottom: 6px solid transparent;
}

.paginate li.prev a:hover:before {
	border-right: 6px solid #4dc3ff;
}

.paginate li.next a:hover:after {
	border-left: 6px solid #4dc3ff;
}
	

@media (max-width: 767px){
	
	#case .block .span4 {
		text-align: center;
		margin-bottom: 20px;
	}
	
	#case .block .span8 {
		padding: 0px 16px;
	}
	
	.paginate {
		padding: 0px 16px;
	}
}
	
	



/* ------------------------- point */

#point {
	margin-bottom: 110px;
}

#point .block .span4 p {
	margin-bottom: 0px;
}

#point .block .span8 h3 {
	font-size: 123%;
	font-weight: bold;
	color: #1aa0e5;
	margin-bottom: 20px;
}

#point h3 span {
	display: inline-block;
	margin: 0px 10px;
	padding: 5px 7px 4px 7px;
	background: #1aa0e5;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	line-height: 1;
}

#point .block {
	margin-bottom: 40px;
}

@media (max-width: 767px){
	
	#point .block .span4 {
		text-align: center;
		margin-bottom: 20px;
	}
	
	#point .block .span8 {
		padding: 0px 16px;
	}
}



/* ------------------------- plan */

#plan {
	margin-bottom: 110px;
}

.table-plan {
	width: 100%;
	line-height: 1.5;
}

.table-plan .plan200 {
	background: #fff;
	border-right: 1px solid #e5e5e5;
	color: #30b08d;
	text-align: center;
	border-top: none;
}

.table-plan .basic {
	background: #fff;
	color: #1aa1e6;
	text-align: center;
}

.table-plan thead th {
	font-size: 18px;
	padding: 11px 20px;
}

.table-plan thead .blank {
	background: #999;
	width: 27.8%;
}

.table-plan thead .plan200 {
	/*width: 35.9%;*/
	background: #268d71;
	border-right: 1px solid #79ad9f;
	color: #fff;
}

.table-plan thead .basic {
	/*width: 35.9%;*/
	background: #1581b8;
	color: #fff;
}

.table-plan tbody th {
	background: #ccc;
	border-bottom: 1px solid #eee;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
  font-size: 18px;
	height: 70px;
}

.table-plan tbody td {
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	font-weight: bold;
}

.table-plan .price .plan200 {
	background: #30b08d;
	border-bottom: 1px solid #7ebead;
	border-right: 1px solid #7ebead;
	font-size: 24px;
	height: 110px;
	font-weight: bold;
	color: #fff;
}

.table-plan .price .basic {
	background: #1aa1e6;
	border-bottom: 1px solid #73b7d9;
	font-size: 24px;
	height: 110px;
	font-weight: bold;
	color: #fff;
}

.table-plan .marker {
	display: inline-block;
}

.table-plan .arrow th,
.table-plan .arrow td,
.table-plan .bt th,
.table-plan .bt td {
	background: none;
	border: none;
	height: 41px;
}

.table-plan .arrow .plan200 span {
	display: inline-block;
	width: 21px;
	height: 11px;
	background: url(/img/arrow-plan.png) no-repeat;
}

.table-plan .arrow .basic span {
	display: inline-block;
	width: 21px;
	height: 11px;
	background: url(/img/arrow-plan.png) no-repeat;
}

.table-plan .bt .plan200 a {
	display: inline-block;
	font-size: 88%;
	font-weight: bold;
	color: #fff;
	padding: 8px 20px;
	background: #26b18c;
	border-radius: 19px;
}

.table-plan .bt .plan200 a:hover {
	background: #2acaa2;
	text-decoration: none;
}

.table-plan .bt .basic a {
	display: inline-block;
	font-size: 88%;
	font-weight: bold;
	color: #fff;
	padding: 8px 20px;
	background: #1aa0e5;
	border-radius: 19px;
}

.table-plan .bt .basic a:hover {
	background: #1cb3ff;
	text-decoration: none;
}

.ie .table-plan .bt .plan200 a {
	width: 166px;
	height: 24px;
	background: url(/img/bt-image.png) no-repeat 0px -240px;
}

.ie .table-plan .bt .plan200 a:hover {
	background: url(/img/bt-image.png) no-repeat 0px -290px;
}

.ie .table-plan .bt .basic a {
	width: 166px;
	height: 24px;
	background: url(/img/bt-image.png) no-repeat 0px -140px;
}

.ie .table-plan .bt .basic a:hover {
	background: url(/img/bt-image.png) no-repeat 0px -190px;
}
@media (max-width: 767px){
	.table-plan thead th {
		font-size: 13px;
	}
	
	.table-plan tbody th {
		padding: 0px 10px;
	}
	
	.table-plan .price td {
		font-size:  18px;
	}
	
	.table-plan tbody td {
		font-size: 13px;
	}

	.case-block .span4 {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.case-block .span8 {
		padding: 0px 16px;
	}
}


@media (max-width: 480px){
	.table-plan .bt .plan200 a {
		padding: 8px 10px;
		margin: 0px 10px;
	}
	
	.table-plan .bt .basic a {
		padding: 8px 10px;
		margin: 0px 10px;
	}
	
	.table-plan .marker {
		width: 20px;
		height: auto;
	}
  .table-plan thead th {
    font-size: 12px;
  }
  .table-plan tbody th {
    font-size: 12px;
  }

}



/* ------------------------- contents */

#contents {
	margin-bottom: 50px;
}

#contents h2 {
	font-size: 185%;
	margin-bottom: 30px;
	color: #1aa0e5;
}

#contents h3 {
	font-size: 123%;
	margin-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
}


#contents .block {
	margin-bottom: 60px;
}

#contents img {
	margin-bottom: 24px;
}

#contents .left {
	float: left;
	margin-right: 30px;
}

#contents .right {
	float: right;
	margin-left: 30px;
}

#contents .block table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.5;
}

#contents .block th {
	background: #ccc;
	border-bottom: 1px solid #f2f2f2;
	padding: 15px 20px;
	text-align: left;
	vertical-align: middle;
}

#contents .block td {
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
	padding: 15px 20px;
	text-align: left;
	vertical-align: middle;
}
	
@media (max-width: 979px){
	#contents img {
		margin-bottom: 20px;
	}
	
	#contents .left {
		margin-right: 20px;
	}
	
	#contents .right {
		margin-left: 20px;
	}
}

@media (max-width: 767px){
	#contents .block {
		text-align: center;
		padding: 0px 16px;
	}
	
	#contents h3,
	#contents p,
	#contents table {
		text-align: left;
	}
	
	#contents h2 {
		font-size: 138%;
		padding: 0px 16px;
	}
	
	#contents .left {
		float: none;
		margin-right: 0px;
	}
	
	#contents .right {
		float: none;
		margin-left: 0px;
	}
	
	#contents .block th {
		padding: 10px;
	}
	
	#contents .block td {
		padding: 10px;
	}
}



/* ------------------------- support */

.support-item {
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	padding: 0px 0px 20px 60px;
	position: relative;
}

.support-item span {
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1;
	font-size: 34px;
}

.support-item h3 {
	padding-top: 0px !important;
}



/* ------------------------- contact */

#contact {
	margin-bottom: 50px;
}

#contact .contact-info {
	margin-bottom: 40px;
}

#contact form {
	margin-bottom: 60px;
}

#contact .control-group {
	padding: 20px 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}

#contact .control-group:first-child {
	border-top: 1px solid #ccc;
}

#contact label {
	font-weight: bold;
}

#contact .controls {
	margin-bottom: 0px;
}

#contact select {
	margin-bottom: 20px;
	background: #fff;
}

#contact input, 
#contact textarea {
	width: 90%;
	background: #fff;
}

#contact .size30 {
	width: 30%;
}

#contact .size60 {
	width: 60%;
}

#contact .controls p {
	padding-top: 5px;
	margin-bottom: 5px;
}

#contact .bt-block {
	text-align: center;
	padding: 20px 0px 0px 0px;
}

#contact button,
#contact .bt-block input {
	display: inline-block;
	width: auto;
	background: #1aa0e5;
	border-radius: 13px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin: 0px 6px;
	padding: 0px 45px;
	border: none;
	text-shadow: none;
}

#contact button:hover, 
#contact .bt-block input:hover {
	background: #1cb3ff;
}

#contact a.bt-prev {
	display: inline-block;
	background: #666;
	border-radius: 13px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	margin: 0px 6px;
	padding: 0px 45px;
	border: none;
	text-shadow: none;
	text-decoration: none;
}

#contact a.bt-prev:hover {
	background: #808080;
}

#contact .require, 
#contact .required {
	color: #c00;
}

#contact .error-message {
	color: #c00;
	margin-top: 5px;
}

@media (max-width: 767px){
	#contact .contact-info {
		padding: 0px 16px;
	}
	
	#contact .control-group {
		padding: 20px 16px;
	}
}

@media (max-width: 480px){
	#contact select {
		width: 90%;
	}
	
	#contact .size30 {
		width: 90%;
	}
	
	#contact .size60 {
		width: 90%;
	}
}





/* ------------------------- side-column */

#side-column h2 {
	font-size: 108%;
	font-weight: bold;
	padding: 9px 10px;
	background: #ccc;
	text-align: center;
	border-bottom: 3px solid #f2f2f2;
	margin: 0px;
	color: #333;
}

#side-nav li {
	border-top: 2px solid #f2f2f2;
}

#side-nav li:first-child {
	border: none;
}

#side-nav a {
	display: block;
	padding: 10px 10px 10px 32px;
	background: url(/img/bg-side-nav.png) no-repeat 10px center #fff;
}

#side-nav a:hover,
#side-nav .cr a {
	background: url(/img/bg-side-nav.png) no-repeat 10px center #cceeff;
	text-decoration: none;
}


#contact .checkbox input[type="checkbox"]{
  width: auto;
}
