@charset "utf-8";

/*
*
*	Title: SyncSearch - Layout
*	Last Modified: 2012-12-11
*	Description: Layout
*
*/

/* =========== INDEX LIST ============

	1: COMMON
	2: LAYOUT
 	3: INDEX
        
====================================== */

/* ===================================

	1: COMMON

====================================== */

html {
	background: #e8edef;
	color: #333;
}
body {
	background: #fff;
}
#page {
	min-width: 960px;
	position: relative;
	overflow: hidden;
}
#page p,
#page ul,
#page ol,
#page dl,
#page table {
	font-size: 107%;
	line-height: 1.8;
}
#page img {
	line-height: 1;
	vertical-align: top;
}

/* ===================================

	2: LAYOUT

====================================== */
#header {
	height: 137px;
	border-bottom: 3px solid #d9e2e7;
}
#header .wrap {
	width: 960px;
	margin: 0 auto;
	padding: 18px 0 0;
	position: relative;
	*zoom:1;
}
#header .wrap:after {
	content: "";
	display: block;
	clear: both;
}
#header #logo {
	margin: 0 0 16px;
}
#header #gnav {
	width: 778px;
	background: url(../images/bg_gnav.png) scroll no-repeat 0 0;
	height: 47px;
	float: left;
}
#header #gnav ul {
	text-shadow:0px 0px 1px rgba(44,163,236,0.5);
	font-size: 122%;
	font-weight: bold;
	*zoom:1;
}
#header #gnav ul:after {
	content:"";
	display:block;
	clear:both;
}
#header #gnav li {
	width: 155px;
	height: 47px;
	float: left;
}
#header #gnav li a {
	display: block;
	width: 155px;
	height: 35px;
	padding: 12px 0 0;
	text-align: center;
}
#header #gnav li a:hover {
	color: #2ca3ec;
	text-shadow: 0px 0px 1px #c7e6fa;
	text-decoration: none;
}
#header #gnav li.current a {
	background: url(../images/bg_gnav_cur.png) scroll no-repeat 0 0;
	margin-bottom: -3px;
	padding-bottom: 3px;
	text-shadow:0px 0px 1px rgba(0,0,0,0.3);
	color: #000;
}
#header #gnav li.hover-menu {
	position: relative;
	z-index: 100;
}
#header #gnav li.hover-menu a.hover {
	margin: -2px 0 0;
	padding-top: 14px;
	background: url(../images/bg_gnav_on.png) scroll no-repeat 0 0;
	text-shadow:0px 0px 1px rgba(0,0,0,0.3);
	color: #000;
	z-index: 100;
}
#header #gnav li.hover-menu li a,
#header #gnav li.hover-menu li a:hover {
	margin: 0;
	padding: 0;
	background: none;
}
#header #gnav li.hover-menu .menu {
	display: none;
	width: 269px;
	background: url(../images/bg_gnav_menu_01.png) scroll no-repeat 0 0;
	padding: 20px 28px 0 28px;
	position: absolute;
	top: 35px;
	left: -1px;
	z-index: -1;
}
#header #gnav li.hover-menu .menu ul {
	font-size: 77%;
}
#header #gnav li.hover-menu .menu li {
	width: auto;
	height: auto;
	float: none;
}
#header #gnav li.hover-menu .menu li a {
	width: auto;
	height: auto;
	background: url(../images/icn_list_01.png) scroll no-repeat 0 6px;
	margin: 0 0 18px;
	padding-left: 17px;
	text-align: left;
}
#header #gnav li.hover-menu .menu .end {
	display: block;
	width: 100%;
	height: 10px;
	background: url(../images/bg_gnav_menu_02.png) scroll no-repeat left bottom;
	position: absolute;
	border: -10px;
	left: 0;
}
#header .btn-trial {
	width: 166px;
	height: 68px;
	background: url(../images/btn_trial_on.png) scroll no-repeat 0 0;
	position: absolute;
	top: 0;
	right: -4px;
}
#header .btn-trial a {
	display: block;
}
#header .btn-trial a:hover img {
	visibility: hidden;
}
#header .links-other-contents {
	width: 210px;
	position: absolute;
	top: 20px;
	right: 113px;
	overflow: hidden;
}
#header .links-other-contents li {
	margin: 0 10px 0 0;
	float: left;
}
#header .links-other-contents li a {
	display: block;
	height: 25px;
}
#header .links-other-contents li a:hover img {
	visibility: hidden;
}
#header .links-other-contents .btn-fb {
	width: 100px;
	background: url(../images/btn_h_fb_on.png) scroll no-repeat 0 0;
}
#header .links-other-contents .btn-blog {
	width: 90px;
	background: url(../images/btn_h_blog_on.png) scroll no-repeat 0 0;
	display: none;
}
#header .btn-search {
	width: 170px;
	background: url(../images/bg_gnav.png) scroll no-repeat 152px 0;
	margin: 0 0 -3px;
	padding: 0 8px 0 0;
	float: right;
    position: relative;
	z-index: 0;
}
#header .btn-search a {
	display: block;
}
#header .btn-search a.active {
	width: 178px;
	height: 54px;
	background: url(../images/btn_search_active.png) scroll no-repeat 0 0;
	margin: -4px -4px 0;
}
#header .btn-search a.active img {
	visibility: hidden;
}
#header .search-box {
	width: 348px;
	height: 40px;
	background: url(../images/bg_searchbox.png) scroll no-repeat 0 0;
	padding: 26px 29px 24px 24px;
	position: absolute;
	bottom: -90px;
	*bottom: -77px;
	right: 3px;
	z-index: 500;
}
#header .search-box .input-txt {
	width: 300px;
	height: 40px;
	background: url(../images/bg_search_form.png) scroll no-repeat 0 0;
	float: left;
}
#header .search-box .input-txt input {
	width: 270px;
	height: 40px;
	background: none;
	padding: 0 15px;
	border: none;
	height: 32px\9;
	padding-top: 8px\9;
}
#header .search-box .btn-submit {
	width: 48px;
	height: 40px;
	background: url(../images/btn_search_form.png) scroll no-repeat 0 0;
	float: left;
}
#header .search-box .btn-submit input {
	width: 48px;
	height: 40px;
	background: none;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}

