/*
 * convention_base_W1024.css
 * スマホ版CSS　
 */


@charset "utf-8";



body {
	font-size: 14px;
	line-height: 1.33;
	color: rgba(0,0,0,.8);
	height: 100%;
	font-family: helvetica, arial;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    /* text-align: center; */
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    text-indent: 10px;
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%; /* 100% */
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateX(30%);
}


.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
  /*  text-align: center; */ 
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}





nav#convNavi {
	display: none;
}

nav#convNavi ul {
	margin:0 auto;
	list-style-type: none;
	text-align:center;
	line-height: 50px;
}

nav#convNavi ul li {
	display: inline;
	margin: 0 30px 0 0;
}

nav#convNavi ul li a:link {
	color: #fff;
	text-decoration: none;
}

nav#convNavi ul li a:visited {
	color: #fff;
	text-decoration: none;
}

nav#convNavi ul li a:hover {
	color: #fff;
	text-decoration: none;
}

nav#convNavi ul li a:active {
	color: #fff;
	text-decoration: none;
}

img#convNaviLogoImg {
    height: 21px;
    vertical-align: top;
    margin-top: 15px;
    margin-right: 12px;
}

span#convNaviTextA18 {
	font-size: 18px;
}

li#convNaviTitle {


}


img#convNaviArrowImg {
    height: 21px;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 15px;
}

div#convContent {
    height: 330px; /* 230px　350px 300px */
    width: 100%;
    background: url("../img/yhamagata_sakuranbo.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-bottom: auto;
    padding-top: 0px;
    text-align: center;
    box-sizing: border-box;
}


h1#convContentTitle1 {
    margin: 0.67em 0 0 0;
    padding: 90px 0 0 0; /* 48px 0 0 0 */ 
    font-size: 140%; /* 63px */
    color: #fff; 
}



h2#convContentTitle2 {
    margin: 20px 0 0 0;  /* 20px 0 10px 0; */
    padding: 0;
    font-size: 120%; /* 63px */
    color: #fff;
    box-sizing: border-box;
}

div#convContentTitle3 {
    margin: 20px 0 0 0;  /* 20px 0 10px 0; */
    padding: 3px; /* 0px */
    font-size: 120%; /* 63px */
    color: #ff69b4;
    box-sizing: border-box;
    font-weight: bold;	
}

div#convContentBtn1Area {
    width: 200px; /* 150px 250px */
    margin: 10px auto 0 auto; /* 30px auto 0 auto; */
    color: #fff;
    font-size: 50%; /* 1em */
	
}


div#convContentBtn1 {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;	
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fff; /* 2px solid #fff; */
    border-radius: 5px;
    margin: 0 auto 10px;
}

/* 2023.04.12 */
div#convContentBtn2 {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 auto;
    padding: 10px 0;
    font-weight: bold;	
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fff; /* 2px solid #fff; */
    border-radius: 10px;
    margin: 0 auto 10px;
    color: #FFF;
    background-color: #4169e1;
}

strong#convContentBtnText {
    text-shadow: 1px 1px 3px #000,-1px -1px 3px #000;
    font-size: 10px;	
}

div#convContentBtnText2 {
    color: #fff;
    text-shadow: 1px 1px 3px #000,-1px -1px 3px #000;	
    margin: 0 0 5px 0;
    font-weight: bold;
    text-decoration:underline;	
}

div#convContentBtnText2 span {
    font-size; 18px;
}


div#convContentBtn1 a:link {
    color: rgba(0,0,0,.8);
    text-decoration: none;
    display: block;
    height: 1.5em; /* 3em */
    line-height: 1.5em; /* 3em */
    font-size: 12px; /* 1em */
    background-color: #fff; /* #999*/
    padding: 3px;
} /* pointer-events: none; */

