@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	margin:0 0 0.8em; /* 変更しない */
	padding: 20px 40px 23px 31px;
	line-height: 1.5;
	font-size: 200%;
	background-color: #fceacd;
	background-repeat: no-repeat, no-repeat,repeat;
	background-position: top left, bottom right,top left;
	background-image: url(/shared/templates/free_rn/images/ttl_h1_lft_bg.png), url(/shared/templates/free_rn/images/ttl_h1_rgt_bg.png),-moz-linear-gradient(110deg, rgba(252,234,205,1) 0%, rgba(252,216,205,1) 100%);
	background-image: url(/shared/templates/free_rn/images/ttl_h1_lft_bg.png), url(/shared/templates/free_rn/images/ttl_h1_rgt_bg.png),-webkit-linear-gradient(110deg, rgba(252,234,205,1) 0%, rgba(252,216,205,1) 100%);
	background-image: url(/shared/templates/free_rn/images/ttl_h1_lft_bg.png), url(/shared/templates/free_rn/images/ttl_h1_rgt_bg.png), linear-gradient(110deg, rgba(252,234,205,1) 0%, rgba(252,216,205,1) 100%);
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	clear:both; /* 変更しない */
}
#tmp_contents h1.mayor_h1 {
	padding:0;
	margin: 0;
	background:none;
	border-bottom:none;
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin: 1.5em 0 0.8em;
	clear:both;
}
#tmp_contents h2 {
	padding: 3px 0 13px 25px;
	background-color: transparent;
	background-repeat: no-repeat,no-repeat,repeat-x;
	background-image: url(/shared/templates/free_rn/images/ttl_h2_bg.png), url(/shared/templates/free_rn/images/ttl_h2_line_red.jpg), url(/shared/templates/free_rn/images/ttl_h2_line_blue.jpg);
	background-position: 2px 7px, left bottom, left bottom;
	border-bottom: none;
    color: #222222;
	font-size: 157.1%;
}
#tmp_contents h3 {
	padding: 9px 20px 8px;
	color: #222222;
	border:1px solid #e0edfa;
	background-color: #e0edfa;
    font-size: 142.8%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#tmp_contents h4 {
    padding: 0 0 0 15px;
    font-size: 142.8%;
    background: url(/shared/templates/free_rn/images/ttl_h4_bg.jpg) no-repeat 0 3px;
}
#tmp_contents h5 {
	padding: 0 0 6px;
	border-bottom: 1px solid #e6e6e6;
    font-size: 128.5%;
}
#tmp_contents h6 {
    font-size: 128.5%;
}
#tmp_contents p {
	margin:0 0 0.8em; /* 変更しない */
	line-height: 1.8;
	font-size: 114.2%;
}
#tmp_contents ul {
	margin:0 0 1em 1.8em; /* 変更しない */
	list-style-image: url(/shared/templates/free_rn/images/icon/list_icon.png); /* 変更しない */
}
#tmp_contents ol {
	margin:0 0 1em 2.2em; /* 変更しない */
	list-style-image:none; /* 変更しない */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* 変更しない */
	font-size: 114.2%;
}
#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 ul li p,
#tmp_contents ol li p,
#tmp_contents ul li li,
#tmp_contents ol li li {
	font-size: 100%;
}
#tmp_contents hr {
	height:1px; /* 変更しない */
	color:#CCCCCC; /* 変更しない */
	background-color:#CCCCCC; /* 変更しない */
	border:none; /* 変更しない */
	clear:both; /* 変更しない */
}
/* ==================================================
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;
}
/* col2
================================================== */
div.col2 div.col2L {
    width: 50%;
    margin-right: 0;
    padding-right: 10px;
}
div.col2 div.col2R {
    width: 50%;
    padding-left: 10px;
}
/* col3
================================================== */
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.3333333%;
}
div.col3 div.col3L,
div.col3 div.col3M {
    width: 33.3333333%;
    margin-right: 0;
    padding-right: 10px;
}
div.col3 div.col3R {
    width: 33.3333333%;
    padding-left: 10px;
}
div.col3 div.col3M {
    padding-left: 10px;
}
/* outline
============================== */
#tmp_contents .outline {
	margin:0 0 40px; /* 変更しない */
	border:2px solid #fcd8cd;
	clear:both; /* 変更しない */	
}
#tmp_contents table.outline {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.outline td {
	padding: 16px 19px 7px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents div.outline {
	padding: 16px 19px 7px;
	color:inherit;
	background-color:#FFFFFF;
}
* 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 40px; /* 変更しない */
	position: relative;
	color: #222222;
    background: #ffffff;
	background-clip: padding-box;
    border: solid 2px transparent;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	clear:both; /* 変更しない */
}
#tmp_contents .box_info:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to right, #faafaf, #fcdead);
}
#tmp_contents table.box_info:before{
	margin: -1px;
}
#tmp_contents table.box_info {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_ttl {
	padding: 16px 5px 7px 17px;
    font-size: 142.8%;
	font-weight: bold;
	color: #222222;
	background: transparent;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* 変更しない */
    font-size: 100%;
}
#tmp_contents .box_info .box_info_cnt {
    padding: 4px 14px 11px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
#tmp_contents .box_info ul {
	margin-bottom:0.4em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ol {
	margin-bottom:0.4em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_info ul li,
#tmp_contents .box_info ol li {
    margin-bottom: 1em;
}
#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; /* 変更しない */
}
#tmp_contents .box_info .date {
	margin-right: 15px;
}
/* box_link
============================== */
#tmp_contents .box_link {
	margin:0 0 40px; /* 変更しない */
	position: relative;
	color: #222222;
    background: #ffffff;
	background-clip: padding-box;
    border: solid 2px transparent;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	clear:both; /* 変更しない */
}
#tmp_contents .box_link:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to right, #faafaf, #fcdead);
}
#tmp_contents table.box_link:before {
	margin: -1px;
}
#tmp_contents table.box_link {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_ttl {
	padding: 16px 5px 7px 17px;
    font-size: 142.8%;
	font-weight: bold;
	color: #222222;
	background: transparent;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* 変更しない */
    font-size: 100%;
}
#tmp_contents .box_link .box_link_cnt {
    padding: 4px 14px 11px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
}
#tmp_contents .box_link ul {
	margin-bottom:0.4em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ol {
	margin-bottom:0.4em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#tmp_contents .box_link ul li,
#tmp_contents .box_link ol li {
    margin-bottom: 1em;
}
#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 40px; /* 変更しない */
	background: #e0edfa;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 2px 5px 1px rgba(11, 29, 47, 0.15);
	-webkit-box-shadow: 0 2px 5px 1px rgba(11, 29, 47, 0.15);
	-moz-box-shadow: 0 2px 5px 1px rgba(11, 29, 47, 0.15);
	clear:both; /* 変更しない */
}
#tmp_contents table.box_menu {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	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; /* 変更しない */
}
#tmp_contents .box_menu .box_menu_ttl {
	padding: 16px 40px 12px 16px;
	color: #222222;
	background-color: #e0edfa;
	/*font-size: 114.2%;*/
	font-weight: bold;
	border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
	line-height: 1.6;
	overflow: hidden;
}
#tmp_contents .box_menu_ttl p {
	margin-bottom:0;
}
#tmp_contents .box_menu .box_menu_ttl a {
	display: block;
    margin: -16px -40px -12px -16px;
    padding: 16px 40px 12px 16px;
    color: inherit;
	background: transparent url(/shared/templates/free_rn/images/icon/list_arrow_bg.png) no-repeat right center;
    text-decoration: none;
	border: 3px solid #e0edfa;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
#tmp_contents .box_menu .box_menu_ttl a:hover,
#tmp_contents .box_menu .box_menu_ttl a:focus {
	border-color: #0059b3;
}
#tmp_contents .box_menu .box_menu_cnt {
	padding:20px 20px 8px;
	background-color: #ffffff;
	border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}
/* box_btn
============================== */
#tmp_contents ul.box_btn {
	margin:0 0 40px; /* 変更しない */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin: 0 0 20px;
    padding: 15px 40px 14px 17px;
    color: #222222;
    background-color: #e0edfa;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	/*font-size: 114.2%;*/
    font-weight: bold;
	box-shadow: 0 2px 5px 1px rgba(11, 29, 47, 0.15);
	-webkit-box-shadow: 0 2px 5px 1px rgba(11, 29, 47, 0.15);
	-moz-box-shadow: 0 2px 5px 1px rgba(11, 29, 47, 0.15);
    line-height: 1.6;
}
#tmp_contents ul.box_btn li a {
	display: block;
    margin: -15px -40px -14px -17px;
    padding: 15px 40px 14px 17px;
	border: 3px solid #e0edfa;
	background: transparent url(/shared/templates/free_rn/images/icon/box_arrow.png) no-repeat right center;
    text-decoration: none;
    color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#tmp_contents ul.box_btn li a:hover,
#tmp_contents ul.box_btn li a:focus {
	border-color: #0059b3;
}
/* datatable 
   enquete_table
============================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 40px; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
	border: 1px solid #cdcfde;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding: 15px 18px;
	color:inherit;
	background-color:#DEEEF5;
	border:1px solid #cdcfde;
	font-size: 114.2%;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding: 15px 18px;
	border:1px solid #cdcfde;
	font-size: 114.2%;
}
/* データーテーブルの中に、データーテーブルを追加する、文字が大きくならないようにします。 */
#tmp_contents table.datatable td td,
#tmp_contents table.enquete_table td td,
#tmp_contents table.datatable td th,
#tmp_contents table.enquete_table td th,
#tmp_contents table.datatable th td,
#tmp_contents table.enquete_table th td,
#tmp_contents table.datatable th th,
#tmp_contents table.enquete_table th th {
	font-size: 100%;
}
#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:#BF1111; /* shared.cssのtxt_redと同じ値を設定 */
	font-weight:normal; /* 変更しない */
	background-color:transparent; /* 変更しない */
}
#tmp_contents table.datatable th p, 
#tmp_contents table.enquete_table th p,
#tmp_contents table.datatable td p, 
#tmp_contents table.enquete_table td p,
#tmp_contents table.datatable th li, 
#tmp_contents table.enquete_table th li,
#tmp_contents table.datatable td li, 
#tmp_contents table.enquete_table td li {
 	font-size:100%;
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* 変更しない */
	text-align:center; /* 変更しない */
}
#tmp_contents .enquete_button input {
	display:inline-block;
	vertical-align:top;
	margin:0 10px;
	min-width: 260px;
    cursor: pointer;
    padding: 11px 46px;
	min-height:50px;
    line-height: 1.4;
	font-size: 114.2%;
    font-weight: bold;
    color: #222222;
	background-color:#f2f2f2;
    border: 2px solid #f2f2f2;
	border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#tmp_contents .enquete_button input:hover,
