@charset "UTF-8";

/* default
=========================================*/
* {
    margin: 0;
    padding: 0;
}

img{
	border:0;
}
ul{
	list-style-type: none;
}

.clear{
	clear:both;
	font-size:1px;
	color:#ffffff;
}

/*---clearfix---*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
line-height:0;
font-size: 0;
visibility: hidden;
}

.clearfix {
display: inline-block;
zoom: 1;
}
.clearfix {
display: block;
}


/* layout
----------------------------------------*/
.boxR,
.imgR{
	float:right;
}
.boxL,
.imgL{
	float:left;
}
.boxC,
.imgC{
	text-align:center;
}
.txtC{
	text-align:center;
}
.txtL{
	text-align:left;
}
.txtR{
	text-align:right;
}
.none{
	display:none;
}

/* margin */
.magl0  {margin-left:0px   !important;}
.magl5  {margin-left:5px   !important;}
.magl10 {margin-left:10px  !important;}
.magl15 {margin-left:15px  !important;}
.magl20 {margin-left:20px  !important;}
.magl30 {margin-left:30px  !important;}
.magl40 {margin-left:40px  !important;}
.magl50 {margin-left:50px  !important;}
.magl100{margin-left:100px !important;}
.magl150{margin-left:150px !important;}

.magr0  {margin-right:0px   !important;}
.magr5  {margin-right:5px   !important;}
.magr10 {margin-right:10px  !important;}
.magr15 {margin-right:15px  !important;}
.magr20 {margin-right:20px  !important;}
.magr30 {margin-right:30px  !important;}
.magr40 {margin-right:40px  !important;}
.magr50 {margin-right:50px  !important;}
.magr100{margin-right:100px !important;}
.magr150{margin-right:150px !important;}

.magt0  {margin-top:0px   !important;}
.magt5  {margin-top:5px   !important;}
.magt10 {margin-top:10px  !important;}
.magt15 {margin-top:15px  !important;}
.magt20 {margin-top:20px  !important;}
.magt30 {margin-top:30px  !important;}
.magt40 {margin-top:40px  !important;}
.magt45 {margin-top:45px  !important;}
.magt50 {margin-top:50px  !important;}
.magt100{margin-top:100px !important;}
.magt150{margin-top:150px !important;}

.magb0  {margin-bottom:0px   !important;}
.magb5  {margin-bottom:5px   !important;}
.magb10 {margin-bottom:10px  !important;}
.magb15 {margin-bottom:15px  !important;}
.magb20 {margin-bottom:20px  !important;}
.magb30 {margin-bottom:30px  !important;}
.magb40 {margin-bottom:40px  !important;}
.magb50 {margin-bottom:50px  !important;}
.magb100{margin-bottom:100px !important;}
.magb150{margin-bottom:150px !important;}

/* padding */
.padl0  {padding-left:0px   !important;}
.padl5  {padding-left:5px   !important;}
.padl10 {padding-left:10px  !important;}
.padl15 {padding-left:15px  !important;}
.padl20 {padding-left:20px  !important;}
.padl30 {padding-left:30px  !important;}
.padl40 {padding-left:40px  !important;}
.padl50 {padding-left:50px  !important;}
.padl100{padding-left:100px !important;}
.padl150{padding-left:150px !important;}

.padr0  {padding-right:0px   !important;}
.padr5  {padding-right:5px   !important;}
.padr10 {padding-right:10px  !important;}
.padr15 {padding-right:15px  !important;}
.padr20 {padding-right:20px  !important;}
.padr30 {padding-right:30px  !important;}
.padr40 {padding-right:40px  !important;}
.padr50 {padding-right:50px  !important;}
.padr100{padding-right:100px !important;}
.padr150{padding-right:150px !important;}