#contents {
	width: 960px;
	margin: 0 auto;
	*zoom:1;
}
#contents:after {
	content:"";
	display:block;
	clear:both;
}
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
	color: #000;
}
#contents h1 {
	width: 680px;
	background: url(../images/line_ttl.png) scroll no-repeat left bottom;
	margin: 0 0 30px;
	padding: 30px 0 12px;
	font-size: 230%;
	/*color: #57646a;*/
}
h1#tittle{
  width:940px;
}
#contents h2 {
	width: 540px;
	margin: 0 0 20px;
	padding: 20px 0 10px;
	font-size: 180%;
}
h2 span {
	display: block;
	padding: 0 0 0 9px;
	border-left: 6px solid #0076bd;
	line-height: 1.1;
}
#contents #main {
	width: 680px;
	margin: 0 0 80px;
	float: left;
}
#contents #side {
	width: 240px;
	margin: -33px 0 0;
	padding: 30px 0 0;
	border-top: 3px solid #e1e5e7;
	float: right;
}
#contents #side p {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 114%;
}
#contents #side ul {
	background: url(../images/bg_side_nav.png) scroll no-repeat left bottom;
	margin: 0 0 10px;
	padding: 0 0 50px;
	font-size: 107%;
}
#contents #side li {
	margin: 0 0 10px;
}
#contents #side li a {
	display: block;
	background: url(../images/icn_list_01.png) scroll no-repeat 10px 8px;
	padding: 0 0 0 25px;
}
#contents #side .btn-trial-side a {
	display: block;
	width: 200px;
	height: 40px;
	background: url(../images/bg_btn_green_s.png) scroll no-repeat 0 0;
	padding: 10px 20px 0 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 0 #005d93;
	font-size: 114%;
}
#contents #side .btn-trial-side a:hover {
	background-image: url(../images/bg_btn_green_s_on.png);
	text-decoration: none;
}

