/* ------------------------------------------------- *
 *        common
 * ------------------------------------------------- */
.breadcrumbs {
	width:1200px;
	margin:0 auto;
	text-align:right;
	padding:10px 0;
}
.breadcrumbs li {
	display:inline;
	font-size:14px;
}
.breadcrumbs li a {
	margin-right:1em;
	text-decoration:none;
}
.breadcrumbs li a:after {
	content:"\f105";
	font-family:FontAwesome;
	font-weight:normal;
	margin-left:1em;
	color:#333;
}
main article {
	width:100%;
}
main article header {
	height:200px;
	text-align:center;
	background:#069;
}
main article header h2 {
	width:1200px;
	margin:0 auto;
	padding:70px 0 10px 50px;
	font-size:40px;
	color:#FFF;
	text-align:left;
	font-family: 'Roboto', sans-serif;
	text-shadow: 1px 1px 2px #333;
}
main article header p {
	width:1200px;
	margin:0 auto;
	padding-left:50px;
	color:#FFF;
	text-align:left;
	text-shadow: 1px 1px 2px #333;
}
main article section {
	padding:60px 0;
}
main article section h3 {
	position: relative;
	font-size:36px;
	display: inline-block;
	margin-top:0.5em;
	margin-bottom:1em;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: 'Lora', serif;
}
main article section h3:before {
	content: '';
	position: absolute;
	top: -18px;
	display: inline-block;
	width: 50px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color:#00a4d3;
}
aside {
	width:100%;
	padding:70px 0;
	background:#eaeaea url(../img/bg_local_aside.png) center top no-repeat;
}
/* ------------------------------------------------- *
 *        products
 * ------------------------------------------------- */
main article.product header {
	background:url(../img/product/bg_h2.jpg) center center no-repeat;
}
main article.product section:nth-of-type(1) {
	background:#ebf0f4;
}
main article.product section:nth-of-type(1) div {
	width:1000px;
	margin:0 auto;
}
main article.product section:nth-of-type(2) {
	width:1000px;
	margin:0 auto;
}
main article.product section:nth-of-type(2) ul {
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	flex-wrap:wrap;
}
main article.product section:nth-of-type(2) ul li {
	width:300px;
	text-align:center;
	margin-bottom:40px;
}
main article.product section:nth-of-type(2) ul li a {
	text-decoration:none;
	color:#333;
}
main article.product section:nth-of-type(2) ul li a:hover img {
	opacity:0.8;
}
main article.product section:nth-of-type(2) ul li figure {
	margin-bottom:15px;
}
main article.product section:nth-of-type(2) ul li h4 {
	margin:0 15px 5px 15px;
	font-weight:bold;
	color:#00a4d3;
}
main article.product section:nth-of-type(2) ul li h4:before {
	content:"\f105";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:6px;
	color:#333;
}
main article.product section:nth-of-type(2) ul li p {
	margin:0 15px 15px 15px;
}
/* ------------------------------------------------- *
 *        products-detail
 * ------------------------------------------------- */
