@charset "UTF-8";
/*サイト全体専用のスタイル*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #333;
}
select, input, button, textarea, button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
}
a:link {
	color: #0075ab;
	text-decoration: underline;
}
a:visited {
	color: #0075ab;
	text-decoration: underline;
}
a:hover {
	color: #0075ab;
	text-decoration: none;
	cursor: pointer;
}
a:active {
	color: #0075ab;
	text-decoration: none;
}
a[name]:link, a[name]:visited, a[name]:hover, a[name]:active {
	color: #0075ab;
	text-decoration: none;
}
p, li, dd, td {
	text-align: justify;
	text-justify: inter-ideograph;
}
img {
	border : none;
	vertical-align: bottom;
}
form {
}
select, input, textarea, option {
	vertical-align: middle;
}
hr {
	clear: both;
}
address {
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-style: normal;
	font-weight: bold;
}
ruby {
	ruby-align: distribute-space;
	ruby-position: inline;
}
/*------------------------------------------------------------
全ページ共通
------------------------------------------------------------*/
.switch {
	visibility: hidden;
}
.red {
	color: #ef6865;
}
.marker {
	background-color: #ffe680;
	display: inline;
	padding: 1px 0;
}
img.fl {
	padding-right: 20px;
}
img.fr {
	padding-left: 20px;
}
.underline {
	text-decoration: underline;
}
/*----------Header----------*/
header {
	background-color: #f7f7f7;
}
header .group1 .caption {
	font-size: 11px;
}
header .group2 .search .txt {
	border-left: 1px solid #b5b5b5;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	height: 22px;
	box-sizing: border-box;
	border-radius: 0;
}
header .group2 .search .btn {
	width: 45px;
	height: 22px;
	box-sizing: border-box;
	border-radius: 0;
}
header .group3 ul li {
	float: left;
}
/*----------GM----------*/
#gm {
	background-color: #f7f7f7;
}
/*----------Footer----------*/
footer .info .warp {
	position: relative;
}
footer .info .pagetop {
	position: absolute;
}
footer small {
	background-color: #fff;
	text-align: center;
	padding: 15px;
	display: block;
}
footer .fax {
	display: inline;
}
/*----------Other----------*/
/*カテゴリ*/
#category {
	padding: 3px 6px;
	font-size: 90%;
	display: inline-block;
}
.category1 {
	background-color: #f6a321;
	color: #fff;
}
.category2 {
	background-color: #5eb2d1;
	color: #fff;
}
.category3 {
	background-color: #ab7e52;
	color: #fff;
}
.category4 {
	background-color: #ef6865;
	color: #fff;
}
/*IconLink*/
.link_search {
	padding: 2px 18px 2px 4px;
	margin: 0px 4px 0px 0;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 14px 14px;
}
.link_site {
	padding: 0px 18px 0px 4px;
	margin: 0 4px 0 0;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 15px 14px;
}
.link_book {
	padding: 0px 18px 0px 4px;
	margin: 0 4px 0 0;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 15px 14px;
}
.link_book2 {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 0px 26px 0px 4px;
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: 15px 14px;
	display: inline-block;
}
.link_pdf {
	/*background-color: #f2f2f2;*/
	padding: 0px 18px 0px 4px;
	margin-right: 4px;
	background-repeat: no-repeat;
	background-position: right;
	background-size: 16px;
	display: inline-block;
}
.link_map {
	padding: 2px 16px 2px 4px;
	margin: 0px 4px 0px 0;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 11px 14px;
}
.indent {
	text-indent: -2em;
	margin-left: 2em;
}
.indent2 {
	text-indent: -1em;
	margin-left: 1em;
}
span.indent2 {
	text-indent: -1em;
	margin-left: 1em;
	display: inline-block;
}
/*------------------------------------------------------------
下層共通
------------------------------------------------------------*/
/*----------Breadcrumb----------*/
.breadcrumb {
	padding: 5px 0;
	font-size: 90%;
}
.breadcrumb ul li {
	display: inline;
	float: left;
	padding: 0 5px 0 0;
}
.breadcrumb ul li:after {
	content: " > ";
}
.breadcrumb ul li:last-child:after {
	content: "";
}
/*----------Other----------*/
/*-----Title-----*/
#page h1, #colorbox h1 {
	border-top: 1px solid #ccc;
	border-bottom: 4px solid #51ab6b;
	padding: 15px;
	background-color: #f7f7f7;
	font-size: 160%;
	font-weight: bold;
}
#page h1.reset, #colorbox h1.reset {
	border-top: none;
	border-bottom: none;
	padding: 0;
	background-color: #fff;
}
#page h2, #colorbox h2 {
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	padding: 10px 15px;
	font-size: 140%;
	font-weight: bold;
}
#page h3, #colorbox h3 {
	margin-top: 20px;
	padding: 10px 15px;
	font-size: 130%;
	font-weight: bold;
}
/*-----SideNav-----*/
.sidenav {
	margin-bottom: 20px;
}
.sidenav .ttl {
い font-size: 120%;
	font-weight: bold;
	background-color: #b5b5b5;
	padding: 15px 15px 15px 55px;
	background-repeat: no-repeat;
	background-position: 15px center;
}
.sidenav .ttl a {
	text-decoration: underline !important;
}
.sidenav .ttl a:hover {
	text-decoration: none !important;
}
.sidenav ul li a {
	padding: 10px 10px 10px 45px;
	background-repeat: no-repeat;
	background-position: 20px center;
	display: block;
}
.sidenav ul li.ttl2 {
	padding: 10px 10px 10px 15px;
	background-color: #f7f7f7;
	background-image: none;
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px dotted #ccc;
}
/*-----CV-----*/
#side .cv .btnarea .inwarp {
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
}
/*-----Table-----*/
#content table th {
	background-color: #b5b5b5;
	border: 1px solid #fff;
	padding: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#content table td {
	background-color: #efefef;
	border: 1px solid #fff;
	padding: 10px;
}
#content table.reset th {
	background-color: inherit;
	border: none;
	padding: 0;
	text-align: left;
	vertical-align: top;
	color: #333;
}
#content table.reset td {
	background-color: inherit;
	border: none;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
