@charset "utf-8";

/* ==================================================
layout
================================================== */
/* body
============================== */
.format_top,
.format_free,
.format_base {
	color:inherit;
	background-color:#FFFFFF;
}
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none; /* 変更しない */
	-webkit-border-radius:0; /* Webkit */
	-moz-border-radius:0; /* Mozilla */
	border-radius:0; /* CSS3 */
}
/* wrapper
============================== */
#tmp_wrapper {
	/* width:960px;
	固定レイアウトの場合使用 */
	/* min-width:760px;
	max-width:1280px;
	リキッドレイアウトの場合使用 */
	margin:0 auto;
	color:inherit;
	background-color:transparent;
	min-width:1280px;
}
/* main
============================== */
#tmp_wrap_main {
	padding:0 0 50px;
	clear:both; /* 変更しない */
}
.format_free #tmp_wrap_main {
	width: 950px;
	padding:10px 20px 50px;
	margin: 0 auto;
}
#tmp_main {
	width:100%; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	clear:both; /* 変更しない */
}
/* contents
============================== */
#tmp_contents {
	width:100%; /* 変更しない */
	padding:0 0 10px;
}
/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_nm {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_nm {
	width:100%; /* 変更しない */
}
.wrap_col_lft_navi {
	float:left; /* 変更しない */
	position:relative; /* 変更しない */
	z-index:1; /* 変更しない */
}
.wrap_col_rgt_navi {
	float:right; /* 変更しない */
}
.column_full .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_lnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:right; /* 変更しない */
}
.column_rnavi .wrap_col_main {
	width:100%; /* 変更しない */
	float:left; /* 変更しない */
}
.col_main {
	padding:0; /* デザインによって変更 */
}
/* top
============================== */
#tmp_top_contents {
	min-width: 1280px;
	position: relative;
	top: 100vh;
	background-color: #FFFFFF;
	color: inherit;
    z-index: 10;
}
/* free
============================== */
.format_free .wrap_col_nm {
	margin-right:-228px; /* デザインによって変更 */
}
.format_free .wrap_col_nm2 {
	margin-right:228px; /* デザインによって変更 */
}
.format_free .wrap_col_lft_navi {
	width:218px; /* デザインによって変更 */
	margin-right:-228px; /* デザインによって変更 */
}
.format_free .col_lft_navi {
	color:inherit;
	background-color:transparent;
}
.format_free .wrap_col_rgt_navi {
	width:218px; /* デザインによって変更 */
}
.format_free .col_rgt_navi {
	padding:10px; /* デザインによって変更 */
	color:inherit;
	background-color:#CCDDEE;
}
.format_free .column_full .col_main {
	margin-left:248px; /* デザインによって変更 */
}
.format_free .column_lnavi .col_main {
	margin-left:248px; /* デザインによって変更 */
}
.format_free .column_rnavi .wrap_col_main {
	margin-right:-248px; /* デザインによって変更 */
}
.format_free .column_rnavi .col_main {
	margin-right:248px; /* デザインによって変更 */
}
/* ==================================================
header
================================================== */
#tmp_wrap_header {
	border-bottom: 2px solid #999999;
}
#tmp_header {
	color:inherit;
	background-color:#FFFFFF;
	margin: 0 auto;
}
.format_top #tmp_header {
	display: table;
	height: 100vh;
	width: 300px;
	position: relative;
	z-index: 1;
}
.format_base #tmp_header,
.format_free #tmp_header {
	width: 1280px;
}
.format_free #tmp_wrap_header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #C7E5E3;
    z-index: 9999;
}
.format_free #tmp_wrap_header.fixed #tmp_header,
.format_free #tmp_wrap_header.fixed #tmp_hlogo p,
.format_free #tmp_wrap_header.fixed #tmp_gnavi {
    background-color: #C7E5E3;
}
#tmp_wrap_head {
	width: 100%;
	min-width: 1280px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
