/* Slidorion Stylesheet */
#slidorion {
	width: 780px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 390px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
	position: relative;
	left: 50%;
	margin-left: -390px;
	padding: 0px;
	background: #cbcbcb;
	border: 0px solid #bbb;
	-webkit-box-shadow: 0 0 1px #bbb;
	-moz-box-shadow: 0 0 1px #bbb;
	box-shadow: 0 0 1px #bbb;
}

#slider {
	width: 490px;			/* Set to slider width */
	height: 390px;			/* Set to slider height */
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

#slider > div {
	position:absolute;
	width:100%;
	height:100%;
}

#accordion {
	width: 290px;			/* Set to accordion width */
	height: 390px;			/* Set to image height */
	font-family: Verdana;
	background: #eee;
	-webkit-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	-moz-box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
}

#accordion > .link-header {
	padding: 20px 5px 20px 5px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 59%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: -o-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: -ms-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dcdcdc',GradientType=0 );
	border-top: 1px solid #ccc;
}

#accordion > .link-header:first-child {
	border-top:none;
}

#accordion > .link-header:hover {
	background: #ededed;
	cursor: pointer;
}

#accordion > .link-header.active {
	border-bottom: none;
	background: #060 !important;
	color: #fff;
}











#accordion > .link-content {
	height: 100px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 13px;
	line-height:20px;
	margin: 0;
	padding: 20px 3px 6px 3px;
	border: none;
	background: #d6d6d6;
	background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 10%);
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=0 );
	overflow:auto;
}




#slide1 {
	background:#f2f2f2;
}
#slide1 .content {
	padding:20px;
	font-weight:bold;
}
#slide1 h4 {
	font-size:24px !important;
	line-height:28px !important;
}
#slide1 .content ul {
	list-style: square;
	margin-top:15px;
	margin-left:40px;
}
#slide1 .content li {
	margin-bottom:10px;
}
#slide3 {
	background:#f2f2f2;
	color:#333 !important;
}
#slide3 .content {
	padding:15px 20px;
}
#slide3 a {
	color:#ddd;
}
#slide3 .content h1 {
	text-align:left;
	font-size:60px;
}
#slide4 {
	background:#f2f2f2;
}
#slide2 {
	background:#f2f2f2;
}









.content_top_moji {
	padding: 20px 10px 25px 20px;
	margin: 8px 0px 20px 0px;
	width: 730px;
	background:url(../img/ta_back.jpg) no-repeat left bottom;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 150%; 
	color: #fff;
	font-weight: bold;
	border:1px #333 solid;
	float: left;
}





.content_top_shiro {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 8px 0px;
	width: 760px;
	background: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 150%; 
	color: #333;
	font-weight: bold;
	border:1px #333 solid;
	float: left;
}








.content_moji1_img { 
	padding: 10px 5px 30px 5px;
	width: 760px;
	height:50px;
	background: #FFF;
	float: right;
}



.content_moji2_img { 
	padding: 0px 0px 0px 0px;
	width: 780px;
	height:315px;
	background: #FFF;
	float: left;
}

.content_moji3_img {
	padding: 0px 0px 0px 0px;
	width: 780px;
	background: #fff;
	float: left;
}


.content_moji4_img {
	padding: 0px 0px 0px 0px;
	width: 770px;
	background: #fff;
	float: right;
}




.styleraka {
	color: #CC0000;
	font-weight: bold;
}
.stylershiro {
	color: #FFF;
	font-weight: bold;
}


























table.sample {
   border-collapse: collapse;
   border: 1px solid #AAA; /* 外側の枠線 */
}
table.sample td {
   padding: 10px 5px 5px 5px; /* セル内側の余白 */
}

table.naka {
   border-collapse: collapse;
   border: 1px solid #AAA; /* 外側の枠線 */
}
table.naka td {
   padding: 5px 5px 2px 5px; /* セル内側の余白 */
   font-size:12px;
}



a:link {
	color: #333;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: underline;
}










#ken_map_list{
	width: 770px;
	float:left;
	margin:0px;
	padding:0px;
}


table.naka:hover {
   opacity: 0.7;
   background:#fff;
   border:1px #060 solid;
}












.content_qa {
	padding: 10px 10px 0px 0px;
	width: 760px;
	background: #fff;
	float: left;
}




.switchHat {
  display: none;
}

.switchBtn {
  display: block;
}

.closeBtn {
  margin-top: 30px;
}

.closeBtn span,
.switchHat {
  color: #00c;
}

.closeBtn span {
  padding: 5px 10px;
  border: 0px solid #ccc;
  border-radius: 5px;
}

.switchHat:after {
  content: "";
}

.closeBtn span:hover,
.switchHat:hover {
  color: #00F;
}

.open {
  color: #090;
  font-weight: bold;
}

#example02 .open:after,
#example01 .open:after {
  content: "";
}



#faq {
  margin-top: 20px;
}

#faq dt {
  margin-top: 20px;
  margin-bottom: 1px;
  padding: 10px 10px 5px 10px;
  background: #fff;
}

#faq dt.switchBtn {
  margin-top: 0;
}

#faq dt.switchBtn:hover {
  background: #eef;
}


#faq dd {
  margin: 5px 10px 20px 10px;
}



.content_toriatukai {
	padding: 10px 10px 0px 0px;
	width: 760px;
	background: #fff;
	float: left;
}











.switchDetail {
	padding: 0px 0px 0px 10px;
	width: 770px;
	background: #fff;
	float: left;
}


.wh{color:#FFF;}