#content table table.reset {
	margin: 0;
	padding: 0;
}
#content table th a {
	color: #fff;
}
/*
#content table tr:nth-child(even) th {
	background-color:#b0b0b0;
}
#content table tr:nth-child(even) td {
	background-color:#e2e2e2;
}*/
/*-----List-----*/
#content ul li, #sitemap ul li {
	margin-bottom: 0.5em;
}
#content ul, #content ol {
	margin-bottom: 1.5em;
}
#content ol li {
	list-style-type: decimal;
	margin-left: 15px;
}
#content ul.dot li {
	list-style-type: disc;
	background-image: none;
	padding-left: 0;
	margin-left: 15px;
}
/*-----Accordion-----*/
.AccordionTitle span {
	background-repeat: no-repeat;
	background-position: 100% center;
	display: block;
}
.AccordionBox {
	display: none;
}
.AccordionBox.open {
	display: block;
}
/*-----Button-----*/
.button a {
	background-color: #51ab6b;
	background-position: 92% center;
	background-repeat: no-repeat;
	background-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	box-shadow: 0 2px 0 #244d2f;
	-moz-box-shadow: 0 2px 0 #244d2f;
	-webkit-box-shadow: 0 2px 0 #244d2f;
	color: #fff;
	display: inline-block;
}
/*Colorbox*/
body#colorbox {
}
body#colorbox #content {
	width: 100%;
}
/*Tab*/
.tab {
	overflow: hidden;
}
.content div.box {
}
.hide {
	display: none;
}
.tab li {
	background-size: 10px 8px;
	background-repeat: no-repeat;
	background-color: #f7f7f7 !important;
	background-position: 94% center !important;
	float: left !important;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding: 0 !important;
}
.tab li.select {
	background-color: #b5b5b5 !important;
	color: #fff;
}
.tab li.select span {
	text-decoration: none;
	cursor: default;
}
.tab li span {
	padding: 15px 25px 15px 10px !important;
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
}
.tab li span:hover {
	text-decoration: none;
}
.waku {
	padding: 15px;
	margin: 20px 0 0 0;
	border: 1px solid #ccc;
}
.waku2 {
	background: #f9f9f9;
	padding: 15px;
	margin: 20px 0 0 0;
	border: 1px dotted #ccc;
}
/*PageNav*/
.pagenav {
	text-align: center;
	padding-top: 20px;
}
.pagenav span {
	padding: 6px 10px;
	margin-right: 5px;
	border: 1px solid #ccc;
}
.pagenav span a {
	display: inline-block;
}
.pagenav span a {
	padding: 0;
	margin-right: 0;
	border: 0;
}
/*------------------------------------------------------------
トップページ
------------------------------------------------------------*/

