@charset "UTF-8";

@import url("/files/css/jquery.bxslider.css");


/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,  ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}


blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

ul, li {
margin: 0px;
padding: 0px;
}

span{
	font-family: inherit !important;
	}

a{
	word-break: break-all;
	
	}


*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='col-'] {
    float: left;
}

[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}
[class*='col-']:first-of-type {
    padding-right: 10px;
    padding-left: 0;
}
[class*='col-']:last-of-type {
    padding-right: 0;
    padding-left: 10px;
}

.col-2 {
    width: 50%;
}
.col-3 {
    width: 33.3%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

table th,
table td {
	padding:0.15rem;
}




/*----------------------------------------------------------------
    CMS テンプレート調整　既存classへの変更
----------------------------------------------------------------*/

.wb-contents{
	text-align: left;
}

.wb-contents ul{	
padding: 0.5rem 1.5rem;
}

.lifeevent ul,
.news-box ul{
	padding:0;
	}


.level3 .tpl1-1-2-1 .wb-contents{
	background-color:#ffffff;
	}

		
.tpl1-1-2-1,
.tpl4-1-2{
	margin:0 auto;
	}


.tpl4-1-2-1,
.tpl4-1-2-2,
.tpl4-1-2-1-1{
	height:auto!important;
	}

.level1 .wb-contents{
	padding: 0;
}

.tpl4-1-2-1-1 .wb-contents{
	text-align: left;
	background-color: #ffffff;
	min-width: inherit !important;
}

.genre-top .tpl4-1-2-1-1 .wb-contents{
	padding:0!important;
}



.topics-box a{
    position: relative;
    display: inline-block;
    padding: 0 0 0 1rem;
    vertical-align: middle;
    }

.topics-box a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    }

.topics-box a::before{
    left: 4px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 5px solid transparent;
    border-left: 6px solid #5b2271;
    }

.generaltable,
.inquiry{
	width:100%;
	}

.inquiry{
	padding:0.5rem;
	}


.inquiry span{
	font-family:inherit !important;
	font-size: inherit !important;
	}


/*---システムデフォルト上書き---*/

.datatitle_div {
    text-align: center;
}

.datatext_text_div,
.datatext_title_div {
    padding: 0.5rem;
}

.datatext_div{
	border-bottom:1px dashed #5b2271;
	}

.datatext_title_div{
	letter-spacing:0.3rem;
	}


/*------event-----*/

.mail_list_table_header td{
	text-align:center;
	font-weight:bold;
	}

.mail_list_table th,
.mail_list_table td,
.search_table th,
.search_table td {
	border:1px solid #666666;
	padding:0.5rem;
}

.mail_list_table th{
	text-align:center;
	font-weight:bold;
	}

.search_table_header td,
.search_table_input td,
.search_table_button td{
	border:none;
	}



