@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
a{
    color:#444;
}

body{
    margin:0;
    padding:100px 0 0 0;
    font-family:Meiryo,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
    font-size: 16px;
    color: #444;
    
}
input,button{
	font-family:Meiryo,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
/*グローバルナビゲーション*/
#global-navi {
	display: none;
}
#global-navi li {
	width: 100%;
}
#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: #814B9E;
}
#toggle a{
	display: block;
	position: relative;
	padding: 20px 0 20px;
	border-bottom: 1px solid #814B9E;
	color:#FFF;
	text-align: center;
	text-decoration: none;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #FFF;
}
#toggle a:before, #toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 6px;
	background: #814B9E;
}
#toggle a:before {
	margin-top:-9px;
}
#toggle a:after {
	margin-top: 3px;
}
#global-navi ul li{
padding-top:5px;
padding-bottom:5px;
border-bottom:#814B9E dotted 1px;
}
#global-navi ul li a{
text-decoration:none;
color:#333;
}

/*ボタン*/
/*
button {
  line-height: 21.6px;
  line-height: 1.35rem;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #F38343;
  border: none;
  color: #F8F7F7;
  cursor: pointer;
  display: block;
  margin-top: 5px;
  margin-left: 30px;
  min-width: 110px;
  padding: 8px;
  display: inline-block;
  font-weight: 500;
  white-space:nowrap;
}*/
button:hover {

}
button:active {
	position:relative;
	top:1px;
}
.shadow{
	-webkit-box-shadow: 0px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 5px rgba(0,0,0,0.4);
}
.back{
	background-color:#838282
}
/*input[type="radio"],
input[type="checkbox"] {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
	margin:5px;
}*/
.red{
	color:#A30406;
}
.white{
    color:#ffffff;
}
.bold{
	font-weight:bold;
}
.larger{
	font-size: larger;
}
.right{
	float:right;
}
ol,p{
	margin:0.5em;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 93.1%;
	padding-left: 2.45%;
	padding-right: 2.45%;
	clear: none;
	float: none;
}
#div1 {
}
#div1 p{
	line-height:150%;
}
.globalHeader {
}
.globalHeader h1{
	display:none;
}
.globalFooter {
	margin-top:10px;
	text-align:center;
	clear:both;
	background: #f5f4f0;
	background-image: linear-gradient(180deg,rgba(0,0,0,.2)0,transparent 10px);
	padding: 30px 0;
}
.site-footer_copyright{
	text-align:center;
	margin:auto;
	font-size:0.8em;
}
.mainglid {
	border:#A8A8A8 solid 1px;
	padding:10px;
}
/*
.userInfo{

}
*/
.userTable{
	width:100%;
	
}
.mainglid_panel{
}
table{
	width:97%;
	table-layout:fixed;
	word-break:break-all;
}
th{

}
th,td{
	display:block;
	/*width:100%;*/
	padding-top:0.8em;
	padding-bottom:0.8em;
}
.mainglid_panel{
}

.mainglid {
	width:43%;
	border:none;
	float:left;
	height:200px;
	overflow:hidden;
}
.mainglid h3{

}
.mainglid .topics{
	display:none;
}
.left_icon{
	width:90%;
	text-align:center;
}
.mainglid ul{
	display:none;
}
.mainglid ul li{

}
table.mainTable{
	border-bottom: 1px solid #CBCBCB;
}
.edit_button{
	background-color:#ECD34F;
	color:#5E5D5D;
}
.cal_button{
	background-color:#87B822;
}
.address{
}
.zeroMargin_mobile{
margin-left: 0;
}
.hide_mobile{
display: none;
}
.jumbotron.brainsummit {
  background-color:#365CAA!important;
  background-image: url("../images/braimsummit2019/cover-Kobe.png");
background-repeat:no-repeat;
	background-position:center;
	color: #FFF;
	background-size: contain;
	height: 540px;

}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.globalHeader {
	border-top:20px #814B9E solid;
}
.globalHeader h1{
	display:block;
	background-image: url(../images/egJ_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width:150px;
	height: 45px;
	background-size: cover;
}
.global-navi {
}
.globalFooter {
}
.mainglid {
}
.mainglid {
	width:45%;
	border:none;
	float:left;
	height:400px;
	overflow:hidden;
}
.mainglid #topics{
	display:block;
	font-size:14px;
	line-height:160%;
}
#topics ul{
	margin:0;
}
/*
.userInfo {
}
*/
.mainglid_panel {
}
#global-nav{
display:none;
}
#global-nav li {
	width: auto;
}
table{
	width:96%;
	margin:auto;
}

