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

body {
	min-width: 950px;
}
.inr {
	width: 950px;
	margin: 0 auto;
}
a:hover {
	text-decoration: underline;
}
/* ======================= Header ============================== */

#header {
	border-top: 10px solid #005c92;
	padding: 20px 0;
}

h1 {
	float: left;
	width: 239px
}

#header div .right_box {
	width: 575;
	float: right;
	margin-top: 25px;
}

#header div .right_box ul {
	margin: 10px 20px 0 0;
	float: left;
}

#header div .right_box ul li {
	display: inline-block;
	margin-left: 12px;
	display: inline \9;
	zoom: 1 \9;
}

#header div .right_box p {
	background: #333;
	padding: 3px 10px;
	/* border-radius */
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-right: 20px;
	float: left;
	display: inline-block \9;
	padding: 3px 10px \9;
}
#header div .right_box p a {
	color: #fff;
}
#header div .right_box .search {
	width: 200px;
	float: left;
}
#header div .right_box .search input.keywords {
	width: 155px;
	padding: 5px;
	background: #eee;
	border: none;
	vertical-align: top;
	height: 21px;
}
#header div .right_box .search input.searchBtn {
	margin-left: -3px;
}
.mv {
	background: #000;
	text-align: center;
	
}
/* ======================= navi ============================== */

#navi {
	background-image: url(../images/navi_bg.gif);
	background-position: left center;
	background-repeat: repeat-x;
	background-size: auto 47px;
	background-image: url(../images/navi_bg_ie.gif)\9;
}
#navi ul li {
	width: 158px;
	float: left;
	text-align: center;
}
#navi ul li a {
	color: #fff;
	display: block;
	width: 158px;
	padding: 17px 0;
	text-decoration: none;
}
#navi ul li a:hover {
	background-image: url(../images/navi_bg_hover.gif);
	background-position: left center;
	background-repeat: repeat-x;
	background-size: auto 47px;
	background-image: url(../images/navi_bg_hover_ie.gif)\9;
}

.last {
	margin-right:0!important;
}
/* ======================= contents ============================== */

.content {
	margin: 30px 0;
}
.top .content h2 {
	border-left: #005c92 11px solid;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
	font-weight: bold;
	background: #f4f4f4;
	font-size: 14px;
	margin-bottom: 20px;
}
.product {
	float: left;
	width: 220px;
	margin-right: 23px;
}
.news_i ul li:last-child {
	margin-right: 0!important;
}
.top .content h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
.product .text {
	min-height: 75px;
}
.more {
	text-align: right;
	margin: 10px;
}
.more a {
	background: #000;
	padding: 5px;
	color: #fff;
	display: inline-block;
}
.app {
	float: left;
	width: 230px;
	margin-right: 10px;
}
.top .content .app h3 {
	font-size: 14px;
	padding: 5px 0 5px 10px;
	border-left: 6px solid #005c92;
	font-weight: normal;
	margin-bottom: 10px;
}
.top .content .app ul li {
	background-image: url(../images/allow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 7px 6px;
	padding-left: 25px;
	line-height: 1.5;
	width: 100px;
	float: left;
	background-image: url(../images/allow_ie.gif)\9;
	margin: 0;
}
hr {
	border-top: #eee 1px solid;
}
.news .left {/*news area*/
	float: left;
	width: 690px;
}
.news .right {/*banner*/
	float: right;
	width: 220px;
}
.top .content .news h2 {
	font-size: 24px;
	padding-left: 20px;
	border: none;
	border-left: 10px solid #005c92;
	background: none;
	float: left;
	width: 400px;
}
.top .content .news .news_all {
	float: right;
	width: 80px;
	background: #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 5px 0 5px 5px;
	margin-top: 5px;
}
.news_content {
	background: #fbfbfb;
	border: 1px solid #eee;
	padding: 30px;
	margin-top: 20px \9;
}
.news .right ul li {
	margin-bottom: 5px;
}
/*ifram 内用*/

.news_i ul {
}
.news_i ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #d9d9d9;
	zoom: 1;
}