div#convContentBtn1 a:visited {
    color: rgba(0,0,0,.8);
    text-decoration: none;
    display: block;	
    height: 1.5em; /* 3em */
    line-height: 1.5em; /* 3em */
    font-size: 12px; /* 1em */
    background-color: #fff; /* #999*/
    padding: 3px;
} /* pointer-events: none; */


div#convContentBtn1 a:hover {
    color: #fff; /* rgba(0,0,0,.8)*/
    text-decoration: none;
    display: block;	
    height: 1.5em; /* 3em */
    line-height: 1.5em; /* 3em */
    font-size: 12px; /* 1em */
    background-color: #999; /* #fff*/
    padding: 3px;
} /* pointer-events: none; */


div#convContentBtn1 a:active {
    color: #fff; /* rgba(0,0,0,.8)*/
    text-decoration: none;
    display: block;	
    height: 1.5em; /* 3em */
    line-height: 1.5em; /* 3em */
    font-size: 12px; /* 1em */
    background-color: #999; /* #fff*/
    padding: 3px;
} /* pointer-events: none; */

/* 20220307　追加 */
div#convContentBtn1Off a:link {
    color: #fff; /* rgba(0,0,0,.8)*/
    text-decoration: none;
    display: block;
    height: 3em;
    line-height: 3em;
    font-size: 1em;
    background-color: #999; /* #fff */
    pointer-events: none;
} 

div#convContentBtn1Off a:visited {
    color: #fff; /* rgba(0,0,0,.8)*/
    text-decoration: none;
    display: block;	
    height: 3em;
    line-height: 3em;
    font-size: 1em;
    background-color: #999; /* #fff */
    pointer-events: none;
} 


div#convContentBtn1Off a:hover {
    color: #fff; /* rgba(0,0,0,.8)*/
    text-decoration: none;
    display: block;	
    height: 3em;
    line-height: 3em;
    font-size: 1em;
    background-color: #999; /* #fff */
    pointer-events: none;
} 


div#convContentBtn1Off a:active {
    color: #fff; /* rgba(0,0,0,.8)*/
    text-decoration: none;
    display: block;	
    height: 3em;
    line-height: 3em;
    font-size: 1em;
    background-color: #999; /* #fff */
    pointer-events: none;
} 

/* 20200407　追加 */
div#convDiscontinueBg {
    background-color: #f8fff9; /* #013c4d */
    color: #000;
}

div#convDiscontinueText {
    font-size: 100%; /* 20px */
    margin: 0 auto;
    width: 100%; /* 1024px*/
    padding-top: 60px;    				
}

div#convDiscontinueMsg1 {
    border: 3px solid #F00;
    margin: 0 auto 50px auto;
    padding: 20px;
  /* width: 100%; 960px*/
    height: 100%; /* 700px*/
    background-color: #FFF;
    overflow: auto;
}

div#convDiscontinueMsg1Left {
	float:left;
}

div#convDiscontinueMsg1Right {
	float:right;
	margin-right:20px;
}


div#convDiscontinueMsg1Title {
	margin: 0 auto;
	width: 100%; /* 340px*/
	text-align: center;

}

div#convDiscontinueMsg1Name {
	float: right; 
	line-height: 150%;
}

div#convDiscontinueMsg2 {
    border: 3px solid #F00;
    margin: 0 auto 50px auto;
    padding: 20px;
   /* width: 100%; 960px*/
    height: 100%;  /* 440px*/
    background-color: #FFF;
    overflow: auto;
}

div#convDiscontinueMsg2Name {
	float: right; 
	line-height: 150%;
}



div#convInfoBg {
    display: none;
}

div#convInfo {
    display: none;
}


div#cIB {
    background-colorr: #fff; /* #c1d8ac #cacead  */
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

div#cI {
    width: 90%; /* 996px */
    margin: 0 auto;
}

div#cIT {
    width: 100%; /* 620px */
    margin: 20px auto;
}

div#cIT p {
   font-weight: bold;	
   margin:0 auto; 
   padding: 5px 0 5px 10px; 
}