/*----------MainVisual----------*/
#main-v {
	background-color: #bfe7f5;
}
/*CV*/
.cv .btnarea {
	background-color: #f7f7f7;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.cv .btnarea .beginner {
	padding: 15px 20px;
	background-color: #e88784;
	border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
}
/*-----Cont1(お知らせ・お手続き)-----*/

/*新着情報*/

#index .update {
	font-size: 100%;
}
.update dl {
	width: 100%;
	margin: 0;
	background-color: #fff;
}
.update dt {
	width: 8em;
	float: left;
	line-height: 120%;
	font-size: 80%;
	padding: 19px 0 18px 15px;
}
.update dd {
	margin: 0;
	border-bottom: 1px #c0c0c0 dotted;
	line-height: 120%;
	padding: 17px 10px 18px 8em;
}
/*入会・退会などのお手続き*/
.procedures ul li {
	float: left;
}
/*-----Cont3(イベント情報)-----*/
#topcont3 {
	background-color: #46964f;
}
/*カレンダー*/
#topcont3 .calendar_ttl {
	text-align: center;
}
#topcont3 .calendar_ttl p {
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#topcont3 .calendar_ttl p span {
	font-size: 24px;
	font-weight: bold;
}
#topcont3 .calendar {
	background-color: #fff;
}
#topcont3 .calendar table {
	width: 100%;
	border-bottom: 5px solid #d2d2d4;
}
#topcont3 .calendar table a {
	font-weight: bold;
}
#topcont3 .calendar table tr th {
	border: 1px solid #d6d6d6;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #fff;
}
#topcont3 .calendar table tr td {
	border: 1px solid #d6d6d6;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #fff;
}
#topcont3 .calendar table tr th.week, #topcont3 .calendar table tr td.week {
	color: #e46350;
}
#topcont3 .calendar table tr th.bg1, #topcont3 .calendar table tr td.bg1 {
	background-color: #f2f2f2;
	box-shadow: 2px 2px 0px #e46350 inset, -2px -2px 0px #e46350 inset;
	-moz-box-shadow: 2px 2px 0px #e46350 inset, -2px -2px 0px #e46350 inset;
	-webkit-box-shadow: 2px 2px 0px #e46350 inset, -2px -2px 0px #e46350 inset;
}
/*最新イベント*/
#topcont3 .newevent {
	padding: 8px 8px 16px 8px;
	position: relative;
}
#topcont3 .newevent .inwarp .ttl {
	font-size: 120%;
}
#topcont3 .newevent .inwarp .btn {
	text-align: right;
}
#topcont3 .newevent .inwarp .btn span a {
	text-decoration: none;
	color: #333;
	display: inline-block;
}
#topcont3 .newevent .inwarp .btn span a:hover {
	text-decoration: underline;
}
#topcont3 .newevent .icon_newevent {
	position: absolute;
}
#topcont3 .newevent .pickup {
	position: absolute;
}
/*イベント*/
#topcont3 .event .img {
	position: relative;
}
#topcont3 .event .img span {
	position: absolute;
	left: 0;
	top: 0;
}
#topcont3 .link li {
	padding: 5px 0 0;
	text-align: right;
}
#topcont3 .link li a {
	color: #fff;
}
#topcont3 .link li a:hover {
	color: #fff;
}
/*-----Cont4(ブログ・会報誌)-----*/
#topcont4 .warp, #topcont4 .warp .topcont-area{
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	-js-display:flex;
	display:flex;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}

#topcont4 .warp{
	flex-direction: column;
}

#topcont4 .warp .topcont-area{
	width:100%;
}

