@charset "utf-8";

/* ==================================================
Required to CMS-8341
================================================== */
#tmp_contents h1 {
	clear:both; /* Do not edit */
	color: #003d93;
	font-size: 257.1%;
	font-weight: bold;
	margin:0 0 0.4em;
	padding: 24px 15px 24px;
	border-top:3px solid #004ca2;
	background: #eaf9fd;
	background: linear-gradient(to bottom, #eaf9fd 50%, #ffffff);
	
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4{
	margin:1.5em 0 0.8em;
	clear:both; /* Do not edit */
}
#tmp_contents h5,
#tmp_contents h6 {
	margin:2em 0 0.8em;
	clear:both; /* Do not edit */
}
#tmp_contents h2{
	font-size: 171.4%;
	font-weight: bold;
	position: relative;
	border-bottom:4px solid #cccccc;
	color:#003d93;
}
#tmp_contents h2::before{
	content: "";
	z-index:1;
	position: absolute;
	top: 100%;
	width: 130px;
	height: 4px;
	background-color: #003d93;
	background: linear-gradient(to right, #003d93 20%, #cccccc);
	color:#ffffff;
}
#tmp_contents h3{
	font-size: 142.8%;
	font-weight: bold;
	position: relative;
	padding-left:22px;
	border-bottom:1px solid #cccccc;
	color:#003d93;
}
#tmp_contents h3::before{
	content: "";
	position: absolute;
	top: 0.4em;
	left:0;
	width: 15px;
	height: 15px;
	border-radius:2px;
	background-color:#003d93;
	color:#ffffff;
	margin-right:30px;
}
#tmp_contents h4{
	font-size: 128.6%;
	font-weight: bold;
	position: relative;
	padding-left:12px;
	background-color: #ffffff;
	color: #003d93;
}
#tmp_contents h4::before{
	content: "";
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 1.2em;
	margin-top:-0.6em;
	border-radius:2px;
	background-color: #003d93;
	color: #ffffff;
}
#tmp_contents h5{
	color: #003d93;
	background-color: #ffffff;
	font-size: 128.6%;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
}
#tmp_contents h6{
	color: #003d93;
	background-color: #ffffff;
	font-size: 121.4%;
	font-weight: bold;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
	line-height: 1.8;
}
#tmp_contents .sdgs_img img {
	padding-bottom: 2px;
}
#tmp_contents ul {
	margin:0 0 1em 3.2em; /* Do not edit */
	list-style-image:url(/shared/images/icon/list_icon.png); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
	line-height: 1.8;
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin: 0 0 0.8em; /* Do not edit */
	clear:both; /* Do not edit */
	background-color: #eaf9fd;
	border:1px solid #eaf9fd;
	color: inherit;
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td {
	padding: 15px 20px 7px;
	color:inherit;
	background-color:#eaf9fd;
}
#tmp_contents div.outline {
	padding:15px 20px 7px;
	color:inherit;
	background-color:#eaf9fd;
	border:1px solid #eaf9fd;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding: 13px 10px 11px 35px;
	color:inherit;
	background: url(/shared/images/icon/arrow_r.png) no-repeat 14px 21px;
	border: 1px solid #cccccc;
	font-size: 128.6%;
	font-weight: bold;
}
#tmp_contents ul.box_btn li a{
	color: #000000;
	background-color: #ffffff;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin: 0 0 2em; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	padding: 8px 25px;
	color: #003d93;
	font-weight:bold;
	background-color: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	font-size: 142.8%;
	border-top: 1px solid #003d93;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt {
	padding: 25px 28px 12px;
	border-bottom: 1px solid #003d93;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_link
================================================== */
#tmp_contents .box_link {
	margin: 0 0 2.7em; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl {
	padding: 8px 25px;
	color: #003d93;
	font-weight:bold;
	background-color: #f2f2f2;
	border-bottom: 1px solid #cccccc;
	font-size: 142.8%;
	border-top: 1px solid #003d93;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt {
	padding: 25px 28px 12px;
	border-bottom: 1px solid #003d93;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 0.8em; /* Do not edit */
	border: 1px solid #cccccc;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.box_menu td {
	padding:5px 10px 0;
}
#tmp_contents .box_menu .box_menu_ttl{
	padding: 13px 10px 0 35px;
	color:inherit;
	background: url(/shared/images/icon/arrow_r.png) no-repeat 14px 21px;
	font-size: 128.6%;
	font-weight: bold;
}
#tmp_contents .box_menu .box_menu_ttl p{
	margin-bottom: 4px
}
#tmp_contents .box_menu .box_menu_cnt{
	padding:5px 10px 0 35px;
}
#tmp_contents .box_menu .box_menu_cnt p{
	line-height: 1.3;
}
#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; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}

/* datatable 
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #AABBCC;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding: 11px 8px;
	color:inherit;
	background-color: #e8e8e8;
	border: 1px solid #cccccc;
	font-size: 114.3%;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding: 8px;
	border: 1px solid #cccccc;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:20%; /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#bf1111; /* txt_red */
	font-weight:500; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* enquete_table */
#tmp_contents table.enquete_table th,
#tmp_contents table.enquete_table td {
	display:block;
	width:100%;
	border-bottom:none;
    border-left:none;
    border-right:none;
}
#tmp_contents table.enquete_table tr:first-child th {
    border-top:none;
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#f2f2f2; /* base.css > Styles > th.bg_red */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#eaf9fd; /* base.css > Styles > th.bg_blue */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* base.css > Styles > th.bg_gray */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#e7fef4; /* base.css > Styles > th.bg_green */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#e6eefa; /* base.css > Styles > th.bg_purple */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #cccccc; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#e8e8e8; /* = table.datatable th */
	border:1px solid #cccccc; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #cccccc; /* = table.datatable td */
}
/* ==================================================
inquiry
================================================== */
#tmp_wrap_inquiry{
	border:1px solid #003d93;
	margin:0 0 30px;
	clear:both;
}
#tmp_inquiry_ttl{
	font-size: 171.4%;
	padding: 12px 30px;
	border-bottom: 1px solid #003d93;
	font-weight: bold;
	color: #003d93;
}
#tmp_inquiry_cnt{
	font-size: 114.3%;
	line-height: 1.5;
	padding: 26px 30px;
}
/* inquiry_btn */
#tmp_inquiry_btn {
	border:1px solid #003d93;
	border-top:none;
	background-color:#ffffff;
	color:inherit;
	padding: 0 30px 30px;
	margin:-51px 0 30px;
	clear:both;
}
#tmp_inquiry_btn p {
	text-align:center;
	margin:0 auto;
	font-size: 112.5%;
}
#tmp_inquiry_btn a {
	color: #000000;
	background: #ffffff url(/shared/images/icon/right_arrow.png) right center no-repeat;
	border: 1px solid #cccccc;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	font-weight: bold;
	padding: 12px 46px;
	margin: 0 auto;
	display: inline-block;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	text-decoration:none;
	min-width: 300px;
}
#tmp_inquiry_btn a:hover {
	text-decoration:underline;
}
/* ==================================================
feedback
================================================== */
#tmp_feedback{
	clear:both;
	border: 1px solid #003d93;
	margin-bottom: 15px;
}
#tmp_feedback_ttl{
	font-size: 171.4%;
	padding: 12px 30px;
	border-bottom: 1px solid #003d93;
	font-weight: bold;
	color: #003d93;
}
#tmp_feedback_cnt{
	padding: 26px 30px 30px;
}
#tmp_feedback_cnt legend{
	font-weight: bold;
	margin-bottom: 9px;
}
#tmp_feedback_cnt fieldset{
	margin-bottom: 15px;
}
#tmp_feedback_cnt fieldset p{
	display: inline-block;
	margin-right: 27px;
}
#tmp_feedback_cnt input[type="radio"]{
	display: none;
}
#tmp_feedback_cnt input[type="radio"] + label{
	display: block;
	padding-left: 22px;
	position: relative;
	cursor: pointer;
}
#tmp_feedback_cnt input[type="radio"] + label:before{
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 2px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#tmp_feedback_cnt input[type="radio"]:checked + label:after{
	content: "";
	width: 10px;
	height: 10px;
	left: 3px;
	top: 5px;
	background-color: #616161;
	color: #ffffff;
	position: absolute;
	z-index: 1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#tmp_feedback_cnt .submit input {
	font-size: 128.6%;
	color: #000000;
	background: #ffffff url(/shared/images/icon/right_arrow.png) right center no-repeat;
	border: 1px solid #cccccc;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	font-weight: bold;
	padding: 12px 46px;
	margin: 0 auto;
	display: block;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.15);
	display: block;
	min-width: 300px;
	cursor:pointer;
}
#tmp_feedback_cnt .submit input:hover {
	text-decoration:underline;
}
#tmp_feedback_cnt .submit{
	margin: 0;
	display: block;
	padding-top: 10px;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding: 14px 12px 16px 24px;
	clear:both;
	background-color: #f2f2f2;
	color: inherit;
}
.plugin .plugin_img {
	margin: 4px 26px 0 0 !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* ==================================================
lnavi
================================================== */
#tmp_lnavi {
	padding-top:3px;
    margin:0 0 20px;
	position:relative;
}
#tmp_lnavi::before {
    content: "";
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 3px;
	color:#ffffff;
	background-color:#006fc5;
	background:-webkit-gradient(linear, center top, center bottom, from(#003389), to(#006fc5));
	background:-moz-linear-gradient(center top, #003389, #006fc5);
	background:-ms-linear-gradient(top, #003389, #006fc5);
	background:linear-gradient(to bottom, #003389, #006fc5);
}
#tmp_lnavi_ttl {
	line-height:1.2;
	background: url(/shared/images/main/pattern_bg.gif) repeat left top;
    border-bottom: 1px solid #006fc5;
    font-size: 171.4%;
    font-weight:  bold;
    padding:18px 10px 17px 20px;
	position:relative;
}
#tmp_lnavi_ttl::after {
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:14px;
	height:14px;
	border-style: solid;
	border-width: 0 0 14px 14px;
	border-color: transparent transparent #1368d7 transparent;
}
#tmp_lnavi_ttl a {
    display: block;
    text-decoration: none;
	padding-left:20px;
	color:#000000;
	background:url(/shared/templates/saiyo/images/contents/arrow_r.png) no-repeat left 0.3em;
}
#tmp_lnavi_ttl a:hover {
	text-decoration:underline;
}
#tmp_lnavi_cnt ul li {
    border-top: 1px solid #cccccc;
}
#tmp_lnavi_cnt ul li a {
    display:  block;
    text-decoration: none;
    padding: 17px 10px 16px 45px;
    color:#000000;
    background: transparent url(/shared/images/icon/arrow_r.png) no-repeat 20px 18px;
}
#tmp_lnavi_cnt ul li a:hover,
#tmp_lnavi_cnt ul li.active a {
    color:#ffffff;
	background-color:#1368d7;
	background-image:url(/shared/images/icon/arrow_rw2.png);
}
/* ==================================================
contents
================================================== */
#tmp_contents .pl15 {
	padding-left: 15px;
}
#tmp_contents a {
	text-decoration:none;
}
#tmp_contents a:hover {
	text-decoration: underline;
}
/* box_photo */
#tmp_contents .box_photo {
	margin:0 0 30px;
	clear:both;
}
#tmp_contents .box_photo p {
	margin:0 0 10px;
}
#tmp_contents .box_photo img {
	vertical-align:top;
}
#tmp_contents .box_photo_main {
	margin:0 0 30px;
	clear:both;
}
#tmp_contents .box_photo_main .box_photo {
	margin-bottom:0;
	clear:none;
	float:left;
	width:600px;
}
#tmp_contents .box_photo_main .box_photo_txt {
	float:right;
	width:300px;
}
/* ==================================================
index
================================================== */
/* idx_ttl
================================================== */
#tmp_contents h2.idx_ttl {
	background-color:#eeeeee;
	color:#000000;
	margin-top:0;
	padding:7px 20px;
	border:none;
	/* デザイン決定後指定する　第二階層用タイトル */
}
#tmp_contents h2.idx_ttl::before{
	content:none;
}
/* idx_info
================================================== */
#tmp_contents .idx_info {
	margin:0 0 55px;
}
#tmp_contents .idx_info_ttl {
	padding:5px 0 5px 48px;
	min-height:35px;
	margin:0 0 8px;
	position:relative;
}
#tmp_contents #tmp_idx_info_news .idx_info_ttl {
	background:url(/shared/templates/free/images/contents/news_ttl_icon.png) no-repeat left 0.5em;
}
#tmp_contents #tmp_idx_info_oshirase .idx_info_ttl {
	background:url(/shared/templates/free/images/contents/oshirase_ttl_icon.png) no-repeat left 0.5em;
}
#tmp_contents .idx_info_ttl h2 {
	overflow:inherit;
	margin:0;
	padding:0;
	color:#003d93;
	background-color:transparent;
	border:none;
}
#tmp_contents .idx_info_ttl h2::before {
	content:none;
}
#tmp_contents .idx_info_ttl .switch_btn {
	display:none;
}
.disp_pc #tmp_contents .idx_info_cnt {
	display:block !important;
}
/* list_table
================================================== */
table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
	font-size:114.3%;
	margin:0 0 10px;
	border-bottom:1px solid #cccccc;
}
table.list_table td {
	vertical-align:top;
	text-align:left;
	padding:9px 15px;
}
table.list_table tr:nth-child(odd) td {
	background-color:#f2f2f2;
	color:inherit;
}
#tmp_contents table.list_table td p {
	margin:0;
}
table.list_table .date {
	padding:10px 5px 10px 20px;
	width:6.5em;
	white-space:nowrap;
}
table.list_table td img {
	vertical-align:middle;
	display:inline-block;
	margin-left:5px;
}
/* more_info */
#tmp_contents .more_info {
	float:right;
	clear:both;
}
#tmp_contents .more_info p {
	display:inline-block;
	vertical-align:top;
	margin-left:30px;
	background-position:left center;
	background-repeat:no-repeat;
	padding-top:2px;
	padding-left:22px;
	min-height:18px;
}
#tmp_contents .more_info .list {
	background-image:url(/shared/images/icon/arrow_r.png);
}
#tmp_contents .more_info .rss {
	background-image:url(/shared/images/icon/rss_icon.png);
}
#tmp_contents .more_info p a {
	color:#000000;
}
/* idx_search
================================================== */
#tmp_contents .idx_search {
	border:1px solid #003389;
	margin:0 0 40px;
	clear:both;
}
/* idx_search_keyword */
#tmp_contents .idx_search .idx_search_keyword {
	position:relative;
	padding:40px 20px 0;
}
#tmp_contents .idx_search .idx_search_keyword::before {
    content: "";
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 3px;
	color:#ffffff;
	background-color:#006fc5;
	background:-webkit-gradient(linear, center top, center bottom, from(#003389), to(#006fc5));
	background:-moz-linear-gradient(center top, #003389, #006fc5);
	background:-ms-linear-gradient(top, #003389, #006fc5);
	background:linear-gradient(to bottom, #003389, #006fc5);
}
#tmp_contents .idx_search_keyword .box_sch {
	display:table;
	width:100%;
	margin:0 0 3px;
}
#tmp_contents .idx_search_keyword .box_sch p {
	margin:0;
	line-height:1.2;
}
#tmp_contents .idx_search_keyword .box_sch_ttl {
	display:table-cell;
	vertical-align:top;
	width:11em;
	padding:7px 0 3px 35px;
	color:#003d93;
	font-size:128.6%;
	font-weight:bold;
	background:url(/shared/images/icon/icon_search2.png) no-repeat left top;
	min-height:30px;
}
#tmp_contents .idx_search_keyword .box_sch_cnt {
	position:relative;
	display:table-cell;
	vertical-align:top;
}
#tmp_contents .idx_search_keyword #idx_site_search {
    background: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    padding:6px 84px 5px 10px;
    width: 100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#tmp_contents .idx_search_keyword #idx_site_search:focus::placeholder {
	color: transparent;
}
#tmp_contents .idx_search_keyword .box_sch_submit {
    position: absolute;
    right:0;
    top:0;
    bottom:0;
	margin:0;
}
#tmp_contents .idx_search_keyword .box_sch_submit input {
    height: 100%;
	font-size:128.6%;
	line-height:1.2;
	font-weight:bold;
    color: #ffffff;
    background: #1368d7;
    border: 0;
    min-width: 78px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
	letter-spacing:0.2em;
}
#tmp_contents .idx_search_keyword .box_sch_submit input:hover,
#tmp_contents .idx_search_keyword .box_sch_submit input:focus {
    background: #000066;
}
/* how_btn */
#tmp_contents .idx_search_keyword .how_btn {
	text-align:right;
	margin-bottom:5px;
}
#tmp_contents .idx_search_keyword .how_btn a {
	display:inline-block;
	padding-left:10px;
	background:url(/shared/images/icon/icon_arrow.png) no-repeat left center;
}
/* idx_search_viewable */
#tmp_contents .idx_search_viewable {
	padding:0 20px 20px;
}
#tmp_contents .idx_search_viewable_ttl {
	padding:5px 0 5px 40px;
	min-height:35px;
	margin:0 0 4px;
	background:url(/shared/templates/free/images/contents/viewable_ttl_icon.png) no-repeat left 0.1em;
}
#tmp_contents .idx_search_viewable h2 {
	overflow:inherit;
	margin:0;
	padding:0;
	color:#003d93;
	background-color:transparent;
	font-size:128.6%;
	border:none;
}
#tmp_contents .idx_search_viewable h2::before{
	content:none;
}
#tmp_contents .idx_search_viewable_cnt {
	background-color:#f2f2f2;
	color:inherit;
	padding:15px 10px 5px 20px;
}
#tmp_contents .idx_search_viewable_cnt ul {
	list-style:none;
	margin:0;
	font-size:114.3%;
}
#tmp_contents .idx_search_viewable_cnt ul li {
	display:inline-block;
	vertical-align:top;
	width:49.5%;
	margin:0 0 10px;
}
#tmp_contents .idx_search_viewable_cnt ul li a {
	background:url(/shared/images/icon/icon_arrow.png) no-repeat left 0.4em;
	padding-left:10px;
}
/* idx_navi
================================================== */
#tmp_idx_contents .idx_navi {
	margin:0 0 35px;
	clear:both;
}
#tmp_idx_contents .idx_navi ul {
	list-style:none;
	font-weight:bold;
	display:flex;
	flex-wrap:wrap;
}
#tmp_idx_contents .idx_navi ul li {
	display:table;
	width:16.65%;
	text-align:center;
}
#tmp_idx_contents .idx_navi ul li a {
	display:table-cell;
	vertical-align:middle;
	padding:10px;
	height:66px;
	text-decoration:none;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	color:#000000;
	background:#eaf9fd url(/shared/images/icon/down_arrow.png) no-repeat bottom center;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
