﻿h1 {
	color: #1e3a8a;
	font-weight:bold;
	font-size: 20pt;
	margin-top:10pt;
	margin-left:20pt;
}


h2 {
	color:#333;
	margin-bottom: 0;
	margin-left: 10px;
	margin-top: 35px;
	font-size: 13pt;
    font-weight:bold;
}

h3 {
	font-size: 10pt;
	font-weight:normal;
	margin-bottom: 0;
	margin-left: 10px;
	color:#333;

}

h4 {
	color: #333;
	font-size: 10pt;
	font-weight:normal;
	margin-left: 10px;

}

.product_ttl1 {
	color: #FFFFFF;
	font-size: 17.5pt;
	font-weight:bold;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 3px;
	width:471px;
	text-align: left;

}

.product_ttl2 {
	color: #FFFFFF;
	font-size: 18pt;
	font-weight:bold;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 3px;
	width:471px;
	text-align: left;

}

.product_area {
	background-color: #0056B3;
	border-color: #0056B3;
	width: 492px;
	height: 69px;
	border-collapse: collapse;
}

.price_area{
	height: 69px;
	background-color:#EBEBEB;
	border-color: #EBEBEB;
	border-collapse: collapse;

}

.price {
	margin-left: 20px;
	margin-top: 0;
	color:#333;

}

.price1 {
	font-weight: bold;
	color:#333;
}

.price2 {
	font-size: 18pt;
	margin-left: 10px;
	color:#333;

}

.price3 {
	font-size: 11pt;
	color:#333;

}

.p1 {
	margin-left: 5px;
	font-size: 10pt;
	margin-top: 1px;
	margin-bottom: 0;
    margin-left: 7px;
  	color: #333333;

}

.p2 {
	font-size: 10pt;
	text-align: center;
}


.s1 {
	margin-left: 10px;
	font-size: 9pt;
}

.s2 {
	font-size: 8pt;
}


.pdf {
	color: #333333;
	font-weight: bold;
	font-size:11pt;
	margin-left:10pt;
}


.info {
	color:#333;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 10px;
	margin-left: 10px;
	width: 494px;
}


.motor-image-area {
	text-align: center;
}

.motor-thumbnail {
	width: 100px;
	cursor: pointer;
	margin: 5px;
}

.motor-display-area {
	width: 350px;
	height: 250px;
	border: 2px solid #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.motor-display-area img {
	max-width: 100%;
	max-height: 100%;
}

.user-table-area {
    width: 750px;
    margin-left: 5px ;
    color: #333;
    padding: 0px; 
    box-sizing: border-box;
}

.user-table-area table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 1px solid #777; 
}

.user-table-area th,
.user-table-area td {
   	font-size: 10.5pt;
    padding: 12px 15px;
    text-align: left; 
    border: none;
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
}

.user-table-area td:first-child {
    width: 200px; 
	font-size: 10.5pt;
}

.user-table-area td:last-child {
    width: auto; 
}

.option-board-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 0; 
    max-width: 750px; 
    border: 1px solid #888;
    box-sizing: border-box;
    border-bottom: 0;
    border-right: 0;
   	margin-left: 10px;

}

.option-board-link {
    text-decoration: none;
    border-bottom: 0;
    border-right: 1px solid #888;
}


.option-board {
    border: none; 
    border-radius: 0;
    padding: 10px;
    box-shadow: none;
    background-color: #fff;/
    text-align: center; 
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center; 
    height: 100%; 
    transition: background-color 0.2s ease;
    min-height: 120px;
    border-bottom: 1px solid #888;
}

.option-board-link:hover .option-board {
    background-color: #F0F8FF; 
}

.option-board-link.dummy {
    visibility: hidden;
    width: calc((100% - 2px) / 3);
}

.option-board-image {
    width: auto; 
    height: auto; 
    max-width: 100%; 
    max-height: 100px; 
    object-fit: contain;
    display: block;
}

.option-board-title {
    font-size: 10.5pt;
    color: #0056B3;
    margin-bottom: 10px;
    font-weight: bold;
   	text-align: center;
}

.option-board-description {
    font-size: 10pt;
    color: #333;
    margin-bottom: 0;
    line-height: 1.5;
    flex-grow: 1;
    text-align: center;
}

.contact-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background-color: #f8f8f8;
    border: 2px solid #ccc;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
	margin-left: 20px;

}

.contact-button:hover {
     text-decoration:underline;

}

