@charset "utf-8";

/* about-canon-log.css */


/* pageBodyArea
------------------------------------------------ */

#pageBodyArea #mainContentsBlock #titleSection h1 {
padding:146px 0 0;
}

#pageBodyArea #mainContentsBlock .sub-title {
/*border-left: solid 6px #f00;*/
padding-top: 2px;
/*padding-left: 7px;*/
}

.sec-inner {
background: #fff;
padding-bottom: 40px;
margin-bottom: 30px;
}
#pageBodyArea #mainContentsBlock .sec-inner {
	padding-top: 30px;
}
#pageBodyArea #mainContentsBlock p.only01Img {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sec-inner table {
width: 90%;
margin: 0 auto;
table-layout: fixed;
word-break: break-word;
border: solid 1px #aaa;
border-collapse: collapse;
word-break: break-all;
}
.sec-inner table th,
.sec-inner table td {
padding: 1em;
border-left: dashed 1px #aaa;
border-bottom: solid 1px #aaa;
font-size: 12px;
}
.sec-inner table th {
text-align: center;
vertical-align: middle;
white-space: nowrap;
font-weight: bold;
}
.t-center {
vertical-align: middle;
text-align: center;
}