.logTable td.count{
	text-align:center;
}
.edit_button{
	margin-top:-50px;
	margin-right:50px;
	border:#929292 solid 1px;
	border-radius:3px;
}
.cal_button{
	background-color:#87B822;
	border:#929292 solid 1px;
	border-radius:3px;
}
/*input[type="text"]{
	border:0;
	padding:6px;
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color:#000;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:98%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="number"]{
	width:50px;
}*/
.address{
}
.hide_tablet{
display: none;
}
.zeroMargin_tablet{
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media print, screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	margin: auto;
	max-width: 1232px;
	padding-left:0;
	padding-right:0;
	clear: none;
	float: none;

}
#div1 {
	clear:both;
	width:98%;
	margin:auto;
	/*margin-top:10px;*/
	display:block;
	margin-bottom:30px;
}
#div1 h1{
	margin-left:1em;
}
#div1 h2,
#div1 h3,
#div1 h4{
	margin-left:1.5em;
}
/*#div1 p,#div1 ul,#div1 dl{
	margin:20px;
	line-height:160%;
}*/
.mainglid ul{
	float:left;
	display:block;
}
#global-navi {
	display:block;
}
#toggle{
display:none;
}
.globalHeader h1{
	display:block;
	background-image: url(../images/egJ_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width:200px;
	height: 60px;
	background-size: cover;
}
#global-navi  ul li{
	list-style:none;
	display:block;
	width:auto;
	float:left;
	text-align:center;
	border-left:#929292 solid 1px;
	border-bottom:none;
	padding-left: 1.2em;
	padding-right: 1.2em;
}
#global-navi  ul li:first-child{
		border-left:none;
}
.globalFooter {
	margin-top:20px;
	color: #666;
}
.globalFooter a{
	color: #666;
	font-family: 'Futura W01 Heavy',sans-serif;
	font-size: .875rem;
	letter-spacing: .15em;
	line-height: 1.625rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s ease-in;

}
.globalFooter ul li{
	font-size:0.9em;
	display:inline-block;
	margin:5px;
	padding-right:10px;
	padding-left:10px;
	border-right:#929292 solid 1px;
}
.globalFooter ul li:last-child{
	border-right:none;
}

table{
	width:96%;
	margin:auto;
}
th,td{
	display:table-cell;
	vertical-align:middle;
}
/*
.userInfo{
	
}
#div1 .userInfo h2{
	border-bottom:#929292 solid 4px;
	margin-left:0.5em;
	padding-left:0.5em;
}
*/
.userTable{
	width:98%;
	margin:auto;
	margin-bottom:10px;
}

.userTable th{
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	display: table-cell;
	background-color:#fff;
}
.userTable td{
	display:table-cell;
	padding:5px;
}
.userTable td.name,
.userTable td.status{
	font-size:18px;
}