#topcont4 .letterzine .box {
	position: relative;
	box-shadow: 6px 6px 0px 0px #fff inset, -6px -6px 0px 0px #fff inset;
	box-sizing: border-box;
	background-color: #f2f2f2;
}
#topcont4 .letterzine .ribbon {
	position: absolute;
}
#topcont4 .letterzine .img {
	float: left;
}
#topcont4 .letterzine .txtarea {
	float: right;
}
#topcont4 .letterzine .txtarea .num {
	color: #ef6865;
	font-size: 220%;
	font-weight: bold;
}
#topcont4 .letterzine .txtarea .num_02 {
	font-size: 160%;
	font-weight: bold;
}
#topcont4 .letterzine .txtarea .ttl {
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
}
#topcont4 .letterzine .txtarea .txt {
	padding: 10px 0 15px;
	border-top: 1px solid #fff;
}
#topcont4 .letterzine .inwarp .btn {
	text-align: right;
}
#topcont4 .letterzine .inwarp .btn span a {
	text-decoration: none;
	color: #fff;
}
#topcont4 .letterzine .inwarp .btn span a:hover {
	text-decoration: underline;
}
#topcont4 .letterzine .txtarea ul.txt {
	padding: 10px 0 15px;
	border-top: 1px solid #fff;
	list-style: disc;
}
#topcont4 .letterzine .txtarea ul.txt li {
	list-style: disc;
	padding-left:0;
	margin-left: 1.7em;
}
/*------------------------------------------------------------
イベント情報
------------------------------------------------------------*/
#event .mainimg {
	padding: 10px 0;
}
#content #event p {
	margin: 0 !important;
}
/*カレンダー*/
#event .calendar_ttl {
	text-align: center;
}
#event .calendar_ttl p {
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#event .calendar_ttl p span {
	font-size: 24px;
	font-weight: bold;
}
#event .calendar {
	background-color: #fff;
}
#event .calendar table {
	width: 100%;
	border-bottom: 5px solid #d2d2d4;
	margin: 0;
}
#event .calendar table a {
	font-weight: bold;
}
#event .calendar table tr th {
	border: 1px solid #d6d6d6;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #fff;
}
#event .calendar table tr td {
	border: 1px solid #d6d6d6;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #fff;
}
#event .calendar table tr th.week, #event .calendar table tr td.week {
	color: #e46350;
}
#event .calendar table tr th.bg1, #event .calendar table tr td.bg1 {
	background-color: #f2f2f2;
	box-shadow: 1px 1px 0px #e46350 inset, -1px -1px 0px #e46350 inset;
	-moz-box-shadow: 1px 1px 0px #e46350 inset, -1px -1px 0px #e46350 inset;
	-webkit-box-shadow: 1px 1px 0px #e46350 inset, -1px -1px 0px #e46350 inset;
}
/*最新イベント*/
#event .newevent {
	padding: 8px 8px 16px 8px;
}
#event .newevent .img {
	position: relative;
}
#event .newevent .inwarp .ttl {
	font-size: 120%;
	font-weight: bold;
}
#event .newevent .inwarp .btn {
	text-align: right;
}
#event .newevent .inwarp .btn span a {
	text-decoration: none;
	color: #333;
}
#event .newevent .inwarp .btn span a:hover {
	text-decoration: underline;
}
#event .newevent .pickup {
	position: absolute;
	width: 116px;
}
#event .newevent .pickup img {
	float: none;
	width: 116px;
	padding: 0;
}
/*イベント*/
#event .event .img {
	position: relative;
}
#event .event .img span {
	position: absolute;
	left: 0;
	top: 0;
}
#event .event .inwarp .ttl {
	font-weight: bold;
}
#event .event .inwarp .txt {
	padding-bottom: 5px;
}
#event .event .inwarp .ymd {
	font-size: 90% !important;
}
#event .next_prev {
	margin-top: 80px;
}
#event .next_prev li {
	background: none;
	padding: 0;
}
/*------------------------------------------------------------
退職金試算
------------------------------------------------------------*/
#page .cont_nav {
	margin-bottom: 15px;
}
#page .cont_nav li {
	background-size: 10px 8px;
	background-repeat: no-repeat;
	background-color: #f7f7f7;
	background-position: 94% center;
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
#page .cont_nav li.on {
	background-color: #b5b5b5;
	padding: 15px 0;
	color: #fff;
}
#page .cont_nav li a {
	display: block;
	padding: 15px 0;
	color: #333;
}
#page .cont_nav li span {
	padding: 0 25px 0 10px;
	display: inline-block;
}
#simulation .box1 {
	border: 4px solid #f2f2f2;
	box-shadow: 4px 4px 0px #fff inset, -4px -4px 0px #fff inset;
	margin-bottom: 15px;
}
#simulation table th, #simulation table td {
	padding: 5px 0 !important;
}
#simulation input.txt {
	width: 80px;
}
#simulation img.submit {
	width: 235px;
	margin: 10px 0;
}
#simulation .total {
	padding: 15px;
	background-color: #f7f7f7;
	text-align: center;
	font-size: 120%;
}
#page .top_cont {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 10px;
}
#page .top_cont_half {
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 10px;
}
/*------------------------------------------------------------
退職金共済
------------------------------------------------------------*/
#retirement table td {
	text-align: center;
}
/*------------------------------------------------------------
さぽーとさっぽろとは
------------------------------------------------------------*/

