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



/* ----------------------------------
======[ セルフチェックページ ] ==================
---------------------------------- */


.mainte-section .column{
	width: 100%;
}
/* ======[ チャート ] ================== */
.selfcheck-chart {
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.chart-button {
	display: block;
	border: 1px solid #CCC;
	background-image: url(../img-common/head-bg@2x.jpg);
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	background-size:auto 100%;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-position: right top;
	float: left;
	line-height: 1.2em;
	padding-top: 1em;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	height: 3em;
	width: 41%;
	margin-right: 2%;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 13px;
	cursor: pointer;
}
a.chart-button:hover {
	background-image: url(../img-common/header-border@2x.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #DDD;
	-moz-background-size:auto auto;
	-webkit-background-size:auto auto;
	-o-background-size:auto auto;
	-ms-background-size:auto auto;
	background-size:auto auto;
}
.selfcheck-chart p{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 5px;
	border: 1px solid #999;
}
.selfcheck-chart dd{
	width: 100%;
	overflow: hidden;
	padding-bottom: 14px;
}
.selfcheck-chart dd dl{
	display: none;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.selfcheck-chart dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666;
	margin-bottom: 7px;
	padding-left: 5px;
}


/* ======[ リスト ] ================== */
.selfcheck-list {
	overflow: hidden;
	margin-bottom: 15px;
}
.list-button {
	display: block;
	border: 1px solid #CCC;
	background-image: url(../img-common/head-bg@2x.jpg);
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	background-size:auto 100%;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-position: right top;
	line-height: 1.2em;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	color: #F00;
	cursor: pointer;
}
.list-button:hover {
	background-image: url(../img-common/header-border@2x.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #DDD;
	-moz-background-size:auto auto;
	-webkit-background-size:auto auto;
	-o-background-size:auto auto;
	-ms-background-size:auto auto;
	background-size:auto auto;
}
.selfcheck-list p{
	padding: 5px;
	border: 1px solid #999;
}
.selfcheck-list dd{
	padding-bottom: 7px;
	padding-left: 18px;
	display: none;
	background-image: url(../img-common/navi-bg@2x.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	-moz-background-size:7px 14px;
	-webkit-background-size:7px 14px;
	-o-background-size:7px 14px;
	-ms-background-size:7px 14px;
	background-size:7px 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 14px;
}

dd.list-dd{
	background-image: none;
}

/* ======[ FAQ ] ================== */
.faq-list {
	overflow: hidden;
	margin-bottom: 15px;
}
.list-button {
	display: block;
	border: 1px solid #CCC;
	background-image: url(../img-common/head-bg@2x.jpg);
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	background-size:auto 100%;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-position: right top;
	line-height: 1.2em;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	color: #F00;
	cursor: pointer;
}
.list-button:hover {
	background-image: url(../img-common/header-border@2x.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #DDD;
	-moz-background-size:auto auto;
	-webkit-background-size:auto auto;
	-o-background-size:auto auto;
	-ms-background-size:auto auto;
	background-size:auto auto;
}
.faq-list p{
	padding: 5px;
	border: 1px solid #999;
}
.faq-list dd{
	padding-bottom: 7px;
	padding-left: 30px;
	display: none;
	background-image: url(../img-common/navi-bg@2x.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	-moz-background-size:7px 14px;
	-webkit-background-size:7px 14px;
	-o-background-size:7px 14px;
	-ms-background-size:7px 14px;
	background-size:7px 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 14px;
}

.no-repair .note {
	font-size: 9px;
}


/* ----------------------------------
======[ 修理取扱製品ページ ] ==================
---------------------------------- */

.repair-list table .no-repair {
	text-align: center;
	font-weight: bold;
	color: #C00;
}
.repair-list table .reparable {
	color: #063;
	font-weight: bold;
	text-align: center;
}
.repair-list table .some-reparable {
	color: #F60;
	font-weight: bold;
	text-align: center;
}
.repair-list table {
	margin-bottom: 0px;
}

.officelist {
	margin: 0px;
	padding: 0px;
}
.officelist dd {
	margin-bottom: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.officelist dt {
	font-weight: bold;
}
/* ----------------------------------
======[ クリニック ] ==============
---------------------------------- */

/* ======[ メールフォーム ] ================== */
.mail-form .text-long{
	width: 205px;
}
.mail-form .text-middle{
	width: 150px;
}
.mail-form .text-short{
	width: 100px;
}
.mailform th {
	font-weight: normal;
	text-align: left;
}
.mail-form form {
	padding: 14px;
}
.mail-form h5 {
	background-color: #333;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFF;
}
.mail-form dd {
	margin-bottom: 7px;
}
.mail-form span {
	color: #F00;
}
.mail-form {
	display: none;
	margin-bottom: 21px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
}


/* ======[ 巡回点検 ] ================== */
.column h4 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	margin-bottom: 6px;
	font-weight: bold;
	line-height: 18px;
	color: #F00;
	font-size: 16px;
}
.repair-tour .office-ng {
	background-color: #D8BFE1;
}
.repair-tour .office-tk {
	background-color: #AED6EE;
}
.repair-tour .office-os {
	background-color: #FFC6A0;
}
.repair-tour .office-fk {
	background-color: #AAE6C0;
}
.repair-tour .blank {
	background-color: #EEEEEE;
}
.repair-tour .cross-table {
	margin-bottom: 14px;
}
.repair-tour td {
	font-size: 12px;
}

.tour-part {
	overflow: hidden;
	margin-bottom: 14px;
}
.tour-part dd {
	float: left;
	margin-bottom: 7px;
	margin-right: 14px;
}
.tour-part dt {
	float: left;
	width: 5%;
	background-color: #06F;
	border: 1px solid #999;
	margin-right: 3px;
	height: 1em;
	margin-bottom: 5px;
}
.repair-tuor-price dd {
	text-align: right;
	margin-bottom: 14px;
}
.repair-tuor-price dt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100%;
}

/*=====STEP TRANS======*/
#trans-box table caption {
	font-size: small;
	text-align: left;
	margin-bottom: 5px;
}
#trans-box th {
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border: 1px solid #999;
	background-color: #CCC;
}
#trans-box td {
	text-align: center;
	padding: 2px;
	border: 1px solid #999;
}
#trans-box {
	margin-bottom: 21px;
	display: none;
}
#trans-box table {
	margin-bottom: 14px;
}


