@charset "utf-8";


/***** icatch *****/

#icatch {
	position:relative;
	margin:0 auto;
	padding:0;
	height:700px;
	max-width:1400px;
	width:100%;
//	background:url(../img/icatch.jpg) no-repeat;
//	background-position:right;
}

.slide img{
	left:0;
	top:0;
}

#icatch img {
}

.icatch-copy {
	position:absolute;
	top:40%;
	left:50%;
	width:600px;
	text-align:center;
	margin-left:-300px;
	font-size:48px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 3px #000;
	-moz-text-shadow: 1px 1px 3px #000; 
	-webkit-text-shadow: 1px 1px 3px #000;
}


/***** navigation *****/

#nav-area {
	display:block;
	width:100%;
	background:#fff;
	z-index:999;
	position: fixed;
	top: 0px;
	opacity: 0.95;
}

#nav-area ul {
	width:100%;
	margin:0;
}

#nav-area li {
	width:14%;
	float:left;
	height:64px;
	overflow:hidden;
}

#nav-area li#logo {
	width:30%;
	margin-right:14%;
}

#nav-area li#logo img {
	width:100%;
	max-width:149px;
	margin:0;
}

#nav-area li a {
	display:block;
	background:#fff;
	font-size:18px;
	font-weight:300;
	text-align:center;
	line-height:3.0;
	padding:5px;
	color:#333;
}


#nav-area li a:hover {
	background:#FCF1D3;
}


/***** contents *****/


section {
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
}



#mission {
	background:#F2F2F2;
	color:#666;
}

#works {
	background:#fff;
	color:#666;
}

#about {
	background:#F2F2F2;
	color:#666;
}

#contact {
	background:#fff;
	color:#666;
}


footer {
	background:#F2F2F2;
	color:#666;
}



h2 {
	font-size:48px;
	margin-bottom:40px;
	text-align:center;
	text-shadow: 1px 1px 1px #fff;
	-moz-text-shadow: 1px 1px 1px #fff; 
	-webkit-text-shadow: 1px 1px 1px #fff;
}

h3 {
	font-size:24px;
	margin-bottom:20px;
	text-shadow: 1px 1px 1px #fff;
	-moz-text-shadow: 1px 1px 1px #fff; 
	-webkit-text-shadow: 1px 1px 1px #fff;
}


p {
	font-size:16px;
	padding-bottom:40px;
}

table {
	margin:0 auto;
	width:60%;
	font-size:16px;
}

tr {
	border-bottom:1px dotted #999;
}

th {
	width:120px;
	font-weight:300;
}

td {
	font-weight:300;
	padding:15px 0;
	
}

.service-block {
	margin-bottom:40px;
}


.service-title {
	display:block;
	padding:18px 70px;
}

.icon-dogevent {
	background:url(../img/icon-dogevent.png) no-repeat;
}

.icon-promotion {
	background:url(../img/icon-promotion.png) no-repeat;
}

.icon-produce {
	background:url(../img/icon-produce.png) no-repeat;
}


.icon-exhibition {
	background:url(../img/icon-exhibition.png) no-repeat;
}


.service-img {
	width:46%;
}

.service-img img {
	width:100%;
	max-width:400px;
	margin:0 auto;
}

.service-block p {
	width:46%;
}

.f-left {
	float:left;
}

.f-right {
	float:right;
}

.ggmap {
position: relative;
margin-top:40px;
padding-bottom: 36.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%;
}

.form-item {
	display:block;
	width:600px;
	margin:0 auto;
	margin-bottom:20px;
}

.form_label {
	display:block;
	font-size:18px;
}

.form_label span {
	font-size:0.7em;
	color:#CD384B;
}


input[type="text"],[type="email"],[type="tel"],textarea {
	display:block;
	border:0;
	margin-botom:20px;
	padding:10px;
	font-size:16px;
	border:solid 1px #ccc;
	width:96%;
	background:#F2F2F2;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: inset 0 0 4px #fff;
	-webkit-box-shadow: inset 0 0 4px #fff;
	box-shadow: inner 0 0 4px #fff;
}


input[type="submit"] {
  width:240px;
  display:block;
  text-align:center;
  line-height:1.8;
  font-weight:bold;
  margin:0 auto;
  margin-top:20px;
  margin-bottom:20px;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
  color:#fff;
  text-decoration: none;
  padding:5px;
  background:#E06A3B;
  zoom: 1;
  behavior: url(PIE.htc);
}

input[type="submit"]:hover {
  box-shadow:none;
  background:#EDA184;
}


#copyright {
	display:block;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
}