#about .pdf_btn {
	border: 1px solid #ccc;
	table-layout: auto;
	display: table;
	padding: 5px;
}
#about .pdf_btn .txt {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	width: 80%;
}
#about .pdf_btn .icon {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 90%;
	width: 20%;
}
#page .adove_download {
	border: 1px solid #ccc;
	table-layout: auto;
	display: table;
	padding: 15px;
}
#page .adove_download .txt {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 100%;
}
/*------------------------------------------------------------
お知らせ
------------------------------------------------------------*/
#news .next_prev {
	margin-top: 80px;
}
#news .next_prev li {
	background: none;
	padding: 0;
}
/*------------------------------------------------------------
入会・退会の手続き
------------------------------------------------------------*/

#procedures .top_list div {
	float: left;
	display: table-cell;
}
/*Tab*/
#procedures .tab li {
	width: 50% !important;
}
#procedures .tab2 li {
	width: 33% !important;
}
#procedures .tab2 li:first-child {
	width: 34% !important;
}
/*------------------------------------------------------------
会報誌
------------------------------------------------------------*/
#magazine .list {
	box-shadow: 6px 6px 0px 0px #FFF inset, -6px -6px 0px 0px #FFF inset;
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 15px;
}
#magazine .list .img {
	position: relative;
	float: left;
}
#magazine .list .img img {
	width: 100%;
}
#magazine .list .txtarea {
	float: right;
}
#magazine .list .txtarea .ttl {
	margin-bottom: 10px !important;
	font-weight: bold;
	font-size: 120%;
}
#magazine .list .txtarea .ttl .num {
	color: #EF6865;
	font-size: 90%;
}
#magazine .list .txtarea .txt {
	margin-bottom: 10px !important;
}
#magazine .list .btn {
	text-align: right;
	margin-bottom: 5px !important;
}
#magazine .list .btn span {
	font-size: 90%;
}
#magazine .list .btn span a {
	text-decoration: none;
	color: #fff;
}
#magazine .list .btn span a:hover {
	text-decoration: underline;
}
#magazine .next_prev {
}
#magazine .next_prev li {
	background: none;
	padding: 0;
}
/*------------------------------------------------------------
アクセス
------------------------------------------------------------*/
#map_canvas {
	width: 100%;
	margin-bottom: 10px;
}
/*------------------------------------------------------------
404
------------------------------------------------------------*/
#notfound .search .txt {
	border-left: 1px solid #B5B5B5;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	height: 22px;
	box-sizing: border-box;
	border-radius: 0px;
}
/*------------------------------------------------------------
お問い合わせ
------------------------------------------------------------*/
#contact textarea, #contact input, #contact select {
	font-size: 100%;
}
#contact .btn {
	text-align: center;
}
#contact .required {
	color: #c00;
}
#contact input, #contact select, #contact textarea {
	margin-top: 3px;
	margin-bottom: 3px;
}
#contact .form_plus, #contact .form_delete {
	padding: 6px 10px;
	display: inline-block;
	background: #333;
	color: #fff;
	cursor: pointer;
}
#contact .form_plus:hover, #contact .form_delete:hover {
	background: #51ab6b;
}
#contact .form_plus_s, #contact .form_delete_s {
	padding: 0px 4px;
	display: inline-block;
	background: #333;
	color: #fff;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/*Tab*/
