@charset "utf-8";

/*
*
*	Title: SyncSearch - Layout
*	Last Modified: 2016-11-02
* 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 {
	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;
}

.btTrial a {
	clear: both;
	display: block;
	margin: 0 20px 20px;
	padding: 15px 0;
	border-radius: 10px;
	background: rgb(41,177,196);
	background: -moz-linear-gradient(top,  rgb(41,177,196) 0%, rgb(49,197,218) 70%, rgb(55,210,232) 100%);
	background: -webkit-linear-gradient(top,  rgb(41,177,196) 0%,rgb(49,197,218) 70%,rgb(55,210,232) 100%);
	background: linear-gradient(to bottom,  rgb(41,177,196) 0%,rgb(49,197,218) 70%,rgb(55,210,232) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b1c4', endColorstr='#29d7c5',GradientType=0 );
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	line-height: 1.2;
	text-shadow: 1px 1px 3px #238593;
}

.btCase a {
	clear: both;
	display: block;
	margin: 0 20px 30px;
	padding: 15px 0;
	border-radius: 10px;
	background: rgb(0,115,168);
	background: -moz-linear-gradient(top,  rgb(0,115,168) 0%, rgb(0,125,183) 70%, rgb(0,135,198) 100%);
	background: -webkit-linear-gradient(top,  rgb(0,115,168) 0%,rgb(0,125,183) 70%,rgb(0,135,198) 100%);
	background: linear-gradient(to bottom,  rgb(0,115,168) 0%,rgb(0,125,183) 70%,rgb(0,135,198) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073a8', endColorstr='#0087c6',GradientType=0 );
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	line-height: 1.2;
	text-shadow: 1px 1px 3px #006DA0;
}

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

	2: LAYOUT

====================================== */
#header .btn-trial,
#main-visual,
.links-other-contents,
.btn-sub,
.btn-search img,
#case-wrap {
	display: none;
}

#header .wrap {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0;
	position: relative;
	*zoom:1;
}
#header .wrap:after {
	content: "";
	display: block;
	clear: both;
}
#header #logo {
	margin: 0 0 10px 10px;
}
#header #logo img {
	width: 122px;
	height: auto;
}
#header #gnav {
 display: none;
}
#header.open #gnav {
 display: block;
	width: 100%;
	position: absolute;
	right: 0;
	z-index: 200;
	box-sizing: border-box;
	background: #fff;
	border-radius: 6px;
	box-shadow: 2px 2px 3px #ccc;
	border: 1px solid #ccc;
}
#header #gnav ul {
	font-size: 122%;
	font-weight: bold;
}
#header #gnav li a {
	display: block;
	padding: 10px 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#header .searchIcon {
font-size: 2.6em; /* This controls the size. */
display: inline-block;
font-weight: bold;
width: 0.4em;
height: 0.4em;
border: 0.1em solid #0076bf;
position: relative;
border-radius: 0.35em;
text-indent: 100%;
white-space: nowrap;
}
#header .searchIcon:before {
 content: "";
 display: inline-block;
 position: absolute;
 right: -0.25em;
 bottom: -0.1em;
 border-width: 0;
 background: #0076bf;
 width: 0.35em;
 height: 0.08em;
 -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header .btn-search {
	position: absolute;
	right: 18px;
	top: 10px;
}
#header .search-box {
	display: none;
	width: 80%;
	background: #fff;
	border-radius: 6px;
	padding: 15px 20px;
	position: absolute;
	right: 10px;
	z-index: 300;
	box-shadow: 2px 2px 3px #ccc;
	border: 1px solid #ccc;
}
#header .search-box:before {
	content: "";
	position: absolute;
	right: 4px;
	top: -10px;
	width: 0;
	height: 0;
	border:10px solid transparent;
	border-bottom-color:#ccc;
	border-top-width:0;
	z-index: 290;
}
#header .search-box:after {
	content: "";
	position: absolute;
	right: 4px;
	top: -9px;
	width: 0;
	height: 0;
	border:10px solid transparent;
	border-bottom-color:#fff;
	border-top-width:0;
	z-index: 295;
}
#header .search-box p.lead {
	font-size: 92%;
	text-align: center;
}
#header .search-box .input-txt {
	width: 100%;
	margin-bottom: 10px;
}
#header .search-box .input-txt input {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	background: #f2f6f8;
	border-radius: 20px;
	box-shadow: inset 1px 1px 2px #ccc;
	padding: 0 15px;
	border: none;
}
#header .search-box .input-txt input:focus {
	outline: 0;
}
#header .search-box .btn-submit {
	width: 6em;
	height: 40px;
	margin: 0 auto;
	border-radius: 20px;
	background: rgb(0,115,168);
	background: -moz-linear-gradient(top,  rgb(0,115,168) 0%, rgb(0,125,183) 70%, rgb(0,135,198) 100%);
	background: -webkit-linear-gradient(top,  rgb(0,115,168) 0%,rgb(0,125,183) 70%,rgb(0,135,198) 100%);
	background: linear-gradient(to bottom,  rgb(0,115,168) 0%,rgb(0,125,183) 70%,rgb(0,135,198) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073a8', endColorstr='#0087c6',GradientType=0 );
}
#header .search-box .btn-submit input {
	width: 6em;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	color: #fff;
}


#contents {
	width: 100%;
}
#contents:after {
	content:"";
	display:block;
	clear:both;
}

