@charaset "Shift_JIS";
/* ------------------------------------------------------------------------------------
	sem_sheet.css
	セミナー（就職LIVE）事前申込受付票/自己紹介シート　ＣＳＳ
------------------------------------------------------------------------------------
	1:事前申込受付票、自己紹介シート　ダウンロード
	2:事前申込受付票
    3:自己紹介シート
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
	1:事前申込受付票、自己紹介シート　ダウンロード
------------------------------------------------------------------------------------ */
#SemLiveSheet{
}
#SemLiveSheet h2{
	height:36px;
	background-image:url(../img/sem/sem_sheet/sem_sheet01.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
.SemLiveSheetDl{
   padding:10px 10px;
   border-top: solid 1px #7edad3;
   border-left: solid 1px #7edad3;
   border-right: solid 1px #7edad3;
   border-bottom: solid 1px #7edad3;
}
.SemDLBt{
	float:right;
}

.SemLiveSheetDl p{
   margin-top:15px;
   clear:both;
   font-size:10px;
}

/* ------------------------------------------------------------------------------------
	2:事前申込受付票
------------------------------------------------------------------------------------ */
.SemLivePrint01 th{
   padding:5px 5px;
   text-align:center;
   background:#ffb83d;
   color:#000000;
   height:50px;
}
.SemLivePrint01 span{
   font-size:20px;
}
.SemLivePrint01 td{
   padding:5px 0 5px 0;
}
/* イベント名 */
.SemLivePrint01name{
   padding:5px 10px;
   border:solid 2px #ffb83d;
}
.SemLivePrint01syousai th{
   font-weight:bold;
   padding:5px 5px;
   text-align:left;
   vertical-align:top;
   background:#FFFFFF;
}
.SemLivePrint01syousai td{
   padding:5px 5px;
   text-align:left;
   vertical-align:top;
}
.SemLivePrint01syousai td.map{
   text-align:center;
   vertical-align:top;
}

/* ------------------------------------------------------------------------------------
	3:自己紹介シート
------------------------------------------------------------------------------------ */
.SemLivePrint02 th{
   padding:5px 5px;
   text-align:center;
   background:#72ddd5;
   color:#000000;
}
.SemLivePrint02 span{
   font-size:20px;
}
.SemLivePrint02 td{
   padding:5px 0 5px 0;
}
/* イベント名 */
.SemLivePrint02name{
   margin-top:10px;
   padding:5px 10px;
   border:solid 2px #72ddd5;
}
.SemLivePrint02syousai{
   border:solid 1px #CCCCCC;
   border-collapse:collapse;
}
.SemLivePrint02syousai th{
   font-weight:bold;
   padding:5px 5px;
   text-align:left;
   vertical-align:top;
   background:#f0f0f0;
   border:solid 1px #CCCCCC;
   border-collapse:collapse;
}
.SemLivePrint02syousai td{
   padding:5px 5px;
   text-align:left;
   vertical-align:top;
   border:solid 1px #CCCCCC;
   border-collapse:collapse;
}
.SemLivePrint02 p{
   margin-top:5px;
   font-weight:bold;
}
/* 企業担当者使用欄 */
.SemLivePrint02kigyou{
   margin-top:10px;
   border:solid 1px #CCCCCC;
   padding:5px 10px;
   height:200px;
}