.news_i ul li:after {
	content: " ";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.news_i ul li p.date {
	float: left;
	width: 90px;
	background-image: url(../images/allow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	background-size: 7px 6px;
	padding-left: 25px;
	background-image: url(../images/allow_ie.gif)\9;
}
.news_i ul li div {
	float: left;
	margin: 0 0 0 20px;
	width: 475px;
}
.news_i ul li div p {
	width: 95%;
}
span.equipment {
	background-color: #005c92;
	color: #fff;
	font-weight: bold;
	padding: 2px 10px;
	float: right;
}
span.equipment a {
	color: #fff;
	display: block;
}
/* ======================= footer ============================== */


#footer {
	background: #333;
	padding: 30px 0 0 0;
	color: #fff;
}
#footer .inr {
	padding-bottom: 40px;
}
#footer .left {
	float: left;
	width: 305px;
}
#footer .right {
	float: right;
	width: 635px;
}
#footer a {
	color: #fff;
}
#footer .logo {
	width: 107px;
	float: left;
	margin-right: 10px;
}
#footer .com_wrap {
	width: 185px;
	float: left;
}
#footer .right div {
	float: left;
	width: 100px;
	margin-right: 5px;
}
#footer .right .sp {
	float: left;
	width: 315px;
}
#footer h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
#footer ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#footer .sp ul li {
	width: 140px;
	float: left;
	margin-right: 10px;
}
#footer ul li {
	line-height: 1.5;
}
.copy {
	background: #fff;
	color: #333;
	text-align: center;
	padding: 10px 0;
}
/* ======================= sub ============================== */

.sub {
	margin: 30px 0;
}
.sub_tab {
	position: relative;
}
/* ======================= left ============================== */

.left_sub {
	float: left;
	width: 714px;
	min-height: 550px;
}
.left_sub .sub_mv {
	margin-bottom: 30px;
}
.left_sub table {
	width: 100%;
	margin: 0 0 5% 0;
}
.left_sub table tr td {
	vertical-align: top;
	padding: 5px 10px;
	border-bottom: 1px solid #eee;
}
.dl {
	position: absolute;
	right: 0;
	top: -8px;
}
.left_sub h2 {
	border-left: 5px solid #005c92;
	padding: 10px 0 10px 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}
.left_sub h3 {
	border-bottom: 2px solid #005c92;
	padding: 10px 0 5px 0;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}
.left_sub h4 {
	padding: 10px;
	margin-bottom: 10px;
	color: #005c92;
	font-size: 14px;
	/*border-right: 1px solid #ddd;*/
	border-bottom: 1px solid #ddd;
	/*border-top: 1px solid #ddd;*/
	border-left: 3px solid #005c92;
}
.left_sub .tab_content ul, .content ul {
	margin-bottom: 20px;
	padding-left: 1em;
	margin-left:30px;
}

.right ul {
	margin-bottom: 0;
	padding-left: 0;
	margin-left:0;
}


.left_sub .tab_content li ul li, .content ul li {
	margin-bottom: 10px;
	text-indent: -1em;
}

.right ul li {
	text-indent:0;
}
.left_sub .content_text {
	margin: 15px 0;
}
.left_sub .left {
	float: left;
	margin: 0 15px 10px 0;
}
.left_sub .right {
	float: right;
	margin: 0 0 10px 15px;
}

.left_sub .content_wrap ul li {
	padding-left:1em;
text-indent:-1em;
}

.left_sub .content_wrap .head {
	padding-left:1em;
text-indent:-1em;
}



/* ======================= tab ============================== */

