@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */
body {
	background-color: #ffffff;
    background-image: url("../images/bg-l.png"), url("../images/bg-r.png");
    background-repeat: repeat-y, repeat-y;
    background-position: left, right;
	color: #333;
	font-size: 100%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	line-height: 1.5;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a:link {
	color: #000;
}
a:visited {
	color: #4D4D4D;
}
a:hover, a:focus {
	color: #009FE8;
}
sup {
	font-size: 75%;
	vertical-align: text-top;
}
sub {
	font-size: 75%;
	vertical-align: text-bottom;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
pre, code, kbd, samp, tt {
	font-family: monospace;
}
abbr[title], dfn[title] {
	border-bottom-color: #999;
	cursor: help;
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	padding: 0px 4px;
	border-radius: 0%;
	background-color: #df0000;
	color: #fff;
	text-transform: uppercase;
	font-size: 90%;
}
.hide, .scrText {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
img.external {
	margin: 0 .25em;
	vertical-align: middle;
}


/* Block Skip
================================================== */
.skip a {
	display: block;
	background-color: #007b44;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}
.skip a:focus {
	position: static;
	height: auto;
}


/* Layout
================================================== */
#container {

}

.inner,
#copyright small {
	max-width: 920px;
	margin: 0 auto;
}



#wrap .inner {
	padding-top: 14px;
	margin-bottom: 40px;
	position: relative;
	z-index: 10;


}
#content {
	float: left;
	width: 100%;
	margin-right: -220px;

}
#contentInner {
	margin-right: 220px;
	min-height: 600px;
}
.full #contentInner {
	margin-right: 0px;
}

.full #content {
	float: none;
	width: 100%;
	margin-right: 0px;
}
#side {
	float: right;
	width: 200px;
	margin-top:30px;
}

@media screen and (max-width: 960px) {
	.inner,
	#copyright small {
		margin: 0 20px;
	}
}
@media screen and (max-width: 768px) {
	body {
	background-color: #ffffff;
    background-image: none;
	color: #333;
	font-size: 100%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
	line-height: 1.5;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
	#content,
	#contentInner,
	#side {
		float: none;
		width: 100%;
	}
	#content {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 639px) {
	.inner,
	#copyright small {
		margin: 0 10px;
	}
	#wrap .inner {
		padding-top: 10px;
	}
}
@media screen and (max-width: 480px) {
	.inner,
	#copyright small {
		margin: 0 5px;
	}
}


/* Header
================================================== */
#commonHeader {
	margin-bottom: 41px;
	line-height: 1.25;
	position: relative;
	background-color:#fff;
}

#commonHeader > .inner {
	padding: 10px 0px 0px 0px;
	position: relative;
	z-index: 10;
}
#logo {
	float: left;
	max-width: 100%;
}
#logo a:hover img,
#logo a:focus img {
	opacity: inherit;
	filter: alpha(opacity=100);
}
#usabilityTool {
	clear: right;
	float: right;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 87.5%;
}
#usabilityTool div {
	display: inline-block;
	margin-left: 6px;
}
#usabilityTool .label {
	margin-right: 6px;
}
#usabilityTool ul,
#usabilityTool li {
	display: inline;
}
#usabilityTool li {
	margin-left: -0.25em;
}

#usabilityTool li a {
	display: inline-block;
	width: 2.5em;
	padding: 2px;
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	text-align: center;
	margin-right:3px;
}

#usabilityTool li a:hover {
	background-color: #f3f3f3;
	color: #000;
}
#usabilityTool li.black a {
	background-color: #000;
	color: #fff;
}
#usabilityTool li.black a:hover{
	background-color: #4d4d4d;
}


#usabilityTool .fontSize {
	background-color: #f2f2f2;
	padding: 5px 5px 5px 8px;
}
#usabilityTool .color {
	background-color: #f2f2f2;
	padding: 5px 5px 5px 8px;
}


/*

#siteSearch {
	clear: right;
	float: right;
	max-width: 100%;
	margin-bottom: 15px;
	line-height: 1;
}
#siteSearch label {
	margin-right: 2px;
	font-size: 87.5%;
	vertical-align: middle;
}
#siteSearch #keyword {
	width: 11em;
	max-width: 85%;
	height: 1em;
	padding: .25em 3px;
	border: 1px solid #999;
}
@-moz-document url-prefix() {
	#searchform #keyword {
		width: 10.5em;
	}
}
#siteSearch #searchsubmit {
  height: 1.65em;
  padding: 0 6px;
  border: 1px solid #999;
  background-color: #dedede;
}

*/



#guideNav {
	clear: right;
	float: right;
	margin-bottom: 10px;
}
#guideNav li {
	display: inline-block;
	padding: 0px 0 0px 20px;
	margin-left: 6px;
	font-size: 87.5%;
	background: url(../images/bg-link.png) no-repeat 10px 50%;
}
#guideNav li a {
	text-decoration: none;
}

#guideNav li:nth-child(1) {
	background-color: #dcf5ff;
	border-bottom: 2px solid #009fe8;
}
#guideNav li:nth-child(2) {
	background-color: #f2fccd;
	border-bottom: 2px solid #009848;
}

#guideNav li:nth-child(1) a{
	display: table-cell;
	width: 160px;
	height: 25px;
	vertical-align: middle;
}

#guideNav li:nth-child(2) a{
	display: table-cell;
	width: 160px;
	height: 25px;
	vertical-align: middle;
}