main article.product-detail header {
	background:url(../img/product/bg_h2.jpg) center center no-repeat;
}
main article.product-detail section:nth-of-type(1) {
	background:#ebf0f4;
}
main article.product-detail section:nth-of-type(1) div {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
main article.product-detail section:nth-of-type(2) {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
main article.product-detail section:nth-of-type(2) figure {
	margin-bottom:30px;
}
main article.product-detail section:nth-of-type(2) dl {
	width:600px;
	margin:0 auto;
	text-align:left;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	flex-wrap:wrap;
}
main article.product-detail section:nth-of-type(2) dl dt {
	width:100px;
	padding:10px;
	border-bottom:#eaeaea 1px solid;
	font-weight:bold;
	color:#00a4d3;
}
main article.product-detail section:nth-of-type(2) dl dd {
	width:500px;
	padding:10px;
	border-bottom:#eaeaea 1px solid;
}
main article.product-detail section:nth-of-type(3) dl {
	width:600px;
	margin:0 auto;
	text-align:left;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	flex-wrap:wrap;
}
main article.product-detail section:nth-of-type(3) dl dt {
	width:100px;
	padding:10px;
	border-bottom:#eaeaea 1px solid;
	font-weight:bold;
	color:#00a4d3;
}
main article.product-detail section:nth-of-type(3) dl dd {
	width:500px;
	padding:10px;
	border-bottom:#eaeaea 1px solid;
}
main article.product-detail section:nth-of-type(3),
main article.product-detail section:nth-of-type(4),
main article.product-detail section:nth-of-type(5),
main article.product-detail section:nth-of-type(6) {
	width:1000px;
	margin:0 auto;
}
main article.product-detail section:nth-of-type(2) ul {
	width: 600px;
	margin: 0 auto;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	justify-content:center;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	flex-wrap:wrap;
}
main article.product-detail section:nth-of-type(2) ul li {
	width:300px;
	text-align:center;
	margin-bottom: 20px;
}
main article.product-detail section:nth-of-type(3) ul,
main article.product-detail section:nth-of-type(4) ul {
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	flex-wrap:wrap;
}
main article.product-detail section:nth-of-type(3) ul li {
	width:470px;
	margin-bottom:40px;
}
main article.product-detail section:nth-of-type(3) ul.col3 li {
	width:300px;
	text-align:center;
}
main article.product-detail section:nth-of-type(3) ul li figure {
	margin-bottom:10px;
}
main article.product-detail section:nth-of-type(3) ul li p {
}
main article.product-detail section:nth-of-type(4) {
	text-align: center;
	margin-bottom: 2em;
}
main article.product-detail section:nth-of-type(4) > h4,
main article.product-detail section:nth-of-type(5) > h4,
main article.product-detail section:nth-of-type(6) > h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}
main article.product-detail section:nth-of-type(4) > p {
	margin-bottom: 1em;
}
main article.product-detail section:nth-of-type(5) > table,
main article.product-detail section:nth-of-type(6) > table {
	text-align: center;
	border-top:1px #eaeaea solid;
	border-right:1px #eaeaea solid;
}
main article.product-detail section:nth-of-type(5) > table th,
main article.product-detail section:nth-of-type(6) > table th {
	text-align: center;
	font-weight:bold;
	padding:10px;
	border-bottom:1px #eaeaea solid;
	border-left:1px #eaeaea solid;
}
main article.product-detail section:nth-of-type(5) > table td,
main article.product-detail section:nth-of-type(6) > table td {
	text-align: center;
	padding:10px;
	border-bottom:1px #eaeaea solid;
	border-left:1px #eaeaea solid;
}
main article.product-detail section:nth-of-type(6) p.size {
	text-align:center;
	margin-bottom:2em;
}
/* ------------------------------------------------- *
 *        facility
 * ------------------------------------------------- */
main article.facility header {
	background:url(../img/inquiry/bg_h2.jpg) center center no-repeat;
}
main article.facility section:nth-of-type(1) {
	background:#ebf0f4;
}
main article.facility section:nth-of-type(1) div {
	width:1000px;
	margin:0 auto;
}
main article.facility section:nth-of-type(1) div p {
	text-align:center;
}
main article.facility section:nth-of-type(2) {
	width:1200px;
	margin:0 auto;
}
main article.facility section:nth-of-type(2) ul {
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
main article.facility section:nth-of-type(2) ul li {
	width:360px;
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}
main article.facility section:nth-of-type(2) ul li a {
	text-decoration:none;
	color:#333;
}
main article.facility section:nth-of-type(2) ul li a:hover img {
	opacity:0.8;
}
main article.facility section:nth-of-type(2) ul li figure {
	margin-bottom:15px;
}
main article.facility section:nth-of-type(2) ul li h4 {
	margin:0 15px 5px 15px;
	font-weight:bold;
	color:#00a4d3;
}
main article.facility section:nth-of-type(2) ul li h4:before {
	content:"\f105";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:6px;
	color:#333;
}
main article.facility section:nth-of-type(2) ul li p {
	margin:0 15px 15px 15px;
}
/* ------------------------------------------------- *
 *        facility-detail
 * ------------------------------------------------- */
main article.facility-detail > div {
	position:relative;
	width:1200px;
	margin:0 auto;
	margin-bottom:20px;
}
main article.facility-detail > div h3 {
	position:absolute;
	left:50%;
	bottom:-1.5em;
	background:#FFF url(../img/facility/bg_h3_line.png) center bottom no-repeat;
	padding:1em;
	font-size:32px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
main article.plasma > div h3 {
	margin-left:-4.5em;
}
main article.balance > div h3 {
	margin-left:-3em;
}
main article.other > div h3 {
	margin-left:-4.5em;
}
main article.facility-detail section:nth-of-type(1) > div {
	width:1000px;
	margin:0 auto;
}
main article.facility-detail section:nth-of-type(1) {
	padding-bottom:0;
}
main article.facility-detail section {
	width:1000px;
	margin:0 auto;
}
main article.facility-detail section h4 {
	color:#00a4d3;
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
}
main article.facility-detail section > p {
	margin-bottom:20px;
}
main article.facility-detail section ul {
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	flex-wrap: wrap;
	margin-bottom:40px;
}
main article.facility-detail section ul li {
	width:470px;
	margin-bottom:20px;
}
main article.facility-detail section ul li figure {
	margin-bottom:10px;
}
/* ------------------------------------------------- *
 *        customer
 * ------------------------------------------------- */
main article.customer header {
	background:url(../img/customer/bg_h2.jpg) center center no-repeat;
}
main article.customer section:nth-of-type(1) {
	background:#ebf0f4;
}
main article.customer section:nth-of-type(1) div {
	width:1000px;
	margin:0 auto;
	text-align:center;
}
main article.customer section:nth-of-type(2) {
	width:1200px;
	margin:0 auto;
}
main article.customer section:nth-of-type(2) figure {
	margin-bottom:25px;
}
main article.customer section p:nth-of-type(1) {
	text-align:center;
	margin-bottom:40px;
}
main article.customer section p:nth-of-type(2) {
	text-align:center;
	margin-bottom:40px;
}
main article.customer section ul {
	width:1000px;
	margin:0 auto;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	flex-wrap:wrap;
}
main article.customer section ul li {
	width:470px;
	margin-bottom:20px;
}
main article.customer section ul li figure {
	margin-bottom:10px;
}
main article.customer section.dropbox {
	background:#ebf0f4;
	width:1000px;
	margin:0 auto;
	margin-bottom: 60px;
	padding: 25px;
}
main article.customer section.dropbox h4 {
	font-weight: bold;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	border-bottom: 1px #00a4d3 solid;
}
main article.customer section.dropbox p {
	text-align: left;
	margin-bottom: 1em;
}
/* ------------------------------------------------- *
 *        company
 * ------------------------------------------------- */
main article.company header {
	background:url(../img/company/bg_h2.jpg) center center no-repeat;
}
main article.company section:nth-of-type(1) {
	background:#ebf0f4;
}
main article.company section:nth-of-type(1) div {
	width:1000px;
	margin:0 auto;
}
main article.company section:nth-of-type(1) div p {
	margin-bottom:1em;
}
main article.company section:nth-of-type(2) {
	width:1000px;
	margin:0 auto;
}
main article.company section:nth-of-type(2) > div {
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
}
main article.company section:nth-of-type(2) > div > div {
	width:470px;
}
main article.company section:nth-of-type(2) table {
	width:100%;
}
main article.company section:nth-of-type(2) table th {
	font-weight:bold;
}
main article.company section:nth-of-type(2) table th,
main article.company section:nth-of-type(2) table td {
	border-bottom:1px solid #eaeaea;
	padding:10px;
}
main article.company section:nth-of-type(3) {
	width:1000px;
	margin:0 auto;
}
/* ------------------------------------------------- *
 *        inquiry
 * ------------------------------------------------- */
main article.inquiry header {
	background:url(../img/bg_h2.jpg) center center no-repeat;
}
main article.inquiry section:nth-of-type(1) {
	background:#ebf0f4;
}
main article.inquiry section:nth-of-type(1) div {
	width:1000px;
	margin:0 auto;
}
main article.inquiry section:nth-of-type(1) div p {
	margin-bottom:2em;
	text-align:center;
}
main article.inquiry section:nth-of-type(1) div p.telnum,
main article.inquiry section:nth-of-type(1) div p.faxnum {
	font-size:50px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
	margin-bottom:15px;
}
main article.inquiry section:nth-of-type(1) div p.telnum span,
main article.inquiry section:nth-of-type(1) div p.faxnum span {
	color:#6d6d6d;
}
main article.inquiry section:nth-of-type(1) div p.telnum:before {
	content:"\f095";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:8px;
	color:#00a4d3;
}
main article.inquiry section:nth-of-type(1) div p.faxnum:before {
	content:"\f1ac";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:8px;
	color:#00a4d3;
}
main article.inquiry section:nth-of-type(2) {
	width:1000px;
	margin:0 auto;
}
main article.inquiry section:nth-of-type(2) table {
	width:100%;
	margin-bottom:20px;
}
main article.inquiry section:nth-of-type(2) table th {
	position:relative;
	font-weight:bold;
	width:30%;
	background:#f2f2f2;
	border-bottom:#CCC 1px dotted;
	padding:12px;
}
main article.inquiry section:nth-of-type(2) table th span {
	position:absolute;
	right:12px;
	top:14px;
	font-weight:normal;
	font-size:11px;
	background:#F60;
	color:#FFF;
	padding:6px;
	line-height:1;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
main article.inquiry section:nth-of-type(2) table td {
	width:70%;
	border-bottom:#CCC 1px dotted;
	padding:12px;
}
main article.inquiry section:nth-of-type(2) table td input {
	padding:10px;
	width:75%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:#CCC 1px solid;
}
main article.inquiry section:nth-of-type(2) table td textarea {
	padding:10px;
	width:100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border:#CCC 1px solid;
}
main article.inquiry section:nth-of-type(2) .privacy {
	text-align:center;
	font-size:12px;
}
.submit-confirm {
	display:block;
	font-size:18px;
	width:250px;
	height:60px;
	color:#FFF;
	margin:0 auto;
	font-weight:bold;
	margin-bottom:20px;
	border:0;
	background:#ff3300;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
}
.submit-back {
	display:block;
	font-size:18px;
	width:250px;
	height:60px;
	margin:0 0 0 auto;
	color:#FFF;
	border:0;
	background:#666;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
}
.submit {
	display:block;
	font-size:18px;
	width:250px;
	height:60px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:20px;
	border:0;
	background:#ff3300;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
}
/* ------------------------------------------------- *
 *        sitemap
 * ------------------------------------------------- */
main article.sitemap header {
	background:url(../img/bg_h2.jpg) center center no-repeat;
}
main article.sitemap section:nth-of-type(1) {
	width:1000px;
	margin:0 auto;
}
main article.sitemap section dl dt {
	margin-bottom:5px;
}
main article.sitemap section dl dt:before {
	content:"\f105";
	font-family:FontAwesome;
	font-weight:normal;
	margin-right:6px;
	color:#00a4d3;
}
main article.sitemap section dl dd {
	margin:0 0 5px 1em;
}
/* ------------------------------------------------- *
 *        privacy
 * ------------------------------------------------- */
main article.privacy header {
	background:url(../img/bg_h2.jpg) center center no-repeat;
}
main article.privacy section {
	width:1000px;
	margin:0 auto;
}
main article.privacy section h4 {
	font-weight:bold;
	font-size:18px;
	margin-bottom:0.5em;
}
main article.privacy section p {
	margin-bottom:1em;
}