#tmp_contents .enquete_button input:focus {
	background-color: #e0edfa;
    border-color: #e0edfa;
}
#tmp_contents .enquete_button input[type="submit"] {
	border-color:#0059b3;
	background-color:#0059b3;
    color: #ffffff;
}
#tmp_contents .enquete_button input[type="submit"]:hover,
#tmp_contents .enquete_button input[type="submit"]:focus {
	border-color:#004386;
	background-color:#004386;
}
/* enquete_form */
#tmp_contents table.enquete_table fieldset {
	display:inline;
	margin:0;
	padding:0;
	border:none;
}
#tmp_contents table.enquete_table legend {
	display:none;
}
#tmp_contents table.enquete_table td input[type="text"],
#tmp_contents table.enquete_table td textarea,
#tmp_contents table.enquete_table td select{
	border:1px solid #d4d4d4;
	padding:10px;
	width:100%;
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#F7E1E1; /* shared.cssのbg_redと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FFFBDF; /* shared.cssのbg_yellowと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#E4E4E4; /* shared.cssのbg_blueと同じ値を設定 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* 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 #cdcfde; /* table.datatableと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* 変更しない */
	background-color:#DEEEF5; /* table.datatable thと同じ値を設定 */
	border:1px solid #cdcfde; /* table.datatable thと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #cdcfde; /* table.datatable tdと同じ値を設定 */
}
/* list_table
============================== */
#tmp_contents table.list_table {
	width:100%;
	line-height:1.4;
	border-collapse:collapse;
	border-spacing:0;
	margin: 0 0 13px;
}
#tmp_contents table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_contents table.list_table .date {
	width: 6.5em;
	background: transparent url(/shared/site_rn/images/icon/icon_dots.png) 0 6px no-repeat;
    padding-left: 16px;
    -webkit-background-size: 6px auto;
    -moz-background-size: 6px auto;
    background-size: 6px auto;
}
#tmp_contents table.list_table .date_year {
	width: 9.5em;
}
#tmp_contents table.list_table p {
	margin: 0 0 1.2em;
	/*font-size: 114.2%;*/
	line-height: 1.4;
	vertical-align:middle;
}
/* インデクスページの新着情報　*/
#tmp_contents table.list_table a {
	background-color: transparent;
	color: #222222;
}
#tmp_contents #tmp_lead_info table.list_table + p {
	/*font-size: 114.2%;*/
	text-align: center;
}
#tmp_contents #tmp_lead_info table.list_table + p a {
	display: inline-block;
	min-width:400px;
	padding: 8px 20px 8px 42px;
	color: #222222;
	background-color: #f2f2f2;
	border: 2px solid #f2f2f2;
	text-decoration: none;
	font-weight: bold;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	position:relative;
}
#tmp_contents #tmp_lead_info table.list_table + p a::after {
	content:"";
	display:inline-block;
	width:38px;
	height:14px;
	margin-left:20px;
	background: url(/shared/templates/free_rn/images/icon/list_arrow_bg.png) no-repeat;
}
#tmp_contents #tmp_lead_info table.list_table + p a:hover,
#tmp_contents #tmp_lead_info table.list_table + p a:focus {
	background-color: #e0edfa;
	border-color: #e0edfa;
}
/* ==================================================
contents
================================================== */
/* faq
============================== */
#tmp_contents h2.faq_question,
#tmp_contents h2.faq_answer {
	padding:0;
	border-top:none;
	border-bottom:none;
}
#tmp_contents h2.faq_question {
	background:url(/shared/templates/free/images/contents/faq/faq_question.gif) no-repeat left top;
	border-top:none;
	border-bottom:3px solid #D9ABAB;
}
#tmp_contents h2.faq_answer {
	background:url(/shared/templates/free/images/contents/faq/faq_answer.gif) no-repeat left top;
	border-top:none;
	border-bottom:3px solid #B8DDFF;
}
#tmp_contents h2.faq_question span,
#tmp_contents h2.faq_answer span {
	height:49px;
}
#tmp_contents #tmp_faq_searchbox {
	margin:0 auto 15px;
	width:420px;
	clear:both;
}
/* event
============================== */
/* box_photo */
#tmp_contents .box_photo {
	clear:both;
}
#tmp_contents .wrap_box_photo_txt {
	width:100%;
	margin-right:-320px;
	float:left;
}
#tmp_contents .box_photo_txt {
	margin-right:320px;
}
#tmp_contents .box_photo_img {
	width:300px;
	float:right;
}
/* event_page_navi */
#tmp_contents .event_page_navi .next {
	text-align:right;
}
/* 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;
}
/* shisetsu_info
============================== */
#tmp_shisetsu_info {
	margin:0 0 10px;
	clear:both;
}
/* important_info */
#tmp_important_info {
	margin:0 20px 10px 0;
	width:48.5%;
	float:left;
	border:1px solid #FF9673;
}
#tmp_important_info_ttl {
	color:inherit;
	background-color:#FFCFBF;
}
#tmp_contents #tmp_important_info_ttl h2 {
	margin:0;
	padding:5px 5px 5px 36px;
	font-size:114.3%;
	background:url(/shared/templates/free/images/contents/shisetsu/important_info_icon.gif) no-repeat 5px 4px;
	border-bottom:none;
}
#tmp_important_info_ttl span {
	font-size:87.5%;
}
#tmp_important_info_cnt {
	padding:9px 14px;
}
#tmp_contents #tmp_important_info_cnt table.list_table .date,
#tmp_contents #tmp_important_info_cnt table.list_table td {
	padding:0 0 6px;
}
#tmp_contents #tmp_important_info_cnt table.list_table .date {
	width:6.2em;
	padding-left:15px;
	padding-right:10px;
}
/* yokuriyo_info */
#tmp_yokuriyo_info {
	width:48.5%;
	float:left;
	border:1px solid #9ACFFF;
}
#tmp_yokuriyo_info_ttl {
	color:inherit;
	background-color:#D8EBF3;
}
#tmp_contents #tmp_yokuriyo_info_ttl h2 {
	margin:0;
	padding:5px 5px 5px 36px;
	font-size:114.3%;
	background:url(/shared/templates/free/images/contents/shisetsu/yokuriyo_info_icon.gif) no-repeat 5px 4px;
	border-bottom:none;
}
#tmp_contents #tmp_yokuriyo_info_cnt {
	padding:5px 14px 5px 0;
}
#tmp_contents #tmp_yokuriyo_info_cnt ul {
	margin-left:24px;
	margin-bottom:0.8em;
	list-style-image:url(/shared/images/icon/list_icon7.gif);
}
#tmp_contents #tmp_yokuriyo_info_cnt ul li {
	margin-bottom:0.3em;
}
/* map_search_box
============================== */
#tmp_map_search_box {
	clear:both;
}
#tmp_wrap_map_search {
	margin:0 20px 10px 0;
	width:48.5%;
	color:inherit;
	background-color:#EEEEEE;
	float:left;
}
#tmp_map_search {
	padding:6px 6px 9px 6px;
	clear:both;
}
#tmp_map_search dt {
	margin:0 0 2px 2px;
	font-weight:bold;
}
#tmp_map_search dt img {
	margin-right:9px;
	vertical-align:middle;
}
#tmp_map_search dd #search_keyword {
	width:80px;
	padding:2px 0 1px;
	color:#FFFFFF;
	background-color:#2D3162;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
#tmp_contents #tmp_map_search p {
	display:inline;
	margin-right:3px;
	margin-bottom:0;
}
#tmp_contents #tmp_map_search p.riyo {
	margin-right:0;
}
#tmp_map_search input {
	vertical-align:middle;
}
#tmp_map_search #keyword {
	width:218px;
	border:1px solid #CCCCCC;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