@media screen and (max-width: 639px) {
	#commonHeader {
		margin-bottom: 2.5em;
	}
	#usabilityTool {
		display: none;
	}
	#siteSearch {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	#logo {
		float: none;
		width: 250px;
		padding-left: 15px;
		padding-right: 0px;
/*		margin: 0 auto; */

	}
	#siteSearch {
		float: none;
		text-align: center;
	}


#guideNav {
	clear: none;
	float: none;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: left;
	padding-right: 5px;
}
#guideNav li {
	display: inline-block;
	padding: 0px 0 0px 5px;
	font-size: 100%;
	background: none;
}
#guideNav li a {
	text-decoration: underline;
}

#guideNav li:nth-child(1) {
	background-color: #fff;
	border-bottom: 0px solid #009fe8;
}
#guideNav li:nth-child(2) {
	background-color: #fff;
	border-bottom: 0px solid #009848;
}

#guideNav li:nth-child(1) a{
	display: table-cell;
	width: auto;
	height: auto;
	vertical-align: middle;
}

#guideNav li:nth-child(2) a{
	display: table-cell;
	width: auto;
	height: auto;
	vertical-align: middle;
}



}


/* GlobalNav
================================================== */
#globalNav {
	background-color: #ffffff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border-bottom: 0px solid #fff;
	box-shadow:0px 2px 4px 0px #ccc;
	line-height: 1.25;
	margin-top: 0px;
}
#globalNav .navInner {

}
#globalNav p.spMenu {
	display: none;
}
#globalNav ul {
	max-width: 918px;
	margin-top: -1px;
	margin-bottom: -1px;
	border: 0px solid #4b4b4b;
	position: relative;
/*	z-index: 20; */
	background-color: #ffffff;
}
#globalNav ul li {
	float: left;
	width: 16.6%;
	background-image: url("../images/menu-line.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;

}
#globalNav ul li:last-child {
	width: 17%;
	background-image: none;
}
#globalNav ul li a {
	display: table-cell;
	width: 145px;
	height: 53px;
	padding: 0 2px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;

}
#globalNav ul li:last-child a {
	border-right: 0;
}
#globalNav ul li a:hover,
#globalNav ul li a:focus {
	background-image: url("../images/bg-blue-line.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}
#category5 #globalNav li.life a,
#category9 #globalNav li.event a,
#category7 #globalNav li.ui-turn a,
#category12 #globalNav li.bousai a,
#category63 #globalNav li.organization a,
#category6 #globalNav li.enterprise a,
#category10 #globalNav li.kawamoto a {
	background-image: url("../images/bg-blue-line.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

@media screen and (max-width: 960px) {
	#globalNav .navInner {
		background: none;
	}
}
@media screen and (max-width: 639px) {
	#globalNav {
		background: #fff;
	}
	#globalNav .navInner {
		position: relative;
	}
	#globalNav .inner {
		margin: 0;
	}
	#globalNav p.spMenu {
		display: block;
		margin: -10px 0;
		padding: 10px 0;
		text-align: center;
		position: relative;
		z-index: 30;
	}
	#globalNav p.spMenu a {
		display: inline-block;
		padding: .5em 30px .5em 55px;
		background: #fff url(../images/icon_sp_menu.gif) no-repeat 30px 50%;		
		color: #007b45;
		text-decoration: none;
	}
	#globalNav ul {
		display: none;
		position: absolute;
		width: 100%;
		border-top-color: #9eca28;
		border-bottom-color: #9eca28;
		border-right: 0;
		border-left: 0;
		background-color: #fff;
		z-index: 20;
	}
	#globalNav ul li {
		width: 50% !important;
		margin-bottom: -1px;
		border-bottom: 1px solid #9eca28;
	}
	#globalNav ul li a {
		display: block;
		width: auto;
		height: auto;
		padding: 11px 5px 10px;
		border-right: 0;
		background: none;
		font-weight: normal;
	}
	#globalNav ul li:nth-child(odd) a {
		border-right: 1px solid #9eca28;
	}
}



/* Slider
================================================== */
#keyVisual2 {
	width: 100%;
	overflow-x: hidden;
	margin-top: 0px;
	border-bottom: 0px solid #fbfbf1;
}
#keyVisual2 .slideWrap {
	width: 2754px;
	height: 410px;
	position: relative;
	left: 50%;
	margin-left: -1377px;
}
#keyVisual2 .slideBody {
	width: 100%;
}
#keyVisual2 .slideBody	img {
	width: 100%;
	vertical-align: bottom;
}
#keyVisual2 .catch {
	position: absolute;
	top: 5%;
	left: 33.33%;
	margin-left: 1.5%;
	z-index: 10;
}








.bx-prev,
.bx-next {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 40px;
	height: 100%;
/*	background-color: rgba(255,255,255,0.5); */
}
.bx-prev {
	left: 33.33%;
	margin-left: -40px;
}
.bx-next {
	right: 33.33%;
	margin-right: -40px;
}
.bx-prev img,
.bx-next img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -11px;
}
.bx-controls-auto-item {
	position: absolute;
	bottom: 10px;
	left: 63.4%;
	margin-left: 0px;
	line-height: 1;
}
.bx-controls-auto-item a {
	display: block;
	padding: 5px 8px;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-decoration: none;
}
.slidePrevFilter,
.slideNextFilter {
	position: absolute;
	top: 0;
	width: 33.33%;
	height: 100%;
/*	background-color: rgba(0,0,0,0.5); */
}
.slidePrevFilter {
	left: 0;
}
.slideNextFilter {
	right: 0;
}


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