#footer {
	background: #e8edef;
	*zoom:1;
}
#footer .link-pagetop {
	margin-right: -480px;
	position: fixed;
	font-size: 85%;
	bottom: 0;
	right: 50%;
}
#footer .link-pagetop a {
	display: block;
}
#footer .link-pagetop a img {
	opacity: .5;
}
#footer .link-pagetop a:hover img {
	opacity: 1;
}
#footer .wrap {
	width: 960px;
	margin: 0 auto;
	padding: 25px 0 40px;
	overflow: hidden;
}
#footer .col-left {
	width: 680px;
	float: left;
}
#footer .col-left .lead {
	margin: 0 0 10px;
	font-size: 107%;
	color: #545b60;
}
#footer .col-left .link-btn {
	width: 260px;
	margin: 0 0 18px;
	overflow: hidden;
}
#footer .col-left .link-btn li {
	width: 130px;
	float: left;
}
#footer .col-left .link-btn li a {
	display: block;
}
#footer .col-left .link-btn li a:hover img {
	visibility: hidden;
}
#footer .col-left .link-btn li.btn-contact {
	background: url(../images/btn_contact_footer_on.png) scroll no-repeat 0 0;
}
#footer .col-left .link-btn li.btn-trial {
	background: url(../images/btn_trial_footer_on.png) scroll no-repeat 0 0;
}
#footer #copyright {
	color: #919699;
	font-size: 92%;
}
#footer .col-right {
	width: 260px;
	float: right;
}
#footer .col-right .link-main,
#footer .col-right .link-sub {
	width: 120px;
	float: left;
	font-size: 92%;
}
#footer .col-right .link-sub {
	float: right;
}
#footer .col-right .link-main li a {
	display: block;
	background: url(../images/icn_list_footer_01.png) scroll no-repeat 0 5px;
	padding-left: 15px;
}
#footer .col-right .link-sub li a {
	display: block;
	background: url(../images/icn_list_footer_02.png) scroll no-repeat 1px 7px;
	padding-left: 12px;
}

/* ===================================

	3: INDEX

====================================== */
#index #header {
	position: relative;
	z-index: 100;
}
#index #contents {
	width: 100%;
}
#index #main {
	width: 960px;
	margin: 0 auto;
	float: none;
	position: relative;
	z-index: 0;
}
#index #main-visual {
	margin: 0 0 30px;
	position: relative;
}
#index #main-visual .bx-pager {
	position: absolute;
	bottom: 11px;
	left: 15px;
	overflow: hidden;
}
#index #main-visual .bx-pager a {
	display: block;
	width: 20px;
	height: 18px;
	background: url(../../images/icn_nav_slide.png) scroll no-repeat 0 0;
	text-indent: -9999px;
	float: left;
}
#index #main-visual .bx-pager a.pager-active {
	background-image: url(../../images/icn_nav_slide_cur.png);
}
#index #main-visual .block-movie {
	width: 500px;
	height: 300px;
	background: url(../../images/cv_movie.png) scroll no-repeat 0 0;
	padding: 125px 0 0;
	position: absolute;
	top: 0;
	right: 0;
}
#index #main-visual .block-movie .wrap {
	max-width: 391px;
	min-height: 115px;
	background: url(../../images/bg_movie.png) scroll no-repeat 0 0;
	margin: 0 0 0 50px;
	padding: 15px 0 0 19px;
}
#index #main-visual .block-movie .btn-movie {
	width: 114px;
	padding: 5px 0 0 0;
	float: left;
}
#index #main-visual .block-movie .btn-movie a {
	display: block;
	width: 114px;
	height: 90px;
}
#index #main-visual .block-movie .btn-movie a:hover {
	background: url(../../images/btn_movie_on.png) scroll no-repeat 0 0;
}
#index #main-visual .block-movie .btn-movie a:hover img {
	visibility: hidden;
}
#index #main-visual .block-movie .txt {
	/*padding: 10px 0 0 120px;*/
	font-size: 180%;
	line-height: 1.4;
	color: #fff;
	overflow: hidden;
}
	