#tmp_idx_contents .idx_navi ul li:nth-child(6n) a {
	border-right:none;
}
#tmp_idx_contents .idx_navi ul li a:hover {
	text-decoration:underline;
}
/* idx_list
================================================== */
#tmp_idx_contents .idx_list {
	border-top:3px solid #003389;
	border-collapse:collapse;
	border-spacing:0;
	display:table;
	width:100%;
	margin:0 0 30px;
	clear:both;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
#tmp_idx_contents .idx_list_ttl,
#tmp_idx_contents .idx_list_cnt {
	display:table-cell;
	vertical-align:top;
	height:80px;
}
#tmp_idx_contents .idx_list_ttl {
	width:300px;
	padding:10px 14px 0;
	border-right:1px solid #1368d7;
}
#tmp_idx_contents .idx_list_ttl h2 {
	font-size:214.3%;
	color:#003d93;
}
#tmp_idx_contents .idx_list_ttl h2 a {
	display:inline-block;
	color:#003d93;
	background:url(/shared/images/icon/arrow_r.png) no-repeat left 0.6em;
	padding:2px 0 0 24px;
	min-height:16px;
	text-decoration:none;
}
#tmp_idx_contents .box_idx_cnt,
#tmp_idx_contents .idx_list_cnt {
	width:615px;
}
#tmp_idx_contents .idx_list_cnt ul {
	width:615px;
	list-style:none;
	font-size:114.3%;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    box-orient:horizontal;
    -ms-flex-direction:row;
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    flex-direction:row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#tmp_idx_contents .idx_list_cnt ul li {
	float:left;
	width:50%;
	border-bottom:1px solid #cccccc;
	line-height:1.2;
}
#tmp_idx_contents .idx_list_cnt ul li:nth-child(odd):nth-last-child(2),
#tmp_idx_contents .idx_list_cnt ul li:last-child {
	border-bottom:none;
}
#tmp_idx_contents .idx_list_cnt ul li a {
	display:block;
	padding:15px 5px 15px 20px;
	color:#000000;
	background-color:transparent;
	text-decoration:none;
}
#tmp_idx_contents .idx_list_cnt ul li span {
	display:inline-block;
	padding:2px 0 0 22px;
	min-height:16px;
	background:url(/shared/images/icon/arrow_r.png) no-repeat left 0.25em;
}
#tmp_idx_contents .idx_list_ttl h2 a:hover,
#tmp_idx_contents .idx_list_cnt ul li a:hover span {
	text-decoration:underline;
}
/* ==================================================
koho
================================================== */
/* koho_search
================================================== */
#tmp_contents .koho_search {
	border-left:4px solid #1368d7;
	background-color:#eaf9fd;
	color:inherit;
	padding:23px 25px 18px 15px;
	margin:0 0 30px;
	clear:both;
}
#tmp_contents .koho_search_ttl {
	width:490px;
	float:left;
	padding-top:5px;
}
#tmp_contents .koho_search_cnt {
	width:365px;
	float:right;
}
#tmp_contents .koho_search_ttl p {
	margin:0;
	font-size:114.3%;
}
#tmp_contents .koho_search .note_id {
	position: relative;
	z-index:  0;
}
#tmp_contents .koho_search .note_id::after {
	content:"";
	width: 94%;
	height: 50%;
	position: absolute;
	color:  #000000;
	background-color: #c8eeab;
	left: 3px;
	bottom:  0;
	z-index: -1;
}
#tmp_contents .koho_search_cnt .box_sch {
	display:table;
	width:100%;
	position:relative;
}
#tmp_contents .koho_search_cnt .box_sch p {
	display:table-cell;
	vertical-align:top;
}
#tmp_contents .koho_search_cnt #koho_site_search {
    background: #ffffff;
    color: #333333;
    border: 1px solid #cccccc;
    padding:6px 84px 5px 10px;
    width: 100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#tmp_contents .koho_search_cnt #koho_site_search:focus::placeholder {
	color: transparent;
}
#tmp_contents .koho_search_cnt .box_sch_submit {
    position: absolute;
    right:0;
    top:0;
    bottom:0;
	margin:0;
}
#tmp_contents .koho_search_cnt .box_sch_submit button {
    height: 100%;
	font-size:128.6%;
	font-weight:bold;
    color: #ffffff;
    background: #1368d7;
    border: 0;
    min-width: 78px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
	letter-spacing:0.2em;
}
#tmp_contents .koho_search_cnt .box_sch_submit button:hover,
#tmp_contents .koho_search_cnt .box_sch_submit button:focus {
    background: #000066;
}
#tmp_contents .koho_search_cnt .sch_how {
	text-align:right;
	margin:0;
}
#tmp_contents .koho_search_cnt .sch_how a {
	display:inline-block;
	color:#000000;
	background:url(/shared/images/icon/arrow_r.png) no-repeat left 0.5em;
	padding:2px 0 0 22px;
	min-height:16px;
}
/* koho_report
================================================== */
#tmp_contents .koho_report {
	margin:0 0 30px;
	clear:both;
}
#tmp_contents .koho_report_img {
	width:250px;
	float:left;
}
#tmp_contents .koho_report_cnt {
	width:620px;
	float:right;
}
#tmp_contents .koho_report .report_list {
	margin:0 0 0 20px;
	padding-bottom:15px;
	list-style-image:url(/shared/images/icon/report_icon.png);
}
#tmp_contents .koho_report .report_list li {
	margin:0 0 8px;
}
#tmp_contents .koho_report_cnt h2:first-child,
#tmp_contents .koho_report_cnt h3:first-child {
	margin-top:0;
}
/* report_btn */
#tmp_contents .report_btn {
	margin:0 0 20px;
	font-size:128.6%;
	font-weight:bold;
}
#tmp_contents .report_btn a {
	display:block;
	color:#000000;
	background:url(/shared/images/icon/arrow_r.png) no-repeat 15px center;
	border:1px solid #cccccc;
	padding:13px 10px 13px 36px;
}
/* report_backnumber
================================================== */
#tmp_contents .report_backnumber5,
#tmp_contents .report_backnumber6 {
	list-style:none;
	margin:0 -10px 0 0;
	font-weight:bold;
	padding:0 0 30px;
}
#tmp_contents .report_backnumber5 li,
#tmp_contents .report_backnumber6 li {
	float:left;
	text-align:center;
	padding:0 10px 8px 0;
	margin:0;
}
#tmp_contents .report_backnumber5 li {
	width:20%;
}
#tmp_contents .report_backnumber6 li {
	width:16.6%;
}
#tmp_contents .report_backnumber5 li a,
#tmp_contents .report_backnumber6 li a {
	display:block;
	padding:14px 10px;
	color:#000000;
	background:#f2f2f2 url(/shared/images/icon/icon_arrow.png) no-repeat 28px center;
	border:1px solid #d8d8d8;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
/* ==================================================
search_result
================================================== */
/* search_result_refine
================================================== */
#tmp_search_result_refine {
	margin:0 0 40px;
	clear:both;
}
#tmp_search_result_refine_ttl {
	padding:12px 15px;
	border:1px solid #0068be;
	position:relative;
	min-height:60px;
}
#tmp_search_result_refine_ttl h2 {
	overflow:inherit;
	display:inline-block;
	min-height:25px;
	margin:0;
	padding:2px 0 1px 30px;
	font-size:142.8%;
	color:#003d93;
	background:url(/shared/images/icon/icon_search.png) no-repeat left center;
	border:none;
}
#tmp_search_result_refine_ttl h2::before {
	content:none;
}
#tmp_search_result_refine_ttl .switch_btn {
	position:absolute;
	top:10px;
	right:10px;
}
#tmp_search_result_refine_ttl .switch_btn a {
	background:url(/shared/images/icon/switch_open_icon.png) no-repeat center center;
	width:41px;
	height:41px;
}
.ac_active #tmp_search_result_refine_ttl .switch_btn a {
	background-image:url(/shared/images/icon/switch_close_icon.png);
}
#tmp_search_result_refine_ttl .switch_btn span {
	width:31px;
	height:31px;
	padding:5px;
}
#tmp_search_result_refine_cnt {
	padding:0 18px;
	border:1px solid #0068be;
}
#tmp_search_result_refine_kwd {
	padding:32px 0 30px;
	border-bottom:1px dotted #cccccc;
}
#tmp_search_result_refine_cate {
	padding:20px 0 0;
	border-bottom:1px dotted #cccccc;
}
#tmp_search_result_refine_file {
	padding:15px 0 0;
}
#tmp_search_result_refine_btn {
	padding:20px 0;
}
#tmp_search_result_refine .refine {
	display:table;
	width:100%;
}
#tmp_search_result_refine .refine_ttl,
#tmp_search_result_refine .refine_cnt {
	display:table-cell;
	vertical-align:top;
}
#tmp_search_result_refine .refine_ttl {
	padding-right:25px;
}
#tmp_search_result_refine .refine_ttl p {
	color:#003d93;
	font-size:128.6%;
	font-weight:bold;
}
#tmp_search_result_refine #tmp_search_result_refine_kwd .refine_ttl p {
	background:url(/shared/images/icon/sch_kwd_icon.png) no-repeat left 0.4em;
	padding:4px 0 0 35px;
}
#tmp_search_result_refine #tmp_search_result_refine_cate .refine_ttl p {
	background: url(/shared/images/icon/sch_cate_icon.png) no-repeat left 0.5em;
	padding:4px 0 0 35px;
}
#tmp_search_result_refine .refine_cnt {
	width:940px;
}
#tmp_search_result_refine .refine_cnt ul {
	list-style:none;
	margin:7px 0 0;
}
#tmp_search_result_refine .refine_cnt ul li {
	display:inline-block;
	vertical-align:top;
	line-height:1.4;
	margin-bottom:20px;
}
#tmp_search_result_refine #tmp_search_result_refine_cate .refine_cnt ul li {
	width:23.5%;
}
#tmp_search_result_refine #tmp_search_result_refine_file .refine_cnt ul li {
	margin-right:45px;
}
#tmp_search_result_refine_kwd p,
#tmp_search_result_refine_kwd .box_sch {
	display:inline-block;
	vertical-align:top;
	margin-bottom:0;
}
#tmp_result_kwd_query {
	width:415px;
	min-height:36px;
	padding:4px 10px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#tmp_search_result_refine_kwd .result_kwd_area select {
    width:225px;
	min-height:36px;
	border:1px solid #cccccc;
	font-size:114.3%;
    padding:2px 10px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#tmp_search_result_refine_kwd #tmp_refine_kwd_btn {
	width:122px;
	min-height:36px;
	cursor:pointer;
	font-size:128.6%;
	font-weight:bold;
	color:#ffffff;
	background-color:#1368d7;
	border:1px solid #1368d7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
    transition: all 0.2s ease-in-out;
}
#tmp_search_result_refine_kwd #tmp_refine_kwd_btn:hover {
    background-color: #000066;
}
#tmp_search_result_refine_kwd .refine_lang {
    background-color:#eaf9fd;
	padding:10px 13px;
	line-height:1;
	min-height:36px;
	width:154px;
}
/* refine_btn */
#tmp_search_result_refine_btn p {
	float:left;
	text-align:center;
	margin-bottom:0;
}
#tmp_search_result_refine_btn .refine_submit_btn {
	margin-right:18px;
}
#tmp_search_result_refine_btn #tmp_refine_submit_btn {
	width:790px;
	padding:12px 0;
	cursor:pointer;
	background:#1368d7 url(/shared/images/icon/right_arrow3.png) no-repeat right center;
	color:#ffffff;
	font-size:128.6%;
	font-weight:bold;
	border:1px solid #cccccc;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}
#tmp_search_result_refine_btn #tmp_refine_submit_btn:hover {
    background-color: #000066;
}
#tmp_search_result_refine_btn .refine_reset_btn {
	margin-top:7px;
	margin-right:6px;
}
#tmp_search_result_refine_btn #tmp_refine_reset_btn {
	width:190px;
	padding:6px 0 5px;
	cursor:pointer;
	font-size:114.3%;
	border:1px solid #a4a4a4;
	background:#e8e8e8 url(/shared/images/icon/right_arrow.png) no-repeat right center;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}