#keyVisual2 .slideWrap {
	width: 300%;
	height: 33%;
	position: relative;
	left: 50%;
	margin-left: -150%;
}
#keyVisual2 .catch {
		width: 14%;
}

.bx-controls-auto-item {
	left: 60%;
}

}



/* Slider end
================================================== */






/* BreadCrumb
================================================== */
#breadCrumb p {
	margin-bottom: 20px;
}
#breadCrumb p em {
	font-style: normal;
}


/* Content
================================================== */
/* Title
-------------------------------------------------- */
#contentInner {
	border-radius: 0px;
	border: 0px solid #fff;
	background-color: none;
}

@media screen and (max-width: 639px) {
#contentInner {
	border-radius: 10px;
	border: 1px solid #fff;
	background-color: #fff;
}

}


#home #contentInner {
	border-radius: 0;
	border: 0;
	background: transparent;
}



.contentHeader .contentTitle {
	margin: -1px -1px 0;
	padding: 5px 5px 3px;
/*	border: 1px solid #aac7bc; */
/*	border-radius: 10px 10px 0 0; */
/*	background-color: #ffffd9; */
	border-bottom: 4px solid #009fe8;
	line-height: 1.25;
	position: relative;
	z-index: 10;
}
.contentHeader .contentTitle h1 {
	float: left;
/*	margin: -15px -9px; */
	padding: 5px 0 5px 5px;
	font-size: 125%;

}
.contentHeader .contentTitle p.date {
	float: right;
	margin-top: 18px;
	margin-left: 10px;
	padding-right: 5px;
	font-size:85%;
	color:#777;
}



.contentHeader p.description {
	margin: 1em 29px;
}

@media screen and (max-width: 639px) {
	.contentHeader p.description {
		margin-right: 19px;
		margin-left: 19px;
	}
}
@media screen and (max-width: 480px) {
	.contentHeader p.description {
		margin-right: 9px;
		margin-left: 9px;
	}
}


/* Body
-------------------------------------------------- */
.contentBody .tableWrapper {
	overflow: auto;
}
.contentBody .tableWrapper table {
	width: auto !important;
	max-width: none;
}

.contentBody dl.pageList dt {
	border-bottom: 2px solid #ADD412;
	font-size: 120%;
	font-weight: bold;
}
.contentBody dl.pageList dd {
	margin: .5em 0 2em;
}
.contentBody dl.pageList dd img.thumbnail {
	float: left;
	width: 100px;
}
.contentBody dl.pageList dd.hasThumb .description {
	display: block;
	margin-left: 120px;
}

@media screen and (max-width: 639px) {
	.contentBody dl.pageList dt {
		border-top: 2px solid #ADD412;
		border-bottom-width: 1px; 
	}
	.contentBody dl.pageList dt a {
		display: block;
		padding: 3px 30px 2px 0;
		text-decoration: none;
		position: relative;
	}
	.contentBody dl.pageList dt a:before {
		display: block;
		position: absolute;
		top: 50%;
		right: 0;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		border-radius: 50%;
		background-color: #8fc64c;
		content: "";
	}
	.contentBody dl.pageList dt a:after {
		display: block;
		position: absolute;
		top: 50%;
		right: 7px;
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
	}
}
@media screen and (max-width: 480px) {
	.contentBody dl.pageList dd.hasThumb .description {
		margin-left: 110px;
	}
}

/* Address
-------------------------------------------------- */
#content address {
	margin: 0 29px 2em;
	padding: .5em 15px;
	border: 2px solid #3BB8EA;
	border-radius: 10px;
	font-style: normal;
}
#content address span {
	display: block;	
}
#content address .department {
	margin-bottom: .5em;
	padding-bottom: .25em;
	border-bottom: 2px solid #3BB8EA;
	font-size: 112.5%;
	font-weight: bold;
}
#content address .department + br {
	display: none;
}

@media screen and (max-width: 639px) {
	#content address {
		margin-right: 19px;
		margin-left: 19px;
	}
}
@media screen and (max-width: 480px) {
	#content address {
		margin-right: 9px;
		margin-left: 9px;
	}
}

/* Pagination */
.contentBody ul.pagination {
	list-style: none;
	padding-left: 0;
	margin-top: 2em;
	text-align: center;
}
.contentBody ul.pagination li {
	display: inline;
}
.contentBody ul.pagination li.prev a:before {
	content: "\00ab\00a0";
}
.contentBody ul.pagination li.next a:after {
	content: "\00a0\00bb";
}
.contentBody ul.pagination li.disabled {
	display: none;
}
.contentBody ul.pagination li a,
.contentBody ul.pagination li span {
	padding: 0 .25em;
}


/* Home
================================================== */

.search {

}

.search-area-top {

}
.search-area {
	background-color: #ffffd9;
	padding-bottom: 0px;
}

.search-form {
	padding: 10px 0 10px 0;
	text-align: center;
}

.search-form #keyword {
	width: 65%
}
.search-form #searchsubmit {
	color: #ffffff;
	background-color: #4d4d4d;
	border: 0;
	padding: 3px;
	width: 70px;
}

.search-banner {
	margin: 0 auto;
	padding: 5px 0 5px 0;
	text-align: center;
}

.search-banner ul {
	margin-bottom: 10px;
}
.search-banner li {
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #ccc;
	border-radius: 0px;
	background-color: #fff;
}