/*------calendar-----*/
.calendarTable tr {height:2em;}
.calendarTable { margin:1em auto; text-align:center; border: 2px solid #bbbbbb; border-collapse:collapse; border-spacing:0;}
.yyyy,.mm {font-weight:bold;}
.titleTr {background-color:#ffffff;}
.titleSun,.titleMon,.titleTue,.titleWed,.titleThu,.titleFri,.titleSat,.colSun,.colMon,.colTue,.colWed,.colThu,.colFri,.colSat,.emptySun,.emptyMon,.emptyTue,.emptyWed,.emptyThu,.emptyFri,.emptySat,.cellToday,.cellHoliday,.cellSubstitute {border: 0.2rem solid #bbbbbb;}
.titleMon,.titleTue,.titleWed,.titleThu,.titleFri {background-color:#eeeeee;}
.titleSun,.emptySun,.colSun {background-color:#f8d1d2;}
.titleSat,.emptySat,.colSat {background-color:#d1e8f8;}
.cellToday {background-color:#ffcc99;}
.nowMonth {margin:0px 15px 0px 15px;}
.nowMonth br {display:none;}
.cellHoliday {background-color:#ff9999;}
.cellSubstitute {background-color:#ffccff;}



@media print, screen and (min-width: 769px) {


/*----Firefox----*/
@-moz-document url-prefix() {
.wb-contents table,
.wb-contents table.img-table{
/*table-layout: fixed;*/
max-width:100%;
height:auto;
display: table;
}
}
/*----Firefox----*/

		
.tpl1-1-2-1,	
.tpl4-1-2{
	width:1200px;
	height: auto !important;
	}

.other-page .tpl1-1-2-1 .wb-contents{
	padding: 1em;
	}

.tpl1-1-2-1 .wb-contents{
	min-width:inherit!important;
	}


.tpl4-1-2-1{
	width: 830px;
	}

.level3 .tpl4-1-2-1-1 .wb-contents{
	padding:1rem 1.5rem;
	}

.tpl4-1-2-2{
	width:350px;
	float:right!important;
	text-align: left;
	}

.resp-table img{
	margin:0.3rem;
	}

/*----CMS Form----*/
.ENQTABLECLASS th,
.ENQTABLECLASS td{
padding-bottom: 0.7rem;
}

	}




	@media only screen and (max-width: 768px) {
	
.tpl1-1-2-1,
.tpl4-1-2,
.tpl4-1-2-1,
.tpl4-1-2-2{
	width:98%!important;
	height:auto!important;
	}

.other-page .tpl1-1-2-1 .wb-contents{
	padding: 0.5em;
	min-width: inherit!important;
	}

.tpl4-1-2-1-1 .wb-contents{
	padding:0.5em;
	}

.tpl4-1-2-2 .side{
	width:98%;
	margin-left: 0!important;
	}

/*----IE----*/
_:-ms-lang(x), .wb-contents table {
table-layout: fixed;
width:100%;
height:auto;
display: table;
}

_:-ms-lang(x), .wb-contents table.generaltable,
_:-ms-lang(x), .wb-contents table.generaltable table,
_:-ms-lang(x), .wb-contents table.generaltable table table {
table-layout: inherit;
}

/*----IE----*/


.wb-contents img{
	max-width: 100%;
	height: auto!important;
	}



.inquiry td{
	display:block;
	width:100%;
	}

.inquiry .subsection{
	margin-top:1em
	}


/*----運用用----*/

.scroll-table{
	overflow: auto!important;
	white-space: nowrap!important;
	display: block!important;
	width: auto!important;
	height: auto!important;
	}
.scroll-table::-webkit-scrollbar{
	 height: 5px;
	}
.scroll-table::-webkit-scrollbar-track{
	 background: #F1F1F1;
	}
.scroll-table::-webkit-scrollbar-thumb {
	 background: #BCBCBC;
	}

.resp-table{
	width:100%;
	}

.resp-table th,
.resp-table td	{
	display:block;
	width:100%!important;
	height: 100% !important;
	vertical-align:top;
	}
	
.resp-table img:not(.icon){
	margin: 0.2rem;
	}



/*----CMS Form----*/
.ENQTABLECLASS{	
	width:100%!important;
	}

.ENQTABLECLASS th,
.ENQTABLECLASS td{
padding-bottom: 0.7rem;
}

.ENQTITLECOLCLASS,
.ENQINPUTCOLCLASS{
	display:block;
	width:100%!important;
	}
	

.ENQTITLECOLCLASS{
border-top: 1px dashed #565656!important;
padding-top: 0.5rem;
}


	}
	


/*----------------------------------------------------------------
    original
----------------------------------------------------------------*/

.left-menu {
	BORDER-BOTTOM: #cccccc 2px solid; BORDER-LEFT: #cccccc 2px solid; FONT-FAMILY: ; BORDER-TOP: #cccccc 1px; BORDER-RIGHT: #cccccc 2px solid
}
.list-center {
	TEXT-ALIGN: center; MARGIN: 7px; FONT-FAMILY: ; VERTICAL-ALIGN: middle; TEXT-DECORATION: 
}
.left-menu1 {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; FONT-FAMILY: ; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid
}
.center-menu {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; FONT-FAMILY: ; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid
}
.center-menu1 {
	BORDER-BOTTOM: #d8ced7 1px solid; BORDER-LEFT: #d8ced7 1px solid; BACKGROUND-COLOR: #f0e6ef; FONT-FAMILY: ; BORDER-TOP: #d8ced7 1px solid; BORDER-RIGHT: #d8ced7 1px solid
}
.center-menu2 {
	BORDER-BOTTOM: #5b1352 1px solid; BORDER-LEFT: #5b1352 1px solid; FONT-FAMILY: ; BORDER-TOP: #5b1352 1px solid; BORDER-RIGHT: #5b1352 1px solid
}
.center-text {
	TEXT-ALIGN: center; FONT-STYLE: normal; FONT-FAMILY: ; COLOR: #ffffff; VERTICAL-ALIGN: middle; FONT-WEIGHT: bold
}
.table-line1 {
	BORDER-BOTTOM: #801e71 2px solid; BORDER-LEFT: #801e71 2px solid; MARGIN: 2px; FONT-FAMILY: ; BORDER-TOP: #801e71 2px solid; BORDER-RIGHT: #801e71 2px solid
}
.kankou-poster {
	BORDER-BOTTOM: #8e2480 2px solid; BORDER-LEFT: #8e2480 2px solid; FONT-FAMILY: ; BORDER-TOP: #8e2480 1px; BORDER-RIGHT: #8e2480 2px solid
}
.center-menu0 {
	BORDER-BOTTOM: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; PADDING-BOTTOM: 7px; PADDING-LEFT: 7px; PADDING-RIGHT: 7px; FONT-FAMILY: ; BORDER-TOP: #cccccc 1px solid; BORDER-RIGHT: #cccccc 1px solid; PADDING-TOP: 7px
}
.table-line2 {
	BORDER-BOTTOM: #801e71 1px solid; BORDER-LEFT: #801e71 1px solid; BACKGROUND-COLOR: #f0e6ef; FONT-FAMILY: ; BORDER-TOP: #801e71 1px solid; BORDER-RIGHT: #801e71 1px solid
}
.search {
	FONT-FAMILY: ; VERTICAL-ALIGN: top
}
.inquiry {
	BORDER-BOTTOM: #eeeeee 5px solid; BORDER-LEFT: #eeeeee 5px solid; BACKGROUND-COLOR: #eeeeee; BORDER-TOP: #eeeeee 5px solid; BORDER-RIGHT: #eeeeee 5px solid
}
.datahead {
	BORDER-BOTTOM: #333333 1px solid; BORDER-LEFT: #333333 1px solid; BACKGROUND-COLOR: #333333; FONT-FAMILY: ; COLOR: #ffffff; /*FONT-SIZE: 13px;*/ BORDER-TOP: #333333 1px solid; BORDER-RIGHT: #333333 1px solid
}
.data {
	BORDER-BOTTOM: #333333 1px solid; BORDER-LEFT: #333333 1px solid; PADDING-BOTTOM: 10px; BACKGROUND-COLOR: #eeeeee; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; FONT-FAMILY: ; BORDER-TOP: #333333 1px solid; BORDER-RIGHT: #333333 1px solid; PADDING-TOP: 10px
}
.generaltable {
/*	BORDER-BOTTOM: #666666 1px; BORDER-LEFT: #666666 1px solid; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: ; BORDER-TOP: #666666 1px solid; BORDER-RIGHT: #666666 1px; PADDING-TOP: 0px;*/
}
HR {
	BACKGROUND-COLOR: #e0e0e0; FONT-FAMILY: ; COLOR: #e0e0e0
}


/*------既存table対応用-----*/

.generaltable th,
.generaltable td {
	border:1px solid #666666;
}

.generaltable table th,
.generaltable table td {
    border: none;
}


/*------new-----*/

.table-line th,
.table-line td {
	border:1px solid #666666;
}

.table-line table th,
.table-line table td {
    border: none;
}


.tabledata {
	BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px; PADDING-BOTTOM: 2px; MARGIN: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px;BORDER-TOP: #666666 1px; BORDER-RIGHT: #666666 1px solid; PADDING-TOP: 2px
}
.tablehead {
	BORDER-BOTTOM: #666666 1px solid; BORDER-LEFT: #666666 1px; PADDING-BOTTOM: 2px; BACKGROUND-COLOR: #eeeeee; MARGIN: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px;  BORDER-TOP: #666666 1px; BORDER-RIGHT: #666666 1px solid; PADDING-TOP: 2px
}

.generaltable .tablehead {
	white-space:nowrap;
	}





/*----------------------------------------------------------------
    Common-style 
----------------------------------------------------------------*/


html { font-size: 100%; }/* 16px */
li { font-size: 1.0em; }
h1 { font-size: 1.4em; }/* 22px */
h2 { font-size: 1.25em; }/* 20px */
h3 { font-size: 1.15em; }/* 18px */
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.1em; }


body{
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Arial",sans-serif;

	background: url("/files/img/bg-img.jpg") repeat-y top center!important;	
	}

	
.f-left{
	float:left;
	}
	
.f-right{
	float:right;
	}

a,
a:visited {
	color: #0000dd;
}

a:hover,
a:focus {
	color: #0044ee;
}


.headerarea ul,
.footerarea ul,
.wrapper ul,
.menu_box ul {
list-style: none;
}


.gnav li{
	font-size:1.2em;
    }

.subnavi li{
	font-size:1.0em;
    }

.gnav li a{
    position: relative;
    vertical-align: middle;
	text-decoration:none;
    }

.gnav li a span{
	text-decoration:none!important;
    }


.hd_sitemap ul a,
.btnSP a,
.to-main-link a,
.emginfo_ul li a,
.news-box_ul li a,
.tab-txt_ul li a,
.news-box_ul li a,
.tab-pickup a,
.tab-busho a,
.tab-teijyu a,
.arrow,
.arrow-white{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    }

.news-box_a{
	display: block;
	}

.to-main-link a::before,
.to-main-link a::after,
.btnSP a::before,
.btnSP a::after,
.hd_sitemap li a::before,
.hd_sitemap li a::after,
.gnav li a::before,
.gnav li a::after,
.emginfo_ul li a::before,
.emginfo_ul li a::after,
.news-box_ul li a::before,
.news-box_ul li a::after,
.tab-txt_ul li a::before,
.tab-txt_ul li a::after,
.tab-pickup a::before,
.tab-pickup a::after,
.tab-busho a::before,
.tab-busho a::after,
.tab-teijyu a::before,
.tab-teijyu a::after,
.arrow::before,
.arrow::after,
.arrow-white::before,
.arrow-white::after{
    position: absolute;
    top: 0.3em;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    }

.arrow::before,
.arrow-white::before,
.hd_sitemap li a::before,
.to-main-link a::before,
.btnSP a::before,
.emginfo_ul li a::before,
.news-box_ul li a::before,
.tab-txt_ul li a::before,
.tab-pickup a::before,
.tab-busho a::before,
.tab-teijyu a::before{
    left: 4px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 5px solid transparent;
    border-left: 6px solid #5b2271;
    }


.arrow-white::before{
    left: 0px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-left: 10px solid #ffffff;
    }

.gnav li a::after{
    left: 50%;
    right: 50%;
    top: 65%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    }

.gnav .subnavi li a::after{
    border-top:none;
    border-right:none;
    }

.to-main-link{
	margin-left: 0.3em
}



@media print, screen and (min-width: 769px) {
.news-box{
	width:95%!important;
	max-height:18em;
    margin: 2em auto;
	}
	
.kurashinews-wrap{
	height:430px;
	}

.kurashinews-wrap .news-box{
	max-height:inherit;
	}

h2 img{
	max-width:100%!important;
	}
	
.level1 img{
	max-width:100%;
	}


div.vmiddle-wrap {  
    display: table;
    height: 80px;
}  
    * html div.vmiddle-wrap {  
        position: relative;
    }  
    *+html div.vmiddle-wrap {  
        position: relative;
    }  
div.vertical_middle {  
    display: table-cell;
    vertical-align: middle;
}  
    * html div.vertical_middle {  
        position: absolute;
        top: 50%;
    }  
    *+html div.vertical_middle {  
        position: absolute;
        top: 50%;
    }


	}

@media only screen and (max-width: 768px) {
.news-box{
	width:95%!important;
	height:15em!important;
	margin:0 auto 1em auto;
	}
	
.gnav li a::after {
    border-top: none;
    border-right: none;	
	}

.gnav li{
	font-size: 4.8vw;
    }

	}




/*----------------------------------------------------------------
    Common
----------------------------------------------------------------*/
.clearfix {
	zoom: 1;
	/* for IE 5.5-7 */
}

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
	font-size: 0.1;
	line-height: 0;
}

* html .clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

.gnav,
.wrapper{
	margin:1em auto;
	}


.breadcrumb{
	margin:1em auto;
	background-color:#ffffff;
	}

.breadcrumb td{
	vertical-align:top;
	padding:0;
	}

.breadcrumb-tit td{
    padding: 0 0.5em;
	}


.block{
	margin:0 auto 1em auto;
	padding-bottom:1em;
	}

.content{
	padding:1em;
	}


/*------header-----*/

.headerarea-wrap{
    border-top: 3px solid #5b2271;
}

.headerarea-bg{
	background-color:#ffffff;
	position: relative;
	}

.level2 .headerarea-wrap,
.level3 .headerarea-wrap,
.level4 .headerarea-wrap{
	padding-bottom:0.1em;
}


.logo{
	float:left;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	}

.search-area{
	background-color:#eeeeee;
	padding:0.5em;
	margin-right: 1em;
	}
	
.search-area input{
	border: 1px solid #82827e;
}

.search-area input.input-txt{
	width: 75%;
	height: 28px;
	}

.search-area p{
text-align: center;
	}

.hd_linkarea{
	float:right;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	max-width: 550px;
	}
	
.hd_sitemap li{
	margin-right:0.8em;
	}

.hd_sitemap li a{
	text-decoration:none;
	}

.hd_sitemap li:last-child a{
	margin-top:-1px;
	}

.hd_sitemap li a::before{
	top: 25%;
	bottom: 75%;
}

.hd_sitemap li a::before{
    top: 40%;
    bottom: 60%;
	}

/*----Firefox----*/
@-moz-document url-prefix() { 
.hd_sitemap li a::before {
    top: 25%;
	bottom: 75%;
    }
}
/*----Firefox----*/


.hd_bg_font{
	padding-bottom:0.3em;
	}
	
.hd_font-size{
	margin-left: 1em;
	margin-right: 1em;
	}
	
.hd_font-size img{
	margin:0 0.1rem;
	}


.hd_bg-color,
.hd_bg-color li,
.hd_font-size,
.hd_font-size li,
.hd_to-sp,
.hd_sitemap li{
	float:left;
	}



/*------menu-----*/

.gnav-wrap{
	width:100%;
	padding:0!important;
	}


.gnav ul{
	width:100%;
	}


.gnav li{
	width: 33.3%;
	float: left;
	border-top:1px solid #ffffff;
	}


.gnav:not(.subnavi) li{
	border-top:1px solid #5b2271;
	  border-bottom:1px solid #5b2271;
	}


.gnav .subnavi{
	border:1px solid #ffffff;
	opacity:0.95;
	}

.gnav .subnavi li{
	width: 100%;
	border-bottom:1px solid #ffffff;
	}

.gnav li:nth-child(2) {
	border-left:1px solid #ffffff;	
	border-right:1px solid #ffffff;
	}
.gnav .subnavi li:nth-child(2) {
	border-left:none!important;	
	border-right:none!important;
	}

.gnav a{
	display:block;
	background-color:#5b2271;
	text-align:center;
	color:#ffffff;
	padding:1em 0;
	font-weight: bold;
	}

.gnav .subnavi a{	
	padding:0.5em 0!important;
	}

.gnav a:hover {
  background-color:#e8d4f0;
  color:#5b2271;
  transition: background .12s ease-out;  
}


.gnav li {
   list-style-type: none;
   position: relative; 
}

.gnav ul {
   display: none;
}


.gnav ul.subnavi {
   display: none;
   margin: 0px;
   padding: 0px;
   position: absolute;
   z-index: 100;
}

.gnav li:hover ul {
   display: block;
}

.gnav ul.subnavi a {
line-height: 1.5em!important;	
}

table.gray-line {
	border: solid 1px #aaaaaa;
	border-collapse: collapse;
	}
	
table.gray-line th,
table.gray-line td {
	border: solid 1px #aaaaaa;
	}


/*------TOP slider-----*/

.bx-wrapper .bx-controls-direction a{
	z-index: 999;
	}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 60px;
}

.bx-wrapper .bx-controls-auto {
    bottom: -35px;
}

.bx-controls-auto-item{
	border: 1px solid #565656;
	padding: 4px;
    border-radius: 5px;
	background-color:#ffffff;
	}

.bx-wrapper .bx-controls-auto .bx-start {
    text-indent: -9999;
    width: 45px;
    height: 15px;
    outline: 0;
    background: url("/files/css/images/controls_cstm.png") -86px -16px no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    text-indent: -9999;
    width: 45px;
    height: 15px;
    outline: 0;
    background: url("/files/css/images/controls_cstm.png") -86px -47px no-repeat;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    border: 2px solid #6f1c8e;
}


.bx-pager.bx-default-pager a.activ,
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #6f1c8e;
    border: 2px solid #ffffff;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    width: auto;
}


/*------main-----*/

.block{
	background-color:#ffffff;
	}


.news-box_listicon,
.tab-txt_listicon,
.emginfo li,
.topics li,
.recruitment li,
.news li{
	padding:0.3em!important;
	}


.emginfo li a,
.topics li a,
.recruitment li a,
.news li a{
	display:block;
	}

.emginfo_title,
span span.news-box_title,/*CMSの仕様により「.news-box_title」の指定は「span span.news-box_title」で*/
span span.tab-txt_title,
.emginfo li div,
.topics li div,
.recruitment li div,
.news li div {
    margin:-1.5em 0 0 8em;
	display:block;
}


.tabarea{
	border:1px solid #dddddd;
	}


.level1 .tabarea h5{
	position:relative;
	padding-left:10px;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom:none;
	letter-spacing:0;
	margin:0.5em 0;
	border-bottom:1px solid #cccccc;
	border-left: 5px solid #b877d1;
	}

.graybtn-link,
.rss-btn-wrap{
	text-align:center;
	}
	
.rss-btn-wrap span{
	vertical-align:middle;
	}

.graybtn-link a,
.rss-btn-wrap a{
	display: inline-block;
	background-color:#6a6a6a;
	text-align:center;
	color:#ffffff;
    padding: 1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	margin:0 auto;
	}

.graybtn-link a:hover,
.rss-btn-wrap a:hover{
	background-color:#777777;
}

.rss-btn-wrap a{
    padding: 0.4em;
	text-decoration: none;
	float:right;
	}

.rss-btn-wrap a:last-child{
	margin-right:1em;
	}

.rss-btn-wrap a span{
	color:#ffffff!important;
	}
.rss-btn-wrap a img{
	height: 16px;
}

.rss-btn a:before{
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	width: 30px;
	height: 23px;
	background-image: url(/files/img/rss.png);
	vertical-align: middle;
}


/*----For CMS ITEM class----*/

.tab,
.tab_name,
.tab table,
.tab-txt
	{
	width:100%;
	background-color: #ffffff;
	}


.tab_name td{
	background-color:#5b2271;	
	border-top:3px solid #5b2271;
	text-align:center;
	color:#000000;
	padding:1em;
	width:33%;
	}

.tab_on a{
	color:#000000;
	text-decoration:none;
	}

.tab_off a{
	color:#ffffff;
	text-decoration:none;
	}

.tab_name td:nth-child(2) {
	border-left:1px solid #ffffff;	
	border-right:1px solid #ffffff;
	}

.tab-txt_ul{
	margin-top:1em;
	}

.tab-pickup a {
	line-height: 2em;
	}


@media print, screen and (min-width: 769px) {

.sp-only,
.br-sp{
	display:none;
	}


.headerarea{
	margin:0 auto;
	width: 1200px;
	position:relative;
	padding: 1em 0 1em 0;
	}

.logo img{
	max-width:216px;
	max-height:80px;
	position:relative;
	}


.sp-headmenu{
		display:none;
	}

.gnav,
.breadcrumb,
.wrapper{
	width: 100%;
	max-width:1200px!important;
	}

.gnav ul{
	padding:0!important;
	}


.level2 .gnav li,
.level3 .gnav li{
	float: left;
	border-top:1px solid #ffffff;
	}


.level2 .gnav li.gnav-tit:nth-child(1) a::after,
.level3 .gnav li.gnav-tit:nth-child(1) a::after{
	border:none!important;
	}

.level2 .gnav li.gnav-tit:nth-child(1),
.level3 .gnav li.gnav-tit:nth-child(1){	
	width: 16%;
	}

.level2 .gnav li.gnav-tit:nth-child(n+2),
.level3 .gnav li.gnav-tit:nth-child(n+2){	
	width: 28%;
	}

.level2 .gnav li.gnav-tit:nth-child(2),
.level3 .gnav li.gnav-tit:nth-child(2) {
	border-left:1px solid #ffffff;	
	border-right:1px solid #ffffff;
	}

.level2 .gnav li.gnav-tit:nth-child(3),
.level3 .gnav li.gnav-tit:nth-child(3) {	
	border-right:1px solid #ffffff;
	}
	
.tab-pickup td,
.tab-busho td,
.tab-teijyu td{	
	vertical-align:top;
	width:33.3%;
	}
	
.tab-pickup td:nth-child(n+2),
.tab-busho td:nth-child(n+2),
.tab-teijyu td:nth-child(n+2){	
	border-left:1px solid #aaaaaa;
	}

.gaiyo{
	margin-top: 1em;
	}

.gaiyo-inner{
	padding: 0 1em;
	}

	
	}

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

[class*="col-"] {
    padding: 0!important;
float:none;
width:95%;
margin:0.5em auto;
}

.hd_linkarea,
.pc-only,
.br-pc{
	display:none;
	}


.headerarea{	
	position:relative;
	min-height:150px;
	margin-top:0.5em;
	}

.logo {	
	position:absolute;
	top:0;
	left:0;
	z-index: 9999;
	}

.logo img{
	max-width:216px;
	max-height:80px;
	}

.headerarea .vmiddle-wrap{
	z-index:100;
	float: none;
}


.to-main-link a{
	position: absolute;
	top: 60px;
	right: 60px;
	z-index: 201;
}

.search-area{
	position:absolute;
	top:90px;
	background-color:#dddddd;
	padding:10px;
	margin:0 auto;
	width:100%;
	}
	

.sp-headmenu{
	position:absolute;
	top:30px;
	right:0;
	width:100%;
	z-index: 200;
	}
	
.spmenu-bt-wrap{
	display:inline-block;
	width:100%;
	margin:0 auto;
	}
	
.spmenu-bt img{ float:right;
	 width: 50px !important;
	 height: auto !important;
	 }
	
.spmenu-wrap{
	width:100%
	margin:0 auto;
	}

	
.spmenu ul{
   margin:0px;
   padding:0px;	
}
	
.spmenu ul li{
   list-style-type:none;	
}
	
.spmenu ul li a{
   width:100%;
   display:block;
   background-color: rgba(200,200,200,0.9);
   border-bottom:1px solid #fff;	
   text-align:center;
   padding:9px 0px 9px 0px;
}


.gnav,
.breadcrumb,
.wrapper{
	width:100%!important;
	}

.gnav .subnavi li{
	display:none;
	}


.level2 .gnav li,
.level3 .gnav li{
	float: left;
	border-top:1px solid #ffffff;
	}

.level2 .gnav li.gnav-tit:nth-child(1),
.level3 .gnav li.gnav-tit:nth-child(1){	
	display:none;
	}

.level2 .gnav li.gnav-tit:nth-child(n+2),
.level3 .gnav li.gnav-tit:nth-child(n+2){	
	width: 33.3%;
	}

.level2 .gnav li.gnav-tit:nth-child(2),
.level3 .gnav li.gnav-tit:nth-child(2) {
	border-left:1px solid #ffffff;	
	border-right:1px solid #ffffff;
	}

.level2 .gnav li.gnav-tit:nth-child(3),
.level3 .gnav li.gnav-tit:nth-child(3) {	
	border-right:1px solid #ffffff;
	}

.gaiyo .col-2:nth-child(1), 
.gaiyo .col-3:nth-child(2) {	
    padding-right: 5px!important;
	float:left;
	width:47%;
	margin-left:3%;
}

.gaiyo .col-2:nth-child(2), 
.gaiyo .col-3:nth-child(3) {	
    padding-left: 5px!important;
	float:right;
	width:47%;
	margin-right:3%;
}

.koho_ttl{
	z-index:9999;
}

.koho_ttl img{
	max-width:80%;
	}


.emginfo_title,
span span.news-box_title,/*CMSの仕様により「.news-box_title」の指定は「span span.news-box_title」で*/
span span.tab-txt_title,
.emginfo li div,
.topics li div,
.recruitment li div,
.news li div {
    margin:0;
}

.tab-pickup td,
.tab-busho td,
.tab-teijyu td{
	display:block;
	}
	
.tab-pickup td:nth-child(n+2),
.tab-busho td:nth-child(n+2),
.tab-teijyu td:nth-child(n+2){	
	border-right:none;
	}

	}


	
@media only screen and (max-width: 480px) {
	
.gaiyo .col-2:nth-child(1),
.gaiyo .col-2:nth-child(2){	
	padding: 10px !important;
	float: none;
	width: 98%;
	margin: 0 auto;
}

	}



a.link-btn
 {
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #000!important;
    background-color: #fff!important;
    border: 1px solid #aaa!important;
	text-align:center;
}

a.link-btn:hover {
  color: #000!important;
  background-color: #ccc!important;
  transition: background .12s ease-out!important;  
}
	


/*----------------------------------------------------------------
    Top 
----------------------------------------------------------------*/

.level1 ul{
	padding:0;
	}

.level1 h2:not(.tlt){
	background-color:#5b2271;
	text-align:center;
	color:#ffffff;
	padding:0.8em 0;
	border:0!important;
	}

.level1 .lifeevent h2{
	background-color:none!important;
	padding:0;
	}


.level1 .emginfo h2{
	
	background-color:#d51818;
}



/*------slide-----*/


.photo-bg{	
	background: url("/files/img/main_bg.jpg") no-repeat top center;	
	overflow:hidden;
	}

.mainphoto{
	max-width:1200px;
	margin: 0.5rem auto 0 auto;	
	}


.full-wide{
	width:100%;
	}

.box-line{
	border:1px solid #5b2271;
	background-color:#ffffff;
	}

/*------main-----*/
.main{
/*	max-width: 745px;*/
/*	width: 56%;*/
	float:left;
	}


.emergency{
	margin: 0 auto 1em auto;
    padding-bottom: 1em;
}


.emergency a{
	display: table;
	background-color:#d51818;
	text-align:center;
	color:#ffffff;
    padding: 0.1rem;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	text-decoration:none;
	font-weight:bold;
	width: 100%;
	}

.emergency a span{
	display: table-cell;
	vertical-align: middle;
	}
	
.emergency a:hover{
	background-color:#ff0000;
}


.emergency li:nth-child(1) a span:before{
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	width: 1.5rem;
	height: 1.2rem;
	background-image: url(/files/img/cation_icon.png);
	background-size: contain;
	vertical-align: middle;
}

.news-box_listicon:nth-child(odd),
.tab-txt_listicon:nth-child(odd),
.topics li:nth-child(odd),
.recruitment li:nth-child(odd),
.news li:nth-child(odd) {
    background-color: #eeeeee;
}

.news-box_listicon:nth-child(even),
.tab-txt_listicon:nth-child(even),
.topics li:nth-child(even),
.recruitment li:nth-child(even),
.news li:nth-child(even) {
    background-color: #ffffff;
}


	
.tab-ttl li{
	width: 33.3%;
	float: left;
	}

.tab-ttl li:nth-child(2) {
	border-left:1px solid #ffffff;	
	border-right:1px solid #ffffff;
	}

.tab-ttl a{
	display:block;
	background-color:#5b2271;
	text-align:center;
	color:#ffffff;
	padding:1em 0;
	}

.tab-ttl a:hover{
	background-color:#000055;
  transition: background .12s ease-out!important;  
	}


.gaiyo h2{
	margin-bottom:1em;
	}

.mayor,
.council{	
    position: relative;
	}

.mayor a.link-btn,
.council a.link-btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	margin:0.5em;
	text-decoration:none;
	}



.gaiyo_btn li{
	color:#ffffff;
	}

	
.gaiyo_btn a{
	display:block;
	background-color:#5b2271;
	text-align:center;
    border-radius: 6px;
	margin:0 auto;
	color:#ffffff;
	}
	
	

.gaiyo_btn li a:hover{
	background-color:#e8d4f0;
	color:#5b2271;
	}

.gaiyo_btn li a p{
	 padding-top:1.3em;
}
	

.gaiyo_btn li:nth-child(1) {
	margin-bottom: 0.6rem;
}


.gaiyo .col-3:nth-child(1) {
    padding-left: 10px;
    padding-right: 0;
}
.gaiyo .col-3:nth-child(2) {
    padding-left: 0;
    padding-right: 10px;
}

.gaiyo .col-3:nth-child(3) {
    padding-right: 5px;
    padding-left: 5px;
}



.koho{
   position: relative;
	background-image: url("/files/img/gaiyo_koho-bg-b.jpg");
	padding:10px;
	}

.koho-inner{
    position: relative;
	background-color:#ffffd8;
	padding:20px 0;
	min-height:330px;
	width: 100%;
}

.koho_ttl {
    position: absolute;
    left: -10px;
    top: -10px;
	}

.pub-wrap{
	position: absolute;
	width: 100%;
	top: 1em;
	left: 0;
	}

.pub{
	width: 60%;
	position: absolute;
	right: 0.5em;
	}

.koho_etsuran{
width: 40%;
	position: absolute;
	left: 0.5em;
	}

.machiiro{
	margin-top:0.5em;
position: relative;
	}

	
.population{	
    position: relative;
	padding:10px;
	background-image: url("/files/img/gaiyo_koho-bg-p.jpg");
	}

.population-date{
	font-size:0.8em
	}

.population-inner{
	background-color:#ffffff;
	text-align: center;
	padding:1em 0.5em;
}

.population-inner table{
	width: 100%;
	margin: 0.7em auto;
}

.population-inner table th{
	background-color:#dddddd;
	text-align:center;
	font-weight:normal;
	padding: 0.25em 0.1em;
}

.population-tit{
	font-weight:bold;
	}

.population img.family{
	max-width:45px;
	vertical-align: middle;
	margin:0 0.1em;
	}

.population img.people,
.population img.man,
.population img.woman,
.population img.house{
	max-width: 1.5em;
	vertical-align: middle;
}



/*------side-----*/
.side{
	width: 43%;
	float:right;
	margin-bottom: 20px;
	}

.lifeevent{
	min-width: 330px;	
	}

.lifeevent h2{
	margin-bottom:0.5em;
}

.lifeevent ul{
	width:100%;		
}

.lifeevent li{
	width:33.3%;
	text-align:center;
	float:left;
	}

.lifeevent li a{
	display:block;	
	background-color:#e8d4f0;
    border-radius: 6px;
	padding:1em 0;
	margin:3px;
	color: #5b2271;
	text-decoration: none;
	}
	
.lifeevent li a:hover{
	background-color:#dddddd;	
	}

.lifeevent li img{
	width: 100%;
	max-width:100px
	}

.kanko{
	padding:1em;
	}

.kanko img{
	margin-bottom:0.5em;
	}


.calendar-link{
	text-align:center;
	}

.calendar-link a{
	display: inline-block;
	background-color:#d44427;
	text-align:center;
	color:#ffffff;
    padding: 1em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	margin:0 auto;
	}

.calendar-link a:hover{
	background-color:#e44120;
}

td.saturday{
	background-color:#d1e8f8;
		}
td.sunday{
	background-color:#f8d1d2;
	}

.banner{
	margin-top:1em;
	padding:1em;
}

.banner li{
	float:left;
	width:33.3%;
	padding:0;
	text-align:center;
	}

.ad-banner-wrap{
	background-color:#ffffff;
	padding: 1em;
}

.ad-banner-inner{
	background-color:#ffffff;
	padding: 1em;
}

.ad-banner{
	float:left;
	width:20%;
	padding:0.5em;
	text-align:center;
}

.ad-banner img{
	width: 100%;
	}

	
@media print, screen and (min-width: 1201px) {

.photo-bg{
	height: 530px;	
	padding-top:1em;	
	z-index:0;
	}

.level1 .main {
    width: 730px;
	}

.level1 .side {
	width: 460px;
	}



}

@media print, screen and (min-width: 769px) and (max-width: 1200px) {

.level1 .main {
	width: 56%;
}

}

@media print, screen and (min-width: 769px) {


.photo-bg{
	padding:0.5em;	
	z-index:0;
	}

.level1 .lifeevent ul{
	padding:0 0.5em;
	margin:0 auto;
	}	


.emergency a {
    height: 3.5em;
}

.tabarea{
	min-height: 330px;
	background-color: #ffffff;
	}

.tabarea table.tab-txt{
	max-height: 250px;
	}


.gaiyo .col-3{
	margin-bottom:1em;
	}

.gaiyo_btn ul{
	height:215px;
	}

.gaiyo_btn a{	
	padding-top: 2.5rem;
	min-height:100px;
	text-decoration: none;
	font-weight: bold;
	}
		
.koho_etsuran img{
	max-width:112px;
	float: right;
	}
	
.pub{
	margin-top:20px;
	}
.pub img{
	max-width:155px;
	float: right;
	}

.koho-inner,
.population-inner{
	min-height:330px;
}

.facebook{
	padding-top: 1em;
	}

.ad-banner-wrap p.txt{
	float:right;
	}


}


@media only screen and (min-width: 769px) {	
.calendarTable {
	width: 90%!important;
	}
}

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

.emergency a{
    padding: 0.7em;
	}


/*------main-----*/
.main{
	width:98%;
	float:none;
	margin:0 auto;
	}

.level1 .lifeevent h2{
	max-height: 270px;
	overflow: hidden;
	}


/*------side-----*/
.side{
	width:98%;
	min-width:inherit;
	float:none;
	margin:0 auto;
	}

.lifeevent ul{
	margin-left:0!important;	

	}

.gaiyo,
.lifeevent,
.event-calender,
.tabarea,
.facebook,
.banner{
	margin-top: 2em;
	}


.rss-btn img{
	height: 1em !important;	
	}

.banner li,
.ad-banner{
	width:50%;
	}
	
.gaiyo_btn a{
padding: 1em 0.2em;
	}

.gaiyo_btn li:nth-child(1){
	width:49%;
	float:left;
	}

.gaiyo_btn li:nth-child(2){
	width:49%;
	float:right;
	}

.pub-wrap{
	top: 0;
	}
	
.pub{
	width:50%;
	}

.kanko,
.event-calender {
	width: 50%;
	float: left;
	margin:0;
	}
	

.kanko {
	padding: 1em 0.5em 1em 1em;
}


.event-calender {
	padding: 1em 1em 1em 0.5em;
}


.event-calender h2 {
	padding: 0.2em 0!important;
}

.calendarTable{
	width: 100%;
	}
	

.calendar-link a,
.graybtn-link a {
    padding: 0.7em;
	}

.ad-banner-wrap p.txt{
float:left;
	}

	}


@media only screen and (min-width: 481px) and (max-width: 768px) {
.side-bg{
	background-color:#ffffff;
	}
}



@media only screen and (max-width: 480px) {
.side{
	margin-bottom: 20px;
	}
	
.pub-wrap{
	bottom:1em;position: relative;
	}
.pub {
    margin-top: 0!important;
	}
	
.kanko,
.event-calender {
	width: 100%;
	padding: 1em;
	}

.facebook{
	overflow: auto;
	max-width: 320px;
	}


}


/*----------------------------------------------------------------
    Level2-3-4-5 Common
----------------------------------------------------------------*/
.level2 h2.tlt,
.level3 h2.tlt,
.level2 h3.tlt,
.level3 h3.tlt{
    width: 100%;
	background-color: #5B2271!important;
	border-bottom: none!important;
	color: #fff;
	border: none;
	text-align: center;
	padding: 15px 0;
	margin:0 0 0.5em 0!important;	
}

.level2 h2.tlt a,
.level3 h2.tlt a,
.level2 h3.tlt a,
.level3 h3.tlt a{
	color:#FFFFFF;
	text-decoration:none;
}


/*----------------------------------------------------------------
    page-level2 level3
----------------------------------------------------------------*/


.level2 .lifeevent h2,
.level3 .lifeevent h2{	
	padding:0;
	border-top: #5B2271 solid 3px;
	border-bottom:none;
}

.menu_col{
margin-top: 2em;
}

.menu_box{
	width: 100%;
	background: #fff;
	border: #5B2271 solid 1px;
}

.menu_box1{
	width: 95%;
	background: #fff;
	border: #5B2271 solid 1px;
}

.menu_box2_l{
	width: 46%;
	float: left;
	margin: 0 20px;
}

.menu_box2_r{
	width: 46%;
	float: right;
	margin: 0 18px;
}


.menu_box3_l{
	width: 30%;
	float: left;
	margin: 0 20px;
}

.menu_box3_r{
	width: 30%;
	float: right;
	margin: 0 18px;
}




.level2 .main,
.level3 .main,
.level4 .main{
	width: 100%;
}

.kurashi-top .main{
	max-width: 790px;
	width: 65%;
	}


.level2 .side,
.level3 .side,
.level4 .side{
	width: 100%;
	}


.kurashi-top .side {
    max-width: 400px;
	width: 34%;
}

	
.maingenre-top .cate-kurashi h2,
.maingenre-top .cate-sangyo h2,
.maingenre-top .cate-shisei h2{
	text-align: center;
	padding: 40px 0;
	background-image: url("/files/img/content/contents_h2_bg.gif");
	position: relative;
	border-top-left-radius : 10px;
	border-bottom: #df9786 solid 5px;
	font-size:2em;
	color:#333333;
	margin: 0!important;
}

.maingenre-top .cate-kurashi h2:nth-child(1){
	border-bottom: #df9786 solid 5px;
	border-left: none!important;
}

.maingenre-top .cate-sangyo h2:nth-child(1){
	border-bottom: #94bc74 solid 5px;
	border-left: none!important;
}

.maingenre-top .cate-shisei h2:nth-child(1){
	border-bottom: #85bfbe solid 5px;
	border-left: none!important;
}


.maingenre-top .cate-kurashi h2:after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 50px solid transparent;
	border-top: 50px solid #df9786; 
	content: "";
}

.maingenre-top .cate-sangyo h2:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 50px solid transparent;
	border-top: 50px solid #94bc74; 
	content: "";
}

