@charset "utf-8";
/* CSS Document */



/* SLIDE
-----------------------------------------*/
.flexslider{
	width: 100%;
	height: 600px;
	position: relative;
	text-align: center;
}
.slides{
	width: 1280px;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}


.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  display: inline-block;
  content: url(../images/top/prev.png);
}
.flex-direction-nav a.flex-next:before {
  content: url(../images/top/next.png);
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}


.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 30px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}



/* TOP NAV
-----------------------------------------*/
#topNav{
	width: 100%;
	margin: 0.5% 0 0 0;
}

	#topNav li{
		width: 33%;
		float: left;
		margin-right: 0.5%;
		margin-bottom: 0.5%;
		background: #ccc;
	}
	
	#topNav li:nth-child(3n){
		margin-right: 0;
	}
	
		#topNav li a{
			display: block;
			height: 230px;
			text-decoration: none;
			position: relative;
		}
		
		#topNav li:nth-child(1) a{ background: url(../images/top/nav3.jpg) no-repeat center center; }
		#topNav li:nth-child(2) a{ background: url(../images/top/nav2.jpg) no-repeat center center; }
		#topNav li:nth-child(3) a{ background: url(../images/top/nav6.jpg) no-repeat center center; }
		
			#topNav li a span{
				display: block;
				background: rgba(255, 255, 255, 0.8);
				height: 48px;
				padding: 11px;
				font-size: 18px;
				line-height: 24px;
				text-align: center;
				position: relative;
				top: 160px;
			}

/* #topNav2{
	width: 100%;
	margin: 0 0 0 0;
}

	#topNav2 li{
		width: 49%;
		float: left;
		margin-right: 0.5%;
		margin-bottom: 0.5%;
		background: #ccc;
	}
	
	#topNav2 li:nth-child(2n){
		margin-right: 0;
	}
	
		#topNav2 li a{
			display: block;
			height: 230px;
			text-decoration: none;
			position: relative;
		}
		
		#topNav2 li:nth-child(1) a{ background: url(../images/top/nav4.jpg) ;background-size: cover;}
		#topNav2 li:nth-child(2) a{ background: url("../images/top/nav6.jpg") ;background-size: cover;}
		
			#topNav2 li a span{
				display: block;
				background: rgba(255, 255, 255, 0.8);
				height: 48px;
				padding: 11px;
				font-size: 18px;
				line-height: 24px;
				text-align: center;
				position: relative;
				top: 160px;
			} */





/* TOP CONTENTS
-----------------------------------------*/
#topContents{
	width: 100%;
}

	#topContents li{
		height: 400px;
		border-bottom: solid 1px #ccc;
	}
	
	#top1{ background: url(../images/top/top1.jpg) no-repeat center center; border-top: solid 1px #ccc; }
	#top2{ background: url(../images/top/top2.jpg) no-repeat center center; }
	#top3{ background: url(../images/top/top3.jpg) no-repeat center center; }
	#top4{ background: url(../images/top/top4.jpg) no-repeat center center; }
	
		#topContents li section{
			display: table;
			width: 440px;
			margin: 0 auto;
		}
		
		.leftTxt{
			text-align: right;
			padding-right: 550px;
		}
		
		.rightTxt{
			padding-left: 550px;
		}
		
			#topContents li section div{
				display: table-cell;
				height: 400px;
				vertical-align: middle;
			}
			
			#topContents h2{
				font-size: 22px;
				line-height: 32px;
				font-weight: bold;
				margin-bottom: 30px;
			}
			
			#topContents p{
				font-size: 14px;
				line-height: 26px;
			}
			
				#topContents p span{
					font-size: 16px;
					font-weight: bold;
					color: #7d0101;
				}
			
			#topContents dl{
				margin: 20px 0 0 0;
			}
			
				#topContents dt{
					font-size: 16px;
					line-height: 28px;
				}
				
					#topContents dt span{
						background: #efefef;
						padding: 0 5px;
						font-weight: bold;
					}
				
				#topContents dd{
					font-size: 14px;
					font-weight: bold;
					margin: 10px 0 0 0;
				}
				
					#topContents dd span{
						font-size: 22px;
						font-weight: bold;
						color: #7d0101;
					}
				
			#topContents .link{
				margin: 30px 0 0 0;
			}
			
				#topContents .link a{
					color: #01437d;
					text-decoration: none;
				}
				
				#topContents .link a:hover{
					text-decoration: underline;
				}
				
					#topContents .link a:after{
						content: '>';
						padding-left: 3px;
					}



