/* 全体用 */
#container {
	margin: 5px 0;
}
#header {
	width: 100%;
	background: #FFF;
}
#fixed {
	position: fixed;
	width: 100%;
	z-index: 2;
}
#main {
	padding-top: 45px;
	margin: 0 45px 20px;
}
#left {
	height: 600px;
	text-align: center;
	width: 210px;
	padding: 0 15px 0 5px;
	border-right: 2px solid #333;
	box-sizing: border-box;
	margin: 0 0 0 -25px;
}
#right {
	width: 90%;
	margin: 10px 20px;
	box-sizing: border-box;
}


/* 寄せ */
.left   { text-align: left!important; }
.center { text-align: center!important; }
.right  { text-align: right!important; }
.mcenter { margin: 0 auto }


/* 見出し */
h1 {
	padding: 0 10px;
	margin: 0 5px 10px;
}
h2 {
	margin: 0;
}
h2.title {
	display: inline-block;
	margin: 0 0 15px;
	padding: 0 10px;
}
p.title {
	margin: 0;
	text-align: center;
	font-weight: bold;
}


/* 記号 */
.fas:before {
	content: '\f0c6';
	margin: 0 3px 0 4px;
}


/* 下部隙間 */
.m0 { margin: 0px!important; }
.mb3 { margin-bottom: 3px!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb80 { margin-bottom: 80px!important; }
.mb90 { margin-bottom: 90px!important; }
.mb100 { margin-bottom: 100px!important; }


/* 上部隙間 */
.mt10 { margin-top: 10px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mt50 { margin-top: 50px!important; }
.mt100 { margin-top: 100px!important; }


/* 横隙間 */
.pd10 { padding: 0 10px!important; }
.pd20 { padding: 0 20px!important; }
.pd30 { padding: 0 30px!important; }
.pd40 { padding: 0 40px!important; }


/* 幅指定 */
.w10p { width: 10%!important; }
.w15p { width: 15%!important; }
.w20p { width: 20%!important; }
.w25p { width: 25%!important; }
.w30p { width: 30%!important; }
.w33p { width: 33%!important; }
.w40p { width: 40%!important; }
.w45p { width: 45%!important; }
.w50p { width: 50%!important; }
.w60p { width: 60%!important; }
.w65p { width: 65%!important; }
.w70p { width: 70%!important; }
.w75p { width: 75%!important; }
.w80p { width: 80%!important; }
.w85p { width: 85%!important; }
.w90p { width: 90%!important; }
.w97p { width: 97%!important; }
.w100p { width: 100%!important; }


/* 幅指定 */
.w25 { width: 25px!important; }
.w50 { width: 50px!important; }
.w100 { width: 100px!important; }
.w130 { width: 130px!important; }
.w150 { width: 150px!important; }
.w170 { width: 170px!important; }
.w200 { width: 200px!important; }
.w250 { width: 250px!important; }
.w300 { width: 300px!important; }
.w350 { width: 350px!important; }
.w900 { width: 900px!important; }
.w1000 { width: 1000px!important; }


/* 文字サイズ指定 */
.fs60 { font-size: 60%!important; }
.fs70 { font-size: 70%!important; }
.fs75 { font-size: 75%!important; }
.fs80 { font-size: 80%!important; }
.fs90 { font-size: 90%!important; }
.fs100 { font-size: 100%!important; }
.fs110 { font-size: 110%!important; }
.fs120 { font-size: 120%!important; }
.fs150 { font-size: 150%!important; }
.fs160 { font-size: 160%!important; }
.fs180 { font-size: 180%!important; }
.fs200 { font-size: 200%!important; }
.fs250 { font-size: 250%!important; }
.fs300 { font-size: 300%!important; }
.fs7   { font-size: 7px!important; }


/* 文字間隔 */
.ls1 { letter-spacing: 1px; }
.ls2 { letter-spacing: 2px; }
.ls3 { letter-spacing: 3px; }
.ls4 { letter-spacing: 4px; }
.ls5 { letter-spacing: 5px; }


/* 文字傾き */
.tfm10 { transform: rotate( -10deg ); }
.tfm15 { transform: rotate( -15deg ); }
.tfm20 { transform: rotate( -20deg ); }
.tfp10 { transform: rotate( 10deg ); }
.tfp15 { transform: rotate( 15deg ); }
.tfp20 { transform: rotate( 20deg ); }


/* 太字 */
.fwb { font-weight: bold; }


/* 背景色 */
.bgwht  { background: rgba( 255, 255, 255, 1 )!important; }
.bgred  { background: rgba( 255, 0, 0, 0.2 )!important; }
.bgblu  { background: rgba( 0, 0, 255, 0.2 )!important; }
.bggrn  { background: rgba( 0, 255, 0, 0.2 )!important; }
.bgyel  { background: rgba( 255, 242, 204, 0.8 )!important; }
.bgora  { background: rgba( 255, 192, 0, 0.8 )!important; }
.bgyel2 { background: rgba( 255, 255, 0, 1 )!important; }
.bggry  { background: rgba( 204, 204, 204, 0.8 )!important; }
.bggry2 { background: rgba( 242, 242, 242, 0.8 )!important; }
.bgppl  { background: rgba( 125, 0, 255, 0.2 )!important; }


/* 文字色 */
.red { color: #F00!important; }
.blu { color: #00F!important; }
.grn { color: #0F0!important; }
.gry { color: #999!important; }
.blk { color: #000!important; }


/* 背景 + 文字色 */
.bdred {
	border: 2px solid #C00;
	color: #C00;
	background: #FFF;
}
.bdblu {
	border: 2px solid #36C;
	color: #36C;
	background: #FFF;
}
.bdgrn {
	border: 2px solid #3C6;
	color: #3C6;
	background: #FFF;
}


/* 非表示 */
.none {
	display: none;
}
.nb td {
	border: none!important;
	height: 2px!important;
}
.non_b {
	background: #FFF!important;
	border: 0!important;
}


/* 点滅 */
.anime {
	animation: flash 0.4s linear infinite;
}
@keyframes flash {
	0%,100% { opacity: 1; }
	50% { opacity: 0; }
}


/* 幅  */
.long {
	width: 200px!important;
}


/* 説明文 */
.exp {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 10px;
}


/* 高さ指定 */
.h42 { height: 42px!important; }


/* お知らせ */
.notice {
	color: #F00;
	font-size: 22px;
	font-weight: bold;
	margin: 10px 0;
}


/* 戻る */
.return {
	margin: 0 0 20px 0;
}
.return a {
	text-decoration: none;
	font-size: 150%;
	font-weight: bold;
}
.return button {
	color: #C00;
	background: #FFF;
	border: 0;
	cursor: pointer;
}


/* ボタン */
.button {
	width: 120px;
	background: transparent;
	border-width: 2px;
	border-style: none;
	position: relative;
	margin: 10px 15px;
	display: inline-block;
	padding: 3px 20px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.button:before, .button:after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	border-style: solid;
	width: 1em;
	height: 1em;
	transition: all 0.3s ease-in-out;
}
.button:before {
	top: -6px;
	left: -6px;
	border-width: 2px 0 0 2px;
}
.button:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 2px 2px 0;
}
.button:hover:before, .button:hover:after {
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	border-color: #fff;
}


/* ボタン2 */
.reset {
	background: transparent;
	border-width: 2px;
	border-style: solid;
	position: relative;
	margin: 0 5px 15px;
	display: inline-block;
	padding: 3px 20px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
.reset:before, .reset:after {
	content: '';
	display: block;
	position: absolute;
	box-sizing: border-box;
	border-style: solid;
	width: 1em;
	height: 1em;
	transition: all 0.3s ease-in-out;
}
.reset:before {
	top: -6px;
	left: -6px;
	border-width: 2px 0 0 2px;
	z-index: 5;
}
.reset:after {
	bottom: -6px;
	right: -6px;
	border-width: 0 2px 2px 0;
}
.reset:hover:before, .reset:hover:after {
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	border-color: #fff;
}


/* ログイン */
.login h2 {
	margin: 40px 0 0;
}
.login input::placeholder {
	color: #CCC;
}
.login input[type="text"] {
	padding: 7px;
	margin: 5px 20px 5px 5px;
	font-size: 120%;
}


/* メニュー */
#menu-wrapper {
	overflow: hidden;
	width: 45px;
	cursor: pointer;
}
#menu-wrapper #hamburger-menu {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 5px 10px;
}
#menu-wrapper #hamburger-menu span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 10px;
	color: black;
	background-color: white;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
	background: #000;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
	background: #000;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
	background: #000;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#menu-container {
	position: absolute;
}
#menu-container .menu-list {
	padding: 10px 20px;
	display: block;
	position: absolute;
	max-width: 635px;
	background: white;
	box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
	z-index: 999;
	overflow-y: auto;
	overflow-x: hidden;
	left: -1500%;
}
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
	font-size: 16px;
	padding: 20px;
	text-transform: uppercase;
	border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li:first-of-type {
	border-top: 0;
}
#menu h2 {
	display: inline-block;
	margin: 0 0 10px;
	padding: 0 10px;
	font-size: 130%;
}


/* メニュー項目 */
.item {
	font-size: 90%;
	margin: 0 0 20px;
}
.item_list {
	display: flex;
}
.item_list a {
	display: block;
	width: 175px;
	height: 33px;
	margin: 5px 10px;
	padding: 6px 5px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	box-sizing: border-box;
}
.item_list input {
	display: block;
	width: 175px;
	margin: 5px 10px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: 2px solid #333;
	color: #333;
	background: #FFF;
	cursor: pointer;
}


/* データ読込 */
.select {

}
.item_box {
	margin: 0 20px 30px;
}
.item_box h2 {
	margin: 0 0 20px;
	padding: 0 10px;
	display: inline-block;
}
.item_box .box {
	margin: 0 0 20px;
}
.item_box .data {
	display: none;
}
.item_box .file {
	font-size: 12px;
}
.item_box_list input[type="submit"] {
	font-weight: bold;
	padding: 5px;
	width: 250px;
	background: #fff;
	border-radius: 5px;
	cursor: pointer;
	font-size: 15px;
}
.item_box_list select {
	padding: 5px 5px 7px;
	width: 150px;
	background: #FFF;
	border: 1px solid rgb(118, 118, 118);
}
.item_box_list input[type="text"] {
	padding: 6px 5px 6px;
}
.item_box_list input::placeholder {
	color: #aaa;
}
.item_box_list input:-ms-input-placeholder {
	color: #aaa;
}
.item_box_list input::-ms-input-placeholder {
	color: #aaa;
}
.item_box_list input[type="radio"] {
	display: none;
}
.item_box_list input[type="radio"] + label{
	font-size: 120%;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	cursor: pointer;
}
.item_box_list input[type="radio"] + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}
.item_box_list input[type="radio"]:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 3px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}
.item_box textarea {
	width: 90%;
	padding: 15px;
	resize: vertical;
	height: 200px;
	margin: 0 0 20px;
}
.item_box select {
	display: block;
	font-size: 130%;
	padding: 5px 10px;
	margin-bottom: 15px;
	width: 222px;
	background: #FFF;
	border: 1px solid rgb(118, 118, 118);
}
.item_box .radio {
	display: flex;
	justify-content: space-around;
	text-align: center;
	width: 200px;
	font-size: 130%;
	padding: 5px 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}