.maingenre-top .cate-shisei h2:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-right: 50px solid transparent;
	border-top: 50px solid #85bfbe; 
	content: "";
}


.maingenre-top-topics{
	border:1px solid #5B2271;
	}


.main .genrelist_genrename{
	padding-top:0.8em;
	padding-bottom:0.8em;
	padding-right:0.5em;
	display:block;
	font-size: 1.2em;
	font-weight: bold;
	}

.main .genrelist_genre,
.sub-genre li{
    float: left;
    background: #e8d4f0;
    border-bottom: dashed 1px #5b2271;
    padding-left: 40px;
	padding-bottom:0!important;
    margin: 0 1.5% 20px 0!important;
    margin-left: 0px;
    list-style: none;
    background-position: 20px;
    background-image: url("/files/img/content/list_style_type.gif");
    background-repeat: no-repeat;
}



.main .genrelist_genre:nth-child(even),
.sub-genre li:nth-child(even) {
    margin-right: 0!important;
}

.tokurashi-top{
	text-align: center;
	background: #f2d9cf;
	border: 1px solid #df9786;
	padding: 15px 0;
	background-repeat: no-repeat;

}

.tokurashi-top,
.tokurashi-top ul{
	text-align: center;
	}
	
.tokurashi-top a{
	display:block;
}

