@charset "Shift_JIS";


.date{
	color: #ffffff;
}

.text_link{
    color: #2a90d1;
    text-decoration: underline;
    cursor: pointer;
}
.text_link:hover{
    text-decoration: none;
}

#criteria .about{
	font-weight: bold;
	color:#393937;
	font-size:24px;
	margin:20px 0 20px 0;
	
	position: relative;
    padding: 0.3rem 1rem;
    border-bottom: 4px solid #094;
}

.about:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #45ab20;
}



.alert{
	color:#e81a1a;
	font-weight:bold;
}



/*======================================================
	PCサイズ（641px以上）ここから
======================================================*/

@media screen and (min-width:641px), print{
	
	
/*ボタン*/
a.btn-radius-solid {
  font-weight: bold;
  color:#ffffff;
  font-size:24px;
  width:90%;
  padding:30px;
  text-align: center;
  background: #f6f4f4;
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6583f9), to(#3159f7));
  background: -webkit-linear-gradient(top, #6583f9 0%, #3159f7 100%);
  background: linear-gradient(to bottom, #6583f9 0%, #3159f7 100%);
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#3159f7), to(#3159f7));
  background: -webkit-linear-gradient(bottom, #6583f9 0%, #3159f7 100%);
  background: linear-gradient(to top, #6583f9 0%, #3159f7 100%);
}

.alert-p{
	font-size:13px;
	text-align: right;
	margin-bottom: 40px;
}
	
.title{
	font-weight: bold;
	color:#393937;
	font-size:1.5rem;
	margin:30px 0 20px 0;
	
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background:#e0ec68;
	text-align: center;
	}


.title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000;
}
	
.bold{
  font-weight:bold;
  font-size:1.2rem;

}
	
	
#tokuban_content{
	background-color: #ededed;
/*    background-color: #ffffff;*/
    padding-bottom: 30px;
}

/*メイン*/
#tokuban_content .page_main{
    text-align: center;
    background-color: #ffffff;
    padding: 35px 40px 40px;
    margin-bottom: 30px;
}
#tokuban_content .page_main .text{
    text-align: left;
    line-height: 1.6em;
    margin: 15px auto;
    letter-spacing: -0.01em;
}
#tokuban_content .page_main .text_midashi01{
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
}
#tokuban_content .page_main .text_midashi02{
    font-size: 18px;
    font-weight: bold;
    color: #29a8df;
}
#tokuban_content .sub_title{
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}	

/*動画*/
#tokuban_content .video {
    width: 570px;
    height: 320px;
    margin: 20px auto 25px;
}
#tokuban_content .video video{
    width: 570px;
    height: 320px;
}
	
/*企業動画*/
#tokuban_content .video_company {
    width: 500px;
    height: 281px;
    margin: 0 0 40px;
}
#tokuban_content .video_company video{
    width: 500px;
    height: 281px;
}		
	
/*番組ロゴ*/	
.mainimage {
	width:100%;
    margin: 20px 0;
    text-align: center;
}
.mainimage img{
	width:100%;
}	

/*サブ画像*/
.subimage {
	width: 100%;
/*    margin: 0 0 1em;*/
    text-align: center;
}
.subimage img {
    width: 100%;
}


/*-応募基準-*/
#tokuban_content .page_main #criteria{
    text-align: left;
    margin-bottom: 50px;
}
#tokuban_content .page_main #criteria .wrapper{
    margin-bottom: 20px;
}
#tokuban_content .sub_midashi{
    background-color: #b4d5f6;
    padding: 6px 0 5px 10px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #b4d5f6;
}	
	
#criteria dl {
	border-top: 1px dotted #000000;
    display: table;
    width: 100%;
    margin: 0 auto;
}
#criteria dl:nth-child(2) dt,
#criteria dl:nth-child(2) dd {
    border-top: 1px dotted #000000;
}
#criteria dt {
    text-align: center;
    width: 110px;
    background-color: #e4e4e4;
    vertical-align: middle;
}
#criteria dt, #criteria dd {
    padding: 10px;
    display: table-cell;
    border-bottom: 1px dotted #000000;
}
#criteria dd {
    width: 510px;
    line-height: 1.6em;
}
#criteria p{
    margin-bottom: 10px;
}

/*一覧ページへ戻る*/
#back_btn .button_left{
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}
}