#tmp_head_txt {
	text-align: center;
}
#tmp_hlogo {
	width:168px;
	height:42px;
	margin: 0 auto;
}
.format_top #tmp_hlogo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	float: left;
	width: 270px;
	height: 37px;
	padding: 146px 15px 18px 15px;
}
.format_base #tmp_hlogo,
#tmp_gnavi_hlogo,
.format_free #tmp_hlogo {
	width: 134px;
	height: 37px;
	float: left;
	margin: 19px 0 0 26px;
}
.format_top #tmp_gnavi_box #tmp_gnavi_hlogo {
	width: 134px;
	padding: 0 15px 18px 15px;
}
#tmp_gnavi_hlogo p,
#tmp_hlogo h1,
#tmp_hlogo p {
	display:block;
	width:168px;
	height:42px;
	background: #FFFFFF url(/shared/images/header/hlogo.png) no-repeat left top;
	background-size: 100% auto;
}
#tmp_gnavi.fixed #tmp_gnavi_hlogo p,
#tmp_gnavi.fixed #tmp_hlogo p {
	background-color: #C7E5E3;
}
#tmp_hlogo h1 {
	width:37px;
	height:367px;
	margin: 0 auto;
	background:url(/shared/images/header/hlogo_top.jpg) no-repeat left top;
	background-size: 100% auto;
}
.format_top  #tmp_hlogo a {
	display:block;
	width:168px;
	height:42px;
}
#tmp_gnavi_hlogo p,
#tmp_gnavi_hlogo p a,
#tmp_gnavi_hlogo p span,
#tmp_hlogo p,
#tmp_hlogo p a,
#tmp_hlogo p span {
	width: 134px;
	height: 37px;
}
#tmp_gnavi_hlogo p span,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display:block;
	overflow:hidden;
	text-indent: -9999px;
}
#tmp_gnavi_hlogo p span,
#tmp_hlogo p span {
	width:168px;
	height:42px;
}
#tmp_means {
	display: none;
	width:450px;
	color:inherit;
	background-color:#DDEEFF;
	float:right;
}
#tmp_means img {
	vertical-align:top;
}
#tmp_hnavi_s,
#tmp_sma_menu {
	display:none; /* 変更しない */
}
#tmp_scroll {
	position:absolute;
	bottom:6%;
	z-index:10;
	left: 0;
	right: 0;
	margin: auto;
	width:51px;
	top:545px;
}
#tmp_scroll a {
	background:url(/shared/images/header/scroll_icon.gif) no-repeat left top;
	width:51px;
	height:93px;
	display:block;
}
#tmp_scroll span {
	position:absolute;
	z-index:-1;
	display:block;
	text-indent:-9999px;
}
/* primary
============================== */
#tmp_means_primary {
	margin:2px 0 0;
}
/* func_txt */
#tmp_func_txt {
	margin:0 10px 5px 0;
	float:left;
}
#tmp_func_txt dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_txt dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	color:inherit;
	background-color:#CCDDEE;
	float:left;
}
#tmp_func_txt dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
/* func_clr */
#tmp_func_clr {
	margin:0 0 5px;
	float:left;
}
#tmp_func_clr dt {
	margin:0 5px 0 0;
	padding:2px 0 0;
	float:left;
}
#tmp_func_clr dd {
	margin:0 5px 0 0;
	border:1px solid #AABBCC;
	float:left;
}
#tmp_func_clr dd a {
	padding:1px;
	display:block;
	text-decoration:none;
}
#tmp_color_default {
	color:#000000;
	background-color:#FFFFFF;
}
#tmp_darkblue {
	color:#FFFF00;
	background-color:#00008B;
}
#tmp_yellow {
	color:#000000;
	background-color:#FFFF00;
}
#tmp_black {
	color:#FFFF00;
	background-color:#000000;
}
/* secondary
============================== */
#tmp_means_secondary {
	margin:0 0 5px 0;
	clear:both;
}
/* search */
#tmp_search_box {
    position: fixed;
    left: -290px;
    top: 13.3%;
	min-width: 338px;
    height: 385px;
    background-color: #007663;
    color: #FFFFFF;
    border-radius: 0 5px 5px 0;
    z-index: 1000;
    transition: all 0.3s;
}
#tmp_search_box.active {
    left: 0;
}
#tmp_search_box #tmp_search_btn {
    float: right;
    min-width: 49px;
    height: 100%;
    padding: 5px 5px 10px;
    box-sizing: border-box;
    border-left: 1px solid #FFFFFF;
    cursor: pointer;
}
#tmp_search_box #tmp_search_btn p {
    vertical-align: middle;
    text-align: center;
    font-size: 107.1%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#tmp_search_box #tmp_search_btn #tmp_search_btn01 {
    background: url(/shared/images/icon/search_info.png) center 10px no-repeat;
    height: 186px;
    padding: 36px 5px 5px;
}
#tmp_search_box #tmp_search_btn #tmp_search_btn02 {
    border-top: 1px solid #FFFFFF;
    padding: 5px 5px 34px;
    height: 100px;
}
#tmp_search_box.active #tmp_search_btn #tmp_search_btn02 {
    background: url(/shared/images/icon/search_close.png) center bottom no-repeat;
}
#tmp_search_box_cnt {
    width: 257px;
    padding: 16px 12px 13px 17px;
    float: left;
}
#tmp_search_box #tmp_search_link {
    margin: 0 0 17px;
}
#tmp_search_box #tmp_search_link li {
    background-color: #FFFFFF;
    color: #007663;
    margin: 0 0 7px;
    font-size: 107.1%;
}
#tmp_search_box #tmp_search_link li a {
    display: block;
    padding: 8px 10px 6px 27px;
    color: inherit;
    text-decoration: none;
    background: url(/shared/images/icon/green_arrow.png) 11px 0.8em no-repeat;
}
#tmp_search {
    margin: 0 0 12px;
}
#tmp_search dt {
	margin:0 0 6px 4px;
    font-size: 107.1%;
}
#tmp_search dd {
	float:left;
}
#tmp_search dd p {
	float:left;
}
#tmp_query {
	width:213px;
	min-height:34px;
	margin:0 1px 0 0;
	border:none;
}
#tmp_func_sch_btn {
    background-color: #FFFFFF;
    color: #007663;
	min-width:43px;
	border:none;
    font-size: 92.8%;
	padding:7px 3px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
