@charset "utf-8";
/* CSS Document */



/* body Properties
--------------------------------------*/

body {
	background-color:#eee;
	color: black;
}

.exp
{
	color:#FF0000;
}


/* Container Properties
--------------------------------------*/

div#container-mid{
	max-width:900px;
	width: 94%;
	margin:10px auto;
	background: white;
	border-radius: 5px;
	padding: 1% 4%;
}

/* Header Properties
--------------------------------------*/

div#header{
	border-bottom:2px solid #ccc;
	margin: 0 auto;
}
div#header:after {
	content: "";
	clear: both;
	display: block;
}

div#sign-in{
	font-size: 13px;
	text-align:right;
	border-bottom:1px dotted #ccc;
}
#WUCPublicHeader_PanelSignIn p:first-child{
	margin-bottom: 1%;
}
#sign-in br{
	display: none;
}
#WUCPublicHeader_ImageButtonSignIn {
	width: 140px;
}

@media only screen and (max-width: 480px) {
}

#pass_link{
	width:135px;
	font-size:68%;
	padding:3px 10px 2px;
	text-align:left;
	float:left;
}
	

div.left_logo{
	float:right;
	padding: 5px 0;
}
div.left_logo:after {
	content: "";
	clear: both;
	display: block;
}

div#header{
	border-color: #ccc;
}

div#header p.powerd{
	float:left;
}

div#header p.logo{
	float:left;
}

#header .logo #WUCPublicHeader_ImageLogo,
#header .logo #WUCPublicHeader1_ImageLogo {
	height: auto !important;
}



/* Wrapper Properties
--------------------------------------*/

div#wrap{
	font-size:16px;
	line-height:2;
}
@media only screen and (max-width: 480px) {
	div#wrap{
		font-size: 14px;
	}
}

.seminar_title{
	font-size:24px;
	font-weight:bold;
	color:#333;
	text-align: center;
	margin: 40px 0 20px;
}
@media only screen and (max-width: 480px) {
	.seminar_title{
		font-size: 20px;
	}	
}

.seminar_sub_title{
	font-size:20px;
	font-weight: bold;
	color:#333;
	margin:50px 0 30px;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 480px) {
	.seminar_sub_title{
		font-size: 18px;
	}
}
.seminar_sub_title:before {
	content: '';
	position: absolute;
	bottom: -5px;
	display: inline-block;
	width: 50px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 5px;
}

#ImageSeminar {
	display: block;
	margin: 0 auto;
}

.seminar_detail{
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 2% 4%;
	margin-bottom: 30px;
}

.seminar_table,
#search_table{
	border-top: 1px solid #ccc;
	margin-bottom: 50px;
	table-layout: auto;
	width: 100%;
}
@media only screen and (max-width: 480px) {
	.seminar_table,
	#search_table{
		table-layout: fixed;
	}
}

.seminar_table th,
.seminar_table td,
#search_table th,
#search_table td{
	border-collapse:collapse;
	padding:1.4% 2.5%;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
@media only screen and (max-width: 480px) {
	.seminar_table th,
	.seminar_table td,
	#search_table th,
	#search_table td{
		display: block;
	}
}


.seminar_table th,
#search_table th,
#search_table .midashi_a{
	width: 25%;
	background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 480px) {
	.seminar_table th,
	#search_table th,
	#search_table .midashi_a{
		width: auto;
	}
}
.seminar_table th.must,
#search_table th.must {
	padding-right: 5.5%;
	position: relative;
}
.seminar_table th.must:after,
#search_table th.must:after {
	content: "必須";
	position: absolute;
	font-size: 12px ;
	background: red;
	color: white;
	border-radius: 5px;
	padding: 0 3px;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
}
.seminar_table td th,
.seminar_table td td,
#search_table td th,
#search_table td td{
	border: none;
	padding: 0;
}

.seminar_table .listTableBig {
	border: none;
}
.seminar_table .listTableBig th,
.seminar_table .listTableBig td{
	display: table-cell;
	padding: 1.4%;
	min-width: 260px;
}
.seminar_table .listTableBig td input[type="text"]{
	width: 80px;
}
@media only screen and (max-width: 480px) {
	.seminar_table .listTableBig td input{
		background: none;
		border: 1px solid #ccc;
	}
}

@media only screen and (max-width: 480px) {
	.table_wrap {
		width: 100%;
		overflow: auto;
		background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%,
	    linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%,
	    linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%,
	    linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
		background-repeat: no-repeat;
		background-attachment: local, scroll, local, scroll;
		border-right: 1px solid #CCC;
	}
}
.table-wrap table {
  border-bottom: 1px solid #CCC;
  border-collapse: collapse;
}

/* 2 column table */
.table_2col {
}

#RepeaterTeacher_ctl00_PanelImageTeacher {
}
@media only screen and (max-width: 480px) {
	#RepeaterTeacher_ctl00_PanelImageTeacher {
		text-align: center;
	}
}
#RepeaterTeacher_ctl00_ImageTeacher {
	max-width: 260px;
	margin: 10px 0;
}
@media only screen and (max-width: 480px) {
	#RepeaterTeacher_ctl00_ImageTeacher {
	}
}