#index #main-visual .block-movie #text{
  padding:15px 0 0 110px;
}
#index #main-visual .block-movie #text1{
  padding-left:70px;
}	

#index #main-visual .btn-sub {
	width: 420px;
	height: 58px;
	font-size: 144%;
	line-height: 1.2;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}
#index #main-visual .btn-sub li {
	width: 200px;
	margin: 0 10px 0 0;
	float: left;
}
#index #main-visual .btn-sub li a {
	display: block;
	width: 180px;
	height: 38px;
	background: url(../../images/bg_btn_sub.png) scroll no-repeat 0 0;
	padding: 20px 20px 0 0;
	text-align: center;
	color: #fff;
}
#index #main-visual .btn-sub li a:hover {
	background-image: url(../../images/bg_btn_sub_on.png);
	text-decoration: none;
}

#index #outline {
	background: url(../../images/bg_outline.jpg) scroll no-repeat left bottom;
	margin: 0 0 20px;
	padding: 0 0 25px;
}
#index #outline .block-row {
	width: 984px;
	margin: 0 -48px 20px 0;
	padding: 0 0 0 24px;
	overflow: hidden;
}
#index #outline .block {
	width: 165px;
	margin: 0 48px 0 0;
	padding: 0 0 0 115px;
	float: left;
	position: relative;
}
#index #outline .block dl {
	font-size: 92%;
	line-height: 1.5;
}
#index #outline .block dt {
	margin: 0 0 5px;
	font-weight: bold;
	color: #000;
}
#index #outline .block dd {
	color: #666;
	font-size: 92%;
}
#index #outline .block .link-more {
	font-size: 85%;
}
#index #outline .block .link-more a {
	display: inline-block;
	_display: inline;
	padding-right: 10px;
	background: url(../images/icn_link_01.png) scroll no-repeat right 6px;
}
#index #outline .block .link-more a:hover {
	background-image: url(../images/icn_link_01_on.png);
}
#index #outline .block .img {
	position: absolute;
	top: 0;
	left: 0;
}

#index #case h2,
#index #info h2 {
	width: 140px;
	padding: 15px 0 0;
	font-weight: 200;
	font-size: 114%;
	color: #57646a;
	float: left;
}

#index #info .link-more {
	font-size: 85%;
	margin-left: 252px;
}
#index #info .link-more a {
	display: inline-block;
	_display: inline;
	padding-right: 10px;
	background: url(../images/icn_link_01.png) scroll no-repeat right 6px;
}
#index #info .link-more a:hover {
	background-image: url(../images/icn_link_01_on.png);
}

#index #case h2 {
	margin-top: 9px;
}
#index #case {
	width: 960px;
	margin: 0 0 40px;
	overflow: hidden;
}
#index #case ul {
	width: ;
	float: left;
}
#index #case ul li {
	width: 140px;
	float: left;
}
#index #case ul li a {
	display: block;
	width: 120px;
	border-bottom: 5px solid #0076bf;
}
#index #case ul li a img {
	border: 1px solid #e1e5e7;
	border-bottom: none;
}
#index #case ul li a:hover {
	border-color: #2ca3ec;
}
#index #case ul li a:hover img {
	opacity: .75;
}
#index #case .link-more {
	width: 120px;
	font-size: 85%;
	float: left;
	background-color: #FFF;
}
#index #case .link-more a {
	display: block;
	width: 105px;
	height: 36px;
	background: url(../images/icn_link_01.png) scroll no-repeat 102px 27px;
	padding: 22px 0 0 13px;
	border: 1px solid #e1e5e7;
}
#index #case .link-more a:hover {
	background-image: url(../images/icn_link_01_on.png);
	text-decoration: none;
	color: #2ca3ec;
}