.item_box label {
	cursor: pointer;
}
.item_box .radiob {
	display: flex;
	justify-content: space-around;
	text-align: center;
	width: 295px;
	font-size: 130%;
	padding: 5px 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}
.item_box label {
	cursor: pointer;
}
.radiob input[type="submit"] {
	width: 60px;
	font-weight: bold;
	color: #666;
	border: 2px solid #666;
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
}


/* 文章枠 */
.text_box {
	border: 1px solid #999;
	border-radius: 5px;
	box-sizing: border-box;
	width: 90%;
	padding: 15px;
	margin: 0 0 20px;
}


/* ファイル */
.original_btn {
	border: 1px solid #ddd;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	color: #666;
	background: linear-gradient(to bottom,#fff 0,#f4f4f4 100%);
	box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}
.icon {
	font-size: 12px;
	margin: 0 20px 0 15px;
	padding: 3px 30px;
	border-radius: 15px;
	background: #666;
	color: #fff;
	display: inline-block;
}
.icon.select {
	background: #ff5050;
	color: #fff;
}


/* 月送り */
.trg_month {
	font-size: 20px;
	margin: 0 0 20px;
	text-align: center;
}
.trg_month a {
	color: #000;
	text-decoration: none;
}


/* 通常 テーブル */
.defult {
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}
.defult table {
	border-collapse: collapse;
	table-layout: fixed;
}
.defult table th {
	color: #FFF;
	border: 1px solid #000;
	padding: 5px;
	height: 20px;
	width: 100px;
}
.defult table td {
	border: 1px solid #000;
	text-align: center;
	height: 35px;
	padding: 5px;
}
.defult table input {
	padding: 7px;
	font-size: 120%;
	width: 100%;
	box-sizing: border-box;
}
.defult table select {
	padding: 7px;
	font-size: 120%;
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid rgb(118, 118, 118);
}
.defult table .insert {
	width: 100%;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #3c6;
	border-radius: 5px;
	box-sizing: border-box;
	background: #FFF;
	color: #3c6;
	cursor: pointer;
}
.defult table .update {
	width: 100%;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #36c;
	border-radius: 5px;
	box-sizing: border-box;
	background: #FFF;
	color: #36c;
	cursor: pointer;
}
.defult table .delete {
	width: 100%;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #c36;
	border-radius: 5px;
	box-sizing: border-box;
	background: #FFF;
	color: #c36;
	cursor: pointer;
}
.defult table .new {
	width: 175px;
	margin: 5px 10px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #C00;
	border-radius: 5px;
	background: #FFF;
	color: #C00;
	cursor: pointer;
}
.defult .orange, .defult .orange a {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}
.defult .blue, .defult .blue a {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
.defult .gray, .defult .gray a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
.defult a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.defult .data {
	display: none;
}
.defult .icon {
	font-size: 10px;
	margin: 3px 0 0;
	padding: 3px 20px;
	border-radius: 15px;
	background: #666;
	color: #fff;
	display: inline-block;
}
.defult .original_btn {
	font-size: 10px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
	color: #666;
	background: linear-gradient(to bottom,#fff 0,#f4f4f4 100%);
	box-shadow: inset 0px -1px 0px 0px rgb(0 0 0 / 9%);
}
.defult .icon.select {
	background: #ff5050;
	color: #fff;
}


/* シンプル テーブル */
.simple {
	padding: 0;
	width: 100%;
}
.simple table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.simple table th {
	text-align: left;
	border: 1px solid #000;
	padding: 2px 5px;
}
.simple table .redm th {
	background: #aaa;
}
.simple table .memo th {
	background: #fff;
}
.simple table td {
	text-align: left;
	border: 1px solid #000;
	padding: 0;
}
.simple table .redm input[type="text"] {
	border: 1px solid #aaa;
}
.simple table .memo input[type="text"] {
	border: 1px solid #fff;
}
.simple table input[type="text"] {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 3px 5px;
}
.simple table .redm td input {
	background: #aaa;
}
.simple table .redm td textarea {
	background: #aaa;
	width: 100%;
	height: 45px;
	padding: 2px 5px;
	border: 0;
	resize: vertical;
	box-sizing: border-box;
}
.paste {
	margin: 40px 10px 0;
	width: 100%;
	height: 650px;
	resize: vertical;
}
.bn, .bn th, .bn td {
	border: 0!important;
	padding: 1px 0!important;
}


/* 料金表 テーブル */
.comp {
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}
.comp table {
	border-collapse: collapse;
	table-layout: fixed;
	position: relative;
}
.comp table th {
	color: #FFF;
	border: 1px solid #000;
	padding: 5px 10px;
	height: 30px;
	position: sticky;
	top: 75px;
}
.comp table td {
	border: 1px solid #000;
	text-align: center;
	height: 30px;
	padding: 5px 10px;
}
.comp table th {
	background: #900;
}
.comp .np {
	padding: 5px 0!important;
}
.comp .np img {
	width: 80%;
}


/* 横スク可 テーブル */
.scroll {
	padding: 0;
	width: 100%;
	display: flex;
	margin: 0 0 10px 20px;
}
.scroll table {
	border-collapse: collapse;
	width: 100%;
}
.scroll table th {
	color: #FFF;
	background: #900;
	border: 1px solid #000;
	padding: 5px;
	height: 24px;
}
.scroll table td {
	border: 1px solid #000;
	text-align: center;
	height: 36px;
	padding: 5px;
}
.header {
	width: 15%;
}
.data {
	width: 85%;
	overflow-x:scroll;
}
.data table {
	table-layout: fixed;
}
.scroll table .update {
	width: 80px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #36c;
	border-radius: 5px;
	background: #FFF;
	color: #36c;
	cursor: pointer;
}
.scroll table .delete {
	width: 80px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #c36;
	border-radius: 5px;
	background: #FFF;
	color: #c36;
	cursor: pointer;
}


/* 横スク可 テーブル（個人） */
.scroll_i {
	padding: 0;
	width: 100%;
	display: flex;
}
.scroll_i table {
	border-collapse: collapse;
	width: 100%;
}
.scroll_i table th {
	color: #FFF;
	border: 1px solid #000;
	padding: 5px;
	height: 25px;
}
.scroll_i table td {
	border: 1px solid #000;
	text-align: center;
	height: 36px;
	padding: 5px;
}
.header_i {
	width: 40%;
}
.data_i {
	width: 59%;
	overflow-x:scroll;
}
.header_i table {
	table-layout: fixed;
}
.header_i a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.header_i .orange, .header_i .orange a {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}
.header_i .blue, .header_i .blue a {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
.data_i .detail {
	color: #900;
	padding: 5px 20px;
	text-decoration: none;
	border: 2px solid #900;
	border-radius: 10px;
}


/* 横スク可（シフト、計画） テーブル */
.header_s {
	width: 30%;
}
.header_o {
	width: 32%;
}
.data_s {
	width: 69%;
	overflow-x:scroll;
}
.data_o {
	width: 67%;
	overflow-x:scroll;
}
.header_s table, .header_o table {
	table-layout: fixed;
}
.data_s input, .data_o input {
	padding: 8px;
	width: 80px;
}


/* 今日色付け */
.today {
	background: #F60!important;
}


/* 検索 */
.search {
	margin: 0 0 35px 0;
}
.search select {
	width: 150px;
	padding: 10px;
	font-size: 120%;
	background: #FFF;
	border: 1px solid rgb(118, 118, 118);
}
.search input[type="text"] {
	width: 130px;
	padding: 9px;
	font-size: 120%;
}
.search_box input {
	font-size: 120%;
	padding: 5px;
}


/* アコーディオン */
.accbox {
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
}
.accbox label {
	display: block;
	font-weight: bold;
	cursor :pointer;
	transition: all 0.1s;
	border: 1px solid #999;
	width: 150px;
	padding: 10px;
    font-size: 120%;
	text-align: center;
}
.accbox input {
	display: none;
}
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.1s;
}
.cssacc:checked + .accshow {
	height: auto;
	padding: 5px;
	opacity: 1;
	margin: 10px 0 20px 0;
}
.accbox table {
	margin-bottom: 0;
}


/* アコーディオン */
.ac-menu .label {
	cursor:pointer;
	font-weight: bold;
	position: relative;
	transition: .5s;
}
.ac-menu .label::before,
.ac-menu .label::after {
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
}
.ac-menu .label::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
}
.ac-menu .label.open::before {
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
	transition: .5s;
}
.ac-menu .label.open::after {
	transform: rotate(180deg);
}
.ac-menu .detail {
	display: none;
}


/* キャンバス */
.canvas {
	margin-bottom: 30px;
	padding: 10px;
}
.flex {
	display: flex;
}
.jc {
	justify-content: center;
}
.wh33 {
	position: relative;
	width: 33vw;
	height: 500px;
}
.wh50 {
	position: relative;
	width: 50vw;
	height: 500px;
}
.wh35 {
	position: relative;
	width: 50vw;
	height: 350px;
}
.wh40 {
	position: relative;
	width: 50vw;
	height: 400px;
}


/* 貼付欄 */
.item_box_list textarea {
	width: 100%;
	height: 250px;
	padding: 10px;
	font-size: 120%;
	line-height: 20px;
	margin: 0 0 15px 0;
}


/* ランキング */
.no-1, .noi-1 { font-size: 150%; color: #DB0; font-weight: bold; }
.no-2, .noi-2 { font-size: 135%; color: #9AA; font-weight: bold; }
.no-3, .noi-3 { font-size: 120%; color: #C72; font-weight: bold; }
.noi-1 a, .no-1 a { color: #DB0; font-weight: bold; }
.noi-2 a, .no-2 a { color: #9AA; font-weight: bold; }
.noi-3 a, .no-3 a { color: #C72; font-weight: bold; }
.no { font-weight: bold; }
.noi-1 {
	background-image: url( "/images/base/rank1.png" );
	background-repeat: no-repeat;
	background-position: left center;
}
.noi-2 {
	background-image: url( "/images/base/rank2.png" );
	background-repeat: no-repeat;
	background-position: left center;
}
.noi-3 {
	background-image: url( "/images/base/rank3.png" );
	background-repeat: no-repeat;
	background-position: left center;
}
.no::before {
	left: 73px;
	margin: 3px 0 0;
	position: absolute;
	font-size: 15px;
	width: 20px;
	font-weight: bold;
	text-align: center;
}


/* 見出し */
.bigt {
	display: inline-block;
	font-size: 250%;
	margin: 0 0 10px;
	padding: 0 20px;
}


/* テーブル行固定 */
.sticky thead td, .sticky thead th {
	position: sticky;
	top: 90px;
	background: #FFF;
}


/* ビンゴ */
.wrapper {
	color: #048;
	text-align: center;
	margin: 0 auto;
}

.result {
	align-items: center;
	border: solid 1px #048;
	display: flex;
	font-size: 130px;
	font-weight: bold;
	justify-content: center;
	height: 200px;
	margin: 0 20px 0 150px;
	text-align: center;
	width: 200px;
}

.number {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 15px;
	list-style: none;
	padding: 0;
	width: 100%;
	max-width: 1000px;
}

.number li {
	box-sizing: border-box;
	align-items: center;
	border: solid 1px #048;
	margin: 4px;
	padding: 10px;
}

.number li.hit {
	background: #048;
	color: #fff;
}

#button {
	background: #048;
	border: dashed 1px #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #048;
	color: #fff;
	display: block;
	font-size: 20px;
	width: 100px;
	height: 100px;
	margin: 40px 0 0 20px;
	line-height: 100px;
	text-align: center;
	cursor: pointer;
}

#reset {
	background: #048;
	border: dashed 1px #fff;
	border-radius: 10%;
	box-shadow: 0 0 0 5px #048;
	color: #fff;
	display: block;
	font-size: 20px;
	width: 100px;
	height: 30px;
	margin: 30px 0 0 20px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}


/* ボックス */
.rbox {
	display: flex;
	justify-content: space-between;
	margin: 0 0 10px 0;
}
.rbox input[type="text"] {
	width: 23%;
	padding: 5px;
	font-size: 200%;
}
.rdbox input[type="text"] {
	width: 180px;
	padding: 10px;
	font-size: 150%;
}
.rdbox textarea {
	width: 590px;
}
.s_box {
	margin: 0 0 20px;
}
.s_box input[type="text"],
.s_box input[type="search"] {
	font-size: 180%;
	padding: 10px;
}
.s_box button {
	font-size: 180%;
}


/* タイピング */
#name input[type="text"] {
	padding: 10px;
	font-size: 150%;
	width: 190px;
	margin-bottom: 5px;
}
#mode select {
	width: 216px;
	margin: 0 auto;
	padding: 10px;
	font-size: 150%;
	margin-bottom: 5px;
	background: #FFF;
	border: 1px solid rgb(118, 118, 118);
}
.va {
	display: table;
	height: 500px;
	width: 100%;
	border: 1px solid #ccc;
}
.va .mid {
	display: table-cell;
	vertical-align: middle;
}
#sd {
	width: 300px;
	height: 200px;
	margin: 0 auto;
	padding: 12px 11px 0 11px;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	border-bottom: 1px solid #d0d0d0;
	position: relative;
}
li .t {
	height: 45px;
	line-height: 45px;
	position: absolute;
	top: 0;
	left: 0;
}
li .d {
	height: 45px;
	line-height: 45px;
	width: 290px;
	text-align: right;
	font-weight: bold;
	padding-right: 6px;
}
.new .d:before {
	border-radius: 10px;
	background: #C00;
	color: #fff;
	content: "ランクイン";
	right: -10px;
	line-height: 1.5;
	font-size: 12px;
	padding: 0 5px;
	position: absolute;
	top: -12px;
	transform: rotate( 10deg );
}
#sr {
	width: 350px;
	margin: 0 auto;
	padding: 0 11px;
}
li .rt {
	height: 40px;
	width: 90px;
	line-height: 45px;
	display: inline-block;
}
li .rd {
	font-weight: bold;
	color: #C00;
	height: 40px;
	width: 90px;
	line-height: 45px;
	display: inline-block;
}
rt {
	font-size: 30%;
}


/* フォローコール */
.search_box h2 {
	/*width: 40%;*/
	/*padding: 0 10px;*/
	/*margin: 0 0 10px;*/
	/*background: linear-gradient(transparent 70%, #C00 70%);*/
}
.search_box input[type='text'] {
	padding: 7px;
	font-size: 120%;
	width: 90%;
	box-sizing: border-box;
}
.search_box select {
	padding: 7px;
	font-size: 120%;
	width: 90%;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid rgb(118, 118, 118);
}
.search_box .button {
	margin: 30px auto 0;
	font-size: 110%;
}


/* チェック */
.check_box h2 {
	width: 40%;
	padding: 0 10px;
	margin: 0 0 10px;
	background: linear-gradient(transparent 70%, #C00 70%);
}
.check_box input[type='text'] {
	padding: 4px 7px;
	font-size: 80%;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #666;
}
.check_box input[type='text']:focus {
	border: 1px solid #c36;
	outline: 1px solid #c36;
}
.check_box select {
	padding: 4px;
	font-size: 80%;
	width: 100%;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid rgb(118, 118, 118);
}
.check_box .button {
	margin: 40px auto 0;
	font-size: 110%;
}
#btn {
	position: absolute;
	top: 70px;
}
.check_box table {
	border-collapse: collapse;
	table-layout: fixed;
}
.check_box table th {
	text-align: right;
	padding: 0;
	font-weight: normal;
}
.check_box table td {
	text-align: right;
	padding: 0 10px;
}


/* IBフォーメーション */
.form {
	position: relative;
}
.form table {
	table-layout: fixed;
	border-collapse: collapse;
	margin: 0 auto;
}
.form td {
	border: 1px solid #999;
	height: 25px;
}
.nb {
	border: 0!important;
	height: 10px!important;
}
.h50 {
	height: 50px!important;
}
.sw {
	width: 1%;
}
.form input[type="text"] {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 0;
	padding: 2px 4px;
}
.form input[type="text"]:focus {
	outline: 2px solid #c36;
	
}

#link {
	position: absolute;
	top: -15px;
	left: -5px;
}

/* アコーディオン */
.accordion {
	position: relative;
}
.toggle {
	display: none;
}
.index, .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.index {
	border: solid 1px #ccc;
	padding: 1em;
	padding: 15px 5px 14px 40px;
	display: block;
	color: #333;
	font-weight: bold;
	cursor: pointer;
}
.index::after,
.index::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 20px;
	width: 2px;
	height: 12px;
	background-color: #999;
	transition: all 0.3s;
}
.index::after {
	transform: rotate(90deg);
}
.content {
	max-height: 0;
	overflow: hidden;
}
.content table {
	margin: 10px;
}
.toggle:checked + .index + .content {
	max-height: 500px;
	transition: all 0.5s;
}
.toggle:checked + .index::before {
	transform: rotate( 90deg ) !important;
}


