body{
	/*border-top: 3px solid #0088cc;*/
	padding: 20px;
	background-color: #f4f6f7;
	margin: 0;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #333;
}
p{margin: 0 0 2px;}
a,a:not([class]) {
    color: #10adc0;
    text-decoration: none;
}
ul,
ol {
	padding: 0;
	margin: 0 0 9px 20px;
	margin: 0 0 9px 25px;
	padding: 0 0 0 26px;
    margin: 0 0 9px 3px;
}
ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}
li {
	line-height: 1.5em;
	margin: 4px 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 18px;
    color: inherit;
    text-rendering: optimizelegibility;
}
h1, h2, h3 {
    line-height: 36px;
}
h1 {
    font-size: 20px;
    line-height: 25px;

}
h2 {
	font-size: 20px;
	line-height: 25px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
}
h4 {
    background-image: url("../../../../../images/title/titlebg01.png");
    background-position: 2px 50%;
    background-repeat: no-repeat;
    padding: 12px 2px 8px 35px;
    font-size: 14px;
    border-bottom: 1px dotted #CCC;
    margin: 20px 0px 7px 0px;
	line-height: 16px;
}
h5 {
	font-size: 13px;
	line-height: 15px;
    background-image: url(../../../../../images/title/titlebg03.png);
    background-position: 2px 50%;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dotted #CCC;
    margin: 20px 0px 7px 15px;
    padding: 4px 4px 4px 20px;
}
h6 {
	font-size: 12px;
	line-height: 14px;
}
table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	width: 100%;
	margin-bottom: 18px;
}
.table th, .table td {
    padding: 8px;
    line-height: 18px;
    text-align: left;
    vertical-align: top;
}

.table-bordered {
	border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:1.6em;
}
.table-bordered th,
.table-bordered td {
	border: 1px solid #ddd !important;
	padding:8px !important;
	box-shadow:none;
}
.table-bordered td.list-date{
white-space:nowrap;}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9 !important;
}

body header{
    background-color: #fff;
    padding: 5px 20px;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}
div.site-grid{
    background-color: #fff;
    padding: 5px 8px;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}
.container-header {
    z-index: 10;
    background-color: #FFFFFF;
    background-image:none;
    box-shadow:none;
}
.container-header .grid-child {
    padding: 0;
}

.container-nav {
	margin-bottom: 0;
	margin-top:10px;
}


.navigation .nav-pills {
	margin-bottom: 0;
	font-size:13px;
}
.container-header .container-nav {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
    margin-top:4px;
}
/*itemコンテンツ最外枠*/
div.item-page,
div.com-content-category-blog {
    padding: 3px 4px;
}
.item-page p,
div.com-content-category-blog p {
    padding: 4px 7px 0.2em;
}
/*Search BOX*/
.mod_search80{
    position: absolute;
    top: 28px;
    right: 15px;
}
.search-query{
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    padding:4px 14px;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;

    box-sizing: content-box;
    -webkit-appearance: textfield;
    position: absolute;
	right:20px;
	top:10px;
}

/*Smart Search BOX*/
form.mod-finder{
    position: absolute;
    top: 0px;
    right: 15px;
}
form.mod-finder input.js-finder-search-query{
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    padding:6px 14px 2px;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
	line-height:1.5em;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
	font-size:13px;
    box-sizing: content-box;
    -webkit-appearance: textfield;
    position: absolute;
	right:20px;
	top:25px;
	width:auto;
}
.result__item+.result__item {
    border-top:2px dotted #CCC;
    margin-top: 0.6em;
    padding-top: 0.6em;
}
.result__title-text {
    line-height:1.4em;
}
.result__taxonomy {
    margin-top:0;
    margin-left:0;
}

/* navigation new*/
ul.maximenuck{
	margin:4px 0;
	flex-wrap: nowrap !important;
	padding:0;
}
ul.maximenuck li.level1,
ul.maximenuck li.level2{
    position: relative !important;
    margin:0;
    align-content:space-around;
}
ul.maximenuck li.level1{
	height:48px;
	padding:0;
    border-top: 1px solid #F8F8F8;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #FFFFFF;
	line-height:16px;
}
ul.maximenuck li.level1 > a{
	padding-top:1px;
}

ul.maximenuck li.current,
ul.maximenuck2 li.current,
ul.maximenuck li.active {
	background:#59a9b3 url(../images/mainmenu_arrow2.png) bottom right no-repeat;
	border-top:1px solid #72cfda;
	border-right:1px solid #015862;
	border-bottom:1px solid #044850;
	border-left:1px solid #38bbcb;
    margin:0;
}

ul.maximenuck li.item101{width:94px;}
ul.maximenuck li.item146{width:120px;}
ul.maximenuck li.item131{width:106px;}
ul.maximenuck li.item128{width:106px;}
ul.maximenuck li.item308{width:106px;}
ul.maximenuck li.item103{width:106px;}
ul.maximenuck li.item106{width:106px;}
ul.maximenuck li.item126{width:106px;}
ul.maximenuck li.item285{width:72px;}


.container-header .mod-menu>li>a,
 .container-header .mod-menu>li>span,
li.maximenuck.level1 a,
li.maximenuck2.level2 a  {
    color: #000000;
    text-decoration: none;
    position: relative;
    padding-right:0 !important;
    align-items:center !important;
}
div#maximenuck282{
	font-size:13px !important;
	margin-bottom:5px;
}

/*disable arrow image*/
/* arrow image for parent item */
div#maximenuck282 ul.maximenuck li.level1.parent > a:after,
div#maximenuck282 ul.maximenuck li.level1.parent > span.separator:after,
div#maximenuck282 ul.maximenuck li.level1.parent > span.nav-header:after {
	display: none !important;
	border: none !important;
	content:'' !important;
}








