@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
h1, h2, h3, h4, h5, p, ul, li {
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}
img {
	max-width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}

a:hover img{
	opacity:0.5;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";

}
.switch {
	visibility: hidden;
}
#wrapper {
	padding: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper2 {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	width: 1200px;/*	max-width:1200px;*/
}

#nav {
	/*	max-width: 1200px;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1200px;
}
#nav img {
	height: auto;
	width: auto;
}

#container {
	width: 1200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav ul li {
	display: inline;
	height: auto;
	width: auto;
}
#header {
	background-color: #1B6CCF;
	/*	height: 500px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
#main {
/*	max-width: 1200px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: rgba(255, 255, 255, 0.5);
	width: 1140px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;

}
#footer {
	background-color: #1B6CCF;
	height: 280px;
	width: 100%;
}
#top .logo {
	float: left;
}
#top .mousi-to-denwa {
	float: right;
}
#header #inner-header {
	padding: 0px;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main h2 {
	font-size: 30px;
	background-color: #1B6CCF;
	color: #FFF;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#main h3 {
	font-size: 24px;
	color: #1B6CCF;
	margin-top: 60px;
	margin-left: 25px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #1B6CCF;
	margin-right: 25px;
	margin-bottom: 10px;
}

#main p {
	font-size: 16px;
	line-height: 160%;
	color: #1A4B69;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 15px;
}
#main ul {
	list-style-type: disc;
	margin-left: 50px;
	margin-bottom: 30px;
	margin-top: 15px;
	margin-right: 15px;
	color: #333;
}
#main ul li {
	font-size: 14px;
	margin-bottom: 10px;
	list-style-type: disc;
	padding: 0px;
	margin-left: 0px;
	line-height: 130%;
}
#main #sc-area {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #DEF;
}
#main #sc-area .sc-lblock {
	float: left;
	width: 45%;
	margin-right: 1%;
	margin-left: 2.5%;
	background-color: #FFF;
	padding-top: 15px;
	margin-bottom: 30px;
	height: 230px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
	border: 3px dotted #8EC7FF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#main #sc-area .sc-lblock p {
	font-size:14px;
}
#main #sc-area .sc-lblock h3 {
	font-size: 18px;
	margin-top: 15px;
	margin-right: 2%;
	margin-bottom: 5px;
	margin-left: 2%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A9CBF3;
	color: #4E93E7;
}
#main #sc-area .sc-rblock p {
	font-size:14px;
}
#main #sc-area .sc-rblock h3 {
	font-size: 18px;
	margin-top: 15px;
	margin-right: 2%;
	margin-bottom: 5px;
	margin-left: 2%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A9CBF3;
	color: #4E93E7;
}

#main #sc-area .sc-rblock {
	float: right;
	width: 45%;
	margin-right: 2.5%;
	margin-left: 1%;
	background-color: #FFF;
	padding-top: 15px;
	border: 3px dotted #8EC7FF;
	margin-bottom: 30px;
	height: 230px;
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#main .menu-block1 {
	float: left;
	width: 540px;
	height: 360px;
}
#main #toppage .menu-block1 p {
	color: #1A4B69;
	padding-top: 10px;
}

#main .menu-block2 {
	float: right;
	height: 360px;
	width: 540px;
}
#main #toppage {
	margin-bottom: 15px;
}

#main #toppage .menu-block2 p {
	color: #1A4B69;
	padding-top: 10px;
}


#wrapper #main #sc-area .cap-area {
	clear: both;
	background-color: #FFF;
	width: 70%;
	margin-right: 10%;
	margin-left: 10%;
	padding: 15px;
	border: 3px dotted #8EC7FF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#main #toppage .menu-block3 {
	float: left;
	width: 540px;
	height: 283px;
}
#main #toppage .menu-block3 .ban-area1 {
	float: left;
}
#main #toppage .menu-block3 .ban-area2 {
	float: right;
}
#main #toppage .menu-block4 {
	float: right;
	width: 540px;
	height: 283px;
}
#main #toppage .menu-block4 .ban-area1 {
	float: left;
}
#main #toppage .menu-block4 .ban-area2 {
	float: right;
}


#main #toppage .menu-block3-1 {
	float: left;
	width: 540px;
	height: 120px;
}
#main #toppage .menu-block3-1 .ban-area1 {
	float: left;
}
#main #toppage .menu-block3-1 .ban-area2 {
	float: right;
}
#main #toppage .menu-block4-1 {
	float: right;
	width: 540px;
	height: 120px;
}
#main #toppage .menu-block4-1 .ban-area1 {
	float: left;
}
#main #toppage .menu-block4-1 .ban-area2 {
	float: right;
}


#main #toppage .menu-block5 {
	float: left;
	width: 540px;
	height: 650px;
}

#main #toppage .menu-block5 .cont-block1 {
	margin-bottom: 30px;
	background-color: #F6F7F9;
	/*height: 280px;*/
	height: 550px;
}
#main #toppage .menu-block5 .cont-block2 {
	background-color: #F6F7F9;
	padding-bottom: 12px;
}

#main #toppage .menu-block6 .cont-block1 {
	margin-bottom: 30px;
	background-color: #F6F7F9;
}
#main #toppage .menu-block6 .cont-block2 {
	background-color: #F6F7F9;
	padding-bottom: 12px;
}


#main #toppage .menu-block6 {
	float: right;
	width: 540px;
/*	height: 650px;*/
}