#footer {
	background: #e8edef;
}
#footer .link-pagetop {
	position: fixed;
	font-size: 85%;
	bottom: 0;
	right: 1%;
}
#footer .link-pagetop a {
	display: block;
}
#footer .link-pagetop a img {
	opacity: .5;
}
#footer .link-pagetop a:hover img {
	opacity: 1;
}
#footer .wrap {
	margin: 0 auto;
	padding: 25px 0 10px;
}
#footer .lead,
#footer ul.link-main li:nth-child(1),
#footer ul.link-main li:nth-child(2),
#footer ul.link-main li:nth-child(3),
#footer ul.link-main li:nth-child(4),
#footer .link-sub {
	display: none;
}
#footer ul.link-main li:nth-child(5),
#footer ul.link-main li:nth-child(6) {
	padding: 0 0 5px 10px;
}
#footer ul.link-main li:nth-child(5) span:not(.summary),
#footer ul.link-main li:nth-child(6) span:not(.summary) {
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}
#footer ul.link-main li:nth-child(5) a,
#footer ul.link-main li:nth-child(6) a {
	font-weight: bold;
	margin-left: 10px;
}
#footer ul.link-main li:nth-child(5) a:before,
#footer ul.link-main li:nth-child(6) a:before {
	content: url(../images/icn_list_footer_01.png);
	position: relative;
	left: -0.6em;
}
#footer ul.link-main li:nth-child(5) span.summary,
#footer ul.link-main li:nth-child(6) span.summary {
	padding-left: 10px;
}
#footer .col-left .link-btn {
	margin: 0 0 18px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}
#footer .col-left .link-btn li {
	margin: 0 15px;
}
#footer #copyright {
	clear: both;
	padding-bottom: 15px;
	color: #919699;
	text-align: center;
}



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

	3: INDEX

====================================== */
#SP_main-visual {
	position: relative;
	min-height: 165px;
	margin-bottom: 20px;
	padding: 5px 0 0;
	background: url(/images/sp_img_keyvis.jpg) no-repeat center top;
	background-size: auto 165px;
}
#SP_main-visual .inputBox {
	position:absolute;
	width: 40%;
	padding: 4px;
	box-sizing: border-box;
	top: 12px;
	right: 10%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}
#SP_main-visual p {
	position:absolute;
	width: 40%;
	padding: 7px 5px 3px 3px;
	box-sizing: border-box;
	top: 11px;
	right: 10%;
}
#SP_main-visual p span {
	display: block;
	width: 14px;
	height: 15px;
	background: url(/images/icn_search.png) no-repeat 0 0;
	background-size: 14px auto;
	float: right;
}
#SP_main-visual ul {
	width: 100%;
	display: table;
	margin: 160px 0 0;
	border-top: 1px solid #fff;
}
#SP_main-visual ul li {
	display: table-cell;
	width: 33%;
	position: relative;
	font-size: 100%;
	line-height:1.1;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #fff;
}
#SP_main-visual ul li:last-child {
	border-right: 0;
}
#SP_main-visual ul li a {
	display: block;
	background: #0075c1;
	padding: 15px 5px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 3px #105186;
}


#index #outline {
	margin: 0 0 20px;
}
#index #outline .block-row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 0 0 20px 0;
	padding: 0 10px 0 5px;
}
#index #outline #order1.block {
	-webkit-box-ordinal-group:1;
	order:1;
}
#index #outline #order2.block {
	-webkit-box-ordinal-group:2;
	order:2;
}
#index #outline #order3.block {
	-webkit-box-ordinal-group:3;
	order:3;
}
#index #outline #order4.block {
	width: 100%;
	-webkit-box-ordinal-group:4;
	order:4;
}
#index #outline #order5.block {
	-webkit-box-ordinal-group:5;
	order:5;
}
#index #outline #order6.block {
	-webkit-box-ordinal-group:6;
	order:6;
}
#index #outline .block {
	padding: 0 0 0 100px;
	position: relative;
}
#index #outline .block dl {
	font-size: 92%;
	line-height: 1.2;
}

#index #outline .block dt {
	font-weight: bold;
	color: #000;
}
#index #outline .block dd {
	color: #666;
	font-size: 92%;
	margin: 0 0 10px;
	padding: 5px 0 0;
}
#index #outline .block .link-more {
	text-align: right;
}
#index #outline .block .link-more a {
	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 #outline #order4.block,
#index #outline #order5.block,
#index #outline #order6.block {
	padding: 0 5px;
	position: static;
}
#index #outline #order4.block .img,
#index #outline #order5.block .img,
#index #outline #order6.block .img {
	display: none; 
}

#index #info {
	background: #f3f6f7;
	border-top: 3px solid #0076bf;
	padding: 20px 10px;
}
#index #info h2 {
	padding: 0 0 5px;
	font-size: 120%;
}
#index #info ol li {
	margin: 0 0 10px;
	padding-bottom: 10px;
	font-size: 92%;
	line-height: 1.4;
	border-bottom: 1px dotted #ccc;
}
#index #info ol .date {
	display: block;
	font-weight: bold;
}
#index #info .link-more {
	text-align: right;
}
#index #info .link-more a {
	display: inline-block;
	_display: inline;
	padding-right: 10px;
	background: url(../images/icn_link_01.png) scroll no-repeat right 0.6em;
}



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

	: 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 **/
/*#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;
}