.tab_wrap {
	border-bottom: 1px solid #ccc;
}
.tab {
	overflow: hidden;
	margin-bottom: -1px;
}
.tab li {
	background: #f4f4f4;
	padding: 5px 25px;
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
}
.tab li.select {
	color: #005c92;
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_content {
	padding: 0 1px;
	min-height: 550px;
	background-image: url(../images/tab_shadow.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 709px;
	background-image: url(../images/tab_shadow_ie.jpg)\9;
}
.tab_content li {
	background: #fff;
	padding: 20px;
	height: auto !important;
	min-height: 480px;
}
.tab_content li ul li {
	padding: 0;
}
.tab_content table {
	margin-bottom: 20px;
}
.tab_content p {
	margin-bottom: 10px;
}
.tab_content_wrap {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: auto 199px;
	background-image: url(../images/bg_ie.jpg)\9;
}
.hide {
	display: none;
}
.tab li {
	cursor: pointer;
}
/* ======================= table ============================== */

.color tr:nth-child(2n-1) {
	background: #f4f4f4;
}
table tr th {
	background: #005c92;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
table tr th a {
	display: block;
	color: #fff;
	font-weight: bold;
}
table tr td a {
	display: block;
}
.line {
	border: 1px solid #ccc;
}
.line tr th {
	border: 1px solid #ccc;
}
.line tr td {
	border: 1px solid #ccc;
}
table tr td ul {
	margin-bottom: 0px!important;
	padding-left: 1em;
}
table tr td ul li {
	margin-bottom: 10px;
	text-indent: -1em;
}
/*table tr td {
	text-align:center;
}*/

.w50 {
	width: 50%;
}
.w30 {
	width: 30%;
}
/* ======================= right ============================== */

.right_sub {
	float: right;
	width: 205px;
	position: relative;/*サイドメニュー追従のため追加*/
}
.right_sub h2 {
	font-size: 20px;
	color: #fff;
	padding: 20px;
	background: #005c92;
}
.right_sub h3 a {
	color: #005c92;
	font-weight: bold;
}
.right_sub ul {
	background: #f4f4f4;
}
.right_sub ul li {
	padding: 10px 20px;
	border-bottom: 1px dotted #d9d9d9;
}
.right_sub ul li ul {
	margin-top: 10px;
}
.right_sub ul li ul li {
	padding: 0 0 5px 12px;
	background-image: url(../images/allow02.gif);
	background-position: left 4px;
	background-size: 6px auto;
	background-repeat: no-repeat;
	border: none;
	background-image: url(../images/allow02_ie.gif)\9;
}
/* ======================= access ============================== */

.left_sub iframe {
	margin-bottom: 15px;
}
/*yamasaki add*/
.left_sub .product_contents {
	margin: 0 0 2% 0;
}
.product_contents .product_pic {
	float: left;
	width: 40%;
	margin: 0 2% 0 0;
	border: 1px solid #eee;
	text-align: center;
	padding: 1%
}
.product_contents .product_pic img {
	margin: 0 auto;
	width: auto !important;
	height: auto !important;
	max-width: 250px;
}
.product_contents .product_txt {
	float: left;
	width: 50%;
}
.product_txt table tr:nth-child(2n+1) {
	background: #f1f1f1;/*border-bottom:1px #ccc dotted;*/
}
.product_txt table tbody tr th {
	background-color: #aaa;
	padding: 5px;
}
.product_txt table tbody tr td {
	vertical-align: text-top;
	text-align: left;
	padding: 2px 5px;
}
.product_txt ul li {
	padding: 0 0 5px 10px;
	background-image: url(../images/allow02.gif);
	background-position: left 4px;
	background-size: 6px auto;
	background-repeat: no-repeat;
	border: none;
	background-image: url(../images/allow02_ie.gif)\9;
}
/*sidemenu 固定*/
.fixedmenu {
	width: 205px;
}
p.left {
	float: left;
	padding: 9px 0 0;
}
/*table  noborder*/
.left_sub table.noborder th {
	border: none !important;
	background: none !important;
}
.left_sub table.noborder td {
	text-align: center;
	border: none !important;
	background: none !important;
}
/*タブ切り替え*/
.disnon {
	display: none;
}
.content_wrap {
	background-color: #fff;
	height: auto;
	margin: 1px;
	min-height: 400px;
	padding: 15px 30px 50px 30px;
	background-image: url(../images/tab_shadow.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 709px auto;
}
.left_sub .block {
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	padding: 25px;
}
.left_sub p {
	padding-bottom: 10px;
}
.left_sub table h4 {
	border: none !important;
	padding: 0 0 5px 0;
}
iframe {
	overflow: hidden;
}
.top .news .left .news_content iframe{
	sandbox:allow-same-origin;
	frameborder:0;
	scrolling:no;
	}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	