div#cIT p.title1  {
  font-size: 18px;
  font-weight: normal;
}

div#cIT p.title2  {
  font-size: 12px;
  font-weight: normal;
  margin:10px auto 0;
}

div#cIT p.title3  {
  font-size: 12px;
  font-weight: normal;
}



div#cIM {
    width: 100%; /* 620px */
    height: 100%;
    margin: 20px auto 0;
    padding: 5px;
}


div#convMessageBg {
    background-color: #708090; /* #2f5d50 #013c4d */
    color: white;
    width: 100%;
}

div#convMessageText {
    font-size: 120%; /* 20px */
    margin: 0 auto;
    padding: 10px; /* top 80px */
    			
}

div#convMessageText P {
    text-indent: 1.6rem; /* 1.6rem */
    margin-top: 0;
    margin: 0 auto; /* 0 0 1em */
    line-height: 1.33; 		
}

div#convMessagePhoto1 {
    margin: 0 auto;
    width: 100%; /* 200px */
    text-align: center;
    font-size: 75%; /* 20px */
}

div#convMessagePhoto1 img {
    border-radius: 50%;
    border: 5px solid #fff;
}

p#convMessagePhoto1Text {
    text-align: center;
    font-size: 16px;	    
}

div#convSeminarBg {
    background-color: #f0f8ff; /* #7ebeab #0290b9; */
    color: #000;
}


div#convSeminar {
    font-size: 20px; /* 20px */
    margin: 0 auto;
    width: 100%; /* 1024px */
    padding-top: 10px;	/* 80px */			
}

div#convSeminar {
    font-size: 20px;
    margin: 0 auto;
    width: 100%; /* 1024px*/
    padding-top: 80px;				
}


div#convSeminarS_Bg {
    background-color: #fff; /* #7ebeab #0290b9; */
}

div.convSeminarVideo {
    margin: 20px auto 0;
    width: 90%;
}

div.convSeminarVideo img {
    width: 100%;
}



div#convSeminarCont {
    width: 100%; /* 960px */
    height: 100%; /* 202px */
    margin-bottom: 10px;	/* 32px */			
    margin: 0 auto;
}

div#convSeminarCont2 {
    width: 100%; /* 960px */
    height: 100%; /* 150px */
    margin-bottom: 10px;	/* 32px */			
    margin: 0 auto;
}

div#convSeminarPhotoW1024 {    
    width: 201px; /* 201px */
    height: ; /* 202px */
    overflow:hidden;
    margin: 0 auto;
}

div#convSeminarPhoto {
    display: none;
}

div#convSeminarPhotoW1024 img {
    width: 201px;
    height: ; /* 202px */
    margin: 20px auto 0;    
}

div#convSeminarText {
    font-size: 16px; /* 120%←20px */
    width: 100%; /* 600px */
    height: 100%; /* 202px */
    margin: 20px auto; /* 0 0 0 50px */
    text-align: center;	
}
				
div#convSeminarText2 {
    /* float:left; */
    font-size: 75%; /* 20px */
    width: 95%; /* 100% */ /* 600px */
    height: 100%; /* 150px */
    margin: 10px auto  0; /* 20px 0 0 0 */
    text-align: left; /* center */
}

div#convTimeTableBg {
    background-color: #f8fff9;
    height: 100%;	
}

div#convTimeTable {
    padding: 20px 10px;
    font-size: 13px;
    margin: 0 auto;
}

div#convTimeTableTitle {
	font-size: 100%;
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
	text-align: center;
	line-height: 80%;
}


/************************************
** CSSでタブ表示
************************************/
/* タブの外枠 */
.tabs {
    overflow: auto;
    white-space: nowrap;
}


 
/* タブのスタイル */
.tabs .tab-label {
  display: inline-block;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em;
  border: 1px solid #ddd;
  background-color: #f8fff9;
  padding: 10px 15px;
  border-bottom: none;
  font-size: 13px;
  width: 45%;
  text-align: center;
  margin: 0 atuo;
  color: #009fda;
}
 