.tokurashi-top a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 19px;
  background-image: url("/files/img/content/icon_totop.gif");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.sidenav{
	background: #5b2271;
}

.sidenav ul{
	padding: 0!important;
}

.sidenav li{
	border-bottom: #fff solid 1px;
	width: 100%;
}


.sidenav a span{
	letter-spacing:0.15em;
	font-weight:bold;
	color: #fff!important;
	}

.sidenav a {	
	color: #fff;
	line-height:3em;
	text-decoration:none;
	display:block;
	padding-left:1em;
}

.subnavi_on a {	
	padding-left:0;	
}


.side .genrelist_genre4{
	display:none;}


.side .genrelist_genre3{	
	color:#0000dd;
	line-height:1.7em;
	font-size: 0.9em;
	}

.genrelisttitle-life,
.genrelisttitle{
	text-align: center;
	padding: 15px 0!important;
	background-repeat: no-repeat;
	margin-bottom:1em;
	color:#333333;
	}

.to-kurashitop .genrelisttitle{
	display:none;
	}


.to-kurashitop .genrelisttitle-life{
	background: #f2d9cf;
	border: 1px solid #df9786;
	font-weight:bold;
	font-size:1.2em;
	line-height: 2em;
	}


.to-shiseitop .genrelisttitle{	
	background: #d6f2ef;
	border: 1px solid #558192;
	font-weight:bold;
	font-size:1.2em;
	line-height: 2em;
	}
	