#tmp_search_result_refine_btn #tmp_refine_reset_btn:hover {
    background-color: #dddddd;
}
#tmp_search_result_refine_btn .refine_help_btn {
	margin-top:7px;
	width:198px;
	font-size:114.3%;
}
#tmp_search_result_refine_btn .refine_help_btn a {
	display:block;
	padding:5px 0 4px;
	border:1px solid #1368d7;
	background:#ffffff url(/shared/images/icon/right_arrow4.png) no-repeat right center;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}
#tmp_search_result_refine_btn .refine_help_btn a:hover {
	text-decoration:none;
    background-color:#eaf9fd;
}
/* search_result_kwd
================================================== */
#tmp_search_result_kwd {
	background-color:#e0f4fa;
	padding:30px 20px 15px;
	clear:both;
}
#tmp_search_result_kwd p {
	margin-bottom:0;
}
#tmp_search_result_kwd .result_kwd {
	display:table;
	width:720px;
	margin:0 auto 15px;
	position:relative;
}
#tmp_search_result_kwd .result_kwd p {
	display:table-cell;
	vertical-align:top;
}
#tmp_search_result_kwd .result_kwd_ttl {
	background:url(/shared/images/icon/icon_search2.png) no-repeat left top;
	width:40px;
	height:30px;
}
#tmp_search_result_kwd .result_kwd_ttl span {
	display:block;
	width:40px;
	height:30px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#tmp_result_query {
	width:100%;
	min-height:36px;
	padding:4px 90px 4px 13px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#tmp_result_query:focus::placeholder {
	color: transparent;
}
#tmp_search_result_kwd .search_submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
#tmp_search_result_kwd .search_submit input {
	font-size:128.6%;
    height: 100%;
	background-color:#1368d7;
    color: #ffffff;
	text-align:center;
	font-weight:bold;
	width:80px;
	min-height:36px;
	border:1px solid #cccccc;
	border-left:none;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
}
#tmp_search_result_kwd .search_submit input:hover {
    background: #000066;
}
/* assumption */
#tmp_search_result_kwd .assumption {
	text-align:center;
	margin:0 0 10px;
	clear:both;
}
#tmp_search_result_kwd .assumption .ttl,
#tmp_search_result_kwd .assumption ul,
#tmp_search_result_kwd .assumption ul li {
	display:inline-block;
	vertical-align:top;
}
#tmp_search_result_kwd .assumption {
	min-width:720px;
	margin:0 auto;
	text-align:left;
	padding-left:40px;
	display:table;
}
#tmp_search_result_kwd .assumption p,
#tmp_search_result_kwd .assumption ul li {
	font-size:114.3%;
	line-height:1;
}
#tmp_search_result_kwd .assumption ul {
	list-style:none;
	margin:0;
}
#tmp_search_result_kwd .assumption ul li {
	border-left:1px solid #000;
	padding:0 8px 0 12px;
}
#tmp_search_result_kwd .assumption ul li:first-child {
	border-left:none;
}
/* conditions
================================================== */
#tmp_search_result .wrap_conditions {
	background-color:#efefef;
	color:inherit;
	padding:8px 18px 8px 8px;
	margin:0 0 10px;
	clear:both;
}
#tmp_search_result .wrap_conditions p {
	margin-bottom:0;
}
#tmp_search_result .conditions {
	float:left;
	font-size:114.3%;
	font-weight:bold;
	padding-top:5px;
}
#tmp_search_result .conditions span {
	color:#bf1111;
}
#tmp_search_result .page_sort {
	float:right;
}
#tmp_search_result .page_sort p {
	float:left;
	margin:0 0 0 26px;
}
#tmp_search_result .page_sort p span {
	display:inline-block;
	vertical-align:middle;
}
#tmp_search_result .page_sort select {
	border:1px solid #cccccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width: 100%;
	min-height:36px;
    padding:4px 2px;
	cursor:pointer;
}
/* search_recommend / search_ranking
================================================== */
#tmp_search_recommend,
#tmp_search_ranking {
	margin:0 0 45px;
	clear:both;
}
#tmp_search_recommend_ttl,
#tmp_search_ranking_ttl {
	margin:0 0 5px;
}
#tmp_search_recommend_ttl p,
#tmp_search_ranking_ttl p {
	font-size:142.8%;
	font-weight:bold;
	line-height:1.2;
}
#tmp_search_recommend_cnt {
	padding:15px 15px 5px;
	background-color:#e0f4fa;
}
#tmp_search_recommend_cnt ol,
#tmp_search_ranking_cnt ol {
	margin:0;
	font-size:128.6%;
	counter-reset: list_count;
}
#tmp_search_recommend_cnt ol li,
#tmp_search_ranking_cnt ol li {
	display:inline-block;
	vertical-align:top;
	margin:0 1em 10px 0;
	line-height:1.0;
}
#tmp_search_recommend_cnt ol li::before {
    margin-right:.25em;
    counter-increment: list_count;
    content: counter(list_count)".";
    display: inline-block;
}
#tmp_search_recommend_cnt ol li a {
	padding-right:20px;
	background:url(/shared/images/icon/link_icon.png) no-repeat right center;
}
#tmp_search_ranking_cnt ol li {
	border-left:1px solid #000;
	margin-right:12px;
	padding-left:8px;
}
#tmp_search_ranking_cnt ol li:first-child {
	border-left:none;
	padding-left:0;
}
#tmp_search_ranking_cnt ol li::before {
    margin-right:.25em;
    counter-increment: list_count;
    content: counter(list_count);
    display: inline-block;
	width:30px;
	height:22px;
	text-align:center;
	background:url(/shared/images/icon/rank_icon.png) no-repeat center top;
}
#tmp_search_ranking_cnt ol li.rank1::before {
	background:url(/shared/images/icon/rank1_icon.png) no-repeat center top;
}
/* result_contents
================================================== */
#tmp_search_result_contents {
	margin:0 0 20px;
	clear:both;
}
/* search_result_main */
#tmp_search_result_main .box_search {
	border-top:1px dotted #cccccc;
	padding:25px 0;
	clear:both;
}
#tmp_search_result_main .box_search:first-child {
	border-top:none;
}
#tmp_search_result_main .box_search_ttl h2 {
	padding:0;
	margin:0 0 2px;
	background:none;
	font-size:128.6%;
	font-weight:normal;
	border:none;
	overflow:inherit;
}
#tmp_search_result_main .box_search_ttl h2::before {
	content:none;
}
#tmp_search_result_main .box_search_cnt p {
	margin-bottom:0;
}
#tmp_search_result_main .box_search em {
	 color:#C51F1F;
	 background-color:transparent;
	 font-style:normal;
}
#tmp_search_result_main .file_info {
    clear:both;
}
#tmp_search_result_main .file_path {
    margin:0 10px 0 0;
    color:#0049ba;
    background-color:transparent;
}
/* page_sending_navi
================================================== */
#tmp_search_result .page_sending_navi,
#tmp_opdata_result .page_sending_navi {
	text-align:center;
	padding:17px 0;
	margin:0 0 30px;
	border-top:2px solid #003d93;
	border-bottom:2px solid #003d93;
	clear:both;
}
#tmp_search_result .page_sending_navi p,
#tmp_opdata_result .page_sending_navi p {
	margin-bottom:0;
}
#tmp_search_result .page_sending_navi p,
#tmp_search_result .page_sending_navi ul,
#tmp_search_result .page_sending_navi li,
#tmp_search_result .page_sending_navi a,
#tmp_opdata_result .page_sending_navi p,
#tmp_opdata_result .page_sending_navi ul,
#tmp_opdata_result .page_sending_navi li,
#tmp_opdata_result .page_sending_navi a {
	display:inline-block;
}
#tmp_search_result .page_sending_navi ul,
#tmp_opdata_result .page_sending_navi ul {
	list-style:none;
	margin:0;
	padding:0 20px;
	vertical-align:middle;
	font-size:142.8%;
	font-weight:bold;
}
#tmp_search_result .page_sending_navi li,
#tmp_opdata_result .page_sending_navi li {
	padding:0 4px 0 0;
	margin:0;
	line-height:1.1;
	border-right:2px solid #585858;
}
#tmp_search_result .page_sending_navi li:first-child,
#tmp_opdata_result .page_sending_navi li:first-child {
	border-left:2px solid #585858;
	padding-left:2px;
}
#tmp_search_result .page_sending_navi li span,
#tmp_search_result .page_sending_navi a,
#tmp_opdata_result .page_sending_navi li span,
#tmp_opdata_result .page_sending_navi a {
	display:block;
	padding:0 14px;
}
#tmp_search_result .page_sending_navi p,
#tmp_opdata_result .page_sending_navi p {
	line-height:1.1;
	font-weight:bold;
}
#tmp_search_result .page_sending_navi p a,
#tmp_opdata_result .page_sending_navi p a {
	display:block;
	min-width:96px;
	border:1px solid #cccccc;
	padding:4px 10px;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
#tmp_search_result .page_sending_navi p a:hover span,
#tmp_opdata_result .page_sending_navi p a:hover span {
	text-decoration:underline;
}
#tmp_search_result .page_sending_navi .prev span,
#tmp_opdata_result .page_sending_navi .prev span {
	display:inline-block;
	padding-left:12px;
	background:url(/shared/images/icon/prev_icon.png) no-repeat left 0.2em;
}
#tmp_search_result .page_sending_navi .next span,
#tmp_opdata_result .page_sending_navi .next span {
	display:inline-block;
	padding-right:12px;
	background:url(/shared/images/icon/next_icon.png) no-repeat right 0.2em;
}
@media all and (-ms-high-contrast: none) {
	#tmp_search_result_refine_kwd .result_kwd_area select,
	#tmp_search_result .page_sort select {
		padding-top:7px;
		padding-bottom:0;
	}
	#tmp_search_result_refine_kwd #tmp_refine_kwd_btn,
	#tmp_search_result_kwd .search_submit input {
		padding-top:0.3em;
    }
	#tmp_search_result .page_sending_navi span,
	#tmp_opdata_result .page_sending_navi span {
		padding-top:4px;
	}
}
/* ==================================================
opendata
================================================== */
#tmp_opdata_sch {
	clear:both;
}
#tmp_contents #tmp_opdata_sch p {
	margin:0;
}
#tmp_opdata_sch_ttl {
	padding:8px 15px;
	border:1px solid #0068be;
	position:relative;
}
#tmp_opdata_sch_ttl p {
	font-weight:bold;
	overflow:inherit;
	display:inline-block;
	min-height:25px;
	margin:0;
	padding:2px 0 1px 30px;
	font-size:142.8%;
	color:#003d93;
	background:url(/shared/images/icon/icon_search.png) no-repeat left center;
	border:none;
}
#tmp_opdata_sch_ttl h2::before {
	content:none;
}
#tmp_opdata_sch_cnt {
	padding:30px 20px 40px;
	margin:0 0 25px;
	padding:30px 20px 40px;
	border-left:1px solid #0068be;
	border-right:1px solid #0068be;
	border-bottom:1px solid #0068be;
}
#tmp_opdata_sch_cnt label,
#tmp_opdata_sch_cnt #tmp_opdata_datatime_ttl p,
#tmp_opdata_sch_cnt #tmp_opdata_datapost_ttl p {
	font-weight:bold;
}
#tmp_opdata_sch_cnt #tmp_opdata_datatime_cnt p label,
#tmp_opdata_sch_cnt #tmp_opdata_datapost_cnt p label {
	font-weight:normal;
}
#tmp_opdata_sch_cnt #tmp_opdata_kwd {
	margin:0 0 20px;
	clear:both;
	display:table;
	width:100%;
}
#tmp_opdata_sch_cnt #tmp_opdata_kwd_ttl {
	width:170px;
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
	text-align:center;
}
#tmp_opdata_sch_cnt #tmp_opdata_kwd_cnt {
	padding:10px 20px;
	display:table-cell;
	background-color:#f9f9f9;
}
#tmp_opdata_sch_cnt #tmp_opdata_kwd_cnt p #op_search {
	padding:0 10px;
	margin-bottom:5px;
	width:100%;
	min-height:36px;
	color:inherit;
	background-color:#FFFFFF;
	border:1px solid #cccccc;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#tmp_opdata_sch_cnt #tmp_opdata_kwd_cnt p #op_search:focus::placeholder {
	color: transparent;
}
#tmp_opdata_sch_cnt #tmp_opdata_detail {
	margin:0 0 6px;
	clear:both;
}
#tmp_opdata_sch_cnt #tmp_opdata_detail .opdata_detail_box {
	padding-top:32px;
	border-top:1px dotted #cccccc;
	clear:both;
	display:flex;
}
#tmp_opdata_sch_cnt #tmp_opdata_detail .opdata_detail_box_l {
	align-items:stretch;
	padding-right:1.6%;
	width:28.3%;
	float:left;
}
#tmp_opdata_sch_cnt #tmp_opdata_detail .opdata_detail_box_m {
	align-items:stretch;
	padding-right:1.6%;
	width:46.6%;
	float:left;
}
#tmp_opdata_sch_cnt #tmp_opdata_detail .opdata_detail_box_r {
	align-items:stretch;
	width:21.7%;
	float:left;
}
#tmp_opdata_sch_cnt #tmp_opdata_kwd,
#tmp_opdata_sch_cnt #tmp_opdata_category,
#tmp_opdata_sch_cnt #tmp_opdata_datatime,
#tmp_opdata_sch_cnt #tmp_opdata_extension,
#tmp_opdata_sch_cnt #tmp_opdata_datatype,
#tmp_opdata_sch_cnt #tmp_opdata_datapost,
#tmp_opdata_sch_cnt #tmp_opdata_displayedresults,
#tmp_opdata_sch_cnt #tmp_opdata_license,
#tmp_opdata_sch_cnt #tmp_opdata_organization {
	color:inherit;
	background-color:#ffffff;
	height:100%;
	width:100%;
}
#tmp_opdata_sch_cnt #tmp_opdata_kwd_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_category_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_datatime_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_extension_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_datatype_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_datapost_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_displayedresults_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_license_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_organization_ttl {
	background-color:#eaf9fd;
	padding:5px 15px;
	line-height:1.4;
	font-size:128.6%;
}
#tmp_opdata_sch_cnt #tmp_opdata_category_cnt,
#tmp_opdata_sch_cnt #tmp_opdata_extension_cnt,
#tmp_opdata_sch_cnt #tmp_opdata_datatype_cnt,
#tmp_opdata_sch_cnt #tmp_opdata_license_cnt,
#tmp_opdata_sch_cnt #tmp_opdata_organization_cnt {
	padding:15px 0 30px;
}
#tmp_opdata_sch_cnt #tmp_opdata_datatime_cnt,
#tmp_opdata_sch_cnt #tmp_opdata_datapost_cnt,
#tmp_opdata_sch_cnt #tmp_opdata_displayedresults_cnt {
	padding:35px 20px;
}
#tmp_opdata_sch_cnt #tmp_opdata_category_cnt p #opdata_category,
#tmp_opdata_sch_cnt #tmp_opdata_license_cnt p #opdata_license,
#tmp_opdata_sch_cnt #tmp_opdata_datatime_cnt p input,
#tmp_opdata_sch_cnt #tmp_opdata_datatype_cnt p select,
#tmp_opdata_sch_cnt #tmp_opdata_datapost_cnt p input,
#tmp_opdata_sch_cnt #tmp_opdata_extension_cnt p select,
#tmp_opdata_sch_cnt #tmp_opdata_organization_cnt p select,
#tmp_opdata_sch_cnt #tmp_opdata_displayedresults_cnt p select {
	border:1px solid #cccccc;
}
#tmp_opdata_sch_cnt select {
	width:100%;
}
#tmp_opdata_sch_cnt #tmp_opdata_displayedresults_cnt p select {
	height:40px;
}
#tmp_opdata_sch_cnt #tmp_opdata_datatime_cnt p input,
#tmp_opdata_sch_cnt #tmp_opdata_datapost_cnt p input {
	margin:0 10px 0 0;
	width:200px;
	height:40px;
	box-sizing:border-box;
}
#tmp_opdata_sch_cnt #tmp_opdata_datatime_cnt p label,
#tmp_opdata_sch_cnt #tmp_opdata_datapost_cnt p label {
	margin:0 5px 0 0;
}
#tmp_opdata_sch_cnt p {
	margin:0;
}
/* conditions */
#tmp_opdata_result  .conditions {
	padding:25px 0 15px;
	font-size:114.3%;
	text-align:center;
}
/* opdata_submit */
#tmp_opdata_submit {
	clear:both;
	text-align:center;
}
#tmp_opdata_submit input {
	margin:0 10px;
	padding:13px 5px;
	font-size:128.6%;
	font-weight:bold;
	border:none;
	cursor:pointer;
	border:1px solid #cccccc;
	border-radius:30px;
	text-decoration: none;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	background-repeat:no-repeat;
	background-position:center right;
}
#tmp_opdata_submit #searchformsubmit {
	width:350px;
	color:#ffffff;
	background-color:#1368d7;
	background-image:url(/shared/images/icon/right_arrow3.png);
}
#tmp_opdata_submit #searchformclr {
	width:350px;
	color:#222222;
	background-color:#ffffff;
	background-image:url(/shared/images/icon/right_arrow.png);
}
/* オープンデータ検索結果 */
#tmp_opdata_result {
	clear:both;
}
#tmp_contents #tmp_opdata_result .datatable th {
	background-color:#e8e8e8;
	font-size:100%;
	font-weight:normal;
}
#tmp_contents #tmp_opdata_result .datatable th,
#tmp_contents #tmp_opdata_result .datatable td {
	box-sizing:border-box;
	padding:5px;
}
#tmp_contents #tmp_opdata_result .datatable th img {
	float:right;
}
#tmp_contents #tmp_opdata_result .opendata_dl_btn {
	text-align:center;
	padding:5px 5px 2px;
	background-color:#1368d7;
	color:#ffffff;
	font-size:85.7%;
	text-decoration: none;
	border-radius:5px;
	margin-bottom:5px;
}
#tmp_contents #tmp_opdata_result .opendata_dl_btn a {
	color:#ffffff;
}
#tmp_contents #tmp_opdata_result .opendata_page_btn {
	text-align:center;
	padding:5px 5px 2px;
	background-color:#e8e8e8;
	color:#333333;
	font-size:85.7%;
	text-decoration: none;
	border-radius:5px;
}
#tmp_contents #tmp_opdata_result .opendata_page_btn a {
	color:#333333;
}
/* ==================================================
event_calendar ver2.4
================================================== */
/* event_lead
============================== */
#tmp_contents .event_lead {
	margin:0 0 45px;
	clear:both;
}
#tmp_contents .event_lead_l {
	float:left;
	width:640px;
	margin-top:-24px;
	position:relative;
}
#tmp_contents .event_lead_r {
	float:right;
	width:560px;
}
/* recently */
#tmp_event_recently {
	padding-top:3px;
	position:relative;
}
#tmp_event_recently::before {
    content: "";
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	width: 100%;
	height: 3px;
	color:#ffffff;
	background-color:#006fc5;
	background:-webkit-gradient(linear, center top, center bottom, from(#003389), to(#006fc5));
	background:-moz-linear-gradient(center top, #003389, #006fc5);
	background:-ms-linear-gradient(top, #003389, #006fc5);
	background:linear-gradient(to bottom, #003389, #006fc5);
}
#tmp_event_recently_ttl {
	padding:14px 0 0;
}
#tmp_event_recently_ttl h2 {
	overflow:inherit;
	color:#003d93;
	margin:0;
	background:url(/shared/templates/free/images/contents/event/recently_ttl_icon.png) no-repeat left 7px;
	padding:5px 0 3px 50px;
	min-height:30px;
	border:none;
}
#tmp_event_recently_ttl h2::before {
	content:none;
}
#tmp_event_recently_cnt ul {
	list-style:none;
	margin:0 0 20px;
}
#tmp_event_recently_cnt ul li {
	border-bottom:1px solid #cccccc;
	padding:15px 0 4px;
	margin:0;
}
#tmp_event_recently_cnt ul li p {
	margin-bottom:0;
	font-size:128.6%;
}
#tmp_event_recently_cnt ul li p.date {
	font-size:100%;
}
#tmp_event_recently_cnt ul li p.date span {
	padding:1px 10px;
	background-color:#000000;
	color:#ffffff;
	margin-right:5px;
}
#tmp_event_recently_cnt .more_btn {
	display:none;
	font-size:128.6%;
	font-weight:bold;
	text-align:center;
}
#tmp_event_recently_cnt .more_btn a {
	display:inline-block;
	border:1px solid #cccccc;
	min-width:300px;
	padding:11px 20px;
	color:#000000;
	background-color:#ffffff;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	border-radius:2em;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