*:first-child+html #tmp_map_search #keyword {
	width:220px;
}
#tmp_wrap_map_move {
	margin:0 0 10px;
	width:48.5%;
	color:inherit;
	background-color:#EEEEEE;
	float:left;
}
#tmp_map_move {
	padding:19px 14px;
	clear:both;
}
#tmp_map_move_ttl {
	margin:0 26px 0 0;
	background:url(/shared/templates/free/images/contents/shisetsu/shisetsu_move_icon.gif) no-repeat left center;
	float:left;
}
#tmp_contents #tmp_map_move_ttl p {
	margin-bottom:0;
	padding:3px 0 3px 32px;
	font-weight:bold;
}
#tmp_map_move_cnt {
	float:left;
}
#tmp_contents #tmp_map_move_cnt p {
	margin-bottom:0;
}
#tmp_map_move_cnt #move_select {
	width:170px;
}
#tmp_map {
	width:100%;
	margin-bottom:20px;
}
#tmp_map #tmp_wrap_gmap_box2 {
	margin-left:407px;
	border:none;
}
#tmp_contents #tmp_result h2 {
	margin-top:0;
}
#tmp_map #tmp_wrap_gmap_box3 {
	border:1px solid #CCCCCC;
}
#tmp_map #tmp_wrap_gmap_box #tmp_gmap_box {
	height:425px;
}
#tmp_map_list {
	width:387px;
	margin-right:-387px;
	float:left;
	position:relative;
	z-index:1;
}
#tmp_wrap_gmap_box {
	width:100%;
	float:right;
}
#tmp_wrap_gmap_box2 {
	margin-left:370px;
	border:1px solid #CCCCCC;
}
#tmp_contents #tmp_map_list h2 {
	margin-top:0;
}
#tmp_contents #tmp_facilities_btn {
	width:100%;
	margin:0 0 0.8em 0;
}
#tmp_contents #tmp_facilities_btn ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tmp_contents #tmp_facilities_btn li {
	margin:0 7px 8px 0;
	width:188px;
	color:#333333;
	background-color:transparent;
	border:1px solid #CCCCCC;
	float:left;
}
#tmp_contents #tmp_facilities_btn .even {
	margin-right:0;
}
#tmp_contents #tmp_facilities_btn li a {
	display:block;
	padding:11px 10px 10px 38px;
	color:#333333;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:5px center;
	text-decoration:none;
}
#tmp_contents #tmp_facilities_btn li#src_btn_1 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon1.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_2 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon2.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_3 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon3.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_4 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon4.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_5 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon5.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_6 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon6.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_7 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon7.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_8 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon8.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_9 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon9.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_10 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon10.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_11 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon11.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_12 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon12.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_13 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon13.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_14 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon14.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_15 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon15.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_16 a {
	background-image:url(/shared/templates/free/images/contents/shisetsu/map_btn_icon16.gif);
}
#tmp_contents #tmp_facilities_btn li#src_btn_13 a {
	padding-top:1px;
	padding-bottom:1px;
}
#tmp_contents #tmp_facilities_btn li span {
	font-size:85.7%;
}
#tmp_result_list {
	margin:0 0 0.8em;
	height:166px;
	padding:5px 10px;
	border:1px solid #9ACFFF;
	overflow:auto;
}
* html #tmp_result_list {
	height:170px;
}
#tmp_contents #tmp_result_list ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents #tmp_result_list img {
	margin-right:5px;
	vertical-align:middle;
}
#tmp_contents p.shisetsu_arrow {
	text-align:center;
}
#tmp_wrap_gmap_box #tmp_gmap_box {
	width:100%;
	height:480px;
	margin-top:0;
	margin-bottom:0;
	border:none;
}
/* 公共施設の関連サイト */
.box_relevance_site {
	margin:0 0 7px;
	border-bottom:1px dotted #999999;
	clear:both;
}
.box_relevance_site:last-child {
	border-bottom:none;
}
.box_relevance_site_lft {
	position:relative;
	margin-right:-333px;
	width:50px;
	float:left;
	z-index:1;
}
.box_wrap_relevance_site_rgt {
	width:100%;
	margin-left:-54px;
	float:right;
}
.box_relevance_site_rgt {
	margin-left:54px;
}
#tmp_contents .box_relevance_site_rgt p {
	margin-bottom:0.3em;
}
#tmp_contents .box_relevance_site_rgt p.ttl {
	margin-bottom:0.2em;
}
/* ==================================================
インデックスページ
================================================== */
.type_idx div.col3 div.col3L,
.type_idx div.col3 div.col3M,
.type_idx div.col3 div.col3R {
	width: 33.33333%;
	margin: 0;
}
.type_idx div.col3 div.col3L {
	padding-right: 16px;
}
.type_idx div.col3 div.col3M {
	padding: 0 12px;
}
.type_idx div.col3 div.col3R {
	padding-left: 16px;
}
/* lead
============================== */
#tmp_lead {
	margin: 0 0 60px;
	clear:both;
}
#tmp_contents #tmp_lead .box_heading {
	position: relative;
	display: table;
	width: 100%;
	min-height: 240px;
	margin-bottom: 37px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-image: -moz-linear-gradient( 110deg, rgb(252,216,205) 0%, rgb(252,234,205) 100%);
  	background-image: -webkit-linear-gradient( 110deg, rgb(252,216,205) 0%, rgb(252,234,205) 100%);
  	background-image: -ms-linear-gradient( 110deg, rgb(252,216,205) 0%, rgb(252,234,205) 100%);
	overflow: hidden;
}
#tmp_contents #tmp_lead .box_heading p {
	margin: 0;
}
#tmp_contents #tmp_lead .box_heading .heading_ttl {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/shared/templates/free_rn/images/ttl_head_lft_bg.png), url(/shared/templates/free_rn/images/ttl_head_rgt_bg.png);
	background-position: top left, bottom right;
}
#tmp_contents #tmp_lead .box_heading .heading_ttl:after {
	content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-collapse: separate;
	box-shadow: inset -40px 0 30px -16px #fce5cd;
	-webkit-box-shadow: inset -40px 0 30px -16px #fce5cd;
	-moz-box-shadow: inset -40px 0 30px -16px #fce5cd;
}
#tmp_contents #tmp_lead .box_heading .heading_ttl h1 {
	position: relative;
	z-index: 1;
	margin: auto 0 !important;
	padding: 14px 0 11px 60px !important;
	border-bottom: none !important;
	background: transparent !important;
	font-size: 285.7%;
}
#tmp_contents #tmp_lead .box_heading .heading_img {
	position: relative;
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
#tmp_contents #tmp_lead .box_heading .heading_img .heading_img_inner {
    display:none;
	visibility:hidden;
}
#tmp_contents #tmp_lead .box_heading .heading_img:after {
	content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-collapse: separate;
	box-shadow: inset 70px 0 50px -16px #fce5cd;
	-webkit-box-shadow: inset 70px 0 50px -16px #fce5cd;
	-moz-box-shadow: inset 70px 0 50px -16px #fce5cd;
}
#tmp_lead .box_lead_ttl {
	margin: 0 0 18px;
	padding: 3px 0 10px 25px;
	background: transparent url(/shared/templates/free_rn/images/ttl_lead_bg.png) no-repeat 0 6px;
	color: #222222;
	font-size: 171.4%;
	font-weight: bold;
	border-bottom: 2px solid #f2f2f2;
}
#tmp_lead .box_lead_ttl p {
	margin-bottom:0;
	line-height: 1.4;
}
/* sp_gallery
============================== */
#tmp_wrap_sp_gallery {
	text-align:center;
}
/* index col3
============================== */
#tmp_contents h2.idx_ttl {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 14px 54px 14px 20px;
	color: #222222;
	background: #e0edfa;
	font-size: 128.5%;
	border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
	box-shadow: 0 -2px 5px 0 rgba(11, 29, 47, 0.15);
	-webkit-box-shadow: 0 -2px 5px 0 rgba(11, 29, 47, 0.15);
	-moz-box-shadow: 0 -2px 5px 0 rgba(11, 29, 47, 0.15);
	border-bottom:none;
}
#tmp_contents h2.idx_ttl a {
	display: block;
	margin: -14px -54px -14px -20px;
	padding: 14px 54px 14px 20px;
	color: inherit;
	background: transparent url(/shared/templates/free_rn/images/icon/list_arrow_bg.png) no-repeat right center;
	text-decoration: none;
	position:relative;
}
#tmp_contents h2.idx_ttl a::after {
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:2px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}
#tmp_contents h2.idx_ttl a:hover::after,
#tmp_contents h2.idx_ttl a:focus::after {
	border-color: #0059b3;
}
#tmp_contents h2.idx_ttl + ul {
	position: relative;
	width: 100%;
	margin:0 0 30px;
	list-style: none;
	background-color:#ffffff;
	color:inherit;
	padding: 20px 19px 22px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	box-shadow: 0 1px 5px 0 rgba(11, 29, 47, 0.15);
	-webkit-box-shadow: 0 1px 5px 0 rgba(11, 29, 47, 0.15);
	-moz-box-shadow: 0 1px 5px 0 rgba(11, 29, 47, 0.15);
}
#tmp_contents h2.idx_ttl + ul li {
	margin: 0 0 1.15em;
	/*font-size: 114.2%;*/
	background: transparent url(/shared/site_rn/images/icon/icon_dots.png) 0 6px no-repeat;
    padding-left: 17px;
    -webkit-background-size: 6px auto;
    -moz-background-size: 6px auto;
    background-size: 6px auto;
}
#tmp_contents h2.idx_ttl + ul li a {
	color: #222222;
	background-color: transparent;
}
/* btn_more */
#tmp_contents .btn_more {
	position: absolute;
	bottom: 22px;
	width: calc(100% - 40px);
}
#tmp_contents .btn_more a {
	display: block;
	text-align: center;
	padding: 9px 26px 8px 28px;
	color: #222222;
	background-color: #f2f2f2;
	border: 2px solid #f2f2f2;
	font-size: 114.2%;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#tmp_contents .btn_more a span {
	position: relative;
	display: inline-block;
	padding-left:17px;
}
#tmp_contents .btn_more a span:before,
#tmp_contents .btn_more a span:after {
	content: '';
	position: absolute;
	top: 50%;
	transition: 0.2s all ease-in-out;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
#tmp_contents .btn_more a span:before {
	left:0;
	width: 11px;
	height: 1px;
	border-top:1px solid #747474;
}
#tmp_contents .btn_more a span:after {
	left:5px;
	width: 1px;
	height: 11px;
	border-left:1px solid #747474;
}
#tmp_contents .btn_more a:hover,
#tmp_contents .btn_more a:focus {
	background-color: #e0edfa;
	border-color: #e0edfa;
}
#tmp_contents .btn_more a.active span:after {
	display:none;
}
/* mayor_box
============================== */
#tmp_mayor_box {
	margin:0 0 14px;
	clear:both;
}
#tmp_mayor_box .float_lft {
	margin-bottom:0px !important;
}
#tmp_contents p.mayor_name {
	margin-bottom:0;
	font-size:114.3%;
	text-align:right;
}
/* idx_list
============================== */
#tmp_contents ul.idx_list {
	margin-left:24px;
	margin-bottom:2.2em;
}
#tmp_contents ul.idx_list li {
	margin-bottom:0.1em;
}
/* ==================================================
イベントカレンダー
================================================== */
/* calendar_7w
============================== */
#tmp_event_box {
	clear:both;
}
#tmp_event_box2 {
	padding:19px 10px 10px 10px;
	color:#000000;
	background-color:#EFF0F5;
	clear:both;
}
#tmp_event_box2 a {
	color:#0666B8;
	background-color:transparent;
}
/* event_cal_tab */
#tmp_event_cal_tab {
	clear:both;
}
#tmp_event_cal_tab ul {
	list-style:none !important;
	margin:0 !important;
	padding:0 0 0 10px;
}
#tmp_event_cal_tab ul li {
	float:left;
	width:344px;
	margin:0;
	font-size:129%;
	font-weight:bold;
}
#tmp_event_cal_tab ul li a {
	display:block;
	margin:0 4px 0 0;
	padding:7px 10px 2px;
	color:#454545;
	background-color:#D8D8D8;
	text-decoration:none;
}
#tmp_event_cal_tab ul li.active a {
	padding-bottom:6px;
	color:#00238C;
	background-color:#EFF0F5;
}
#tmp_event_cal_tab ul li a span {
	display:block;
	background-repeat:no-repeat;
}
#tmp_event_cal_tab ul li.cal a span {
	padding:3px 0 3px 40px;
	background-image:url(/shared/templates/free/images/event/tab_cal_icon.png);
	background-position:left 1px;
}
#tmp_event_cal_tab ul li.cal.active a span {
	background-image:url(/shared/templates/free/images/event/tab_cal_icon_on.png);
}
#tmp_event_cal_tab ul li.list a span {
	padding:1px 0 5px 36px;
	background-image:url(/shared/templates/free/images/event/tab_list_icon.png);
	background-position:1px 2px;
}
#tmp_event_cal_tab ul li.list.active a span {
	background-image:url(/shared/templates/free/images/event/tab_list_icon_on.png);
}
/* event_genre */
#tmp_event_cal_genre {
	margin:0 0 30px;
	padding:13px 12px 14px 12px;
	color:inherit;
	background-color:#FFFFFF;
	border:2px solid #AAAAAA;
	border-right:none;
	border-left:none;
	clear:both;
}
#tmp_event_cal_genre_ttl {
	font-weight:bold;
	font-size:114%;
}
#tmp_event_cal_genre_ttl p {
	margin-bottom:0;
}
#tmp_event_cal_genre_cnt dt {
	float:left;
	width:90px;
	margin:0 -104px 0 0;
	padding:11px 8px 0 6px;
	font-weight:bold;
}
#tmp_event_cal_genre_cnt .first dt {
	float:none;
}
#tmp_event_cal_genre_cnt dd {
	padding:8px 0 0;
}
#tmp_event_cal_genre_cnt dd span {
	margin:0 10px 0 0;
	padding:0 4px;
}
#tmp_event_cal_genre_cnt fieldset {
	padding:0;
	border:none;
	display:inline
}
#tmp_event_cal_genre_cnt legend {
	display:none;
}
#tmp_event_cal_genre_cnt .second dt {
	padding-top:10px;
}
#tmp_event_cal_genre_cnt .second dd {
	padding-top:6px;
	padding-left:108px;
}
#tmp_event_cal_genre_cnt .second dd p {
	margin-bottom:0;
	float:left;
}
#tmp_event_cal_genre_cnt #event_keyword {
	width:277px;
	min-height:22px;
	margin:0 11px 0 0;
	border:1px solid #AAAAAA;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#tmp_event_cal_genre_cnt #search_genre,
