@charset "utf-8";
/* CSS Document */

#header {
	background: #FFF;
}

#header .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 25px;
}

#header .inner .logo,
#header .inner h1 {
	float: left;
	width: 198px;
}

#header .inner ul {
	float: right;
	width: 760px;
	margin-top: 14px;
	font-size: 16px;
}

#header .inner ul li {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px dotted #CCC;
}

#header .inner ul li:last-child {
	border-right: none;
}

#header .inner ul li a {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

#header .inner ul li a:hover {
	color: #96C534;
}

#mainContent {
	float: left;
	width: 690px;
}

#mainContent .commonArea {
	margin-bottom: 40px;
}

#mainContent .commonArea h2,
#sideContent .commonArea h3 {
	background: url("/img/icon_tit.png") left center no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 5px 20px;
	font-size: 18px;
}

#mainContent .commonArea table {
	width: 100%;
	margin-bottom: 20px;
}

#mainContent .commonArea table th,
#mainContent .commonArea table td {
	padding: 15px 0;
	border-bottom: 1px dotted #CCC;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 1.8;
	vertical-align: top;
}

#mainContent .commonArea p.txt {
	margin-bottom: 20px;
	line-height: 2;
	font-size: 14px;
}

#mainContent .commonArea .image {
	margin-bottom: 20px;
}

#sideContent {
	float: right;
	width: 250px;
}

#sideContent .inboundArea ul {
	padding: 15px;
	line-height: 1.8;
	border: 1px solid #CCC;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#sideContent .inboundArea p.txt {
	margin-bottom: 10px;
}

/*top*/
#top #contents {
	background: url("/img/bg_main.jpg") center top no-repeat #EAEFF4;
}

#top #contents .inner {
	width: 1000px;
	margin: 0 auto;
}

#top #contents {
	padding-top: 275px;
}

#top #contents .inner ul.pickupArea {
	background: url("/img/bg_clear.png") center top no-repeat;
	padding: 20px 5px 20px 20px;
}

#top #contents .inner ul.pickupArea li {
	float: left;
	width: 310px;
	margin-right: 15px;
}

#top #contents .inner ul.pickupArea li a {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}

#top #contents .inner ul.pickupArea li a:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#top #contents .inner .topwrap {
	margin-bottom: 20px;
	padding: 20px;
	background: #FBFCFD;
	border-radius: 0 0 5px 5px; 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
}

#top #mainContent .newsArea td,
#top #mainContent .serviceArea th {
	width: 150px;
}

#top #mainContent .serviceArea p.discraimer {
	font-size: 12px;
}

/*sub*/
#sub #contents {
	padding: 20px 0;
	background: #EAEFF4;
}

#sub #contents .inner {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	background: #FBFCFD;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#sub #contents h1 {
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-size: 28px;
	color: #96C534;
	border-bottom: 4px solid #96C534;
}

#sub #contents .companyArea th {
	width: 100px;
}


/*form*/
#sub #contents.contactForm th {
	width: 150px;
}

#sub #contents.contactForm th span.icon {
	display: block;
	width: 35px;
	margin-top: 5px;
	padding: 5px 0;
	font-size: 11px;
	line-height: 1;
	text-align: center;
	color: #FFF;
	background: #EB6000;
}


#sub #contents.contactForm span.err {
	display: block;
	margin-top: 5px;
	color: #EB6000;
	font-size: 12px;
}

#sub #contents.contactForm input.textForm,
#sub #contents.contactForm textarea {
	padding: 5px;
	font-size: 16px;
}

#sub #contents.contactForm input.textForm.err,
#sub #contents.contactForm textarea.err {
	background: #FCF1C6;
	border: 1px solid #EB6000;
}

#sub #contents.contactForm textarea {
	width: 500px;
	height: 150px;
}

#sub #contents.contactForm .button {
	display: block;
	width: 250px;
	margin: 0 auto 10px;
    padding: 15px 0;
    color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #96C534;
    border-style: none;
	cursor: pointer;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}


#sub #contents.contactForm .button.confirm {
	display: block;
	width: 250px;
	margin: 0 auto;
    padding: 5px 0;
    color: #333;
	background-color: #DFDFDF;
}

#footer {
	background: #E9E9EC;
}

#footer .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0 40px;
}

#footer .inner .logo {
	float: left;
	width: 198px;
	margin-bottom: 15px;
}

#footer .inner ul {
	float: right;
	width: 768px;
	margin-top: 15px;
}

#footer .inner ul li {
	float: left;
	margin-right: 15px;
}

#footer .inner ul li a {
	color: #333;
}

#footer p.copyright {
	clear: both;
	font-size: 12px;
}


#header .inner,
#header .inner ul,
#footer .inner,
#footer .inner ul,
#contents .inner,
#top #contents .inner ul.pickupArea,
#top #contents .inner .topwrap {
	zoom: 1;
}

#header .inner:after,
#header .inner ul:after,
#footer .inner:after,
#footer .inner ul:after,
#contents .inner:after,
#top #contents .inner ul.pickupArea:after,
#top #contents .inner .topwrap:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