#tmp_event_recently_cnt .more_btn span {
	display:block;
	padding:0 10px;
	background:url(/shared/images/icon/down_arrow2.png) no-repeat right center;
}
/* other_event_all */
#tmp_contents #tmp_other_event_all {
	line-height:1.2;
	margin:0 0 20px;
}
#tmp_other_event_all a,
#tmp_contents #tmp_other_event li a {
	font-size:128.6%;
	font-weight:bold;
	color:#000000;
	border:1px solid #cccccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	padding:10px;
}
#tmp_other_event_all a {
	width:100%;
	display:table;
	vertical-align:middle;
	background-color:#eaf9fd;
	background-image:url(/shared/images/icon/arrow_blue.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#tmp_other_event_all span {
	padding-left:180px;
	height:78px;
	display:table-cell;
	vertical-align:middle;
	background:url(/shared/templates/free/images/contents/event/event_img.png) no-repeat left top;
}
/* other_event */
#tmp_contents #tmp_other_event {
	list-style:none;
	margin:0;
}
#tmp_contents #tmp_other_event li {
	float:left;
	width:180px;
	text-align:center;
	line-height:1.2;
}
#tmp_contents #tmp_other_event li.plaza,
#tmp_contents #tmp_other_event li.miraikan {
	margin-right:10px;
}
#tmp_contents #tmp_other_event li a {
	display:block;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:center 10px;
	padding-top:120px;
	position:relative;
}
#tmp_contents #tmp_other_event li.plaza a {
	background-image:url(/shared/templates/free/images/contents/event/plaza_img.png);
}
#tmp_contents #tmp_other_event li.miraikan a {
	background-image:url(/shared/templates/free/images/contents/event/miraikan_img.png);
}
#tmp_contents #tmp_other_event li.library a {
	background-image:url(/shared/templates/free/images/contents/event/library_img.png);
}
#tmp_contents #tmp_other_event li a::after {
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:13px;
	height:13px;
	background-image:url(/shared/images/icon/arrow_blue.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#tmp_contents #tmp_other_event li.library span {
	position:relative;
	display:inline-block;
}
#tmp_contents #tmp_other_event li.library span::after {
	content:"";
	position:absolute;
	bottom:4px;
	right:-14px;
	background:url(/shared/templates/free/images/contents/event/exterior_icon.png) no-repeat;
	width:12px;
	height:12px;
}
#tmp_contents #tmp_other_event a:hover span {
	text-decoration:underline;
}
/* event_ttl
============================== */
#tmp_contents .event_ttl {
	margin:0 0 25px;
	text-align:center;
	font-size:214.3%;
	color: #003d93;
	border:none;
	background: #ffffff url(/shared/images/h1_bg.jpg) left top repeat;
	font-weight: bold;
	padding:25px 0 0;
	background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	border-top:3px solid #004ca2;
	clear:both;
	overflow:inherit;
}
#tmp_contents .event_ttl::before {
	content:none;
}
/* タブ
============================== */
#tmp_event_cal_tab {
	margin:0 0 55px;
	clear:both;
	border-bottom:1px solid #0068be;
}
#tmp_event_cal_tab ul {
	list-style:none;
	font-size:128.6%;
	font-weight:bold;
	margin:0;
}
#tmp_event_cal_tab li {
	float:right;
	width:610px;
	margin-bottom:-2px !important;
	text-align:center;
}
#tmp_event_cal_tab li:first-child {
	float:left;
}
#tmp_event_cal_tab li a {
	display:block;
	padding:11px 10px;
	color:inherit;
	background-color:#f2f2f2;
	border:1px solid #cccccc;
	border-bottom:none;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
    -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.05);
}
#tmp_event_cal_tab .active a {
	padding-bottom:13px;
	border:1px solid #0068be;
	border-bottom:none;
	color:inherit;
	background-color:#FFFFFF;
}
/* 絞り込み検索
============================== */
#tmp_event_cal_refine {
	padding:0 20px;
	margin:0 0 50px;
	clear:both;
}
#tmp_event_cal_refine_ttl {
	padding:15px 10px 13px 45px;
	font-size:142.8%;
	font-weight:bold;
	color:#003d93;
	background:url(/shared/images/icon/icon_search2.png) no-repeat 8px 16px;
	border:1px solid #cccccc;
}
#tmp_event_cal_refine_ttl p {
	margin:0;
}
#tmp_event_cal_refine_cnt {
	padding:20px 0 30px 30px;
	border:1px solid #cccccc;
}
#tmp_event_cal_refine_cnt dl,
#tmp_event_cal_refine_cnt fieldset {
	padding:0 0 15px;
	clear:both;
}
#tmp_event_cal_refine_cnt dt,
#tmp_event_cal_refine_cnt fieldset legend {
	float:left;
	width:160px;
	padding-top:5px;
	margin:0 -160px 0 0;
	font-size:128.6%;
	font-weight:bold;
	color:#003d93;
	background-color:transparent;
}
#tmp_event_cal_refine_cnt dd,
#tmp_event_cal_refine_cnt fieldset ul {
	padding:0 0 0 160px;
	list-style:none;
	list-style-image:none;
	margin:0;
	font-size:107%;
}
#tmp_event_cal_refine_cnt dd {
	padding-left:170px;
}
#tmp_event_cal_refine_cnt fieldset li {
	float:left;
	line-height:1.1;
	margin:0 25px 0 0;
	padding:11px 10px;
}
#tmp_event_cal_refine_cnt fieldset .genre li {
	display:inline-block;
	margin:0 7px 10px 0;
	min-height:40px;
	width:190px;
	background-repeat:no-repeat;
	background-position:150px center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#tmp_event_cal_refine_cnt fieldset li label {
	display:inline-block;
	vertical-align: text-top;
}
/* event_search */
#tmp_event_search {
	padding-right:30px;
	clear:both;
}
#tmp_event_search #tmp_event_keyword {
	width:100%;
	border:1px solid #cccccc;
	padding:5px 18px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#tmp_event_search #tmp_event_keyword:focus::placeholder {
	color: transparent;
}
/* refine_btn */
#tmp_event_cal_refine_btn {
	text-align:center;
	clear:both;
}
#tmp_event_cal_refine_btn p {
	display:inline-block;
	vertical-align:top;
	width:300px;
	margin:0 18px;
}
#tmp_event_cal_refine_btn .clear_btn {
	padding-top:8px;
	font-size:114.3%;
	font-weight:bold;
}
#tmp_event_cal_refine_btn .clear_btn a {
	display:block;
	padding:4px 30px;
	color:#000000;
	background:#ffffff url(/shared/images/icon/right_arrow.png) no-repeat right center;
	text-decoration:none;
	border:1px solid #cccccc;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
#tmp_event_cal_refine_btn #tmp_event_keyword_btn {
	width:300px;
	cursor:pointer;
	padding:13px 0;
	font-size:128.6%;
	font-weight:bold;
	border:1px solid #1368d7;
	color:#ffffff;
	background:#1368d7 url(/shared/images/icon/right_arrow3.png) no-repeat right center;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	border-radius:2em;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
#tmp_event_cal_refine_btn .clear_btn a:hover,
#tmp_event_cal_refine_btn #tmp_event_keyword_btn:hover {
	text-decoration:underline;
}
/* 月送り
============================== */
/* event_col3 */
#tmp_contents .event_col3 {
	clear:both; /* 変更しない */
	width:100%; /* 変更しない */
}
#tmp_contents .event_col3 .event_col3L,
#tmp_contents .event_col3 .event_col3M,
#tmp_contents .event_col3 .event_col3R{
	display:table; /* 変更しない */
	float:left; /* 変更しない */
	width:33.3%; /* 変更しない */
}
#tmp_lnavi_event_cal_ttl .event_col3L,
#tmp_lnavi_event_cal_ttl .event_col3M,
#tmp_lnavi_event_cal_ttl .event_col3R {
	display:table;
	float:left;
	width:30%;
}
#tmp_lnavi_event_cal_ttl .event_col3M {
	width:40%;
}
/* event_page_navi */
#tmp_contents h2.cal_date {
	text-align:center;
	overflow:inherit;
}
#tmp_contents h2.cal_date::after {
	content:none;
}
#tmp_contents h2.cal_date,
#tmp_contents .event_page_navi .cal_date {
	line-height:1.4;
	font-weight:bold;
	text-align:center;
	font-size:143%;
	margin-bottom:0;
	border:none;
}
#tmp_contents h2.cal_date::before {
	content:none;
}
#tmp_lnavi_event_cal_ttl .year,
#tmp_contents h2.cal_date .year,
#tmp_contents .event_page_navi .cal_date .year {
	margin:0 5px 0 0;
}
#tmp_contents h2.cal_date .month,
#tmp_contents .event_page_navi .cal_date .month {
	font-size:180%;
}
#tmp_lnavi_event_cal_ttl .month {
	font-size:150%;
}
#tmp_lnavi_event_cal_ttl .prev,
#tmp_lnavi_event_cal_ttl .next {
	line-height:1.2;
	margin-bottom:0;
	text-align:left;
}
#tmp_lnavi_event_cal_ttl .next,
#tmp_contents .event_page_navi .next {
	text-align:right;
}
#tmp_contents .event_page_navi .prev,
#tmp_contents .event_page_navi .next {
	padding-top:13px;
	line-height:1.2;
	margin-bottom:0;
}
#tmp_lnavi_event_cal_ttl p a,
#tmp_contents .event_page_navi a {
	display:inline-block;
	min-width:70px;
	padding:4px 5px 3px;
	color:#000000;
	background-color:#ffffff;
	border:1px solid #cccccc;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
