@charset "utf-8";

body{
	
	background-color: #FFFFFF;
	word-wrap:break-word;
	margin: 0 ;
	padding: 0 ;
	width:100%;
}

.wrap{
		background-color: #FFFFFF;
	}

div#contentswrap {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-image: none;
	margin-top: 0;
}

.seminar_subtitle{
	position: relative;
	padding: 1em 0;
	font-size: 15px;
}

.seminar_subtitle::before,
.seminar_subtitle::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.seminar_subtitle::before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.seminar_subtitle::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.icon {
	position: relative;
	top: 10px;
	right: 5px;
	height: 28px;
	width: 28px;

}


@media only screen and ( max-width:814px ){

	.wrap{
		overflow: hidden;
		width: 100%;
		height: auto;
	}
	
	div#contentswrap {
	
		background-color: #FFFFFF;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}

	.seminar-title { 
		width:100%; 
		margin-right: 0;
		margin-left: 0;
	}


	.seminar-title img { 
		width:100%; 
		margin-right: 0;
		margin-left: 0;
	}
	
	.form_title {
		position: relative;
		padding: .75em 1em .75em 1.5em;
		font-size:20px;
		width: 100%;
	}
	
}


a.nwe_seminar_btn {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+19,3690f0+55,1e69de+100 */
background: #6db3f2; /* Old browsers */
background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 19%, #3690f0 55%, #1e69de 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 19%,#3690f0 55%,#1e69de 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #6db3f2 0%,#54a3ee 19%,#3690f0 55%,#1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */	color: #FFFFFF;
	border: 1px solid #DDD;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px;
	margin: 20px auto;
}

a.nwe_seminar_btn:hover {
	text-decoration: none;
	background: #6db3f2; 

}


/**挨拶部分**********************************************************/

