@charset "UTF-8";

/*=========================================================

- Title: print Module
- Author: kokido
- Modified by: kokido
- Last modify: 09.10.21

=========================================================*/

@media print {

body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

body {
	color: black;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 92%;
	line-height: 1.6;
	background-color: white;
	background-image: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

/* 内部リンク(ルートパスではじまる） */
a[href^="/"]:after {
	content: " ( http://example.com/" attr(href) " )";
	font-size: 92%;
}
/* 外部リンク(http://ではじまる） */
a[href^="http://"]:after {
	content: " ( " attr(href) " )";
	font-size: 92%;
}

a:link,
a:visited,
a {
	color: black;
	text-decoration: underline;
}

/*
a:after {
    content: " >> " attr(href) " ";
    font-size: 10.5pt;
}
*/

p, dt, dd, th, td, li  {
    line-height: 1.8;
}

img {
	border: 0;
}

ol {
	list-style-type: none;
}

/* content */

h1.none {
	width: 360px;
	height: 80px;
	background: url(../images/logo01.jpg) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

.btn_backNumber02,
.btn_backNumber {
	display: none;
}

.mulitCont ul {
	display: none;
}

table {
	border-collapse: collapse;
	margin: 5px 0;
}

table th,
table td {
	border: 1px solid #ddd;
	padding: 8px;
}

table th {
	width: 10%;
	font-weight: bold;
}



#MainVisual {
	display: none;
}

#gnav {
	display: none;
}

#footer {
	display: none;
}

}