.to-sangyotop .genrelisttitle{	
	background: #d9eec1;
	border: 1px solid #3da050;
	font-weight:bold;
	font-size:1.2em;
	line-height: 2em;
	letter-spacing: 0.2em
	}

.side .to-kurashitop .genrelisttitle-life a:before,
.side .genrelisttitle a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 19px;
  background-image: url(/files/img/content/icon_totop.gif);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.side .genrelisttree-life,
.side .genrelisttree{	
	border: 1px solid #5b2271;
	text-align:left;
	}

.side .to-kurashitop .genrelisttree .genrelist_genre2:nth-child(1){	
	display:none;
	}


.side .to-kurashitop .genrelisttitle-life a, 
.side .genrelisttitle a{
	display:block;
	font-weight:bold;
	text-decoration:none;
}

.side .genrelist_genre_a span,
.side .genrelist_genre2 a{
	text-decoration:none!important;
	}


.genrelist_genre2{
	background: #5b2271;	
	color: #fff;
	line-height:3em;
	text-decoration:none;
	display:block;
	border-bottom: 1px solid #ffffff;
	font-size: 1.2em;
	}
	
.side .genrelisttitle .genrelist_genre2:last-child{
	border-bottom: none;
	}

.genrelist_genre2 .current{
	font-weight:bold;
	}