/* タブにマウスカーソルがのったときフッター */
.tabs .tab-label:hover {

}
 
/* ラジオボタンと内容を非表示 */
.tabs input[name="tab-radio"],
.tabs .tab-content {
  display: none;
}
 
/* タブ内容のスタイル */
.tabs .tab-content{
  min-height: 100%; /* 200px */
}
 
/* 選択されているタブのコンテンツのみを表示 */
.tabs #tab-1:checked ~ .tab-1-content,
.tabs #tab-2:checked ~ .tab-2-content,
.tabs #tab-3:checked ~ .tab-3-content,
.tabs #tab-4:checked ~ .tab-4-content,
.tabs #tab-5:checked ~ .tab-5-content {
  display: block;
}
 
/* 選択されているタブのスタイルを変える */
.tabs input[name="tab-radio"]:checked + .tab-label {
  background-color: #fff;
}

td#tab3td1 {
 width: 20%;
}

td#tab3td2 {
 width: 65%;
}

td#tab3td3 {
 width: 15%;
}

div#convTimeTable table {
   width: 100%;
   margin-bottom: 0;
   border-collapse: collapse;
   border-spacing: 0;
   box-sizing: border-box;
}

div#convTimeTable table td {
    border: 1px solid #ddd;
    padding: 8px;
}

div#convTimeTableArea {
    width: 100%; /* 400px */
    margin: 0 auto;
    text-align: center;
}

div#convTimeTableText {
    width: 100%;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 30px auto 0;
    padding: 0;
    font-size: 14px; /* 16px */
    text-align: center;
}

div#convTimeTableBtn1 {
    width: 200px; /* 250px */
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 20px auto;
    padding: 0;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #2f5d50;;
    border-radius: 0.5em;
    font-size: 14px;
    text-align: center;
}

div#convTimeTableBtn1 a:link {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 1.5em;
    line-height: 1.5em;
    background-color: #2f5d50;

}

div#convTimeTableBtn1 a:visited {
    color: #fff;
    text-decoration: none;
    display: block;	
    height: 1.5em;
    line-height: 1.5em;
    background-color: #2f5d50f;
}


div#convTimeTableBtn1 a:hover {
    color: #2f5d50;
    text-decoration: none;
    background-color: rgba(255,355,255,0.0);
    display: block;	
    height: 1.5em;
    line-height: 1.5em;
}

div#convTimeTableBtn1 a:active {
    color: #2f5d50;
    text-decoration: none;
    background-color: rgba(255,355,255,0.0);
    display: block;	
    height: 1.5em;
    line-height: 1.5em;
}



div#convMiscEntryBg {
    background-color: #383c3c; /* #60573d */
    color: white;
    width: 100%;
}

div#convMiscEntry {
    padding: 10px; /* 80px */
    font-size: 16px; /* 20px */
    margin: 0 auto;
 /* padding-bottom: 60px; */
}

div#convMiscEntry h2 {
   font-size: 100%; /* 24px */
}

div#convMiscEntry h3 {
   font-size: 16px /* 18px */
}


div#convMiscEntryBtn1 {
    width: 150px; /* 200px */
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 20px auto 40px;
    padding: 0;
    font-weight: bold;	
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 0.3em; /* 0.5em */
    font-size: 14px; /* 14px */
    text-align: center;
    /*
    color: #60573d;
    height: 3em;
    line-height: 3em;
    background-color: #fff;
    */
}


div#convMiscEntryBtn1 a:link {
    color: #60573d;
    text-decoration: none;
    display: block;
    height: 3em;
    line-height: 3em;
    background-color: #fff; /* #999 */
   /* pointer-events: none; */
}


