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

/* Base Style
================================================== */

a:link {
	color: #444444;
}
a:visited {
	color: #444444;
}
a:hover, a:focus {
	color: #c30;
}

input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: .2em;
	padding: 3px 5px 2px;
	border-radius: 2px;
	background-color: #8D0101;
	color: #fff;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
}
.fs-cap{
	font-size: 180%;
	line-height:150%;
	color: #6E4825;
	font-weight:lighter;
	margin-top:20px;
	margin-bottom:20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	}
.fs-cap-02{
	font-weight:700;
	line-height:200%;
	}

img{
	}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
.margin-b{
	text-align:center;
	margin-top:40px;
		margin-bottom:20px;
	}
.bl-check{
	background-color: #eee;
	padding: 20px;	
	}
	


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



/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */




a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-size: 87.5%;
	color: #4d4d4d;
	line-height: 115%;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
	
}


#scrollTop {
	position: fixed;
	right: 0;
	z-index: 20;
	padding:8px;
	background-color: #ececec;
	border-top-left-radius: 8px; 
	-moz-border-top-left-radius: 8px; /* Firefox用 */ 
	-webkit-border-top-left-radius: 8px; /* Safari,Google Chrome用 */ 

}
#scrollTop a {
	text-decoration : none;

}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

#searchsubmit, #text_size, #image_large, #image_small {
vertical-align: middle;
}



#header {

}


#header-inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	font-size:80%;

}


#header-inner:after {
	content: "";
	display: block;
	clear: both;
}


#header-inner-l {
	float: left;
	padding-left: 20px;
	padding-top: 8px;
}

#header-inner-l h1 {
	margin: 0px;
}

#header-inner-r {
	float: right;
	text-align: right;
	padding-top:0px;
	padding-right: 20px;
}



#keyword {
	width: 140px;
	margin-left: 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #A07352;
}

#toiawase {
	background-image: url("../images/bg-link.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 15px;
}




.sp-header {
	display: none;
}






#globalNav {
				background-image: url("../images/bg-navi.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}



#globalNavInner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-left: 90px;
}
#globalNavInner a{
		font-size: 140%;

}


#globalNavInner:after {
	content: "";
	display: block;
	clear: both;
}
#globalMenu-logo	{
	float: left;
	margin-right: 40px;
	padding-top: 3px;
}

#globalMenu1	{
	float: left;
	margin-right: 30px;
	padding-top: 13px;
}

#globalMenu2	{
	float: left;
	margin-right: 30px;
	padding-top: 13px;
}

#globalMenu3	{
	float: left;
	margin-right: 30px;
	padding-top: 13px;
}
#globalMenu4	{
	float: left;
	margin-right: 30px;
	padding-top: 13px;
}
#globalMenu5	{
	float: left;
	margin-right: 30px;
	padding-top: 13px;
}
#globalMenu6	{
	float: left;
	padding-top: 13px;
}




#globalMenu1 span a {
	color: #5EBA2C;
	display: block;
	height: 30px;
	padding-top: 5px;
	text-decoration : none;
	font-weight: bold;
		text-shadow: 2px 2px 0px #fff; 

}
#globalMenu2 span a {
	color: #FF8F00;
	display: block;
	height: 30px;
	padding-top: 5px;
	text-decoration : none;
	font-weight: bold;
		text-shadow: 2px 2px 0px #fff; 
}
#globalMenu3 span a {
	color: #FF3092;
	display: block;
	height: 30px;
	padding-top: 5px;
	text-decoration : none;
	font-weight: bold;
		text-shadow: 2px 2px 0px #fff; 
}
#globalMenu4 span a {
	color: #00A1DA;
	display: block;
	height: 30px;
	padding-top: 5px;
	text-decoration : none;
	font-weight: bold;
		text-shadow: 2px 2px 0px #fff; 
}
#globalMenu5 span a {
	color: #D80000;
	display: block;
	height: 30px;
	padding-top: 5px;
	text-decoration : none;
	font-weight: bold;
		text-shadow: 2px 2px 0px #fff; 
}
#globalMenu6 span a {
	color: #8E2CB7;
	display: block;
	height: 30px;
	padding-top: 5px;
	text-decoration : none;
	font-weight: bold;
		text-shadow: 2px 2px 0px #fff; 
}
#search span {

}
#toiawase span a {
	
}


