@charset "utf-8";

/* ==================================================
Required to CMS-8341
================================================== */
#tmp_contents h1 {
	font-size:214.3%;
	color:#023378;
	background:#fafafa url(/shared/templates/education/images/contents/h1_bg.png) no-repeat left bottom;
	border:1px solid #dddddd;
	padding:25px 25px 28px;
	line-height:1.3;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	margin:0 0 0.8em;
    -webkit-box-shadow: 0 1px 5px rgba(204, 204, 204, 0.35);
    -moz-box-shadow: 0 1px 5px rgba(204, 204, 204, 0.35);
    box-shadow: 0 1px 5px rgba(204, 204, 204, 0.35);
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
	font-size:142.8%;
	color:#222222;
	background: url(/shared/templates/education/images/contents/h2_bg.png) repeat left top;
	border:4px solid #276fb0;
	padding:15px 17px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
#tmp_contents h3 {
	font-size:128.6%;
	color:#023378;
	background-color:transparent;
	border:1px solid #d5d5d5;
	border-bottom:3px solid #3e81bc;
	padding:15px 15px 11px;
	-webkit-border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
}
#tmp_contents h4 {
	font-size:128.6%;
	color:#023378;
	background-color:transparent;
	border-bottom:2px solid #3d81bc;
	padding:0 0 10px;
}
#tmp_contents h5 {
	font-size:114.3%;
	color:#023378;
}
#tmp_contents h6 {
	font-size:100%;
	color:#023378;
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 0.8em;
	line-height:1.3;
	clear:both; /* Do not edit */
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
}
#tmp_contents ul {
	margin:0 0 1em 2.2em; /* Do not edit */
	list-style-image:url(/shared/templates/education/images/contents/list_icon.png); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 2.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
/* cate_ttl
================================================== */
#tmp_cate_ttl {
	background:url(/shared/templates/education/images/contents/education_ttl.jpg) no-repeat left top;
	width:915px;
	height:100px;
	margin:0 0 50px;
	clear:both;
}
#tmp_cate_ttl span {
	width:915px;
	height:100px;
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeeeee;
	background-color:#eaf9fe;
	margin:0 0 0.8em; /* Do not edit */
	clear:both; /* Do not edit */	
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td,
#tmp_contents div.outline {
	padding:15px 15px 5px;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 20px;
	font-size:128.6%;
	font-weight:bold;
}
#tmp_contents ul.box_btn li a {
	display:block;
	text-decoration:none;
	padding:15px 10px 16px 42px;
	color:#000000;
	background:url(/shared/templates/education/images/contents/arrow_r.png) no-repeat 22px 1.1em;
	border:1px solid #d9d9d9;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
    -webkit-box-shadow: 0 1px 4px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0 1px 4px rgba(153, 153, 153, 0.5);
    box-shadow: 0 1px 4px rgba(153, 153, 153, 0.5);
}
#tmp_contents ul.box_btn li a:hover {
	text-decoration:underline;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	border:1px solid #d9d9d9;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:0 0 40px; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	padding:10px 19px 13px;
	color:#023378;
	background:#f8f8f8 url(/shared/templates/education/images/contents/h1_bg.png) no-repeat left bottom;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
#tmp_contents .box_info .box_info_ttl p {
	font-size:157%;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt {
	padding:20px 15px 5px;
}
#tmp_contents .box_info ul {
	margin-bottom:0; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ol {
	margin-bottom:0; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info li {
	margin:0 0 18px;
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_link
================================================== */
#tmp_contents .box_link {
	border:1px solid #d9d9d9;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:0 0 40px; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl {
	padding:10px 19px 13px;
	color:#023378;
	background:#f8f8f8 url(/shared/templates/education/images/contents/h1_bg.png) no-repeat left bottom;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
#tmp_contents .box_link .box_link_ttl p {
	font-size:157%;
	font-weight:bold;
	line-height:1.3;
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt {
	padding:20px 15px 5px;
}
#tmp_contents .box_link ul {
	margin-bottom:0; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ol {
	margin-bottom:0; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link li {
	margin:0 0 18px;
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 20px; /* Do not edit */
	border:1px solid #d9d9d9;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
    -webkit-box-shadow: 0 1px 4px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0 1px 4px rgba(153, 153, 153, 0.5);
    box-shadow: 0 1px 4px rgba(153, 153, 153, 0.5);
	clear:both; /* Do not edit */
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_menu_ttl {
	padding:15px 10px 8px 21px;
}
#tmp_contents .box_menu_ttl h2,
#tmp_contents .box_menu_ttl p {
	margin:0;
	padding:0;
	color:inherit;
	font-size:128.6%;
	font-weight:bold;
	background:none;
	border:none;
}
#tmp_contents .box_menu_ttl a {
	display:block;
	text-decoration:none;
	color:#000000;
	background:url(/shared/templates/education/images/contents/arrow_r.png) no-repeat left 0.2em;
	padding-left:20px;
}
#tmp_contents .box_menu_ttl a:hover {
	text-decoration:underline;
}
#tmp_contents .box_menu_cnt {
	padding:4px 10px 6px 30px;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}