/* Application Properties
--------------------------------------*/

p.number{
	float:left;
	max-width:5em;
}

p.application{
}

#PanelEntryButtonTop .application {
	text-align: center;
}

p.application a{
	display:inline-block;
	width:180px;
	height:45px;
	text-indent:-5000px;
	background-image:url(https://mielca.com/mielca_test/PublicSeminarItems/img/gray/btn_application.gif);
	background-repeat:no-repeat;
	outline:none;
}

p.application a:link,
p.application a:visited{
	background-position:0 0;
}

p.application a:hover{
	background-position:0 -45px;
}

p.application a:active{
	background-position:0 0;
}

table {
	width: 100%!important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media only screen and (max-width: 480px) {
	table td,
	table th {
		display: block;
		width: auto!important;
	}
	
	.table_wrap table td {
		display: table-cell;
	}
}

#ButtonBack,
#ButtonNext,
#ButtonLogout,
#ButtonLogin,
#ButtonNew,
#ButtonSearch,
#ButtonChange,
#ButtonClose,
#ButtonBackAppSignIn {
	padding: 2% 5%;
	margin: 0 auto 10px;
	display: block;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: white;
	width: 300px;
	height: auto !important;
}
@media only screen and (max-width: 480px) {
	#ButtonBack,
	#ButtonNext,
	#ButtonLogout,
	#ButtonLogin,
	#ButtonNew,
	#ButtonSearch,
	#ButtonChange,
	#ButtonClose,
	#ButtonBackAppSignIn {
		width: 90%;
	}
}

.seminar_table td input[type="text"],
.seminar_table td input[type="password"],
.seminar_table td textarea,
#search_table td input[type="text"],
#search_table td input[type="password"],
#search_table td textarea {
	width: 100%;
}
#search_table td #WUCDateTextBoxMoshikomiFrom_TextBoxDate,
#search_table td #WUCDateTextBoxMoshikomiTo_TextBoxDate{
	width: 36% !important;
}
#TextBoxNameSei,#TextBoxNameMei,
#TextBoxKanaSei,#TextBoxKanaMei {
	width: 32%;
}
#domain_comment {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 1% 3%;
	margin: 10px 0;
}
#domain_comment #LabelDomain {
	font-weight: bold;
}
#domain_comment #domain {
	display: none;
}

#LabelMoshikomiBottonMessage {
	border: 1px solid #ccc;
	padding: 2% 4%;
	display: block;
	border-radius: 10px;
}


/* Footer Properties
--------------------------------------*/

div#footer{
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding-top: 5px;
	font-size: 12px;
	text-align:center;
}



/* ErrorMassage
--------------------------------------*/

.errorMessage
{
	border: 1px solid red;
	border-radius: 10px;
	margin: 10px 0 30px;
	padding:  2%;
	width: auto!important;
	text-align: left!important;
}
.errorMessage ul {
	list-style-position: outside;
	margin-left: 25px;
}
.errorMessage ul li {
	list-style: disc;
}
	
	
	
/* ButtonDesine
--------------------------------------*/

.Seminar_M_Button
{
	font-weight:medium;	
	
}

.Seminar_L_Button
{
	font-size:medium;
}
@media only screen and (max-width: 480px) {
	.Seminar_L_Button
	{
		font-size:4vw;
	}
}

/* ime-mode
--------------------------------------*/
.imeon_left 
{
	text-align				: left;
	-ms-ime-mode				: active;
 	ime-mode				: active;
}

.imeoff_left
{
	text-align				: left;
	-ms-ime-mode				: disabled;
	ime-mode				: disabled;
}

.imeon_right 
{
	text-align				: right;
	-ms-ime-mode				: active;
	ime-mode				: active;
	
}

.imeoff_right
{
	text-align				: right;
	-ms-ime-mode				: disabled;
	ime-mode				: disabled;
	padding-right			: 1px;
	
}

.hr{
	margin:0 auto;
	padding:0.5em 0;
	font-size:68%;
	text-align:center;
}


/* �\���ꗗ�e�[�u��
--------------------------------------*/

.MstTh01{
	border:1px solid #C0C0C0;
	background-color: rgba(0, 0, 0, 0.1);
	padding-left:5px;
	padding:0px 2px 0px 2px;
	white-space: nowrap;
	text-align:center;
}

.MstTh02{
	border-top:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	background-color: rgba(0, 0, 0, 0.1);
	padding:0px 2px 0px 2px;
	white-space: nowrap;
	text-align:center;
}
.MstTd01
{
	border-bottom:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	padding:0px 2px 0px 2px;
}

.MstTd02
{
	border-bottom:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	padding:0px 2px 0px 2px;
}


.midashi_a{
    padding:1% 2%;
}

.normal_link
{
	color:Blue  !important;
	text-decoration:underline !important;	
}

iframe {
	width: 100%;
	border: none;
}

#back {
	position: absolute;
	font-size: 25px;
	left: 7%;
	top: 25px;
	display: block;
	background: url(../img/back.gif) no-repeat center center;
	background-size: contain;
	width: 25px;
	height: 25px;
}
