/*
Theme Name: jmc.or.jp's Theme
Theme URI: 
Description: 株式会社松井工業
Version: 0.9
Author: cosmo
*/
@import "reset.css";
@charset "utf-8";
html{	overflow-y:scroll;}
html,body,#wrap {	height:100%;}
body > #wrap{
	height:auto;
	min-height:100%;
}
body {
	width:100%;
	height:100%;
	line-height: 1.8em;
	background: #bcd6ff;
}
#wrap{	margin:0 auto;}
html,body,#wrap {	height:100%;}
body > #wrap{
	height:auto;
	min-height:100%;
}

/*----------------------------------------------
	背景フルスクリーン
----------------------------------------------*/
img.bg {
	min-height: 100%;
	min-width: 980px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 100px;
	left: 0;
}
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; }
}
div#container {
	position: relative;
	margin-bottom: 5em;
}

/*----------------------------------------------
	header
----------------------------------------------*/
#header {
	width: 100%;
	height: 57px;
	background-color: #fff;
	border-bottom: 3px solid #006ebc;
	z-index: 9999;
	padding-top: 10px;
}
#header_wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	left: 0px;
	top: 15px;
	margin: 0;
	padding: 0;
}
#header_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 710px;
	height: auto;
	text-align: left;
}
#header_right .header_tel {
	position: absolute;
	right: 0px;
	top: 2px;
	width: 400px;
}
#header_right .header_tel .header_tel_info {
	margin-top: .4em;
	background: #4c99d0;
	border-radius: 4px;
	color: #fff;
	font-size: 90%;
	padding: 0 .2em;
}
#header_right .header_search{
	float: left;
	width: 252px;
}
#header_right .header_search .gsc-control-cse {
	padding: .5em;
	width: 250px;
}

/*----------------------------------------------
	nav
----------------------------------------------*/
.nav{
	height: 40px;
	background: #4c99d0; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c99d0 0%, #006ebc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c99d0), color-stop(100%,#006ebc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c99d0 0%,#006ebc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c99d0 0%,#006ebc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c99d0 0%,#006ebc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c99d0 0%,#006ebc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c99d0', endColorstr='#006ebc',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 5px #333;
	-moz-box-shadow: 1px 1px 5px #333;
	-webkit-box-shadow: 1px 1px 5px #333;
	margin-bottom: 15px;
	z-index: 8888;
	position: relative;
	transition:all 0.8s ease;
}
.nav .nav_wrap{
	width: 959px;
	border-left: 1px solid #c6d0d7;
}
.nav a {	transition:all 0.8s ease;}
.nav a:hover   {
	transition:all 0.8s ease;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
	background: #a6cce8; /* Old browsers */
	background: -moz-linear-gradient(top,  #a6cce8 0%, #80b7de 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6cce8), color-stop(100%,#80b7de)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a6cce8 0%,#80b7de 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a6cce8 0%,#80b7de 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a6cce8 0%,#80b7de 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a6cce8 0%,#80b7de 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6cce8', endColorstr='#80b7de',GradientType=0 ); /* IE6-9 */
}
.nav a img {
	transition:all 0.8s ease;
	margin: 12px 0 12px -10px;
	padding-left: 15px;
	background: url(images/arrow_nav_off.png) no-repeat scroll left center;
	-moz-background-size:10px 10px;
	background-size:10px 10px;
}
.nav a:hover img {
	transition:all 0.5s ease;
	background: url(images/arrow_nav_on.png) no-repeat scroll left center;
	-moz-background-size:10px 10px;
	background-size:10px 10px;
}
.nav .main_menu{
	float: left;
	display: inline-block;
	height: 40px;
	width: 158px;
	border-right: 1px solid #c6d0d7;
}
.nav .main_menu a.main{
	background-size:cover;
	height: 40px;
	overflow: hidden;
}
.nav .main_menu a.main:hover{
	background-size:cover;
}
.nav .main_menu a.main:active{
	background-size:cover;
}

#sub .nav{	margin: 25px auto 0px;}
@media print{
	.nav .nav_wrap{
		background: url(images/print_nav.png) no-repeat scroll center center;
		margin: 0 auto;
	} 
}
@media print{
	.nav li{
		display:none;
	} 
}
@media print{
	.nav .nav_wrap li a{
		display:none;
		border-right: none;
	}
}

/*----------------------------------------------
	container
----------------------------------------------*/
#container {
	width:960px;
	margin:2em auto 0em;
	height: 100%;
	padding-bottom: 130px;
}
#topcontrol {	z-index: 9999;}

