/* CSS Document */
* {
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
   font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
   font-weight：100;
}

body {
	background-color: #f5f5f5;
	-webkit-text-size-adjust:100%;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

img {border-style:none;}

a {text-decoration: none;}

a:hover img {
 opacity: 0.5;
}
 
a img {
 transition: opacity 0.3s ease-out;
}


li { 
 	float:left;
 	margin:0px 0px 0px 0px;
 	list-style-type: none;
}

.hbar {
	background-color: #f5f5f5;
	height: 30px;
	white-space: nowrap;
}

.hbarp {color: #f5f5f5;}


#out-line {
  width:1280px;
  margin: 0px auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 320px #bbb; box-shadow: 0 0 20px #bbb;
}

.line {
	border-width: 15px 0 0 0; /* 太さ */
	border-style: solid; /* 種類 */
	border-color: #000000; /* 色 */
}
	
.header {
	width: 980px;
	height: 150px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	background-image:url(../images/header.gif);
}

.branding {
	width: 1280px;
	height: 320px;
	position:relative;
	margin:0px auto;
	background-color:#000000;
}

.navi{
	width: 980px;
	height: 102px;
	margin: 0px auto;
	background-image: url(../images/menuBG.jpg) ;
}

.navi p{
	margin: 0px 0px 0px 40px;
}

.mainbox {
	width: 980px;
	margin: 0px auto 0px auto;
}

.news{
	width:980px;
	height: 200px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	float:left;
	background-color:#FFFFFF;
}

.newsbox {
	width:980px;
}

.fb{
	width:350px;
	float: right;
	}

.footer {
	margin: 0px auto;
	padding-left:10px;
	background-image:url(../images/footerBG.jpg);
	width:970px;
	height:150px;
}

.fbar{
	text-align:center;
	background-color: #f5f5f5;
	height: 50px;
}
	
.pop {
	position:absolute;
	top: 190px;
	left:570px;
}

.imagebox {float:right;}

.imagebox2 {
	text-align:center;
	background-image: url(../images/textarea.png);
}

.imagebox3 {
	text-align:center;
	margin: 10px 0px 0px 0px;
}

.imagebox4 {
	text-align:left;
	margin: 10px 0px 0px 0px;
}

.imagebox4 {
	float:right;
	margin: 10px 0px 0px 0px;
}

.main {
	margin:0 0 0 10px;
	/* background-color:#FFF2C8; */
}

p {
	padding-left: 10px;
	padding-top: 10px;
	line-height : 1.8;
	max-height: 100%;
	font-size: 18px; 
}

h1{
	color: #333333;
	font-weight: normal;
	font-size:14px;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 30px;
}

h2{
	margin-left: 50px;
	font-weight: normal;
	padding: 0 0 0 0px;
	font-size: 20px;
	line-height : 1.5;
}

h3{
	margin-left: 10px;
	margin-top:-5px;
	font-weight: normal;
	padding: 0 0 0 0px;
	font-size: 18px;
	line-height : 1.5;
}

h4{
	width:536px;
	margin-left: 10px;
	margin-top:-5px;
	font-weight: normal;
	padding: 0 0 0 0px;
	font-size: 22px;
	line-height : 1.5;
	border-bottom: solid 3px #00008b;
	position: relative;
}

h4:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ff8c00;
	bottom: -3px;
	width: 30%;
}

.infotext {
	color:#008000;
	padding-left: 10px;
	padding-top: 10px;
	line-height : 1.8;
	letter-spacing: 0.1em;
	max-height: 100%;
	font-size: 18px; 
	font-weight: bold;
}

.infotext2  {
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;/*上下中央*/
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}

.infotext2:before {
  content: 'Q';
  color: #000000;
  margin-right: 8px;
}

.infotext3 {
	color:#000000;
	font-size:20px;
	letter-spacing: 0.1em;
	line-height:2.0;
}