.search-banner li a {
	display: block;
	padding: 10px 0 10px 0;
	width: 205px;
	border: 1px solid #fff;
	border-radius: 0px;
	text-decoration: none;
	line-height: 1.25;
	color: #000;
	font-weight: bold;
	text-shadow:
	2px 2px 1px #fff,
	-2px 2px 1px #fff,
	2px -2px 1px #f5f5f5,
	-2px -2px 1px #f5f5f5;
}

.search-banner li:nth-child(odd) a {
	background-color: #65c8f1;
}
.search-banner li:nth-child(even) a {
	background-color: #beea5e;
}

.search-banner li:nth-child(odd) a:hover {
	background-color: #92d8f5;
}
.search-banner li:nth-child(even) a:hover {
	background-color: #cdef87;
}

.search-banner li:nth-child(1) a {
	background-image: url("../images/bg-search-banner1.png");
	background-repeat: no-repeat;
	background-position: 8px 50%;
}
.search-banner li:nth-child(2) a {
	background-image: url("../images/bg-search-banner2.png");
	background-repeat: no-repeat;
	background-position: 3px 50%;
}
.search-banner li:nth-child(3) a {
	background-image: url("../images/bg-search-banner3.png");
	background-repeat: no-repeat;
	background-position: 1px 50%;
}


@media screen and (max-width: 639px) {
	.search-banner li {
		width: 30%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.search-banner li:nth-child(1) {
		width: 28%;
	}
	.search-banner li:nth-child(2) {
		width: 34%;
	}
	.search-banner li:nth-child(3) {
		width: 28%;
	}


	.search-banner li a {
		width: 100%;
		font-size: 80%;
	}
	.search-banner li:nth-child(1) a {
		background-image: none;
	}
	.search-banner li:nth-child(2) a {
		background-image: none;
	}
	.search-banner li:nth-child(3) a {
		background-image: none;
	}
	
	.search-banner li {
		border:none;
	}
}



/* SlideShow
-------------------------------------------------- */
#slideshow {
	max-width: 650px;
	margin: 0 auto;
	padding-bottom: 25px;
	position: relative;
}

@media screen and (max-width: 639px) {
#slideshow {
	max-width: 93%;
}
}

#slideshow ul.slides {
	position: relative;
	width: 100%;
	height: 200px;
}
#slideshow ul.slides li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #fff;
}
#slideshow .slideControl {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
#slideshow ul.slideList {
	float: left;
	margin-left: 5px;
}
#slideshow ul.slideList li {
	float: left;
	margin-right: 6px;
}
#slideshow ul.slideList li.active img,
#slideshow ul.slideList li a:focus img {
	opacity: 1!important;
	filter:alpha(opacity=100)!important;
}
#slideshow p.pausePlay {
	float: right;
	margin-right: 5px;
}
#slideshow p.pausePlay a.enable img {
	opacity: 0.7;
	filter:alpha(opacity=70);
}
#slideshow p.pausePlay a:hover img,
#slideshow p.pausePlay a:focus img {
	opacity: 1 !important;
	filter:alpha(opacity=100)!important;
}


/* Content
-------------------------------------------------- */
#home #content section {
	margin-top: 20px;
	border: 1px solid #ccc;
	border-radius: 0px;
	background: #fff;
}
#home #content .sectionHeader {
	margin: 5px 5px 0 8px;
	background: url(../images/bg-info.png) no-repeat 0 50%;
	position: relative;
	z-index: 10;
}
#home #content .sectionHeader h2 {
	float: left;
	padding: 15px 0 15px 20px;
	font-size: 112.5%;
	line-height: 1.25;
}
#home #content .sectionHeader .infolink {
	float: right;
	padding-right: 4px;
	background-color: #fff;
	margin: 12px 15px 0 0;
	box-shadow:0px 0px 5px;

}

#home #content .sectionHeader .infolink a{
	display: inline-block;
	padding: 4px 12px 4px 12px;
	background-image: url("../images/bg-link.png");
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
	font-size: 80%;
	color: #666;
	margin-right: 5px;
}




#home #content .sectionBody {
	margin: 0 29px;
	padding: 1em 0 10px;
}


.sectionBody .date{
	color:#009844;
	font-size:90%;
}

.sectionBody .department {
    background-color: #DCF5FF;
    padding: 2px 2px;
	font-size:85%;
}

@media screen and (max-width: 639px) {
	#home #content .sectionBody {
		margin: 0;
	}
}


/* News & Update */
#home #content .info ul li {
	margin-bottom: 1em;
	line-height: 1.25;
	padding-left: 25px;
	background-image: url("../images/bg-list.png");
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
#home #content .info ul li .title {
	display: block;
	margin-top: .25em;
}
#home #content .info p.more {
	text-align: right;
}



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

	#home #content .info ul li {
		padding-left: 0px;
		background-image: none;
	}


	#home #content .info .sectionBody {
		padding: 0;
	}
	#home #content .info ul li {
		margin-bottom: 0;
		padding: 8px 29px 8px 19px;
		border-bottom: 1px solid #ccc;
		position: relative;
	}
	#home #content .info ul li:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 19px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: solid 2px #84c13a;
		border-right: solid 2px #84c13a;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#home #content .info ul li a {
		text-decoration: none;
	}
	#home #content .info p.more a {
		display: block;
		padding: 5px;
		text-align: center;
		text-decoration: none;
	}
}
@media screen and (max-width: 480px) {
	#home #content .info ul li {
		padding: 8px 19px 8px 9px;
	}
	#home #content .info ul li:after {
		right: 9px;
	}
}

