@charset "EUC-JP";
/* -----------------------------------------------------------
CSS Information

File name:      print.css
Created:        2010-11-24
Last update:    2011-1-17 by Kuwata
Style Info:     総合トップ配下
----------------------------------------------------------- */

.contents_print textarea,
.contents_print input,
.contents_print select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle
}
.contents_print {
	width: 700px;
	margin: 10px auto 30px;
	padding: 0 0 30px;
	font-size: 1.3em;
}
.contents_print .logo_wrap {
	margin-bottom: 20px;
}

.contents_print .logo_wrap .logo {
	float: left;
	width: 110px;
}

.contents_print .logo_wrap .tagline {
	margin-left: 120px;
	padding: 10px 0 2px 0;
	font-weight: bold;
}

.contents_print .logo_wrap .tagline span {
    font-weight: normal;
}

.contents_print .title {
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}

.contents_print .title h1 {
	font-size: 1.6em;
}

.contents_print .col_half .photo {
	width: 170px;
	float: left;
}

.contents_print .col_half .txt_info {
	width: 520px;
	float: right;
	margin-bottom: 20px;
}

.contents_print .col_half .txt_info table {
	width: 99%;
}

.contents_print .col_half .txt_info th {
	font-weight: bold;
	width: 70px;
	text-align: left;
	vertical-align: top;
}
.contents_print .col_half .txt_info th,
.contents_print .col_half .txt_info td {
	padding: 5px;
	border-bottom: dotted 1px #cdcdcd;
}
.contents_print .col_half .txt_info th.last,
.contents_print .col_half .txt_info td.last {
	border-bottom: none;
}

.contents_print .googlemappic {
	clear: both;
}

.contents_print .googlemappic #map_canvas {
	border: 1px solid #cdcdcd;
	width:700px;
	height:500px;
}

.contents_print .input_wrap {
	padding: 20px;
	text-align: center;
}
.contents_print .printNote {
	clear: both;
	text-align: center;
	font-size: 0.85em;
	margin-bottom: 8px;
	color: #990000;
}