@charset "utf-8";
/*
==================================================
	CSS File Name -print.css
	+1: global
	+2: individual
	
==================================================
*/

/*--------------------------------------------------
+1: individual
==================================================*/

/* contact */
body#contact {
	width:640px;
	background:none;
}
body#contact * {
	float:none;
	color:#000;
	background:none;
	font-size:13px;
}
body#contact div#header_inner .rightColumn,
body#contact div#visual_board,
body#contact #sub {
	display:none;
}
body#contact div#header,
body#contact div#header_inner {
	background:none;
	height:60px;
}
body#contact div#container,
body#contact div#header,
body#contact div#content {
	width:640px;
}

body#contact div#header #logo {
	left:0;
	top:0;
}
body#contact div#header #logo img {
	width:154px;
	height:31px;
}
body#contact div#main_body {
	float:none;
	width:100%;
	padding:0;
}
body#contact div#main_content {
	background:none;
	width:100%;
}
body#contact div#main_content_inner {
	width:100%;
	padding:0;
}
body#contact div#main_content .ttl_lvl_01 .ttl {
	min-height:inherit;
	padding-left:0;
	background:none;
	font-size: 18px;
	text-align:center;
}
body#contact div#main_content #sec_contact p.txt {
	border-bottom:solid 1px #000;
	font-size:12px;
	line-height:1.8;
}
body#contact div#main_content #sec_lead {
	margin-bottom:20px;
}
body#contact div#main_content #sec_lead br {
	display:none;
}
body#contact div#main_content #sec_contact p.last {
	border:none;
	padding-bottom:10px;
}
body#contact div#main_content #sec_contact p.last span {
	font-size:12px;
}
body#contact #footer {
	display:none;
}