.selfcheck-list table caption {
	font-size: small;
	text-align: left;
	margin-bottom: 5px;
}
.selfcheck-list th {
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border: 1px solid #999;
	background-color: #CCC;
}
.selfcheck-list td {
	text-align: center;
	padding: 2px;
	border: 1px solid #999;
}
.selfcheck-list table {
	margin-bottom: 14px;
}


/* ----------------------------------
======[ レスポンシブ ] ==================
---------------------------------- */

@media screen and (min-width : 768px){
.selfcheck-chart .chart-button {
	width: 45%;
	margin-right: 2%;
}
.mail-form .text-long{
	width: 400px;
}
.mail-form .text-middle{
	width: 300px;
}
.mail-form .text-short{
	width: 200px;
}

}
@media screen and (min-width : 840px){
.no-repair .note {
	font-size: 12px;
}
	
.mainte-section .column{
	width: 48%;
	float: left;
}

.mainte-section .even{
	float: right !important;
}
}
@media screen and (min-width : 1024px){
.selfcheck-chart .two-items {
	width: 44%;
	margin-right: 1%;
}
.selfcheck-chart .four-items {
	width: 22%;
	margin-right: 1%;
}
.selfcheck-chart .five-items {
	width: 17%;
	margin-right: 1%;
}
.selfcheck-chart .six-items {
	width: 13.5%;
	margin-right: 1%;
}
.repair-tuor-price dd {
	text-align: right;
	margin-bottom: 14px;
	clear: right;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 35%;
}
.repair-tuor-price dt {
	margin-bottom: 14px;
	clear: left;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 65%;
}
}
.section.repair-list h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-left: auto;
	margin-bottom: 10px;
	width: 95%;
	margin-right: auto;
}
.table-nest {
	margin-left: auto;
	width: 95%;
	margin-right: auto;
	margin-bottom: 21px !important;
}