#globalMenu1 span a:hover {
	display: block;
	height: 30px;
	background-image: url("../images/bg-globalNav.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#globalMenu2 span a:hover {
	display: block;
	height: 30px;
	background-image: url("../images/bg-globalNav.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#globalMenu3 span a:hover {
	display: block;
	height: 30px;
	background-image: url("../images/bg-globalNav.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#globalMenu4 span a:hover {
	display: block;
	height: 30px;
	background-image: url("../images/bg-globalNav.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#globalMenu5 span a:hover {
	display: block;
	height: 30px;
	background-image: url("../images/bg-globalNav.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
#globalMenu6 span a:hover {
	display: block;
	height: 30px;
	background-image: url("../images/bg-globalNav.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}







#content {
	padding-bottom: 0px;
	padding-bottom: 0px;
	width:100%;
	background-image: url("../images/bg-cont.png");
	background-repeat: repeat-x;
	background-position: center top;
}








#kosodate a:hover img, #hataraku a:hover img, #kanaeru a:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);
}


.information-title{
	text-shadow: 1px 1px 3px #fff; 
	color:#463A3A;
	font-size:180%;
	}
.bg-news-w{
	background-image: url("../images/bg-news.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 55px;
	padding-right: 80px;
	padding-bottom: 40px;
	padding-left: 90px;
	height: 700px;
	margin-bottom:30px;

	margin-top:-50px;
	}
.bg-news{
	padding-top:20px;
	margin-bottom:25px;
	}
#content-center1 {
	width:100%;
	background-image: url("../images/bg-new.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:70px;
}

#content-center1-02 {
	width:100%;
	background-image: url("../images/bg-new03.jpg");
	background-repeat: repeat-y;
	background-position: center bottom;

}


#content-center1-inner {
	width:980px;
	margin: 0 auto;
	padding: 0px 0 50px 0;

}
#content-center1-inner:after {
	content: "";
	display: block;
	clear: both;
}

#content-center-f-inner {
	width:980px;
	margin: 0 auto;
	padding: 50px 0 0px 0;

}


#dogadogatowa-new {
	margin-bottom:10px;
	text-align:center;

}
#dogadogatowa {
	margin-bottom:0px;

}

#dogadogatowa1 {
	display: none;
}
#dogadogatowa2 {
	display: none;
}


#dogadogatowa-com {
	padding: 0px 20px 40px 20px;
	line-height : 250%;

}

.dogadoga-link {
	float: left;
	width: 25%;
	text-align: center;
		margin-bottom:60px;

}




.dogadoga-link a:hover img {
	opacity: 0.70;
	filter: alpha(opacity=70);
}


.rank{
	width:450px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
		border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	padding:20px;
	border:5px solid #A07352;
	background-color:#fff;

	
	}
.rank01{
	width:157px;
	float:left;
	
	}
.rank02{
	width:220px;
	float:right;
	line-height:1.5em;
	font-size: 80%;	

	}


#content-center2 {
	width:100%;
	background-image: url("../images/bg-new03.png");
	background-repeat: repeat-y;
	background-position: center bottom;
	padding-top:30px;
	padding-bottom:30px;
}


#content-center2-inner {
	width:980px;
	margin: 0 auto;
	padding: 0 0 50px 0;

}
#content-center2-inner:after {
	content: "";
	display: block;
	clear: both;
}

#kaiin1 {
	margin-bottom: 15px; 
}

#kaiin1-sp {
	display: none;
}


#kaiin2 {
	float: left;
	width: 50%;
	text-align: center;
}
#kaiintoroku {
	float: left;
	width: 48%;
}

#toroku-com1 {
	line-height : 250%;
	padding: 40px 20px 10px 20px;
	font-weight: bold;
}

#toroku-image {

}

#toroku-com2 {
	padding: 20px 0 0 50px;
	font-weight: bold;
}