#tmp_lnavi_event_cal_ttl .prev a,
#tmp_contents .event_page_navi .prev a {
	background:url(/shared/templates/free/images/contents/event/cal_prev_icon.png) no-repeat 10px center;
	padding-left:22px;
}
#tmp_lnavi_event_cal_ttl .next a,
#tmp_contents .event_page_navi .next a {
	background:url(/shared/templates/free/images/contents/event/cal_next_icon.png) no-repeat right center;
	padding-right:22px;
}
/* カレンダー形式
============================== */
/* カレンダー設定 */
#tmp_event_cal_7w .event_cal_7w,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td {
	border-width:1px; /* 変更しない */
	border-style:solid; /* 変更しない */
	border-color:#cccccc;
}
#tmp_event_cal_7w .event_cal_7w {
	width:1240px; /* デザインによって変更 */
	margin-bottom:15px;
	padding:0;
	border-collapse:separate; /* 変更しない */
	border-spacing:0; /* 変更しない */
	color:inherit;
	background:url(/shared/templates/free/images/contents/event/event_cal_7w_bg.gif) repeat-y left top; /* デザインによって画像変更 */
}
/* 曜日 */
#tmp_event_cal_7w .event_cal_7w tr.cal_th td {
	border-top:none; /* 変更しない */
	border-right:none; /* 変更しない */
	border-left:none; /* 変更しない */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td p {
	padding:7px 0;
	color:#ffffff;
	background-color:#666666;
	text-align:center;
	font-size:128.6%;
	font-weight:bold;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_sun p {
	width:176px;
	color:#ffffff;
	background-color:#cc1b1b;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_mon p,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_tue p,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_wed p,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_thu p,
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_fri p {
	width:176px;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td.cal_sat p {
	width:176px;
	color:#ffffff;
	background-color:#1368d7;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_sun p,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_holiday p {
	background: url(/shared/templates/free/images/contents/event/sun_bg.gif) repeat left top;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_sun p {
	color:#cc1b1b;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_sat p {
	color:#1368d7;
	background: url(/shared/templates/free/images/contents/event/sat_bg.gif) repeat left top;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td.cal_today p {
	background-color:#FEFAC2;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td p,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td p {
	margin:0 0 0 1px; /* 変更しない */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th td:first-child p,
#tmp_event_cal_7w .event_cal_7w tr.cal_week td:first-child p {
	margin-left:0; /* 変更しない */
}
#tmp_event_cal_7w .event_cal_7w td {
	vertical-align:top; /* 変更しない */
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week + tr td {
	padding:6px 0 0;
}
#tmp_event_cal_7w .event_cal_7w td p {
	margin:0 6px 6px 6px;
	line-height:1.3;
}
#tmp_event_cal_7w .event_cal_7w td p a {
	display:block; /* 変更しない */
	padding:10px 5px 8px 38px;
	min-height:36px;
	color:#000000;
	background-color:transparent;
	font-size:86%;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:10px 0.35em;
	-webkit-background-size:20px 20px !important;
	-moz-background-size:20px 20px !important;
	background-size:20px 20px !important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position:relative;
}
#tmp_event_cal_7w .event_cal_7w td p a img {
	position:absolute;
	top:3px;
	left:3px;
}
#tmp_event_cal_7w .event_cal_7w td p a img.icon_apply {
	position: static;
	display:inline-block;
	vertical-align:bottom;
	margin-left:5px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#tmp_event_cal_list img.icon_apply {
	display:inline-block;
	margin-left:5px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td {
	padding:0; /* 変更しない */
	border-right:none; /* 変更しない */
	border-bottom:none;
	border-left:none; /* 変更しない */
	text-align:center;
	font-size:128.6%;
	font-family:Arial, Helvetica, sans-serif;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_th + tr.cal_week td {
	border-top:none;
}
#tmp_event_cal_7w .event_cal_7w tr.cal_week td p {
	padding:3px 6px; /* 変更しない */
	background-color:#f2f2f2;
	border:1px solid #ffffff;
}
#tmp_event_cal_list .event_cal_list .genre1,
#tmp_event_cal_refine_cnt fieldset .genre li.genre1 {
	background-color:#e2eafc;
	background-image:url(/shared/templates/free/images/contents/event/genre_icon1.png);
}
#tmp_event_cal_list .event_cal_list .genre2,
#tmp_event_cal_refine_cnt fieldset .genre li.genre2 {
	background-color:#fae9cf;
	background-image:url(/shared/templates/free/images/contents/event/genre_icon2.png);
}
#tmp_event_cal_list .event_cal_list .genre3,
#tmp_event_cal_refine_cnt fieldset .genre li.genre3 {
	background-color:#cdf3d8;
	background-image:url(/shared/templates/free/images/contents/event/genre_icon3.png);
}
#tmp_event_cal_list .event_cal_list .genre4,
#tmp_event_cal_refine_cnt fieldset .genre li.genre4 {
	background-color:#f0ddf5;
	background-image:url(/shared/templates/free/images/contents/event/genre_icon4.png);
}
#tmp_event_cal_list .event_cal_list .genre5,
#tmp_event_cal_refine_cnt fieldset .genre li.genre5 {
	background-color:#ddf6c3;
	background-image:url(/shared/templates/free/images/contents/event/genre_icon5.png);
}
#tmp_event_cal_list .event_cal_list .genre6,
#tmp_event_cal_refine_cnt fieldset .genre li.genre6 {
	background-color:#e6e7e7;
	background-image:url(/shared/templates/free/images/contents/event/genre_icon6.png);
}
#tmp_event_cal_list .event_cal_list .genre7,
#tmp_event_cal_refine_cnt fieldset .genre li.genre7 {
	background-color:#f9f6cc;
	background-image:url(/shared/templates/free/images/contents/event/genre_icon7.png);
}
#tmp_event_cal_list .event_cal_list .genre8,
#tmp_event_cal_refine_cnt fieldset .genre li.genre8 {
	background-color:#fee3e3;
	background-image:url(/shared/templates/free/images/contents/event/genre_icon8.png);
}
#tmp_event_cal_list .event_cal_list .genre9,
#tmp_event_cal_refine_cnt fieldset .genre li.genre9 {
	background-color:#cdebf3;
	background-image:url(/shared/templates/free/images/contents/event/genre_icon9.png);
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_1 a {
	background-color:#e2eafc;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_1.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_1 a:hover {
	background-color:#c8d7f9;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_2 a {
	background-color:#fae9cf;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_2.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_2 a:hover {
	background-color:#f5d5a8;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_3 a {
	background-color:#cdf3d8;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_3.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_3 a:hover {
	background-color:#a5e8b7;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_4 a {
	background-color:#f0ddf5;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_4.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_4 a:hover {
	background-color:#e2c0eb;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_5 a {
	background-color:#ddf6c3;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_5.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_5 a:hover {
	background-color:#c0ed95;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_6 a {
	background-color:#e6e7e7;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_6.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_6 a:hover {
	background-color:#cfd1d1;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_7 a {
	background-color:#f9f6cc;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_7.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_7 a:hover {
	background-color:#f3eda3;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_8 a {
	background-color:#fee3e3;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_8.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_8 a:hover {
	background-color:#fdcaca;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_9 a {
	background-color:#cdebf3;
}
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_9.active a,
#tmp_event_cal_7w .event_cal_7w td.cal_event_index_9 a:hover {
	background-color:#a5d9e8;
}
#tmp_event_cal_7w .event_cal_7w td.step_over_prev p {
	margin-left:0; /* 変更しない */
}
#tmp_event_cal_7w .event_cal_7w td.step_over_next p {
	margin-right:0; /* 変更しない */
}
/* もっと見るボタン */
#tmp_event_cal_7w .event_cal_7w p.more a,
#tmp_event_cal_list p.more a {
	display:block;
	text-align:center;
	font-size:114.3%;
	font-weight:bold;
	padding:7px 20px 8px 10px;
	border:1px solid #cccccc;
	color:#ffffff;
	background:#1368d7 url(/shared/templates/free/images/contents/event/more_icon.png) no-repeat right 0.7em;
	-webkit-background-size:16px auto !important;
	-moz-background-size:16px auto !important;
	background-size:16px auto !important;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
#tmp_event_cal_list p.more {
	border-top:1px dotted #cccccc;
	padding:10px 0;
	text-align:center;
}
#tmp_event_cal_list p.more a {
	display:inline-block;
	min-width:200px;
}
#tmp_event_cal_7w .event_cal_7w p.more a:hover span,
#tmp_event_cal_list p.more a:hover span {
	text-decoration:underline;
}
/* カラムのレイアウトのロジック
============================== */
#tmp_event_main {
	width:100%; /* 変更しない */
	clear:both; /* 変更しない */
}
.wrap_event_col_lft_navi {
	float:right; /* 変更しない */
	width:350px; /* デザインによって変更 */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
	margin-left:-390px; /* デザインによって変更 */
}
.wrap_event_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.event_col_main {
	margin-right:390px; /* デザインによって変更 */
}
#tmp_wrap_event_cal {
	width:350px; /* .wrap_event_col_lft_naviと同じwidth値を設定 */
}
/* 一覧左ナビカレンダー
============================== */
#tmp_lnavi_event_cal {
	border:1px solid #cccccc;
	margin:0 0 40px;
	clear:both;
	position:relative;
}
#tmp_lnavi_event_cal::after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:-1px;
	margin:auto;
	width:140px;
	height:2px;
	border-top:2px solid #1368d7;
}
#tmp_lnavi_event_cal_ttl {
	padding:45px 15px 20px;
	text-align:center;
}
#tmp_lnavi_event_cal_ttl p {
	margin-bottom:0;
	line-height:1.2;
}
.cal_date {
	font-weight:bold;
	font-size:114.3%;
}
#tmp_lnavi_event_cal_cnt {
	padding:0 30px 30px;
	clear:both;
}
#tmp_lnavi_event_cal_cnt .calendar,
#tmp_lnavi_event_cal_cnt .calendar td {
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	border:none;
	color:#767676;
}
#tmp_lnavi_event_cal_cnt .calendar {
	width:100%;
}
#tmp_lnavi_event_cal_cnt .calendar td {
	background-color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:114.3%;
}
#tmp_lnavi_event_cal_cnt .calendar .cal_th td,
#tmp_lnavi_event_cal_cnt .calendar td.bgcolor {
	display:none;
}
#tmp_lnavi_event_cal_cnt .calendar a {
	display:block;
	padding:5px 0;
	color:#000000;
	background-color:transparent;
	text-decoration:underline;
}
#tmp_lnavi_event_cal_cnt .calendar a:hover {
	text-decoration:none;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_today {
	color:#000000;
	font-weight:bold;
	background-color:#fdf05b !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun,
#tmp_lnavi_event_cal_cnt .calendar td.cal_holiday,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sun a,
#tmp_lnavi_event_cal_cnt .calendar td.cal_holiday a {
	color:#D11818 !important;
}
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat,
#tmp_lnavi_event_cal_cnt .calendar td.cal_sat a {
	color:#114A9F;
}
/* 一覧形式
============================== */
#tmp_event_cal_list h2 {
	margin-top:0;
}
#tmp_event_cal_list .event_cal_list {
	width:100%;
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
#tmp_event_cal_list .event_cal_list td {
	padding:0;
	vertical-align:top;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
#tmp_event_cal_list .event_cal_list td.cal_date {
	width:150px;
	border-right:none;
	text-align:center;
	vertical-align:middle;
	padding:20px 0;
	font-weight:normal;
}
#tmp_event_cal_list .event_cal_list .cal_th td {
	padding:10px;
	vertical-align:top;
	text-align:center;
	font-size:128.6%;
	font-weight:bold;
}
#tmp_event_cal_list .event_cal_list td.cal_date .day {
	line-height:1;
	font-size:112.5%;
	font-weight:bold;
}
#tmp_event_cal_list .event_cal_list td.cal_date .day span {
	font-size:180%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#tmp_event_cal_list .event_cal_list td.cal_date .week {
	font-size:100%;
	font-weight:bold;
}
#tmp_event_cal_list .event_cal_list .cal_th td p {
	margin-bottom:0;
}
#tmp_event_cal_list .event_cal_list p {
	margin-bottom:0;
}
#tmp_event_cal_list .event_cal_list td p {
	margin-bottom:0;
	line-height:1.4;
}
#tmp_event_cal_list .event_cal_list td.cal_date.cal_sun p {
	color:#cc1b1b;
}
#tmp_event_cal_list .event_cal_list td.cal_date.cal_sat p {
	color:#1368d7;
}
#tmp_event_cal_list .event_cal_list td.cal_sun {
	background: url(/shared/templates/free/images/contents/event/sun_bg.gif) repeat left top;
}
#tmp_event_cal_list .event_cal_list td.cal_sat {
	background: url(/shared/templates/free/images/contents/event/sat_bg.gif) repeat left top;
}
#tmp_event_cal_list .event_cal_list ul {
	list-style:none;
	margin:0;
}
#tmp_event_cal_list .event_cal_list ul li {
	margin:0;
	padding:10px 0;
	border-top:1px dotted #cccccc;
	display:table;
	width:100%;
	position:relative;
}
#tmp_event_cal_list .event_cal_list ul li:first-child {
	border-top:none;
}
#tmp_event_cal_list .event_cal_list ul li .img {
	position:absolute;
	top:10px;
	left:3px;
	width:60px;
	height:60px;
	overflow:hidden;
	border-radius:5px;
}
#tmp_event_cal_list .event_cal_list ul li .img img {
	max-width:inherit;
	width:auto;
	height:auto;
	max-height:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
#tmp_event_cal_list .event_cal_list ul li .cnt {
	display:table-cell;
	vertical-align:top;
	height:80px;
	padding:10px 20px 10px 80px;
	font-size:114.3%;
}
#tmp_event_cal_list .event_cal_list ul li .genre1,
#tmp_event_cal_list .event_cal_list ul li .genre2,
#tmp_event_cal_list .event_cal_list ul li .genre3,
#tmp_event_cal_list .event_cal_list ul li .genre4,
#tmp_event_cal_list .event_cal_list ul li .genre5,
#tmp_event_cal_list .event_cal_list ul li .genre6,
#tmp_event_cal_list .event_cal_list ul li .genre7,
#tmp_event_cal_list .event_cal_list ul li .genre8,
#tmp_event_cal_list .event_cal_list ul li .genre9 {
	font-size:87.5%;
	display:inline-block;
	margin:0 0 5px;
	background-repeat:no-repeat;
	background-position:10px 5px;
	min-height:26px;
	padding:5px 10px 5px 36px;
	-webkit-background-size:20px 20px !important;
	-moz-background-size:20px 20px !important;
	background-size:20px 20px !important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