.infotext4 {
	color:#008000;
	font-size:14px;
	letter-spacing: 0.1em;
	line-height:2.3;
}

.infotext5 {
	color:#ff1493;
	font-size:32px;
	letter-spacing: 0.1em;
	line-height:2.3;
}

#wrap{
    width: 670px;
    margin: 0px 0px 0px 6px;
}
    
.smallimage {
    background-color : #fff;
    border: 1px solid #CCC;
    padding: 3px;
    margin: 10px 5px 0 0;
}

th {
	text-align: left;
	padding-left: 10px;
	font-size:16px;
	line-height : 1.8;
	letter-spacing: 0.1em;
}

.table01{
	font-weight:600;
	margin-left: 45px;
	font-size:16px;
	line-height : 3.5;
	color: #000000;
}

.table02{
	width: 940px;
	margin: 10px;
	border-collapse: collapse;
}

.table02 td{
	font-size:18px;
	text-align:center;
	border-bottom: #ff8c00 3px solid;
	border-left: blue 5px solid;
}

.table03 {
	width:100%;
}

.table03 th {
	width:35%;
	background: #dcdcdc;
	text-align: left;
	padding: 10px;
	font-weight: normal;
	border: 1px #000000 solid;
}

.table03 td {
	text-align: left;
	padding: 10px;
	border: 1px #000000 solid;
}

.table04 {
	border-collapse: collapse;
	width:100%;
}
.table04 th.t_top {
    border-top: #ff8c00 4px solid;
}
.table04 th {
	width:65%;
	color: #dcdcdc;
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}
.table04 td.t_top {
	border-top: #b3b3b3 4px solid;
}
.table04 td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}

.table05 {
	border-collapse: collapse;
	width:100%;
}

.table05 th {
	width:20%;
	color: #696969;
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: normal;
}

.table05 td {
	border-bottom: #e3e3e3 1px dotted;
	text-align: left;
	padding: 10px;
}

.table06 {
	padding: 10px 0px 0px 0px;
	vertical-align:top;
	line-height : 2.5;
}
.table06 th { vertical-align:top; padding: 7px 0px 0px 0px; }

.table07 {
	line-height : 2.5;
}
.table07 th {
	padding: 0px 0px 0px 70px; 
	width:  400px;
}

.table07 td {
	padding: 0px 0px 15px 0px; 
	width:400;
	text-align:right;
}

.table08 {width:960px;}

.table08 th {
	padding: 0px 0px 0px 0px; 
	line-height : 1.3;
	max-height: 100%;
	font-size: 14px; 
	width:  260px;
}

.table08 td {
	padding: 0px 0px 0px 0px; 
	width:300;
}


.title {
	font-size:16px;
	color:#666666;
	line-height : 1.5;
	letter-spacing: 0.1em;
}

.menuLine {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:0 0 5px 0;
	border-color: #18986D;
	border-style:solid;
	color:#666666;
	line-height:140%;
	font-weight:bold;
	font-size:16px;
}

.spacer1 {line-height: 0.5em;}
.spacer2 {line-height: 1.5em;}
.spacer3{line-height: 3em;}
.spacer10{line-height: 35em;}

#formbox{color:#FFFFFF;
}

.formSubmitButton{
	margin:0 20px 20px;
	text-align:center;
	padding:20px;
	background:#f4f4f5;
	border:1px solid #e0e0e4;
}
input.text{
	width: 500px;
	font-size:100%;
	border-color:#A1A1A1 #E5E5E5 #E5E5E5 #A1A1A1;
	border-style:solid;
	border-width:1px;
	padding:2px;
}
textarea{
	width: 500px;
	font-size:100%;
	border-color:#A1A1A1 #E5E5E5 #E5E5E5 #A1A1A1;
	border-style:solid;
	border-width:1px;
	padding:2px;
}

#slideshow {
   position: relative;
   width:  1280px; 
   height: 320px; 
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;   
	clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}
	/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

.globalMenuSp{display: none;}