background-repeat: @charset 'utf-8';

/*common STYLE*/
html,body,#wrapper { width: 100%; position: relative; }

#wrapper {
	margin: 0 auto;
	background: url(../images/top_repeat_bg.png) repeat-y center top;
	min-width: 1000px;
	height: 100%;
}

.cont-wrap-box { min-width: 1000px; position: relative; }
.cont-size-box { width: 890px; margin: 0 auto; }
.cont-100-box { width: 100%; min-width: 1000px; margin: 0 auto; }
.cont-920-box {	width: 920px; margin: 0 auto; }
.in-img { display: block; width: 100%;}

.purple {
	color: #c24c8e;
}

.float-col-box .left {
	width: 260px;
}
.float-col-box .right {
	width: 630px;
}



.effBTN {
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#top-area {
	background: url(../images/top_bg.png) no-repeat center top;
	padding-bottom: 50px;
	min-width: 1000px;
	position: relative;
}
.mouse-box {
	background-image: url(../images/top_click_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 138px;
	position: absolute;
	top: 577px;
	width: 1000px;
	z-index: 0;
	left: 50%;
	margin-left: -500px;
}
.mouse-box a {
	display: block;
	width: 75px;
	height: 120px;
	position: absolute;
	left: 285px;
	background: url(../images/top_txt.png) no-repeat center top;
}
.mouse-box a:hover {
	background: url(../images/top_txt.png) no-repeat center bottom;
}

header {
	padding-top: 20px;
}
header ul {
	margin-left: 60px;
}
header ul li {
	display: inline;
}
header ul li a {
	color: #000 !important;
	font-weight: bold;
	padding-left: 30px;
	font-size: 16px;
}
header ul li a:hover {
	color: #d264a0 !important;
}


header .cont-size-box {
	width: 950px;
}

.info-box {
	width: 300px;
	margin: 20px 0 0 60px;
}
.info-box h2 {
	font-size: 18px;
	border-bottom: #231815 1px solid;
}
.info-box ul li {
	border-bottom: #231815 1px solid;
	padding: 6px 0;
	font-size: 14px;
}
.info-box ul li span {
	display: block;
}

.intro-box {
	margin-top: 250px;
}
.intro-box .left {
	position: relative;
	z-index: 100;
}
.intro-box .left ul {
	margin-bottom: 16px;
}
.intro-box .left ul li {
	padding: 6px 0;
}
.intro-box .left ul li:first-child {
	padding-top: 0;
}
.intro-box .left ul li a {
	font-size: 28px;
	font-weight: bold;
	color: #FFF !important;
}
.intro-box .left ul li a:hover {
	color: #000 !important;
}
.intro-box .left ul li a span {
	display: block;
	font-size: 16px;
	padding-left: 5px;
}

.intro-box .right {
	margin-top: -30px;
	position: relative;
}
.intro-box .right p {
	text-align: right;
	font-size: 18px;
	line-height: 2.1;
}
.intro-box .right p.last-txt {
	font-size: 23px;
	margin-top: 28px;
}

.intro-box .right a.fb {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	left: 75px;
	bottom: 85px;
}

.web-dtp-box {
	background: url(../images/bg_dtp.jpg) no-repeat center top;
	margin-top: 60px;
	height: 768px;
}
.web-dtp-box .cont-size-box {
	position: relative;
	height: 768px;
}
.web-dtp-box .cont-size-box img {
	display: block;
	position: absolute;
	bottom: 160px;
	left: 80px;
}


.cont-box {
	padding-top: 60px;
}
.cont-bt-box {
	border-top: #000 1px solid;
	margin-top: 60px;
}
.ttl {
	border-bottom: #000 1px solid;
	padding-bottom: 4px;
	font-size: 28px;
	padding-left: 314px;
	margin-bottom: 30px;
}
.float-cont-col-box .left {
	width: 220px;
}
.float-cont-col-box .right {
	width: 574px;
}
.cont-box .left {
	text-align: right;
}
.cont-box .left h2 {
	font-size: 28px;
	text-align: right;
	color: #FFF;
	margin-bottom: 30px;
}
.cont-box .left h2 span {
	font-size: 18px;
	display: block;
	margin-top: 5px;
}
.float-cont-col-box .right p {
	font-size: 18px;
	line-height: 1.8;
}
.float-cont-col-box .right p {
	margin-top: 30px;
}
.float-cont-col-box .right p:first-child {
	margin-top: 0;
}

.gaiyou-table-box {
	margin-top: 50px;
	padding-top: 40px;
	border-top: #000 1px solid;
}
.gaiyou-table-box table th,
.gaiyou-table-box table td {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	padding: 2px 0;
}
.gaiyou-table-box table th {
	padding-right: 40px;
}

.contact-table-box {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.contact-table-box table th,
.contact-table-box table td {
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 18px;
	vertical-align: top;
	font-size: 24px;
}
.contact-table-box table td span {
	display: block;
	font-size: 14px;
	margin-top: 4px;
}
.contact-table-box table td.slash-txt {
	padding-left: 12px;
	padding-right: 12px;
}

.cont-ptaj-box {
	padding-top: 10px;
}
.service-nav {
	background-color: #000;
	position: absolute;
	top: 0;
	height: 28px;
	padding-top: 2px;
	margin-top: 6px;
	width: 500px;
	z-index: 1000;
}
.service-nav:before {
    content: ' ';
    position: absolute;
    left: -30px;
    top: 0;
    width: 0;
    height: 0;
	border-top: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #000;
}
.service-nav li {
	display: inline;
	padding: 0 10px 0 10px;
	line-height: 30px;
}
.service-nav li a {
	color: #ffff00 !important;
}
.service-nav li a:hover {
	color: #ffffff !important;
}
.service-cont .right p {
	font-size: 16px;
	margin-top: 0;
}
.service-cont .right h3 {
	font-size: 24px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.service-cont .right h3.nomt {
	margin-top: 0;
}

footer {
	background: url(../images/bg_zip.png) no-repeat center top #FFF;
	height: 64px;
}
footer p {
	font-size: 12px !important;
	text-align: left !important;
	padding-top: 10px;
}


.privacy #wrapper {
	background: none;
}
.privacy header {
	background-color: #d264a0;
	padding: 30px 0 10px;
	text-align: right;
}
.privacy header .cont-size-box {
	width: 890px;
}
.privacy header a {
	color: #FFF;
	font-weight: bold;
}
.privacy .privacy-cont {
	background-color: #f0f0f0;
	padding-bottom: 50px;
}

.privacy h1 {
	font-size: 28px;
	border-bottom: #000 1px solid;
	padding-bottom: 4px;
	position: relative;
}
.privacy h1 span {
	font-size: 18px;
	position: absolute;
	right: 0;
	bottom: 5px;
}
.privacy h2 {
	margin-top: 30px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
.privacy p {
	margin-left: 16px;
}
.privacy ul li {
	list-style: disc;
	margin-left: 38px;
}