/* イベントスライダー
============================== */
#tmp_event_cal_pickup {
	display:none;
	margin:100px 0 0;
	clear:both;
}
#tmp_pickup_event_slide {
	letter-spacing:-.4em;
}
.used_javascript #tmp_pickup_event_slide {
	position:relative;
	padding:0 2px;
}
#tmp_pickup_event_slide .wrap_box_guide {
	display:inline-block;
	vertical-align:top;
	width:300px;
	margin:0 0 20px;
}
#tmp_pickup_event_slide .box_guide {
	letter-spacing:normal;
	border:1px solid #cccccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#tmp_pickup_event_slide .box_guide_cnt {
	padding:14px 7px;
}
#tmp_pickup_event_slide .box_guide_cnt p {
	font-size:128.6%;
	font-weight:bold;
	line-height:1.1;
}
#tmp_pickup_event_slide .box_guide_cnt a {
	color:#000000;
	text-decoration:none;
	background:url(/shared/images/icon/arrow_r.png) no-repeat left 0.1em;
	padding:2px 0 2px 20px;
}
#tmp_pickup_event_slide .box_guide:hover a {
	text-decoration:underline;
}
#tmp_pickup_event_slide .box_guide_date {
	display:table;
	width:100%;
	padding:12px;
	background-color:#f2f2f2;
	-webkit-box-shadow:inset 0 2px 6px #DEDEDE;
	-moz-box-shadow:inset 0 2px 6px #DEDEDE;
	box-shadow:inset 0 2px 6px #DEDEDE;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
}
#tmp_pickup_event_slide .box_guide_date p {
	display:table-cell;
	vertical-align:top;
	line-height:1.3;
	padding-top:3px;
}
#tmp_pickup_event_slide .box_guide_date .ttl {
	padding-top:0;
	padding-right:15px;
	width:4em;
}
#tmp_pickup_event_slide .box_guide_date .ttl span {
	display:inline-block;
	background-color:#333333;
	color:#ffffff;
	padding:2px 5px;
	width:77px;
	text-align:center;
}
#tmp_event_culture #tmp_pickup_event_slide .box_guide_date .ttl span,
#tmp_event_sports #tmp_pickup_event_slide .box_guide_date .ttl span {
	width:60px;
}
#tmp_pickup_event_slide .box_gallery {
    width:312px !important;
}
#tmp_pickup_event_slide .box_guide_outer {
	margin:0 12px 10px 0;
}
#tmp_pickup_event_slide .box_gallery a,
#tmp_pickup_event_slide .wrap_box_guide a {
	display:block;
}
#tmp_pickup_event_slide .box_guide p {
	margin:0;
}
#tmp_pickup_event_slide .box_guide .img {
	text-align:center;
	height:185px;
	overflow:hidden;
}
#tmp_pickup_event_slide .box_gallery img,
#tmp_pickup_event_slide .wrap_box_guide img {
	width:100%;
	height:auto;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
}
#tmp_pickup_event_slide .list_order {
	display:none;
}
#tmp_pickup_event_slide .gallery_navi p {
	position:absolute;
	top:70px;
	z-index:5;
}
#tmp_pickup_event_slide .gallery_navi .prev {
	left:2px;
}
#tmp_pickup_event_slide .gallery_navi .next {
	right:2px;
}
#tmp_pickup_event_slide .gallery_cntrol {
	letter-spacing:normal;
	text-align:center;
	padding-top:10px;
	text-transform:uppercase;
}
#tmp_pickup_event_slide .gallery_cntrol a {
	display: inline-block;
	min-width:90px;
	color:#1368d7;
	text-decoration:none;
	border:1px solid #cccccc;
	padding:3px 10px;
}
#tmp_pickup_event_slide .gallery_cntrol span {
	display:inline-block;
	padding-left:16px;
}
#tmp_pickup_event_slide .start_btn span {
	background:url(/shared/templates/top/images/slide/start_icon.png) no-repeat left center;
}
#tmp_pickup_event_slide .stop_btn span {
	background:url(/shared/templates/top/images/slide/stop_icon.png) no-repeat left center;
}
#tmp_pickup_event_slide .gallery_cntrol a:hover span {
	text-decoration:underline;
}
/* ==================================================
evt
================================================== */
#tmp_main .evt {
	padding:30px 22px;
	border:1px solid #cccccc;
	margin:0 0 40px;
	clear:both;
}
#tmp_main .evt .evtbtn {
	margin:26px 0 0;
	text-align:center;
}
#tmp_main .evt .evtbtn form {
	width:400px;
	display:inline-block;
	vertical-align:top;
	margin:0 10px;
}
#tmp_main .evt .evtbtn button {
	width:400px;
	cursor:pointer;
	padding:35px 5px 25px;
	display:inline-block;
	border:1px solid #cccccc;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.36);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.36);
	color:#000000;
	background-color:#ffffff;
	background:url(/shared/images/icon/arrow_blue.png) no-repeat right bottom, -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eaf9fd));
	background:url(/shared/images/icon/arrow_blue.png) no-repeat right bottom, -moz-linear-gradient(center top, #ffffff, #eaf9fd);
	background:url(/shared/images/icon/arrow_blue.png) no-repeat right bottom, -ms-linear-gradient(top, #ffffff, #eaf9fd);
	background:url(/shared/images/icon/arrow_blue.png) no-repeat right bottom, linear-gradient(to bottom, #ffffff, #eaf9fd);
}
#tmp_main .evt .evtbtn button span {
	display:block;
}
#tmp_main .evt .evtbtn button .ttl {
	color:#003d93;
	font-size:171.4%;
	font-weight:bold;
	margin:0 0 5px;
}
#tmp_main .evt .evtbtn button .cnt {
	font-size:114.3%;
}
/* ==================================================
文化活動情報 / スポーツコンシェルジュ
================================================== */
/* idx_cate
================================================== */
#tmp_idx_cate.idx_cate_culture,
#tmp_idx_cate.idx_cate_sports {
	background-repeat:no-repeat;
	background-position:right top;
}
#tmp_idx_cate.idx_cate_culture {
	background-color:#0c5f1f;
	background-image:url(/shared/templates/free/images/contents/event/culture/idx_cate_culture_bg.jpg);
}
#tmp_idx_cate.idx_cate_sports {
	background-color:#840000;
	background-image:url(/shared/templates/free/images/contents/event/sports/idx_cate_sports_bg.jpg);
}
#tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl,
#tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl {
	text-align:left;
	padding:30px 0 25px;
}
#tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl h1,
#tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl h1,
#tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl p,
#tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl p {
	margin:0;
	line-height:1.1;
	font-weight:normal;
}
#tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl .cate_catch,
#tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl .cate_catch {
	font-size:175%;
	font-weight:bold;
	margin-bottom:10px;
}
#tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl .cate_site,
#tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl .cate_site {
	font-size:143%;
	text-align:right;
}
#tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl .cate_ttl,
#tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl .cate_ttl {
	font-size: 437.5%;
	text-align:right;
	font-family:"Arial Black", "メイリオ", Meiryo, Osaka, sans-serif;
}
#tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl .cate_ttl {
	font-weight:bold;
}
#tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl .cate_ttl span,
#tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl .cate_ttl span {
	display:inline-block;
	vertical-align:middle;
}
#tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl .cate_ttl .ttl_en,
#tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl .cate_ttl .ttl_en {
	font-weight:bold;
	font-size:71.4%;
	padding-right:10px;
}
/* free */
#tmp_contents #tmp_idx_cate.idx_cate_culture,
#tmp_contents #tmp_idx_cate.idx_cate_sports {
	margin:0 0 30px;
}
#tmp_contents #tmp_idx_cate.idx_cate_culture {
	background-image:url(/shared/templates/free/images/contents/event/culture/cate_culture_bg.jpg);
}
#tmp_contents #tmp_idx_cate.idx_cate_sports {
	background-image:url(/shared/templates/free/images/contents/event/sports/cate_sports_bg.jpg);
}
#tmp_contents #tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl,
#tmp_contents #tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl {
	padding:18px 20px 15px;
}
#tmp_contents #tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl .cate_catch,
#tmp_contents #tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl .cate_catch {
	font-size:157%;
}
#tmp_contents #tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl .cate_site,
#tmp_contents #tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl .cate_site {
	font-size:114.3%;
}
#tmp_contents #tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl .cate_ttl,
#tmp_contents #tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl .cate_ttl {
	font-size:312.5%;
}
#tmp_contents #tmp_idx_cate.idx_cate_culture #tmp_idx_cate_ttl .cate_ttl .ttl_en,
#tmp_contents #tmp_idx_cate.idx_cate_sports #tmp_idx_cate_ttl .cate_ttl .ttl_en {
	font-size:80%;
}
#tmp_contents #tmp_event_culture_main h1 {
	border-top-color:#0c5f1f;
	color:#000000;
	background: #e7feec;
	background: linear-gradient(to bottom, #e7feec 50%, #ffffff);
}
#tmp_contents #tmp_event_sports_main h1 {
	border-top-color:#000000;
	color:#000000;
	background: #ffeaea;
	background: linear-gradient(to bottom, #ffeaea 50%, #ffffff);
}
/* outline */
#tmp_contents #tmp_event_culture_main .outline {
	background-color:#e7feed;
	border-color:#e7feed;
}
#tmp_contents #tmp_event_culture_main table.outline td {
	background-color:#e7feed;
}
#tmp_contents #tmp_event_sports_main .outline {
	background-color:#ffeeee;
	border-color:#ffeeee;
}
#tmp_contents #tmp_event_sports_main table.outline td {
	background-color:#ffeeee;
}
/* event_heading
================================================== */
#tmp_event_heading {
	padding:20px 20px 0 0;
	margin:0 0 60px;
	clear:both;
}
/* event_keyword_search */
#tmp_event_keyword_search {
	float:left;
	width:878px;
}
#tmp_event_keyword_search p {
	float:left;
	margin-bottom:0;
}
#tmp_event_keyword_search .event_keyword_ttl {
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:left 5px;
	width:57px;
	height:48px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
}
#tmp_event_keyword_search #tmp_event_keyword_search_query {
	width:711px;
	padding:2px 15px;
	min-height:48px;
	-webkit-border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
}
#tmp_event_culture #tmp_event_keyword_search #tmp_event_keyword_search_query {
	border:1px solid #0c5f1f;
}
#tmp_event_sports #tmp_event_keyword_search #tmp_event_keyword_search_query {
	border:1px solid #000000;
}
#tmp_event_keyword_search #tmp_event_keyword_search_query:focus::placeholder {
	color: transparent;
}
#tmp_event_keyword_search #tmp_event_keyword_search_btn {
	font-size:128.6%;
	font-weight:bold;
	cursor:pointer;
	width:110px;
	min-height:48px;
	border-left:none;
	-webkit-border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
}
#tmp_event_culture #tmp_event_keyword_search #tmp_event_keyword_search_btn {
	border:1px solid #0c5f1f;
	background:#0c5f1f;
	color:#ffffff;
}
#tmp_event_sports #tmp_event_keyword_search #tmp_event_keyword_search_btn {
	border:1px solid #000000;
	background:#000000;
	color:#ffffff;
}
#tmp_event_culture #tmp_event_keyword_search .event_keyword_ttl {
	background-image:url(/shared/templates/free/images/contents/event/culture/icon_search.png);
}
#tmp_event_sports #tmp_event_keyword_search .event_keyword_ttl {
	background-image:url(/shared/templates/free/images/contents/event/sports/icon_search.png);
}
/* search_conditions_btn */
#tmp_event_heading .search_conditions_btn {
	float:right;
	width:300px;
	font-size:128.6%;
}
#tmp_event_heading .search_conditions_btn a {
	display:block;
	padding:7px 18px 6px 36px;
	text-decoration:none;
	border:1px solid #cccccc;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