#tmp_event_cal_genre_cnt #keyword_search {
	min-width:80px;
	min-height:24px;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#FFFFFF;
	background-color:#2D3162;
	/*font-weight:bold;*/
	cursor:pointer;
	font-size:114%;
}
/* 色選択はカレンダーの色と連動 */
#tmp_event_cal_genre_cnt dd ul li span.cal_event_index_1,
#tmp_event_cal_genre_cnt dd ul li span.cal_event_index_2,
#tmp_event_cal_genre_cnt dd ul li span.cal_event_index_3,
#tmp_event_cal_genre_cnt dd ul li span.cal_event_index_4,
#tmp_event_cal_genre_cnt dd ul li span.cal_event_index_99,
#tmp_event_cal_genre_cnt dd ul li span.cal_event_index_6,
#tmp_event_cal_genre_cnt dd ul li span.cal_event_index_5 {
	display:block; /* 変更しない */
	float:left; /* 変更しない */
	width:10px; /* 変更しない */
	height:10px; /* 変更しない */
	margin:0.3em 5px 0 0;
}
/* band_calendar 設定 */
#tmp_event_cal_table .event_cal_table,
#tmp_event_cal_table .event_cal_table tr.cal_th td,
#tmp_event_cal_table .event_cal_table tr.cal_week td {
	border-width:1px; /* デザインによって変更 */
	border-style:solid; /* デザインによって変更 */
	border-color:#AAAAAA; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table {
	line-height:1.4;
}
#tmp_event_cal_table .event_cal_table tr.cal_th td.cal_sun p {
	width:131px; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table tr.cal_th td.cal_mon p {
	width:130px; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table tr.cal_th td.cal_tue p {
	width:130px; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table tr.cal_th td.cal_wed p {
	width:131px; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table tr.cal_th td.cal_thu p {
	width:130px; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table tr.cal_th td.cal_fri p {
	width:130px; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table tr.cal_th td.cal_sat p {
	width:130px; /* デザインによって変更 */
}
/* band_calendar */
#tmp_event_cal_table .event_cal_table {
	width:920px; /* デザインによって変更 */
	margin-bottom:18px;
	border-collapse:separate; /* 変更しない */
	border-spacing:0; /* 変更しない */
	color:inherit;
	background:#FFFFFF url(/shared/templates/free/images/event/cal_table_bg.gif) repeat-y left top; /* 変更しない */
}
#tmp_event_cal_table .event_cal_table td {
	vertical-align:top; /* 変更しない */
}
#tmp_event_cal_table .event_cal_table tr.cal_th td {
	padding-top:0;
	border-top:none; /* 変更しない */
	border-right:none; /* 変更しない */
	border-left:none; /* 変更しない */
	font-weight:bold;
	text-align:center;
}
#tmp_event_cal_table .event_cal_table tr.cal_th td p,
#tmp_event_cal_table .event_cal_table tr.cal_week td p {
	margin:0 0 0 1px; /* 変更しない */
}
#tmp_event_cal_table .event_cal_table tr.cal_th td:first-child p,
#tmp_event_cal_table .event_cal_table tr.cal_week td:first-child p {
	margin-left:0; /* 変更しない */
}
#tmp_event_cal_table .event_cal_table tr.cal_th td p {
	padding:6px 0 4px 0; /* 左右の値は変更しない */
	color:inherit;
	background-color:#D8D8D8;
}
#tmp_event_cal_table .event_cal_table tr.cal_th td.cal_sun p {
	color:inherit;
	background-color:#FFD7D7; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table tr.cal_th td.cal_sat p {
	color:inherit;
	background-color:#E1F2FD; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td p {
	margin:0 5px 6px 6px; /* 変更しない */
}
#tmp_event_cal_table .event_cal_table tr.cal_week + tr td p {
	margin-top:6px;
}
#tmp_event_cal_table .event_cal_table td.cal_sun p,
#tmp_event_cal_table .event_cal_table td.cal_holiday p {
	background-color:#FFEAEA; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_sun p {
	color:#B90F0B; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_sat p {
	color:#0666B8; /* デザインによって変更 */
	background-color:#EDFAFC; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_today p {
	background-color:#FFFF4D; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table tr.cal_week td {
	padding:0; /* 変更しない */
	border-top-width:3px; /* デザインによって変更 */
	border-top-color:#BBBBBB; /* デザインによって変更 */
	border-right:none; /* 変更しない */
	border-bottom:none; /* 変更しない */
	border-left:none; /* 変更しない */
	font-weight:bold;
	text-align:center;
}
#tmp_event_cal_table .event_cal_table tr.cal_week td.day {
	border-bottom-width:1px; /* デザインによって変更 */
	border-bottom-style:dotted; /* デザインによって変更 */
	border-bottom-color:inherit; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table tr.cal_th + tr.cal_week td {
	border-top:none;
}
#tmp_event_cal_table .event_cal_table tr.cal_week td p {
	padding:6px 6px 3px; /* 変更しない */
}
#tmp_event_cal_table .event_cal_table td p a {
	display:block; /* 変更しない */
	padding:5px 5px 6px;
	color:#000000;
	background-color:transparent;
	font-size:86%;
	text-decoration:none;
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_1 a {
	background-color:#E9F7BD; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_2 a {
	background-color:#D5E9FF; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_3 a {
	background-color:#FEE2EB; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_4 a {
	background-color:#E0D5FF; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_99 a {
	background-color:#D3EFE9; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_6 a {
	background-color:#F9F1BB; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_5 a {
	background-color:#E2E2DC; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_1.active a,
#tmp_event_cal_table .event_cal_table td.cal_event_index_1 a:hover,
#tmp_event_cal_genre_cnt dd span.cal_event_index_1 {
	background-color:#E9F7BD; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_2.active a,
#tmp_event_cal_table .event_cal_table td.cal_event_index_2 a:hover,
#tmp_event_cal_genre_cnt dd span.cal_event_index_2 {
	background-color:#D5E9FF; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_3.active a,
#tmp_event_cal_table .event_cal_table td.cal_event_index_3 a:hover,
#tmp_event_cal_genre_cnt dd span.cal_event_index_3 {
	background-color:#FEE2EB; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_4.active a,
#tmp_event_cal_table .event_cal_table td.cal_event_index_4 a:hover,
#tmp_event_cal_genre_cnt dd span.cal_event_index_4 {
	background-color:#E0D5FF; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_99.active a,
#tmp_event_cal_table .event_cal_table td.cal_event_index_99 a:hover,
#tmp_event_cal_genre_cnt dd span.cal_event_index_99 {
	background-color:#D3EFE9; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_6.active a,
#tmp_event_cal_table .event_cal_table td.cal_event_index_6 a:hover,
#tmp_event_cal_genre_cnt dd span.cal_event_index_6 {
	background-color:#F9F1BB; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.cal_event_index_5.active a,
#tmp_event_cal_table .event_cal_table td.cal_event_index_5 a:hover,
#tmp_event_cal_genre_cnt dd span.cal_event_index_5 {
	background-color:#E2E2DC; /* デザインによって変更 */
}
#tmp_event_cal_table .event_cal_table td.step_over_prev p {
	margin-left:0; /* 変更しない */
}
#tmp_event_cal_table .event_cal_table td.step_over_next p {
	margin-right:0; /* 変更しない */
}
#tmp_event_cal_table .event_cal_table p.more_btn a,
#tmp_event_main p.more_btn a {
	display:inline-block;
	padding:0 0 0 16px;
	color:#000000;
	background:transparent url(/shared/templates/free/images/event/more_icon.png) no-repeat left 0.2em;
	text-decoration:none;
	font-size:86%;
}
/* event_col3 */
#tmp_contents .event_col3 {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
#tmp_contents .event_col3 p {
	margin:0 0 15px;
}
#tmp_contents .event_col3 .event_col3L,
#tmp_contents .event_col3 .event_col3M,
#tmp_contents .event_col3 .event_col3R {
	display:table; /* 変更しない */
	width:33.3%; /* 変更しない */
	float:left; /* 変更しない */
}
#tmp_contents .event_col3 .event_col3R {
	float:right; /* 変更しない */
}
/* event_page_navi */
#tmp_contents .event_page_navi .cal_date {
	line-height:1.4;
	font-weight:bold;
	text-align:center;
}
#tmp_contents .event_page_navi .year {
	margin:0 5px 0 0;
	font-size:143%;
}
#tmp_contents .event_page_navi .month {
	font-size:200%;
}
#tmp_contents .event_page_navi .prev,
#tmp_contents .event_page_navi .next {
	width:136px;
	padding-top:8px;
}
#tmp_contents .event_page_navi .next {
	float:right;
}
#tmp_contents .event_page_navi .prev a {
	display:block;
	padding:3px 18px 2px 28px;
	background:url(/shared/templates/free/images/event/cal_page_prev.png) no-repeat 8px center;
}
#tmp_contents .event_page_navi .next a {
	display:block;
	padding:3px 28px 2px 5px;
	background:url(/shared/templates/free/images/event/cal_page_next.png) no-repeat right center;
}
#tmp_contents .event_page_navi .prev a,
#tmp_contents .event_page_navi .next a {
	background-color:#FFFFFF;
	border:1px solid #AAAAAA;
	border-top:none;
	border-left:none;
	text-align:center;
}
/* カラムのレイアウトのロジック */
#tmp_event_main {
	width:100%; /* 変更しない */
	margin:0 0 15px;
	clear:both; /* 変更しない */
}
.wrap_event_col_lft_navi {
	float:left; /* 変更しない */
	width:206px; /* デザインによって変更 */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
	margin-right:-206px; /* デザインによって変更 */
}
.wrap_event_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.event_col_main {
	margin-left:226px; /* デザインによって変更 */
}
#tmp_wrap_event_cal{
	width:206px; /* デザインによって変更 */
}
/* calendar_list
============================== */
/* calendar_list */
#tmp_event_main .event_cal_list {
	width:100%;
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #AAAAAA;
}
#tmp_event_main .event_cal_list td {
	padding:5px 7px 1px;
	border:1px solid #AAAAAA;
	vertical-align:top;
}
#tmp_event_main .event_cal_list td.date {
	width:26.75%;
	padding-top:7px;
}
#tmp_event_main .event_cal_list p {
	margin-bottom:0;
}
#tmp_event_main .event_cal_list td p {
	margin-bottom:0.5em;
	line-height:1.4;
}
#tmp_event_main .event_cal_list ul {
	margin:0 0 0 15px;
	list-style-image:url(/shared/images/icon/list_icon5.gif);
}
#tmp_event_main .event_cal_list td.cal_sun {
	color:inherit;
	background-color:#FFEAEA;
}
#tmp_event_main .event_cal_list tr td.date.cal_sun {
	color:#B80E0B;
}
#tmp_event_main .event_cal_list td.cal_sat {
	color:inherit;
	background-color:#E1F2FD;
}
#tmp_event_main .event_cal_list tr td.date.cal_sat {
	color:#0666B8;
}
#tmp_event_main .event_cal_list td.cal_holiday {
	background-color:transparent;
}
#tmp_event_main .event_cal_list td.cal_selday {
	background-color:transparent;
}
#tmp_event_main .event_cal_list td.cal_today {
	color:inherit;
	background-color:#FFFF4D;
}
/* event_cal */
#tmp_lnavi_event_cal {
	margin:0 0 10px;
	background-color:#FFFFFF;
}
/* event_cal_ttl */
#tmp_lnavi_event_cal_ttl {
	padding:6px 5px 2px 5px;
	clear:both;
}
#tmp_lnavi_event_cal_ttl .cal_date {
	margin:0;
	line-height:1.4;
	font-weight:bold;
	text-align:center;
}
#tmp_lnavi_event_cal_ttl .month {
	font-size:129%;
}
/* event_cal_cnt */
#tmp_lnavi_event_cal_cnt {
	padding:0 5px 4px;
	font-size:86%;
	clear:both;
}
#tmp_lnavi_event_cal_cnt .calendar,
#tmp_lnavi_event_cal_cnt .calendar td,
#tmp_lnavi_event_cal_cnt .calendar th {
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #AAAAAA;
}
#tmp_lnavi_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 8px;
	background-color:#FFFFFF;
}
#tmp_lnavi_event_cal_cnt .calendar .cal_th td,
#tmp_lnavi_event_cal_cnt .calendar th {
	text-align:center;
	font-weight:normal;
	background-color:#BFEFFF;
	padding:5px 0 4px;
	line-height:1.2;
}
#tmp_lnavi_event_cal_cnt .calendar td {
	text-align:center;
	background-color:#FFFFFF;
}
#tmp_lnavi_event_cal_cnt .calendar a {
	display:block;
	padding:5px 0 5px;
	color:#333333;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_today a {
	color:inherit;
	background-color:#FFFF4D !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun a {
	color:#B80E0B;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat a {
	color:#0666B8;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_holiday a {
	color:inherit;
	background-color:transparent;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_selday a {
	color:inherit;
	background-color:transparent;
}
/* cal_navi */
#tmp_lnavi_event_cal_cnt .cal_navi {
	list-style:none;
	margin:0;
}
#tmp_lnavi_event_cal_cnt .cal_navi li {
	line-height:1.2;
	float:left;
	width:33.33%;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev {
	text-align:left;
}
#tmp_lnavi_event_cal_cnt .cal_navi .prev a {
	display:block;
	padding:0 10px 0 16px;
	background:url(/shared/templates/free/images/event/cal_prev.png) no-repeat left 0.15em;
}
#tmp_lnavi_event_cal_cnt .cal_navi .next {
	text-align:right;
}
#tmp_lnavi_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:0 16px 0 10px;
	background:url(/shared/templates/free/images/event/cal_next.png) no-repeat right 0.15em;
}
#tmp_lnavi_event_cal_cnt .cal_navi .list {
	text-align:center;
}
/* ==================================================
動画
================================================== */
#tmp_cate_ttl.doga_ttl {
	padding:0;
	box-sizing: border-box;
	border-bottom:3px solid #0C810C !important;
	background:url(/shared/templates/free/images/doga/doga_ttl_bg.gif) repeat left top;
}
#tmp_cate_ttl #tmp_doga_ttl {
	border-bottom:3px solid #FFFFFF !important;
	box-sizing: border-box;
	background:url(/shared/templates/free/images/doga/doga_ttl_bg2.png) no-repeat right bottom 3px;
}
#tmp_cate_ttl #tmp_doga_ttl h1,
#tmp_cate_ttl #tmp_doga_ttl p {
	padding:16px 21px 12px 21px !important;
}
#tmp_cate_ttl #tmp_doga_ttl h1 img,
#tmp_cate_ttl #tmp_doga_ttl p img {
	background-color:transparent !important;
}
/* トップ
============================== */
/*
.custom_doga_top .wrap_col_lft_navi {
	width:280px;
	margin-right:-300px;
}
.custom_doga_top .column_lnavi .col_main {
	margin-left:300px;
}
.custom_doga_top #tmp_query {
	width:239px;
}
*/
.wrap_doga_col_lft_navi {
	float:left;
	width:280px;
	margin-right:-300px;
	position:relative;
	z-index:1;
}
.doga_col_lft_navi #tmp_l_search {
	margin-bottom:24px;
}
.doga_col_lft_navi #tmp_l_search ul {
	list-style:none;
	list-style-image:none;
	margin:0;
}
.doga_col_lft_navi #tmp_l_search p {
	margin-bottom:0;
}
.doga_col_lft_navi #tmp_query {
	width:239px;
}
.doga_col_lft_navi .bnr_list {
	width:280px;
	list-style:none !important;
	list-style-image:none !important;
	margin:0 auto 20px !important;
}
.doga_col_lft_navi .bnr_list li {
	margin:0 0 10px !important;
}
.doga_col_lft_navi .bnr_list #tmp_live_camera {
	background:url(/shared/templates/free/images/doga/live_camera_bnr.gif) no-repeat left top;
}
.doga_col_lft_navi .bnr_list #tmp_live_camera span {
	height:91px;
	overflow:hidden;
}
.doga_col_lft_navi .bnr_list li img {
	vertical-align:bottom;
}
.wrap_doga_col_main {
	width:100%;
	float:right;
}
.doga_col_main {
	margin-left:300px;
}
#tmp_doga_channel {
	margin:0 0 10px;
}
#tmp_doga_channel_ttl h2 {
	background:url(/shared/templates/free/images/doga/doga_channel_ttl.png) no-repeat left top;
}
#tmp_doga_channel_ttl h2 span {
	height:53px;
	overflow:hidden;
}
#tmp_doga_channel_cnt {
	padding:10px 10px 5px 10px;
}
#tmp_doga_channel_cnt ul {
	list-style:none;
	list-style-image:none;
	margin:0 !important;
}
#tmp_doga_channel_cnt li {
	margin:0 0 5px !important;
	color:inherit;
	background:#FFFFFF url(/shared/templates/free/images/doga/doga_channel_bg.gif) repeat-y right top;
	font-weight:bold;
	line-height:1.2;
}
#tmp_doga_channel_cnt li a {
	display:block;
	padding:9px 8px 8px 8px;
	color:#454C4C;
	background-color:transparent;
	border-bottom:2px solid #BBBBBB;
	text-decoration:none;
}
#tmp_doga_channel_cnt li .channel_icon,
#tmp_doga_channel_cnt li .channel_ttl {
	display:block;
}
#tmp_doga_channel_cnt li .channel_icon {
	float:left;
	width:44px;
	height:44px;
	margin:0 -44px 0 0;
	overflow:hidden;
}
#tmp_doga_channel_cnt li a {
	background-position:8px center;
	background-repeat:no-repeat;
}
#tmp_doga_channel_cnt li.channel_1 a {
	background-image:url(/shared/templates/free/images/doga/doga_1ch.png);
}
#tmp_doga_channel_cnt li.channel_2 a {
	background-image:url(/shared/templates/free/images/doga/doga_2ch.png);
}
#tmp_doga_channel_cnt li.channel_3 a {
	background-image:url(/shared/templates/free/images/doga/doga_3ch.png);
}
#tmp_doga_channel_cnt li.channel_4 a {
	background-image:url(/shared/templates/free/images/doga/doga_4ch.png);
}
#tmp_doga_channel_cnt li.channel_5 a {
	background-image:url(/shared/templates/free/images/doga/doga_5ch.png);
}
#tmp_doga_channel_cnt li.channel_6 a {
	background-image:url(/shared/templates/free/images/doga/doga_6ch.png);
}
#tmp_doga_channel_cnt li .channel_ttl {
	margin:0 0 0 56px;
	padding:14px 0 11px;
	position:static;
	z-index:1;
	font-size:114%;
}
#tmp_doga_channel_cnt li.channel_2 .channel_ttl,
#tmp_doga_channel_cnt li.channel_5 .channel_ttl {
	padding-top:3px;
	padding-bottom:3px;
}
#tmp_doga_channel_cnt li img {
	vertical-align:middle;
}
#tmp_doga_recommend {
	margin:0 0 22px;
}
#tmp_doga_recommend_ttl h2 {
	background:url(/shared/templates/free/images/doga/doga_recommend_ttl.png) no-repeat left top;
}
#tmp_doga_recommend_ttl h2 span {
	height:53px;
	overflow:hidden;
}
#tmp_doga_recommend_cnt {
	padding:10px 10px 11px 10px;
}
#tmp_doga_recommend_cnt .main_doga {
	margin:0 !important;
}
#tmp_doga_new {
	margin:0 0 20px;
}
#tmp_doga_new_ttl h2 {
	background:url(/shared/templates/free/images/doga/doga_new_ttl.png) no-repeat left top;
}
#tmp_doga_new_ttl h2 span {
	height:54px;
	overflow:hidden;
}
#tmp_doga_new_cnt {
	padding:12px 0 0 10px;
	letter-spacing:-.40em;
}
#tmp_doga_new_cnt * {
	letter-spacing:normal;
}
#tmp_doga_new_cnt .doga {
	display:inline-block;
	width:210px;
	padding:7px 11px 11px 0;
	vertical-align:top;
}
*:first-child+html #tmp_doga_new_cnt .doga {
	display:inline;
}
#tmp_doga_new_cnt .doga_cnt {
	padding:0 0 8px;
	background-color:#FFFFFF;
	border-bottom:2px solid #BBBBBB;
	line-height:1.3;
}
#tmp_doga_new_cnt .doga_cnt .img {
	margin:0 0 8px;
	text-align:center;
}
#tmp_doga_new_cnt .doga_cnt .txt {
	margin:0 !important;
	padding:0 8px;
}
#tmp_doga_new_cnt .doga_cnt .txt a {
	display:inline-block;
	padding:0 0 0 20px;
	background:url(/shared/templates/free/images/doga/link_icon.png) no-repeat left 0.1em;
}
/* 共通 */
.box_ttl h2 {
	margin:0 !important;
	padding:0 !important;
	border:none !important;
	border-bottom:2px solid #00754B !important;
}
.box_cnt {
	background:url(/shared/templates/free/images/doga/box_cnt_bg.gif) repeat left top;
}
/* インデックス
============================== */
#tmp_contents .doga_group_1,
#tmp_contents .doga_group_2 {
	margin:0 0 16px;
	padding:0 0 15px;
	border-bottom:1px solid #DED6B6;
	clear:both;
}
#tmp_contents .doga_group_1 p,
#tmp_contents .doga_group_2 p {
	margin:0 !important;
}
#tmp_contents .doga_group_1 .doga_img {
	float:left;
	width:330px;
	margin:0 -330px 0 0;
	position:relative;
	z-index:1;
}
#tmp_contents .doga_group_1 .doga_txt {
	margin:0 0 0 346px;
}
#tmp_contents .doga_group_2 .doga_img {
	float:left;
	width:150px;
	margin:0 -150px 0 0;
	position:relative;
	z-index:1;
}
#tmp_contents .doga_group_2 .doga_txt {
	margin:0 0 0 164px;
}
/* 末端
============================== */
#tmp_contents .main_doga {
	text-align:center;
}
/* FAQ
============================== */
#tmp_faq_box_ttl {
	background: url(/shared/templates/free/images/contents/faq/faq_h1_bg.jpg) repeat-x left top;
	min-height: 112px;
	border: 1px solid #CCCCCC;
	border-bottom: 3px solid #CCCCCC;
	padding: 25px 170px 0;
	margin-bottom: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#tmp_faq_box_ttl h1 {
	background:url(/shared/templates/free/images/contents/faq/faq_ttl_icon.png) no-repeat right center;
	padding:0;
	border:none;
	margin:0 !important;
}
#tmp_faq_box_ttl h1,
#tmp_faq_box_ttl h1 span {
	width:373px;
	height: 66px;
}
#tmp_faq_box ul {
	margin-left:15px;
}
#tmp_lead .box_lead_ttl strong {
	padding-left:5px;
}
#tmp_faq_box_cnt p {
	margin-right:20px;
}
/* Search */
#tmp_faq_search {
    background-color: #FFFFFF;
    color: inherit;
    border: 1px solid #DED6B6;
    padding: 0;
    margin: 0 0 25px;
    clear: both;
}
#tmp_faq_search_ttl {
	border-bottom: 1px solid #DED6B6;
	background-color:#DDEEFF;
	color:inherit;
	padding: 14px 0 5px;
}
#tmp_faq_search_cnt {
	padding: 16px 0 8px 15px;
}
#tmp_faq_search_cnt p {
	font-size:114.3%;
	font-weight:bold;
	margin-bottom:8px;
}
#tmp_faq_search_cnt table {
	width:100%;
	border-collapse:collapse;
}
#tmp_faq_search_cnt table td {
	padding:0 15px 0 0;
}
#tmp_faq_search #tmp_search_form,
#tmp_faq_search fieldset {
	float:left;
}
/* fieldset */
#tmp_faq_search fieldset {
	width: 290px;
	border: none;
	padding:0 0 0 13px;
}
#tmp_faq_search fieldset legend {
	display:none;
}
#tmp_faq_search fieldset p {
	margin-bottom:2px;
}
/* form */
#tmp_search_form {
	margin-top:5px;
}
#tmp_faq_search p.sch_ttl,
#tmp_faq_search p.sch_cnt,
#tmp_faq_search #tmp_search_btn {
	float: left;
}
#tmp_faq_search #tmp_search_btn {
	padding: 0 15px 0 8px;
}
#tmp_faq_search p.sch_ttl {
    margin-right: 12px;
	margin-top:5px;
}
#tmp_faq_search #tmp_query {
    width: 290px;
    min-height: 34px;
}
#tmp_faq_search #tmp_func_sch_btn {
    min-height: 34px;
}
/* Faq list */
#tmp_contents #tmp_faq_list_ttl p {
	background:#0059B2 url(/shared/templates/free/images/contents/faq/faq_midasi_bg.jpg) repeat-x left bottom;
	min-height:64px;
	color:#ffffff;
	font-size:142.9%;
	font-weight:bold;
	padding:16px 0 0 12px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0;
}
#tmp_contents #tmp_faq_list_ttl p span {
	background:url(/shared/templates/free/images/contents/faq/faq_midasi_bg_icon.jpg) no-repeat left center;
	padding-left:40px;
}
#tmp_contents #tmp_faq_list ul{
	margin:0;
}
#tmp_contents #tmp_faq_list ul li {
    width: 208px;
    margin: 0 5px 10px;
    display: inline-block;
    vertical-align:top;
    background: url(/shared/images/icon/list_icon.gif) no-repeat;
    padding-left: 15px;
}
/* left navi */
 ul.navi_lft_banner {
	list-style:none;
}
 ul.navi_lft_banner li {
	margin-bottom:15px;
	width:100%;
}
 ul.navi_lft_banner li a {
	display:block;
}
 ul.navi_lft_banner li img {
	 max-width:100%;
	 height:auto;
}
/* サンサンコール
================================================== */
/* menu_banner */
#tmp_contents #tmp_33call_banner {
	margin-top:28px;
}
#tmp_contents #tmp_33call_banner ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tmp_contents #tmp_33call_banner ul li {
	display: block;
	float: left;
	margin-left: 3px;
}
#tmp_contents #tmp_33call_banner ul li a {
	display:block;
}
#tmp_contents #tmp_33call_banner ul li:first-child {
	margin-left:0;
}
#tmp_contents .faq_link_btn {
	background:url(/shared/templates/free/images/contents/faq/faq_banner_bg.jpg) repeat-x left top;
	min-height:61px;
	border:1px solid #CCCCCC;
	margin:0 0 28px;
	padding:0;
}
#tmp_contents .faq_link_btn a {
	padding:17px 0;
	background:url(/shared/templates/free/images/contents/faq/faq_banner_ttl.png) no-repeat 10px 20px;
	display:block;
	min-height: 26px;
}
#tmp_contents #tmp_33call_ban {
	background:url(/shared/templates/free/images/contents/faq/33call_ban_pc.png) left top no-repeat;
	height:90px;
}
/* アンコンシャス・バイアス
================================================== */
/** base **/
.custom_unconscious_bias_top #tmp_wrapper2 {
	width: 100%;
}
.custom_unconscious_bias_top #tmp_pankuzu,
.custom_unconscious_bias_top #tmp_wrap_custom_update {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 22px;
}
.custom_unconscious_bias_top #tmp_contents a,
.custom_unconscious_bias #tmp_contents a {
	transition: background 0.3s ease,
	background-color 0.3s ease,
	background-image 0.3s ease,
	border 0.3s ease,
	opacity 0.3s ease,
	filter 0.3s ease;
}
.custom_unconscious_bias_top #tmp_contents a:hover,
.custom_unconscious_bias_top #tmp_contents a:active {
	opacity: .8;
}
/** top **/
/* main visual */
.custom_unconscious_bias_top #unconscious_bias_mainvisual {
	width: 100%;
	margin: 0 auto;
	background: url(/shared/templates/unconscious_bias/images/mainvisual_bg.png) center top no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 560px;
	position: relative;
}
/* h1 */
.custom_unconscious_bias_top #unconscious_bias_mainvisual h1 {
	position: relative;
	width: 430px;
	height: 340px;
	margin:0;
	padding: 0;
	line-height: 1.6;
	font-size: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: none;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	clear:both; /* 変更しない */
	text-indent: -9999px;
	background: url(/shared/templates/unconscious_bias/images/main_visual_logo.png) transparent center center no-repeat;
}
/* h2 */
.custom_unconscious_bias_top #tmp_contents h2 {
	margin: 0;
	padding: 0 2em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: none;
	background-position: left top;
	border-bottom: none;
    color: #481300;
	font-size: 200%;
	line-height: 157.14%;
	text-align: center;
	font-weight: bold;
}
/* logo & magunyon */
.custom_unconscious_bias_top #unconscious_bias_mainvisual .animation_floating {
	position: absolute;
}
.custom_unconscious_bias_top #unconscious_bias_mainvisual .layout_l {
	top: 156px;
	left: calc(50% - (430px / 2) - 300px);
}
.custom_unconscious_bias_top #unconscious_bias_mainvisual .layout_c {
	top: 30px;
	left: calc(50% - (430px / 2));
}
.custom_unconscious_bias_top #unconscious_bias_mainvisual .layout_r {
	top: 125px;
	right: calc(50% - (430px / 2) - 400px);
}
/* animation */
.custom_unconscious_bias_top #unconscious_bias_mainvisual .animation_floating.layout_l,
.custom_unconscious_bias_top #unconscious_bias_mainvisual .animation_floating.layout_r {
	animation: floating-x1 7.2s ease-in-out infinite alternate-reverse;
}
.custom_unconscious_bias_top #unconscious_bias_mainvisual .floating_target1 {
	animation: floating-y1 1.3s ease-in-out infinite alternate-reverse;
}
.custom_unconscious_bias_top #unconscious_bias_mainvisual .floating_target2 {
	animation: floating-y2 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x1 {
  0% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(3%);
  }
}
@keyframes floating-y1 {
  0% {
    transform: translateY(2%);
  }
  100% {
    transform: translateY(-2%);
  }
}
@keyframes floating-y2 {
  0% {
    transform: translateY(1%);
  }
  100% {
    transform: translateY(-3%);
  }
}
@keyframes floating-y3 {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
/* message */
.custom_unconscious_bias_top #unconscious_bias_mainmessage {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: 
		url(/shared/templates/unconscious_bias/images/message_stripe_bg.png),
		url(/shared/templates/unconscious_bias/images/message_stripe_bg.png);
	 background-position:  left top, left bottom;
	 background-repeat:  repeat-x, repeat-x;
	 min-height: 250px;
	padding: 55px;
}
.custom_unconscious_bias_top #unconscious_bias_mainmessage p {
	color: #481300;
	font-size: 128.571%;
	line-height: 188.88%;
	margin: 0;
}
.custom_unconscious_bias_top #unconscious_bias_mainmessage p:last-child {
	position: relative;
	display: inline-block;
}
.custom_unconscious_bias_top #unconscious_bias_mainmessage p:last-child span:last-child:after {
	content: '';
	position: absolute;
	display: block;
	z-index: -1;
	width: 100px;
	height: 100px;
	bottom: -25px;
	right: -8em;
	background: url(/shared/templates/unconscious_bias/images/message_img_pieces.png);
}
.custom_unconscious_bias_top #unconscious_bias_mainmessage p span {
	display: block;
}
/* epsode */
.custom_unconscious_bias_top #unconscious_bias_epsode {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(/shared/templates/unconscious_bias/images/maincontents_bg.png) transparent center top no-repeat;
	background-size: cover;
	padding: 100px 0 220px;
}
.custom_unconscious_bias_top #unconscious_bias_epsode::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 190px;
	left: 0;
	bottom: 0;
	background: url(/shared/templates/unconscious_bias/images/maincontents_bg_wave.png) left bottom repeat-x;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .container,