ul.maximenuck > li.item-128 > a,
ul.maximenuck > li.item-146 > a,
ul.maximenuck > li.item-308 > a,
ul.maximenuck > li.item-131 > a  {
	padding-top: 8px;
	padding-bottom: 6px;
	line-height: 16px;
	font-size:12px;
	text-align:center;
}

li.maximenuck.active > a{
	color: #fff;
	/*background-color: #59a9b3;
	background:#59a9b3 url(../images/mainmenu_arrow2.png) bottom right no-repeat;*/
}
li.maximenuck:has(.child:nth-of-type(1):hover) {
    background: #59a9b3;
}
li.maximenuck.level1.active:has(a:hover) {
    background:#e8e8e8;
    color:#000000;
    background:#59a9b3;
    color:#FFFFFF;
}
li.maximenuck.level1:has(a:hover) {
    background:#e8e8e8;
    color:#000000;
}
li.maximenuck.current:has(a:hover) {
    background:#59a9b3;
    color:#FFFFFF;
}
li.maximenuck.level1:has(a:hover) > a{
   /* color:#FFFFFF;*/
}
div#maximenuck282 ul.maximenuck li.maximenuck.level1 li.maximenuck > a
{
    display: block !important;
}

div#maximenuck282 div.floatck {/* sub menu*/
    position: absolute;
    top: 46px;
	left:-1px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 230px;
    width:auto !important;
    padding: 10px 0 !important;
    margin: 3px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}