#tmp_event_heading .search_conditions_btn a:hover,
#tmp_event_heading .search_conditions_btn a:focus,
#tmp_event_heading .search_conditions_btn a:active {
	text-decoration:underline;
}
#tmp_event_culture #tmp_event_heading .search_conditions_btn a {
	color:#333333;
	background-color:#e7ffec;
}
#tmp_event_sports #tmp_event_heading .search_conditions_btn a {
	color:#333333;
	background-color:#ffeaea;
}
#tmp_event_heading .search_conditions_btn span {
	display:block;
	padding-right:24px;
	background-image:url(/shared/templates/free/images/contents/event/anchor_icon.png);
	background-position:right center;
	background-repeat:no-repeat;
}
/* event_cal_pickup_ttl
================================================== */
#tmp_event_culture #tmp_event_cal_pickup,
#tmp_event_sports #tmp_event_cal_pickup {
	margin:0 0 80px;
}
#tmp_contents #tmp_event_culture .event_ttl,
#tmp_contents #tmp_event_sports .event_ttl {
	font-size:100%;
	padding:0;
	border:none;
	background-repeat:repeat-x;
	background-position:left center;
	margin:0 0 45px;
	text-align:center;
	-webkit-background-size:5px auto;
	-moz-background-size:5px auto;
	background-size:5px auto;
}
#tmp_contents #tmp_event_culture .event_ttl {
	background-image:url(/shared/templates/free/images/contents/event/culture/ttl_bg.gif);
}
#tmp_contents #tmp_event_sports .event_ttl {
	background-image:url(/shared/templates/free/images/contents/event/sports/ttl_bg.gif);
}
#tmp_contents #tmp_event_culture .event_ttl h2 {
	color:#0c5f1f;
}
#tmp_contents #tmp_event_sports .event_ttl h2 {
	color:#1e1e1e;
}
#tmp_contents #tmp_event_culture .event_ttl h2,
#tmp_contents #tmp_event_sports .event_ttl h2 {
	font-size:228.6%;
	border:none;
	margin:0;
	display:inline-block;
	background-color:#ffffff;
	padding:0 40px;
}
#tmp_contents #tmp_event_culture .event_ttl h2::before,
#tmp_contents #tmp_event_sports .event_ttl h2::before {
	display:none;
}
/* event_slide
================================================== */
.used_javascript #tmp_event_culture #tmp_pickup_event_slide,
.used_javascript #tmp_event_sports #tmp_pickup_event_slide {
	padding:0 20px;
}
#tmp_event_culture #tmp_pickup_event_slide .box_gallery,
#tmp_event_sports #tmp_pickup_event_slide .box_gallery {
	width:303px !important;
}
#tmp_event_culture #tmp_pickup_event_slide .gallery_cntrol a,
#tmp_event_sports #tmp_pickup_event_slide .gallery_cntrol a {
	color:#333333;
}
/* culture */
#tmp_event_culture #tmp_pickup_event_slide .box_guide_cnt a {
	background-image: url(/shared/templates/free/images/contents/event/culture/arrow_r.png);
}
#tmp_event_culture #tmp_pickup_event_slide .start_btn span {
	background-image:url(/shared/templates/free/images/contents/event/culture/slide/start_icon.png);
}
#tmp_event_culture #tmp_pickup_event_slide .stop_btn span {
	background-image:url(/shared/templates/free/images/contents/event/culture/slide/stop_icon.png);
}
/* sports */
#tmp_event_sports #tmp_pickup_event_slide .box_guide_cnt a {
	background-image: url(/shared/templates/free/images/contents/event/sports/arrow_r.png);
}
#tmp_event_sports #tmp_pickup_event_slide .start_btn span {
	background-image:url(/shared/templates/free/images/contents/event/sports/slide/start_icon.png);
}
#tmp_event_sports #tmp_pickup_event_slide .stop_btn span {
	background-image:url(/shared/templates/free/images/contents/event/sports/slide/stop_icon.png);
}
/* event_lead
================================================== */
#tmp_event_lead {
	margin:0 0 90px;
	clear:both;
}
#tmp_event_lead_l {
	float:left;
	width:1020px;
}
#tmp_event_culture #tmp_event_lead_l {
	background:#e7feec url(/shared/templates/free/images/contents/event/culture/refine_bg.jpg) no-repeat bottom center;
	color:#000000;
}
#tmp_event_sports #tmp_event_lead_l {
	background:#ffeaea url(/shared/templates/free/images/contents/event/sports/refine_bg.jpg) no-repeat bottom center;
	color:#000000;
}
#tmp_event_lead_r {
	float:right;
	width:210px;
}
/* event_lead_l */
#tmp_event_lead_l_ttl {
	padding:30px 0 25px;
	text-align:center;
}
#tmp_event_culture #tmp_event_lead_l_ttl {
	border-top:3px solid #0c5f1f;
}
#tmp_event_sports #tmp_event_lead_l_ttl {
	border-top:3px solid #000000;
}
#tmp_event_lead_l_ttl h2 {
	border:none;
	margin:0;
	font-size:214.3%;
	background-color:transparent;
	color:#000000;
}
#tmp_event_lead_l_ttl h2::before {
	display:none;
}
#tmp_event_lead_l_cnt {
	padding:0 18px 20px 17px;
}
#tmp_event_culture #tmp_event_cal_refine,
#tmp_event_sports #tmp_event_cal_refine {
	margin:0;
	padding:0;
	background-color:#ffffff;
	color:inherit;
}
#tmp_event_culture #tmp_event_cal_refine_ttl {
	background-image:url(/shared/templates/free/images/contents/event/culture/icon_search_s.png);
	color:#0c5f1f;
}
#tmp_event_sports #tmp_event_cal_refine_ttl {
	background-image:url(/shared/templates/free/images/contents/event/sports/icon_search_s.png);
	color:inherit;
}
#tmp_event_culture #tmp_event_cal_refine_cnt .refine_main,
#tmp_event_sports #tmp_event_cal_refine_cnt .refine_main {
	padding:0 0 10px 170px;
}
#tmp_event_culture #tmp_event_cal_refine_cnt .col2L,
#tmp_event_sports #tmp_event_cal_refine_cnt .col2L {
	padding-right:5px !important;
}
#tmp_event_culture #tmp_event_cal_refine_cnt .col2R,
#tmp_event_sports #tmp_event_cal_refine_cnt .col2R {
	padding-left:5px !important;
}
#tmp_event_culture #tmp_event_cal_refine_cnt .refine_main select,
#tmp_event_sports #tmp_event_cal_refine_cnt .refine_main select {
	width:260px;
	padding:5px 3px;
}
#tmp_event_culture #tmp_event_cal_refine_cnt dt,
#tmp_event_culture #tmp_event_cal_refine_cnt fieldset legend,
#tmp_event_sports #tmp_event_cal_refine_cnt dt,
#tmp_event_sports #tmp_event_cal_refine_cnt fieldset legend {
	width:170px;
	margin:0 -170px 0 0;
}
#tmp_event_culture #tmp_event_cal_refine_cnt dt,
#tmp_event_culture #tmp_event_cal_refine_cnt fieldset legend {
	color:#0c5f1f;
}
#tmp_event_sports #tmp_event_cal_refine_cnt dt,
#tmp_event_sports #tmp_event_cal_refine_cnt fieldset legend {
	color:#000000;
}
#tmp_event_culture #tmp_event_cal_refine_cnt dd,
#tmp_event_culture #tmp_event_cal_refine_cnt fieldset ul,
#tmp_event_sports #tmp_event_cal_refine_cnt dd,
#tmp_event_sports #tmp_event_cal_refine_cnt fieldset ul {
	padding:0 0 0 170px;
}
#tmp_event_culture #tmp_event_cal_refine_cnt dd,
#tmp_event_sports #tmp_event_cal_refine_cnt dd {
	padding-left:180px;
}
#tmp_event_culture #tmp_event_cal_refine_cnt fieldset.refine_genre legend,
#tmp_event_sports #tmp_event_cal_refine_cnt fieldset.refine_genre legend {
	width:140px;
	margin:0 -140px 0 0;
}
#tmp_event_culture #tmp_event_cal_refine_cnt fieldset.refine_genre ul,
#tmp_event_sports #tmp_event_cal_refine_cnt fieldset.refine_genre ul {
	padding:0 0 0 140px;
}
#tmp_event_culture #tmp_event_cal_refine_cnt fieldset li,
#tmp_event_sports #tmp_event_cal_refine_cnt fieldset li {
	margin-right:0;
}
#tmp_event_culture #tmp_event_cal_refine_cnt fieldset.refine_genre ul li,
#tmp_event_sports #tmp_event_cal_refine_cnt fieldset.refine_genre ul li {
	margin-right:7px;
}
#tmp_event_culture #tmp_event_cal_refine_btn #tmp_event_keyword_btn {
	border-color:#0c5f1f;
	background-color:#0c5f1f;
}
#tmp_event_sports #tmp_event_cal_refine_btn #tmp_event_keyword_btn {
	border-color:#000000;
	background-color:#000000;
}
/* event_lead_r */
#tmp_event_lead_r #tmp_other_event {
	background-color:#ebebeb;
	border-top:3px solid #6f6f6f;
	padding:6px 10px;
	min-height:770px;
}
#tmp_event_lead_r #tmp_other_event li {
	float:none;
	width:100%;
	margin:0 0 11px !important;
}
#tmp_event_lead_r #tmp_other_event li a {
	padding-top:128px;
}
#tmp_event_lead_r #tmp_other_event li.plaza a {
	background-image:url(/shared/templates/free/images/contents/event/other_plaza_img.png);
}
#tmp_event_lead_r #tmp_other_event li.miraikan a {
	background-image:url(/shared/templates/free/images/contents/event/other_miraikan_img.png);
}
#tmp_event_lead_r #tmp_other_event li.library a {
	background-image:url(/shared/templates/free/images/contents/event/other_library_img.png);
}
#tmp_event_lead_r #tmp_other_event li.sports a {
	background-image:url(/shared/templates/free/images/contents/event/other_sports_img.png);
}
#tmp_event_lead_r #tmp_other_event li.culture a {
	background-image:url(/shared/templates/free/images/contents/event/other_culture_img.png);
}
#tmp_event_lead_r #tmp_other_event li.kunai a {
	background-image:url(/shared/templates/free/images/contents/event/other_kunai_img.png);
}
#tmp_event_lead_r #tmp_other_event li.ippan a {
	background-image:url(/shared/templates/free/images/contents/event/other_ippan_img.png);
}
#tmp_event_culture #tmp_event_lead_r #tmp_other_event li a::after {
	background-image: url(/shared/templates/free/images/contents/event/culture/arrow_green.png);
}
#tmp_event_sports #tmp_event_lead_r #tmp_other_event li a::after {
	background-image: url(/shared/templates/free/images/contents/event/sports/arrow_red.png);
}
/* event_cal_tab */
#tmp_event_culture #tmp_event_cal_tab {
	border-bottom-color:#0c5f1f;
}
#tmp_event_sports #tmp_event_cal_tab {
	border-bottom-color:#d21515;
}
#tmp_event_culture #tmp_event_cal_tab li,
#tmp_event_sports #tmp_event_cal_tab li {
	float:left;
	width:400px;
	margin-right:20px;
}
#tmp_event_culture #tmp_event_cal_tab li.cal_tab3,
#tmp_event_sports #tmp_event_cal_tab li.cal_tab3 {
	margin-right:0;
}
#tmp_event_culture #tmp_event_cal_tab .active a {
	border-color:#0c5f1f;
}
#tmp_event_sports #tmp_event_cal_tab .active a {
	border-color:#d21515;
}
/* genre_icon - culture */
#tmp_event_culture #tmp_event_cal_list .event_cal_list .genre1,
#tmp_event_culture #tmp_event_cal_refine_cnt fieldset .genre li.genre1 {
	background-color:#f7f9cb;
	background-image:url(/shared/templates/free/images/contents/event/culture/genre_icon1.png);
}
#tmp_event_culture #tmp_event_cal_list .event_cal_list .genre2,
#tmp_event_culture #tmp_event_cal_refine_cnt fieldset .genre li.genre2 {
	background-color:#e8f5c7;
	background-image:url(/shared/templates/free/images/contents/event/culture/genre_icon2.png);
}
#tmp_event_culture #tmp_event_cal_list .event_cal_list .genre3,
#tmp_event_culture #tmp_event_cal_refine_cnt fieldset .genre li.genre3 {
	background-color:#cdf3ed;
	background-image:url(/shared/templates/free/images/contents/event/culture/genre_icon3.png);
}
#tmp_event_culture #tmp_event_cal_list .event_cal_list .genre4,
#tmp_event_culture #tmp_event_cal_refine_cnt fieldset .genre li.genre4 {
	background-color:#dfdbf2;
	background-image:url(/shared/templates/free/images/contents/event/culture/genre_icon4.png);
}
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_1 a {
	background-color:#f7f9cb;
}
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_1.active a,
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_1 a:hover {
	background-color:#eff3a2;
}
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_2 a {
	background-color:#e8f5c7;
}
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_2.active a,
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_2 a:hover {
	background-color:#d3eb9b;
}
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_3 a {
	background-color:#cdf3ed;
}
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_3.active a,
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_3 a:hover {
	background-color:#b9ede4;
}
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_4 a {
	background-color:#dfdbf2;
}
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_4.active a,
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w td.cal_event_index_4 a:hover {
	background-color:#d1cbec;
}
/* genre_icon - sports */
#tmp_event_sports #tmp_event_cal_list .event_cal_list .genre1,
#tmp_event_sports #tmp_event_cal_refine_cnt fieldset .genre li.genre1 {
	background-color:#f5e5b4;
	background-image:url(/shared/templates/free/images/contents/event/sports/genre_icon1.png);
}
#tmp_event_sports #tmp_event_cal_list .event_cal_list .genre2,
#tmp_event_sports #tmp_event_cal_refine_cnt fieldset .genre li.genre2 {
	background-color:#cdf3ed;
	background-image:url(/shared/templates/free/images/contents/event/sports/genre_icon2.png);
}
#tmp_event_sports #tmp_event_cal_list .event_cal_list .genre3,
#tmp_event_sports #tmp_event_cal_refine_cnt fieldset .genre li.genre3 {
	background-color:#f6e1f0;
	background-image:url(/shared/templates/free/images/contents/event/sports/genre_icon3.png);
}
#tmp_event_sports #tmp_event_cal_list .event_cal_list .genre4,
#tmp_event_sports #tmp_event_cal_refine_cnt fieldset .genre li.genre4 {
	background-color:#dfdbf2;
	background-image:url(/shared/templates/free/images/contents/event/sports/genre_icon4.png);
}
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_1 a {
	background-color:#f5e5b4;
}
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_1.active a,
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_1 a:hover {
	background-color:#ebce7f;
}
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_2 a {
	background-color:#cdf3ed;
}
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_2.active a,
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_2 a:hover {
	background-color:#a5e8dc;
}
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_3 a {
	background-color:#f6e1f0;
}
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_3.active a,
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_3 a:hover {
	background-color:#edc7e2;
}
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_4 a {
	background-color:#dfdbf2;
}
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_4.active a,
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w td.cal_event_index_4 a:hover {
	background-color:#c3bce6;
}
/* more */
#tmp_event_culture #tmp_event_cal_7w .event_cal_7w p.more a,
#tmp_event_culture #tmp_event_cal_list p.more a {
	background-color:#0c5f1f;
}
#tmp_event_sports #tmp_event_cal_7w .event_cal_7w p.more a,
#tmp_event_sports #tmp_event_cal_list p.more a {
	background-color:#000000;
}
/* lnavi_event_cal */
#tmp_event_culture #tmp_lnavi_event_cal::after {
	border-top-color:#0c5f1f;
}
#tmp_event_sports #tmp_lnavi_event_cal::after {
	border-top-color:#000000;
}
/* pickup_event_slide */
#tmp_event_culture #tmp_pickup_event_slide .box_guide_date,
#tmp_event_sports #tmp_pickup_event_slide .box_guide_date {
	background-color:#ffffff;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
/* event_overview
================================================== */
#tmp_event_overview {
	clear:both;
}
#tmp_event_overview_ttl {
	margin:0 0 50px;
}
#tmp_event_overview_ttl h2 {
	float:left;
	margin:0;
	border:none;
	padding:0 0 0 12px;
	color:#000000;
	font-size:214.3%;
	line-height:1.2;
}
#tmp_event_overview_ttl h2::before {
	display:none;
}
#tmp_event_culture #tmp_event_overview_ttl h2 {
	border-left:6px solid #0c5f1f;
}
#tmp_event_sports #tmp_event_overview_ttl h2 {
	border-left:6px solid #d21515;
}
#tmp_event_overview_ttl .overview_month_navi {
	float:right;
}
#tmp_event_overview_ttl .overview_month_navi p {
	float:left;
	line-height:1.2;
	margin:0 10px 0 0;
}
#tmp_event_overview_ttl .overview_month_navi p a {
	display:block;
	color:#050607;
	background-color:#ffffff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
}
#tmp_event_overview_ttl .overview_month_navi .prev a {
	padding:6px 14px;
}
#tmp_event_overview_ttl .overview_month_navi .next a {
	padding:6px 6px 6px 14px;
}
#tmp_event_culture #tmp_event_overview_ttl .overview_month_navi p a {
	border:1px solid #0c5f1f;
}
#tmp_event_sports #tmp_event_overview_ttl .overview_month_navi p a {
	border:1px solid #d21515;
}
#tmp_event_overview_ttl .overview_month_navi p span {
	display:block;
	background-repeat:no-repeat;
}
#tmp_event_overview_ttl .overview_month_navi .prev span {
	padding-left:12px;
	background-image:url(/shared/templates/free/images/contents/event/cal_prev_icon.png);
	background-position:left center;
}
#tmp_event_overview_ttl .overview_month_navi .next span {
	padding-right:20px;
	background-image:url(/shared/templates/free/images/contents/event/cal_next_icon.png);
	background-position:right center;
}
#tmp_event_overview_cnt {
	margin:0 -10px;
    display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#tmp_event_overview_cnt .wrap_box_guide {
	float:left;
	width:420px;
	padding:0 10px;
	margin:0 0 20px;
}
#tmp_event_overview_cnt .wrap_box_guide:nth-child(3n+1) {
	clear:both;
}
#tmp_event_overview_cnt .box_guide_outer {
	background-color:#ffffff;
	color:inherit;
	border:1px solid #cccccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
	height:100%;
}
#tmp_event_overview_cnt .wrap_box_guide p {
	margin:0;
	font-size:121.4%;
	line-height:1.5;
}
#tmp_event_overview_cnt .wrap_box_guide .img {
	height:260px;
	overflow:hidden;
	text-align:center;
}
#tmp_event_overview_cnt .wrap_box_guide .img img {
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	max-width:100%;
	height:auto;
}
#tmp_event_overview_cnt .box_guide {
	padding:15px 15px 25px;
}
#tmp_event_overview_cnt .box_guide_ttl {
	margin-bottom:20px;
	font-weight:bold;
}
#tmp_event_overview_cnt .box_guide_ttl a {
	display:inline-block;
	background-repeat:no-repeat;
	background-position:left 7px;
	padding:2px 0 2px 23px;
	color:#000000;
}
#tmp_event_culture #tmp_event_overview_cnt .box_guide_ttl a {
	background-image:url(/shared/templates/free/images/contents/event/culture/arrow_r.png);
}
#tmp_event_sports #tmp_event_overview_cnt .box_guide_ttl a {
	background-image:url(/shared/templates/free/images/contents/event/sports/arrow_r.png);
}
#tmp_event_overview_cnt .box_guide_list {
	padding-bottom:20px;
}
#tmp_event_overview_cnt .box_guide_list p {
	display:inline-block;
	vertical-align:top;
	padding-left:6px;
	margin:0 4px 8px 0;
	line-height:1.1;
	border-left:1px solid #000000;
}
#tmp_event_overview_cnt .box_guide_list .genre_b {
	border-left:none;
	padding-left:0;
}
#tmp_event_overview_cnt .box_guide_date {
	margin-bottom:18px;
	width:100%;
	display:table;
}
#tmp_event_overview_cnt .box_guide_date p {
	display:table-cell;
	vertical-align:top;
}
#tmp_event_overview_cnt .box_guide_date .ttl {
	width:4em;
	padding-right:8px;
	font-size:107%;
	text-align: center;
}
#tmp_event_overview_cnt .box_guide_date .ttl span {
	display:block;
	background-color: #333333;
	color: #ffffff;
	padding: 2px 5px;
	width:77px;
}
#tmp_event_culture #tmp_event_overview_cnt .box_guide_date .ttl span,
#tmp_event_sports #tmp_event_overview_cnt .box_guide_date .ttl span {
	width:60px;
}
#tmp_event_overview_cnt .box_guide_cnt {
	padding-top:14px;
	border-top:1px solid #cccccc;
}
#tmp_event_overview_cnt .no_info {
	padding:0 10px;
}
/* ==================================================
appli_form
================================================== */
#tmp_contents .form1,
#tmp_contents .form3 {
	margin:0 0 40px;
	clear:both;
}
#tmp_contents .form1 legend,
#tmp_contents .form3 legend {
	font-size: 128%;
	font-weight: bold;
	position: relative;
	border-bottom:4px solid #cccccc;
	color:#003d93;
	margin:1.5em 0 0.8em;
	width:100%;
	clear:both;
}
#tmp_contents .form1 legend:before,
#tmp_contents .form3 legend:before{
	content: "";
	z-index:1;
	position: absolute;
	top: 100%;
	width: 130px;
	height: 4px;
	background-color: #003d93;
	background: linear-gradient(to right, #003d93 20%, #cccccc);
	color:#ffffff;
}
#tmp_contents .form1 fieldset p,
#tmp_contents .form3 fieldset p {
	display:table;
	padding:0 2px;
	margin:0 0 3px;
	position:relative;
	line-height:1.2;
}
#tmp_contents .form1 fieldset p {
	width:100%;
}
#tmp_contents .form3 fieldset p {
	float:left;
	width:175px;
}
#tmp_contents .form1 input[type="radio"],
#tmp_contents .form3 input[type="radio"],
#tmp_contents .form1 input[type="checkbox"],
#tmp_contents .form3 input[type="checkbox"] {
	position:absolute;
	left:13px;
	top:50%;
	margin-top:-0.5em;
}
#tmp_contents .form1 label,
#tmp_contents .form3 label {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:50px;
	padding:5px 10px 5px 32px;
	cursor:pointer;
	color:#393939;
	background-color:#f2f4f6;
	border:1px solid #bfbfbf;
}
#tmp_contents .form1 input:checked + label,
#tmp_contents .form3 input:checked + label {
	background-color:#c7e2f6;
}
/* form_btn */
#tmp_contents .form_btn {
	margin:15px 0;
	text-align:center;
}
#tmp_contents .form_btn p {
	display:inline-block;
	vertical-align:top;
	margin:0 3px;
}
#tmp_contents .form_btn input {
	cursor:pointer;
	min-width:250px;
	padding:5px 15px;
	text-align:center;
	color:#393939;
	background-color:#f1f1f1;
	border:1px solid #f1f1f1;
	border-bottom:3px solid #9d9d9d;
	border-right:2px solid #9d9d9d;
}

