@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	margin:0 0 0.8em; /* 変更しない */
	width: auto;
	padding:22px 112px 18px 18px;
	font-weight: normal;
	font-size:142.9%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
	background-color:#f9ffe0;
	background-image:
		url(/shared/templates/kasori_s_free/images/bg_h1_up.gif),
		url(/shared/templates/kasori_s_free/images/bg_h1_bottom.gif);
	background-repeat:
		repeat-x,
		repeat-x;
	background-position:
		left top,
		left bottom;
}
#tmp_contents h2 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:12px 0 10px 15px;
	font-weight: normal;
	border-left: 8px solid #add494;
	border-bottom: 1px solid #cacaca;
	background :#ffffff;
	color: inherit;
	font-size:128.6%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
}
#tmp_contents h3 {
	position: relative;
	margin:1.8em 0 1.2em; /* 変更しない */
	padding:10px 0 8px 17px;
	border: 2px solid #cacaca;
	font-weight: normal;
	border-radius: 10px;
	font-size:128.6%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
}
#tmp_contents h3:after {
    content: "";
    position: absolute;
    width: 10px;
    height:11px;
	background: url(/shared/templates/kasori_s_free/images/h3_fukidashi.png) no-repeat;
    left: 31px;
    bottom: -11px;
    z-index: 1;
}
#tmp_contents h4 {
	font-weight: normal;
	border-bottom: #f6dd6e 3px solid;
	padding:5px 0 12px 10px;
	margin:1.5em 0 0.8em; /* 変更しない */
	font-size:128.6%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
}
#tmp_contents h5 {
	font-weight: normal;
	margin:1.5em 0 0.8em; /* 変更しない */
	padding-left: 20px;
	font-size:112.5%; /* デザインによって相対指定で指定しなおす */
	background :transparent url(/shared/site_kasori/images/icon/h5_icon.gif) no-repeat left 0.4em;
	clear:both; /* 変更しない */
}
#tmp_contents h6 {
	font-weight: normal;
	margin:1.5em 0 0.8em; /* 変更しない */
	padding-left: 15px;
	font-size:100%; /* デザインによって相対指定で指定しなおす */
	background :transparent url(/shared/site_kasori/images/icon/h6_icon.gif) no-repeat left 0.4em;
	clear:both; /* 変更しない */
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* 変更しない */
}
#tmp_contents ul {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style: url(/shared/site_kasori/images/icon/icon_list.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; /* 変更しない */
}
#tmp_contents a:hover {
	text-decoration:none;
}

/* ==================================================
parts
================================================== */
/* outline
============================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* 変更しない */
	border:3px solid #dfcd34;
	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:#FFFFFF;
}
#tmp_contents div.outline {
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
}
#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_link
============================== */
#tmp_contents .box_link {
	margin:0 0 0.8em; /* 変更しない */
	clear:both; /* 変更しない */
	background-color: #F1F8FC;
	border: 2px solid #f0f0f0;
	border-radius: 0;
}
#tmp_contents table.box_link {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_ttl {
	padding:7px 14px 2px;
	color:inherit;
	font-weight:bold;
	background-color:#f0f0f0;
	border-radius: 0;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_cnt {
	padding:8px 10px 0;
	background-color: #ffffff;
	color: inherit;
	border-radius: 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_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;
	background :#f0f0f0;
	color:inherit;
}
#tmp_contents ul.box_btn li a {
	display: block;
	background: url(/shared/site_kasori/images/icon/btn_icon_link.png) 20px 1.2em no-repeat;
	color: inherit;
	padding: 10px 0 9px 36px;
	text-decoration: none;
}
#tmp_contents ul.box_btn li a:hover {
	text-decoration: underline;
}
#tmp_contents .box_menu {
	width: 100%;
}
#tmp_contents .box_menu_ttl {
	background :#f0f0f0;
	color: inherit;
	margin-bottom: 2px;
}
#tmp_contents .box_menu_ttl p {
	padding: 10px 0 9px 36px;
	background: url(/shared/site_kasori/images/icon/btn_icon_link.png) 20px 1.2em no-repeat;
	margin-bottom: 0;
}
#tmp_contents .box_menu_cnt {
	background :#f0f0f0;
	color: inherit;
	padding: 15px 10px 15px 20px;
}

