@charset "utf-8";
/*
-----------------------------------------------
	印刷用CSS
-----------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: white;
    background-image: none;
    font-size: 12pt;
    line-height: 1.4;
}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

#wrap {
	width: 100%;
}

#contents #right {
	width: 100%;
    margin-left: auto;
    text-align: left;
}

#contents #left,
#contents #right {
	clear: both;
	margin: 0;
}

#wrap,
#footer02,
#footer02 .containar {
	background-image: none;
}

#header dl,
#gnavi,
#mainimg,
#panlist,
#left,
#right h1,
#push,
#bottom_link,
#footer02 #bottom_link,
#footer02 #footer02btn02,
#footer02 #footer02btn03,
#footer02 #footer02btn04,
#footer02 #bottom03 {
	display: none;
}

.accessmap .tel {
	visibility: visible;
}