#content-bottom {
	width:100%;
	background-image: url("../images/bg-content-bottom.jpg");
	background-repeat: no-repeat;
	background-position: center top
}

#content-bottom-inner {
	width:980px;
	margin: 0 auto;
	padding: 15px;

}
#content-bottom-inner:after {
	content: "";
	display: block;
	clear: both;
}

#content-bottom-inner-l {
	width: 47%;
	float: left;
	}


#content-bottom-inner-r {
width: 47%;
	float: right;
}
.navi-f{
	margin-bottom: 20px;	
	}
	
.navi-f a{
		    background-image: url("../images/bg-link.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;

	}

#info-link {
	margin-left: 50px;
}

#info-link a {
	text-decoration : none;
	margin: 0 3px 0 3px;
}


.information-list {
	margin: 10px 0 20px 0px;
	overflow-y: scroll;
	height: 420px;
}


.contentHeader .date {
	display: none;
	color: #6E4825;
	padding: 0 0 0 25px;
}

.information-list li{
	margin-bottom: 15px;
	line-height:150%;
}

.date2 {
	color: #6E4825;
	padding: 0;
	font-size:80%;
}

.title2 {
    background-image: url("../images/bg-link.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
	font-weight:700;
	display: block;


}


#bunner-area{
	text-align:left;
}


#bunner-area li {
	display:inline;
}

#bunner-area li img{
	margin-left:30px;
	margin-bottom:15px;
			border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	-webkit-box-shadow: 3px 3px 3px 0 #999; /* Safari, Chrome */
-moz-box-shadow: 3px 3px 3px 0 #999; /* Firefox */
box-shadow: 3px 3px 3px 0 #999;

}




#content-center2-2 {
	padding-top: 0px;
	width:100%;
	text-align: center;
	background-image: url(../images/bg-member.gif);
	background-repeat: repeat;
	background-position: left top;
}

#content-center2-2-inner {
	width:980px;
	margin: 0 auto;
	padding: 50px 20px 70px 20px;

}
#content-center2-2-inner:after {
	content: "";
	display: block;
	clear: both;
}



#kaiin2-2 {
	float: left;
	width: 58%;
	text-align: center;
}
#kaiintoroku-2 {
	float: left;
	width: 42%;

}

#toroku-com1-2 {
	line-height : 250%;
	padding: 20px 20px 10px 20px;
}

#toroku-image-2 {
	margin-bottom:10px;

}

#toroku-com2-2 {
	padding: 20px 0 0 50;
	font-weight: bold;
	text-align:center;
}


#content-center2-2-under {
	display: none;
}





#footer {
	width:100%;
	bottom: 0;
}



.footer-inner {
	width: 980px;
	margin: 0 auto;
	padding-left: 10px;

}
.footer-inner:after {
	content: "";
	display: block;
	clear: both;
}


#footer-top {
	padding: 20px 0 20px 20px;
	letter-spacing : 10px;
	font-size: 115%
}
#footer-l {
	float:left;

}
#footer-l02 {
	float:left;

}



#footer-r {
	float:left;
	padding-left: 10px;
	line-height: 150%;
	font-weight: bold;
}
#footer-r02 {
	float:right;
	line-height: 150%;
	font-weight: bold;
}

#footer-bottom {
	padding: 20px 0 5px 0;
	font-size:85%;
}


#copyright {
	padding-bottom: 5px;
	font-size: 80%;
}


#sp-footer {
	display: none;
}
/* コンテンツページ関係始まり
================================================== */




#sitemap_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}

#search_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}

.pankuzu_wrp{
  float: left;
}
.print_wrp{
  padding-top: 15px;
  float: right;
}





#breadCrumb {
font-size:80%;
}

#breadCrumb p {
  margin-top: 20px;
 margin-left: 30px;
}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}




#content-inner {
	width:980px;
	margin: 0 auto;
	background-color : #ffffff;


}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}


#main {
	width: 77%;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

#main2 {
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
}



.contentBody {
	line-height: 200%;
		margin-top:30px;
		margin-bottom:30px;

}

.thumb {
	float: left;

}
.thumb img {
	width: 200px;
	margin-right: 30px;
		border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */

}