div.floatck:before {
    position: absolute;
    top: -14px;
    left: 29px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFF;
    border-left: 7px solid transparent;
    position: absolute;
    top: -7px;
    left: 29px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
div.floatck:after{
    position: absolute;
    top: -6px;
    left: 30px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
div.floatck li.level2{
	padding:3px 5px;
	width:auto;

}
/*do not display sub submenu*/
ul.maximenuck div.floatck div.floatck{
	width:0 !important;
	display:none !important;
}
ul.maximenuck2 li.parent > a:after{
	display:none !important;
}

div.maxidrop-main{ display:block !important;}



div.maxidrop-main {
    width: auto !important;

}
ul.maximenuck2 li.level2{

}
div.floatck ul li{
	white-space:nowrap;
	line-height:1.6em;
	margin:4px 0;
}
div.floatck ul li a{
	padding:5px 10px;
padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
}

div.floatck ul li a:hover{
	color: #fff;
	background-color: #59a9b3;
	background:#59a9b3 url(../images/mainmenu_arrow2.png) bottom right no-repeat;
}



.header .mod-menu > li {
  position: relative;
}

.header .mod-menu li:hover > ul {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  padding: 16px;
}

.header .mod-menu li:hover > ul li {
  display: block;
}


/*各記事の最初の枠に変なマージンが入る事を修正*/
.container-component>:first-child,
.container-sidebar-left>:first-child,
.container-sidebar-right>:first-child,
.container-component>*+*,
.container-sidebar-left>*+*,
.container-sidebar-right>*+* {
    margin-top: 0 !important;
}

/*カード枠*/
.card {
    min-height: 20px;
    padding: 13px 19px 8px 19px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 14px;
    box-sizing: border-box;
    border:1px solid #EEEEEE;
}
.card-nomargin{
	padding:0;
	margin:0;
	border:none;
}


h3.card-header{
    background-image: url(/images/common/images/side_titlebg01.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 2px 0px 2px 0px;
    text-indent: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
	margin: 0px 0px 10px 0px;
	line-height: 20px;
	font-size: 14px;
	background-color:#FFFFFF;
}
.card-body {
    justify-content: center;
    align-items: center;
}

/*バナー枠*/
div.banneritem {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
    min-height: 36px;
    margin: 1px auto;
    text-align: center;
    padding: 8px 0;
}
div.banneritem img {
    max-width: 170px;
    /* max-height: 50px; */
    margin: 0px auto;
}

/*メイン枠*/
main {
    line-height: 1.6em;
    min-height: 40em;
}
.blog-items{

}
.blog-item{

}
.item-content{

}
/*メイン枠タイトル*/
h2.item-title {
    background-image: url('../../../../../images/title/titlebg01.png');
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0px 6px 0px;
    text-indent: 35px;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
}
h2.item-title2 {
	background-image:url('../../../images/title/title_bullet01.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0px 6px 0px;
	text-indent: 35px;
	font-size: 14px;
    line-height: 16px;
	color: #000;
	border-right: 1px solid #CCC;
}
h2.item-title a {
    color: #000;
    display: block;
    text-indent: 0;
    padding-left: 30px;
    padding-right: 5px;
}
div.page-header, div.blog > h2, h2.title {
    display: block;
    padding: 1px 8px;
    margin: 8px 0 14px;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid #eee;
    border-left: solid 2px #399;
}
h2.title,.com-finder h1{
display: block;
    padding: 9px 8px;
    margin: 8px 0 14px;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid #eee;
    border-left: solid 2px #399;
}
div.blog > h2 span.subheading-category{
	display:block;
margin: 10px 0;
	line-height:25px;
	font-weight:bold;
	font-size:20px;
}
div.content-category h1{
	padding:  10px 8px;
	margin: 8px 0 14px;
	border-bottom: 1px solid #eee;
	border-left:solid 2px #399;
	font-size: 26px;
    line-height: 28px;
}
div.item-page h2.title{
    text-indent: 15px;
	font-size: 14px;
	line-height: 42px;
	border-bottom:none;
	margin: 10px 0px;;
	border-right:1px solid #CCC;

	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px dotted #CCC;
}

p.h2titlegreen, .h2titlegreen{
	padding: 10px 12px 10px 12px;
	margin: 10px 0px;;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#8dd8e1,#5cc7d4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#8dd8e1),to(#5cc7d4));
	background-image: -webkit-linear-gradient(top,#8dd8e1,#5cc7d4);
	background-image: -o-linear-gradient(top,#8dd8e1,#5cc7d4);
	background-image: linear-gradient(to bottom,#8dd8e1,#5cc7d4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dd8e1', endColorstr='#ff5cc7d4', GradientType=0);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-weight: normal !important;
	color:white;
	font-size: 16px;
}

p.h2titlegreen2, .h2titlegreen2{
	padding: 17px 12px 17px 12px;
	margin: 10px 0px;;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#76b7bf+0,59a9b3+100 */
background: rgb(118,183,191); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(118,183,191,1) 0%, rgba(16,173,192,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(118,183,191,1) 0%,rgba(16,173,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(118,183,191,1) 0%,rgba(16,173,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b7bf', endColorstr='#59a9b3',GradientType=0 ); /* IE6-9 */



	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dd8e1', endColorstr='#ff5cc7d4', GradientType=0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
	color:white;
	font-size: 16px;
}
.h3title{
	background-image: url("../../../images/title/title_bullet01.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 9px 0 8px;
    text-indent: 35px;
	font-size: 14px;
	line-height: 16px;
	border-bottom:none;
}

.h4title{
    border-left: 2px solid #59a9b3;
    border-bottom: 1px dotted #CCCCCC;
    padding: 5px 0 4px !important;
margin:0.5em 10px 0.4em;
    text-indent: 0px;
	font-size: 14px;
}

.h4title_s{
    border-left: 2px solid #10BCA5;
    border-bottom: 1px dotted #CCCCCC;
    padding: 4px 0 4px !important;
	margin:1em 10px 0.4em;
    text-indent: 6px;
	font-size: 14px;
	font-weight:bold;
}
.width100p{
	width: 100%;
}
p.facilitator{
	line-height:1.3em;
	margin-bottom: 8px;
}
p.btn_download{
	border:3px solid #f8a9ab;
	text-align: center;
}

.btn_flat {
width:60%;
margin: 1px auto;
  display: inline-block;
  padding: 10px 1em;
  text-decoration: none;
  color: #FFF;
background: #78aded; /* Old browsers */
background: -moz-linear-gradient(top, #78aded 0%, #226ead 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #78aded 0%,#226ead 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #78aded 0%,#226ead 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78aded', endColorstr='#226ead',GradientType=0 ); /* IE6-9 */
  transition: .4s;
  text-align:center;
}

.btn_flat:hover {
background: #78aded; /* Old browsers */
background: -moz-linear-gradient(top, #78aded 0%, #226ead 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #78aded 0%,#226ead 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #78aded 0%,#226ead 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78aded', endColorstr='#226ead',GradientType=0 ); /* IE6-9 */
}
.com-content-article ol{
    overflow: visible;
    padding-left:20px;
}
.com-content-article ul {
    list-style-type:square;
    overflow: hidden;
}
.com-content-article__body table td{
	border:1px solid #FFFFFF !important;
}
/*記事日付部分*/
.text-muted {
	margin: 5px 6px 3px;
}
.article-info dd {
    padding: 0;
    margin: 0;
}
/*パンくず*/
.breadcrumb {
	margin: 0px 0px 10px 0px;
	background-color: #f3f3f3;
	padding: 9px 7px !important;
    list-style: none;
}
.breadcrumb li.mod-breadcrumbs__divider{
	padding-right:2px;
	color:#818181;
}
/*カテゴリ一覧画面説明*/
div.content-category div.cat-children div.category-desc, div.item-pagepast-conf-index div.category-desc {
    font-size: 12px;
    text-indent: 35px;
    margin-top: -7px;
}
.item-title {
    margin-bottom: 9px;
}

.page-header {
    margin: 22px 0px 10px 0px;
    padding-bottom: 5px;
}
div.category-list {
    margin-top: 30px;
}




/*汎用クラス*/
.hidden {
	display: none;
	visibility: hidden;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
.small {
	font-size: 11px;
}
iframe,
svg {
	max-width: 100%;
}
.nowrap {
	white-space: nowrap;
}
.center,
.table td.center,
.table th.center {
	text-align: center;
}



/*以下前回のCSSより転載*/
/*FOOTER*/
footer.footer{
	text-align: center;
	font-size: 10px;
	width:980px;
	margin-right:auto;
	margin-left:auto;
	color:#999999;
}
.footer .grid-child {
    width: 100%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding:1em 0;
    background-color:#FFFFFF;
    color: #555555;
}
.footer .footer2{
	display:none;
}
footer hr{
	margin: 9px 0;
}

/*転載　汎用クラス*/
.highlight{
	color:#d90000;
}
span.smalltext{
	font-size: 11px;
	line-height:11px;
}
span.xsmalltext{
	font-size: 10px;
}
span.xxsmalltext{
	font-size: 9px;
}
.required{
	color: red;
	font-size:9px;
	padding: 1px 2px;
	line-height: 9px;
	display: inline-block;
	border: 1px solid red;
	margin-left:2px;
	margin-bottom:3px;
	vertical-align: middle;
}
#member-registration div.control-label .required{
	color: #000000;
	font-size:12px;
	padding: 1px 2px;
	line-height: 9px;
	display: inline-block;
	border: none;
	margin-left:2px;
	margin-bottom:3px;
	vertical-align: middle;
}
span.link_s{
	padding-left:3px;
	vertical-align: middle;
}
span.h10{
	background-color:#899a96;
	padding:1px 5px;
	border-radius: 3px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:0.4em;
}
.textLeft{
	text-align: left;
}
.textRight{
	text-align: right;
}
.box1{
	border: 1px dotted #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FcFcFC;
	padding: 8px 8px !important;
	margin: 6px 5px;
	width:auto;
}
.box2{
	border: 1px dotted #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FcFcFC;
	padding: 8px 6px !important;
	margin: 6px 10px;
	width:auto;
	font-size: 14px;
}
.box3{
	border: 1px dotted #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FcFcFC;
	padding: 8px 8px !important;
	margin: 6px 15px;
	width:auto;
}
.pageMenu{
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f9f9f9;
	padding: 7px 8px !important;
	margin: 6px 10px;
	width:auto;
}
.pageMenu span{
	display:block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#e0e0e0;
	color:#000;
	padding:5px 9px;
	margin-bottom:0.3em;
}
.pageMenu ul li{
	line-height:1.7em;
}
.pageMenu p{
	padding-left:4.2em;
	text-indent:-4.2em;
}
span.h10{
	background-color:#899a96;
	padding:1px 5px;
	border-radius: 3px;
	color:#FFFFFF;
	font-size:12px;
	margin-right:0.4em;
}
span.h10border{
	padding:1px 5px 0;
	border: 1px solid #646464;
	border-radius: 3px;
	font-size:12px;
	margin-right:0.4em;
}
span.h11{
	background-color:#c6cecc;
	padding:1px 5px;
	border-radius: 3px;
	font-size:12px;
	margin-right:0.4em;
}
span.h12{
	color:#FFFFFF;
	background-color:#cf5823;
	padding:1px 5px;
	border-radius: 3px;
	font-size:12px;
	margin-right:0.4em;
}
p.dotBox{
    display: block;
    border: 1px dotted #CCCCCC;
    padding: 7px 7px 3px;
    margin-bottom: 0.8em;
}
span.badge2{
	font-size:12px;
	margin-right:0.4em;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 9px;
    background-color: #d57b2e;
    color:#FFFFFF;
    font-weight:bold;
}
span.badgeGold{
	font-size:12px;
	margin-right:0.4em;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 9px;
    background-color: #b99939;
    color:#FFFFFF;
    font-weight:bold;
}
span.badgeSpecial{
	font-size:12px;
	margin-right:0.4em;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2px 9px;
    background-color: #87af6a;
    color:#FFFFFF;
    font-weight:bold;
}
.bgyellow{
	background-color:#f1fbb0;
}
.marginLeft5{
	margin-left: 5px !important;
}
.marginLeft10{
	margin-left: 10px !important;
}
.marginLeft15{
	margin-left: 15px !important;
}

.marginSide5{
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.marginSide10{
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.marginSide15{
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.marginSide20{
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.txtAlignCenter{
	text-align: center;
}
.pdg5px{
	padding: 5px;
}
.images img{
	padding:4px;
}
.hosokuright{
	float:right;
	text-align:right;
	width:360px;
	line-height:11px;
	margin-right:5px;
}

.hosoku{
	font-size:10px;
	line-height:1.2em;
	margin-right:5px;
	margin-left:3.7em;
	text-indent:-1.3em;
}
.linkBtn {
    display: inline;
    font-weight: normal;
    border: 1px solid #0fa3b3;
    position: relative;
    display: inline-block;
    margin: 1px 0 0 1.2em;
    padding: 3px 22px 2px 5px;
    color: #0fa3b3;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    /* background-color: #0fa3b3; */
}
.linkBtnFA{
	display:inline;
	font-weight:normal;
	border: 1px solid #0fa3b3;
    position: relative;
    display: inline-block;
    margin:1px 0 0 1.2em;
    padding:3px 5px 2px 5px;
    color: #0fa3b3;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    /*background-color:#0fa3b3;*/
}
.linkBtnNoBorder{
	display:inline;
	font-weight:normal;
    position: relative;
    display: inline-block;
    margin:5px 0 0 1.2em;
    padding:4px 22px 2px 5px;
    color: #0fa3b3;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    /*background-color:#0fa3b3;*/
}
.index-link::before,
.index-link::after{
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.index-link::before{
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #0fa3b3;
    right: 5px;
}
.index-link::after{
    right: 6px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #0fa3b3;
}

/*転載　汎用クラス終わり*/


/*特定のページ用CSS*/
/*topイメージ*/
#mod-custom88{
	margin-bottom:0.7em;
	max-width:700px;
}
/*ssl シール*/
.module_sslseal{
	border:none !important;
	box-shadow:none;
	padding-top:0;
}
.module_sslseal h3.card-header{
	display:none;
}
/*研究会インデックス*/
body.view-category h2, div.item-pageconf-index div.items-leading h2,
div.blog div.items-leading h2,
th.list-title{
    line-height: 16px;
    font-weight: normal;
    border-bottom: 1px dotted #CCC;
    padding: 3px;
    font-size: 14px;
    padding-left: 1.3em;
    line-height: 18px;
}
body.view-category h2.category-name,
div.item-pageconf-index div.items-leading h2.category-name,
div.blog div.items-leading h2.category-name {
    background-image: url("../../../../../images/title/title_bullet01.png");
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: 0;
    padding: 10px 0 7px;
    text-indent: 35px;
    font-size: 14px;
    line-height: 16px;
    border-bottom: none;
    font-weight: normal;
}
div.blog div.items-leading div.page-header h2{
	border:none;
	font-weight:bold;font-size: 20px;
    line-height: 25px;
    padding:0;
}
/*過去の研究会*/
.item-pagepast-conf-index h3.item-title {
    filter: none;
    background-image: url('../../../../../images/title/title_bullet01.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding: 9px 0px 8px 0px;
    text-indent: 35px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    background-color: white;
    border-bottom: none;
    font-weight: normal;
}
p.h2titlegreen, .h2titlegreen {
    padding: 10px 12px 10px 12px;
    margin: 10px 0px;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top,#8dd8e1,#5cc7d4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#8dd8e1),to(#5cc7d4));
    background-image: -webkit-linear-gradient(top,#8dd8e1,#5cc7d4);
    background-image: -o-linear-gradient(top,#8dd8e1,#5cc7d4);
    background-image: linear-gradient(to bottom,#8dd8e1,#5cc7d4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dd8e1', endColorstr='#ff5cc7d4', GradientType=0);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-weight: normal !important;
    color: white;
    font-size: 16px;
}
/*テーブル*/
table.tablenowrap{
	width: 300px;
	margin: 6px;
}
table.tablenowrap th{
	white-space:nowrap;
	text-align: right;
	background-color: #eee;
	border: solid 1px #FFF;
	padding: 2px 3px;
}
table.tablenowrap td{
	white-space:nowrap;
	text-align: right;
	background-color: #f3f3f3;
	border: solid 1px #FFF;
	padding: 3px 6px;
}

table.tableTotal{
	width: 300px;
	margin: -2px 6px;
	border-top: 2px dotted #777;
}
table.tableTotaltop{
	width: 300px;
	margin: -2px 6px;
	border-bottom: 2px dotted #777;
}
table.tableTotal th,
table.tableTotalTop th
{
	white-space:nowrap;
	text-align: right;
	border: solid 1px #FFF;
	padding: 2px 3px;
}
table.tableTotal td,
table.tableTotalTop td{
	white-space:nowrap;
	text-align: right;
	border: solid 1px #FFF;
	padding: 2px 3px;
}
/*table report*/
table.report_table{
}
table.report_table th{
	white-space:nowrap;
	text-align: right;
	background-color: #eee;
	border: solid 1px #FFF;
	padding: 2px 3px;
	font-weight: normal;
}
table.report_table td{
	white-space:nowrap;
	text-align: right;
	background-color: #f7f7f3;
	border: solid 1px #FFF;
	padding: 3px 4px;
}
table.report_table tr.top_divider{
	border-top: 1px dotted #bbb;
}
table.report_table_wrap th{
	white-space:nowrap;
	text-align: right;
	background-color: #eee;
	border: solid 1px #FFF;
	padding: 2px 3px;
	font-weight: normal;
}
table.report_table_wrap td{
	text-align: right;
	background-color: #f7f7f3;
	border: solid 1px #FFF;
	padding: 3px 4px;
}
table.report_table_wrap tr.top_divider{
	border-top: 1px dotted #bbb;
}



/*table event*/
table.event_table{border: none;
}
table.event_table th{
	white-space:nowrap;
	text-align: right;
	background-color: #eee;
	border: solid 1px #FFF;
	padding: 0.5em 0.5em;
	font-weight: normal;
	width:100px;
}
table.event_table td{
	text-align: right;
	background-color: #f7f7f3;
	border: none;
	padding:0.4em;
}
table.event_table tr.top_divider{
	border-top: 1px dotted #bbb;
}
table.event_table td table th{
	background-color: #e6eced !important;
}

table.event_table td table td{
	text-align: right;
	background-color: #f7f7f3;
	border-bottom: solid 1px #FFF;
	padding:0.5em 0.5em;
}
table.event_table td table.event_table_sub th{
	width:6em;
}
table.event_table td table.event_table_sub th{
	border:none;
	border-bottom:1px solid #FFFFFF;
}
div.boxReportTable{
	margin: 0 1px;
	line-height: 1.3em;
	background-color: #CCC;
	padding: 2px 1px 1px 1px;
}
div.table_title{
	margin: 0 1px;
	line-height: 1.3em;
	padding: 2px 1px 1px 1px;
}
table#tbl_seminar_groups th{font-weight:bold;}
table#tbl_seminar_groups th,
table#tbl_seminar_groups td{
	text-align:left;
}
table#tbl_seminar_groups .td2,
table#tbl_seminar_groups .td3{
	text-align:center;
}

/*regular Table*/
table.regularTable th{
	text-align:center;
   border:1px solid #333333 !important;
}
table.regularTable td{
   border:1px solid #333333 !important;
}

/*近日開催予定テーブル*/
div.moduletable_upcoming_events{
	border:2px solid #CCCCCC;
	margin:9px 0 0;
	border-radius:0;
	padding:0;
}
div.moduletable_upcoming_events h3{
	background-image:none;
	background-color: #53837e;
	margin:0;
	padding:5px 3px;
	font-size: 14px;
	color:#FFFFFF;
	line-height: 20px;
	text-indent:2px;
}
div.moduletable_upcoming_events .card-body,
div.main-top .card-body{
box-shadow:none;
	padding:0;
}
div.moduletable_upcoming_events table{
	margin:2px 1%;
	width:98%;
}
div.moduletable_upcoming_events table th{
	border-bottom: 1px dotted #CCCCCC;
	line-height:1.1em;
	padding:5px 2px 1px;
}
div.moduletable_upcoming_events table td{
	padding:0.7em 0;
	border-bottom: 1px dotted #CCCCCC;
	line-height:1.3em;
}
div.moduletable_upcoming_events tr.lasttr td{
	border-bottom: none;
}
div.moduletable_upcoming_events table td span.date{
	background-color:#34707c;
	color:#FFFFFF;
	font-size:11px;
	padding:1px 7px;

}

div.moduletable_about_upcoming_event{
	border:2px solid #CCCCCC;
	margin:9px 0 0;
}
div.moduletable_about_upcoming_event h3{
	background-color: #aeaf70;
	margin:0;
	padding:5px 3px;
	font-size: 14px;
	color:#FFFFFF;
	text-indent:0.3em;
}
div.custom_about_upcoming_event{
	margin:0.1em;
}
div.custom_about_upcoming_event p{
	margin:0.8em 1%;
}

/*よくわからない*/
.cfu-topic .cfu-title h2{
		display:none;
}
#conf-next-registbanners img{
	margin-bottom: 8px;
}

/*ie*/
.dropdown {
    width: auto\9; /* IE8 �ȉ� */
}

/*override*/
.small-message, .error-message {
	margin: 0 0 1em 32% !important;
}

/*検索結果ページ*/
form#searchForm{
	margin-bottom:0;
}
form#searchForm fieldset{
	margin:1em 0;
	width:49.5%;
}
form#searchForm div.fieldsets{}
form#searchForm fieldset.phrases{float:left;}
form#searchForm fieldset.only{float:right;}
form#searchForm fieldset legend{
	padding:7px 0 2px;
	margin-bottom:2px;
	font-size: 1.15em;
	line-height:1.4em;
	background-color:#efefef;
	text-indent:3px;
	font-weight:bold;
}
form#searchForm fieldset label{margin-left:4px;}
dl.search-results{
	margin-top:0;
	border-bottom:1px dotted #CCCCCC;
}
dl.search-results dt.result-title{
	padding:0.5em 0 0;
	border-top:1px dotted #CCCCCC;
}
dl.search-results dd.result-created{
	padding:0 0 0.5em 0;
}
div.page_counter div.form-limit{
	display:inline;
}
div.page_counter div.form-limit label{
	display:inline;
}
div.page_counter p.counter{
	display:inline;
padding-left:2em;
}


/*overrides ends*/


/*invitation*/
/*overflow scroll*/
.scroll1, .scroll2 {
  width: 100%;
  overflow-x: auto;
  overflow-y:hidden;
}

.scroll1 {height: 20px; }
.scroll2 {height: auto; }

.scroll11 {
  /*width:1000px;*/
  height: 20px;
}

.scroll22 {

  background-color: #88FF88;
  overflow: hidden;
}
div.scheduleTableL table{
/*display: block;*/
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
	font-size:0.86em;
	border-color:#bbbbbb;
}
div.scheduleTableL table tr td{
	background-color:#efefef; padding:3px;
 height:2rem;
 min-width:120px;
}
div.scheduleTableL table tr.minHeight td{
 height:1.2em;
}
div.scheduleTableL table td.c01-1{
	background-color:#339999; color:#FFFFFF; font-weight:bold; min-width:10px;
}
div.scheduleTableL table td.c01-2{
	background-color:#94DEDC; font-weight:bold; min-width:10px;
}
div.scheduleTableL table td.c02-1{
	background-color:#595959; color:#FFFFFF; font-weight:bold;
}
div.scheduleTableL table td.c02-2{
	background-color:#808080; color:#FFFFFF; font-weight:bold;
}
div.scheduleTableL table td.c03{
	background-color:#FFFFCC;
}
div.scheduleTableL table td.c04{
	background-color:#92D050;
}
div.scheduleTableL table td.c05{
	background-color:#B4C6E7;
}
div.scheduleTableL table td.c06{
	background-color:#F8CBAD;
}
div.scheduleTableL table td.c07{
	background-color:#C6E0B4;
}

#table_12thpre_schedule{
	font-size:0.95em;}
#table_12thpre_schedule,#table_12thpre_schedule td {
    border-collapse: collapse;
    border:1px solid #bbbbbb;
    line-height:1.3em;
    }
#table_12thpre_schedule tr td{
	background-color:#efefef; padding:3px 5px; color:#2d4c49;
}
#table_12thpre_schedule td.col_head{
	background-color:#619a4e; color:#FFFFFF; font-weight:bold; text-align:center;line-height:2em; padding:0.5em 2em;
}
#table_12thpre_schedule td.col1{
	width:70px; white-space:nowrap; background-color:#e2e2e2; color:#000; text-align:right;
}
#table_12thpre_schedule td.col_sig{
	 background-color:#e9efc7;
}

#table_12th_schedule{
	font-size:0.95em;}
#table_12th_schedule,#table_12th_schedule td {
    border-collapse: collapse;
    border:1px solid #bbbbbb;
    line-height:1.3em;
    }
#table_12th_schedule tr td{
	background-color:#efefef; padding:3px 5px; color:#2d4c49;
}
#table_12th_schedule td.col_head{
	background-color:#619a4e; color:#FFF; font-weight:bold; line-height:2em;padding:0.5em 2em;
}
#table_12th_schedule td.col1{
	width:70px; white-space:nowrap; background-color:#e2e2e2; color:#000; text-align:right;
}
#table_12th_schedule td.col_zentai{
	 background-color:#cce4ca;
}
#table_12th_schedule td.col_seminar{
	 background-color:#e7f1bf;
}
#table_12th_schedule td.col_poster{
	 background-color:#d8e7f5;
}
#table_12th_schedule td.col_wssig{
	 background-color:#ede6f9;
}
#table_12th_schedule td.col_konshin{
	 background-color:#fdd5a1;
}
#table_12th_schedule td.col2,
#table_12th_schedule td.col3{}


