@charset 'utf-8';

body { width: 100%; background: url(../img/bg/facilities.jpg) !important; background-position: 0px 310px !important; background-repeat: no-repeat !important; margin:0; padding:0; }
.ttl2c { width:400px; margin:0 auto 280px auto; padding:100px 0; background-color:rgba(255,255,255,0.8); }

.line2 { border-bottom: 1px solid #FFF; }

/* テーブルパディングパターン */
table.sp1 th, table.sp1 td { padding:2px 4px; }
table.sp2 th, table.sp2 td { padding:4px 6px; }
table.sp3 th, table.sp3 td { padding:6px 8px; }
table.sp4 th, table.sp4 td { padding:8px 10px; }
table.sp5 th, table.sp5 td { padding:10px 12px; }

/* テーブルボーダーパターン */
table.table6 { border-collapse:collapse; border-spacing:0; text-align:center; }
table.table6 tr { border-left:1px solid #808080; }
table.table6 th { color:#111111; background-color:#C0C0C0; border-top:1px solid #808080; border-bottom:1px solid #808080; border-right:1px solid #808080; }
table.table6 td { color:#111111; background-color:#ffffff; border-top:1px solid #808080; border-bottom:1px solid #808080; border-right:1px solid #808080; }

/* アイコン */
.pdf a, .pdf { background-image:url(../img/icon/pdf.png) !important; background-repeat:no-repeat; background-position:right center; padding-left:0; padding-right:15px !important; }
@media only screen and (-webkit-min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio: 1.5) {
.pdf a, .pdf { background-image:url(../img/icon/pdf@2x.png) !important; background-size:11px 11px !important; }
}

.ttl6 { font-size: 16px; padding-left: 10px; border-left: solid 3px #a89358; }
.text_small { text-align: center; font-size: 12px; color: #9e9e9e;}