#index #info {
	background: #f3f6f7;
	padding: 20px 0;
}
#index #info .wrap {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#index #info h2 {
	padding: 0;
}
#index #info ol {
	width: 790px;
	padding: 0 0 0 30px;
	font-size: 92%;
	float: left;
}
#index #info ol li {
	margin: 0 0 10px;
}
#index #info ol .date {
	display: block;
	width: 82px;
	font-size: 92%;
	color: #57646a;
	float: left;
}
#index #info ol a {
	display: block;
	overflow: hidden;
}

/* ===================================

	: PRODUCTS

====================================== */
#products #main .lead {
	margin: 0 0 25px;
}
#products #main .section {
	margin: 0 0 25px;
}
#products #main .section-2nd {
	margin: 0 0 25px;
}
#products #main h2 {
	margin: 0 0 15px;
	/*font-size: 230%;
	color: #000;*/
	font-size: 200%;
	color: #57646a;
}
#products #main h3 {
	margin: 0 0 10px;
	padding: 12px 0 0;
	border-top: 2px solid #e1e5e7;
	font-size: 169%;
}
#products #main h3 span {
	display: block;
	padding: 0 0 0 9px;
	border-left: 6px solid #0076bd;
	line-height: 1.1;
}
#products #main h4 {
	margin: 0 0 10px;
	padding: 0 0 0 9px;
	border-left: 6px solid #cbcfd0;
	font-size: 136%;
	line-height: 1.1;
}
#products #main p {
	margin: 0 0 10px;
}
#products #main p.img {
	width: 678px;
	border: 1px solid #e0e5e7;
	overflow: hidden;
}
#products #main p.img img {
	margin: -1px;
}
#products #main ul {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
}
#products #main li {
	background: url(../images/icn_list_02.png) scroll no-repeat 0 8px;
	padding: 0 0 0 10px;
}

/* ===================================

	: CASE

====================================== */
#price h1 {
	width: auto;
}
#case #main .section {
	background: url(../images/bg_section.png) scroll no-repeat left bottom;
	margin: 0 0 15px;
	padding: 0 0 40px;
	position: relative;
}
#case #main .headings {
	width: 384px;
	min-height: 60px;
	margin: 0 0 15px;
	padding: 5px 0 0 16px;
	border-left: 4px solid #cad7de;
}
#case #main h2 {
	margin: 0 0 3px;
	font-size: 182%;
}
#case #main h2 a {
	background: url(../images/icn_blank.png) scroll no-repeat right 9px;
	padding-right: 24px;
}
#case #main h3 {
	color: #999;
	font-size: 107%;
	font-weight: normal;
}
#case #main .section .logo {
	position: absolute;
	top: 0;
	right: 0;
}

/* ===================================

	: PRICE

====================================== */
#price h1 {
	width: auto;
}
#price #main {
	width: 960px;
	float: none;
}
#price #main .list-plan {
	width: 980px;
	margin: 0 -20px 10px 0;
	overflow: hidden;
}
#price #main .section {
	width: 430px;
	margin: 0 20px 0 0;
	padding: 20px 20px 20px;
	float: left;
	position: relative;
}
#price #main .head {
	height: 94px;
	margin: 0 0 20px;
	padding: 10px 0 0 90px;
}
#price #main .head h2 {
	margin: 0 0 10px;
	line-height: 1.1;
	font-size: 215%;
}
#price #main .head .price {
	line-height: 1.1;
	font-size: 200%;
	font-style: italic;
	color: #999;
}
#price #main .head .price_2 {
	font-style: italic;
	color: #999;
	margin-top:-5px;
}
#price #main .section .sticker {
	width: 80px;
	text-align: center;
	text-shadow: 0 1px 0 #51841d;
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 18px;
	left: 10px;
}
#price #main .section .sticker strong {
	font-size: 114%;
}
#price #main .section .list-point {
	margin: 0 0 15px;
}
#price #main .section .list-point li {
	background: url(../images/icn_list_02.png) scroll no-repeat 0 8px;
	padding: 0 0 0 10px;
}
#price #main .section .btn-start a {
	display: block;
	width: 280px;
	height: 43px;
	margin: 0 auto;
	padding: 7px 20px 0 0;
	text-align: center;
	font-size: 152%;
	color: #fff;
}
#price #main .section .btn-start a:hover {
	text-decoration: none;
}
#price #main .section .btn-blue a {
	background: url(../images/bg_btn_blue_m.png) scroll no-repeat 0 0;
	text-shadow:0px 0px 1px rgba(255,255,255,0.5), 0 1px 1px #004293;
}
#price #main .section .btn-blue a:hover {
	background-image: url(../images/bg_btn_blue_m_on.png);
}
#price #main .section .btn-orange a {
	background: url(../images/bg_btn_orange_m.png) scroll no-repeat 0 0;
	text-shadow:0px 0px 1px rgba(255,255,255,0.5), 0 1px 1px #7c4400;
}
#price #main .section .btn-orange a:hover {
	background-image: url(../images/bg_btn_orange_m_on.png);
}
#price #plan-standard {
	background: #f7f9f9 url(../../pricing/images/bg_plan_01.jpg) scroll no-repeat 0 0;
}
#price #plan-professional {
	background: #f9f7ee url(../../pricing/images/bg_plan_02.jpg) scroll no-repeat 0 0;
}
#price #plan-professional h2 {
	color: #a5640f;
}