/* datatable 
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #cccccc;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:5px 8px;
	color:inherit;
	background-color:#e8e8e8;
	border:1px solid #cccccc;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:5px 8px;
	border:1px solid #cccccc;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:20%; /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#bf1111; /* txt_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#f2f2f2; /* base.css > Styles > th.bg_red */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#eaf9fd; /* base.css > Styles > th.bg_blue */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* base.css > Styles > th.bg_gray */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#e7fef4; /* base.css > Styles > th.bg_green */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#e6eefa; /* base.css > Styles > th.bg_purple */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #cccccc; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#e8e8e8; /* = table.datatable th */
	border:1px solid #cccccc; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #cccccc; /* = table.datatable td */
}
/* ==================================================
inquiry
================================================== */
#tmp_wrap_inquiry {
	background:url(/shared/templates/education/images/contents/border.png) no-repeat center top;
	padding-top:50px;
	margin:0 0 38px;
}
#tmp_inquiry{
	color:inherit;
	background-color:#fafafa;
	border:2px solid #dddddd;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:15px 17px;
	clear:both;
}
#tmp_inquiry_ttl {
	font-weight: bold;
	font-size: 143%;
	padding:0 0 7px;
	border-bottom: 1px dotted #c7c7c7;
}
#tmp_inquiry_cnt {
	font-size: 114.3%;
	padding:20px 0 10px;
}
#tmp_inquiry_cnt p {
	margin:0 0 10px;
}
/* inquiry_btn */
#tmp_inquiry_btn {
	color:inherit;
	background-color:#fafafa;
	border:2px solid #dddddd;
	border-top:none;
	padding: 0 0 20px;
	margin:-51px 0 30px;
	clear:both;
	-webkit-border-radius:0 0 6px 6px;
	-moz-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
}
#tmp_inquiry_btn p {
	text-align:center;
	margin:0 auto;
	font-size: 114.3%;
}
#tmp_inquiry_btn a {
	color: #ffffff;
	background: #003b7f url(/shared/templates/education/images/contents/arrow_rw.png) 94% center no-repeat;
	border: 1px solid #003b7f;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	padding: 9px 46px;
	display: inline-block;
	-webkit-box-shadow:0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	box-shadow:0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	min-width: 266px;
	cursor:pointer;
	text-decoration:none;
}
#tmp_inquiry_btn a:hover {
	text-decoration:underline;
}
/* ==================================================
feedback
================================================== */
#tmp_feedback{
	color:inherit;
	background-color:#fafafa;
	border:2px solid #dddddd;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin:0 0 38px;
	padding:15px 17px;
	clear:both;
}
#tmp_feedback_ttl{
	font-weight: bold;
	font-size: 143%;
	padding:0 0 7px;
	border-bottom: 1px dotted #c7c7c7;
}
#tmp_feedback_cnt{
	padding:16px 0;
}
#tmp_feedback_cnt legend {
	font-weight: bold;
	margin-bottom: 9px;
}
#tmp_feedback_cnt fieldset {
	margin-bottom: 15px;
}
#tmp_feedback_cnt fieldset p {
	display: inline-block;
	margin-right: 27px;
}
#tmp_feedback_cnt input[type="radio"] {
	display: none;
}
#tmp_feedback_cnt input[type="radio"] + label {
	display: block;
	padding-left: 22px;
	position: relative;
	cursor: pointer;
}
#tmp_feedback_cnt input[type="radio"] + label::before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 2px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#tmp_feedback_cnt input[type="radio"]:checked + label::after {
	content: '';
	width: 10px;
	height: 10px;
	left: 3px;
	top: 5px;
	background-color: #616161;
	color: #ffffff;
	position: absolute;
	z-index: 1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#tmp_feedback_cnt .submit{
	margin: 0;
	display: block;
	padding-top: 10px;
}
#tmp_feedback_cnt .submit input {
	font-size: 114.3%;
	color: #ffffff;
	background: #003b7f url(/shared/templates/education/images/contents/arrow_rw.png) 94% center no-repeat;
	border: 1px solid #003b7f;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	padding: 9px 46px;
	margin: 0 auto;
	display: block;
	-webkit-box-shadow:0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	box-shadow:0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	display: block;
	min-width: 266px;
	cursor:pointer;
}
#tmp_feedback_cnt .submit input:hover {
	text-decoration:underline;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:28px 20px 28px 30px;
	clear:both;
	border:1px solid #dddddd;
	background-color:#f8f8f8;
	color:inherit;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.plugin .plugin_img {
	margin: 2px 15px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* ==================================================
lnavi
================================================== */
#tmp_lnavi {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    -webkit-box-shadow: 0 1px 5px rgba(204, 204, 204, 0.35);
    -moz-box-shadow: 0 1px 5px rgba(204, 204, 204, 0.35);
    box-shadow: 0 1px 5px rgba(204, 204, 204, 0.35);
    margin:0 0 20px;
}
#tmp_lnavi_ttl {
	line-height:1.2;
    font-weight: bold;
	padding:20px 14px 18px 20px;
	font-size:128.6%;
	background:#114c8c url(/shared/templates/education/images/contents/lnavi_ttl_bg.png) repeat left top;
	color:#ffffff;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
