@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	margin:0 0 0.8em; /* 変更しない */
	padding:11px 11px 9px;
	font-size:143%; /* デザインによって相対指定で指定しなおす */
	border-bottom:1px solid #A4D2FB;
	color:inherit;
	background:#F0F7FE url(/shared/templates/omotenashi_free/images/contents/h1_bg.jpg) no-repeat right top;
	clear:both; /* 変更しない */
}
#tmp_contents h2 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:3px 10px;
	font-size:129%; /* デザインによって相対指定で指定しなおす */
	border:2px solid #E6E1CE;
	background:url(/shared/templates/omotenashi_free/images/contents/h2_bg.jpg) no-repeat left top;
	clear:both; /* 変更しない */
}
#tmp_contents h3 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:2px 10px 5px; 
	font-size:114%; /* デザインによって相対指定で指定しなおす */
	background:url(/shared/templates/omotenashi_free/images/contents/h3_bg.gif) no-repeat left bottom;
	clear:both; /* 変更しない */
}
#tmp_contents h4 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 10px;
	font-size:100%; /* デザインによって相対指定で指定しなおす */
	background:url(/shared/templates/omotenashi_free/images/contents/h4_bg.gif) no-repeat left bottom;
	clear:both; /* 変更しない */
}
#tmp_contents h5 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:0 10px;
	font-size:100%; /* デザインによって相対指定で指定しなおす */
	background:url(/shared/templates/omotenashi_free/images/contents/h5_bg.gif) no-repeat left bottom;
	clear:both; /* 変更しない */
}
#tmp_contents h6 {
	margin:1.5em 0 0.8em; /* 変更しない */
	font-size:100%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* 変更しない */
}
#tmp_contents ul {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:url(/shared/templates/omotenashi_free/images/contents/list_icon.gif); /* 変更しない */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:none; /* 変更しない */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* 変更しない */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* 変更しない */
}
#tmp_contents hr {
	height:1px; /* 変更しない */
	color:#CCCCCC; /* 変更しない */
	background-color:#CCCCCC; /* 変更しない */
	border:none; /* 変更しない */
	clear:both; /* 変更しない */
}
/* ==================================================
parts
================================================== */
/* outline
============================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* 変更しない */
	border:2px solid #B3D9FC;
	clear:both; /* 変更しない */	
}
#tmp_contents table.outline {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.outline td {
	padding:10px 10px 0;
	color:inherit;
	background-color:#F7FBFF;
}
#tmp_contents div.outline {
	padding:10px 10px 0;
	color:inherit;
	background-color:#F7FBFF;
}
* html #tmp_contents div.outline {
	width:100%; /* 変更しない */
}
#tmp_contents .outline ul {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ol {
	margin-left:24px; /* 変更しない */
}
#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; /* 変更しない */
}
/* box_info
============================== */
#tmp_contents .box_info {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #ADA485;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_info {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_ttl {
	padding:3px 7px;
	font-weight:bold;
	background:url(/shared/templates/omotenashi_free/images/contents/box_ttl_bg.gif) repeat left top;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_cnt {
	padding:10px 10px 0;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#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; /* 変更しない */
}
/* box_link
============================== */
#tmp_contents .box_link {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #ADA485;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_link {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_ttl {
	padding:3px 7px;
	font-weight:bold;
	background:url(/shared/templates/omotenashi_free/images/contents/box_ttl_bg.gif) repeat left top;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_cnt {
	padding:10px 10px 0;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#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; /* 変更しない */
}
/* box_menu
============================== */
#tmp_contents .box_menu {
	margin:0 0 0.8em; /* 変更しない */
	background:url(/shared/templates/omotenashi_free/images/contents/box_bg.jpg) no-repeat left top;
	border:1px solid #ADA485;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_menu {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.box_menu td {
	padding:5px 10px 0 23px;
}
#tmp_contents div.box_menu {
	padding:8px 10px 0 23px;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#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; /* 変更しない */
}
/* box_btn
============================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* 変更しない */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding:9px 10px 10px 23px;
	background:url(/shared/templates/omotenashi_free/images/contents/box_btn_bg.jpg) no-repeat left top;
	border:1px solid #ADA485;
}
/* datatable 
   enquete_table
============================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
	border:1px solid #999999;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:5px 8px;
	color:inherit;
	background-color:#EFEFEF;
	border:1px solid #999999;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:5px 8px;
	border:1px solid #999999;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* 変更しない */
	font-weight:bold; /* 変更しない */
	text-align:left; /* 変更しない */
}
#tmp_contents table.datatable p {
	margin:0; /* 変更しない */
}
#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; /* 変更しない */
}
#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; /* 変更しない */
}
#tmp_contents table.enquete_table {
	width:100%; /* 変更しない */
}
#tmp_contents table.enquete_table th {
	width:20%; /* 変更しない */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#CD3635; /* shared.cssのtxt_redと同じ値を設定 */
	font-weight:normal; /* 変更しない */
	background-color:transparent; /* 変更しない */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* 変更しない */
	text-align:center; /* 変更しない */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* shared.cssのbg_redと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* shared.cssのbg_yellowと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* shared.cssのbg_blueと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* shared.cssのbg_grayと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* shared.cssのbg_greenと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* shared.cssのbg_purpleと同じ値を設定 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* nestdatatable