.genrelist_genre2 a{
	color: #fff;
	font-weight:bold;
	}

.genrelist_genre2 span{
	padding-left:1em;
	font-weight: bold;
	}

.genrelist_genre3 span{
	padding-left:0;
	font-weight:normal;
	}


.genrelist_genre3 a{
	font-weight:normal;
	color:#0000dd;
	display:block;
	}


.side .genrelist_genre_a span{
	color: #0000dd !important;
    }
	

.genrelist_genre_div,
.genrelist_genre2 ul{
	background: #ffffff;
	}

.genrelist_genre_a{
	display:block;
/*	color:#5b2271!important;*/
	text-decoration:none;
	}

.sidenav a {	
	color: #fff;
	line-height:3em;
	text-decoration:none;
	display:block;
	padding-left:1em;
}

.subnavi_on a {	
	padding-left:0;	
}


.genrelist_genre{
	margin-bottom:0!important;
	}


.subnavi_on {
	border-right: solid #5B2271 1px;
	border-left: solid #5B2271 1px;
	background: #fff;
	padding:12px;
	width:100%!important;
}

.genrelist_genre3,
.subnavi_on li{
    position: relative;
    display: block;
    padding: 0.3em 0 0.2em 16px;
    vertical-align: middle;
	border-bottom:1px dashed #aaaaaa;
	width: 95%;
	margin: 0 auto;
    }