/* Life */
#home #content .life h3 {
	border-bottom: 2px solid #009FE8;
	font-size: 100%;
	font-weight: normal;
}
#home #content .life ul.turningPoint {
	margin: 10px 0 20px;
}
#home #content .life ul.turningPoint li {
	float: left;
	width: 10.9%;
	margin-right: 1.82%;
	font-size: 81.25%;
	text-align: center;
	line-height: 1.25;
}
#home #content .life ul.turningPoint li:last-child {
	margin-right: 0;
}
#home #content .life ul.turningPoint li a {
	display: block;
	color: #333;
	text-decoration: none;
}
#home #content .life ul.turningPoint li a img {
	margin-bottom: 5px;
}
#home #content .life dl.sector {
	margin: 1em 0 20px;
	font-size: 87.5%;
	line-height: 1;
}
#home #content .life dl.sector dt {
	position: absolute;
	width: 11em;

}
#home #content .life dl.sector dt a {
	display: block;
	color: #333;
	text-align: center;
	padding: 4px 0 4px 0;
	text-decoration: none;
}


.life dl.sector dt:nth-child(1) a {
	background-color: #caedff;
}
.life dl.sector dt:nth-child(5) a {
	background-color: #caedff;
}
.life dl.sector dt:nth-child(9) a {
	background-color: #caedff;
}
.life dl.sector dt:nth-child(13) a {
	background-color: #caedff;
}



.life dl.sector dt:nth-child(1) a:hover,
.life dl.sector dt:nth-child(1) a:focus {
	background-color: #d9f1ff;
}
.life dl.sector dt:nth-child(5) a:hover,
.life dl.sector dt:nth-child(5) a:focus {
	background-color: #d9f1ff;
}
.life dl.sector dt:nth-child(9) a:hover,
.life dl.sector dt:nth-child(9) a:focus {
	background-color: #d9f1ff;
}
.life dl.sector dt:nth-child(13) a:hover,
.life dl.sector dt:nth-child(13) a:focus {
	background-color: #d9f1ff;
}



.life dl.sector dt:nth-child(3) a {
	background-color: #e8f9a2;
}
.life dl.sector dt:nth-child(7) a {
	background-color: #e8f9a2;
}
.life dl.sector dt:nth-child(11) a {
	background-color: #e8f9a2;
}
.life dl.sector dt:nth-child(15) a {
	background-color: #e8f9a2;
}


.life dl.sector dt:nth-child(3) a:hover,
.life dl.sector dt:nth-child(3) a:focus {
	background-color: #f2fccb;
}
.life dl.sector dt:nth-child(7) a:hover,
.life dl.sector dt:nth-child(7) a:focus {
	background-color: #f2fccb;
}
.life dl.sector dt:nth-child(11) a:hover,
.life dl.sector dt:nth-child(11) a:focus {
	background-color: #f2fccb;
}
.life dl.sector dt:nth-child(15) a:hover,
.life dl.sector dt:nth-child(15) a:focus {
	background-color: #f2fccb;
}



#home #content .life dl.sector dd {
	padding-top: 1px;
	padding-left: 12.5em;
	margin-bottom: 1em;
	margin-right: -1.5em;
}
#home #content .life dl.sector dd:last-child {
	margin-bottom: 0;
}
#home #content .life dl.sector dd li {
	display: inline-block;
	margin-right: 1.5em;
	margin-bottom: .5em;
}

@media screen and (max-width: 639px) {
	#home #content .life h3 {
		padding: 0 19px;
	}
	#home #content .life ul.turningPoint {
		margin-top: 0;
	}
	#home #content .life ul.turningPoint li {
		width: 50%;
		margin: 0 0 -1px;
		padding: 1px 0;
		border-bottom: 1px solid #ccc;
		font-size: 100%;
		text-align: left;
	}
	#home #content .life ul.turningPoint li a {
		padding: 0 9px;
	}
	#home #content .life ul.turningPoint li:nth-child(odd) a {
		padding-left: 19px;
		border-right: 1px solid #ccc;
	}
	#home #content .life ul.turningPoint li a img {
		float: left;
		width: 35px;
		margin: 6px 10px 5px 0;
	}
	#home #content .life ul.turningPoint li a span {
		display: table-cell;
		height: 46px;
		vertical-align: middle;
	}
	#home #content .life dl.sector dt {
		position: static;
		width: auto;
	}
	#home #content .life dl.sector dt a {
		padding: 4px;
		border-radius: 0px 0px 0 0; 
	}
	#home #content .life dl.sector dd {
		padding-top: 0;
		padding-left: 0;
		margin-bottom: 5px;
		margin-right: 0;
		border-bottom: 1px solid #ccc;
	}
	#home #content .life dl.sector dd li {
		float: left;
		width: 33.3%;
		margin: 0 0 -1px;
		border-bottom: 1px solid #ccc;
	}
	#home #content .life dl.sector dd li a {
		display: block;
		padding: 9px 19px 8px;
		text-decoration: none;
	}
	#home #content .life dl.sector dd li:nth-child(3n-2) a,
	#home #content .life dl.sector dd li:nth-child(3n-1) a {
		border-right: 1px solid #ccc;
	}
}
@media screen and (max-width: 568px) {
	#home #content .life dl.sector dd li {
		width: 50%;
	}
	#home #content .life dl.sector dd li:nth-child(3n-2) a,
	#home #content .life dl.sector dd li:nth-child(3n-1) a {
		border-right: 0;
	}
	#home #content .life dl.sector dd li:nth-child(odd) a {
		border-right: 1px solid #ccc;
	}
}
@media screen and (max-width: 480px) {
	#home #content .life h3 {
		padding: 0 9px;
	}
	#home #content .life ul.turningPoint li:nth-child(odd) a,
	#home #content .life dl.sector dd li a {
		padding-right: 5px;
		padding-left: 9px;
	}
}
@media screen and (max-width: 340px) {
	#home #content .life dl.sector dd li {
		float: none;
		width: 100%;
	}
	#home #content .life dl.sector dd li:nth-child(odd) a {
		border-right: 0;
	}
}