.table_13th_schedule{
	font-size:0.95em; width:100%;}
.table_13th_schedule,.table_13th_schedule td {
    border-collapse: collapse;
    border:1px solid #bbbbbb;
    line-height:1.3em;
    }
.table_13th_schedule tr td{
	background-color:#efefef; padding:3px 5px; color:#2d4c49;
}
.table_13th_schedule td.col_head{
	background-color:#619a4e; color:#FFFFFF; font-weight:bold; text-align:center;line-height:2em; padding:0.5em 2em;
}
.table_13th_schedule td.timefrom{
	width:70px; white-space:nowrap; background-color:#e2e2e2; color:#000; text-align:right;
}
.table_13th_schedule td.timeto{
	width:70px; white-space:nowrap; background-color:#e2e2e2; color:#000; text-align:right;
}
.table_13th_schedule td.col_sig{
	 background-color:#e9efc7;
}
.table_common1{
	font-size:0.95em; width:95%;}
.table_common1,.table_common1 td {
    border-collapse: collapse;
    border:1px solid #bbbbbb;
    line-height:1.3em;
    }
.table_common1 tr td{
	background-color:#efefef; padding:3px 5px; color:#2d4c49;
}
.table_common1 td.col_head{
	background-color:#7c8f93; color:#FFFFFF; font-weight:bold;line-height:2em; padding:0.2em .6em;
}
.table_common1 td.col_head2{
	background-color:#cbcbcb; line-height:1.6em; padding:2px .6em 0;
}
.table_common1 .h12{background-color:#4d8983;}


.table_common2{
	font-size:0.95em; width:100%;}
.table_common2,.table_common2 td {
    border-collapse: collapse;
    border:1px solid #bbbbbb;
    line-height:1.3em;
    }
.table_common2 tr td{
	background-color:#efefef; padding:3px 5px; color:#2d4c49;
}
.table_common2 td.col_head{
	background-color:#62817f; color:#FFFFFF; font-weight:bold;line-height:2em; padding:0.3em .6em;
}
.table_common2 td.col_head2{
	background-color:#a7a076; color:#FFFFFF; font-weight:bold;line-height:1.6em; padding:2px .6em 0;
}

.tblschedule tr td,
.tblschedule th{
	border:1px solid #CCCCCC !important;
	padding:2px 5px;
}
.tblschedule th{
text-align:left;
background-color:#bed9d8;
}
.tblschedule tr.row1 td{
	background-color:#ffffff;
}
.tblschedule tr.row2 td{
	background-color:#efefef;
}
.tutorial_table{
 border:1px solid #CCCCCC;
}
.tutorial_table th{
 border: 1px solid #dddcba;
    background-color: #f7f7f7;
    padding: 4px;
}
.tutorial_table td{
border: 1px solid #dddcba;
    background-color: #ffffff;
    padding: 4px;
}
table.tutorial_table th.tutorial_table_col1,
table.tutorial_table th.tutorial_table_col2,
table.tutorial_table th.tutorial_table_col3,
table.tutorial_table td.tutorial_table_col1,
table.tutorial_table td.tutorial_table_col2,
table.tutorial_table td.tutorial_table_col3{
	white-space:nowrap;
	text-align:center;
	border:1px solid #efefef !important;
}

table.tutorial_table th.tutorial_table_col3,
table.tutorial_table td.tutorial_table_col3{
	text-align:left;
	white-space:wrap;
}
/*exhibition*/
div.btnExternalLinkDiv{
	 max-width: 300px;
  margin: 0 auto;
}
a.btnExternalLink,a.btnInternalLink{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #228bc8;
  border: 3px solid #4faae1;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
a.btnInternalLink{
  background: #339999;
  border: 3px solid #68bfb9;
  padding: 0 25px 0 45px;
}
a.btnExternalLink:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
a.btnInternalLink:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
a.btnExternalLink:hover {
  background: #fff;
  color: #228bc8;
}
a.btnInternalLink:hover {
  background: #fff;
  color: #339999;
}
a.btnExternalLink:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}
a.btnInternalLink:hover:before {
  border-top: 2px solid #339999;
  border-right: 2px solid #339999;
}

div.btnExternalLinkSDiv{
	 max-width: 160px;
  margin: 0 auto;
}
a.btnExternalLinkS{
display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35px;
    position: relative;
    background: #f1f1f1;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0 30px 0 25px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    transition-duration: 0.3s;
}
a.btnExternalLinkS:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}
a.btnExternalLinkS:hover {
  background: #fff;
  color: #228bc8;
}
a.btnExternalLinkS:hover:before {
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
}
a.btnRegister{
	color:#FFFFFF;
	border:2px solid #c7c7c7;
	padding:4px 1em;
    line-height: 2.7em;
    background-color:#a99346;
}