#tmp_shinryo_ttl {
    font-size: 107.1%;
    text-align: center;
    margin: 0 0 2px;
}
#tmp_shinryo_cnt {
    border-top: 1px dotted #FFFFFF;
    border-collapse: collapse;
}
#tmp_shinryo_cnt .box_search_link a {
	color:#FFFFFF;
	text-decoration:none;
	background:url(/shared/images/icon/white_arrow.png) no-repeat left center;
	padding:0 0 0 10px
}
#tmp_shinryo_cnt tr th,
#tmp_shinryo_cnt tr td {
    border-bottom: 1px dotted #FFFFFF;
}
#tmp_shinryo_cnt tr th {
    width: 52px;
    font-weight: normal;
    line-height: 1.2;
}
#tmp_shinryo_cnt tr td p {
    font-size: 92.8%;
    padding: 5px 0 5px 8px;
    line-height: 1.4;
}
#tmp_shinryo_cnt tr td span {
    font-size: 169.2%;
}
#tmp_shinryo_cnt tr td .shinryo_gairai {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    font-size: 92.3%;
    height: 2.2em;
    text-align: right;
}
/* tertiary
============================== */
#tmp_means_tertiary {
	clear:both;
}
/* hnavi */
#tmp_hnavi {
	list-style:none;
}
#tmp_hnavi li {
	margin:0 6px 0 0;
	float:left;
}
#tmp_hnavi li a {
	padding:0 0 0 15px;
	color:#000000;
	background:url(/shared/images/icon/list_icon.png) no-repeat 0 0.1em;
	text-decoration:none;
}
#tmp_hnavi .last {
	margin-right:0;
}
/* ==================================================
navi
================================================== */
/* gnavi
============================== */
#tmp_gnavi {
	min-width: 1280px;
	background-color: #FFFFFF;
	color: inherit;
	clear:both;
}
#tmp_gnavi.fixed {
	width: 100%;
	position: fixed;
	top: 0;
    left: 0;
	background-color:#C7E5E3;
	z-index: 9999;
}
#tmp_gnavi #tmp_gnavi_box {
	width: 1280px;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: inherit;
}
.format_base #tmp_gnavi,
.format_free #tmp_gnavi {
	min-width: 0;
	float: right;
	clear: none;
}
.format_base #tmp_gnavi #tmp_gnavi_box,
.format_free #tmp_gnavi #tmp_gnavi_box {
	width: 1090px;
}
#tmp_gnavi ul {
	display: block;
	float: left;
	border-left:1px dotted #CCCCCC;
	list-style:none;
	width:852px;
}
.format_base #tmp_gnavi ul,
.format_free #tmp_gnavi ul {
	margin: 0 18px 0 0;
}
#tmp_gnavi li {
	border-right:1px dotted #CCCCCC;
	float:left;
	font-size: 107.1%;
	width:138px;
}
#tmp_gnavi a {
	display:block;
	padding:28px 19px 25px;
	color:inherit;
	background-color:transparent;
	text-align:center;
	text-decoration:none;
}
#tmp_gnavi #tmp_glist2 {
	width:137px;
}
#tmp_gnavi #tmp_glist4 a {
	padding:28px 24px 25px;
}
#tmp_gnavi #tmp_glist3 a {
	padding:28px 9px 25px;
}
#tmp_gnavi #tmp_glist2 a {
	padding:28px 16px 25px;
}
#tmp_gnavi #tmp_glist6 a,
#tmp_gnavi #tmp_glist5 a {
	padding:28px 39px 25px;
}
#tmp_gnavi #tmp_glist7 a {
	padding:28px 24px 25px;
}
#tmp_gnavi .active a,
#tmp_gnavi a:hover,
#tmp_gnavi a:focus {
	color:#FFFFFF;
	background-color:#007663;
}
#tmp_gnavi.fixed .active a,
#tmp_gnavi.fixed a:hover,
#tmp_gnavi.fixed a:focus {
	color:#000000;
	background-color:#FFFFFF;
}
.format_free .fixed #tmp_gnavi .active a,
.format_free .fixed #tmp_gnavi a:hover,
.format_free .fixed #tmp_gnavi a:focus {
	color:#000000;
	background-color:#FFFFFF;
}
#tmp_gnavi #tmp_glist1 {
    width: 59px;
    overflow: hidden;
}
#tmp_gnavi #tmp_glist1 a {
    background: url(/shared/images/navi/home_btn.png) center no-repeat;
}
#tmp_gnavi #tmp_glist1 a:hover {
    background:#B20000 url(/shared/images/navi/home_btn_on.png) center no-repeat;
}
#tmp_gnavi.fixed #tmp_glist1 a:hover {
    background:#FFFFFF url(/shared/images/navi/home_btn_on.png) center no-repeat;
}
#tmp_gnavi #tmp_glist1 a span {
    display: block;
    text-indent: -9999px;
    position: relative;
    z-index: -1;
}
#tmp_gnavi_menu {
	float: right;
	width:209px;
}
#tmp_gnavi_menu .otoiawase {
	float: left;
	margin: 0 0 3px;
}
#tmp_gnavi_menu .otoiawase a {
	width: 80px;
	padding: 6px 10px 5px 20px;
	text-align: left;
	font-size: 92.8%;
}
#tmp_gnavi_menu .nav_tool {
	float: left;
	border: 1px solid #017761;
	margin: 0 0 3px;
    border-color: #017761;
	background-color:#FFFFFF;
}
.fixed #tmp_gnavi_menu .nav_tool {
    border-color: #017761;
	background-color:#FFFFFF;
	border: 1px solid #017761;
}
#tmp_gnavi_menu .nav_tool a {
	width: 121px;
	padding: 6px 20px 5px 66px;
	text-align: left;
	font-size: 92.8%;
    color: inherit;
	background: transparent url(/shared/images/icon/f_tool_icon.png) 23px 8px no-repeat;
}
.fixed #tmp_gnavi_menu .nav_tool a {
    background: transparent url(/shared/images/icon/f_tool_icon.png) 23px 8px no-repeat;
}
#tmp_gnavi_menu .tel_number {
	width: 171px;
	color:#B20000;
	background:#FFFFFF url(/shared/images/icon/f_tel_icon.jpg) 12px 5px no-repeat;
	font-size: 171.4%;
	text-align: right;
	padding: 5px 8px 2px 30px;
	border-radius: 5px;
	line-height: 1.2;
    letter-spacing: -1px;
	float: right;
	clear: both;
}
.fixed #tmp_gnavi_menu .tel_number {
	color:#B20000;
	background:#FFFFFF url(/shared/images/icon/f_tel_icon.jpg) 12px 5px no-repeat;
}
/* pankuzu
============================== */
#tmp_pankuzu {
	width: 950px;
	margin: 0 auto;
	padding:12px 20px 10px;
	color:inherit;
	background-color:transparent;
	clear:both;
}
#tmp_sma_pankuzu {
	display:none;
}
/* lnavi
============================== */
#tmp_lnavi {
	margin:0 0 20px;
	clear:both;
}
#tmp_lnavi_ttl {
	padding:12px 10px 8px;
    font-size: 114.2%;
	text-align: center;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	color:#333333;
	background-color:#C7E5E3;
}
#tmp_lnavi_ttl a {
    display: block;
	color:#333333;
	background-color:#C7E5E3;
	text-decoration:none;
	margin:-12px -10px -8px;
	padding:12px 10px 8px;
}
#tmp_lnavi_cnt {
	padding:10px 0;
	border-top:none;
	background:url(/shared/templates/free/images/contents/brown_under.jpg) top center no-repeat;
}
#tmp_lnavi_cnt ul {
	list-style:none;
}
#tmp_lnavi_cnt li {
	margin:0 0 8px;
	padding:0 0 6px 33px;
	border-bottom:1px dotted #555555;
	background:url(/shared/images/icon/black_arrow.png) no-repeat 21px 0.2em;
}
#tmp_lnavi_cnt li a {
	text-decoration:none;
	color:#000000;
}
#tmp_lnavi_cnt .switch_menu .noicon_list {
	padding-left:0;
	background:none;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch {
	margin-right:5px;
}
#tmp_lnavi_cnt .switch_menu .noicon_list a.switch img {
	vertical-align:middle;
}
#tmp_lnavi_cnt .switch_cnt {
	padding:0 0 0 10px;
}
#tmp_lnavi_cnt .switch_cnt li {
	margin-top:10px;
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
#tmp_idx_lnavi ul li {
    display: table;
    border: 1px solid #CCCCCC;
    margin: 0 0 13px;
    text-align: center;
    width: 100%;
    height: 148px;
    font-size: 107.1%;
}
#tmp_idx_lnavi ul li a {
    display:block;
    vertical-align: bottom;
    padding:100px 10px 8px 10px;
    border: 9px solid #FFFFFF;
    text-decoration: none;
    color: #B20000;
	background:transparent url(/shared/templates/free/images/contents/idx_lnavi_off_01.png) no-repeat 50% 15px;
}
#tmp_idx_lnavi ul li#tmp_idx_list2 a {
	background-image:url(/shared/templates/free/images/contents/idx_lnavi_off_02.png);
}
#tmp_idx_lnavi ul li#tmp_idx_list3 a {
	background-image:url(/shared/templates/free/images/contents/idx_lnavi_off_03.png);
}
#tmp_idx_lnavi ul li#tmp_idx_list4 a {
	background-image:url(/shared/templates/free/images/contents/idx_lnavi_off_04.png);
}
#tmp_idx_lnavi ul li#tmp_idx_list5 a {
	background-image:url(/shared/templates/free/images/contents/idx_lnavi_off_05.png);
}
#tmp_idx_lnavi ul li#tmp_idx_list4 a {
    color: #00468C;
}
#tmp_idx_lnavi ul li#tmp_idx_list5 a {
    color: #660066;
}
#tmp_idx_lnavi ul li a:hover {
    background-color: #FFECEC;
}
#tmp_idx_lnavi ul li#tmp_idx_list1 a:hover  {
	background-image:url(/shared/templates/free/images/contents/idx_lnavi_on_01.png);
}
#tmp_idx_lnavi ul li#tmp_idx_list2 a:hover  {
	background-image:url(/shared/templates/free/images/contents/idx_lnavi_on_02.png);
}
#tmp_idx_lnavi ul li#tmp_idx_list3 a:hover  {
	background-image:url(/shared/templates/free/images/contents/idx_lnavi_on_03.png);
}
#tmp_idx_lnavi ul li#tmp_idx_list4 a:hover  {
	background-image:url(/shared/templates/free/images/contents/idx_lnavi_on_04.png);
    background-color: #D8F1FF;
}
#tmp_idx_lnavi ul li#tmp_idx_list5 a:hover  {
	background-image:url(/shared/templates/free/images/contents/idx_lnavi_on_05.png);
    background-color: #FFE1FF;
}
/* event_cal
============================== */
#tmp_event_cal {
	padding:8px;
	background:#FFFFFF url(/shared/images/navi/event/cal_ttl_bg.gif) repeat-x left top;
	border:1px solid #CCDDEE;
	border-top:2px solid #999999;
}
/* event_cal_ttl */
#tmp_event_cal_ttl {
	clear:both;
}
#tmp_event_cal_ttl .year {
	margin:5px 0 0 0;
	float:left;
}
#tmp_event_cal_ttl .month {
	float:right;
}
/* event_cal_cnt */
#tmp_event_cal_cnt {
	width:100%;
	clear:both;
}
#tmp_event_cal_cnt .calendar,
#tmp_event_cal_cnt .calendar td,
#tmp_event_cal_cnt .calendar th {
	/*padding:0;*/
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #CCDDEE;
}
#tmp_event_cal_cnt .calendar {
	width:100%;
	margin:0 0 7px;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_event_cal_cnt .calendar th,