/* Schedule
================================================== */
.contentBody .calendar .sectionHeader {
	margin-bottom: .5em;
}
.contentBody .cal_month_select {
	float: left;
	margin-bottom: .5em;
}
.contentBody .cal_month_select span {
	margin: 0 .25em;
}
.contentBody .cal_category_select {
	float: right;
	margin-bottom: .5em;
	font-size: 87.5%;
}
.contentBody .cal_category_select label {
	vertical-align: middle;
}
.contentBody .cal_tbl {
	width: 100%;
	border: 1px solid #ccc;
}
.contentBody .cal_tbl th,
.contentBody .cal_tbl td {
	padding: 5px 8px;
	border: 1px solid #ccc;
	font-weight: normal;
	vertical-align: middle;
}
.contentBody .cal_tbl thead th {
	background-color: #eef0de;
}
.contentBody .cal_tbl .day,
.contentBody .cal_tbl .week {
	width: 2.1em;
}
.contentBody .cal_tbl tr.sunday th,
.contentBody .cal_tbl tr.sunday td {
	background-color: #fceeed;
}
.contentBody .cal_tbl tr.saturday th,
.contentBody .cal_tbl tr.saturday td {
	background-color: #e8eff7;
}
.contentBody .cal_tbl td ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.contentBody .cal_tbl td li {
	margin-top: 1em;
}
.contentBody .cal_tbl td li:first-child {
	margin-top: 0;
}
.contentBody .cal_tbl td li span.place,
.contentBody .cal_tbl td li span.time,
.contentBody .cal_tbl td li span.category {
	display: inline-block;
	margin-left: 1em;
}
.contentBody .cal_tbl td li span.category {
	padding: 0 1em;
	background-color: #cfd2b3;
	border: 1px solid #cfd2b3;
	border-radius: 1em;
	font-size: 87.5%;
	line-height: 1.14;
}
.contentBody .cal_tbl td li span.category_title {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}


/* Side
================================================== */
#side section {
	border: 1px solid #ccc;
}

#side .widget {
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

#side .linksA,
#side .linksB{
	border: 0px solid #ccc;
}




#side .widgetGroupA .widget,
#side .subMenu,
#side .life {
	border-radius: 0px;
	background-color: #fff;
}
#side .life {
	margin-bottom: 0;
}
#side .widgetHeader {
	margin: 5px 5px 0 5px;
	padding: 5px 18px 3px;
	border-radius: 0px 0px 0 0;
	background: url(../images/bg-info.png) no-repeat 0 50%; */
}
#side .widgetHeader h2 {
	font-size: 112.5%;
	line-height: 1.25;
}
#side .widgetBody {
	padding: 12px 14px 10px;
	border: 1px solid #fff;
	border-top: 0;
	border-radius: 0 0 0px 0px;
}
#side .widgetBody ul {
	list-style: disc;
	padding-left: 1em;
	color: #999;
}
#side .widgetBody ul li {
	margin-bottom: .5em;
}
#side .life .widgetBody h3 {
	margin-top: 1em;
	margin-bottom: .5em;
	border-bottom: 2px solid #ADD412;
}
#side .life .widgetBody h3:first-child {
	margin-top: 0;
}
#side .life .widgetBody ul li {
	margin-bottom: .25em;
}

#side .widgetGroupA .widget p.access {
	margin-top: .5em;
}
#side .topics .widgetBody h3,
#side .recipe .widgetBody h3 {
	line-height: 1.25;
}
#side .topics .widgetBody img,
#side .recipe .widgetBody img {
	display: block;
	margin: 10px auto;
	width: 170px;
}
#side .topics .widgetBody p.summary {
	margin-bottom: .5em;
}
#side .topics .widgetBody p.more,
#side .recipe .widgetBody p.more {
	text-align:center;
	font-size:90%;
}
#side .linksA li,
#side .linksB li {
	margin-bottom: 8px;
}
#side .linksA li,
#side .linksB li.links {
	border: 1px solid #ccc;
	border-radius: 0px;
	background-color: #fff;
}
/*
#side .linksA li:hover,
#side .linksB li.links:hover {
	background-color: #bbd5e0;
}
*/
#side .linksA li a,
#side .linksB li.links a {
	display: block;
	margin: 1px;
	padding: 10px 0 10px 48px;
	border: 1px solid #fff;
	border-radius: 0px;
	text-decoration: none;
	text-align: left;
	line-height: 1.25;
	color: #000;
	font-weight: bold;
	text-shadow:
	2px 2px 1px #fff,
	-2px 2px 1px #fff,
	2px -2px 1px #f5f5f5,
	-2px -2px 1px #f5f5f5;
	font-size:90%;
}

