
/* common
===============================================================*/
div#HeaderBox {
	top:0 !important;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	transition: all 0s ease-out;
}

div#Contents {
	padding:63px 0 0 0;
}

div#FooterBox {
	border-top:#dadada 1px solid;
}


/* titbg
===============================================================*/
div.titbg {
	height:280px;
	background:url(../images/product/bg01.jpg) no-repeat center top;
	background-size:cover;
}


/* Main
===============================================================*/
#Main h1 {
	text-align:center;
	position:relative;
	top:-15px;
	left:0;
	margin:0 0 50px 0;
}

#Main .lead {
	font-size:14px;
	line-height:29px;
	padding:0 0 50px 0;
	text-align:center;
}

#Main .tarea {
	width:980px;
	margin:0 auto;
}

#Main .tarea .box {
	width:470px;
	margin:0 40px 40px 0;
	float:left;
}

#Main .tarea .box_end {
	margin:0 0 40px 0;
}

#Main .tarea .flexslider {
	height:498px;
	margin:0 0 20px 0;
	border:none;
}

#Main .tarea .flexslider_n {
	height:518px;
}

#Main .tarea .flexslider_n .slides  {
	height:468px;
	border:#e8e8e8 1px solid;
	margin:0 0 20px 0;
}

#Main .tarea .flex-viewport  {
	border:#e8e8e8 1px solid;
}

#Main .tarea .flex-control-thumbs {
	margin:11px 0 0 0;
}

#Main .tarea .flex-control-thumbs {
	margin:11px 0 0 0;
}

#Main .tarea .flex-control-thumbs li {
	width:32px;
	height:17px;
	overflow:hidden;
	margin:0 7px 0 0;
}

#Main .tarea .flex-control-thumbs li.active {
	width:28px;
	height:13px;
	border:#db0000 2px solid;
}

#Main .tarea .flex-control-thumbs img {
	opacity:1;
	width:32px;
	height:17px;
}

#Main .tarea .flex-control-thumbs li.active img {
	position:relative;
	top:-2px;
	left:-2px;
}

#Main .tarea .box dl dt {
	font-size:18px;
	font-weight:bold;
	padding:0 0 5px 0;
}

#Main .tarea .box dl dt span {
	font-size:12px;
}

#Main .tarea .box dl dd {
	line-height:18px;
	font-size:14px;
}

#Main .tarea .box .flex-direction-nav {
    display:none;
}


#Main .contact_a {
    padding:20px 0 60px 0;
}

#Main .contact_a .t {
    font-size:14px;
	line-height:26px;
	text-align:center;
	padding:0 0 20px 0;
}

#Main .contact_a .mail {
    font-size:14px;
	line-height:26px;
	text-align:center;
}

#Main .contact_a .mail span {
	padding:0 0 0 25px;
	background:url(../images/product/ic01.jpg) no-repeat 0 7px;
}

#Main .contact_a .mail a {
	display:inline-block;
    font-weight:bold;
	line-height:30px;
	text-decoration:none;
	border-bottom:#000000 1px solid;
}

#Main .contact_a .mail a:hover {
	color:#db0000;
	border-bottom:#db0000 1px solid;
}

#Main .contact_a .mail strong {
	font-weight:normal;
}