#tmp_contents .form1 fieldset span.memo,
#tmp_contents .form3 fieldset span.memo {
    font-size: 80%;
    color: #bf1111;
}
/* ==================================================
event_apply
================================================== */
.type_apply #tmp_contents table.datatable th,
.type_apply #tmp_contents table.datatable td,
.type_apply #tmp_contents table.enquete_table th,
.type_apply #tmp_contents table.enquete_table td {
	padding:20px;
}
.type_apply #tmp_contents .circle_mark,
.type_apply #tmp_contents .triangle_mark {
	font-size:128%;
	font-weight:bold;
	color:#5392cc;
}
.type_apply #tmp_contents .triangle_mark {
	color:#e0ab0b;
}
.type_apply #tmp_contents table.enquete_table td input,
.type_apply #tmp_contents table.enquete_table td textarea {
	min-width:600px;
	border:1px solid #cccccc;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.type_apply #tmp_contents table.enquete_table td input[id*="year"] {
	min-width:120px;
}
.type_apply #tmp_contents table.enquete_table td select {
	border:1px solid #cccccc;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.type_apply #tmp_contents .form_button {
	width:545px;
	margin:20px auto 55px;
}
.type_apply #tmp_contents .btn_confirm {
	width:260px;
	color:#FFFFFF;
	background:#1368d7 url(/shared/images/icon/right_arrow3.png) right center no-repeat;
	font-weight:bold;
	padding:14px;
	border:none;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
	font-size: 128%;
	cursor:pointer;
	text-align:center;
	margin-right:22px;
}
.type_apply #tmp_contents .btn_reset {
	width:260px;
	padding:14px;
	color:#000000;
	background: #ffffff url(/shared/images/icon/right_arrow.png) right center no-repeat;
	font-weight:bold;
	border:1px solid #cccccc;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
	font-size: 128%;
	cursor:pointer;
	text-align:center;
}
#tmp_contents .btn_apply {
	width:775px;
	margin:50px auto 50px;
}
#tmp_contents .btn_apply a {
	width:100%;
	padding:14px;
	display:block;
	color:#FFFFFF;
	background:#1368d7 url(/shared/images/icon/right_arrow3.png) right center no-repeat;
	font-size: 128%;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
}
#tmp_contents .btn_apply a:hover {
	text-decoration:underline;
}
#tmp_event_cal_7w .event_cal_7w td p a span.reg_req,
#tmp_event_cal_list .event_cal_list span.reg_req {
    display: inline-block;
	margin:0 5px;
	padding:3px 8px 2px;
	color:#000000;
	background-color:#ff9090;
}
/* apply form */
#tmp_contents #login_form {
    display: block;
    width: 100%;
    background-color: #fafafa;
    color: #000000;
    padding: 40px 40px 30px;
    margin: 40px auto 20px;
	border:1px solid #cccccc;
}

#tmp_contents .form_body {
    display: block;
}

#tmp_contents .form_body .form_item:before,
#tmp_contents .form_body .form_item:after {
    content: '';
    display: table;
}

#tmp_contents .form_body .form_item:after {
    clear: both;
}

#tmp_contents .form_body .form_item {
    width: 760px;
	margin:0 auto 15px;
}

#tmp_contents .form_body .form_item label,
#tmp_contents .form_body .form_item input {
    float: left;
}

#tmp_contents .form_body .form_item label {
    width:160px;
	text-align:right;
	padding:10px 17px 0 0;
	font-size: 142%;
	font-weight:bold;
	color:#003d93;
}

#tmp_contents .form_body .form_item input {
	width:600px;
    color: #000000;
    background-color: #ffffff;
    font-size: 157.1%;
	border:1px solid #cccccc;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#tmp_contents .form_body .form_item input:focus {
    border-color: #66afe9;
}

.type_apply #tmp_contents .form_button .btn_login,
.type_apply #tmp_contents .form_button .btn_reset {
	width:260px;
	color:#000000;
	background: #ffffff url(/shared/images/icon/right_arrow.png) right center no-repeat;
	font-weight:bold;
	padding:14px;
	border:1px solid #cccccc;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
	font-size: 128%;
	cursor:pointer;
	text-align:center;
}

.type_apply #tmp_contents .form_button .btn_login {
    padding-left: 110px;
    text-align: left;
    color: #ffffff;
    background: #1368d7 url(/shared/templates/free/images/contents/event/icon_lock.png) 76px center no-repeat;
	margin-right:10px;
}

.type_apply #tmp_contents .form_button .btn_login:hover,
.type_apply #tmp_contents .form_button .btn_login:focus,
.type_apply #tmp_contents .form_button .btn_reset:hover,
.type_apply #tmp_contents .form_button .btn_reset:focus,
.type_apply #tmp_contents .form_button .btn_confirm:hover,
.type_apply #tmp_contents .form_button .btn_confirm:focus {
    text-decoration: underline;
}

#tmp_contents #login_form .form_button {
	padding-bottom:0;
	margin:20px auto;
}
#tmp_contents .form_body.form_topdate input[type=checkbox] {
    font-size: 100% !important;
    width:auto;
    margin-right:5px;
    margin-top:11px;
    height:auto;
}
#tmp_contents .form_body.form_topdate .form_item {
	width:530px;
	float:left;
	margin-bottom:20px;
}
#tmp_contents .form_body.form_topdate .form_item:nth-child(2) {
	width:500px;
	float:left;
}
#tmp_contents .form_body.form_topdate .form_item:nth-child(2) label {
	width:58px;
}
#tmp_contents .form_body.form_topdate .form_item:nth-child(2) label:first-child {
	width:130px;
}
#tmp_contents .form_body.form_topdate .form_item:last-child {
	float:none;
	width: 100%;
	margin-bottom:40px;
}
#tmp_contents .form_body.form_topdate .form_item:last-child fieldset label {
	width: auto;
	color:#000000;
	font-size:114.2%;
	padding-top: 13px;
	padding-right:40px;
}
#tmp_contents .form_body.form_topdate .form_item:last-child fieldset input[type=checkbox] {
	margin-top:18px;
}
#tmp_contents .form_body.form_topdate .form_item:first-child label:first-child,
#tmp_contents .form_body.form_topdate .form_item:last-child label:first-child {
	text-align:left;
	padding-left:45px;
	padding-right:0;
	margin-right:0 !important;
}
.type_apply #tmp_contents #course_search_form .form_button {
	width:300px;
	margin-bottom:10px;
}
.type_apply #tmp_contents #course_search_form .form_button button {
	color:#FFFFFF !important;
	background:#1368d7 url(/shared/images/icon/right_arrow3.png) right center no-repeat !important;
	margin:0 auto !important;
	width:100% !important;
}
#tmp_contents .form_body.form_topdate .form_item:last-child label:first-child {
	width:160px;
}
#tmp_contents .form_body.form_topdate #start_year,
#tmp_contents .form_body.form_topdate #end_year {
    width: 5em !important;
}
#tmp_contents .form_body.form_topdate #start_month,
#tmp_contents .form_body.form_topdate #start_year,
#tmp_contents .form_body.form_topdate #start_day,
#tmp_contents .form_body.form_topdate #end_month,
#tmp_contents .form_body.form_topdate #end_year,
#tmp_contents .form_body.form_topdate #end_day{
    display: inline-block;
    float: none;
    width:3em;
}
.type_apply #tmp_contents .enquete_button {
	width:545px;
	margin:0 auto 55px;
}
.type_apply #tmp_contents .enquete_button .btn_edit {
	display:inline-block;
	width:260px;
	color:#FFFFFF;
	background:#1368d7 url(/shared/images/icon/right_arrow3.png) right center no-repeat;
	font-weight:bold;
	padding:14px;
	border:none;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
	font-size: 128%;
	cursor:pointer;
	text-align:center;
	margin-right:15px;
}
.type_apply #tmp_contents .btn_cancel,
.type_apply #tmp_contents .enquete_button .btn_cancel {
	display:inline-block;
	width:260px;
	padding:14px;
	color:#000000;
	background: #ffffff url(/shared/images/icon/right_arrow.png) right center no-repeat;
	font-weight:bold;
	border:1px solid #cccccc;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
	font-size: 128%;
	cursor:pointer;
	text-align:center;
}
.type_apply #tmp_contents .action_btn {
	width:250px;
}
.type_apply #tmp_contents .action_btn .btn_edit,
.type_apply #tmp_contents .action_btn .btn_cancel{
	display:inline-block;
	width:120px;
	padding:6px;
	color:#000000;
	background: #ffffff;
	font-weight:bold;
	border:1px solid #cccccc;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
	font-size: 100%;
	cursor:pointer;
	text-align:center
}
.type_apply #tmp_contents .action_btn .btn_edit {
	color:#FFFFFF;
	background:#1368d7;
}

/* 追加ボタン */
#tmp_contents .add_form_info {
    text-align: center;
	cursor:pointer;
}
#tmp_contents .add_form_info_btn {
	margin:30px 0 60px;
}
#tmp_contents .add_form_info .info_ttl {
    background-color: #ebf8fe;
    color: #000000;
    display: block;
    font-size: 128.5%;
    font-weight: bold;
    margin: 0;
    padding: 14px 10px 12px;
    position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#tmp_contents .add_form_info .info_ttl:before {
    content: "";
    position: relative;
    top: -3px;
    left: -11px;
    width: 31px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: #ecf5ea url(/shared/templates/pub/images/icon/icon_add_plus.png) 0 0 no-repeat;
    background-size: 100%;
}

#tmp_contents .add_form_info .info_number {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    border-radius: 14px;
    padding: 0 10px;
    font-size: 88.9%;

}

#tmp_contents .add_form_info_btn {
	margin:30px 0;
}
#tmp_contents .add_form_info_btn:after {
    content: '';
    display: table;
	clear: both;
}
#tmp_contents .add_form_info_btn .info_btn_ttl {
	float:left;
	color: #000000;
	font-weight: 500;
	margin: 6px 0;
}
#tmp_contents .add_form_info_btn .info_btn_icon {
	float:right;
	background-color:#ffeeee;
	padding:6px 16px;
	margin:0;
	border-radius:40px;
	-moz-border-radius:40px;
	-ms-border-radius:40px;
	-o-border-radius:40px;
	-webkit-border-radius:40px;
}
#tmp_contents .add_form_info_btn .info_btn_icon a {
	display:block;
	text-decoration:none;
	color:#000000;
	background: transparent url(/shared/templates/pub/images/icon/icon_add_pass.png) left center no-repeat;
	font-size:92.8%;
	padding-left:30px;
	font-weight: 500;
	min-height: 21px;
}
#tmp_contents .form_button.add_button {
    text-align: center;
    padding: 55px 0;
}
/* course_search_form */
#course_search_form {
    display: block;
    width: 100%;
    background-color: #fafafa;
    color: #000000;
    padding: 40px 40px 30px;
    margin: 40px auto 20px;
	border:1px solid #cccccc;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo_main:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents #tmp_facilities_btn ul:after,
#tmp_event_cal_tab:after,
#tmp_event_cal_tab ul:after,
#tmp_event_cal_refine:after,
#tmp_event_cal_refine_ttl:after,
#tmp_event_cal_refine_cnt:after,
#tmp_event_cal_refine_cnt dl:after,
#tmp_event_cal_refine_cnt dd:after,
#tmp_event_cal_refine_cnt dd ul:after,
#tmp_event_main:after,
#tmp_contents .event_col3:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt:after,
#tmp_contents .koho_search:after,
#tmp_contents .koho_search_cnt .box_sch:after,
#tmp_contents .koho_report:after,
#tmp_contents .report_backnumber5:after,
#tmp_contents .report_backnumber6:after,
#tmp_contents .idx_info:after,
#tmp_contents .idx_info_cnt:after,
#tmp_contents .idx_search_keyword .box_sch:after,
#tmp_contents .idx_search_keyword .box_sch_cnt:after,
#tmp_idx_contents .idx_navi:after,
#tmp_idx_contents .idx_navi ul:after,
#tmp_idx_contents .idx_list:after,
#tmp_contents .event_lead:after,
#tmp_search_result_refine .refine:after,
#tmp_search_result_kwd:after,
#tmp_search_recommend_cnt:after,
#tmp_search_ranking_cnt:after,
#tmp_search_result .wrap_conditions:after,
#tmp_search_result_refine_btn:after,
#tmp_event_cal_pickup:after,
#tmp_contents .box_seeing:after,
#tmp_contents .box_seeing_ttl:after,
#tmp_contents .box_seeing_cnt:after,
#tmp_main .evt:after,
#tmp_main .evt .evtbtn:after,
#tmp_event_heading:after,
#tmp_event_lead:after,
#tmp_event_overview_ttl:after,
#tmp_event_overview_cnt:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_pankuzu {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
.copyright {
	text-align: center!important;
}
#tmp_contents .idx_search_keyword .box_sch_ttl,
#tmp_idx_contents .idx_list_ttl {
	width:25% !important;
}
#tmp_contents .idx_search_keyword .box_sch_cnt,
#tmp_idx_contents .idx_list_cnt {
	width:75% !important;
}
#tmp_idx_contents .idx_list_cnt ul {
	width:100% !important;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* Do not edit */
	height:1px; /* Do not edit */

}



}