============================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* 変更しない */
	background-color:transparent; /* 変更しない */
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #999999; /* table.datatableと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* 変更しない */
	background-color:#EFEFEF; /* table.datatable thと同じ値を設定 */
	border:1px solid #999999; /* table.datatable thと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #999999; /* table.datatable tdと同じ値を設定 */
}
/* list_table
============================== */
#tmp_contents table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_contents table.list_table .date {
	width:120px;
	padding:0;
}
#tmp_contents table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* ==================================================
contents
================================================== */
/* omotenashisengen
============================== */
#tmp_contents h2.sengen_ttl {
	margin:0;
	padding:0;
	background:none;
	border:none;
}
#tmp_contents .wrap_sengen {
	margin:0 0 15px;
	color:inherit;
	background:#FFFFFF url(/shared/templates/omotenashi_free/images/contents/wrap_l.gif) repeat-y left top;
}
#tmp_contents .icon_box {
	margin:0 0 10px;
}
#tmp_contents .icon_boxL {
	width:220px;
	float:left;
}
#tmp_contents .icon_boxR {
	float:right;
}
#tmp_contents .icon_boxR ul {
	list-style:none;
	margin:0;
}
#tmp_contents .icon_boxR ul li {
	float:left;
}
#tmp_contents .icon_boxR ul li.first {
	margin-right:10px;
}
#tmp_contents ul.address_flg {
	list-style:none;
	margin:0;
}
#tmp_contents ul.address_flg li {
	float:left;
}
#tmp_contents .wrap_sengen2 {
	background:url(/shared/templates/omotenashi_free/images/contents/wrap_r.gif) repeat-y right top;
}
#tmp_contents .wrap_sengen3 {
	background:url(/shared/templates/omotenashi_free/images/contents/wrap2_lt.gif) no-repeat left top;
}
#tmp_contents .wrap_sengen4 {
	background:url(/shared/templates/omotenashi_free/images/contents/wrap3_lb.gif) no-repeat left bottom;
}
#tmp_contents .wrap_sengen5 {
	background:url(/shared/templates/omotenashi_free/images/contents/wrap4_rt.gif) no-repeat right top;
}
#tmp_contents .wrap_sengen6 {
	background:url(/shared/templates/omotenashi_free/images/contents/wrap5_rb.gif) no-repeat right bottom;
}
#tmp_contents .sengen {
	padding:17px 23px 10px 23px;
	display:inline-block;
}
#tmp_contents .sengen p {
	font-size:114%;
}
/* search
============================== */
#tmp_contents #tmp_searchbox {
	border:1px solid #C9C3AD;
}
#tmp_contents #tmp_searchbox_ttl h2 {
	margin:0;
	padding:0;
	border:none;
	background:url(/shared/templates/omotenashi_free/images/contents/search/searchbox_ttl_bg.jpg) repeat-x left top;
}
#tmp_contents #tmp_searchbox_cnt {
	padding:0 9px 12px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents #tmp_searchbox_cnt h3 {
	margin:0;
	padding:0;
	background:url(/shared/templates/omotenashi_free/images/contents/search/search_menu_ttl_bg.jpg) repeat-x left top;
}
#tmp_contents .searchbox_keyword {
	margin:20px 0;
	text-align:center;
}
#tmp_contents .searchbox_keyword input {
	vertical-align: middle;
}
#tmp_contents #tmp_keyword {
	width:398px;
	min-height:26px;
}
#tmp_contents #tmp_searchbox_cnt .col2L {
	width: 310px;
	margin-right: 20px;
}
#tmp_contents #tmp_searchbox_cnt .col2R {
	width: 350px;
}
#tmp_contents ul.search_btn {
	list-style:none;
	margin:18px 0 0 10px;
}
#tmp_contents ul.search_btn li {
	float:left;
	margin:0 0 10px 0;
}
#tmp_contents ul.search_btn li.first {
	margin-right:10px;
}
#tmp_contents ul.search_btn li img {
	vertical-align:top;
}
/* search navi
============================== */
#tmp_contents .result_navi {
	padding:0;
	clear:both;
	margin:0 0 8px;
	text-align:left;
}
#tmp_contents .result_navi ul {
	list-style:none;
	margin:0;
	float: left;
}
#tmp_contents .result_navi ul li {
	display:inline;
	border-left: 1px solid #000;
	margin: 0 0 0 7px;
	padding:0px 0px 1px 7px;
}
#tmp_contents .result_navi ul li.current {
	font-weight:bold;
}
#tmp_contents .result_navi ul li.navi_prev {
	border:none;
	margin-left:0;
	padding-left:11px;
	background:url(/shared/templates/omotenashi_free/images/contents/search/prev_icon.gif) no-repeat 0px 0.3em;
}
#tmp_contents .result_navi ul li.navi_next {
	padding-right:11px;
	background:url(/shared/templates/omotenashi_free/images/contents/search/next_icon.gif) no-repeat right 0.3em;
}
#tmp_contents .result_text {
	color:inherit;
	background-color:#FFFFFF;
	padding:7px 10px;
}
#tmp_contents p.result_number {
	float:right;
	margin-bottom:0;
}
/* result cnt
============================== */
#tmp_contents #tmp_result_cnt {
	clear:both
}
#tmp_contents #tmp_result_cnt p {
	margin:0;
}
#tmp_contents .result_box {
	margin:0 0 10px;
	padding:10px 8px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #C9C3AD;
}
#tmp_contents .result_boxL {
	width:404px;
	float:left;
}
#tmp_contents .result_boxL p {
	font-size:114%;
	font-weight:bold;
	line-height:1.4;
}
#tmp_contents .result_boxR {
	width:269px;
	float:right;
	text-align:right;
}
#tmp_contents .result_boxR ul {
	list-style:none;
	margin:0;
}
#tmp_contents .result_boxR ul li {
	float:left;
	margin:0;
}
#tmp_contents .result_boxR ul li.first {
	margin:0 9px 0 0;
}
#tmp_contents .result_boxR ul li img {
	vertical-align:top;
}
/* ==================================================
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_contents .result_navi:after,
#tmp_contents .result_navi ul:after,
#tmp_contents .result_box:after,
#tmp_contents #tmp_result_cnt:after,
#tmp_contents #tmp_searchbox_cnt .col2L:after,
#tmp_contents #tmp_searchbox_cnt .col2R:after,
#tmp_contents ul.search_btn:after,
#tmp_contents .icon_box:after,
#tmp_contents .icon_boxL:after,
#tmp_contents .icon_boxR:after,
#tmp_contents .address_flg ul:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html #tmp_contents div.outline,
*:first-child+html #tmp_contents div.box_info,
*:first-child+html #tmp_contents div.box_info_ttl,
*:first-child+html #tmp_contents div.box_info_cnt,
*:first-child+html #tmp_contents div.box_link,
*:first-child+html #tmp_contents div.box_link_ttl,
*:first-child+html #tmp_contents div.box_link_cnt,
*:first-child+html #tmp_contents div.box_menu,
*:first-child+html #tmp_contents div.box_menu_ttl,
*:first-child+html #tmp_contents div.box_menu_cnt,
*:first-child+html #tmp_contents .box_photo,
*:first-child+html #tmp_contents .result_navi,
*:first-child+html #tmp_contents .result_navi ul,
*:first-child+html #tmp_contents .result_box,
*:first-child+html #tmp_contents #tmp_result_cnt,
*:first-child+html #tmp_contents #tmp_searchbox_cnt .col2L,
*:first-child+html #tmp_contents #tmp_searchbox_cnt .col2R,
*:first-child+html #tmp_contents ul.search_btn,
*:first-child+html #tmp_contents .icon_box,
*:first-child+html #tmp_contents .icon_boxL,
*:first-child+html #tmp_contents .icon_boxR,
*:first-child+html #tmp_contents .address_flg ul {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_contents div.outline,
* html #tmp_contents div.box_info,
* html #tmp_contents div.box_info_ttl,
* html #tmp_contents div.box_info_cnt,
* html #tmp_contents div.box_link,
* html #tmp_contents div.box_link_ttl,
* html #tmp_contents div.box_link_cnt,
* html #tmp_contents div.box_menu,
* html #tmp_contents div.box_menu_ttl,
* html #tmp_contents div.box_menu_cnt,
* html #tmp_contents .box_photo,
* html #tmp_contents .result_navi,
* html #tmp_contents .result_navi ul,
* html #tmp_contents .result_box,
* html #tmp_contents #tmp_result_cnt,
* html #tmp_contents #tmp_searchbox_cnt .col2L,
* html #tmp_contents #tmp_searchbox_cnt .col2R,
* html #tmp_contents ul.search_btn,
* html #tmp_contents .icon_box,
* html #tmp_contents .icon_boxL,
* html #tmp_contents .icon_boxR,
* html #tmp_contents .address_flg ul {
	display:inline-block; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper,
#tmp_header,
#tmp_pankuzu,
#tmp_wrap_main2,
#tmp_footer {
	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;
}
#tmp_means,
#tmp_gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
#tmp_fnavi,
.plugin,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback {
	display:none !important;
}
.wrap_col_nm,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_wrapper,
#tmp_wrap_header,
#tmp_pankuzu,
#tmp_wrap_main {
	background:none !important;
}
#tmp_about {
	border:none;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_wrap_main {
	padding:0 10px !important;
}
#tmp_contents .box_gmap {
	page-break-before:always;
}
#tmp_copyright {
	text-align:left !important;
}
/* for IE7.0 */
*:first-child+html #tmp_contents h1,
*:first-child+html #tmp_contents h2,
*:first-child+html #tmp_contents h3,
*:first-child+html #tmp_contents h4,
*:first-child+html #tmp_contents h5,
*:first-child+html #tmp_contents h6,
*:first-child+html #tmp_contents .box_btn li {
	min-height:1%;
}
/* for IE6.0 */
* html #tmp_contents h1,
* html #tmp_contents h2,
* html #tmp_contents h3,
* html #tmp_contents h4,
* html #tmp_contents h5,
* html #tmp_contents h6,
* html #tmp_contents .box_btn li {
	display:inline-block;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* 変更しない */
	height:1px; /* 変更しない */

}
}