.custom_unconscious_bias_free #unconscious_bias_epsode .container {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;	
}
.custom_unconscious_bias_top #tmp_contents h2 span {
	position: relative;
}
.custom_unconscious_bias_top #tmp_contents h2 span::before,
#tmp_contents #unconscious_bias_diffusion h2 span::before {
	content: '';
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	left: -60px;
	top: -35px;
	background: url(/shared/templates/unconscious_bias/images/midashi_img_01.png);
}
.custom_unconscious_bias_top #unconscious_bias_epsode img {
	max-width: 100%;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_manga {
	position: relative;
	z-index: 1;
	min-height: 280px;
	padding-top: 2.6em;
	margin-bottom: 1.8em;
}
.custom_unconscious_bias_top #unconscious_bias_epsode h3 {
	display: inline-block;
	padding: 0;
	color: #481300;
	border: none;
	background-color: transparent;
    font-size: 142.85%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	width: 250px;
	min-height: 180px;
	text-align: center;
	padding-top: 95px;
	font-weight: bold;
	margin-top: -55px;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_1 h3 {
	background: url(/shared/templates/unconscious_bias/images/epsode_img_01.png) transparent left top no-repeat;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_2 h3 {
	background: url(/shared/templates/unconscious_bias/images/epsode_img_02.png) transparent left top no-repeat;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_3 h3 {
	background: url(/shared/templates/unconscious_bias/images/epsode_img_03.png) transparent left top no-repeat;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_4 h3 {
	background: url(/shared/templates/unconscious_bias/images/epsode_img_04.png) transparent left top no-repeat;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_5 h3 {
	background: url(/shared/templates/unconscious_bias/images/epsode_img_05.png) transparent left top no-repeat;
}
/* ★★★ */
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_manga a {
	position: absolute;
	top: 53px;
	left: 50px;
	z-index: -1;
	display: block;
	width: 840px;
	height: 220px;
	cursor: pointer;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_manga a::after {
	content: '';
	position: absolute;
	display: block;
	width: 840px;
	height: 220px;
	left: 0;
	top: 0;
	background: url(/shared/templates/unconscious_bias/images/epsode_bg.png) transparent left top no-repeat;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_manga a img {
	padding: 10px;
	position: relative;
	display: block;
	width: 840px;
	height: 220px;
  	object-fit: cover;
	object-position: top center;
	border-radius: 30px;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_manga span.js-modal-open {
	position: absolute;
	top: 53px;
	left: 50px;
	z-index: -1;
	display: block;
	width: 840px;
	height: 220px;
	cursor: pointer;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_manga span.js-modal-open::after {
	content: '';
	position: absolute;
	display: block;
	width: 840px;
	height: 220px;
	left: 0;
	top: 0;
	background: url(/shared/templates/unconscious_bias/images/epsode_bg.png) transparent left top no-repeat;
}
.custom_unconscious_bias_top #unconscious_bias_epsode .epsode_manga span.js-modal-open img {
	padding: 10px;
	position: relative;
	display: block;
	width: 840px;
	height: 220px;
  	object-fit: cover;
	object-position: top center;
	border-radius: 30px;
}
/* ★★★ */
/* epsode modal */
.custom_unconscious_bias_top .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	z-index: 999;
}
.custom_unconscious_bias_top .modal__bg {
    background: rgba(0,0,0,0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.custom_unconscious_bias_top .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 75%;
	max-width: 980px;
	height: 80vh;
	overflow-y: auto;
}
.custom_unconscious_bias_top .modal__content img {
    width: 100%;
	height: auto;
}
.custom_unconscious_bias_top .modal__content .js-modal-close {
	display: block;
	width: 100%;
    text-align: center;
}
/* explanation */
.custom_unconscious_bias_top #unconscious_bias_explanation {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.custom_unconscious_bias_top #unconscious_bias_explanation .explanation_main {
	position: relative;
	display: flex;
	align-items: center;
	width: 860px;
	min-height: 290px;
	background: url(/shared/templates/unconscious_bias/images/message_area_bg_b_yellow.png) transparent left top no-repeat;
	background-size: 100% 100%;
	padding: 80px 90px;
	margin: 1em auto;
	color: #481300;
	font-size: 128.571%;
	line-height: 160%;
}
.custom_unconscious_bias_top #unconscious_bias_explanation .explanation_main+.explanation_main {
	margin-top: 4em;
}
.custom_unconscious_bias_top #unconscious_bias_explanation .explanation_main::after{
	content: '';
	position: absolute;
	display: block;
	width: 145px;
	height: 265px;
	top: 10px;
	right: -70px;
	background: url(/shared/templates/unconscious_bias/images/img_magunyon_001.png) transparent left top no-repeat;
}
.custom_unconscious_bias_top #unconscious_bias_explanation .explanation_main:nth-child(3)::after{
	width: 155px;
	height: 230px;
	top: 60px;
	right: -70px;
	background: url(/shared/templates/unconscious_bias/images/img_magunyon_005.png) transparent left top no-repeat;
}
.custom_unconscious_bias_top #unconscious_bias_explanation .explanation_sub {
	position: relative;
	display: flex;
	align-items: center;
	width: 750px;
	margin: 4em auto;
	color: #481300;
	font-size: 128.571%;
	line-height: 160%;
}
/* link */
#unconscious_bias_link {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.custom_unconscious_bias_free #unconscious_bias_link {
	margin-top: 5em;
}
#tmp_contents #unconscious_bias_link h2 {
	padding: 0 2em;
	border-bottom: none;
    color: #481300;
	font-size: 200%;
	line-height: 157.14%;
	text-align: center;
	font-weight: bold;
	width: 50%;
	margin: 0 auto;
	background: url(/shared/templates/unconscious_bias/images/message_stripe_bg.png) transparent bottom center repeat-x;
	background-size: 22px 10px;
	padding-bottom: .6em;
}
#tmp_contents #unconscious_bias_link h2 span {
	position: relative;
}
#tmp_contents #unconscious_bias_link span.link_01::before {
	content: '';
	position: absolute;
	display: block;
	width: 35px;
	height: 50px;
	top: -12px;
	left: -50px;;
	background: url(/shared/templates/unconscious_bias/images/midashi_img_02.png) transparent left center no-repeat;
}
#tmp_contents #unconscious_bias_link span.link_02::before {
	content: '';
	position: absolute;
	display: block;
	width: 55px;
	height: 50px;
	top: -12px;
	left: -65px;;
	background: url(/shared/templates/unconscious_bias/images/midashi_img_03.png) transparent left center no-repeat;
}
#tmp_contents #unconscious_bias_link ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
#tmp_contents #unconscious_bias_link ul li {
	position: relative;
	width: 180px;
	min-height: 150px;
	margin: 40px 10px;
}
#tmp_contents #unconscious_bias_link ul li.magunyon_01::after {
	content: '';
	position: absolute;
	display: block;
	width: 170px;
	height: 195px;
	top: -160px;
	right: -50px;
	background: url(/shared/templates/unconscious_bias/images/img_magunyon_002.png) transparent top right no-repeat;
}
#tmp_contents #unconscious_bias_link ul li.magunyon_02::after {
	content: '';
	position: absolute;
	display: block;
	width: 170px;
	height: 175px;
	top: -150px;
	left: -40px;
	background: url(/shared/templates/unconscious_bias/images/img_magunyon_003.png) transparent top right no-repeat;
}
#tmp_contents #unconscious_bias_link ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 150px;
	padding: 1em;
	text-align: center;
	color: #481300;
	font-size: 112.5%;
	text-decoration: none;
	letter-spacing: -.1em;
	background: url(/shared/templates/unconscious_bias/images/message_area_bg_s_blue.png) transparent top center no-repeat;
	background-size: 100% 100%;
}
#tmp_contents #unconscious_bias_link ul li a:hover,
#tmp_contents #unconscious_bias_link ul li a:active {
	text-decoration: underline;
}
#tmp_contents #unconscious_bias_link ul li:nth-child(2n) a {
	background: url(/shared/templates/unconscious_bias/images/message_area_bg_s_yellow.png) transparent top center no-repeat;
	background-size: 100% 100%;
}
#tmp_contents #unconscious_bias_link ul li.link_word_edit_na a {
	letter-spacing: -.18em;
}
#tmp_contents #unconscious_bias_link .link_group {
	padding-bottom: 60px;
}
/* diffusion */
#tmp_contents #unconscious_bias_diffusion {
	width: 980px;
	margin: 0 auto;
}
#tmp_contents #unconscious_bias_diffusion h2 {
	margin: 0;
	padding: 0 2em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: none;
	background-position: left top;
	border-bottom: none;
    color: #481300;
	font-size: 200%;
	line-height: 157.14%;
	text-align: center;
	font-weight: bold;
}
#tmp_contents #unconscious_bias_diffusion h2 span {
	position: relative;
}
#unconscious_bias_diffusion .diffusion_step {
	position: relative;
	z-index: 1;
	min-height: 230px;
	padding-top: 4.6em;
	margin-bottom: 1.8em;
}
#unconscious_bias_diffusion .diffusion_step.step2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#unconscious_bias_diffusion .diffusion_step .diffusion_step_ttl {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: .8em;
	color: #481300;
    font-size: 142.85%;
	width: 195px;
	min-height: 145px;
	text-align: center;
	font-weight: bold;
	margin-top: -55px;
	margin-left: 30px;
	background: url(/shared/templates/unconscious_bias/images/step_img.png) transparent left top no-repeat;
}
#unconscious_bias_diffusion .diffusion_step .diffusion_step_ttl_sub {
	width: calc(100% - 225px);
	color: #481300;
    font-size: 142.85%;
	font-weight: bold;
	padding-left: 1.4em;
	letter-spacing: -.06em;
}
#unconscious_bias_diffusion .diffusion_step.copy_btn .diffusion_step_cnt {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
	width: 835px;
	min-height: 155px;
	margin: -80px auto;
	padding-left: 190px;
	color: #481300;
    font-size: 142.85%;
	font-weight: bold;
	background: url(/shared/templates/unconscious_bias/images/step_bg.png) transparent left top no-repeat;
	cursor : pointer;
}
#unconscious_bias_diffusion .diffusion_step.copy_btn .diffusion_step_cnt:hover,
#unconscious_bias_diffusion .diffusion_step.copy_btn .diffusion_step_cnt:active {
	text-decoration: underline;
	opacity: .8;
}
#unconscious_bias_diffusion .diffusion_step.copy_btn .diffusion_step_cnt::after {
	content: '';
	position: absolute;
	display: block;
	width: 290px;
	height: 190px;
	top: -20px;
	right: 20px;
	background: url(/shared/templates/unconscious_bias/images/img_magunyon_004.png) transparent top right no-repeat;	
}
#unconscious_bias_diffusion .diffusion_step.copy_btn .diffusion_step_cnt span {
	display: block;
	width: 100%;
}
#unconscious_bias_diffusion .diffusion_step.step2 .diffusion_step_msg {
	margin: -2em 0 2.5em;
	font-size: 112.5%;
	color: #481300;
}
#unconscious_bias_diffusion .diffusion_step.step2 .diffusion_step_cnt ul {
	margin: 0;
	margin-top: -60px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}