/*======================================================
	SPサイズ（640px以下）ここから
======================================================*/
@media screen and (max-width: 640px){

/*ボタン*/
a.btn-radius-solid {
  font-weight: bold;
  color:#ffffff;
  font-size:24px;
  width:90%;
  padding:30px;
  text-align: center;
  background: #f6f4f4;
  margin-bottom: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6583f9), to(#3159f7));
  background: -webkit-linear-gradient(top, #6583f9 0%, #3159f7 100%);
  background: linear-gradient(to bottom, #6583f9 0%, #3159f7 100%);
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#3159f7), to(#3159f7));
  background: -webkit-linear-gradient(bottom, #6583f9 0%, #3159f7 100%);
  background: linear-gradient(to top, #6583f9 0%, #3159f7 100%);
}	

.alert-p{
	font-size:11px;
	text-align: right;
	margin-bottom: 20px;
	}

#criteria .about{
	font-weight: bold;
	color:#393937;
	font-size:1.2rem;
	margin:5px 0 10px 0;
	position: relative;
    padding: 0.3rem 0.3rem;
    border-bottom: 2px solid #094;
}

.about:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  content: '';
  background: #45ab20;
}

/*ボタン*/
a.btn-radius-solid {
  font-weight: bold;
  color:#ffffff;
  font-size:1.2rem;
  width:90%;
  padding:20px;
  text-align: center;
  background: #f6f4f4;
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6583f9), to(#3159f7));
  background: -webkit-linear-gradient(top, #6583f9 0%, #3159f7 100%);
  background: linear-gradient(to bottom, #6583f9 0%, #3159f7 100%);
}

a.btn-radius-solid:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#3159f7), to(#3159f7));
  background: -webkit-linear-gradient(bottom, #6583f9 0%, #3159f7 100%);
  background: linear-gradient(to top, #6583f9 0%, #3159f7 100%);
}
	
.title{
	font-weight: bold;
	color:#393937;
	font-size:1.1rem;
	margin:15px 0 10px 0;
	
	position: relative;
	padding: 1rem 1rem calc(1rem + 10px);
	background:#e0ec68;
	text-align: center;
	}


.title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000;
}

.bold{
  font-weight:bold;
  font-size:1.1rem;
}
	

.ad_sp{
	text-align: center;
	margin: 2em 0;
}

.page_main{
    background-color: #ffffff;
    padding: 15px 10px;
}

/*メイン*/
#tokuban_content{
	margin-top: 70px;
    background-color: #ededed;
    padding-bottom: 30px;
}
#tokuban_content .page_main{
    margin-bottom: 30px;
}
#tokuban_content .page_main .text{
    text-align: left;
/*    line-height: 1.6em;*/
    margin: 8px auto;
}
#tokuban_content .page_main .text_midashi01{
    font-size: 20px;
    font-weight: bold;
    color: #CC0000;
}
#tokuban_content .page_main .text_midashi02{
    font-size: 18px;
    font-weight: bold;
    color: #29a8df;
}
#tokuban_content .sub_title{
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}		
	
/*番組ロゴ*/	
.mainimage {
    text-align: center;
}
.mainimage img {
    width: 100%;
    height: auto;
}
	
/*サブ画像*/
.subimage {
    text-align: center;
}
.subimage img {
    width: 100%;
    height: auto;
}

	
/*動画埋め込み*/
#tokuban_content .page_main #movie{
    width: 100%;
    height: 175px;
    background-color: #5a5a5a;
    margin: 20px auto;
    color: #ffffff;
}
/*動画*/
#tokuban_content .video {
    width: 100%;
    height: auto;
}
#tokuban_content .video video{
    width: 100%;
    height: 100%;
    margin: 14px 0;	
}
	
/*企業動画*/
#tokuban_content .video_company {
    width: 100%;
    height: auto;
}
#tokuban_content .video_company video{
    width: 100%;
    height: 100%;
    margin: 0 0 10px 0;
}	

/*-応募基準-*/
#tokuban_content .page_main #criteria{
    text-align: left;
    margin-bottom: 30px;
}
#tokuban_content .page_main #criteria .wrapper{
    margin-bottom: 20px;
}
#criteria dl {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
#criteria dl:last-of-type{
    border-bottom: 1px dotted #000000;
}
#criteria dt {
    text-align: center;
    width: 95%;
    background-color: #e4e4e4;
    border-bottom: 1px dotted #000000;
}
#criteria dl dt{
    border-top: 1px dotted #000000;
    width: 100%;
    padding: 10px 0;
}
#criteria dd {
    padding: 10px 0 15px;
    display: inline-block;
    line-height: 1.6em;
}
#criteria p{
    margin-bottom: 10px;
}

/*一覧ページへ戻る*/
#back_btn .button_left {
/*    border-color: #3177e3;
    color: #3177e3;
    background-color: #FFFFFF;
    background-image: url(../../../images/ar_bl1.png);*/
    background-position: left 25px center;
    margin: 20px auto;
    font-weight: bold;
    text-align: center;
    padding: 10px auto;
    font-size: 16px; 
}


}