div#convMiscEntryBtn1 a:visited {
    color: #60573d;
    text-decoration: none;
    display: block;	
    height: 3em;
    line-height: 3em;
    background-color: #fff; /* #999 */
   /* pointer-events: none; */
}



div#convMiscEntryBtn1 a:hover {
    color: #fff;
    text-decoration: none;
    display: block;	
    height: 3em;
    line-height: 3em;
    background-color: rgba(255,355,255,0.0); /* #999 */
   /* pointer-events: none; */
}

div#convMiscEntryBtn1 a:active {
    color: #fff;
    text-decoration: none;
    display: block;	
    height: 3em;
    line-height: 3em;
    background-color: rgba(255,355,255,0.0); /* #999 */
}
/* pointer-events: none; */
   
/*
div#convMiscEntryBtn1 a:active {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255,355,255,0.0);
    display: block;	
    height: 1.5em; /* 3em */
/*
    line-height: 1.5em; /* 3em */
/*
    text-align: center;
    pointer-events: none;
}
*/


/* 20220307　追加 */
div#convMiscEntryBtn1Off {
    width: 150px; /* 200px */
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 20px auto 40px;
    padding: 0;
    font-weight: bold;	
    text-decoration: none;
    /*
    cursor: pointer;
    */
    border: 2px solid #999; /* 2px solid #fff */
    border-radius: 0.3em; /* 0.5em */
    font-size: 14px; /* 14px */
    text-align: center;
    /*
    color: #60573d;
    height: 3em;
    line-height: 3em;
    background-color: #fff;
    */
}


div#convMiscEntryBtn1Off a:link {
    color: #fff; /* #60573d */
    text-decoration: none;
    display: block;
    height: 3em;
    line-height: 3em;
    background-color: #999; /* #fff */
    pointer-events: none;
} 

div#convMiscEntryBtn1Off a:visited {
    color: #fff; /* #60573d */
    text-decoration: none;
    display: block;	
    height: 3em;
    line-height: 3em;
    background-color: #999; /* #fff */
    pointer-events: none;
} 

div#convMiscEntryBtn1Off a:hover {
    color: #fff; /* #60573d */
    text-decoration: none;
    display: block;	
    height: 3em;
    line-height: 3em;
    background-color: #999; /* #999rgba(255,355,255,0.0) */
    pointer-events: none;
} 

div#convMiscEntryBtn1Off a:active {
    color: #fff; /* #60573d */
    text-decoration: none;
    display: block;	
    height: 3em;
    line-height: 3em;
    background-color: #999; /* #999rgba(255,355,255,0.0) */
    pointer-events: none;
} 

div#convMiscEntry table {
   width: 100%;
   max-width: 100%;
   margin-bottom: 10px; /* 20px */
   border-collapse: collapse;
   border-spacing: 0;
   box-sizing: border-box;
}

div#convMiscEntry table td {
    border-top: 1px solid #fff;
    padding: 5px; /* 8px */
}

div#convEntryBg {
    background-color:  #7b7c7d; /* #9c8c63 */
    color: white;
    width: 100%;	
}

div#convEntry {
    padding: 10px;   /* 80px */
    font-size: 16px; /* 20px */
    margin: 0 auto;
}

div#convEntry h2 {
   font-size: 100%; /* 24px */
}


div#convEntryBtnArea {
    width: 100%; /* 830px */
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

div#convEntryBtnArea1 {
    width: 100%; /* 830px */
    margin: 30px auto;
    color: #fff;
    text-align: center;
}

div#convEntryBtn1 {
    width: 220px; /* 200px 250px */
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 10px auto; /* 0 20px 0 0 */
    padding: 0;
    font-weight: bold;	
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fff; /* 2px solid #fff */
    border-radius: 0.3em; /* 0.5em */
    font-size: 14px; /* 14px */
    text-align: center;
     /* float: left; */
}

div#convEntryBtn1Text {
    width: 100%;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 14px; /* 14px */
    text-align: center;
}