.mainglid_panel{
	margin:auto;
	width:98%;
}
.mainglid_panel .mainglid:nth-child(odd){
		float:left;
		margin-right:10px;
}
.mainglid_panel .mainglid:nth-child(even){
		margin-right:0px;
		float:right;
}
.mainglid {
	width:47.5%;
	display:block;
	height:200px;
	margin-bottom:10px;
	border:#929292 solid 1px;
}
#div1 .mainglid h3{
	border-bottom:#929292 solid 4px;
	padding-left:0.6em;
	margin-left:0.5em;
}
.mainglid #topics{
	overflow:auto;
	margin:5px;
	height:120px;
}
	.mainglid #event{
	overflow:auto;
	margin:5px;
	height:120px;
}
.left_icon{
	float:left;
	margin:5px;
	width:120px;
	display:block;
}
.mainglid ul{
	margin-left:0;
	padding:0;
	display:block;
}
.mainglid ul li{
	list-style: none;
	background-image: url(../images/list_icon_o.png);
	background-repeat: no-repeat;
	background-position: 1px top;
	padding-left: 28px;
}
.mainTable{
	border-radius: 4px;
	border: 1px #ddd solid;
	font-size:16px;
	margin-top:20px;
	margin-bottom:20px;
	border-collapse:separate;
	border-spacing:1px;
}
.mainTable th{
	background-color:#E6E5E0;
	padding:5px;
}
.mainTable td{
	padding:8px;
}

.logTable{
	border-radius: 4px;
	border: 1px #ddd solid;
	font-size:16px;
	margin-top:20px;
	margin-bottom:20px;
	border-collapse:separate;
	border-spacing:1px;
}
.logTable th{
	background-color:#E6E5E0;
	padding:5px;
}
.logTable td{
	padding:8px;
}
.logTable td.count{
	text-align:center;
}
/*input[type="text"]{
	border:0;
	padding:6px;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#000;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:auto;
}
input[type="number"]{
	width:50px;
}*/
/*textarea{
	border:0;
	padding:6px;
	font-size:1em;
	font-family:Arial, sans-serif;
	color:#000;
	border:solid 1px #ccc;
	margin:0 0 20px;
	width:400px;
}*/
.address{
	text-align:left;
}
.zeroMargin_desktop{
margin-left: 0;
}
.hide_desktop{
display: none;
}
.howto{
	margin:1em;
}
.howto li{
	line-height:160%;
}
.howto li img{
	margin:1.5em 0;
}
.mainTable th{
	width:30%;
}
.mainTable.dialog th{
	width:40%;
}
.ui-dialog{
	width:600px !important;
}
/*button{
	margin-left:30px;
}*/
.sub_nav{
	text-align:right;
}
.disabled{
	display:none;
}
.tools th{
	white-space:nowrap;
	width:32%;
}
.tools td{
	width:42%;
	font-size:smaller;
}
.tools td~td{
	width:25%;
	font-size:smaller;
}
}
@media only screen and (max-width: 481px) {
    .logTable{
            border-radius: 4px;
            border: 1px #ddd solid;
            font-size:16px;
            margin-top:20px;
            margin-bottom:20px;
            border-collapse:separate;
            border-spacing:1px;
    }
    .logTable thead{
            display:block;
            float:left;
            overflow-x:scroll;
    }
    .logTable th{
            display:block;
            width:auto;
    }
    .logTable tbody{
            display:block;
            width:auto;
            overflow-x:auto;
            white-space:nowrap;
    }
    .logTable tbody tr{
            display:inline-block;
    }
    .logTable td{
            display:block;
    }
    .logTable td.count{
            text-align:center;
    }
    /*input[type="text"]{
            border:0;
            padding:10px;
            font-size:1.3em;
            font-family:Arial, sans-serif;
            color:#000;
            border:solid 1px #ccc;
            margin:0 0 20px;
            max-width:90%;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
    }
    textarea{
            border:0;
            padding:10px;
            font-size:1.3em;
            font-family:Arial, sans-serif;
            color:#000;
            border:solid 1px #ccc;
            margin:0 0 20px;
            width:380px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
    }*/
    .back{
            display:none;
    }

}

.btn-sm{
	font-size:small;
	padding:0;
	margin:2px;
	min-width:3em;
}

