@page { size: A4 } /* A4縦 */

h1,
.menubar_wrap,
.header_wrap,
.h_menu_wrap,
.floating_btn,
.pan_wrap,
.sh_photo_wrap,
.sh_basic_wrap,
.sh_btn,
.sh_map_wrap,
.sh_inq_wrap,
.sh_history_wrap,
.foot_wrap1,
.foot_wrap2,
.copy_wrap,
.sh_photo-img2,
.sh_nav_wrap,
.sh_autotxt,
.sh_tag_wrap,
.footmenu_wrap {
	display: none;
}

/* shosai
---------------------------------------- */
body {
	font-family:"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	background: none!important;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
p {	margin: 0;}
a {	color: #006DD9;}
a:hover {	color: #999;}

.shosai_wrap {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

/* sh_tl
---------------------------------------- */
.sh_tl {
	border: 3px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.sh_tl span, .sh_tl p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	font-weight: bold;
}
.sh_tl span {
	background: #EC6C00;
	padding: 7px 10px;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 1px;
	margin-right: 10px;
}
.sh_tl p {
}

/* sh_tl end
---------------------------------------- */

/* all
---------------------------------------- */
.sh_photo_wrap, .sh_tag_wrap, .sh_detail_wrap {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 18px;
	margin-bottom: 20px;
}
.sh_tl-sub {
	border-bottom: 2px dotted #ccc;
	color: #2693FF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* sh_tag
---------------------------------------- */
.sh_tag {
	background: #f5f5f5;
	padding: 10px;
	overflow: hidden;
}
.sh_tag span {
	padding: 2px 5px;
	border: 1px solid #EC6C00;
	color: #EC6C00;
	background: #fff;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

/* sh_photo_print
---------------------------------------- */
.sh_photo_print {
	overflow: hidden;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.sh_photo_print div {
	display: inline-block;
	width: 48%;
}
.sh_photo_print {
}

/* sh_detail
---------------------------------------- */
.sh_detail {
}

.sh_detail table {
	border-collapse: collapse;
	width: 960px;
}
.sh_detail th, .sh_detail td {
	border: 1px solid #999;
	padding: 5px;
	height: 40px;
}
.sh_detail th {
	border-right: 1px dotted #999;
	background: #F0F8FF;
	width: 110px;
}
.sh_detail td {
	width: 205px;
}
.sh_detail td b {
	color: #ff0000;
	font-size: 15px;
}
.sh_detail td span {
	display: block;
}
.sh_detail-zokusei {
	overflow: hidden;
}
.sh_detail-zokusei span {
	float: left;
}
.sh_detail-zokusei span:after {
	content: " / ";
}


.print_company {
	border: 5px solid #ccc;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	display: block;
	font-size: 18px;
	line-height: 24px;
}
.print_company p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 15px;
	line-height: 24px;
	margin: 0 10px;
}
.print_company p:nth-child(1) {
}
.print_company p:nth-child(2) {
}

/* shosai end
---------------------------------------- */