.padt0  {padding-top:0px   !important;}
.padt5  {padding-top:5px   !important;}
.padt10 {padding-top:10px  !important;}
.padt15 {padding-top:15px  !important;}
.padt20 {padding-top:20px  !important;}
.padt30 {padding-top:30px  !important;}
.padt40 {padding-top:40px  !important;}
.padt50 {padding-top:50px  !important;}
.padt100{padding-top:100px !important;}
.padt150{padding-top:150px !important;}

.padb0  {padding-bottom:0px   !important;}
.padb5  {padding-bottom:5px   !important;}
.padb10 {padding-bottom:10px  !important;}
.padb15 {padding-bottom:15px  !important;}
.padb20 {padding-bottom:20px  !important;}
.padb30 {padding-bottom:30px  !important;}
.padb40 {padding-bottom:40px  !important;}
.padb50 {padding-bottom:50px  !important;}
.padb100{padding-bottom:100px !important;}
.padb150{padding-bottom:150px !important;}

.txt08{font-size:0.8em !important;}
.txt09{font-size:0.9em !important;}
.txt12{font-size:1.2em !important;}
.txt13{font-size:1.3em !important;}
.txt14{font-size:1.4em !important;}

.font_red{color:#FF0000;}

.w300{width:90%;}


/* alpha
----------------------------------------*/
a:hover img.alpha80 {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
a:hover img.alpha70 {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/* base
----------------------------------------*/
body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	text-align: center;
	border-top: #000 3px solid;
	background: #fdfcf7;
	-webkit-text-size-adjust : none;
}
body#top {
	background: #fdfcf7 url(../img/top/top_img.gif) repeat-x 0 320px;
}
a {
	color: #e73562;
	text-decoration:none;
}
a:hover {
	color: #e73562;
	text-decoration:underline;
}

/* container
=========================================*/
#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
}


/* header
=========================================*/
#header {
	padding-top: 40px;
}
#header h1 {
	margin-bottom: 50px;
	margin-left: 20px;
	float: left;
}
#header .gNav {
	margin-top: 10px;
	float: right;
	display: inline;
	background: url(../img/common/nav_line.gif) no-repeat right top;
}
#header .gNav li {
	float: left;
	width: 150px;
	background: url(../img/common/nav_line.gif) no-repeat left top;
	text-align: center;
}

/* contents
=========================================*/
#contents .mainImg {
	text-align: center;
	height: 400px;
}
#contents .mainImg p {
	padding-top: 90px;
}
#contents .newsBlock {
	margin-bottom: 50px;
	margin-left: 20px;
}
#contents .newsBlock h2 {
	margin-bottom: 5px;
}
#contents .newsBlock dl {
	margin-bottom: 5px;
}
#contents .newsBlock dl dt {
	float: left;
	width: 7em;	
}
#contents .newsBlock dl dd {
	margin-left: 8em;
}

/* footer
=========================================*/
#footer {
	margin-top: 50px;
	border-top: #000 1px solid;
}
#footerInner {
	margin: 0 auto;
	padding: 20px 0;
	width: 960px;
	text-align: left;
}
#footer .footerLink {
	margin-left: 20px;
	float: left;
	display: inline;
}
#footer .footerLink li {
	display: inline;
}
#footer .footerLink li a {
	padding: 0 20px;
	color: #333;
}
#footer .copyright {
	text-align: right;
}