/* 検索結果
============================== */
/* page_sending_navi
============================== */
#tmp_contents #tmp_search_result .page_sending_navi {
	margin:15px 0;
	color:#000000;
	background-color:transparent;
	text-align:center;
	clear:both;
}
#tmp_contents #tmp_search_result .page_sending_navi .prev,
#tmp_contents #tmp_search_result .page_sending_navi .next {
	display:inline-block;
	vertical-align:middle;
}
#tmp_contents #tmp_search_result .page_sending_navi .prev a,
#tmp_contents #tmp_search_result .page_sending_navi .next a {
	display:inline-block;
	background-color:#FFFFFF;
}
#tmp_contents #tmp_search_result .page_sending_navi .prev {
	margin:0 6px 0 0;
}
#tmp_contents #tmp_search_result .page_sending_navi .next {
	margin:0 0 0 6px;
}
#tmp_contents #tmp_search_result .page_sending_navi ul {
	display:inline-block;
	margin:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents #tmp_search_result .page_sending_navi li {
	display:inline-block;
	margin:0;
	border-right:2px solid #A3A3A3;
	vertical-align:middle;
}
#tmp_contents #tmp_search_result .page_sending_navi li:first-child {
	border-left:2px solid #A3A3A3;
}
#tmp_contents #tmp_search_result .page_sending_navi li a,
#tmp_contents #tmp_search_result .page_sending_navi li span {
	display:inline-block;
	padding:0 6px;
	background-color:#FFFFFF;
}
#tmp_contents #tmp_search_result .page_sending_navi li span {
	font-weight:bold;
}
*:first-child+html #tmp_contents #tmp_search_result .page_sending_navi .prev,
*:first-child+html #tmp_contents #tmp_search_result .page_sending_navi .prev a,
*:first-child+html #tmp_contents #tmp_search_result .page_sending_navi ul,
*:first-child+html #tmp_contents #tmp_search_result .page_sending_navi li,
*:first-child+html #tmp_contents #tmp_search_result .page_sending_navi li a,
*:first-child+html #tmp_contents #tmp_search_result .page_sending_navi li span,
*:first-child+html #tmp_contents #tmp_search_result .page_sending_navi .next,
*:first-child+html #tmp_contents #tmp_search_result .page_sending_navi .next a {
	display:inline !important;
}
#tmp_contents #tmp_search_result .page_sending_navi p {
	margin-bottom:0;
}
/* conditions
============================== */
#tmp_contents #tmp_search_result .conditions {
	text-align:right;
}
#tmp_contents #tmp_search_result .conditions .conditions_cate,
#tmp_contents #tmp_search_result .conditions .conditions_num {
	font-weight:bold;
}
#tmp_contents #tmp_search_result .search_page_navi {
	margin:0 0 1.0em;
	line-height:1.0;
	clear:both;
}
#tmp_contents #tmp_search_result .search_page_navi p {
	margin:0;
}
#tmp_contents #tmp_search_result .page_sending {
	float:left;
}
#tmp_contents #tmp_search_result .page_sort {
	float:right;
}
#tmp_contents #tmp_search_result .page_sending .prev,
#tmp_contents #tmp_search_result .page_sort .update {
	float:left;
	border-right:2px solid #A3A3A3;
	margin:0 6px 0 0;
	padding:0 6px 0 0;
}
#tmp_contents #tmp_search_result .page_sending .next,
#tmp_contents #tmp_search_result .page_sort .related {
	float:left;
}
/* search_result_list
============================== */
#tmp_contents #tmp_search_result_list {
	clear:both;
}
/* box_search */
#tmp_contents #tmp_search_result_list .box_search {
	margin:0 0 0.8em;
	border-bottom:1px solid #CCCCCC;
	clear:both;
}
#tmp_contents #tmp_search_result_list .box_search_ttl h2 {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	background:none;
	border:none;
}
#tmp_contents #tmp_search_result_list .box_search_ttl p {
	margin-top:3px;
	margin-bottom:0;
}
#tmp_contents #tmp_search_result_list .box_search_cnt {
	padding:0 0 0 20px;
}
/* file_info */
#tmp_contents #tmp_search_result_list .file_info {
	color:#2E8555;
	background-color:transparent;
	font-size:86%;
	clear:both;
}
/* file_path */
#tmp_contents #tmp_search_result_list .file_path {
	margin:0 10px 0 0;
}
/* file_type */
#tmp_contents #tmp_search_result_list .file_type {
	margin:0 10px 0 0;
}
/* box_search_src */
#tmp_contents #tmp_search_result_list .box_search_src p {
	margin-bottom:0.4em;
}
#tmp_contents #tmp_search_result_list .box_search_src em {
	color:#DE3915;
	font-style:normal;
	font-weight:bold;
	background-color:transparent;
}
/* box_search recommend */
#tmp_contents #tmp_search_result_list .recommend {
	color:inherit;
	background-color:#E0F7EA;
	padding:12px 12px 0;
}
#tmp_contents #tmp_search_result_list .recommend .box_search_ttl h2 {
	font-weight:bold;
}
#tmp_contents #tmp_search_result_list .recommend .box_search_cnt {
	padding-left:0;
}
/* box_search recommend */
#tmp_contents #tmp_search_result_list .no_data .box_search_ttl h2 {
	font-size:114%;
}
#tmp_contents #tmp_search_result_list .no_data .box_search_cnt {
	padding-left:0;
}
/* box_search_form */
#tmp_contents #tmp_search_result_list .box_search_form {
	margin:0 auto;
	padding:4px 0 4px 12px;
	width:390px;
	color:inherit;
	background-color:#DAEFFA;
	clear:both;
}
#tmp_contents #tmp_search_result_list .box_search_form dl {
	margin:0;
}
#tmp_contents #tmp_search_result_list .box_search_form dt {
	margin:0 10px 0 0;
	font-weight:bold;
	float:left;
}
#tmp_contents #tmp_search_result_list .box_search_form dd {
	margin-left:0;
	float:left;
}
#tmp_contents #tmp_search_result_list .box_search_form dd p {
	margin:0;
	float:left;
}
#tmp_contents #tmp_search_result_list .box_search_form #tmp_search_query {
	margin:0 10px 0 0;
	width:278px;
	min-height:20px;
	border:1px solid #0075C2;
}
#tmp_contents #tmp_search_result_list .box_search_form #tmp_select {
	width:198px;
	min-height:26px;
	margin:3px 10px 3px 0;
	border:1px solid #999999;
}
* html #tmp_contents #tmp_search_result_list .box_search_form #tmp_search_query {
	width:280px;
}
* html #tmp_contents #tmp_search_result_list .box_search_form #tmp_select {
	width:200px;
}
/*お問い合わせフォーム*/
#tmp_contents form table tr th {
	background-color: #ADD8E6;
	width: 232px;
	padding: 5px 9px 3px;
	vertical-align: top;
	text-align: left;
}
#tmp_contents form table tr td {
	padding: 4px 5px 3px;
}
#tmp_contents form .form_mail label {
	display: inline-block;
	width: 11.5em;
	font-weight: bold;
}
#tmp_contents #tmp_form_btn {
	text-align: center;
	padding: 35px 0 0 184px;
}
#tmp_contents #tmp_form_btn p {
	float: left;
	margin: 0 0 0 160px;
}
#tmp_contents #tmp_form_btn p input {
	cursor: pointer;
}
#form_kenmei,
#form_tel,
#form_fax {
	width: 100%;
}
#form_otoiawase {
	width: 78%;
	height: 168px;
}
#form_name,
#form_name2 {
	width: 25%;
}
#form_mail,
form_mail2 {
	width: 76%;
}
/* datatable
============================== */
#tmp_contents table.datatable {
	margin:0 0 0.8em; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
	border:1px solid #b0b0b0;
}
#tmp_contents table.datatable th {
	padding:5px 8px;
	color:inherit;
	background-color:#f1f1f1;
	border:1px solid #b0b0b0;
}
#tmp_contents table.datatable td {
	padding:5px 8px;
	border:1px solid #b0b0b0;
}
#tmp_contents table.datatable 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 {
	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 {
	margin:0.3em 0 0 24px; /* 変更しない */
}
#submit_area table.datatable th {
	width:170px;
}
#submit_area table.datatable td textarea {
	width:100%;
	box-sizing:border-box;
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#F6DCDC; /* shared.cssのbg_redと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FFFED5; /* shared.cssのbg_yellowと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#EAF4FF; /* shared.cssのbg_blueと同じ値を設定 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
contents
================================================== */
/* map
============================== */
/* free */
#tmp_contents .box_gmap {
	width:480px;
	margin:15px 0 0.8em;
	clear:both;
}
#tmp_gmap_box {
	height:360px;
	border:1px solid #CCCCCC;
	clear:both;
}
/* ==================================================
font - bold -
================================================== */
#tmp_contents h1,
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6,
#tmp_contents .box_link .box_link_ttl,
#tmp_contents #tmp_search_result .page_sending_navi li span,
#tmp_contents #tmp_search_result .conditions .conditions_cate,
#tmp_contents #tmp_search_result .conditions .conditions_num,
#tmp_contents #tmp_search_result_list .box_search_src em,
#tmp_contents #tmp_search_result_list .recommend .box_search_ttl h2,
#tmp_contents #tmp_search_result_list .box_search_form dt,
#tmp_contents form .form_mail label,
#tmp_contents table.datatable caption {
	font-family:"UD Shin Go DemiBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	font-family:"UD Shin Go Regular", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_map:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
}
#tmp_header {
	width:auto !important;
	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_footer_cnt {
	max-width:inherit !important;
}
#tmp_pankuzu,
#tmp_main2,
.column_rnavi .wrap_col_main,
.column_rnavi .col_main {
	width:auto !important;
}
#tmp_wrap_regulation,
#tmp_wrap_func,
#tmp_means,
#tmp_gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
#tmp_fnavi,
.plugin,
#tmp_custom_update #tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pnavi,
#tmp_sp_social {
	display:none !important;
}
.wrap_col_nm,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main,
.column_rnavi .col_main {
	float:none !important;
}
body,
#tmp_wrap_header,
#tmp_wrap_header2,
#tmp_pankuzu,
#tmp_wrap_main,
#tmp_main {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main,
.column_rnavi .wrap_col_main,
#tmp_contents {
	margin:0 !important;
	padding:0 !important;
}
.column_rnavi .col_main {
	box-shadow:none !important;
}
#tmp_wrap_main {
	padding:0 10px !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_copyright {
	text-align:left !important;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* 変更しない */
	height:1px; /* 変更しない */

}
}