#side .linksA li:nth-child(odd) a {
	background-color: #caedff;
}
#side .linksA li:nth-child(even) a {
	background-color: #e8f9a2;
}

#side .linksA li:nth-child(odd) a:hover {
	background-color: #d9f1ff;
}
#side .linksA li:nth-child(even) a:hover {
	background-color: #f2fccb;
}

#side .linksA li:nth-child(1) a {
	background-image: url("../images/bg-sidelink1.png");
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
#side .linksA li:nth-child(2) a {
	background-image: url("../images/bg-sidelink2.png");
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
#side .linksA li:nth-child(3) a {
	background-image: url("../images/bg-sidelink3.png");
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
#side .linksA li:nth-child(4) a {
	background-image: url("../images/bg-sidelink4.png");
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
#side .linksA li:nth-child(5) a {
	background-image: url("../images/bg-sidelink5.png");
	background-repeat: no-repeat;
	background-position: 9px 50%;

}
#side .linksA li:nth-child(6) a {
	background-image: url("../images/bg-sidelink6.png");
	background-repeat: no-repeat;
	background-position: 9px 50%;
}
#side .linksA li:nth-child(7) a {
	background-image: url("../images/bg-sidelink7.png");
	background-repeat: no-repeat;
	background-position: 9px 50%;
}



#side .linksB li img {
	width: 200px;
}

@media screen and (max-width: 768px) {
	#side .widgetGroupA .widget {
		float: left;
		width: 32%;
		margin-right: 2%;
		padding-bottom: .75em;
		position: relative;
	}
	#side .widgetGroupA .recipe {
		margin-right: 0;
	}
	#side .townData .widgetBody {
		text-align: center;
	}
	#side .widgetGroupA .widget p.access,
	#side .widgetGroupA .widget p.more {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		border-top: 1px solid #fdd1a4;
	}
	#side .widgetGroupA .widget p.access a,
	#side .widgetGroupA .widget p.more a {
		display: block;
		padding: 5px;
		text-align: center;
	}
	#side .linksA li {
		float: left;
		width: 32%;
		margin-right: 2%;
		border: 0;
	}
	#side .linksA li:last-child {
		margin-right: 0;
	}
	#side .linksB li {
		float: left;
		width: 32%;
		margin-right: 2%;
	}
	#side .linksB li:nth-child(3n) {
		margin-right: 0;
	}
	#side .linksB li img {
		width: 100%;
	}
}
@media screen and (max-width: 639px) {
	#side .subMenu .widgetBody,
	#side .life .widgetBody {
		padding: 0;
	}
	#side .life .widgetBody h3 {
		margin-top: 0;
		margin-bottom: 0;
		border-top: 2px solid #009fe8;
		border-bottom: 1px solid #ADD412;
	}
	#side .life .widgetBody h3:first-child {
		border-top: 0;
	}
	#side .life .widgetBody h3 a {
		display: block;
		padding: 5px 24px 5px 14px;
		text-decoration: none;
		position: relative;
	}
	#side .widgetBody ul {
		list-style: none;
		padding-left: 0;
		color: #333;
	}
	#side .widgetBody ul li,
	#side .life .widgetBody ul li {
		margin-bottom: 0;
		border-bottom: 1px solid #ccc;
	}
	#side .widgetBody ul li:last-child {
		border-bottom: 0;
	}
	#side .widgetBody ul li a {
		display: block;
		padding: 5px 24px 5px 14px;
		text-decoration: none;
		position: relative;
	}
	#side .life .widgetBody ul li a:before {
		content: "-";
		margin: 0 .25em;
	}
	#side .widgetBody ul li a:after,
	#side .life .widgetBody h3 a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 9px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: solid 2px #ADD412;
		border-right: solid 2px #ADD412;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#side .widgetGroupA .widget {
		float: none;
		width: auto;
		margin-right: 0;
		padding-bottom: 0;
	}
	#side .widgetGroupA .widgetBody {
		padding-bottom: 0;
	}
	#side .widgetGroupA .widget p.access,
	#side .widgetGroupA .widget p.more {
		position: static;
		margin-right: -14px;
		margin-left: -14px;
		width: auto;
	}
	#side .widgetGroupA .widget p.access a,
	#side .widgetGroupA .widget p.more a {
		text-decoration: none;
	}
	#side .linksA li {
		float: none;
		width: auto;
		margin-right: 0;
		border: 1px solid #b4cdd7;
	}
}
@media screen and (max-width: 480px) {
	#side .life .widgetBody h3 a,
	#side .widgetBody ul li a {
		padding-left: 9px;
	}
	#side .widgetHeader {
		padding-left: 15px;
	}
	#side .linksB li {
		width: 49%;
		margin-right: 2%;
	}
	#side .linksB li:nth-child(3n) {
		margin-right: 2%;
	}
	#side .linksB li:nth-child(even) {
		margin-right: 0;
	}
}


/* Sitemap
================================================== */
.contentBody .sitemap ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.contentBody .sitemap li.depth1 {
	margin-bottom: 1em;
	padding: 5px 10px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	background-color: #e4e4e4;
}
.contentBody .sitemap ul.depth2 {
	margin: 5px 0;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: #fff;
}
.contentBody .sitemap li.depth2 {
	padding: 5px 10px;
	border-bottom: 1px solid #e4e4e4;
}
.contentBody .sitemap li.depth2:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.contentBody .sitemap ul.depth3 {
	padding: .5em 0 0 1.5em;
	list-style: disc;
}
.contentBody .sitemap li.depth3 {
	margin-bottom: .5em;
}