#tmp_event_cal_cnt .calendar td.bgcolor {
	text-align:center;
	font-weight:normal;
	background-color:#DDEEFF;
}
#tmp_event_cal_cnt .calendar td {
	text-align:center;
}
#tmp_event_cal_cnt .calendar a {
	display:block;
	color:#000000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar .today {
	color:inherit;
	font-weight:bold; /* 変更しない */
	background-color:#FFFFCC !important;
}
#tmp_event_cal_cnt .calendar td.sun a {
	color:#CC0000;
	background-color:transparent;
}
#tmp_event_cal_cnt .calendar td.sat a {
	color:#3333CC;
	background-color:transparent;
}
/* cal_navi */
#tmp_event_cal_cnt .cal_navi {
	list-style:none;
}
#tmp_event_cal_cnt .cal_navi li {
	line-height:1.2;
	float:left;
}
#tmp_event_cal_cnt .cal_navi .prev {
	padding:0 6px 0 12px;
	border-right:1px solid #000000;
}
#tmp_event_cal_cnt .cal_navi .prev a {
	display:block;
	margin:0 0 0 -12px;
	padding:0 0 0 12px;
	background:url(/shared/images/navi/event/cal_prev.gif) no-repeat left center;
}
#tmp_event_cal_cnt .cal_navi .next {
	padding:0 0 0 6px;
}
#tmp_event_cal_cnt .cal_navi .next a {
	display:block;
	padding:0 12px 0 0;
	background:url(/shared/images/navi/event/cal_next.gif) no-repeat right center;
}
#tmp_event_cal_cnt .cal_navi .list {
	float:right;
}
/* rnavi
============================== */
/* pnavi
============================== */
.pnavi {
	clear:both;
	width: 1280px;
	margin: 0 auto;
}
.pnavi .ptop {
	margin-bottom:0 !important;
}
.ptop {
	text-align:right;
	clear:both;
}
.pnavi .ptop a {
	display: block;
	float: right;
	color:inherit;
	background:#F0F0E1 url(/shared/images/icon/black_arrow_top1.png) top left no-repeat;
	width: 64px;
	height: 65px;
	padding:0;
	text-align: center;
	text-decoration: none;
}
.pnavi .ptop.scroll {
	position:fixed;
	bottom:0;
	width:1280px;
	z-index:9999;
}
.format_top .pnavi .ptop a {
    background-color: #F0F0E1;
}
.pnavi .ptop a span {
	position: relative;
	z-index: -1;
	font-size:0.1%;
}
/* emergency
============================== */
#tmp_emergency {
    width: 470px;
	margin-left:10px;
	border:1px solid #B20000;
	display: table;
    position: absolute;
    bottom: 6%;
    left: 0;
    right: 0;
    z-index: 10;
	clear:both;
}
#tmp_emergency_ttl {
	width: 100px;
	display: table-cell;
	vertical-align: middle;
	padding:10px 5px 8px;
	text-align: center;
	color:#FFFFFF;
	background-color:#B20000;
}
#tmp_emergency_ttl h2 {
	font-size: 100%;
	font-weight: normal;
}
#tmp_emergency_cnt {
	display: table-cell;
	background-color: #FFFFFF;
	color: inherit;
	padding:10px 10px 8px;
}
#tmp_emergency_cnt ul {
	width: 290px;
	border-right:1px dotted #B20000;
	float: left;
	min-height:42px;
}
#tmp_emergency_cnt ul li {
	display: block;
	list-style: none;
	margin-bottom:0.3em;
}
#tmp_emergency_cnt p {
	padding: 10px;
	float: right;
}
#tmp_emergency_cnt a {
	color: #B20000;
	background-color: transparent;
	text-decoration: none;
}
/* emergency_s
============================== */
#tmp_emergency_s {
	margin-bottom:10px;
	border:5px solid #FF0000;
	clear:both;
}
#tmp_emergency_s_ttl {
	padding:0 10px;
	color:inherit;
	background-color:#FF0000;
}
#tmp_emergency_s_ttl h2 {
	font-size:120%;
}
#tmp_emergency_s_cnt {
	padding:10px;
}
#tmp_emergency_s_cnt ul {
	margin-left:20px;
}
#tmp_emergency_s_cnt ul li {
	margin-bottom:0.3em;
}
/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
	float:left;
}
#tmp_social_plugins .social_media_btn {
	margin:0 0 0 10px;
	padding:0 0 10px;
	float:left;
}
#tmp_custom_update .social_media_btn {
	margin:0 0 0 10px;
}
#tmp_social_plugins .twitter_btn {
	width:120px;
}
#tmp_social_plugins .social_media_btn a.twitter-share-button {
	padding:0 10px 0 0;
	line-height:1.2;
}
/* update
============================== */
#tmp_wrap_custom_update {
    margin: 0 0 8px;
	clear:both;
}
#tmp_custom_update {
	float:right;
}
#tmp_custom_update #tmp_update {
	margin-left:10px;
	float:right;
}
#tmp_update {
	margin:0 0 0.8em;
	text-align:right;
}
/* plugin ▼変更しない
============================== */
.plugin {
	margin:0 0 20px;
	padding:10px 10px 10px 178px;
	border:1px solid #CCCCCC;
	clear:both;
}
.plugin .plugin_img {
	margin:0 10px 0 -168px !important;
	float:left;
}
.plugin .plugin_img img {
	vertical-align:top;
}
.plugin p {
	margin:0 !important;
}
/* inquiry
============================== */
#tmp_inquiry {
	margin:0 0 30px;
	border:1px solid #C7E5E3;
    border-radius: 5px 5px 0 0;
	clear:both;
}
#tmp_inquiry_ttl {
	padding:11px 7px 9px;
	color:#333333;
	background-color:#C7E5E3;
    font-size: 114.2%;
    text-align: center;
}
#tmp_inquiry_ttl p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt {
    background: url(/shared/templates/free/images/contents/brown_under.jpg) top center no-repeat;
	padding:17px 28px 13px;
}
#tmp_inquiry_cnt p {
	margin-bottom:0 !important;
}
#tmp_inquiry_cnt .inquiry_parts {
	margin:0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_btn {
    width: 240px;
    height: 40px;
	margin:1em 0 0;
    background-color: #C7E5E3;
    color: #333333;
    border: none;
    cursor: pointer;
}
/* feedback
============================== */
#tmp_feedback {
	margin:0 0 20px;
	border:1px solid #C7E5E3;
    border-radius: 5px 5px 0 0;
	clear:both;
}
#tmp_feedback_ttl {
	padding:11px 7px 9px;
	color:#333333;
	background-color:#C7E5E3;
    font-size: 114.2%;
    text-align: center;
}
#tmp_feedback_ttl p {
	margin-bottom:0 !important;
}
#tmp_feedback_cnt {
	padding:19px 19px 22px;
    background: url(/shared/templates/free/images/contents/brown_under.jpg) top center no-repeat;
}
#tmp_feedback_cnt fieldset {
	margin:0 0 0.5em 0;
	clear:both;
}
#tmp_feedback_cnt fieldset legend {
	margin:0 0 0.5em 0;
	font-weight:bold;
	clear:both;
}
#tmp_feedback_cnt fieldset p {
	display:inline;
	margin:0 1em 0 0;
	float:left;
}
#tmp_feedback_cnt .submit {
	margin:0.8em 0 0 0 !important;
	text-align:center;
	clear:both;
}
#tmp_feedback_cnt .submit input[type="submit"] {
    width: 240px;
    height: 40px;
    border: none;
    background-color: #C7E5E3;
    color: #333333;
    cursor: pointer;
}
/* ==================================================
banner
================================================== */
#tmp_publicity {
	min-width: 1280px;
	padding:14px 0 0;
	color:inherit;
	background-color:#FEF7EC;
	clear:both;
}
#tmp_publicity_ttl {
	margin:0 0 0.3em;
}
#tmp_publicity_cnt {
	width: 950px;
	margin: 0 auto;
}
#tmp_publicity_cnt ul {
	list-style-type:none;
}
#tmp_publicity_cnt ul li {
	margin:0 0 0 56px;
	padding:0 0 16px;
	float:left;
}
#tmp_publicity_cnt ul li:first-child  {
	margin:0;
}
#tmp_publicity_cnt ul li:nth-child(6n) {
	margin-right: 0;
}
#tmp_publicity_cnt ul li img {
	vertical-align:top;
	max-width: 145px;
	width: 100%;
	height: auto;
}
/* ==================================================
footer
================================================== */
#tmp_footer {
	min-width: 1280px;
	padding:0;
	clear:both;
}
/* fnavi
============================== */
#tmp_foot_navi {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#tmp_fnavi {
	width: 620px;
	margin: 10px auto;
	list-style:none;
}
#tmp_fnavi li {
	margin:0;
	padding: 1px 20px 3px;
	float:left;
	border-left: 1px dotted #666666;
	width:105px;
}
#tmp_fnavi li#tmp_fnavi_01 {
	width: 112px;
}
#tmp_fnavi li#tmp_fnavi_02 {
	padding: 1px 34px 3px;
	width:85px;
}
#tmp_fnavi li#tmp_fnavi_03 {
	padding: 1px 27px 3px;
	width: 98px;
}
#tmp_fnavi .last {
	border-right: 1px dotted #666666;
	padding: 1px 34px 3px;
	width:85px;
}
#tmp_fnavi li a {
	color: inherit;
	background-color: transparent;
	text-decoration: none;
}
#tmp_fnavi li a:hover {
	text-decoration: underline;
}
#tmp_footer_cnt {
	width: 1195px;
	margin: 0 auto;
	padding:24px 10px 63px;
	clear:both;
}
#tmp_footer_cnt .box_footer_link a {
	color:#000000;
	text-decoration:none;
	background:url(/shared/images/icon/footer_icon.gif) no-repeat left center;
	padding:0 0 0 10px;
}
#tmp_footer_cnt address {
	margin:6px 0 5px 2px;
	font-style:normal;
	font-size: 92.8%;
	float: left;
}
#tmp_footer_cnt address span {
	margin:0 1em 0 0;
}
#tmp_footer_cnt address span.br {
	display:block; /* スマホでinline値にする場合 */
}
#tmp_footer_cnt address span.spbr {
	display:inline; /* スマホでblock値にする場合 */
}
#tmp_footer_cnt #tmp_foot_logo {
	background: url(/shared/images/footer/flogo.jpg) left top no-repeat;
	width: 170px;
	height: 44px;
	margin: 3px 0 18px;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#tmp_footer_cnt .f_link {
	display: inline-block;
	vertical-align: top;
	margin:  3px 0px 0 18px;
}
#tmp_footer_cnt #tmp_foot_logo span {
	position: relative;
	z-index: -1;
}
#tmp_footer #tmp_foot_annai {
	width: 500px;
	float: right;
}
#tmp_footer #tmp_foot_annai #tmp_foot_annai_ttl {
	font-size: 121.4%;
	margin: 0 0 2px;
}
#tmp_footer #tmp_foot_annai table {
	width: 100%;
	border-top: 1px solid #BBBBBB;
	border-collapse: collapse;
}
#tmp_footer #tmp_foot_annai table tr th,
#tmp_footer #tmp_foot_annai table tr td {
	border-bottom: 1px solid #BBBBBB;
}
#tmp_footer #tmp_foot_annai table tr th {
	width: 91px;
	padding: 15px 10px;
	vertical-align: top;
	font-weight: normal;
}
#tmp_footer #tmp_foot_annai table tr:last-child th {
	padding: 5px 10px;
}
#tmp_footer #tmp_foot_annai table tr th p {
	border-right: 1px dotted #666666;
	text-align: left;
	padding: 3px 5px 0;
}
#tmp_footer #tmp_foot_annai table tr td p .txt_red {
	font-size: 164.2%;
}
#tmp_copyright {
	min-width: 1280px;
	text-align:center;
	background-color: #F0F0E1;
	color: inherit;
	font-size: 85.7%;
	padding: 5px 0 3px;
	clear:both;
}