#price #main .btn-more-info,
#price #main .btn-close-info {
	margin: 0 0 10px;
}
#price #main .btn-more-info a,
#price #main .btn-close-info a {
	display: block;
	width: 500px;
	height: 45px;
/*
	background: url(../../price/images/btn_more_info.png) scroll no-repeat 0 0;
*/
	margin: 0 auto;
	padding: 30px 0 0;
	text-align: center;
	font-size: 122%;
	color: #0076bf;
}
#price #main .btn-close-info a {
/*
	background: url(../../price/images/btn_close_info.png) scroll no-repeat 0 0;
*/
}
#price #main .btn-more-info a:hover,
#price #main .btn-close-info a:hover {
	text-decoration: none;
	color: #2ca3ec;
}
#price #main .btn-more-info a:hover {
/*
	background-image: url(../../price/images/btn_more_info_on.png);
*/
}
#price #main .btn-close-info a:hover {
/*
	background-image: url(../../price/images/btn_close_info_on.png);
*/
}

#price .comparative-table table {
	width: 100%;
}
#price .comparative-table th,
#price .comparative-table td {
	border-bottom: 10px solid #fff;
	text-align: center;
}
#price .comparative-table thead th {
	font-size: 122%;
}
#price .comparative-table tbody th {
	background: #f7f9f9;
	padding: 7px 0 7px 20px;
	text-align: left;
}
#price .comparative-table tbody td {
	font-size: 107%;
}
#price .comparative-table tbody td .limited {
	font-size: 85%;
	color: #666;
}
#price .comparative-table tbody td.plan-s {
	width: 260px;
}
#price .comparative-table tbody td.plan-p {
	width: 280px;
}
#price .comparative-table th div,
#price .comparative-table td div {
	padding: 7px 0;
}
#price .comparative-table th.plan-p {
}
#price .comparative-table th.plan-s,
#price .comparative-table td.plan-s {
	background: #e8edef;
}
#price .comparative-table th.plan-p,
#price .comparative-table td.plan-p {
	background: #ebe3d9;
	color: #a5640f;
}
#price .comparative-table th.plan-p div,
#price .comparative-table td.plan-p div {
	border-left: 20px solid #f7f9f9;
}
#price .comparative-table .row-btn th {
	background: none;
}
#price .comparative-table .row-btn td {
	font-size: 92%;
}
#price .comparative-table .row-btn .btn-start a {
	display: block;
	width: 240px;
	height: 43px;
	padding: 7px 20px 0 0;
	text-align: center;
	font-size: 145%;
	color: #fff;
	float: right;
}
#price .comparative-table .row-btn .btn-start a:hover {
	text-decoration: none;
}
#price .comparative-table .row-btn .btn-blue a {
	background: url(../images/bg_btn_blue_s.png) scroll no-repeat 0 0;
	text-shadow:0px 0px 1px rgba(255,255,255,0.5), 0 1px 1px #004293;
	text-indent:-15px;
}
#price .comparative-table .row-btn .btn-blue a:hover {
	background-image: url(../images/bg_btn_blue_s_on.png);
	text-indent:-15px;
}
#price .comparative-table .row-btn .btn-orange a {
	background: url(../images/bg_btn_orange_s.png) scroll no-repeat 0 0;
	text-shadow:0px 0px 1px rgba(255,255,255,0.5), 0 1px 1px #7c4400;
	text-indent:-15px;
}
#price .comparative-table .row-btn .btn-orange a:hover {
	background-image: url(../images/bg_btn_orange_s_on.png);
	text-indent:-15px;
}