/*----------------------------------------------
	footer
----------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top:-130px;
	background: #386188;
	height: 130px;
	position: relative;
	z-index: 8888;
}
#footer_wrap {
	width: 960px;
	height: 130px;
	margin: 0 auto;
	position: relative;
}
#footer_wrap .footer_info {
	float: left;
	width: 400px;
	padding-left: 15px;
	padding-top: 20px;
}
#footer_wrap .footer_info img {	margin-bottom: 1em;}
#footer .copy {
	font-size: 110%;
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-family: 'Lora', serif;
	color: #fff;
}

/*----------------------------------------------
	パンくずリスト
----------------------------------------------*/
.breadcrumb {
	position: relative;
	width: 960px;
	margin: 0 auto .5em;
}
.breadcrumb li {
	margin-right: 1em;
	display: block;
	float: left;
}
.breadcrumb li:nth-child(1):before {
	float: left;
	margin-right: 1em;
}
.breadcrumb li:nth-child(2):before {
	content: ">";
	float: left;
	margin-right: 1em;
}
.breadcrumb li:nth-child(3):before {
	content: ">";
	float: left;
	margin-right: 1em;
}

/*----------------------------------------------
	.article
----------------------------------------------*/
.article {
	display: inline-block;
	float: left;
	width: 760px;
	clear: both;
}
.article_wrap {
	background: #fff;
	box-shadow: 1px 1px 6px #555;
	-moz-box-shadow: 1px 1px 6px #555;
	-webkit-box-shadow: 1px 1px 6px #555;
	border-radius: 3px;
	padding-top: .2em;
	min-height: 700px;
}

/*----------------------------------------------
	汎用スタイル
----------------------------------------------*/
.section {
	margin-bottom: 2em;
	clear: both;
}
.sub_title {
	position: relative;
	color: #004ca4;
	line-height: 2em;
	border-bottom: 1px solid #9f9f9f;
	margin-bottom: 2em;
	font-size: 150%;
	font-weight: bold;
}
.sub_title.title_l img {	margin-bottom: 5px;}
.section p.txt{	padding: 0 1em 2em;}
.section p.txt span {	color: #0969ac;}
.section p.img {
	padding: 1em 0 2em;
	text-align: center;
	font-size: 110%;
	line-height: 3em;
}
.shadow {
	box-shadow: 1px 1px 6px #555;
	-moz-box-shadow: 1px 1px 6px #555;
	-webkit-box-shadow: 1px 1px 6px #555;
}

/*----------------------------------------------
	汎用スタイル_下層ページ
----------------------------------------------*/
#sub_img {
	margin-bottom: 2em;
	box-shadow: 1px 1px 6px #555;
	-moz-box-shadow: 1px 1px 6px #555;
	-webkit-box-shadow: 1px 1px 6px #555;
}
h2.page_title {
	display: block;
	text-decoration: none;
	padding: 1em;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 15px #ccc inset;
	-moz-box-shadow: 0px 0px 15px #ccc inset;
	-webkit-box-shadow: 0pax 0px 15px #ccc inset;
	transition:all 0.5s ease;
	border-radius: 5px;
	margin: 1em;
}
h2.page_title span {
	font-size: 150%;
	color: #0969ac;
	border-left: 5px solid #0969ac;
	padding-left: .5em;
}
.sec_box {
	padding: 20px;
_padding: 20px 20px 40px;
}
.sec_title {
	font-size: 150%;
	background: url(images/bg_sec_title.gif) no-repeat left bottom;
	-moz-background-size:720px 2px;
	background-size:720px 2px;
	padding: .2em;
	margin: 0 auto 2em;
}
.txt_list {
	margin: 2em auto;
	border-top: 1px dashed #ccc;
}
.txt_list li {
	padding: 1em;
	border-bottom: 1px dashed #ccc;
}