/* contents
=========================================*/
#contents h2.pageTitle {
	float: left;
	width: 130px;
	border-right: #000 1px solid;
	text-align: center;
	display: inline;
}
#contents h2.pageTitle img {
	margin: 5px 0 20px 0;
}
.titleNews {
	background: url(../img/contents/title_news.gif) no-repeat 55px 5px;
	text-indent: -9999em;
	height: 100px;
}
.titleService {
	background: url(../img/contents/title_service.gif) no-repeat 55px 5px;
	text-indent: -9999em;
	height: 100px; 
}
.titleCompany {
	background: url(../img/contents/title_company.gif) no-repeat 55px 5px;
	text-indent: -9999em;
	height: 100px;
}
.titleRecruit {
	background: url(../img/contents/title_recruit.gif) no-repeat 55px 5px;
	text-indent: -9999em;
	height: 100px;
}
.titlePrivacy {
	background: url(../img/contents/title_privacy.gif) no-repeat 55px 5px;
	text-indent: -9999em;
	height: 230px;
}
.titleContact {
	background: url(../img/contents/title_contact.gif) no-repeat 55px 5px;
	text-indent: -9999em;
	height: 140px;
}
.titleSitemap {
	background: url(../img/contents/title_sitemap.gif) no-repeat 55px 5px;
	text-indent: -9999em;
	height: 140px;
}
.titleEc {
	background: url(../img/contents/title_ec.gif) no-repeat 55px 5px;
	text-indent: -9999em;
	height: 180px;
}
.titleWebsite {
	background: url(../img/contents/title_website.gif) no-repeat 55px 5px;
	text-indent: -9999em;
	height: 200px;
}
.titleCms {
	background: url(../img/contents/title_cms.gif) no-repeat 55px 5px;
	text-indent: -9999em;
	height: 200px;
}
#main .mainTxt {
	margin-bottom: 40px;
	font-size: 1.4em;
	text-align: center;
}
#main {
	margin: 0 0 50px 0;
	float: right;
	width: 780px;
}
#main p {
	margin-bottom: 5px;
}
#main .h3Title {
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: #000 1px solid;
}

/* company */
#main .companyTbl th {
	padding: 10px 20px;
	border-bottom: #eae8db 1px solid;
	width: 10em;
	font-weight: bold;
	text-align: left;
}
#main .companyTbl td {
	padding: 10px;
	border-bottom: #eae8db 1px solid;
}
#main .map {
	margin: 10px;
}
#main .mapList {
	margin: 10px 0;
}
#main .mapList li {
	padding-left: 18px;
	background:  url(../img/common/point01.gif) no-repeat left 3px;
}


/* privacy */
#contents .privacy h3 {
	margin: 30px 0 5px 0;
	font-weight: bold;
	font-size: 1.2em;
}
#contents .privacy ol {
	margin: 10px 0 0 30px;
}
#contents .privacy ol li {
	margin-bottom: 10px;
}
#contents .privacy dl {
	margin: 20px 0;
}

/* contact */
#main .contactTbl {
	margin: 20px 0;	
}
#main .contactTbl th {
	padding: 10px;
	border-bottom: #eae8db 1px solid;
	width: 11em;
	font-weight: bold;
	text-align: left;
}
#main .contactTbl td {
	padding: 10px;
	border-bottom: #eae8db 1px solid;
}
#main .btnBlock {
	text-align: center;
}
#main .btnBlock input#submit {
	padding: 5px 40px;
	background: #8e8d85;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(142,141,133)));
	border: #787878 1px solid;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
	color: #fff;
	cursor: pointer;
}
#main .btnBlock input#submit:hover {
	background-color: #fabf13;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(250,191,19)));
	border: #f6b804 1px solid;
}

/* service */
#main .serviceList {
	margin: 0 auto;
	width: 750px;
}
#main .serviceList dl {
	margin: 0 10px;
	float: left;
	width: 230px;
	height: 250px;
	display: inline;
}
#main .serviceList dl dt {
	padding-left: 18px;
	font-weight: bold;
	background: url(../img/common/point01.gif) no-repeat left 2px; 
}
#main .serviceList dl dd {
	margin-top: 5px;
}
#main .flowList dl {
	margin: 10px 0 10px 0;
	padding: 10px 15px;
	background: url(../img/common/bg02.gif) repeat;
}
#main .flowList dl dt {
	margin-bottom: 2px;
	font-weight: bold;
}

