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

#campaign{
	padding-top: 200px;
	margin-bottom: -200px;
	}
	
#graphic{
	padding-top: 200px;
	margin-bottom: -200px;
	}
	
#web{
	padding-top: 200px;
	margin-bottom: -200px;
	}
	
#shop{
	padding-top: 200px;
	margin-bottom: -200px;
	}
	
#other{
	padding-top: 200px;
	margin-bottom: -200px;
	}
	
#novelty{
	padding-top: 200px;
	margin-bottom: -200px;
	}

.service_cont{
	width:1000px;
	height:268px;
	}
	
.service_border{
	width:615px;
	border-style: solid ;
	border-width: 1px;
	margin:30px 0px 100px 350px;
	padding: 10px 5px 10px 20px;
	border-color:#3f0903;
	text-align:left;
	font-size:13px;
	color:#3f0903;
    }
	
.service_box{
	width:310px;
	height:227.5px;
	margin-left:0;
	margin-right:35px;
	text-align:center;
	background-color:#f2f2f2;
	float:left;
	overflow:hidden;
	}
.service_box:last-child{
	margin-right:0;
	}
.service_box img{
	margin: 42px 0 0;
	}
.service_box:hover{
	background-color: #f0f8ff;
}
	
.service_font13{
	font-size:13px;
	margin-bottom:15px;
	padding-left:3px;
	background-image:url(../service/img/fukidashi.png);
	background-repeat: no-repeat;
	background-position:center;
    }
	
.service_graphic_box{
	width:600px;
	height:150px;
	margin-left:350px;
	padding:15px 20px;
	background-color:#ae5a4b;
	border-radius:15px;
	text-align:left;
	font-size:13px;
	color:#ffffff;
	}
	
.service_web_box{
	width:600px;
	height:175px;
	margin-left:350px;
	padding:15px 20px;
	background-color:#006375;
	border-radius:15px;
	text-align:left;
	font-size:13px;
	color:#ffffff;
	}
	
.service_shop_box{
	width:600px;
	height:225px;
	margin-left:350px;
	padding:15px 20px;
	background-color:#b18543;
	border-radius:15px;
	text-align:left;
	font-size:13px;
	color:#ffffff;
	}
	
.service_link{
	margin:50px auto 100px;
    }
	
.service_logo{
	margin:100px auto 50px;
    }
	
.service_font21{
	font-size:21px;
	font-weight:700;
	margin-top:70px;
    }
	
.service_font14{
	font-size:14px;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:50px;
    }
	
.service_novelty{
	font-size:13px;
	font-weight:normal;
	margin-top:7px;
	margin-bottom:80px;
    }
	
.service_btn{
	margin:20px auto 65px;
}

#wrap{ 
	margin: 0 auto;
	min-width: 100px;
	position: relative;
	width: 100%;
	/*width: 1200px; limit*/
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}


#toplayer {
	height: 100%;
	width:100%;
	left: auto;
	top: 0;
	position: fixed;
	z-index:99;
}

#pageCover {
	background: #fff;
	height: 100%;
	width:100%;
	left: 0;
	top: 0;
	/*position: fixed;*/
}

#frontPicLayer {
	height: 100%;
	width:100%;
	left: auto;
	top: 200px;
	position: absolute;
	z-index:99;
}
#frontPic {
	width:200px;
	height:200px;
	background-image: url(../img/btn_tel.png);
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: fixed;
	right: 25px;
	top: 550px;
	z-index: 9997;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#frontPic a{
	width:200px;
	height:200px;
	background-image: url(../img/btn_tel.png);
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: fixed;
	right: 25px;
	top: 550px;
	z-index: 9997;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}