#footer #inner-footer {
	padding: 0px;
	/*	max-width: 1200px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1200px;
	background-color: #1B6CCF;
}
#footer #inner-footer a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#footer #inner-footer a:hover {
	color: #F90;
}

#footer #inner-footer ul {
	padding-left: 30px;
	margin-top: 5px;
	line-height: 180%;
	margin-left: 10px;
}
#footer #inner-footer ul li {
	line-height: 160%;
	list-style-type: disc;
	color: #FFF;
}


#footer #inner-footer .f-menu1 {
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CEE0FF;
	height: 230px;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 5px;
}


#footer #inner-footer .f-menu2 {
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CEE0FF;
	height: 230px;
	margin-top: 30px;
	margin-right: 30px;
}
#footer #inner-footer .f-menu3 {
	float: right;
	margin-top: 30px;
	margin-right: 5px;
	height: 250px;
}
#footer #inner-footer .f-menu3 ul li {
	list-style-type: none;
	text-align: right;
}
table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1B6CCF;
	font-size: 14px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 5px;
	vertical-align: bottom;
}
table th {
	font-size: 12px;
	color: #FFFF00;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: bold;
}
#main .tab-link tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	vertical-align: top;
	padding: 15px;
}
#main .tab-link .col-td {
	background-color: #FAFAFA;
}
#main .tab-staff tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	vertical-align: top;
	padding: 15px;
}
#main .tab-staff .col-td {
	background-color: #FAFAFA;
}
#main #ap-tb table {
	vertical-align: top;
	margin-left: 15px;
}
#main #ap-tb table tr td table {
	margin-left: 0px;
}
#main #ap-tb table tr td {
	vertical-align: top;
	padding: 15px;
	margin-left: 15px;
	line-height: 150%;
}




.col-txt {
	color: #1B6CCF;
}
.col-txt2 {
	color: #C00;
}
.col-txt3 {
	font-size: 16px;
	font-weight: bold;
	color: #1B6CCF;
	text-decoration: none;
}
.col-txt4 {
	color: #F3F;
}
.col-txt5 {
	font-size: 20px;
	color: #FFF;
}
.col-txt8 {
	color: #FC6700;
}


.col-th {
	background-color: #8CB9F0;
}

.r-txt {
	text-align: right;
}


.waku1{
	width:60%;
	border: 1px solid #1B6CCF;
}
.waku2{
	width:40%;
	border: 1px solid #1B6CCF;
	background-color: #C7DDF8;
	color: #1B6CCF;
	font-weight: bold;
}
.waku3 {
	background-color: #FFF;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 2px dotted #1B6CCF;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
.s-txt {
	font-size: 12px;
}

#wrapper #main .waku3 h3 {
	margin-left: 5px;
	margin-bottom: 20px;
	margin-right: 5px;
}
#wrapper #main .waku3 h4 {
	font-size: 20px;
	color: #F60;
	margin-top: 50px;
	margin-left: 30px;
	margin-bottom: 20px;
}
#wrapper #main .waku3 p {
	margin-left: 5px;
	margin-bottom: 40px;
}
#wrapper #main .waku3 #waku4 {
	width: 55%;
	background-color: #F0FFFB;
	padding: 20px;
	border: 2px dashed #1B6CCF;
	margin-left: 20px;
	margin-bottom: 15px;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
#wrapper #main .waku3 #waku4 p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.cont-tbl {
	width: 86%;
	margin-right: 7%;
	margin-left: 7%;
}
.cont-tbl td {
	vertical-align: top;
}




/*スライダー*/

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}
/*スライダーここまで*/

/*iframe対策*/
.ifrm-container {
      width:520px;
      height:500px;
      overflow:auto;
      -webkit-overflow-scrolling:touch;
      display: inline-block;
      margin: 10px;
    }

    .ifrm {
      width:100%;
      height:100%;
      border:none;
      display:block;
    }
#wrapper #main #toppage .menu-block5 .cont-block2 .y-tube {
	position: relative;
	padding-bottom: 270px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;

}
#wrapper #main #toppage .menu-block5 .cont-block2 .y-tube iframe {
	position: absolute;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#wrapper #main .tab-staff tr td ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#wrapper #main .tab-staff tr td ul li {
	line-height: 130%;
}
#wrapper #main .waku3 .waribiki-bt a {
	margin-bottom: 80px;
	display: block;
	width: 600px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #06F;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #main .waku3 .waribiki-bt a:hover {
	background-color: #00CCFF;
}
.pager {
	font-size: 14px;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#wrapper2 #main #pager-area {
	font-size: 14px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
}
#wrapper2 #main #pager-area ul{
	list-style-type: none;
}
#wrapper2 #main #pager-area ul li{
	display: inline;
	padding-left: 10px;
}
#wrapper2 #main .pager p{
		font-size: 14px;
}

#wrapper2 #main .toukoubi {
	text-align: right;
}
.l-block  {
	float: left;
}
.r-block  {
	float: right;
}
.w30 {
	width: 30%;
}
.w65 {
	width: 65%;
}
.saisin {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D4D0C8;
}
#wrapper2 #main .new-title {
	font-size: 25px;
	padding-left: 25px;
	padding-bottom: 20px;
}
#wrapper2 #main .new-title a {
	color: #666;
	text-decoration: none;
}
#wrapper2 #main .new-title a:hover {
	color: #06C;
}
#main #message {
	font-size: 14px;
	line-height: 150%;
	padding-bottom: 10px;
	padding-left: 20px;
}