@charset "utf-8";
body {
	font-size: 14px;
	color: #333;
	line-height: 165%;
	background-image: url(images/bg-body.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	font-size: 18px;
	line-height: 29px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/bg-h3.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 555px;
}

h4 {
	font-size: 18px;
	line-height: 29px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/bg-h4.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 550px;
}

img {
	border: none;
}


a {
	color: #0066CC;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
ul li {
	padding-left: 12px;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(../images/bg-ul.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}
a:hover {
	text-decoration: underline;
}
#headerWrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 143px;
    position: fixed;
    background-image: url(images/bg-body.png);
    filter: drop-shadow(0px 1px 5px rgba(0,0,0,8));
    z-index: 9999;
}
#header {
	height: 85px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#headerMenu {
	width: 983px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	margin-top: 8px;
}
#logo {
	height: 342px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background-repeat: repeat-x;
	min-width: 1031px;
	text-align: center;
    padding-top: 143px;
    background-color: #CBC5B0;
}
#footerWrap {
	background-color: #CCC;
	background-image: url(images/bg-footer.png);
	background-repeat: repeat-x;
	margin-top: 15px;
	min-width: 1031px;
}
#footer {
	width: 981px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#footerMenu {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-left-color: #999;
	width: 250px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}
#footerMenu a {
	font-weight: bold;
	color: #333;
	padding-left: 12px;
	background-image: url(images/bg-footer_link.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-size: 12px;
	line-height: 170%;
	text-decoration: none;
}

.product {
		list-style: none;
		width: 100px;
		float: left;
		max-width: 100%;
    padding-left: 3px;
	}

.add {
	margin-left: 60px;
    font-size: 12px;
    line-height: 140%;
}

.over-animation img{
    transition: 1s;
    opacity: 1;
}

.over-animation{
    background: #FFFFFF;
}

.over-animation:hover img{
    opacity: 0.2;
}

#headerDescription {
	font-size: 10px;
	line-height: 11px;
	height: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#pageWrapTop {
	width: 1031px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-pageTop.png);
	background-repeat: no-repeat;
	background-position: center 10px;
}
#breadList {
	margin-left: 25px;
	font-size: 11px;
	line-height: 100%;
	color: #0066CC;
	height: 10px;
}

#pageWrapBottom {
	width: 951px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-pageBottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 25px 40px;
	min-height:580px;
}
#mainArea {
	float: right;
	width: 685px;
}
.sectionBoxWrap {
	background-image: url(images/top/bg-result.png);
	background-color: #EDEDED;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	border-radius:5px 5px 0px 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
.sectionBoxGray {
	background-color: #EDEDED;
	padding: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.largeFont {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	color: #0066CC;
}

#sideMenuArea {
	width: 250px;
	float: left;
}
#sideMenuBox {
	background-color: #EDEDED;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.sideMenuAreaBox {
	background-image: url(images/top/bg-result.png);
	background-color: #EDEDED;
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	border-radius:5px 5px 0px 0px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
}
.sideMenuAreaBoxTitle {
	font-size: 15px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 18px;
	margin-left: 4px;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}

.linkBox {
	background-color: #EEE;
	padding: 8px;
	border: 1px solid #CCC;
}
.linkBox a {
	padding-left: 15px;
	background-image: url(../images/bg-link_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration: none;
}
.linkBox a.otherLink {
	background-image: url(../images/bg-other_link.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 1px;
	background-position: 0px 3px;
	display: inline;
}
.linkBox a.pdf {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-top: 1px;
	display: inline;
	background-position: 0px;
}
.linkBox a.word {
	background-image: url(../images/doc.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-top: 1px;
	display: inline;
	background-position: 0px;
}
.linkBox a.xls {
	background-image: url(../images/xls.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-top: 1px;
	display: inline;
	background-position: 0px;
}
.strongBox {
	background-color: #EEE;
	padding: 8px;
	border: 1px solid #CCC;
}
.pdf {
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-top: 1px;
	background-position: 0px;
}
.otherLink {
	background-image: url(../images/bg-other_link.png);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 1px;
	background-position: 0px 3px;
}
.returnTop {
	font-size: 12px;
	line-height: 100%;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 30px;
}
.whiteFrame {
	background-color: #FFF;
	padding: 4px;
	border: solid 1px #CCC;
}
#pageTop a {
	display:block;
	margin-top:3px;
	width:64px;
	height:64px;
	border-radius: 5px;
	background-color: #D6D2C7;
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
	-webkit-box-shadow: -1px -1px 1px rgba(0,0,0,.3), 1px 1px 1px rgba(255,255,255,.3);
	-moz-box-shadow: -1px -1px 1px rgba(0,0,0,.3), 1px 1px 1px rgba(255,255,255,.3);
	box-shadow: -1px -1px 1px rgba(0,0,0,.3), 1px 1px 1px rgba(255,255,255,.3);
	color:#333;
	font-size: 12px;
	line-height: 64px;
	font-weight:bold;
	-moz-text-shadow:0 1px 1px rgba(255,255,255,0.35);
	-webkit-text-shadow:0 1px 1px rgba(255,255,255,0.35);
	text-shadow: 0 1px 1px rgba(255,255,255,0.35);
	text-align:center;
	text-decoration:none;
}
.section {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.subSection {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	color: #333;
}

.SpecSection {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	line-height:18px;
	color: #333;
}

.whiteBox {
	background-color: #FFF;
	border: 1px solid #B0B0B0;
	padding: 8px;
}
.fontSmall {
	font-size: 12px;
	line-height: 180%;
}
.border th {
	color: #FFF;
	background-color: #039;
	padding: 8px;
	font-weight: normal;
}

.border td{
	padding-left: 2px;
}
.bottomDotLineBox {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B0B0B0;
}
.border2 {
	border: 1px solid #333;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 130%;
}
.border2 td {
	border: 1px solid #333;
	border-collapse: collapse;
	background-color: #FFF;
	padding: 6px;
}
.border2 th {
	border: 1px solid #333;
	border-collapse: collapse;
	background-color: #FFF;
}
td.yellow {
	background-color: #FF9;
}
td.orange1 {
	background-color: #FC3;
}
td.orange2 {
	background-color: #F90;
}
.border3 {
	font-size: 12px;
	line-height: 120%;
}
.border3 th {
	background-color: #4786C2;
	color: #FFF;
	line-height:29px;
	padding-right: 6px;
	padding-left: 6px;
}
.border3 th.second {
	background-color: #BBCCE9;
	color: #221815;
	line-height:29px;
}
.border3 th.gray {
	background-color: #BEBFC0;
	color: #221815;
	line-height:29px;
}

.border3 td {
	border: 2px solid #A3BFDA;
	background-color: #FFF;
	padding: 7px;
}
#pageWrapTop #pageWrapBottom #mainArea .sectionBoxGray .subSection p {
}
.interview {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 5px;
	color: #069;
}

.antialias {
	transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);
}

.border4 {
	border: 1px solid #333;
	border-collapse: collapse;
	font-size: 12px;
	line-height: 130%;
}
.border4 td {
	border: 1px solid #333;
	border-collapse: collapse;
	padding: 6px;
}
.border4 th {
	border: 1px solid #333;
	border-collapse: collapse;
}

<!-- 2016/02/27 trouble メニュー -->

.T3 {
	font-size: 18px;
	line-height: 29px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/bg-h3_trouble.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 550px;
}