/* INFORMATION／SUBNAV／LINK
-----------------------------------------*/
.topFrame{
	width: 100%;
	padding: 70px 0;
}

#topInfo,#topLink{
	background: #f5f5f5;
}

	.topFrame h2{
		font-size: 28px;
		text-align: center;
	}
	
	#topInfo #iframeBox{
		width: 980px;
		margin: 50px auto 0 auto;
		padding: 30px 150px;
		background: #fff;
	}
	
	#iframeBox ul{
		margin: 0 auto;
	}
	
	#iframeBox li{
		font-size: 14px;
		line-height: 36px;
	}

	.topBox{
		width: 980px;
		margin: 0 auto;
	}
	
		#topInfo .link{
			font-size: 14px;
			margin: 30px 0 0 0;
			text-align: right;
		}
		
			#topInfo .link a{
				color: #01437d;
				text-decoration: none;
			}
			
			#topInfo .link a:hover{
				text-decoration: underline;
			}
			
				#topInfo .link a:after{
					content: '>';
					padding-left: 3px;
				}
		
		#topSubNav ul{
			display: table;
			table-layout: fixed;
			width: 980px;
		}
		
		#topSubNav ul:first-child{
			border-bottom: solid 1px #d8d8d8;
			padding-bottom: 30px;
			margin: 50px 0 30px 0;
		}
		
			#topSubNav li{
				display: table-cell;
				text-align: center;
				border-right: solid 1px #d8d8d8;
			}
			
			#topSubNav li:last-child{
				border-right: none;
			}
			
				#topSubNav li a{
					display: block;
					padding: 100px 0 30px 0;
					font-size: 18px;
					text-decoration: none;
				}
				
				#topSubNav ul:first-child li:nth-child(1){ background: url(../images/top/ico_info.png) no-repeat center 30px; }
				#topSubNav ul:first-child li:nth-child(2){ background: url(../images/top/ico_know.png) no-repeat center 30px; }
				
				#topSubNav ul:last-child li:nth-child(1){ background: url(../images/top/ico_faq.png) no-repeat center 30px; }
				#topSubNav ul:last-child li:nth-child(2){ background: url(../images/top/ico_blog.png) no-repeat center 30px; }
				#topSubNav ul:last-child li:nth-child(3){ background: url(../images/top/ico_book.png) no-repeat center 30px; }
		
		#topLink ul{
			margin: 50px 0 -10px 0;
		}
		
			#topLink li{
				width: 320px;
				float: left;
				margin-right: 10px;
				margin-bottom: 10px;
				display: table;
			}
			
			#topLink li:nth-child(3n){
				margin-right: 0;
			}
			
				#topLink li a{
					display: table-cell;
					vertical-align: middle;
					text-align: center;
					width: 320px;
					height: 200px;
					color: #fff;
					text-decoration: none;
				}
			
				#topLink li:nth-child(1) a{ background: url(../images/top/link1.jpg) no-repeat center center; }
				#topLink li:nth-child(2) a{ background: url(../images/top/link2.jpg) no-repeat center center; }
				#topLink li:nth-child(3) a{ background: url(../images/top/link3.jpg) no-repeat center center; }
				#topLink li:nth-child(4) a{ background: url(../images/top/link4.jpg) no-repeat center center; }
				#topLink li:nth-child(5) a{ background: url(../images/top/link5.jpg) no-repeat center center; }
				#topLink li:nth-child(6) a{ background: url(../images/top/link6.jpg) no-repeat center center; }
				
					#topLink li a span{
						display: block;
						font-size: 18px;
						margin-top: 10px;
					}

			#topLink dl{
				max-width: 980px;
				margin: 0 auto 20px;
				padding-top: 50px;
				text-align: center;
			}

			#topLink dd{
				margin: 20px 0 0 0;
				line-height: 26px;
			}
			#topLink dd span {
				font-size: 18px;
				line-height: 2;
			}
			


/* CONTACT
-----------------------------------------*/
#toppage #contactBox{
	margin: 10px 0;
}