/* recruit */
#main .recruitList dl {
	margin-bottom: 20px;
	border-bottom: #eae8db 1px solid;
}
#main .recruitList dl dt {
	padding-left: 18px;
	background:  url(../img/common/point01.gif) no-repeat left 2px;
	font-weight: bold;
}
#main .recruitList dl dd {
	padding: 10px 0 20px 18px;
}

/* sitemap */
#main .sitemapList {
	padding-bottom: 100px;
}
#main .sitemapList li {
	padding: 10px 0;
}

/* news */



/* website ec cms  */
#main .serviceInfo {
	width: 98%;
}
#main .serviceInfo img{
	float:left;
	margin: 0 20px 10px 0;
	display: inline;
}
#main .serviceInfo p {
	margin-bottom: 10px;
}
#main .serviceCheckList {
	background: url(../img/common/bg02.gif) repeat;
	padding: 15px 20px;
	margin-bottom: 50px;
	width: 90%;
}
#main .serviceCheckList li{
	background: url(../img/common/check.gif) no-repeat left 4px;
	padding:5px 0 5px 30px;
	margin:5px 0;
}
#main .serviceTxt {
	text-align: center;
}
#main .serviceTxt p {
	margin-bottom: 10px;
}
#main .serviceTitle {
	margin: 40px 0 5px 0;
	font-size: 1.4em;
	font-weight: bold;
}


@media only screen and (min-width: 768px) and (max-width: 990px) {
body#top {
	background: none;
}
#container {
	margin: 0 auto;
	width: 94%;
	text-align: left;
}
#header {
	padding-top: 20px;
	margin-bottom: 20px;
}
#header h1 {
	margin: 0 0 20px 0;
	float: none;
	text-align: center;
}
#header .gNav {
	margin: 0 auto;
	float: none;
	width: 100%;
	background: none;
	text-align: center;
}
#header .gNav li {
	margin: 1em 2% 0 2%;
	float: left;
	width: 21%;
	border-bottom: #999 1px solid;
	text-align: left;
	background: none;
}
#main {
	margin: 0 auto;
	width: 98%;
	text-align: left;
	float: none;
}
#footer {
	margin-top: 50px;
}
#footerInner {
	margin: 0 auto;
	padding: 20px 0;
	width: 98%;
	text-align: left;
}
#footer .footerLink {
	margin: 0;
	padding-bottom: 10px;
	float: none;
	text-align: center;
	display: block;
}
#footer .footerLink li a {
	padding: 0 15px;
}
#footer .copyright {
	text-align: center;
}
#contents .mainImg {
	margin-bottom: 20px;
	text-align: center;
	height: 120px;
	background: url(../img/top/top_img2@2x.png) no-repeat center bottom;
	background-size: 480px 83px;
	-webkit-background-size: 480px 83px;
	-moz-background-size: 480px 83px;
}
#contents .mainImg p {
	padding-top: 10px;
}
#contents .newsBlock {
	margin-bottom: 3em;
	margin-left: 2%;
}
#contents h2.pageTitle {
	margin: 0 auto 10px auto;
	padding: 0 0 3px 5px;
	float: none;
	width: 98%;
	border-bottom: #333 1px solid;
	border-right: none;
	text-align: left;
	display: block;
}
.titleNews,
.titleService,
.titleCompany,
.titleRecruit,
.titlePrivacy,
.titleContact,
.titleSitemap,
.titleEc,
.titleWebsite,
.titleCms
 {
	background: none;
	text-indent: 0;
	height: 100%; 
}
#main h3 img {
	width: 100%;
}
#main .companyTbl th {
	padding: 10px;
	border-bottom: #eae8db 1px solid;
	width: 6em;
	font-weight: bold;
	text-align: left;
}
#main .mainTxt {
	margin: 10px 0 40px 0;
	font-size: 1.2em;
	text-align: left;
}
#main .serviceList {
	margin: 0 auto;
	width: 580px;
}
#main .serviceList dl {
	margin: 0 30px;
	float: left;
	width: 230px;
	height: 250px;
	display: inline;
}
#main .serviceInfo img{
	margin: 0;
	display: none;
	text-indent: -9999em;
}
#main .serviceTxt {
	text-align: left;
}
#main .serviceTitle {
	margin: 30px 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
}
#main .serviceCheckList {
	margin-bottom: 30px;
	width: 90%;
}
#main .contactTbl th {
	padding: 10px 5px;
	width: 14em;
}
#main .contactTbl td {
	padding: 10px 5px;
}
}