/*サムネイル表示*/
.dummy,.thum{
	width:100px;
	height:140px;
	float:left;
	display:block;
	margin:15px;
}
.sample{
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: #BCBCBC solid 1px;
}
/*.panel{
	padding:10px;
}*/
.center{
	text-align:center;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label-danger {
    background-color: #d9534f;
}
.text-danger {
    color: #a94442;
}
.label-success {
    background-color: #78B05C;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.btn-success{
	background-color: #71C41F;
	border-radius: 3px;
}
@media print, screen and (min-width: 769px) {
    th.warning,
            th.success{
            width: 300px;
    }
}
.container{
	clear: both;
	padding-top: 2em;
}
/*ブレインサミットのバナー用*/
.main-ba-two-colum-left{
	display: inline-block;
	width: 561px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.main-ba-two-colum-right{
	display: inline-block;
	width: 561px;
	margin-bottom: 10px;
	margin-top: 10px;
}
h3{line-height: 160%!important;}

.btn-secondary {
    color: #fff;
    background-color: #814B9E;
    border-color: #814B9E;
}
a:visited.btn-secondary  {
    color: #fff;
}
a{
	outline: none;
}
a:focus{
	outline: none;
}
.navbar-brand{
	display:block;
	background-image: url(../images/egJ_logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width:150px;
	height: 45px;
	background-size: cover;}
.nav-logout{
    text-decoration:none;
    padding:0px;
    border:1px solid #ffffff;
    border-radius:5px;
    
}
.menu_div {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background-color: #fff;
    /*color:#444;*/
}
.menu_div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.menu_div a:hover{
    background-color:rgba(255, 255, 255, .6);

}
.menu_title{
    padding-top: 20px;
    background-color: #fff!important;
}
.menu_body{     
    margin-bottom: 40px;
}
.menu_clear{
    border: none;
    height: 0px;
}
.side_menu{
    padding-right: 0px;
}
#accordion_menu, #accordion_menu ul{
    margin: 0;
    padding: 0;
   
}
#accordion_menu li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.side_menu_parent{
    /*border-bottom: #E5E5E5 1px solid; 親階層の境界線*/
    /* border-bottom: #FFF 1px solid; 親階層の境界線*/
}
a[id^="link_side_menu_parent"] { 
    color: #444;
    background-color: #CCBFD8;
    border-bottom: #E5E5E5 1px solid; /*親階層の境界線*/
}
a[id^="link_side_menu_parent"]:hover{
    background-color: #A490B8!important;
    border-color: #E5E5E5;
    color: #fff!important;
    font-weight: bold;
    
}
.menu_active{
    background-color: #A490B8!important;
    border-color: #E5E5E5;
    color: #fff!important;
    font-weight: bold;
}
[id^="sidemenu"] li{
    padding: 0 0 0 0;
    font-size: 0.8em;
    border-bottom: #E5E5E5 1px solid!important;
}

.child_non{
    display: block;
    padding: 15px;
    text-decoration: none;
    position: relative;   
}

.active_link:hover{
    cursor: pointer;
    cursor: hand;
}

#accordion_menu a{
    /*background-color: #E9E9E9;
    color: #444;*/
    display: block;
    padding: 20px 5px 20px 15px;
    text-decoration: none;
    position: relative;
}
#accordion_menu a:hover{
    /*color: #fff;
    font-weight: bold;
    background-color: #E6E5E0;   */ 
    display: block;
    padding: 20px 5px 20px 15px;
    text-decoration: none;
    position: relative;
}
.menu_child_active{
    display: block;
    color: #000!important; /* サブメニューのアクティブ時の文字色 */
    /*background-color: #E6E5E0;  サブメニューのアクティブ時 */ 
    background-color: #cccccc; /* サブメニューのアクティブ時 */
    font-weight: bold;
    border-bottom: #E5E5E5 1px solid!important;
}
[id^="sidemenu"] a:hover ,[id^="sidemenu"] li:hover{
    color:#000!important; /* サブメニューのホバー時の文字色 */
   /*background-color: #E6E5E0;  サブメニューのホバー時 */
    background-color: #cccccc; /* サブメニューのホバー時 */
    font-weight: bold;
    border-bottom: #E5E5E5 1px solid!important;
}
.menu_child_non_active{
    display: none;
    color:#444!important;/* サブメニューの非アクティブ時の文字色 */
    /*background-color: #E9E9E9;  サブメニューの非アクティブ時 */ 
    background-color: #E9E9E9; /* サブメニューの非アクティブ時 */ 
    font-weight: normal;
    border-bottom: #E5E5E5 1px solid!important;
   
}
#accordion_menu a::after{
    
}


