/*コンテンツ幅768ピクセル*/
@media print and (min-width:769px) {

body {
	color: #141412;
	line-height: 1.7;
	margin: 0;
	background:none;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.site_footer {
	margin: 0;
	padding:0; 
	font-size:95%;
	color: #000000;
	background:#FFFFFF;
}

.footer_inner {
	margin:0 auto;
	width:980px;
}

.footer_link {
	margin:8px 0 0 0;
	display: flex;
	align-items: center;
	height: 50px;
	background: #151515;
	color:#FFFFFF;
}

.footer_link ul {
	display: flex;
	justify-content:space-between;
	padding:0 20px;
	font-size:90%;
}

.footer_link ul li a {
	color:#FFFFFF;
	text-decoration: none;
}

.footer_link ul li a:hover {
	color:#FFFFFF;
	background: #7B7B7B;
	border-radius: 3px;
}

#footer_title {
	margin: 0 auto;
	padding:30px 0;
	text-align: center;
	font-size:90%;
}

#foottitle {
	margin-bottom: 15px;
}

#footer_title a {
	color:#FFFFFF;
}


/*PDFアイコン*/
a[href $='.pdf'] {
    background:url(icon/ico_pdf.gif) no-repeat right;
    padding:0 20px 0 0;
}
 
a[href $='.pdf'] a {
    text-decoration:none;
}
 
a[href $='.pdf'] a:hover {
    text-decoration:none;
}


/*Column Shortcodes*/
.content-column {
	padding:0 8px;
}