a.btnEntry{
	color:#FFFFFF;
	border:2px solid #c7c7c7;
	padding: 4px 3em;
    line-height: 2.7em;
    background-color: #cc8d00;
}
a.btnExtLink{
	color:#FFFFFF;
	border:2px solid #c7c7c7;
	padding:3px 0.3em;
    line-height: 2.7em;
    background-color:#74bdd3;
}
a.btnExtLink > .fa-external-link{
	color:white;
	vertical-align: -1px;
}
dl.horizon{margin-top:0.3em; }
dl.horizon dt{line-height:1.6em; font-weight:normal; float:left; clear:left;margin-right: 0.5em;width: 80px ;}
dl.horizon dd {line-height:1.6em; float: left ; margin-left: 1em ;}

div#DigiCertClickID_vSZ3aGac {
    width: 130px;
}
span.updatedate{
	font-size:11px;
	background-color:#7bb7a3;
	border-radius:2px;
	margin-left:0.5em;
	padding:1px 3px;
	color:#FFFFFF;
}
a.companyExternalLink{background-color: #77b7c7;padding: 0.7em 1.3em 0.7em 1.4em; color: #FFFFFF;}
a.companyExternalLink .fa{color:#FFFFFF;}




@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone{
		display: inherit !important;
	}
	#logo{width:500px;}
}

/*media*/
/*full scale*/
@media (width >= 992px) {
    body header, body div.site-grid{
        width: 980px;
    }
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}

}
@supports (display:grid) {
    @media (width >= 992px) {
        .site-grid {
            grid-template-areas:
        ".banner banner banner banner."
        ".top-a top-a top-a top-a."
        ".top-b top-b top-b top-b."
        ".side-l comp comp side-r."
        ".bot-a bot-a bot-a bot-a."
        ".bot-b bot-b bot-b bot-b.";
        }
    }
    .blog-items {
	    grid-gap: 0.1em;
	}
}