#page .cont_nav li {
	width: 50%;
}
#page .cont_nav.column3 li {
	width: 33% !important;
}
#page .cont_nav.column3 li:first-child {
	width: 34% !important;
}
/*------------------------------------------------------------
検索結果
------------------------------------------------------------*/
#search dt {
	font-weight: bold;
}
#search dd {
	margin-bottom: 15px;
}
/*------------------------------------------------------------
サイトマップ
------------------------------------------------------------*/
#sitemap .list {
}
/*------------------------------------------------------------
福利共済
------------------------------------------------------------*/
#welfare .mainimg {
	padding: 10px 0;
}
#welfare .newevent p {
	margin: 0 !important;
}
/*カレンダー*/
#welfare .calendar_ttl {
	text-align: center;
}
#welfare .calendar_ttl p {
	text-align: center;
	font-size: 12px;
	color: #fff;
}
#welfare .calendar_ttl p span {
	font-size: 24px;
	font-weight: bold;
}
#welfare .calendar {
	background-color: #fff;
}
#welfare .calendar table {
	width: 100%;
	border-bottom: 5px solid #d2d2d4;
	margin: 0;
}
#welfare .calendar table a {
	font-weight: bold;
}
#welfare .calendar table tr th {
	border: 1px solid #d6d6d6;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #fff;
}
#welfare .calendar table tr td {
	border: 1px solid #d6d6d6;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background-color: #fff;
}
#welfare .calendar table tr th.week, #event .calendar table tr td.week {
	color: #e46350;
}
#welfare .calendar table tr th.bg1, #event .calendar table tr td.bg1 {
	background-color: #f2f2f2;
	box-shadow: 1px 1px 0px #e46350 inset, -1px -1px 0px #e46350 inset;
	-moz-box-shadow: 1px 1px 0px #e46350 inset, -1px -1px 0px #e46350 inset;
	-webkit-box-shadow: 1px 1px 0px #e46350 inset, -1px -1px 0px #e46350 inset;
}
/*最新イベント*/
#welfare .newevent {
	padding: 8px 8px 16px 8px;
}
#welfare .newevent .img {
	position: relative;
}
#welfare .newevent .inwarp .ttl {
	font-size: 120%;
	font-weight: bold;
}
#welfare .newevent .pickup {
	position: absolute;
	width: 116px;
}
#welfare .newevent .pickup img {
	float: none;
	width: 116px;
	padding: 0;
}
#welfare .newevent .inwarp .btn {
	text-align: right;
}
#welfare .newevent .inwarp .btn span a {
	text-decoration: none;
	color: #333;
}
#welfare .newevent .inwarp .btn span a:hover {
	text-decoration: underline;
}
/*リスト02*/
#welfare .welfare_list2 {
}
#welfare .welfare_list2 li {
	margin: 0;
	padding: 0;
}
#welfare .welfare_list2 li a {
	box-sizing: border-box;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 94% center;
	background-size: 12px;
}
/*施設リスト*/
#welfare .facilitieslist .info {
}
#welfare.leisure table td {
	text-align: center;
}
#welfare .facilitieslist .info table {
	margin: 0;
	padding: 0;
}
#welfare .facilitieslist .info table th {
	background: #fff;
	font-weight: bold;
	color: #333;
	text-align: left;
	vertical-align: top;
	width: 20%;
}
#welfare .facilitieslist .info table td {
	background: #fff;
	text-align: left;
	vertical-align: top;
	width: 80%;
}
#welfare .facilitiestag span a {
	background-color: #51ab6b;
	display: inline-block;
	padding: 0 6px 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #fff;
}
/*レジャー・文化・健康づくり*/
#welfare.leisure #map_canvas iframe {
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.sunday {
	color: #EF6865;
}
.saturday {
	color: #5eb2d1;
}
#content table td.value {
	background-color: #faf0f0;
}
#content table td.regular {
	background-color: #ecf2fa;
}
#content table td.platinum {
	background-color: #eaf0dc;
}

#welfare.leisure .g-map_description{
	background-position:left center;
	padding-left:36px;
	background-repeat:no-repeat;
	background-size:28px 29px;
	height:29px;
	display:table-cell;
	vertical-align:middle;
}

}
#index #tribe-events-footer .tribe-events-sub-nav{
	display:none !important;
}
/*-------------------------------------------

PC

--------------------------------------------*/

.onlySP,
.onlyTablet{
	display:none!important
}
/*-------------------------------------------

SP

--------------------------------------------*/

@media screen and (max-width:768px){

	.onlyPC{display:none!important}
	.onlySP{display:block!important}
}