.side .genrelist_genre3:last-child{	
	border-bottom:none;
	}

.subnavi_on li a{
	color: #0000f1;
    }


.subnavi_on li:last-child{
	border-bottom:none;
	}
	
.subnavi_on a span{
	line-height:1.7em;
	letter-spacing:0em;
	color: #0000f1!important;
	font-weight:normal!important;
	}

.menu_box li{
    position: relative;
    display: block;
    padding: 5px 0 5px 16px;
    vertical-align: middle;
	border-bottom:1px dashed #aaaaaa;
    }

.menu_box li a{
    display: block;
    }

.menu_box li::before,	
.subnavi_on li::before,
.genrelist_genre3::before{
    position: absolute;
    top: 0.7em;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    }

.menu_box li::before,
.subnavi_on li::before,
.genrelist_genre3::before{
    left: 4px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 5px solid transparent;
    border-left: 6px solid #5b2271;
    }
	
.menu_box li:last-child{
	border-bottom:none;
	}



@media print, screen and (min-width: 769px) {
.maingenre-top .main{
	width: 100%;
	max-width: initial;
}

.main .genrelist_genre,
.sub-genre li{
	width: 48.5%;
}

.maingenre-top-topics{
	margin:2em 1em;
	}

}

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

.level2 .main,
.level3 .main,
.level4 .main{
		width: 100%;
		max-width:inherit;
	}