/* ==================================================
used_bg_img
================================================== */
.used_bg_img a,
.used_bg_img span {
	display:block; /* 変更しない */
}
.used_bg_img span {
	position:relative; /* 変更しない */
	z-index:-1; /* 変更しない */
	overflow:hidden; /* 変更しない */
}
/* ==================================================
class
================================================== */
/* text
============================== */
.underline {
	text-decoration:underline; /* 変更しない */
}
.strike {
	text-decoration:line-through; /* 変更しない */
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
.txt_red {
	color:#990000; /* デザインによって変更 */
	background-color:transparent; /* 変更しない */
}
.txt_green {
	color:#007500; /* デザインによって変更 */
	background:transparent; /* 変更しない */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
.txt_big {
	font-size:130%; /* body 14pxのとき20px相当 */
	/* font-size:134%; body 12pxのとき16px相当 */
}
.txt_small {
	font-size:86%; /* body 14pxのとき12px相当 */
	/*font-size:84%;  body 12pxのとき10px相当 */
}
.space_lft1 {
	padding-left:1em; /* 変更しない */
}
/* image ▼変更しない
============================== */
.float_lft {
	margin-right:20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}
/* noicon ▼変更しない
============================== */
ul.noicon {
	margin-left:3.2em !important;
	text-indent:-1.5em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}
/* ==================================================
parts
================================================== */
/* col2 ▼変更しない
============================== */
table.col2 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col2 td.col2L {
	width:50%;
	border-right-width:15px;
}
#tmp_main table.col2 td.col2L {
	border-right:15px solid #FFFFFF;
}
table.col2 td.col2R {
	width:50%;
}
div.col2 {
	width:100%;
}
div.col2 div.col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.col2 div.col2R {
	display:table;
	width:48.5%;
	float:left;
}
/* nestcol2 ▼変更しない
============================== */
table.col2 table.col2 td.col2L {
	padding:0;
}
div.col2 div.col2 div.col2L {
	width:47.5%;
	margin-right:4%;
}
div.col2 div.col2 div.col2R {
	width:47.5%;
}
/* fixed_col2 ▼変更しない
   編集領域には使わない（イベントカレンダー・定型等に使う）
============================== */
div.fixed_col2 {
	width:100%;
}
div.fixed_col2 div.fixed_col2L {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
div.fixed_col2 div.fixed_col2R {
	display:table;
	width:48.5%;
	float:right;
}
div.fixed_col2 img {
	max-width:100%;
	height:auto;
}
/* col3 ▼変更しない
============================== */
table.col3 {
	width:99%;
	border-collapse:collapse;
	border-spacing:0;
}
table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	width:33.33%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
	border-right:15px solid #FFFFFF;
}
table.col3 td.col3R {
	width:33.33%;
}
div.col3 {
	width:100%;
}
div.col3 div.col3L,
div.col3 div.col3M {
	display:table;
	width:31.7%;
	margin-right:2%;
	float:left;
}
div.col3 div.col3R {
	display:table;
	width:31.7%;
	float:left;
}
/* 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;
}
/* layouttable ▼変更しない
============================== */
table.layouttable {
	border-collapse:collapse;
	border-spacing:0;
}
table.layouttable td {
	padding:0 15px 0 0;
	vertical-align:top;
	text-align:left;
}
/* box_faq
============================== */
.box_faq {
	margin:0 0 20px; /* 変更しない */
	border:1px solid #582B39;
    border-radius: 5px 5px 0 0;
	clear:both; /* 変更しない */
}
.box_faq .box_faq_ttl {
	padding:11px 7px 9px;
	font-weight:bold;
	background-color:#582B39;
    color: #FFFFFF;
    text-align: center;
}
.box_faq .box_faq_ttl p {
	margin-bottom:0 !important; /* 変更しない */
}
.box_faq .box_faq_cnt {
    background: url(/shared/templates/free/images/contents/brown_under.jpg) top center no-repeat;
	padding:21px 30px 15px;
}
.box_faq_cnt p {
	margin-bottom:0.8em !important; /* 変更しない */
}
.box_faq_cnt ul {
	margin-bottom:0.8em !important; /* 変更しない */
	margin-left:24px !important; /* 変更しない */
	list-style-image:url(/shared/images/icon/list_icon.png) !important; /* 変更しない */
}
.box_faq_cnt ul ul {
	margin:0.3em 0 0 24px !important; /* 変更しない */
}
.box_faq_cnt ul li {
	margin:0 0 0.5em !important; /* 変更しない */
}
/* ==================================================
XHTML 1.0 Strict
================================================== */
/* text ▼変更しない
============================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
/* image ▼変更しない
============================== */
img.left {
	float:left;
}
img.right {
	float:right;
}
img.center {
	vertical-align:middle;
}
img.top {
	vertical-align:text-top;
}
img.bottom {
	vertical-align:text-bottom;
}
/* table div ▼変更しない
============================== */
table.left {
	float:left;
}
table.right {
	float:right;
}
table.center,
div.center table {
	margin-right:auto !important;
	margin-left:auto !important;
}
th.nowrap,
td.nowrap {
	white-space:nowrap;
}
/* ==================================================
Google
================================================== */
#cse .gsc-thinWrapper {
	width:100% !important;
}
/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display:none !important;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display:block !important;
}