/* ACW */
.but_list input[type="submit"], .but_list button {
	box-sizing: border-box;
	display: block;
	font-size: 130%;
	width: 90%;
	height: 50px;
	margin: 5px 10px;
	border-radius: 10px;
	font-weight: bold;
	cursor: pointer;
	line-height: 20px;
}


/* ACW分析 */
.change {
	position: absolute;
	top: 100px;
	left: 100px;
}
.change a {
	color: #000;
	text-decoration: none;
}


/* 事業法改定影響値 */
#pop {
	display: inline-block;
	position: absolute;
	text-align: center;
	border-radius: 5px;
	padding: 10px;
	margin: 15px 5px;
	background: rgba( 0, 0, 0, 0.6 );
	color: #FFF;
}


/* クルーコード詳細 */
.new a {
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #3c6;
	border-radius: 5px;
	box-sizing: border-box;
	background: #FFF;
	color: #3c6;
}


/* カレンダー */
.ui-datepicker select.ui-datepicker-year {
	width: 75px;
	padding: 3px;
	margin: 0 2px 0 0;
	cursor: pointer;
}
.ui-datepicker select.ui-datepicker-month {
	width: 65px;
	padding: 3px;
	margin: 0 0 0 10px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	cursor: pointer;
}


/* カレンダー */
.const {
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}
.const table {
	border-collapse: collapse;
	table-layout: fixed;
}
.const table td {
	border: 1px solid #000;
	text-align: center;
	height: 30px;
}
.tday input {
	border: 0;
	font-size: 120%;
	font-weight: bold;
	text-align: right;
}
.tday input:focus {
	border: 0;
	outline: 0;
}