.side_btn::after{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #FFF 2px solid;
    border-right: #FFF 2px solid;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.menu_active::after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.menu_non_active::after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.userInfo{
    width:98%!important;
    margin:auto;
    display:block;
    padding: 20px;
    margin-bottom:20px;
    border:#A8A8A8 solid 1px;
}
.WebShinsei{
    width:98%!important;
    margin:auto;
    display:block;
    padding: 40px;
    margin-bottom:20px;
    border:#A8A8A8 solid 1px;
}

#div1 .userInfo h2{
    border-bottom:#929292 solid 4px;
    margin-left:0.5em;
    padding-left:0.5em;
}
.mypage_favorites{ 
    width:98%!important;
    margin:auto;
    display:block;
    padding: 30px;
    margin-bottom:20px;
    border:#A8A8A8 solid 1px;
    text-align: left;   
}
.mypage_favorites a{
    text-decoration: none;
    color:#444;
}
.mypage_favorites i{
    display: table-cell;
    vertical-align: middle;
    border-spacing: 3px 0;
}
.maypage_feed {
    border: #929292 solid 1px;
    padding: 20px;
}
.maypage_feed h2 {
    border-bottom:#929292 solid 4px;
    margin-left: 0.5em!important;
    padding-left: 0.5em;
    text-align:center;
}
.maypage_feed_panel {
        width: 98% !important;
    margin: auto;
    height: auto !important;
    
}
.maypage_feed_panel a{
    margin: 10px;
    
}
.maypage_feed_card{
    margin: auto;
    border:none;
    word-break: break-all;
    
}
.maypage_feed_card_title{
    font-size: 1.1em;
    margin-left:0!important;
    color: #444;
}
.maypage_feed_card_text{
    font-size: 0.8em;
    color: #444;
}
.maypage_feed_card_date{
    font-size: 0.8em;
    color: #bbb;
    text-align: right;
}

.maypage_feed_panel img{
    width: 100% !important;
    height: auto !important;
}

.square-content {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.mainTable{
    border-radius: 4px!important;
    border: 1px #ddd solid!important;
    font-size:16px!important;
    margin-top:20px!important;
    margin-bottom:20px!important;
    border-collapse:separate!important;
    border-spacing:1px!important;
}
.mainTable th{
    background-color:#E6E5E0!important;
    padding:5px!important;
}
.mainTable td{
    padding:8px!important;
}
/*
.navi_logout{
    background-color: #814B9E!important;
    color:rgba(255, 255, 255, 0.5)!important;
}
.navi_logout_li a:hover{
    color:#fff!important;
    border-radius: 2px!important;
}

.navi_logout_li{
    background-color: #fff!important;
    padding: 1px!important;
    border-radius: 2px!important;
    
}
*/
.btn-secondary {
  color: #17141F;
  background-color: #A991D4;
  border-color: #A991D4;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #9476c9;
  border-color: #8c6cc6;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active{
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.modal-middle { 
    margin: 5% auto;
}
.modal-img_footer {
    padding: .5em;
    text-align: center;
}
.img_block img{
    display: block;
    margin:auto;
}
/* パソコン・スマホ共通のCSS */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: -5px; /*下からのボタンの配置場所を指定*/
    right: 0px; /*右からのボタンの配置場所を指定*/
    border-radius: 4px!important; 
}

#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    /*color: #fff;*/ /*文字の色*/
    /*background: #00bfff;*/ /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}