.seminar-introduction_index{
	width:100%;
	overflow:hidden;
	margin: 0 auto 15px auto;
	height:200px;
	background-image: url(/images/seminar/seminartop.jpg);
	background-size: cover;
	-moz-background-size:cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.organizer_link {
	width: 55%;
	text-align: center;
	margin: auto;
}

.organizer_link table{
	width: 70%;
}

.organizer_link td{
	padding: 50px;
	width: 40%;
}

.organizer_link a {
	width: 134px;
	height: 108px;
	background: #FFF;
	border-radius: 140px;
	-moz-border-radius: 140px;
	-webkit-border-radius: 140px;
	padding: 30px 20px 30px;
	display: block;
	text-align: center;
	font-weight: bold;
	box-shadow: 0px 4px 0px rgba(000,000,000,0.3);
	-moz-box-shadow: 0px 4px 0px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 4px 0px rgba(000,000,000,0.3);
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
	margin: 10px auto 50px auto;
	line-height: 50px;
	font-size: 18px;
}
.organizer_link a:hover {
	color: #FFF;
	box-shadow: none;
	margin-top: 10px;
	position: relative;
	top: 3px;
	text-decoration: none;
}

.organizer_link a strong {
	line-height: 25px;
	font-size: 23px;
}

.organizer_link a span {
	line-height: 20px;
	font-size: 15px;
}

.organizer_link a.jse_btn {
	border: 1px solid #66CC33;
	color: #66CC33;
	float: left;
}

.organizer_link a.jse_btn:hover {
	background: #66CC33;
	color: #FFF;
}


.organizer_link a.jsba_btn {
	border: 1px solid rgb(80, 96, 160);
	color: rgb(80, 96, 160);
	float: right;
}

.organizer_link a.jsba_btn:hover {
	background: rgb(80, 96, 160);
	color: #FFF;
}

@media only screen and ( max-width:665px ){
	.organizer_link a.jse_btn {
		float: none;
	}

	.organizer_link a.jsba_btn {
		float: none;
	}

}

.seminar-introduction{
	width:100%;
	overflow:hidden;
	background-image: url(../seminar-images/seminarView_JSE.png);
	margin: 0 auto 15px auto;
	height:240px;
	background-size: cover;
	-moz-background-size:cover;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.form_title {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	font-size:30px;
	text-shadow: 1px 1px 1px #999;
	line-height: 150%;
	text-align: center;
	background-color: rgba(21,82,107,.8);
	color: white;
}

.form_title_top {
	position: relative;
	padding-top: 70px;
	font-size:32px;
	text-shadow: 1px 1px 1px #FFF;
	line-height: 150%;
	text-align: center;
	//background-color: rgba(21,82,107,.8);
	color: rgba(21,82,107,1);
}

.seminar-main {
	width: 814px;
	max-width: 814px;
	margin:auto;

}

.seminar-greeting-box {
	float:center;
	width: 814px;
	max-width: 814px;
	padding-right:15px;
	padding-bottom:10px;
	padding-left:15px;
	margin:30px auto 30px auto;
}

.seminar-greeting-box p{
	color:#FFFFFF;
	line-height:180%;
	font-weight:bold;
	text-align: center;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	
}


/**
.seminar-contact-box {

	border:inset 1px #0065C9;
	background-color:#F9F9F9;
	margin:10px auto 30px auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 4px;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:10px;
	padding-left:15px;
	font-size: 16px;
	color:#676767;
	line-height: 25px;
	width:95%;
	text-align: center;
}

.seminar-contact-box p{
	line-height:180%;
	text-align: left;
}

.seminar-contact-box img{
	margin-top:10px;
	margin-bottom:10px;
}
**/

.seminar-contact-box {
	border:inset 1px #0065C9;
	background-color:#F9F9F9;
	margin:0px auto 30px auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 4px;
	padding-top:5px;
	font-size: 16px;
	color:#676767;
	line-height: 22px;
	overflow:hidden;
	width:100%;
}

#text-tb8{
	width:auto;
	margin:15px 30px 15px 30px;
	line-height: 180%;
}

.seminar-gaiyou-box {
	background-color: #FFFFFF;
	border-top: inset 1px #0065C9;
	width: auto;
	margin:1px;
	padding:10px 20px 5px 20px;
	font-size: 25px;
	color: #0065C9;
	height:65px;
	vertical-align: middle;

}

.seminar-gaiyou-box img{
	float:right;
	vertical-align: middle;

}

.seminar-gaiyou-box-p{
	float:left;
	font-size: 12px;
	width:50%;
	vertical-align: middle;
}

@media only screen and ( max-width:814px ){
	
	.seminar-main {
		width: 100%;
	}
	
	.seminar-greeting-box {
		float:none;
		width:100%;
	}

	.seminar-contact-box {
		float:none;
		width:100%;
	}
	
	.seminar-introduction{
		height:250px;
		background-size: cover;
		-moz-background-size:cover;
		background-position: center center;
		background-attachment: scroll;
		background-repeat: no-repeat;
	}
	
	.seminar-new-box {
		visibility: hidden;
	}
}


/**新着情報**********************************************************/

.seminar_subtitle_new {
	position: relative;
	padding: 1em 0.5em;
	font-size:18px;
}

.seminar_subtitle_new::before, .seminar_subtitle_new::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.seminar_subtitle_new::before {
	top: 0;
	border-top: 2px solid #99ccff;
	border-bottom: 1px solid #99ccff;
}
.seminar_subtitle_new::after {
	bottom: 0;
	border-top: 1px solid #99ccff;
	border-bottom: 2px solid #99ccff;
} 

.seminar-new-box {

	background-color:rgba(255, 255, 255, 0.88);
	margin:40px auto 10px auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:5px;
	padding-left:15px;
	font-size: 16px;
	color:#676767;
	line-height: 25px;
	text-align: center;
	height: 246px;
}

.new-project-list{
    background-color: #FFF;
    border-radius: 5px;
    margin: 20px auto;
	border: solid 1px #77c3df;
	width: 85%;
}

.new-project-list p {
	font-size: 20px;
	position: relative;
	padding: 5px 5px 5px 60px;
	background: #77c3df;
	font-size: 20px;
	color: white;
	margin-left: -20px;
	line-height: 1.3;
}

.new-project-list p:before {
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	border: none;
	border-left: solid 40px white;
	border-bottom: solid 79px transparent;
}

.new-project-list ul li {
	position: relative;
	list-style: none;
	border-bottom: 2px dotted #c0c0c0;
	line-height:180%;
	padding:5px 40px;
	font-size: 16px;
	width: 80%;
	margin: auto;
}

.new-project-list ul li a:hover{
	text-decoration:none;
}

@media only screen and ( max-width:814px ){

	.new-project-box {
		border: solid #8E8E8E 1px;
		background-image: url(../jinzai-images/new-3-3.png);
		margin: 10px;
		width: auto;
		height: 25px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		border-radius: 4px;
		padding-top: 13px;
		padding-bottom: 1px;
		font-size: 20px;
		color: #FFFFFF;
		line-height: 24px;
		vertical-align: middle;
		text-align: center;
		
	}
	
	.new-project-list {
		width: auto;
		border-radius: 2px;
		padding-top: 20px;
		padding-left: 25px;
		padding-right: 15px;
		padding-bottom: 10px;
		height: auto;
		font-size: 15px;
		color: #ffffff;
		line-height: 25px;
	}
	
	.new-project-list ul li {
		line-height:160%;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.new-project-box {
		visibility: hidden;
	}
	
	/**申込の流れボタン*************************************************/
	.txt-center a img{ width:100%; }
}


/**セミナー一覧部分*************************************************/

.seminar_subtitle_detail {
	position: relative;
	padding: 1em 0.5em;
	font-size:18px;
}
.seminar_subtitle_detail::before,
.seminar_subtitle_detail::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.seminar_subtitle_detail::before {
	top: 0;
	border-top: 2px solid #99ccff;
	border-bottom: 1px solid #99ccff;
}
.seminar_subtitle_detail::after {
	bottom: 0;
	border-top: 1px solid #99ccff;
	border-bottom: 2px solid #99ccff;
}

.seminar-list-title {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 2px;
	padding-right: 0px;
	opacity: 1;
}

.seminar-list-title img{
	width:805px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.seminar-list-box {
	width: 100%;
	margin:auto auto 20px auto;

}

.seminar-sponsor-company{
	color: #336699;
	font-size:15px;
}

.seminar-list-box label {
	background: #336699;
    color: #fff;
    padding: 8px 10px 8px 20px;
    display: block;
    margin: 1px;
    border: 1px solid #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
}

.seminar-list-box input[type="checkbox"].on-off{
    display: none;
	margin-top: -1px;
}

.seminar-list-box ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.seminar-list-box li {
	padding: 5px;
}

.seminar-list-box label {
	cursor:pointer;
}

.seminar-list-box label img {
	vertical-align: middle;
}

.seminar-list-box input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

.seminar-list-box input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

.seminar-list-table {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 2px;
	background-color: #DADADA;
	height: auto;
	font-size: 13px;
	-webkit-box-shadow: 1px 1px 3px 1px #4A9AEB;
	box-shadow: 1px 1px 3px 1px #4A9AEB;
	margin:10px auto 10px auto;
	overflow-x: auto;
	z-index: 0;
	padding-right: 0pxy: auto;
	opacity: 1;
	width: 100%;
}

.seminar-list-table tr td {
	height: 40px;
	background-color: #FFFFFF;
	text-align:center;
	padding: 3px 8px;
}

.seminar-list-table tr td.seminar-list-column1 {
	background-color:#99CCFF;
	width:20%;
}

.seminar-list-table tr td.seminar-list-column2 {
	background-color:#99CCFF;
	width:15%;
}

.seminar-list-table tr td.seminar-list-column3 {
	background-color:#99CCFF;
	width:30%;
}

.seminar-list-table tr td.seminar-list-column4 {
	background-color:#99CCFF;
	width:8%;
}

.seminar-list-table tr td.seminar-list-column5 {
	background-color:#99CCFF;
	width:15%;
}

.seminar-list-table tr td.seminar-list-column6 {
	background-color:#99CCFF;
	width:8%;
}

.seminar-list-table tr td.seminar-list-clspan6 {
	padding-left:20px;

}

@media only screen and ( max-width:814px ){
	
	
	.jinzai-list-title {
		width:100%; 
	    margin-right: 0;
		margin-left: 0;
		overflow: hidden;
	 }
	
	.jinzai-list-title img{
		width:100%;
		margin-right: auto;
		margin-left: auto;
	 }
	
	.jinzai-list-table tr td > a{
	
		font-size: 1em;
	
	}
	
	.seminar-list-column1 {
		background-color:#99CCFF;
		width:20%;
	}
	
	.seminar-list-table tr td.seminar-list-column2 {
		background-color:#99CCFF;
		width:10%;
	}
	
	.seminar-list-table tr td.seminar-list-column3 {
		background-color:#99CCFF;
		width:55%;
	}
	
	.seminar-list-table tr td.seminar-list-column4 {
		background-color:#99CCFF;
		width:15%;
	}

	.seminar-list-table tr td.seminar-list-column5 {
		background-color:#99CCFF;
		width:15%;
	}

	.seminar-list-table tr td.seminar-list-column6 {
		background-color:#99CCFF;
		width:15%;
	}

	.seminar-sponsor-company {
		width: 100%;
	}
	
	.seminar_subtitle_detail {
		width: 100%;
	}
}

}


/**それぞれの求人情報部分**************************************************/
.seminar-item-box {
	width: 100%;
}

.seminar-item-box table {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 2px;
	background-color: #DADADA;
	height: 30px;
	font-size: 13px;
	-webkit-box-shadow: 1px 1px 3px 1px #4A9AEB;
	box-shadow: 1px 1px 3px 1px #4A9AEB;
	margin-right: 9px;
	overflow-x: auto;
	z-index: 0;
	padding-right: 0px;
	overflow-y: auto;
	opacity: 1;
	margin-left: 5px;
	text-align: center;
	width: 100%;
}

.seminar-item-box table th{
	background-color: #EFEFEF;
}

.seminar-item-box table td{
	padding-top:8px;
	padding-right:8px;
	padding-left:8px;
	padding-bottom:8px;
	background-color: #FFFFFF;
}

.seminar-item-box table td.colomn2 {
	width: 15%;
}

.seminar-item-box table td.COname{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	background-color: #68B4FF;
}

.seminar-item-box table td.seminar-item-overview{
	padding-right:30px;
	padding-left:25px;
	padding-top:15px;
	padding-bottom:15px;
	line-height:1.8;
}

@media only screen and ( max-width:814px ){
	
	.contents_box{
		padding:0;
		width: 100%;
		}
	
	
	.seminar-item-box {
		width:100%;	
		padding:0;
		margin:0;
	}
	
	.seminar-item-box table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 2px;
	background-color: #DADADA;
	height: 30px;
	font-size: 13px;
	-webkit-box-shadow: 1px 1px 3px 1px #4A9AEB;
	box-shadow: 1px 1px 3px 1px #4A9AEB;
	overflow-x: auto;
	z-index: 0;
	opacity: 1;
	margin: 0;
	text-align: center;
	width: 100%;
}

	.seminar-item-box table tr td{
	
	font-size: 120%;
	
	}


}

/**その他フォントなど**************************************************/
.text_bold {
	color: #403C9E;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;

}

.text_2 {

	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4a69b2;
    padding-top:3px;
	padding-left:7px;
}

.text_3 {

	color: #FF8C00;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	line-height: 5px;
	padding-right: 3px;
	text-align: right;
	left: 0px;
	overflow-y: visible;
	z-index: -26;
	margin-top: -20px;
	margin-right: 0px;
}

.text_5 {

	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #4a69b2;
    padding-top:3px;
	padding-left:3px;
}

.txt-center {

	 font-size:12px;
	 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 text-align:center;
}

.entry-btn{

	width:215px;
	float:right;
}

@media only screen and ( max-width:814px ){
	
	.js_pagetop{
		visibility: hidden;
	}
	
}

	