div#convEntryBtn1 a:link {
    color: rgba(0,0,0,.8);
    text-decoration: none;
    display: block;
    height: 1.5em; /* 3em */
    line-height: 1.5em; /* 3em */
    background-color: #fff;
}

div#convEntryBtn1 a:visited {
    color: rgba(0,0,0,.8);
    text-decoration: none;
    display: block;	
    height: 1.5em; /* 3em */
    line-height: 1em; /* 3em */
    background-color: #fff;
}


div#convEntryBtn1 a:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255,355,255,0.0);
    display: block;	
    height: 1.5em; /* 3em */
    line-height: 1.5em; /* 3em */
}


/* 2022年3月7日追加 */
div#convEntryBtn1Off {
    width: 300px; /* 200px 250px */
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 10px auto; /* 0 20px 0 0 */
    padding: 0;
    font-weight: bold;	
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #666; /* 1px solid #fff */
    border-radius: 0.3em; /* 0.5em */
    font-size: 14px; /* 14px */
    text-align: center;
     /* float: left; */
}

div#convEntryBtn1Off a:link {
    color: #fff; /* rgba(0,0,0,.8) */
    text-decoration: none;
    display: block;
    height: 1.5em; /* 3em */
    line-height: 1.5em; /* 3em */
    background-color: #999; /* #fff */
    pointer-events: none;
}

div#convEntryBtn1Off a:visited {
    color: #fff; /* rgba(0,0,0,.8) */
    text-decoration: none;
    display: block;	
    height: 1.5em; /* 3em */
    line-height: 1em; /* 3em */
    background-color: #999; /* #fff */
    pointer-events: none;
}

div#convEntryBtn1Off a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fff ; /* rgba(255,355,255,0.0) */
    display: block;	
    height: 1.5em; /* 3em */
    line-height: 1.5em; /* 3em */
    pointer-events: none;
}

div#convEntryBtn1Off a:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff ; /* rgba(255,355,255,0.0) */
    display: block;	
    height: 1.5em; /* 3em */
    line-height: 1.5em; /* 3em */
    pointer-events: none;
}


/* 2023年1月31日追加 */
div#convEntryBtn2 {
    width: 270px;
    height: 70px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 auto 10px;
    padding: 0;
    font-weight: bold;	
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 7px;
    font-size: 14px;
    text-align: center;
    line-height: 50px; /* 150% */
    overflow: hidden;
}

div#convEntryBtn2 a:link {
    height: 70px;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 50px; /* 150% */
    background-color: #009b9f;
    border-radius: 7px;
    padding-top: 10px;
}

div#convEntryBtn2 a:visited {
    height: 70px;
    color: #fff;
    text-decoration: none;
    display: block;	
    line-height: 50px; /* 150% */
    background-color: #009b9f;
    border-radius: 7px;
    padding-top: 10px;
}

div#convEntryBtn2 a:hover {
    height: 70px;
    color: rgba(0,0,0,.8);
    text-decoration: none;
    background-color: #a1d8e6;
    display: block;	
    line-height: 50px; /* 150% */
    border-radius: 7px;
    padding-top: 10px;
}

/* 2024年1月29日追加 */
div#convEntryBtn2Off {
    width: 270px;
    height: 70px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 auto 10px; /* 0 20px 0 0 */
    padding: 0;
    font-weight: bold;	
    text-decoration: none;
   /*
    cursor: pointer;
    */
    border: 2px solid #fff;
    border-radius: 7px;
    font-size: 14px;
    text-align: center;
    line-height: 150%;
    overflow: hidden;
}

div#convEntryBtn2Off a {
    height: 70px;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 150%;
    background-color: #009b9f;
    border-radius: 7px;
    padding-top: 10px;
    background-color: #999; /* #fff */
    pointer-events: none;
}