/* ==================================================
system
================================================== */
/* indent ▼変更しない
============================== */
div.section,
blockquote {
	padding:0 0 0 1em;
}
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_word,
a.icon_excel {
	margin:0 3px;
	padding-left:54px;
	text-indent:0 !important;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
	background-position:0 0.1em;
}
a.icon_pdf {
	background:url(/shared/system/images/linkicon/icon_pdf.jpg) no-repeat 0 0.2em;
}
a.icon_word {
	background:url(/shared/system/images/linkicon/icon_word.jpg) no-repeat 0 0.2em;
}
a.icon_excel {
	background:url(/shared/system/images/linkicon/icon_excel.jpg) no-repeat 0 0.2em;
}
/* bgcolor
============================== */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
td.bg_red,
th.bg_red {
	color:inherit;
	background-color:#FDE9E5; /* デザインによって変更 */
}
td.bg_yellow,
th.bg_yellow {
	color:inherit;
	background-color:#FEFCEA; /* デザインによって変更 */
}
td.bg_blue,
th.bg_blue {
	color:inherit;
	background-color:#DEF0FD; /* デザインによって変更 */
}
@media screen and (max-width : 480px) {
/* smartphone判別 ▼削除しない
============================== */
#tmp_resize_width {
	width:320px;
}
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
model_change
================================================== */
#tmp_model_change_pub {
	display:none;
	margin:0;
	position:relative;
	min-width:1000px;
	z-index:9999;
}
#tmp_switch_pc_style {
	float:left;
	width:50%;
}
#tmp_switch_sp_style {
	float:right;
	width:50%;
}
#tmp_switch_sp_style a {
	margin-right:1px;
	background-color:#007663;
	color:#FFFFFF;
}
#tmp_switch_pc_style a {
	margin-left:1px;
	color:#000000;
	background-color:#C8C8C8;
}
#tmp_switch_sp_style a,
#tmp_switch_pc_style a {
	display:block;
	padding:18px 0 16px 0;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
#tmp_model_change_pub ul {
	list-style:none;
}

/* ==================================================
cms編集領域スタイル
================================================== */
.format_top#data_area #tmp_wrap_head {
	display:none;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
.col_nm:after,
#tmp_contents:after,
#tmp_header:after,
#tmp_means:after,
#tmp_means_primary:after,
#tmp_func_txt:after,
#tmp_func_clr:after,
#tmp_means_secondary:after,
#tmp_search:after,
#tmp_means_tertiary:after,
#tmp_hnavi:after,
#tmp_gnavi:after,
#tmp_gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main_cnt:after,
#tmp_wrap_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_emergency:after,
#tmp_emergency_ttl:after,
#tmp_emergency_cnt:after,
#tmp_emergency_s:after,
#tmp_emergency_s_ttl:after,
#tmp_emergency_s_cnt:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
.pnavi .ptop:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
#tmp_fnavi:after,
#tmp_footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after {
	content: ""; /* 変更しない */
	display: table; /* 変更しない */
	clear: both; /* 変更しない */
}