#unconscious_bias_diffusion .diffusion_step.step2 .diffusion_step_cnt ul li {
	width: 180px;
	min-height: 150px;
	margin: 40px 10px;
}
#unconscious_bias_diffusion .diffusion_step.step2 .diffusion_step_cnt ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 150px;
	padding: 1em;
	text-align: center;
	color: #481300;
	font-size: 112.5%;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#unconscious_bias_diffusion .diffusion_step.step2 ul li a.sns_instagram {
	background: url(/shared/templates/unconscious_bias/images/sns_area_instagram.png) transparent top center no-repeat;
	background-size: 100% 100%;
}
#unconscious_bias_diffusion .diffusion_step.step2 ul li a.sns_x {
	background: url(/shared/templates/unconscious_bias/images/sns_area_x.png) transparent top center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
#unconscious_bias_diffusion .diffusion_step.step2 ul li a.sns_facebook {
	background: url(/shared/templates/unconscious_bias/images/sns_area_facebook.png) transparent top center no-repeat;
	background-size: 100% 100%;
}
#unconscious_bias_diffusion .diffusion_step.step2 ul a:hover,
#unconscious_bias_diffusion .diffusion_step.step2 ul a:active {
	text-decoration: underline;
}
/* url copy */
#unconscious_bias_url_copy_cnt {
	position: relative;
	text-decoration: none;
	color: #481300;
	cursor: pointer;
}
#unconscious_bias_url_copy_cnt::after {
	content: 'コピーしました';
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 3px;
	padding: 8px 15px;
	background: #FFF18D;
	color: #333;
	position: absolute;
	bottom: 0;
	right: calc(50% - 4em);
	transition: .6s;
	opacity: 0;
}
#unconscious_bias_url_copy_cnt.copied::after {
	opacity: 1;
}
/** 末端 **/
/* title */
.custom_unconscious_bias_free .txt_xsmall {
	display: block;
	font-size: 78%;
	line-height: 1.4em;
}
/* tab */
.custom_unconscious_bias_free #tmp_tabs .tab_title {
    display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	position: relative;
	margin: 5em 0 3em;

}
.custom_unconscious_bias_free #tmp_tabs .tab_title::after {
    content: '';
	position: absolute;
	width: 100vw;
	height: 3px;
	bottom: 0;
	border-bottom: 3px solid #e5e5e5;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title.container {
	padding: 0;
	width: auto;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title a {
    position: relative;
	display: flex;
	width: 100%;
	max-width: 300px;
	justify-content: center;
	text-align: center;
	margin: 0 14px;
	padding: 8px;
    font-size: 128.57%;
    display: block;
    text-decoration: none;
	font-weight: bold;
    color: #222222;
	background-color: #fff;
    border: 3px solid #e5e5e5;
    border-radius: 12px 12px 0 0;
	box-sizing: border-box;
}
.custom_unconscious_bias_free #tmp_tabs .tab_switch {
	padding: 22px 10px;
    font-size: 185.7%;
    display: block;
	text-align: center;
    text-decoration: none;
	font-weight: bold;
    color: #222222;
    background-color: #fff;
    border: 3px solid #e5e5e5;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title a::before {
	content: '';
	position: absolute;
	width: 110px;
	height: 50px;
	top: -46px;
	right: 20px;
	background: url(/shared/templates/unconscious_bias/images/tab_img_active.png) left center no-repeat;
	transition:  0.2s ease;
	opacity: 0;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title a.tb_active::before {
	transition:  0.2s ease;
	opacity: 1;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title a::after {
	content: '';
	position: absolute;
	width: calc(100% + 6px);
	height: 3px;
	left: -3px;
	bottom: 0;
	background-color: #fff;
	z-index: 5;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title a.tb_active::after {
	width: 100%;
	left: 0;
	bottom: -3px;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title a span {
	display: block;
	width: 100%;
	background: url(/shared/templates/unconscious_bias/images/tab_bg_grey.png) center center repeat;
	border-radius: 12px;
	padding: .8em .6em .5em;
	transition:  0.2s ease;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title a.tab1.tb_active span {
	background: url(/shared/templates/unconscious_bias/images/tab_bg_pink.png) center center repeat;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title a.tab2.tb_active span {
	background: url(/shared/templates/unconscious_bias/images/tab_bg_yellow.png) center center repeat;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title a.tab3.tb_active span {
		background: url(/shared/templates/unconscious_bias/images/tab_bg_green.png) center center repeat;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title a span::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: calc(50% - (3em + 5px));
	top: calc(50% - 5px);
	background: url(/shared/templates/unconscious_bias/images/tab_list.png) left center no-repeat;
	transition:  0.2s ease;
}
.custom_unconscious_bias_free #tmp_tabs .tab_title a.tb_active span::before {
	background: url(/shared/templates/unconscious_bias/images/tab_list_active.png) left center no-repeat;
	transition:  0.2s ease;
}
/* ふきだし */
.custom_unconscious_bias_free .speechbubble_yellow,
.custom_unconscious_bias_free .speechbubble_green {
	width: 980px;
	position: relative;
	margin: 55px auto;
}
.custom_unconscious_bias_free #tmp_contents .speechbubble_yellow table.outline,
.custom_unconscious_bias_free #tmp_contents .speechbubble_yellow .outline,
.custom_unconscious_bias_free #tmp_contents .speechbubble_green table.outline,
.custom_unconscious_bias_free #tmp_contents .speechbubble_green .outline {
	position: relative;
	background: url(/shared/templates/unconscious_bias/images/speechbubble_yellow_bg_mid.png) center center repeat-y;
	margin: 55px 0;
	border: none;
}
.custom_unconscious_bias_free #tmp_contents .speechbubble_green table.outline,
.custom_unconscious_bias_free #tmp_contents .speechbubble_green .outline {
	background: url(/shared/templates/unconscious_bias/images/speechbubble_gr_bg_mid.png) center center repeat-y;
}
.custom_unconscious_bias_free .speechbubble_yellow table.outline::before,
.custom_unconscious_bias_free .speechbubble_yellow .outline::before,
.custom_unconscious_bias_free .speechbubble_green table.outline::before,
.custom_unconscious_bias_free .speechbubble_green .outline::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 45px;
	top: -45px;
	left: 0;
	background: url(/shared/templates/unconscious_bias/images/speechbubble_yellow_bg_top.png) center center no-repeat;
}
.custom_unconscious_bias_free .speechbubble_green table.outline::before,
.custom_unconscious_bias_free .speechbubble_green .outline::before {
	background: url(/shared/templates/unconscious_bias/images/speechbubble_gr_bg_top.png) center center no-repeat;
}
.custom_unconscious_bias_free #tmp_contents .speechbubble_yellow table.outline td,
.custom_unconscious_bias_free #tmp_contents .speechbubble_green table.outline td,
.custom_unconscious_bias_free #tmp_contents .speechbubble_yellow div.outline,
.custom_unconscious_bias_free #tmp_contents .speechbubble_green div.outline {
	padding: 0 30px;
	background-color: transparent;
}
.custom_unconscious_bias_free #tmp_contents .speechbubble_yellow div.outline,
.custom_unconscious_bias_free #tmp_contents .speechbubble_green div.outline {
	padding-bottom: .4em;
}
.custom_unconscious_bias_free .speechbubble_yellow table.outline::after,
.custom_unconscious_bias_free .speechbubble_yellow .outline::after,
.custom_unconscious_bias_free .speechbubble_green table.outline::after,
.custom_unconscious_bias_free .speechbubble_green .outline::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 77px;	
	bottom: -77px;
	left: 0;
	background: url(/shared/templates/unconscious_bias/images/speechbubble_yellow_bg_btm.png) center center no-repeat;
}
.custom_unconscious_bias_free .speechbubble_green table.outline::after,
.custom_unconscious_bias_free .speechbubble_green .outline::after {
	background: url(/shared/templates/unconscious_bias/images/speechbubble_gr_bg_btm.png) center center no-repeat;
}
/* inquiry,feedback */
.custom_unconscious_bias_top #tmp_inquiry,
.custom_unconscious_bias_top #tmp_feedback {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 40px;
}
/* accessibility style change:color
================================================== */
.color_blue #tmp_contents #tmp_lead .box_heading .heading_ttl:after,
.color_black #tmp_contents #tmp_lead .box_heading .heading_ttl:after,
.color_yellow #tmp_contents #tmp_lead .box_heading .heading_ttl:after,
.color_blue #tmp_contents #tmp_lead .box_heading .heading_img:after,
.color_black #tmp_contents #tmp_lead .box_heading .heading_img:after,
.color_yellow #tmp_contents #tmp_lead .box_heading .heading_img:after {
	display: none;
}
.color_blue #tmp_contents #tmp_lead .box_heading,
.color_black #tmp_contents #tmp_lead .box_heading,
.color_yellow #tmp_contents #tmp_lead .box_heading {
	border: 2px solid;
}
.color_blue #tmp_contents #tmp_lead .box_heading .heading_ttl h1,
.color_black #tmp_contents #tmp_lead .box_heading .heading_ttl h1,
.color_yellow #tmp_contents #tmp_lead .box_heading .heading_ttl h1 {
	border: none !important;
}
/* unconscious bias top */
.color_blue.custom_unconscious_bias_top #unconscious_bias_mainvisual h1,
.color_black.custom_unconscious_bias_top #unconscious_bias_mainvisual h1,
.color_yellow.custom_unconscious_bias_top #unconscious_bias_mainvisual h1 {
	text-indent: 0;
	font-size: 1.7em;
}
/* accessibility style change:font-size
================================================== */
.fsize_big #tmp_contents #tmp_lead_info table.list_table .date {
    width: 130px;
	background-position: 0 10px;
}
.fsize_big #tmp_lead_recommend .box_lead_cnt .list_btn {
	font-size: 80%;
}
.fsize_big2 #tmp_contents #tmp_lead_info table.list_table .date {
    width: 160px;
	background-position: 0 17px;
}
.fsize_big2 #tmp_lead_recommend .box_lead_cnt .list_btn {
	font-size: 57.1%;
}
/* ==================================================
google search
================================================== */
#tmp_contents .gsc-above-wrapper-area-container,
#tmp_contents .gsc-above-wrapper-area-container *,
.gs-web-image-box,
.gs-promotion-image-box {
	-webkit-box-sizing:content-box !important;
	-moz-box-sizing:content-box !important;
	box-sizing:content-box !important;
}
gsc-search-button-v2, .gsc-search-button-v2 {
	cursor:pointer !important;
}
#tmp_contents button.gsc-search-button-v2 {
    padding: 11px 10px;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents #tmp_33call_banner ul:after,