#price #main .txt-note {
	margin: 35px 0 20px;
	text-align: center;
}
#price .btn-contact-price a {
	display: block;
	width: 198px;
	height: 35px;
	background: url(../images/bg_btn_gray_s.png) scroll no-repeat 0 0;
	margin: 0 auto;
	padding: 5px 22px 0 0;
	text-align: center;
	font-size: 122%;
	color: #0076bf;
}
#price .btn-contact-price a:hover {
	background-image: url(../images/bg_btn_gray_s_on.png);
	text-decoration: none;
	color: #2ca3ec;
}

/* ===================================

	: CONTACT

====================================== */
#contact #main {
	width: 100%;
	float: none;
}
#contact #main .lead {
	margin: 0 0 50px;
}
#contact #main .lead .txt-notice {
	font-size: 92%;
}
#contact #main .lead .txt-notice img {
	vertical-align: middle;
}
#contact #main table {
	width: 540px;
	margin: 0 auto;
}
#contact #main th {
	width: 120px;
	background: url(../images/icn_form.png) scroll no-repeat 0 16px;
	padding: 8px 0 0 20px;
	font-weight: normal;
}
#contact #main .required th {
	background-image: url(../images/icn_form_required.png);
}
#contact #main td {
	width: 400px;
	padding: 0 0 20px;
}

/* ===================================

	: INTRODUCTION

====================================== */
#introduction #contents h1 {
	width: 100%;
}
#introduction #contents #main {
	width: 100%;
	float: none;
}
#contents #privacy #main {
  width:940px;
}
#introduction #contents .steps {
	width: 980px;
	margin: 0 -20px 8px 0;
	overflow: hidden;
}
#introduction #contents .steps-latter {
	padding-left: 128px;
}
#introduction #contents .steps li {
	width: 165px;
	min-height: 178px;
	background: url(../../introduction/images/bg_step.png) scroll no-repeat 0 0;
	margin: 0 20px 0 0;
	padding: 52px 30px 0;
	float: left;
	position: relative;
}
#introduction #contents .steps li dl {
	color: #000;
}
#introduction #contents .steps li dt,
#introduction #contents .steps li dd {
	text-align: center;
}
#introduction #contents .steps li dt {
	margin: 0 0 5px;
	font-size: 114%;
	font-weight: bold;
}
#introduction #contents .steps li .steps-num {
	display: table-cell;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 1;
	font-family:myriad-pro-condensed-1, myriad-pro-condensed-2, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
	vertical-align: middle;
	font-size: 152%;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 2px;
}
#introduction #contents .steps li dd {
	line-height: 1.8;
	font-size: 77%;
}
#introduction #contents .steps li .arrow {
	position: absolute;
	top: 107px;
	left: -25px;
}


/* form style
--------------------*/
#contact #main td select {
	width: 400px;
	background: #f4f7f8;
	-moz-box-shadow: 0 3px 2px #e9ebec inset;
	-o-box-shadow: 0 3px 2px #e9ebec inset;
	-ms-box-shadow: 0 3px 2px #e9ebec inset;
	box-shadow: 0 3px 2px #e9ebec inset;
	padding: 8px 5px;
	border: 1px solid #e1e5e7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px; 
	border-radius: 6px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	-o-background-clip:padding-box;
	-ms-background-clip:padding-box; 
	color: #333;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {#contact #main td select {height: 40px;}}