@media screen and (max-width: 639px) {
	.contentBody .sitemap li.depth1 {
		padding: 0 5px;
	}
	.contentBody .sitemap ul.depth2 {
		margin-top: 0;
		border-radius: 0;
	}
	.contentBody .sitemap li.depth2 {
		padding: 0;
	}
	.contentBody .sitemap ul.depth3 {
		padding: 0;
		list-style: none;
	}
	.contentBody .sitemap li.depth3 {
		margin-bottom: 0;
		border-top: 1px dotted #e4e4e4;
	}
	.contentBody .sitemap li a {
		display: block;
		padding: 5px 24px 5px 10px;
		text-decoration: none;
		position: relative;
	}
	.contentBody .sitemap li.depth3 a {
		padding-left: 26px;
	}
	.contentBody .sitemap li a:before {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 3px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		border-radius: 50%;
		background-color: #afb296;
	}
	.contentBody .sitemap li a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.contentBody .sitemap li.depth2 a:before {
		content: none;
	}
	.contentBody .sitemap li.depth2 a:after {
		right: 9px;
		margin-top: -3px;
		border-top: solid 2px #afb296;
		border-right: solid 2px #afb296;
	}

}



/* Ad
================================================== */
#ad .inner {
	margin-top: -20px;
	padding: 28px 0 18px;
	border-top: 1px solid #999;
}
#ad ul {
	margin: 0 10px;
}
#ad ul li {
	float: left;
	margin: 0 5px 10px;
}
#ad ul li img {
	width: 140px;
	height: 56px;
}

@media screen and (max-width: 960px) {
	#ad ul {
		margin: 0;
	}
}

/* banner
================================================== */
#banner .inner {
	margin-top: -20px;
	padding: 28px 0 18px;
	border-top: 1px solid #999;
}
#banner ul {
	margin: 0 10px;
}
#banner ul li {
	float: left;
	margin: 0 5px 10px;
}
#banner ul li img {
	width: 140px;
	height: 56px;
}

@media screen and (max-width: 960px) {
	#banner ul {
		margin: 0;
	}
}




/* Footer
================================================== */
#commonFooter {
	background: url(../images/bg-footer.png) no-repeat 50% 0;
	background-color: #fff;
}


#commonFooter .inner {
	padding-top: 0px;
	padding-bottom: 12px;
}
#commonFooter ul.footerNav {
	margin-bottom: 12px;
	padding: 30px 0px 30px 0px;
	border-bottom: 0px solid #999;
	text-align:center;
}
#commonFooter ul.footerNav li {
	display: inline-block;
	margin-right: 0.8em;
	font-size: 87.5%;
}
#commonFooter p.fb {
	float: right;
}
#commonFooter .townOffice {
	float: left;
}
#commonFooter .townOffice p.emblem {
	float: left;
	margin-right: 20px;
}
#commonFooter .townOffice address {
	display: inline-block;
	margin-top: 4px;
	font-style: normal;
	line-height: 1.25;
}
#commonFooter address span {
	display: inline-block;
}
#commonFooter address em {
	font-size: 112.5%;
	font-style: normal;
}

#copyright {
	padding: 8px 0;
	border-top: 1px solid #999;
	background-color: #fff;
	line-height: 1.25;
}
#copyright small {
	display: block;
	font-size: 87.5%;
	text-align: center;
}

#scrollTop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 20;
	display: none;
}
#scrollTop a {
	display: inline-block;
	padding: 7px 10px 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 10px 0 0 0;
	background-color: #fff;
	color: #333;
	font-size: 87.5%;
	text-decoration: none;
	line-height: 1.25;
}

@media screen and (max-width: 768px) {
	#commonFooter .townOffice p.emblem {
		display: none;
	}
	#scrollTop a {
		padding: 7px 10px 5px;
		border: 0;
		background-color: transparent;
		color: #007b45;
		font-size: 150%;
	}
	#scrollTop a span {
		position: absolute;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	#copyright small {
		padding: 0 2em;
	}
}
@media screen and (max-width: 639px) {
	#commonFooter ul.footerNav {
		padding: 0;
	}
	#commonFooter ul.footerNav li {
		float: left;
		width: 50%;
		margin-right: 0;
		margin-bottom: -1px;
		border-bottom: 1px solid #999;
		position: relative;
	}
	#commonFooter ul.footerNav li a {
		display: block;
		padding: 7px 19px 6px 10px;
		text-decoration: none;
	}
	#commonFooter ul.footerNav li:nth-child(odd) a {
		border-right: 1px solid #999;
	}
	#commonFooter ul.footerNav li:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 10px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: solid 2px #999;
		border-right: solid 2px #999;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#commonFooter p.fb,
	#commonFooter .townOffice {
		float: none;
		margin-top: 10px;
	}
}
@media screen and (max-width: 480px) {
	#commonFooter ul.footerNav li {
		float: none;
		width: 100%;
	}
	#commonFooter ul.footerNav li:nth-child(odd) a {
		border-right: 0;
	}
}


/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.contentBody:after,
#home #content .life dl.sector dd ul:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.contentBody,
#home #content .life dl.sector dd ul,
.clearfix {
	*zoom: 1;
}


