@charset "UTF-8";

/*base----------------------------------------------------------------------------------------*/
 
body {
  margin: 0;
  padding: 0;
  color: black;
  letter-spacing:1px;
  font-family:serif;
  font-size:13px;
/*  background-image:url(/images/cherrybrossom_icon.jpg);*/
}

a {
  color: navy;
  text-decoration:none;
}

a:hover {
  color: navy;
  font-weight: bold;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { margin:0; }


p { 
  margin-top: 10;
  line-height: 1.6; 
  text-indent: 1em;
  padding: 0 10px;
  width: 100%;
}

/*header--------------------------------------------------------------------------------------*/

header {
  margin: 0px auto;
  overflow: hidden;
  background-color: navy;
  position: fixed;
  height: auto;
  z-index: 12;
/*  background-image:url(../../images/cherrybrossom_icon.jpg);*/
}

header h1 {
  width: 100%;
  height: 50px;
  float: left;
  background-color: navy;
}

.header {
	width: 100%;
    height:auto;
}

header #manoseminar_logo img{;
  height: 48px;
  float: left;
  position: fixed;
  top:0px;
  left:0px;
  z-index:4
}

/*メニューバー始まり--------------------------------------------------*/

header #globalnav {
  float: right;
  margin: 0 auto;
  position: fixed;
  right: 0;
  top:0px;
  z-index: 2;
}

header #globalnav ul {
  margin:0 auto;
  padding:0;
  border-left:1px solid #fff;
}

header #globalnav ul li {
   float:left;
   color:navy;
   text-align:center;
   list-style-type:none;
   border-left:2px solid navy;
   font-weight:bold
}

header #globalnav ul li a {
   display:block;
   width:120px;
   height: 48px;
   color:navy;
   line-height:48px;
   text-decoration:none;
   background-color:#ccccff;
   font-weight:bold;
   font-size: 14px;

}


header #globalnav ul li:first-child a {
  width:120px;
}

header #globalnav ul li a:hover {
   color:ghostwhite;
   text-decoration:none;
   background-color: navy;
}

.resposive_header{
	display: none;
}

.menu > li.menu__single {
    position: relative;
}

li.menu__single ul.menu__second-level {
    position: absolute;
    top: 50px;
    width: 120px;
    transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}


/*メニューバー終わり--------------------------------------------------*/


/*レスポンシブデザインに↓↓----------------------*/

@media screen and ( max-width:1080px )
{
	.normal_header{
        display: none;
    }
	
	header h1 {
	  width: 100%;
	  height: 0px;
	  float: left;
	  background-color: white;
	}
	
	header #manoseminar_logo img{
	  height: 32px;
	  float: left;
	  position: fixed;
	  top:0px;
	  left:0px;
	  z-index:4;
      margin: 5px;
	}
	
	.resposive_header{
		display:inherit;
		float: right;
	}
	.title{
		pointer-events: all;
	}
	
/*	メニュータブの設定↓↓↓----------*/

	/*ボックス全体*/
	.switchbox {
		margin: 10px 0;
		padding: 0;
	}
	/*ラベル*/
	.switchbox label {
		display: block;
		font-weight: bold;
		color: ghostwhite;
		cursor :pointer;
	}
	/*チェックボックスを非表示にする*/
	.switchbox input {
		display: none; 
	}
	/*中身を非表示にしておく*/
	.switchbox div {
		height: 0;
		overflow-y: hidden;
		transition: 0.8s;/*ゆっくり表示させる*/
		opacity: 0;
	}
	/*クリックで中身を表示*/
	.switchbox input:checked + label + div {
		height: auto;
		opacity: 1;
	}
	
	.inline-block .fb-page{
		display: none;
	}
	
	.inline-block .tweets{
		display: none;
	}
}
/*wrapper-------------------------------------------------------*/

#wrapper {
  background-color: white;
  margin: 0px;
  padding: 0px; 
  overflow: hidden;
/*  background-image:url(../../images/cherrybrossom_icon.jpg);*/
}

/*main-------------------------------------------------------------*/

#main{
  margin: 0px;
  padding: 0px 0px;
  width: 100%;
}

#main #sub_nuv ul {
  list-style: none;
  margin: 0 auto;
}

#main #sub_nuv ul li {
  display: inline;
}
#main section {
  margin-top: 60px;
}

#main h2{
   margin-bottom:5px;
   padding:5px;
   font-size:32px;
   border-bottom:1px dotted black;
}

#main h3{
   margin-bottom:0px;
   padding:5px;
   font-size:16px;
}

.type1{
	text-align: center;
	background-color: navy;
	color: ghostwhite;
	clear:both;
}


.type2{
	text-align: center;
	clear:both;
	color: dimgray;
}