.level2 .side,
.level3 .side,
.level4 .side{
		width: 100%;
		max-width:inherit;
	}


.sub-genre li{
	width:100%;
	}

.to-kurashitop .genrelisttitle-life,
.to-shiseitop .genrelisttitle,	
.to-sangyotop .genrelisttitle{
	margin-top:2em;
	}
	
.maingenre-top-topics{
	margin:2em auto;
	}

.level2 .lifeevent h2.tit img{
	width:100%;
	}

	}
	





.level2 h1:not(.h1-img),
.level3 h1,
.level4 h1{
	border-bottom:2px solid #5b2271;
	border-left:10px solid #5b2271;
	padding: 0.5em 0.5em 0.5em 1em;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:0.15em;
	margin:0.5em 0;
	text-align:left;
	}

h1.h1-img{
 margin-bottom: 25px;
 border:none;
 padding:0;
}


.level2 h2:not(.tlt),
.level3 h2,
.level4 h2{
	background-color:#fee6e1;
	border-bottom:2px solid #f08e8e;
	border-left:5px solid #f08e8e;
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-top:0.3em;
	padding-bottom: 0.2em;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:0.15em;
	margin:1em 0 0.5em 0;
	}
	

.level2 h3:not(.menu_col),
.level3 h3,
.level4 h3{
	background-color:#e4edfe;
	border-bottom:2px solid #7f9fdc;
	border-left:none;
	padding-left:0.4em;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0.5em 0;
	}

.level2 h4,
.level3 h4,
.level4 h4{
	border-bottom:2px solid #b877d1;
	padding-left:0.4em;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0.5em 0;
	}


.level2 h5,
.level3 h5,
.level4 h5{
	position:relative;
	padding-left:10px;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom:none;
	letter-spacing:0;
	margin:0.5em 0;
	border-bottom:1px solid #cccccc;
	border-left: 5px solid #b877d1;
	}

	
.level2 h6,
.level3 h6,
.level4 h6{
	border-left:5px solid #b877d1;
	padding-left:0.4em;
	line-height:1.5em;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:0.5em 0.2em;
	}




/*----------------------------------------------------------------
    Footer 
----------------------------------------------------------------*/

.tpl1{
	position:relative;
	}

.topBtn {
    position: fixed;
    bottom: 30px;
    right: 20px;
	opacity:0.95;
	}

.backBtn {
    position: fixed;
    bottom: 30px;
    left: 20px;
	opacity:0.95;
	}

.topBtn img,
.backBtn img {
    width: 50px;
	}

.backBtn:hover,
.topBtn:hover {
	opacity:0.8;
	}


.ft-bg{
	background-color:#ffffff;
	padding-top:2em;
	}
	

.ft-pdf-btn,
.footerarea{
	margin:0 auto;
	width:1200px;
	}
		
	
.ft-pdf-btn{
	margin-top: 2em;
	margin-bottom: 4em;
	background-color: #ffffff;
	}

.ft-pdf{
	border-top:2px solid #dddddd;
	padding:1em 2em;
	}

.ft-pdf .pdf-txt{
	width: 70%;
	float:left;
	}

.ft-pdf .pdf-img{
	width: 30%;
	float:left;
	}

.ft-pdf img{
	margin-left:1em;
	}

.ft-link ul a{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    }
	

.ft-link ul a span,
.ft-link ul a:visited,
.pdf-txt a span,
.pdf-txt a:visited{
	color: #0000dd!important;
    }

.ft-link ul a:hover,
.ft-link ul a:focus {
	color: #0044dd!important;
}


.ft-link li a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    }
	
.ft-link li a::before{
    left: 4px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 5px solid transparent;
    border-left: 6px solid #5b2271;
    }

.ft-copy{
	width:100%;
	background-color:#5b2271;
	padding:0.5em;
	text-align:center;
	color:#fff;
	margin-top:2em;
	}
	
	
@media print, screen and (min-width: 769px) {
	

.ft-logo{
	float:left;
	max-width: 250px;
	padding-right: 30px;
	width: 20%;
	}

.ft-logo img{
	width:100%;
}

.ft-txt_link{
	display:inline-block;
	max-width: 720px;
	width:60%;
	}

.ft-txt{
	float:left;
	max-width: 520px;
	padding-right: 10px;
	width: 73%;
	}
.ft-link{
	float:left;
	max-width: 195px;
	width: 27%;
	}
.ft-map{
	float:right;
	max-width: 250px;
	width: 20%;
	}
.ft-map img{
	max-width: 100%;
	}

}

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


.ft-pdf-btn,
.footerarea{
	margin-top:1em;
	width:95%;
	}

.ft-pdf img{
	width: 100%;
}

.footer-box{
	width:100%;
	}

.ft-logo{
	padding-left:0;
	width:60%;
	float:left;
	margin-bottom:1em;
}

.ft-map{
	width:40%;
	float:right;
	margin-bottom:1em;
	text-align: right;
}

.ft-logo img{
	width: 100%;
	max-width: 280px;
}


.ft-link ul{
	padding:0.5em;
}
.ft-link li{
	width:50%;
	float:left;
	}
	
.ft-map img{
	margin-top:0;
	width: 100%;
	max-width: 150px;
	}

}




/*----------------------------------------------------------------
    運用用
----------------------------------------------------------------*/



td.icon{
	width:1rem!important;
	}

img.icon,
td.icon img{
	width:12px;
	margin-top: 0.5em;
	}


.left-space{
	margin-left:1rem;
	}

.space{
	margin:1rem;
	}

.table-100{
	width:100%!important;
}

table.cell2 th,
table.cell2 td{
	width:50%;
	}

table.cell2 img,
table.cell3 img,
table.cell4 img,
table.cell5 img {
	max-width: 100%;
	height: auto !important;
}

table.cell3 th,
table.cell3 td{
	width:33.3%;
	}

table.cell4 th,
table.cell4 td{
	width:25%;
	}

table.cell5 th,
table.cell5 td{
	width:20%;
	}

.txt-nowrap td,
.txt-nowrap th
.txt-nowrap{
	white-space: nowrap;
	}
	
/*----------------------------------------------------------------*/