#PageTopBtn a:hover {
    text-decoration: none; 
    /*background: #87cefa;*/ /*マウスオーバー時の背景色*/
}
.thumb{
    /* NewsFeedのアイコンサイズ*/
    width: 100px!important;
    height: auto!important;
    object-fit: cover;
}
/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
    #PageTopBtn {
        font-size: 16px; /*文字のサイズ*/
        border-radius: 4px!important; 
    }
    #PageTopBtn a {
        width: 100px; /*ボタンの幅*/
        height: 70px; /*ボタンの高さ*/
        padding: 24px 0; /*文字の配置場所の調整*/
        border-radius: 4px!important; /*ボタンの角を少し丸くする*/
    }
    .history_tbl th{
        background-color: #E6E5E0!important;
        padding: 5px;
        
        
    }
    .history_tbl_th1 {
        width: 10% !important;
        text-align: center;
        padding: 5px;
    }
    .history_tbl_th2{
        width: 15% !important;
        padding: 5px;
    }
    .history_tbl_th3{
        width: 60% !important;
        padding: 5px;
    }
    .history_tbl_th4{
        width: 10% !important;
        text-align: center;
        padding: 5px;
    }
	.history_tbl_th5{
        width: 5% !important;
        text-align: center;
        padding: 5px;
    }
    .history_tbl_td1,.history_tbl_td4,.history_tbl_td5{
        text-align: center;
    }
    .swiper-container {        
        width: 98% !important;
        margin: auto;
        height: auto !important;
    }
    .swiper-container img{
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }    
    .swiper-pagination-bullet {
        width: 12px!important;
        height: 12px!important;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        opacity: .2;
    }

}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
    body{
        overflow-x: hidden;
        width: 100%!important;
    }
    #PageTopBtn {
        font-size: 10px;
        border-radius: 3px!important;
        right:5px;
        bottom: 5px;
    }
    #PageTopBtn a {
        width: 70px;
        height: 50px;
        padding: 17px 0;
        border-radius: 3px!important; /*ボタンの角を少し丸くする*/
    }
    
    #HistoryTable > tbody > tr {
        counter-increment: rowCount;
    }
    .history_tbl th{
        display: none; /*スマホ時は非表示*/
    }

    .history_tbl_td1 {
       background-color: #E6E5E0!important;
      
    }
    #HistoryTable td{
         padding: 3px!important;
    }
    #HistoryTable td:nth-child(1):before{
        /*content:counter(rowCount)'件目 注文／申込日：';*/
        content:'●注文／申込日：';
    }
    .history_tbl_td2{
    }
    #HistoryTable td:nth-child(2):before{
        content: '　項目：';
    }
    .history_tbl_td3{
        /*white-space: nowrap!important;*/
    }
    #HistoryTable td:nth-child(3):before{
        content: '　詳細：';
    }
    .history_tbl_td4{
    }
    #HistoryTable td:nth-child(5):before{
        content: '　数量：';
    }
	.history_tbl_td5{
    }
    #HistoryTable td:nth-child(4):before{
        content: '　参加証：';
    }
	
    #HistoryTable_length{
        text-align: left;
    }
    .dataTables_scrollBody{
        height: 40vh!important;
    }
    .swiper-container {        
        width: 98% !important;
        margin: auto;
        height: auto !important;
    }
    .swiper-container img{
        width: 100% !important;
        height: auto !important;
        object-fit: cover;
    }
    .swiper-pagination-bullet {
        width: 7px!important;
        height: 7px!important;
        display: inline-block;
        border-radius: 100%;
        background: #000;
        opacity: .2;
        bottom: -3px!important;
    }
   
    .swiper-pagination{
        bottom: -3px!important;
    }
    .swiper-button-next{
       background-size: 15px 22px!important;
       right:0px!important;
    }
    .swiper-button-prev {
       background-size: 15px 22px!important;
       left:0px!important;
    }
}
.badge-new{
    vertical-align: middle!important;
}