#tmp_lnavi_ttl a {
    display: block;
    text-decoration: none;
	color:#ffffff;
	background:url(/shared/templates/education/images/contents/arrow_rw.png) no-repeat 98% center;
	padding:0 20px 0 0;
}
#tmp_lnavi_ttl a:hover {
	text-decoration:underline;
}
#tmp_lnavi_cnt {
	border:1px solid #dddddd;
	border-top:none;
	background-color:#fafafa;
	padding:0 14px 19px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
#tmp_lnavi_cnt ul li {
	border-bottom:1px dotted #b5b5b5;
}
#tmp_lnavi_cnt ul li a {
    display: block;
    text-decoration: none;
    padding: 17px 10px 16px 25px;
    color:#000000;
    background: transparent url(/shared/templates/education/images/contents/arrow_r.png) no-repeat left 18px;
}
#tmp_lnavi_cnt ul li a:hover,
#tmp_lnavi_cnt ul li.active a {
    color:#ffffff;
	background:#114c8c url(/shared/templates/education/images/contents/arrow_rw.png) no-repeat 10px 20px;
	padding-left:35px;
}
/* ==================================================
idx
================================================== */
#tmp_contents  .idx_btn {
	list-style:none;
	letter-spacing:-.4em;
	font-size:114.3%;
	font-weight:bold;
	margin:0 -10px;
	padding:0 0 20px;
	clear:both;
}
#tmp_contents .idx_btn li {
	letter-spacing:normal;
	display:table;
	text-align:center;
	width:33.3%;
	padding:0 10px;
	float:left;
	margin:0 0 20px;
}
#tmp_contents .idx_btn a {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:109px;
	padding:0 20px;
	border:3px solid #85b3f1;
	text-decoration:none;
	color:#222222;
	background:url(/shared/templates/education/images/contents/bg.png) no-repeat right bottom;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    -webkit-box-shadow: 0 1px 3px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 0 1px 3px rgba(204, 204, 204, 0.75);
    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.75));
	position:relative;
}
#tmp_contents .idx_btn a:hover {
	text-decoration:underline;
}
/* list_table */
table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 24px;
}
table.list_table td {
	vertical-align:top;
	text-align:left;
	padding:15px 0;
	font-size:114.3%;
	border-bottom:1px dotted #b5b5b5;
}
table.list_table td img {
	vertical-align:middle;
	display:inline-block;
	margin-left:5px;
}
table.list_table .date {
	width:6em;
	padding-right:20px;
	white-space:nowrap;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents  .idx_btn:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
.copyright {
	text-align:left !important;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* Do not edit */
	height:1px; /* Do not edit */

}
}