table{
	background-color:#ccccff;
	max-width:70%;
	margin: auto;
	color: dimgray;
	font-weight: bold;
}

.type2 table th{
	background-color:#ccccff;
}

.contact:hover{
	background-color:#ccccff;
}

.contact a{
	color: ghostwhite;
	text-decoration: none;
}

.inline-block {
	text-align: center;
	padding-left: 0;
}

.inline-block li {
	display: inline-block;
}

.video-wrap {
width: 80%;
padding-bottom: 45%;
height: 0px;
position: relative;
}

iframe {
position: absolute;
top: 0;
left: 10%;
width: 100%;
height: 100%;
}


.img_type1 {
	overflow: hidden;
	position:relative;
	border:solid 3px transparent;
}

.img_type1:hover img{
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
	-webkit-transform:	scale(1.1);	/* 1.2倍の大きさで表示 */
	transform:		scale(1.1);
}

.img_type2{
	height: 250px;
	width: 200px;
	border-color: crimson;
}

.img_type2:hover img{
	border-color: crimson;
}

.img_type3{
	height: 120px;
	width: 120px;
}

.img_type3:hover{
	border-color: crimson;
	border-width: 3px;
}


.infobox{
    height: 200px;
    overflow: scroll;
	margin: 0;
	padding: 0;
}

#news {
  font-weight: bold;
  color: ghostwhite;
}

/*スライドショー設定始まり---------------------------------------------*/
#slideshow {
   margin:0px;
   padding:0px 0px;
   position: relative;
   width: 100%; /* 画像の横幅に合わせて記述 */
   padding: 0px;
   margin: 0px;
   float: left;
}
#slideshow p{
   position:absolute;
/*	↑設定変えない*/
   top: 0;
   left:0;
   z-index:8;
   opacity:0.0;
   background-color:blueviolet;
   margin:0px;
   padding:0px;
   float: left;
}
#slideshow p.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow p.last-active {
   z-index: 9;
}
/*スライドショー設定終わり---------------------------------------------*/


/*SNS設定開始------------------------------------*/
.fb-page{
	z-index: 0;
}
/*SNS設定終了------------------------------------*/

/*sidebar設定開始---------------------------------------------------------------*/

/*
#sidebar {
  margin: 0px;
  padding: 0px;
  width: 240px;
  float: right;
}

#sidebar #sidebanner {
  width: 240px;
}

#sidebar #sidebanner img {
  width: 200px;
}
*/


/*sub--------------------------------------*/

#sub {
   width:200px;
   padding:10px;
   float:right;
/*   background-image:url(../../images/cherrybrossom_icon.jpg);*/
}


#sub .section {
   margin-bottom:10px;
   border:1px solid black;
}

#sub h3 {
   padding:10px;
   font-size:13px;
   font-weight:bold;
   color:white;
   text-align:center;
   border:1px solid red;
   border-bottom:none;
   background:red;
}
#sub ul {
   overflow:hidden;
   margin:0;
   padding:0;
   background:white;
}

#sub li {
   width:198px;
   margin-top:0px;
   line-height:1.4;
   list-style:none;
   border-top:1px solid black;
}

#sub li a {
   display:block;
   padding:10px 5px;
}

/*table--------------------------------------*/
table {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
  padding: 0 5px;
  margin-bottom: 60px;
  table-layout: fixed;
}

table th {
  width: 155px;
  padding: 10px;
  font-weight: bold;
  vertical-align: center;
  color: #fff;
  background: navy;
}

table td {
  width: 155px;
  padding: 10px;
  vertical-align: center;
  border-bottom: 1px solid #ccc;
  background: white;
}

.active {
  font-weight: bold;
  background: peachpuff;
}

.active td {
  font-weight: bold;
  background: peachpuff;
}

/*ページトップ----------------------------*/
#pageTop {
   clear:both;
}
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
   outline:none;
}
/*footer--------------------------------*/

footer .footer_copyright {
  margin: 0px auto;
  width: 100%;
  clear:both;
  padding:10px 0;
  font-style:oblique;
  font-size:11px;
  text-align:center;
  background:#ddd;
}

 

/*紹介ページ-------------------------------------------------*/

.member_intro {
  width: 580px;
  padding: 0px;
  height: 210px;
  margin: 50px 0px 100px 30px;
  background-color: peachpuff;
}

.member_intro img {
  width: 180px;
  height: 190px;
  margin: 10px;
  float: left;
}

.member_intro .position {
  font-weight: bold;
  text-align: right;
  padding-right:20px;
}

.member_intro .name {
  width: 340px;
  margin-right: 10px;
  margin-left: 200px;
  font-weight: bold;
  color: crimson;
  font-size: 20px;
  border-bottom: 1px black solid;
}