#tmp_faq_search_ttl:after,
#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 #tmp_facilities_btn:after,
#tmp_lead:after,
#tmp_lead .box_lead:after,
#tmp_lead .box_lead_ttl:after,
#tmp_lead .box_lead_cnt:after,
#tmp_mayor_box:after,
#tmp_shisetsu_info:after,
#tmp_map_search_box:after,
#tmp_map_search:after,
#tmp_map_move:after,
.box_relevance_site:after,
#tmp_event_box:after,
#tmp_event_box2:after,
#tmp_event_cal_tab:after,
#tmp_event_cal_tab ul:after,
#tmp_event_cal_genre:after,
#tmp_event_cal_genre_ttl:after,
#tmp_event_cal_genre_cnt:after,
#tmp_event_cal_genre_cnt dd:after,
#tmp_event_cal_genre_cnt dd ul:after,
#tmp_event_main:after,
#tmp_contents .event_col3:after,
#tmp_lnavi_event_cal:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt .cal_navi:after,
#tmp_contents .doga_group_1:after,
#tmp_contents .doga_group_2:after,
#tmp_doga_channel:after,
#tmp_doga_channel_ttl:after,
#tmp_doga_channel_cnt:after,
#tmp_doga_channel_cnt li a:after,
#tmp_doga_recommend:after,
#tmp_doga_recommend_ttl:after,
#tmp_doga_recommend_cnt:after,
#tmp_doga_new:after,
#tmp_doga_new_ttl:after,
#tmp_doga_new_cnt:after,
#tmp_lead_recommend .box_lead_cnt ul:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	min-width:auto;
}
#tmp_wrapper2,
.container {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
}
#tmp_header {
	margin:0 0 10px !important;
	padding:0 0 10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin:10px 0 0 !important;
	padding:10px 0 0 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_wrap_header,