@media screen and (max-width:767px) {
body#top {
	background: none;
}
#container {
	margin: 0 auto;
	width: 94%;
	text-align: left;
}
#header {
	padding-top: 20px;
	margin-bottom: 20px;
}
#header h1 {
	margin: 0 0 20px 0;
	float: none;
	text-align: center;
}
#header .gNav {
	margin: 0 auto;
	float: none;
	width: 100%;
	background: none;
	text-align: center;
}
#header .gNav li {
	margin: 1em 2% 0 2%;
	float: left;
	width: 46%;
	border-bottom: #999 1px solid;
	text-align: left;
	background: none;
}
#main {
	margin: 0 auto;
	width: 98%;
	text-align: left;
	float: none;
}
#footer {
	margin-top: 50px;
}
#footerInner {
	margin: 0 auto;
	padding: 20px 0;
	width: 98%;
	text-align: left;
}
#footer .footerLink {
	margin: 0;
	padding-bottom: 10px;
	float: none;
	text-align: center;
	display: block;
}
#footer .footerLink li a {
	padding: 0 2px;
}
#footer .copyright {
	text-align: center;
}
#contents .mainImg {
	margin-bottom: 20px;
	text-align: center;
	height: 120px;
	background: url(../img/top/top_img2@2x.png) no-repeat center bottom;
	background-size: 480px 83px;
	-webkit-background-size: 480px 83px;
	-moz-background-size: 480px 83px;
}
#contents .mainImg img {
	width: 80%;
}
#contents .mainImg p {
	padding-top: 10px;
}
#contents .newsBlock {
	margin-bottom: 3em;
	margin-left: 2%;
}
#contents h2.pageTitle {
	margin: 0 auto 10px auto;
	padding: 0 0 3px 5px;
	float: none;
	width: 98%;
	border-bottom: #333 1px solid;
	border-right: none;
	text-align: left;
	display: block;
}
.titleNews,
.titleService,
.titleCompany,
.titleRecruit,
.titlePrivacy,
.titleContact,
.titleSitemap,
.titleEc,
.titleWebsite,
.titleCms
 {
	background: none;
	text-indent: 0;
	height: 100%; 
}
#main h3 img {
	width: 100%;
}
#main .companyTbl th {
	padding: 10px;
	border-bottom: #eae8db 1px solid;
	width: 6em;
	font-weight: bold;
	text-align: left;
}
#main .mainTxt {
	margin: 10px 0 40px 0;
	font-size: 1.2em;
	text-align: left;
}
#main .serviceList {
	margin: 0 auto;
	width: 230px;
}
#main .serviceList dl {
	margin-bottom: 20px;
	float: none;
	width: 100%;
	height: 100%;
	display: block;
}
#main .serviceList dl dt {
	padding-left: 18px;
	font-weight: bold;
	background: url(../img/common/point01.gif) no-repeat left 2px; 
}
#main .serviceList dl dd {
	margin-top: 5px;
}
#main .serviceInfo img{
	margin: 0;
	display: none;
	text-indent: -9999em;
}
#main .serviceTxt {
	text-align: left;
}
#main .serviceTitle {
	margin: 30px 0 5px 0;
	font-size: 1.3em;
	font-weight: bold;
}
#main .serviceCheckList {
	margin-bottom: 30px;
	width: 87%;
}
#main .contactTbl th {
	padding: 10px 5px;
	width: 9em;
}
#main .contactTbl td {
	padding: 10px 5px;
}
}