.wrapper { overflow: hidden; } /* スマホの左右のズレ防止 */
.label_badge{
    vertical-align: middle;
    padding-top: 6px;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.alert_resultOK{
    padding: 0!important;
}
.alert_resultNG{
    padding: 0!important;
}

.head_user_badge{
    vertical-align: middle!important;
    padding: 0.5em 0.7em 0.6em 0.6em!important;
    border-radius: 1em!important;
}
.head_user_badge_hide{
    vertical-align: middle!important;
    padding: 0.5em 0.7em 0.6em 0.6em!important;
    color: #814B9E!important;
    background-color: #814B9E!important;
    
}
.head_pf_badge{
    vertical-align: middle!important;
    padding: 0.5em 0.7em 0.6em 0.6em!important;
    border-radius: 1em!important;
}
.head_pf_badge_hide{
    vertical-align: middle!important;
    padding: 0.5em 0.7em 0.6em 0.6em!important;
    color: #814B9E!important;
    background-color: #814B9E!important;    
}
.side_user_badge{
    vertical-align: middle;
    padding: 0.5em 0.7em 0.6em 0.6em;
    border-radius: 1em!important;
}
.side_badge{
    vertical-align: middle;
    padding: 0.5em 0.7em 0.6em 0.6em;
    border-radius: 1em!important;
}
#myAlert{
    /*
    width: 98%!important;
    margin:auto;
    margin-bottom: 10px;
    */
    
}
#myModalTitle{
    color: #444;
    font-weight: bold;
}
#myModalheader{
    background-color: #A490B8;
}
#myModalContent{
    min-height:600px;
}
.secretary-th{
    width:300px!important;
}
.secretary-th1{
    /*width:60px!important;*/
    width:5%!important;
    height:80px;
    font-size: 1.2em;
    vertical-align: middle!important;
    text-align: center;
}
.secretary-th2{
    /*width:240px!important;*/
    width:20%!important;
    height:80px;
    font-size: 1.2em;
    vertical-align: middle!important;
}
.secretary-th3{
    /*width:540px!important;*/
    width:40%!important;
    height:80px;
    font-size: 1.2em;
    vertical-align: middle!important;
}
.secretary-th4{
    width:35%!important;
    height:80px;
    font-size: 1.2em;
    vertical-align: middle!important;
}
.secretary-td1{
    
}
.secretary-td2{
}
.secretary-td3{

}
.secretary-td4{
    text-align: right;
}
@media (max-width: 767px) {
    #myModalContent{
        min-height:300px;
    }
    .secretary-table th, .secretary-table td{
        display: table-cell;
        padding-top:0.8em;
        padding-bottom:0.8em;
    }
    .secretary-th{
        width:100%!important;
        
        vertical-align: middle!important;
    }
    .secretary-th1{
        width:100%!important;
        text-align: left!important;
        vertical-align: middle!important;
    }
    .secretary-th2{
        width:100%!important;
        vertical-align: middle!important;
    }
    .secretary-th3{
        width:100%!important;
        vertical-align: middle!important;
    }
    .secretary-th4{
        width:100%!important;
        vertical-align: middle!important;
    }
}
#myModalFooter{
    background-color: #f5f4f0;
}
#myAlert{
    height: 450px;
}
#myAlertHeader{
    vertical-align: middle;
    border-bottom:  #f5f4f0;
}
#myAlertBody{
    margin-bottom: 0;
}
button:disabled {
  cursor: not-allowed;
  pointer-events: all !important;
}
.secretary-check{
    position: relative;
    min-height: 60px;
}
.secretary-check input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.secretary-check label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.sidemenu_banner{
	
	margin-top: 5px;
	padding: 0;
}
.sidemenu_banner img:hover {
	opacity: 0.8 ;
}
.mypage_banner{
	text-align: center!important;
	margin: auto;
	height: auto !important;
	width: 98%;
	border: #A8A8A8 solid 1px;
}
.mypage_banner img:hover {
	opacity: 0.8 ;
}