#contact #main td input,
#contact #main td textarea {
	width: 388px;
	background: #f4f7f8;
	-moz-box-shadow: 0 3px 2px #e9ebec inset;
	-webkit-box-shadow: 0 3px 2px #e9ebec inset;
	-o-box-shadow: 0 3px 2px #e9ebec inset;
	-ms-box-shadow: 0 3px 2px #e9ebec inset;
	box-shadow: 0 3px 2px #e9ebec inset;
	padding: 8px 5px;
	border: 1px solid #e1e5e7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px; 
	border-radius: 6px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	-o-background-clip:padding-box;
	-ms-background-clip:padding-box; 
	color: #333;
}
#contact #main td textarea {
	height: 130px;
}
#contact #main .name input,
#contact #main .tel input {
	width: 248px;
}
#contact #main .chk-terms,
#contact #main .btn-submit {
	padding-left: 350px;
}
#contact #main .chk-terms {
	margin: 0 0 20px;
}
#contact #main .btn-submit input {
	width: 180px;
	background: #0058a8;
	background: -moz-linear-gradient(top,  #0091ce 0%, #0058a8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0091ce), color-stop(100%,#0058a8));
	background: -webkit-linear-gradient(top,  #0091ce 0%,#0058a8 100%);
	background: -o-linear-gradient(top,  #0091ce 0%,#0058a8 100%);
	background: -ms-linear-gradient(top,  #0091ce 0%,#0058a8 100%);
	background: linear-gradient(to bottom,  #0091ce 0%,#0058a8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0091ce', endColorstr='#0058a8',GradientType=0 );
	padding: 8px 0;
	border: 1px solid #005d96;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px; 
	border-radius: 6px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	-o-background-clip:padding-box;
	-ms-background-clip:padding-box; 
	text-shadow: 0 1px 1px #004292;
	font-size: 122%;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
#contact #main .btn-submit input:hover {
	background: #066fd0;
	background: -moz-linear-gradient(top,  #19a5e6 0%, #066fd0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19a5e6), color-stop(100%,#066fd0));
	background: -webkit-linear-gradient(top,  #19a5e6 0%,#066fd0 100%);
	background: -o-linear-gradient(top,  #19a5e6 0%,#066fd0 100%);
	background: -ms-linear-gradient(top,  #19a5e6 0%,#066fd0 100%);
	background: linear-gradient(to bottom,  #19a5e6 0%,#066fd0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a5e6', endColorstr='#066fd0',GradientType=0 );
}

/** 2013.06.17���C */
#main-visual-wrap {
height: 348px; 
width: 100%; 
background-color: #444;
}
#main-visual {
height: 348px; 
width: 100%; 
background: url(../../images/syncsearch_main.png) no-repeat 50% 50%; overflow: hidden;
}
#case-wrap {
background-color: #F5F5FA;  
width: 100%; 
height: 90px; 
margin-bottom: 15px; 
border-top: 1px solid #EEE; 
border-bottom: 1px solid #EEE;
}
#index #case {
margin: auto; 
width: 1000px; 
margin-top: 15px;
}
#main-search-word {
position: absolute; left: 401px; top: -304px; width: 301px; height: 39px; font-size: 20px;
}
#main-search-button {
position: absolute; left: 668px; top: -300px; width: 38px; height: 39px; font-size: 20px;
}

/* ===================================

	: NEWS

====================================== */
body#news h1 img {
float: right; margin-top:15px;
}
body#news dl#list dl,dt,dd {
	margin: 0;
	padding: 0;
}

body#news dl#list dl {
	background: #e7e7e7;
	border: 1px solid #333;
	width: 600px;
}

body#news dl#list dt,dd {
	padding: 5px;
}

body#news dl#list dt {
	border-top: 1px dotted #CCC;
	clear: left;
	float: left;
	width: 100px;
}

body#news dl#list dd {
	background: #fff;
	border-top: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
	margin-left: 100px;
}

body#news #contents h2 {
	font-size: 120%;
	margin-bottom: 13px;
}
body#news #contents .date {
	display: block;
	margin-bottom: 10px;
}