/*mobile scale*/
@media (width <= 991.98px){
	body{
	    padding:3px;
	    background-color: #ffffff;
	}
	body header, body div.site-grid{
	    position: relative!important;
	    width: 100%;
  		padding: 0;
  		display:block;
	}
	footer.footer {
	    width: 100vw;
	    margin-right: auto;
    	margin-left: auto;
	}
	.brand-logo img{
		width:370px;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
	.container-header {
    	position: relative!important;
    	margin-bottom:10px;
	}
	.bannergroup{
		display:flex;
		align-items: center;
    	flex-flow: row wrap;
    	justify-content: space-around;
	}
	div.banneritem {
		display:block;
		padding: 20px 30px;
		vertical-align: middle;
		align-items: center;
	}
	.card{
		background-color:transparent;
	}
	main{
		min-height:5em;
		padding-bottom:1em;}
	/*Smart Search BOX*/
	form.mod-finder input.js-finder-search-query{
		top:7px;
		width:auto;
	}
}
/*メディア別CSS*/
/*smart phone*/
@media (max-width: 640.98px) {
	.body .container {padding:3px;}
	div.custom_upcoming_events table td {line-height:1.5em;}
	div.bannergroupwell-sponser{
	display: -webkit-flex;display:flex;
	-webkit-align-items: center;align-items: center;flex-flow:row wrap; justify-content:space-around;
	}

	div.banneritem {
    	padding: 10px 5px;
    	vertical-align:middle;align-items: center;
	}
	div.bannergroupwell-sponser div.banneritem img {
    	max-width: 140px;
    	padding:0 0.3em;
    	display:inline;
	}


	/*検索結果*/
	form#searchForm div.fieldsets fieldset{
    margin: 1em 0;
    width: 100%;
	}

	/*registration form*/
	.small-message, .error-message {
	margin: 0 0 10px 32% !important;

	}

	.container-header {
		padding-bottom: 50px;
	}
    .topminus10{
		display:block;
		margin-top:-10px;
    }

}
/*tablet scale*/
@media (min-width: 641px) and (max-width: 991.98px) {
    body header, body div.site-grid{
        width: 100%;
    }
	/*Search BOX*/
	.mod_search80 {
	    position: absolute;
	    top: 12px;
	    right: 3px;
	}
	/*.container-header {
    height:80px;
	}*/

	/*topイメージ*/
	#mod-custom88 img{
	max-width:none;
		width: calc(100vw - 6px) !important;
	}
	.visible-phone {
		display: none !important;
	}
	.hidden-phone {
		display: none !important;
	}
	.visible-desktop{
		display:none;
	}
	.visible-tablet{
		display:inherit !important;
	}
	.mod-breadcrumbs__wrapper{
	 position:absolute;
	 top:0;
	 margin-bottom:1em;
	}
}
@media screen and (max-width: 640.98px) {

	.brand-logo img{
	width:70vw;
	}
	/*main menu*/
	div#maximenuck282
	{
	    position:absolute;
	    top:0;
	    right:0;
	    display: block !important;
	    overflow:visible;
	}
	div#maximenuck282 .maximenumobiletogglericonck{
		font-size:44px;
		font-size:10vw !important;
		padding-right:3vw !important;
		padding-top:5vw !important;
	}
	#maximenuck282 .maximenumobiletogglerck + ul.maximenuck
	{
	        top:17px;
	}

	/*Search BOX*/
	.mod_search80,form.mod-finder{
	    position: absolute;
	    top: calc(10vw);
	    right: 3px;
	    width:100%;
	    padding:5px;

	}
	.search-query, form.mod-finder input.js-finder-search-query{
		width: 100% !important;
	    height: 2.5em;
	    padding: 4px 1px;
	    box-sizing: border-box;
	    text-indent: 1em;
	    position:relative;
	    right:0;
	}
	form.mod-finder{
	margin-top:0.5em;
	}
	form.mod-finder input.js-finder-search-query{
	}
	.awesomplete {
    display: block;
    }
	.awesomplete>input {
    	max-width: none;
	}
	.mod-breadcrumbs__wrapper{
	 position:relative;
	 top:auto;
	}
	div.container-nav div#maximenuck282 div.floatck {
    top: 0;
	    position:absolute !important;
	    margin-left: 0 !important;

	}
	div.container-nav div#maximenuck282.maximenuckh ul:not(.noresponsive) li > div.floatck {
	    position:absolute !important;
	    top:48px;
}
}