@charset "utf-8";


.mode:after {
	content: "SP";
}

.onSP { display: inline-block; }
.onPC,
.onTB { display: none !important; }


#nav .panel#siteTitle {
	background: #fff url("../imgs/CSJ-logo-JP-sp.png") no-repeat;
}
.row#siteTitleRow {
	background: #fff url("../imgs/CSJ-logo-JP-sp.png") no-repeat;
}


#HOME a#toE {
	left: 240px;
	top: 32px;
}


#colL {
	width: 100%;
}

#juyo {
	flex-direction: column;
}

#colL .row,
#CSJmeeting,
.meeting {
	min-width: initial;
	min-width: auto;
}

#CSJmeeting {
	padding: 22px;
	background-size: auto 100%;
}

.meeting {
	width: 100%;
	overflow: hidden;
	min-height: initial;
	min-height: auto;
}

.meeting h2 {
	display: block;
	max-width: 340px;
	height: 90px;
	overflow: hidden;
}

.meeting img {
	width: auto !important;
	height: 90px;
}

#news > .innerWrap {
	flex-direction: column;
}
#news h2 {
	display: block;
	margin-bottom: 12px;
}

#news ul > li:first-child {
	border-top: 1px solid #dadada;
}

#news ul > li > a,
#news ul > li > .nolink {
	padding-left: 0;
}

#news ul > li > a > .h,
#news ul > li > .nolink > .h {
	float: none;
	display: block;
	margin-left: 0;
}

.flex-col#bans {
	flex-wrap: wrap;
	justify-content: center;
}
.flex-col#bans > * {
	margin: 6px;
}

#events > ul a, 
#events > ul .nolink {
	padding-left: 0;
}

#events > ul .h {
	float: none;
	display: block;
	margin: 0 0 5px;
}

#bulletin {
	flex-direction: column;
}

#bans-R {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#bans-R a {
	margin-bottom: 12px;
}

#nav > .sticky {
	flex-direction: column;
}

#nav .panel {
	width: calc(100% - 12px);
}

#siteSearch form {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}

#nav .panel.ml > a {
	margin-top: 0;
}

/*
#nav .panel.address br:nth-child(1),
#nav .panel.address br:nth-child(3),
#nav .panel.address br:nth-child(4) {
	display: inline;
}
*/

#nav .panel.address br:nth-child(3) {
	display: none;
}

#nav .panel.address {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}


/**/


#main {
	padding: 60px 20px;
}

#main h2 {
	margin: 1.5em 0 1.0em;
}

.table-std tr {
	display: flex;
	flex-direction: column;
}

table.table-std tbody th,
table.table-std tbody td {
	width: auto !important;
	padding: 1px 4px;
}

table.table-std tbody th:first-child,
table.table-std tbody td:first-child {
	padding-top: 8px;
}

table.table-std tbody th:last-child,
table.table-std tbody td:last-child {
	padding-bottom: 8px;
}

.company figure img {
	max-width: 100% !important;
	height: auto !important;
	margin: 20px 0 0;
}

.company figure img + img {
	margin-top: 20px;
}