/* フレッツ光料金計算用 */
.wht { color: #FFF; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
.m0 { margin: 0;}
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }

.calc h2, .nt h2 { margin: 0; }
.calc, .nt {
	width: 100%;
	box-sizing: border-box;
}
.calc table, .nt table {
	border-collapse: collapse;
}
.calc table td, .nt table td {
	line-height: 30px;
	padding: 0 7px;
	font-family: "Meiryo UI";
}
.calc table td {
	border: 1px solid #000;
}
.nt table td {
	border: 1px solid #FFF;
}

.bgrn {
	padding: 15px;
	border: 2px solid #00B050;
}
.bblu {
	padding: 15px;
	border: 2px solid #00B0F0;
}
.bpur {
	border: 2px solid #7030A0;
}

.bgred2 {
	background: #FCE4D6;
}
.bgred3 {
	background: #F8CBAD;
}
.bgyel3 {
	background: #FFE66B;
}
.bggrn2 {
	background: #C6E0B4;
}
.bgblu2 {
	background: #DDEBF7;
}
.bgblu3 {
	background: #BDD7EE;
}
.calc input {
	text-align: right;
	box-sizing: border-box;
	border: 0;
	background: 
}
.calc select {
	box-sizing: border-box;
	border: 0;
	background: 
}
.calc input:focus, .calc select:focus {
	outline: 0;
}
.bgyel4 {
	background: #FF0;
}
.blu2 {
	color: #0070C0;
}