.category-hitobito .thumb img {
	width: 300px;
	margin-right: 30px;
margin-left: 20px;
		border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	-webkit-filter:sepia(20%);   // for Google Chrome and Safari
-moz-filter:sepia(20%);      // for Firefox
-o-filter:sepia(20%);        // for Oper
-ms-filter:sepia(20%);       // for Internet Explorer

}


.pageList {
	padding-top: 20px;
	padding: 0px;
	margin:0px;
}


.pageList li {
	list-style-type: none;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: 8px;
	background-image: url(../images/bg-tree.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.pageList li a{
}

.title {
	margin-bottom:20px;
	font-size: 110%;
	display:block;
		font-weight: bold;

}
.title a {
	    background-image: url("../images/bg-link.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
	

}

.pageList .date {
	font-size:80%;
	    color: #6E4825;}


.description {
 	display: block;
	color: #666666;
	padding-left: 20px;
	font-weight: normal;
	margin-top:20px;

}


.pagination{
	text-align:center;
	}
.pagination a{
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}

#sidemenu {
	width: 23%;
	float: left;
	padding-top:20px;


}

.sideHeader {
	background-color : #ffffff;
	text-align: center;

}
.sideHeader h2 {
	background-image: url("../images/bg-sideHeader-h2.gif");
	background-repeat: no-repeat;
	background-position: center top;
	color: #00a0e8;
	font-size: 140%;
	padding-top: 30px;
	padding-bottom: 35px;



}

.sideBody {
	padding-left: 12px;
	padding-right: 10px;
	padding-bottom: 30px;
}

.sideBody li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #cccccc;

}




.sideBody a {
	background-image: url("../images/link-icon01.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	text-decoration : none;

}



.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	

	}
	
.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	}

.contentBody .pul-li02 strong{
	}



/*コンテンツページ関係終わり
================================================== */


/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}




/*リンク集初め
================================================== */
#category-229 .contentBody li {
	background-image: url("../images/link-list.png");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* 空きやデータベース関連
================================================== */

#keyword-bukken {
	margin: 20px 0 20px 0;
	float:left;
	font-size:80%;
}

#select-bukken {
		margin: 20px 20px 20px 20px;
	float:left;
}


#select-area {
	margin: 20px 0px 20px 0px;
	float:left;
}

#select-area  span {

}


.bukken-select {
	width: 200px;
}

#keyword2 {
	width: 200px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 1px solid #A07352;
}





#select-submit {

}


#select-result {
	margin-left: 10px;
}


#gmap {
	width:100%;
	height: 500px;
	border:1px solid #cccccc;"
}



#ditail-link {
	margin-top: 20px;
	margin-bottom: 20px;
	width:300px;
	margin-left:auto;
	margin-right:auto;

}

#ditail-link a {

	color: #000000;
	text-decoration : none;
		  border-radius: 10px;
border: 5px solid #ffb000;
display:block;
padding:20px;
background-color:#fff;
font-size:115%;
padding-left:30px;
padding-right:30px;
letter-spacing: -1px;
}
.aky01{
	display:block;
	text-align:center;

	}
.aky02{
	margin-bottom:30px;
	margin-top:30px;
	}

#tbl-list,#tbl-list2 {
	width: 100%;
	margin-bottom: 10px;
	font-size:90%;
}

#tbl-list th {
	background-image: url("../images/bg-aky.png");
	background-repeat: repeat;
	background-position: left center;
	padding: 10px;
	padding-top:20px;
	padding-bottom:20px;
	font-size: 100%;
		text-shadow: 1px 1px 3px #fff; 
	color:#463A3A;


}


#tbl-list td {
	padding: 5px;
	vertical-align:middle;
	text-align:center;

}

#tbl-list2 th {
		background-image: url("../images/bg-aky.png");
	background-repeat: repeat;
	background-position: left center;
	padding: 10px;
	font-size: 100%;
	border-bottom:solid #fff 1px;
	vertical-align:middle;
		text-shadow: 1px 1px 3px #fff; 
	color:#463A3A;


}


#th-01 {
}



#th-08 {
}