/* 2024年1月30日追加 */
div#convEntryBtn3 {
    width: 350px;
    height: 70px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0 auto 10px;
    padding: 0;
    font-weight: bold;	
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 7px;
    font-size: 14px;
    text-align: center;
    line-height: 50px; /* 150% */
    overflow: hidden;
}

div#convEntryBtn3 a:link {
    height: 70px;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 50px; /* 150% */
    background-color: #009b9f;
    border-radius: 7px;
    padding-top: 10px;
}

div#convEntryBtn3 a:visited {
    height: 70px;
    color: #fff;
    text-decoration: none;
    display: block;	
    line-height: 50px; /* 150% */
    background-color: #009b9f;
    border-radius: 7px;
    padding-top: 10px;
}

div#convEntryBtn3 a:hover {
    height: 70px;
    color: rgba(0,0,0,.8);
    text-decoration: none;
    background-color: #a1d8e6;
    display: block;	
    line-height: 50px; /* 150% */
    border-radius: 7px;
    padding-top: 10px;
}


table#convEntryTable {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	margin: 20px 0
}

table#convEntryTable td{
	border: 1px solid #ddd;
	padding: 8px;
}


div#convMiscEntry > span.urlLink a:link {
   color: #fff;
}

div#convMiscEntry > span.urlLink a:visited {
   color: #fff;
}

div#convMiscEntry > span.urlLink a:hover {
   color: #F00;
}

div#convMiscEntry > span.urlLink a:active {
   color: #F00;
}

div#convFotterBg {
    background-color:  #180614; /* #3c3526 */
    color: white;
}

div#convFotter {
    padding-top: 10px; /* 80px */
    padding-bottom: 10px; /* 80px */
    font-size: 100%; /* 20px */
    width: 100%; /* 1024px */
    height: 100%; /* 230px */
    margin: 0 auto;
    line-height: 150%;
    text-align: center;
}

div#convFotterText1 {
    width: 100%; /* 340px */
    margin: 0 auto; 
    /*  float: left; */    
}

div#convFotterText2 {
    width: 100%; /* 320px */
    margin: 20px auto; 
    /*  float: left; */
}

div#convFotterText3 {
    width: 100%; /* 320px */
    margin: 0 auto 20px;  /*  0 0 0 40px; */
    /*  float: left; */
}




div#convCopyrightBg {
    background-color:  #000b00; /* rgb(42, 41, 34) */
    color: #999;

::::::::::::::::::::::::::::::::




}

div#convCopyright {
    font-size: 14px;
    width: 100%; /* 1024px */ 
    height: 40px;
    line-height: 40px;   	
    margin: 0 auto;
    text-align: center;
}


/********** バナーテスト ************/
div#bannerTableBig {
	display: none;
}


div#baTableBig {
    background-color: #f8fff9;
}

div#baTable {
    padding-top: 40px;
    font-size: 13px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}


div#baBig {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    cursor: pointer;
    text-align: center;
}

div#baMedium {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    cursor: pointer;
    text-align: center;
}

div#babannerSmall {
    width: 100%;
    margin: 20px auto;
    padding: 0;
    cursor: pointer;
    text-align: center;
}





div#cIBox {
 width: 100%;
 margin: 0 auto;
 text-align: center;
}

div#cIBanner {
	width: 300px;
	height: auto; /* 200px */
/*	background-color: #EEE; */
	vertical-align: middle;
	display: table;
	margin: 0 auto 20px;	
}

div#cIBaText {
	display: table-cell;
	vertical-align: middle;
}

div#cIBaText {
	display: table-cell;
	vertical-align: middle;
}

div#cIBaText img {
 width: 100%;
}

div#cIBaText img:hover {
 opacity: 0.7;
}



div#convBanner {
    background-color: #f0f8ff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding: 20px 0 0 0;
}

div#convBannerInfo {
    width: 100%; /* 996px */
    margin: 0 auto 30px;
}

.mouseOn img:hover {
opacity: 0.7;
}