/*----------------------------------------------
	.aside
----------------------------------------------*/
.aside {
	display: inline;
	float: right;
	width: 185px;
}
.aside .aside_title {
	color:#FFF;
	background:#006ebc;
	padding:.5em;
}
.aside .aside_menu {
	padding: 13px 10px;
	background: #dfe9f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfe9f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfe9f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dfe9f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dfe9f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dfe9f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dfe9f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe9f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 1px 6px #555;
	-moz-box-shadow: 1px 1px 6px #555;
	-webkit-box-shadow: 1px 1px 6px #555;
}
.aside .aside_menu li {
	font-size: 11px;
	border: 1px solid #ddd;
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(left,  #f3f3f3 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f3f3), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f3f3f3 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f3f3f3 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f3f3f3 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to right,  #f3f3f3 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
	margin-bottom: .3em;
}
.aside .aside_menu li a {
	display: block;
	text-decoration: none;
	padding: .8em .5em .8em 2.3em;
	background: url(images/arrow_aside_menu.png) no-repeat scroll left center;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	background-position: .6em center;
}
.aside .aside_menu li a:hover {
	display: block;
	color: #fff;
	background-color: #006ebc;
	transition:all 0.5s ease;
	box-shadow: 0px 0px 1px #005ead;
	-moz-box-shadow: 0px 0px 1px #005ead;
	-webkit-box-shadow: 0pax 0px 1px #005ead;
}
.aside .info_fax {
	background-color: #fff;
	padding: .8em;
	box-shadow: 1px 1px 6px #555;
	-moz-box-shadow: 1px 1px 6px #555;
	-webkit-box-shadow: 1px 1px 6px #555;
}
.aside .info_fax h5 {
	color: #006ebc;
	font-size: 125%;
	text-align: center;
	letter-spacing: -0.1em;
}
.aside .info_fax  p.txt{
	padding: 0 .3em;
	font-size: 105%;
	margin-bottom: .5em;
}
.aside .info_fax p.img {
	padding: 0em 0 .5em;
	text-align: center;
}
.aside .bt_info_fax a {
	display: block;
	text-decoration: none;
	padding: .8em;
	border: 1px solid #ccc;
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(left,  #f3f3f3 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3f3f3), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f3f3f3 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f3f3f3 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f3f3f3 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to right,  #f3f3f3 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
}
.aside .bt_info_fax a:hover {
	display: block;
	background: #006ebc;
}

/*----------------------------------------------
	more_info
----------------------------------------------*/
.more_info {	font-size: 100%;}
.more_info.link_top {
	position: absolute;
	top: 0em;
	right: 0em;
}

/*----------------------------------------------
	トップページ
----------------------------------------------*/
#top_img{
	position: relative;
	list-style: none outside;
	width:960px;
	padding:0px;
	margin: 0 auto;
}
#top_img .top_copy{
	position: absolute;
	top: 50px;
	left: 12px;
}
#top_bn {
	clear: both;
	margin: 0 auto 3em;
	margin-left: -15px;
}
#top_bn li {
	background: #006ebc;
	margin-left: 15px;
	float: left;
}
#top_bn li img {
	box-shadow: 0px 0px 1px #005ead;
	-moz-box-shadow: 0px 0px 1px #005ead;
	-webkit-box-shadow: 0px 0px 1px #005ead;
}
.info_product {	margin-left: -15px;}
.info_product li {
	float: left;
	margin-left: 15px;
	padding: 10px;
	background: #fff;
	box-shadow: 1px 1px 6px #555;
	-moz-box-shadow: 1px 1px 6px #555;
	-webkit-box-shadow: 1px 1px 6px #555;
	border-radius: 3px;
}
.info_product li h2 a {
	display: block;
	text-decoration: none;
	padding: .7em .5em .7em 2em;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 15px #ccc inset;
	-moz-box-shadow: 0px 0px 15px #ccc inset;
	-webkit-box-shadow: 0pax 0px 15px #ccc inset;
	transition:all 0.5s ease;
	border-radius: 5px;
}
.info_product li h2 a:hover {
	display: block;
	color: #fff;
	background-color: #006ebc;
	transition:all 0.5s ease;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.info_product li.info_pro_souko {	width: 425px;}
.info_pro_souko h2 a {
	color: #0969ac;
	font-size: 150%;
	background: url(images/arrow_info_souko.png) no-repeat scroll left center;
	-moz-background-size:20px 20px;
	background-size:20px 20px;
	background-position: .5em center;
}
.info_product li.info_pro_factory {
	width: 280px;
}
.info_pro_factory h2 a {
	color: #019dd6;
	font-size: 150%;
	background: url(images/arrow_info_factory.png) no-repeat scroll left center;
	-moz-background-size:20px 20px;
	background-size:20px 20px;
	background-position: .5em center;
}
.info_product dd.clear {	margin-left: 0px;}
.info_product dd {
	position: relative;
	float: left;
	margin-bottom: 12px;
	box-shadow: 1px 1px 5px #aaa;
	-moz-box-shadow: 1px 1px 5px #aaa;
	-webkit-box-shadow: 1px 1px 5px #aaa;
	overflow: hidden;
}
.info_product dl {
	margin: 0 5px;
	clear: both;
}
.info_product dt {	margin-bottom: 1.5em;}
.info_pro_souko dd {	margin-left: 10px;}
.info_pro_factory dd {	margin-left: 10px;}
.info_product dd a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	z-index: 2000;
}
.info_product dd a:hover {	background: #006ebc;}
.info_product dd p.name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: .5em .5em .5em 2em;
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	zoom:1;
	color: #fff;
	font-size: 100%;
}
.info_pro_souko dd p.name {
	background: #222 url(images/arrow_info_souko.png) no-repeat scroll left center;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	background-position: .5em center;
}
.info_pro_factory dd p.name {
	background: #222 url(images/arrow_info_factory.png) no-repeat scroll left center;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	background-position: .5em center;
}
.topics {	position: relative;}
.topics h3 {
	color: #626650;
	font-size: 160%;
	margin-bottom: 1.5em;
}
.topics .bt_itiran {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 11px;
	border: 1px solid #ccc;
	background: #f3f3f3; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3f3f3 0%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
	border-radius: .5em;
}
.topics .bt_itiran a {
	color: #084392;
	display: block;
	text-decoration: none;
	padding: .3em 1em .3em 2.3em;
	background: url(images/arrow_link.png) no-repeat scroll left center;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	background-position: .6em center;
}
.topics .bt_itiran a:hover {
	display: block;
	color: #fff;
	background-color: #006ebc;
	transition:all 0.5s ease;
	box-shadow: 0px 0px 1px #005ead;
	-moz-box-shadow: 0px 0px 1px #005ead;
	-webkit-box-shadow: 0pax 0px 1px #005ead;
}
.topics .topics_list li {
	padding: 1em;
	border-bottom: 1px dotted #ccc;
}
.topics .topics_list li:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.topics .topics_list li p {	float: left;}
.topics .topics_list li .date {
	min-width: 6em;
	margin-right: 1em;
}