#tmp_header {
	background:#FFFFFF !important;
	min-width:auto !important;
}
#tmp_hlogo {
	margin:0 !important;
	padding:10px 0 0 65px;
	float:none;
	position:relative;
	background-image:none;
}
#tmp_hlogo::before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	background:url(/shared/site_rn/images/header/hlogo.png) no-repeat;
	width:62px;
	height:66px;
}
#tmp_hlogo a {
	text-decoration:none;
	color:#000000;
}
#tmp_hlogo span {
	z-index:1 !important;
	font-size:2rem;
	font-weight:bold;
}
#tmp_contents {
	padding:0 0 10px !important;
}
#tmp_pankuzu,
#tmp_wrap_custom_update {
	margin:0 0 10px !important;
}
#tmp_citypromo,
#tmp_means,
#tmp_gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
#tmp_fnavi,
#tmp_fnavi2,
.plugin,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
.social_media_btn,
#tmp_social_plugins,
.fnavi,
.footer_contact,
.footer_weather,
#tmp_contents #tmp_lead .box_heading .heading_ttl:after,
#tmp_contents #tmp_lead .box_heading .heading_img:after {
	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_pankuzu,
#tmp_wrap_main {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_wrap_main {
	padding:0 10px !important;
}
.format_free.custom_doga_top .column_rnavi .wrap_col_main {
	float:left !important;
}
.custom_doga_top.format_free .wrap_col_rgt_navi {
	display: block !important;
}
.custom_doga_top.format_free .column_rnavi .col_main{
	margin-right: 340px !important;
}
#tmp_contents .main_doga iframe {
	width:100% !important;
}
#tmp_map #tmp_wrap_gmap_box #tmp_gmap_box {
	display:inline-block; /* IE10、11でYahooマップ使用ページを印刷しようとするとブラウザが落ちるため */
}
#tmp_contents .box_gmap {
	display:inline-block; /* IE10、11でYahooマップ使用ページを印刷しようとするとブラウザが落ちるため */
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_inquiry {
	margin-bottom:20px !important;
}
#tmp_wrap_copyright {
	background:none !important;
	color:#000000;
	border:none;
}
.copyright {
	text-align:left !important;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* 変更しない */
	height:1px; /* 変更しない */

}
}
/* Hack IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	div.col3 div.col3L,
	div.col3 div.col3M,
	div.col3 div.col3R {
		display: inline-block;
	}
	#tmp_contents #tmp_lead .box_heading .heading_ttl:after {
		height: 290px;
	}
	#tmp_contents h2.idx_ttl {
		box-shadow: 0 -2px 5px 1px rgba(11, 29, 47, 0.15);
		-webkit-box-shadow: 0 -2px 5px 1px rgba(11, 29, 47, 0.15);
		-moz-box-shadow: 0 -2px 5px 1px rgba(11, 29, 47, 0.15);
	}
	#tmp_contents h2.idx_ttl + ul {
		box-shadow: 0 1px 5px 1px rgba(11, 29, 47, 0.15);
		-webkit-box-shadow: 0 1px 5px 1px rgba(11, 29, 47, 0.15);
		-moz-box-shadow: 0 1px 5px 1px rgba(11, 29, 47, 0.15);
	}
	#tmp_contents #tmp_lead_info table.list_table + p a {
		padding: 10px 60px 5px 23px;
	}
	#tmp_contents .btn_more a {
		padding: 11px 26px 6px 28px;
	}
	#tmp_lead_recommend .box_lead_cnt {
		padding: 2px 15px 0;
	}
	#tmp_lead_recommend .box_lead_cnt .list_btn a {
		padding-top: 5px;
	}
	#tmp_contents .box_menu {
		box-shadow: 0 2px 5px 2px rgba(11, 29, 47, 0.15);
		-webkit-box-shadow: 0 2px 5px 2px rgba(11, 29, 47, 0.15);
		-moz-box-shadow: 0 2px 5px 2px rgba(11, 29, 47, 0.15);
	}
}
