@charset "UTF-8";


/* ========ベーシック======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"メイリオ", Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#333;
   border-top:5px solid #009CFF;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#000;
   text-decoration:none;
}

a:hover {
   color:#000;
   text-decoration:none;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========レイアウト======== */
#header {
   width:780px;
   height: 100px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

#menu {
   width:100%;
   float:left;
   border-bottom:5px solid #009CFF;
   background:url("../images/bg_menu.gif") 0 0 repeat-x;
}

#wrap {
   clear:both;
   z-index:-1;
   overflow:hidden;
   height:300px;
}

#top_image {
	width: 780px;
   margin:auto;
   margin-top: 0px;
}
#top_image figure {
	position: relative;
	overflow: hidden;
	width: 780px;
}
#top_image figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}
#top_image figcaption h3,
figcaption p {
	position: absolute;
	left: -100%;
	width: 400px;
	-webkit-transition: .7s;
	transition: .7s;
}
#top_image figcaption h3 {
	top: 160px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:22px;
	padding-left:20px;
}
#top_image figcaption p {
	top: 245px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
}
#top_image figure:hover figcaption {
	opacity: 1;
}
#top_image figure:hover figcaption h3,
figure:hover figcaption p {
	left: 350px;
}
#top_image figure:hover figcaption h3 {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
#top_image figure:hover figcaption p {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

#contents {
   clear:both;
   position:relative;
   overflow:hidden;
   width:780px;
   height: 700px;
   margin:  auto;
   background:#fff;
}

#main {
   float:right;
   width:540px;
   padding-bottom:20px;
}

#sub {
   width:220px;
   height: 200px;
   padding-bottom:20px;
}

#pageTop {
   clear:both;
   width:780px;
}

#footer {
	margin-top: 50px;
   clear:both;
   background:#f5f5f5;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:750px;
   margin:0 auto;
   padding:30px 10px 20px 40px;
}


/* ========ヘッダー======== */
#tel {
   float: right;
   padding-top: 20px;
   font-size:15px;
   color:#000;
   line-height:5px;
}
#header img{
	float: left;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 50%;
	height: 50%;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#666;
}
#header #pr{
	padding-left: 520px;
	padding-top: 0px;
	font-size: 9px;
}
/* ========ナビメニュー======== */
#menu ul {
   overflow:hidden;
   width:780px;
   height: 40px;
   margin:0 auto;
   padding:0;
   border-right:1px solid #e5e5e5;
}

#menu li {
	margin-top: -5px;
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
   
}

#menu li a {
   display:block;
   width:155px;
   color:#333;
   line-height:50px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;
}

#menu li .active {
   color:#000;
   background-color: #009CFF;
   text-decoration:none;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;

}

/* ========パーツ======== */
#company_text h2 {
	height: 15px;
   margin-bottom:5px;
   margin-top:15px;
   padding:16px 10px 10px 10px;
   font-size:16px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

/* ========パーツ======== */
#parts{
	margin-bottom:10px;
}

.shadow{
	box-shadow: 2px 2px 3px 3px #CCC;
	background-color: #EEE;
	padding: 2px;
	margin: 2px;
}

figure {
	position: relative;
	overflow: hidden;
	margin-left:0px;

}
figcaption {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.0);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
figcaption h3{
	color:#FFFFFF;
	font-size:14px;
	padding-left:30px;
	padding-top:75px;
}
figcaption p{
	color:#FFFFFF;
	font-size:12px;
	padding-left:20px;
	margin-top:-5px;

}

figure:hover figcaption {
	top: 0;
	left: 0;
}

/* ========メインのコンテンツ======== */
#main h {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #009CFF;
}

#main h2 {
	height: 15px;
   margin-bottom:5px;
   padding:16px 10px 10px 10px;
   font-size:16px;
   border-bottom:1px dotted #ddd;
   background:#fff url("../images/bg_main_h3.gif") 0 0 repeat-x;
}

#main p {
   margin:0 0 1em 0;
}

#main table {
   width:100%;
   height: 140px;
   border-collapse:collapse;
   border:1px solid #ddd;
}

#main table td {
   font-size:12px;
   text-align:left;
}
#main table th {
	width: 120px;
   padding:5px;
   font-size:12px;
   text-align:left;

}


/* ========製品紹介======== */
#sub {
   border:1px solid #ddd;
   height: 100px;
}

#sub h3 {
   padding:8.5px 0px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border-bottom:none;
   background:#009CFF ;
}

#sub ul {
   margin:0;
   padding:5px 5px 1px 5px;
   background:#fff;
   border:1px solid #ddd;
}

#sub li {
   margin-bottom:5px;
   padding:0px;
   list-style:none;
   font-size: 10px;
}

#sub li a {
   display:block;
   padding-left:5px;
   line-height:3.0em;
   border-left:5px solid #009CFF;
}

/* ========リンク=========*/
#link table{
	width: 780px;
	height: 50px;
}
#link table td{
	border: 1px solid;
	text-align: center;
}

/* ========フッター======== */
#footMenu .section {
   width:450px;
   margin: auto;
   padding:0;
}

#footMenu ul {
   margin:0;
   padding:0;
   }

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
   display: inline;
}

#footMenu li a {
   padding-left:10px;
   font-size:11px;
   background:url(../images/bg_footmenu.gif) 0 50% no-repeat;
}


/* ========著作権======== */
.copyright {
   clear:both;
   padding: 0;
   padding-bottom:20px;
   font-style:normal;
   font-size:10px;
   text-align:center;
}