/*----------------------------------------------
	取扱製品
----------------------------------------------*/
.product_list.souko {
	margin: 1em 0 1em -.5em;
}
.product_list.souko li {
	background: #0969ac;
}
.product_list.factory li {
	background: #009cd5;
}
.product_list li {
	position: relative;
	float: left;
	width: 340px;
	height: 150px;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	box-shadow: 1px 1px 6px #555;
	-moz-box-shadow: 1px 1px 6px #555;
	-webkit-box-shadow: 1px 1px 6px #555;
}
.product_list li h4 {
	float: right;
	margin-top: 35px;
}
.product_list li a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	z-index: 2000;
}
.product_list li a:hover {	background: #006ebc;}
.product_list li .more_info {
	position: absolute;
	left: 170px;
	bottom: 15px;
	color: #fff;
	font-size: 100%;
	background: url(images/arrow_product_menu.png) no-repeat scroll left 3px;
	-moz-background-size:12px 12px;
	background-size:12px 12px;
	padding-left: 1.2em;
}

/*----------------------------------------------
	取扱製品 - 製品ページ
----------------------------------------------*/
/*--- 詳細 ---*/
.pro_detail {
	margin-left: 1em;
	margin-bottom: 3em;
}
.pro_detail .img {
	float: left;
	text-align: center;
	width: 270px;
}
.pro_detail .img img {
	border: 1px solid #ddd;
	box-shadow: 1px 1px 15px #ddd;
	-moz-box-shadow: 1px 1px 15px #ddd;
	-webkit-box-shadow: 1px 1px 15px #ddd;
}
.pro_detail .img p  {
	margin-bottom: 2em;
}
.pro_detail .txt  {
	width: 55%;
	margin-right: 1em;
	float: right;
}
.pro_detail .txt h3  {
	margin-bottom: .5em;
	padding-bottom: .2em;
	color: #0969ac;
	font-size: 150%;
	border-bottom: 1px solid #9dc3de;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5em;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.pro_detail .txt h3 span  {
	font-size: 80%;
}
.pro_detail .txt h3:before  {	content: "■";}
.pro_detail .txt h4  {
	padding-left: 1.2em;
	margin-bottom: .5em;
	padding-bottom: .2em;
	font-size: 150%;
	border-bottom: 1px solid #ccc;
	background: url(images/icon_caution.png) no-repeat scroll left center;
}
.pro_detail .txt h4:before  {
	content: none;
}
.pro_detail .txt p  {
	padding: 0 .5em;
	margin-bottom: 2em;
}

/*--- 規格寸法 ---*/
.pro_spec {
	padding: 0 1em 2em;
}
.pro_spec h5  {
	margin-bottom: .5em;
	color: #0969ac;
	font-size: 150%;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.pro_spec h5:before  {	content: "■";}

/*--- 規格寸法 table ---*/
.pro_spec table.td_center td {
	text-align: center;
}
.pro_spec table {
	font-size: 110%;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.pro_spec table th {
	text-align: center;
}
.pro_spec table th,
.pro_spec table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.pro_spec table th {
	color: #fff;
	padding: 1em 2em;
	background: #0969ac;
}
.pro_spec table td {
	padding: 1em 1em;
}
.pro_spec table ul {
	width: 100%;
	background: url(images/line_spec_table.png) repeat-x scroll center center;
}
.pro_spec table .bg {	background: #e5f0f7;}

/*----------------------------------------------
	導入事例
----------------------------------------------*/
.case_list li {
	clear: both;
	padding: 0 .5em 2em;
	margin-bottom: 2em;
	border-bottom: 1px dashed #ccc;
}
.case_list li:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.case_list img {
	float: left;
	box-shadow: 1px 1px 6px #555;
	-moz-box-shadow: 1px 1px 6px #555;
	-webkit-box-shadow: 1px 1px 6px #555;
}
.case_list .txt  {
	width: 52%;
	float: right;
}
.case_list .txt h4  {
	margin-bottom: .5em;
	padding-bottom: .2em;
	color: #0969ac;
	font-size: 130%;
	border-bottom: 1px solid #9dc3de;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5em;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.case_list .txt h4:before  {	content: "■";}

/*----------------------------------------------
	企業情報
----------------------------------------------*/
.profile_table {
	width: 95%;
	margin: 0 auto 2em;
	background: #fff;
	font-size: 120%;
}
.profile_table tr {	border-top: 1px solid #ccc;}
.profile_table th,
.profile_table td {
	border-bottom: 1px solid #ccc;
	padding: 1em;
}
.profile_table th {
	width: 8em;
	background: #e5f0f7;
	color: #0969ac;
	vertical-align: top;
}
.history_list {
	width: 95%;
	margin: 0 auto 2em;
	border-top: 1px dashed #ccc;
}
.history_list li {
	width: 95%;
	padding: 1em;
	border-bottom: 1px dashed #ccc;
}
.history_list li:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.history_list li p {
	float: left;
	font-size: 120%;
}
.history_list li p.year {
	width: 10%;
	color: #0969ac;
}
.history_list li p.month {
	width: 7%;
	color: #0969ac;
	text-align: right;
	margin-right: 4%;
}
.history_list li p.detail {	width: 78%;}

/*----------------------------------------------
	中古品販売
----------------------------------------------*/
.sale_list {
	margin: 2em auto;
	border-top: 1px dashed #ccc;
}
.sale_list li {
	position: relative;
	clear: both;
	padding: 2em 5em 2em 1em;
	border-bottom: 1px dashed #ccc;
}
.sale_list li:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.sale_list li a {
	margin: 1em 0;
	display:block;
	width:100%;
	height:80%;
	position:absolute;
	left: 0;
	top: 0;
	text-indent: -9999px;
	z-index: 2000;
}
.sale_list li a:hover {	background: #006ebc;}
.sale_list .thumb {
	float: left;
	box-shadow: 1px 1px 2px #555;
	-moz-box-shadow: 1px 1px 2px #555;
	-webkit-box-shadow: 1px 1px 2px #555;
}
.sale_list .arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -18px;
}
.sale_list li .detail {
	width: 80%;
	float: left;
	margin-left: 3em;
}
.sale_list li .detail:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.sale_list li .detail p {
	float: left;
	margin: 0 2em .5em 0;
	border-bottom: 1px dotted #ddd;
}
/*----------------------------------------------
	中古品販売 - 商品ページ
----------------------------------------------*/

/*--- 詳細 ---*/
.sale_detail {
	margin-left: 1em;
	margin-bottom: 3em;
}
.sale_detail .img {
	float: left;
	text-align: center;
	width: 270px;
}
.sale_detail .img img {
	border: 1px solid #ddd;
	box-shadow: 1px 1px 15px #ddd;
	-moz-box-shadow: 1px 1px 15px #ddd;
	-webkit-box-shadow: 1px 1px 15px #ddd;
}
.sale_detail .img p {
	margin: 1em auto 0;
}

.sale_detail .bt a {
	background: #ccc;
	padding: .5em 10px .5em 0em;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	width: 260px;
	display: inline-block;
	box-shadow: 1px 1px 6px #555;
	-moz-box-shadow: 1px 1px 6px #555;
	-webkit-box-shadow: 1px 1px 6px #555;
}
.sale_detail .bt a img {
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin-right: .3em;
	margin-bottom: .2em;
}
.sale_detail .sale a {
	color: #fff;
	background: #4c99d0; /* Old browsers */
	background: -moz-linear-gradient(top,  #4c99d0 0%, #006ebc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c99d0), color-stop(100%,#006ebc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4c99d0 0%,#006ebc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4c99d0 0%,#006ebc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4c99d0 0%,#006ebc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4c99d0 0%,#006ebc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c99d0', endColorstr='#006ebc',GradientType=0 ); /* IE6-9 */
}
.sale_detail .doc {
	background: #006ebc;
	border-radius: 5px;
}
.sale_detail .doc a {
	color: #333;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
.sale_detail .txt  {
	width: 55%;
	margin-right: 1em;
	float: right;
}

/*--- 中古品スペック table ---*/
.sale_detail table.td_center td {
	text-align: center;
}
.sale_detail table {
	font-size: 110%;
	margin: 0 auto 3em;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.sale_detail table th {
	text-align: center;
}
.sale_detail table th,
.sale_detail table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.sale_detail table th {
	color: #fff;
	padding: 1em 2em;
	background: #0969ac;
}
.sale_detail table td {
	padding: 1em 1em;
}
.sale_detail table ul {
	width: 100%;
	background: url(images/line_spec_table.png) repeat-x scroll center center;
}
.sale_detail table .bg {	background: #e5f0f7;}
.sale_detail dt  {
	padding-left: 1.2em;
	margin-bottom: .5em;
	padding-bottom: .2em;
	font-size: 150%;
	border-bottom: 1px solid #ccc;
	background: url(images/icon_caution.png) no-repeat scroll left center;
}
.sale_detail dd  {
	margin-bottom: .5em;
	padding-bottom: .2em;
	border-bottom: 1px dotted #9dc3de;
}
.sale_detail .price  {
	font-size: 130%;
	margin-bottom: 3em;
	padding-bottom: .2em;
	border-bottom: 1px solid #9dc3de;
	color: #333;
}
.sale_detail .price span  {
	font-size: 200%;
	margin: 0 .5em;
	color: #0969ac;
}

/*----------------------------------------------
	個人情報保護方針
----------------------------------------------*/
.pp_list {
	padding: 2em;
	border-top: 1px dashed #ccc;
}
.pp_list dt {	padding-top: 2em;}
.pp_list dd {	padding: 1em;}
.pp_list h3:before  {	content: "■";}
.pp_list h3 {
	margin-bottom: .5em;
	padding-bottom: .2em;
	color: #0969ac;
	font-size: 125%;
	border-bottom: 1px solid #9dc3de;
	text-indent: -1em;
	padding-left: 1em;
}
.pp_list li {	margin-bottom: 2em;}
.pp_list h4 {
	margin-bottom: .5em;
	color: #0969ac;
	font-size: 125%;
}
.pp_list .sub_list {
	border-top: 1px dashed #ccc;
}
.pp_list .sub_list li {
	margin: .5em 0 0 0;
	text-indent: -2em;
	padding: 0 0 .5em 2em;
	border-bottom: 1px dashed #ccc;
}
.pp_list .sub_list li p {
	color: #333;
}
.inquiry {
	border: 1px solid #9dc3de;
	background: #ebf3f8;
	padding: 1em;
	margin: 0 2em 1em;
	border-radius: .5em;
}
.inquiry li {	margin-bottom: 0em;}

/*----------------------------------------------
	form
----------------------------------------------*/
.form {
	border-top: 1px dotted #ccc;
}
.form li {
	clear: both;
	padding: 2em;
	border-bottom: 1px dotted #ccc;
}
.form li.youken div {
	float: left;
	width: 120px;
	font-size: 120%;
}
.form li:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.form li p {
	float: left;
	width: 150px;
	padding: 0 2em;
	color: #0969ac;
}
.form li textarea {
	width: 400px;
}
.submit_area {
	clear: both;
	text-align: center;
	padding: 2em;
}
.submit_area input {
	border-radius: 5px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.error{
	color:#FF0000;
}

.contact_error{
	color:#FF0000;
}

/*--- ご購入フォーム 商品入力欄 ---*/
.kounyu {
	float: left;
	width: 450px;
}
.kounyu li {
	padding: .5em;
	border-bottom: 1px dotted #0969ac;
	text-align: right;
}
.kounyu li p {
	float: left;
	width: 125px;
	padding: 0 0em;
	color: #333;
	text-align: left;
}
.kounyu li input {
	margin: 0 .5em;
}
.kounyu li span.amount {
	width: 50px;
	text-align: left;
}

/*----------------------------------------------
	float
----------------------------------------------*/
.img_l {
	float: left;
	margin-right: 30px;
}
.img_r {
	float: right;
	margin-left: 30px;
}
.float_l {float: left;}       
.float_r {float: right;}



/*img*/
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.alignnone {
	display: block;
}
.no_around {
	overflow: hidden;
}

#contents  .back_to_top  {
	text-align: right;
	clear: both;
}


/*ギャラリー部の設定*/
.article div.gallery{
	margin: auto;
}

.article dl.gallery-item {
	float: left;
	text-align: center;
	margin: 0 0 2em 0;
	width: 19%;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
	vertical-align: top;
}

.article dl.gallery-item .gallery-icon {
	width: 100%;
}

.article dl.gallery-item img{
	max-width: 100%;
	height:auto;
}

.info_date{
	text-align:right;

}

/*----------------------------------------------
	clearfix/clear
----------------------------------------------*/
img.bg:after,
#header:after,
#footer:after,
.breadcrumb:after,
.section:after,
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
* html .section,
* html .clearfix              { zoom: 1; } /* IE6 */
*:first-child+html .section,
*:first-child+html .clearfix  { zoom: 1; } /* IE7 */
.clear{	clear:both;}

.wp-pagenavi{
	text-align:center;
}

/*----------------------------------------------
	準備中表記（公開前に削除）
----------------------------------------------*/
.space {
	padding: 150px 0;
	text-align: center;
}
.sample {
	margin-bottom: 4em;
}