#td-01-2 {
}




#tbl-list td {
	padding: 10px 5px 10px 5px;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #cccccc;
	font-size: 100%;
}

#tbl-list2 td {
	padding: 10px;
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #cccccc;
	font-size: 100%;
}

.td-01 {
	text-align: center;
}
.td-01 img{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}

		


.td-02 {
	text-align: center;
}

.td-03 {

}

.td-04 {

}

.td-05 {
	text-align: center;
}

.td-06 {
	text-align: center;
}

.td-07 {
	text-align: center;
}
.td-08 {
	text-align: center;
}




.pc-disp {

}



.pc-disp a {

	margin-left: 10px;
	color: #000000;
		  border-radius: 10px;
border: 5px solid #ffb000;
display:block;
padding:10px;
float:left;
background-color:#fff;
padding-left:20px;
padding-right:20px;
letter-spacing: -1px;
}


.pc-disp span {
	font-weight: bold;
}

.pc-disp div {
	display: inline;
	padding-right: 5px;
	color: #6B370C;
}

.sp-disp-title {
	display: none;
}
.sp-disp {
	display: none;
}

/* 空きやデータベース関連終わり
================================================== */


/* カレンダー関係始まり */



.cal_month_select {

	margin-top: 20px;
	margin-bottom: 10px;
	text-align:center;
}
.now_month{
	font-weight:700;
	font-size:150%;
	}
.cal_category_select {
	margin-bottom: 10px;
}

.cal_tbl {
	width: 100%;
		margin-bottom: 50px;


}

.cal_tbl th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.cal_tbl td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.cal_tbl td ul {
	margin-left: 0px

}

.cal_tbl td a{
display:block;
}


.cal_tbl .sunday th {
	background-color: #fcc5d3;
}

.cal_tbl .sunday td {
	background-color: #fcc5d3;
}

.cal_tbl .saturday th {
	background-color: #D5E7FD;
}
.cal_tbl .saturday td {
		background-color: #D5E7FD;
}


.contentBody .sectionBody table th {
	vertical-align: middle;
}


.cal_tbl thead th {
	background-image: url("../images/bg-aky.png");
	background-repeat: repeat;
	background-position: left center;
	padding: 10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 100%;
		text-shadow: 1px 1px 3px #fff; 
	color:#463A3A;
}

.cal_tbl span {
	margin-left: 0px;

}




/* カレンダー関係終わり */



}




#content-top {
	width:100%;
	background-image: url("../images/bg-content-top980.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0px;
	padding-bottom: 55px;
}

#content-top-inner {
	width:980px;
	margin: 0 auto;
	padding: 80px 0 0 0;

}
#content-top-inner:after {
	content: "";
	display: block;
	clear: both;
}

.catch01{
	width:40px;
	float:left;
	}
.catch02{
	width:40px;
	float:left;
	}

#kosodate {
	float: left;
	width: 30%;
	text-align: center;
}
#hataraku {
	float: left;
	width: 30%;
	text-align: center;
	
}
#kanaeru {
	float: left;
	width: 30%;
	text-align: center;
}




/* print 用 css 2016/1/31追加 */
.print #tbl-list,
.print #tbl-list2 {
	border: 1px solid #ccc;
}

.print #tbl-list2 {
	page-break-after: always;
}



.print #tbl-list th {
	background: none;
	border: 1px solid #ccc;
	padding: 2px 0 2px 0;

}
.print #tbl-list td {
	border: 1px solid #ccc;
}
.print #tbl-list2 th {
	background: none;
	border: 1px solid #ccc;
	padding: 8px 0 8px 0;
	font-weight: normal;
	font-size: 200%;
	width: 230px;
}

.print #tbl-list2 td {
	border: 1px solid #ccc;
	padding: 8px 0 8px 8px;
	font-size: 200%;
}

.print #con_main {
	display: none;
}

.aky02 div {
	display: none;
}

.print #content {
	background-image: none;
}





.print .contentBody {
	line-height: 200%;
		margin-top:10px;
		margin-bottom:10px;

}

.print .contentTitle h1 {
	font-size: 250%;
}


/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */




