@charset "utf-8";
/* ------------------------------------------------------------------------------------
    define
   ------------------------------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	line-height:1.4;
	font-size:14px;
	color: #333;
}
html,body{
	height:100%;
	background:#EEE url("../img/bg_body.png") repeat-y;
}
input,textarea{
	color: #777;
}
a{
	text-decoration: none;
}
table{
	border: none;
	border-collapse: 0px;
	border-spacing: 0px;
}
label{
	padding: 0.5em;
}

label:hover{
	background:#F7F7F7;
}
/* ------------------------------------ */
#apadwrap{
     width: 100%;
     position: relative;
     height: auto !important;
     height: 100%;
     min-height: 100%;
}
header{
	padding: 12px 10px;
	background: #23282D;
	overflow: hidden;
}
header h1{
	color:#FFF;
	font-size:160%;
	float:left;
}
header .userinfo{
	float: right;
	color:#FFF;
}
#apadcont{
	padding: 0 0 40px 0;
}

/* ------------------------------------ */
#sidemenu{
	width: 180px;
	float:left;
	overflow: hidden;
}
#sidemenu li{
	display: block;
}
#sidemenu li strong{
	padding: 7px;
	border-top: 1px solid #777;
	background:#555;
	display: block;
	color: #FFF;
}
.body_adm #sidemenu li strong.smact_adm{background:#555 url("../img/bg_smact.png") no-repeat right;}
.body_new #sidemenu li strong.smact_new{background:#555 url("../img/bg_smact.png") no-repeat right;}
.body_kfd #sidemenu li strong.smact_kfd{background:#555 url("../img/bg_smact.png") no-repeat right;}
.body_prg #sidemenu li strong.smact_prg{background:#555 url("../img/bg_smact.png") no-repeat right;}
.body_onc #sidemenu li strong.smact_onc{background:#555 url("../img/bg_smact.png") no-repeat right;}
.body_ofp #sidemenu li strong.smact_ofp{background:#555 url("../img/bg_smact.png") no-repeat right;}
.body_pub #sidemenu li strong.smact_pub{background:#555 url("../img/bg_smact.png") no-repeat right;}

#sidemenu li .ico_txt{
	margin-right: 10px;
	font-weight: bold;
	color: #39F;
}


#sidemenu li a{
	padding: 7px 0 7px 5px;
	display: block;
	color: #FFF;
	font-size: 85%;
}
#sidemenu li a:hover{
	background:#777;
}

/* ------------------------------------ */
#mainarea{
	padding: 20px 30px;
	float:left;

	position:absolute;
	left:180px;
}
#mainarea h2{
	font-size:150%;
}
.white_container{
	margin: 20px 0;
	padding: 20px 20px 40px 20px;
	border: 1px solid #CCC;
	background:#FFF;
}
/* ------------------------------------ */
footer{
	width: 100%;
    height: 40px;
	position:absolute;
	bottom:0;
	background: #23282D;
	text-align: center;
}
footer p{
	padding-top: 14px;
	font-size: 80%;
	color:#FFF;
}
/* ------------------------------------------------------------------------------------
    global
   ------------------------------------------------------------------------------------ */
.list_table{
	min-width: 1000px;
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
.list_table th, .list_table td{
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding: 10px;
	word-wrap: break-word;
	word-break: break-all;
}
.list_table th{
	background:#555;
	color:#FFF;
}
.list_table td a{
	color:#08C;
}
td .private{
	display: inline-block;
	color: #F00;
}
.unpublished{
	display: inline-block;
	color: #0C0;
}
.catIcon{
	display: inline-block;
	padding: 4px;
	color: #FFF;
	border-radius: 2px;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	width: 60px;
}
.catName01{background:#0366ee;}
.catName02{background:#f35d03;}
.catName03{background:#089a38;}
.catName04{background:#d8a610;}

.list_table td a:hover{
	text-decoration: underline;
}

td.list_date_time{
	color:#777;
}
td.list_date_time, td.list_date_time span{
	font-size: 13px;
}

#help_tips_pop{
	min-width:200px;
	display:block;
	position:absolute;
	margin-top:15px;
	margin-left:5px;
	background:rgba(0,0,0,0.5);
	color:#FFF;
	margin-top:15px;
	text-align:center;
	border-radius:3px;
	padding:5px;
	font-size: 12px;
	z-index:9999;
}
.reg_date_cel{
	background:#F0F0F0;
}
#cnt_tips_pop{
	width:auto;
	display:block;
	position:absolute;
	margin-top:15px;
	margin-left:5px;
	background:rgba(0,0,0,0.5);
	color:#FFF;
	margin-top:15px;
	text-align:center;
	border-radius:3px;
	padding:5px;
	font-size: 12px;
	z-index:9999;
}
#cnt_tips_pop strong{
	font-size: 12px;
	color:#FFF;
}
#cnt_tips_pop span{
	font-size: 10px;
	color:#EEE;
}
/* ------------------------------------ */
.form_table {
	min-width: 1000px;
}
.form_table th, .form_table td{
	padding: 20px;
	vertical-align: top;
	border-bottom: 1px dashed #E0E0E0;
	text-align:left;
	word-wrap: break-word;
	word-break: break-all;
}
.form_table table th, .form_table table td{
	padding: 0 5px;
	border-bottom: 10px solid #FFF !important;
	word-wrap: break-word;
	word-break: break-all;
}
.form_table table tr.sub_th th{
	font-size: 80%;
}
.form_table th span{
	color: #F00;
}

.form_table a{
	color: #0088ee;
	text-decoration: underline;
}
#gallery_chk{
	display: inline-block;
	margin: 0 0 20px 0;
}
#each_chk{
	display: inline-block;
	margin: 0 0 0 0;
}
.drag_td{
	width:50px;
	background:#DCF1CB url("../img/ico_sort.png") no-repeat;
	padding: 5px 10px 0 0 !important;
	text-align: right !important;
	cursor: move;
}

.exec_bot_line{
	padding-top:50px;
	text-align: center;
}
.exec_bot_line input.exec{
	padding: 0.5em 2em;
	border: 1px solid #0568B3;
	background:#0088EE;
	color: #FFF;
	font-size:120%;
}
.exec_bot_line input.rtrn{
	padding: 0.5em 2em;
	font-size:120%;
}
.exec_bot_line input.exec:hover{
	background:#3FA8F9;
	color: #FFF;
}
span.filesize{
	font-size: 90%;
	display: block;
	color:#333;
	padding: 2px;
	margin: 0;
	font-weight: bold;
	text-align: left;
}
span.filesize_lat{
	font-size: 90%;
	display: inline-block;
	color:#777;
	padding: 2px;
	margin: 0;
	text-align: left;
}
.date_str{
	float:right;
	font-size: 80%;
}

table th span.filesum, table th span.imgsum{
	font-size: 80%;
	font-weight: normal;
	color:#555;
	display: block;
}

/* -- tips --- */
.hide{
	display: none;
}
a.tgTtip {
	margin: 0;
	text-decoration: none;
	font-size: 1em;
}
span.tooltip1 {
	margin: 0 0 0 5px;
	color: #FFF;
	text-align: center;
	padding: 0.2em 0.5em;
	background-color: #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
p.tgToolTip {
	margin: 0;
	padding: 0.5em 1em;
	background-color: #666;
	border: 3px solid #000;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	min-height: 1em;
	top: 100px;
	left: 20px;
	position: absolute;
	z-index: 100;
}
.dummy {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}
.image_container{
	height: 120px;
	padding: 2px;
	display: inline-block;
	border: 1px solid #DDD;
}
.image_inner{
	width: 160px;
	height: 120px;
	display: inline-block;
}
.image_inner img{
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------ */




.input_bot{
	padding: 0.5em 1em;
	border:solid 1px #CCC;
	font-weight: bold;
	font-size: 85%;
	color:#555;
	cursor:pointer;
	background:#FFF url("../img/bg_bot.png") repeat-x bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.5);
}
.input_bot:hover{
	color:#777;
	background:#FFF url("../img/bg_bot_h.png") repeat-x bottom;
}


/*
.input_bot{
	padding: 0.5em 1em;
	border:solid 1px #CCC;
	font-weight: bold;
	font-size: 85%;
	color:#555;
	cursor:pointer;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DDD));
	background-image: -webkit-linear-gradient(top, #FAFAFA, #DDD);
	background-image: -moz-linear-gradient(top, #FAFAFA, #DDD);
	background-image: -ms-linear-gradient(top, #FAFAFA, #DDD);
	background-image: -o-linear-gradient(top, #FAFAFA, #DDD);
	background-image: linear-gradient(top, #FAFAFA, #DDD);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#DDD',GradientType=0 );
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.5);
}

.input_bot:hover{
	color:#777;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
	background-image: -webkit-linear-gradient(top, #FFF, #EEE);
	background-image: -moz-linear-gradient(top, #FFF, #EEE);
	background-image: -ms-linear-gradient(top, #FFF, #EEE);
	background-image: -o-linear-gradient(top, #FFF, #EEE);
	background-image: linear-gradient(top, #FFF, #EEE);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF', endColorstr='#EEE',GradientType=0 );
}
*/
.input_txt{
	border:0;
	padding:10px;
	border:solid 1px #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.itw_30{width:30px;}
.itw_40{width:40px;}
.itw_60{width:60px;}
.itw_100{width:100px;}
.itw_200{width:200px;}
.itw_250{width:250px;}
.itw_300{width:300px;}
.itw_500{width:500px;}
.itw_570{width:570px;}
.itw_765{width:765px;}

select{
	padding: 4px 7px;
	border:solid 1px #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#777;
}

#plz_elase{
	margin: 0 0 0 5px;
	font-size: 80%;
	letter-spacing: 0.001em;
}

#paging_line{
	margin: 40px auto;
	width: 400px;
	text-align: center;
	overflow: hidden;
}
#paging_line a, #paging_line span{
	display: inline-block;
	margin: 0 5px;
	padding: 0.5em 1em;
	font-size: 80%;
}
#paging_line a{
	border: 1px solid #DDD;
	background:#EEE;
}
#paging_line a:hover{
	background:#CCC;
}
#paging_prev{float:left;width:60px;}
#paging_next{float:right;width:60px;}


/* ------------------------------------------------------------------------------------
    login
   ------------------------------------------------------------------------------------ */
.login_container{
	width: 270px;
	margin: 50px auto;
	padding: 30px 50px;
}


/* ------------------------------------------------------------------------------------
    以下170222追加
   ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
    #schedule
   ------------------------------------------------------------------------------------ */
.blue_bot,
.gray_bot {
	padding: 3px 10px;
}

.red {
	color: #F00;
}

.date_info {
	margin-bottom: 80px;
}
.reserve_date {
	float: left;
	width: 120px;
}
.date {
	border: 1px solid #666;
	padding: 5px;
	text-align: center;
	width: 110px;
}
.day {
	float: right;
	text-align: right;
	width: 400px;
}
.reserve_date .prev {
	margin: 5px 10px 0 0;
	float: left;
}
.reserve_date .next {
	margin: 5px 0 0 10px;
	float: left;
}
.reserve_date a:hover {
	opacity: 0.7;
}

#schedule .class_name {
	float: left;
	width: 150px;
	margin: 8px 50px 0 18px;
}
#schedule .class_name p {
	font-weight: bold;
}
#schedule_list .reserve_date {
	float: left;
	width: 300px;
}
#schedule_list .date {
	width: 110px;
	float: left;
}
#schedule_list .box01 td a {
	margin-left: 4px;
	font-size: 0.85em;
	color: #fff;
	border: 1px solid #5AB6DF;
    padding: 2px;
    border-radius: 5px;
    background-color: #5AB6DF;
}
#schedule_list .box01 td a:hover {
	text-decoration: none;
	opacity: 0.6;
}
#schedule_list td {
	min-width: 100px;
}
#schedule_list .box01 {
	margin-bottom: 40px;
}

#member_list tr:nth-child(even) {
	background-color: #d4d4d4;
}


/* ------------------------------------------------------------------------------------
    以下170222追加
   ------------------------------------------------------------------------------------ */
/*.itw_10{width:10px;}
.itw_20{width:20px;}
.itw_30{width:30px;}
.itw_40{width:40px;}
.itw_50{width:50px;}
.itw_70{width:70px;}
.itw_80{width:80px;}
.itw_90{width:90px;}

.clear {
	clear: both;
	font-size: 10px;
	line-height: 0;
}
.red {
	color: #F00;
}
#mainarea h2{
	font-size:150%;
    color: #49586e;
	font-weight: 500;
}
.white_container{
	margin: 40px 0;
	padding: 40px 40px 50px 40px;
	background:#FFF;
}
.green_container{
	padding: 30px;
	background:#52BAC0;
	color: #fff;
	margin-top: 30px;
}
.red_container{
	padding: 37px;
	background:#FD9E91;
	color: #fff;
	margin-top: 30px;
}
.form_table {
	margin: 20px 50px;
}
.form_table th{
	padding: 20px;
	vertical-align: top;
	border-bottom: 1px solid #fff;
	text-align:left;
	word-wrap: break-word;
	word-break: break-all;
}
.date_info {
	min-width: 1000px;
}
.reserve_date {
	float: left;
	margin-right: 60px;
}
.reserve_date a:hover {
	opacity: 0.5;
}
.reserve_date p {
	color: #fff;
}
.reserve_date .date {
	padding: 5px;
	float: left;
	font-size: 1.4em;
}
.reserve_date .prev {
	margin: 5px 10px 0 0;
	float: left;
}
.reserve_date .prev a {
    font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}
.reserve_date .next {
	margin: 5px 0 0 10px;
	float: left;
}
.reserve_date .next a {
    font-size: 1.6em;
	font-weight: bold;
	color: #fff;
}
.day{
	float: left;
}
.day p {
	color: #fff;
	font-weight: bold;
	line-height: 1.8em;
}
.blue_bot{
	background-color: #5AB6DF;
	padding: 15px 35px;
	border:solid 1px;
	font-weight: bold;
	font-size: 1.5em;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	letter-spacing: 0.2em;
}
.gray_bot{
	background-color: #ccc;
	padding: 5px 15px;
	border:solid 1px;
	font-weight: bold;
	font-size: 1.1em;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	letter-spacing: 0.2em;
}
.blue_bot:hover{
	opacity:0.8;
}*/

/* ------------------------------------------------------------------------------------
    #schedule
   ------------------------------------------------------------------------------------ */
/*#schedule th{
	width: 200px;
	background-color: #707E94;
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
    letter-spacing: 0.1em;
}
#schedule td {
	padding: 20px;
	vertical-align: top;
	border-top: 1px solid #707E94;
	border-right: 1px solid #707E94;
	text-align:left;
	word-wrap: break-word;
	word-break: break-all;
}
#schedule .bottom {
	border-bottom: 1px solid #707E94;
}*/


/* ------------------------------------------------------------------------------------
    #schedule_list
   ------------------------------------------------------------------------------------ */
/*#schedule_list .box01 {
    margin-bottom: 50px;
}
#schedule_list .box01 .class_name {
    margin: 10px 0 5px;
    font-size: 1.3em;
}
#schedule_list .box01 .room {
	width: 6%;
}
#schedule_list .box01 th {
	background-color: #707E94;
	font-size: 0.75em;
	width: 6%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#schedule_list .box01 th:first-child {
	border-left: 1px solid #707E94;
}
#schedule_list .box01 th:last-child {
	border-right: 1px solid #707E94;
}
#schedule_list .box01 .rest {
	background-color: #EBC85E;
}
#schedule_list .box01 td {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #707E94;
	border-left: 1px solid #707E94;
}
#schedule_list .box01 td:last-child {
	border-right: 1px solid #707E94;
}
#schedule_list .box01 td a {
	margin-left: 4px;
	font-size: 0.85em;
	color: #fff;
	border: 1px solid #5AB6DF;
    padding: 2px;
    border-radius: 5px;
    background-color: #5AB6DF;
}
#schedule_list .box01 td a:hover {
	text-decoration: none;
	opacity: 0.6;
}*/





/* ------------------------------------------------------------------------------------
    #member
   ------------------------------------------------------------------------------------ */
/*#member .box01 {
	margin-bottom: 50px;
}
#member .box_tit {
	background-color: #fff;
	color: #333;
	font-weight: bold;
	text-align: center;
}
#member .box_tit p {
	font-size: 1.4em;
	color: #657387;
	letter-spacing: 0.2em;
 }
#member th{
	width: 200px;
	background-color: #707E94;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
    letter-spacing: 0.1em;
	vertical-align: middle;
}
#member td {
	min-width: 1000px;
	padding: 20px;
	vertical-align: top;
	border-top: 1px solid #707E94;
	border-right: 1px solid #707E94;
	text-align:left;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 1.2em;
}
#member label {
	font-size: 1em;
	line-height: 2em;
}
#member .bottom {
	border-bottom: 1px solid #707E94;
}
#member input[type="radio"] , input[type="checkbox"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}*/

/* ------------------------------------------------------------------------------------
    #member_list
   ------------------------------------------------------------------------------------ */
/*#member_list tr:nth-child(even) {
	background-color: #CDD2DC;
}
#member_list th {
	background-color: #707E94;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 1em;
	letter-spacing: 0.2em;
}
#member_list th:first-child {
	border-left: 1px solid #707E94;
}
#member_list th:last-child {
	border-right: 1px solid #707E94;
}
#member_list td {
	font-weight: 500;
	border-right: 1px solid #707E94;
	border-bottom: 1px solid #707E94;
}
#member_list td:first-child {
	border-left: 1px solid #707E94;
}
#member_list .no {
	text-align: center;
}*/






/* ------------------------------------------------------------------------------------
    #sort用
   ------------------------------------------------------------------------------------ */

a.sortexp { border-bottom: 2px double; color:#ffffff; }
