/*
	Minimaxing 3.1 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

p {
	font-weight: bold;
}

h2#pageTitle {
	padding: 3px 5px;
	border-top: 1px solid #007897;
	border-bottom: 1px solid #007897;
}

.cTxt {
	padding: 0 5px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 34px;
}



table {
	width: 900px;
	border-collapse: collapse;
    margin: 0 auto 0 4px;
}
table tr,td {
	margin: 0;
	padding: 0;
}
table td {
    width: 50%;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-bottom: 20px;
	vertical-align: top;
	position: relative;
}
table td img {
}
table td p {
	text-align: center;
	font-size: 15px;
	line-height: 1.3;
	padding-top: 3px;
}


table td.ky2td {
	position: relative;
}
table td.ky2td p {
	position: absolute;
	top: 340px;
	left: 67px;
}


/* 20210506追記 */
table.repair {
	width: 100%;
    margin: 0 auto;
}
table.repair td {
	padding: 0 1% 20px 1%;
}
table.repair td img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
