/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg);
}

.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#wrap {
	border-top:10px solid #00B7AC;
}
/* ==== Header === */
#hd {
	height: 90px;
}
/* ==== Navigation === */
#nav {
	background:url(../images/nav_most_bg.jpg) repeat-x;

}
nav {
	height: 60px;
	background: url(../images/nav_bg.jpg) no-repeat;
}

nav ul {}
nav li {
	float: left;
}
nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

/* ==== Content === */
#con {}
#sidenav {
	width: 220px;
	float: left;
	margin-bottom:20px;
}
#sidenav ul {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#sidenav li {
}
#sidenav li a {
	width: 220px;
	box-sizing:border-box;
	height: auto;
	padding: 12px 5px 12px 23px;
	display: block;
	text-decoration: none;
	background: url(../images/sidenav_icon.jpg) no-repeat 6px 15px;
	font-size: 12px;
	color: #333333;
	border-bottom:dotted 1px #CCC;
}
#waku {
	margin-top:20px;
	border: #CCC 1px solid;
	box-sizing:border-box;
	padding:4px;
}
#main {
	width: 720px;
	float: right;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img{
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#main a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

/* ==== Footer === */
#ft {
	margin-top:40px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #666666;
	color:#FFFFFF;
}
footer p{
	float:left;
	font-size:0.9em;
	font-weight:normal;
}
footer p #txt_L{
	font-size: 1.2em;
	font-weight:bold;
}
footer p a{
	text-decoration:none;
	color:#FFF;
}
footer #copy {
	float:right;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	margin-top:20px;
}
h2 {
	margin: 20px 0 20px 0;
	font-size: 1.8em;
	font-weight:bold;
	color: #0C2749;
	height:80px;
	box-sizing:border-box;
	padding: 1em 0.5em 1em 3em;
	background: url(../images/h2_bg.jpg) left center no-repeat;
}
h3 {
	margin: 0.8em 0 0.4em 0;
	font-size: 1.2em;
	font-weight:bold;
	padding: 1em 0.3em 0.7em 1.2em;
	border-radius: 3px;
	color:#fff;
	/*背景グラデーション*/
	background: rgb(46,128,122); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(46,128,122,1) 0%, rgba(19,100,81,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(46,128,122,1) 0%,rgba(19,100,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(46,128,122,1) 0%,rgba(19,100,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e807a', endColorstr='#136451',GradientType=0 ); /* IE6-9 */
}
h4 {
	font-size: 1.1em;
	padding: 0.2em 0 0.2em 0.5em;
	margin: 1.0em 0 0.5em 0;
	border-left: 10px solid #05B8AE;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
}
#i_news_frame {
	width:710px;
	height:400px;
	border:none;
}
#i_news {
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	padding: 13px;
	border-bottom: 1px dotted #CCC;
	font-size: 0.9em;
}
#i_news table td.date {
	width: 85px;
	background: url(../images/common/news_icon.gif) 10px 17px no-repeat;
	padding-left: 30px;
}
/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #00B7AC;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}

#rightbox{
	margin-top:20px;
	width:220px;
	float:right;
	margin-left:20px;
}
#pdf_box {
	margin-top:20px;
	border: 3px solid #05B8AE;
}
#pdf_box p{
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	box-sizing: border-box;
	padding:15px 10px;
	border-bottom: 5px solid #05B8AE;
}
#pdf_box ul li a{
	text-decoration:none;
	color: #000;
	font-size:1.1em;
	padding: 12px 5px 12px 50px;
	display:block;
	border-bottom: 1px dotted #CCCCCC;
	background:url(../images/pdf_img.jpg) no-repeat 10px 8px;
}
#pdf_box ul li a:hover{
	color: #05B8AE;
}
/* ==== machine === */
.machine_data {
	float:right;
	width: 58%;
	border: 1px solid #CCC;
}

.machine_data  th {
	width: 30%;
	padding: 20px 5px!important;
	background: #e6e6e6;
	border: 1px solid #CCC;
	text-align: center;
	white-space: nowrap;
}
.machine_data  th.t_top {
	border-top: 3px solid #00B7AC;
}
.machine_data  td {
	padding: 20px 10px!important;
	border: 1px solid #CCC;
}
.machine_data  td.t_top {
	border-top: 3px solid #aaa;
}