@charset "utf-8";

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

body {
overflow-x:hidden;
/*width:100%;
overflow: hidden;*/
}




/* ---------------------------------------------- */

/* 基本のフォント指定*/

body {
	 font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
} /* ゴシック体 */

h2 {
     font-size:1em;
	 
}

h3 {
     font-size:0.9em;
	 font-family: 'Ubuntu', sans-serif;
	 letter-spacing: 0.1em;
}


/* ---------------------------------------------- */

/* ヘッダーのスタイル*/

header {

}




#home {
	 overflow:hidden; 
}
	 
	 
#home ul li {
     position:absolute;
	 top:5px;
	 right:10px;
     width:20px;
     height:38px;
	 list-style:none; 

}


#home ul li a{
    display: block;
    color:#99CC33;
    text-decoration: none;
    background:url(../img/taira_logo_h.png) no-repeat;
	padding:0px 0px 10px 50px;
}


#home ul li a:hover{
    color:#29ABE2;
    background:url(../img/taira_logo_h.png) no-repeat;
	padding:0px 0px 10px 50px;

}


/* ---------------------------------------------- */

/* メインビジュアルのスタイル*/


#main {

	width:95%;
	-moz-background-size:auto 85% ;
	background-size:auto 85% ;



}


#maintext {
	font-size:100%;
	float:left;
	margin-top:5%;
	margin-bottom:8%;
	margin-left:2%;


}



/* ---------------------------------------------- */

/* ヘッダーのスタイル*/

header {
	background-color:#000000;
	/*color:#FFFFFF;*/
	width:100%;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;

	position:relative;
	text-align:center;
 
}

header h2 img { width:40%; }




/*====================================
幅が640px未満の場合
*/
@media (max-width: 640px) {


#main {
	font-size:50%;
	-moz-background-size:auto 80% ;
	background-size:auto 80% ;
	
}


.btn_corporate img {	width:80%;}



#maintext {
	font-size:100%;
	
	float:left;

	margin-top:4%;
	margin-bottom:5%;
	margin-left:5%;
}


/*「なんとかして」をなんとかしちゃう。*/
#maincopy {
	clear:both;
	margin-bottom:15px;
}


#maincopy h1 {  font-size: 170%;}


/*TAIRA PROMOTE RECRUIT 2016*/
header h2 img { width:80%; }

}





#main-logo {

-moz-background-size:auto 40%;
 background-size:auto 40%; 
}




/*
#main-bg {


	-moz-background-size:100% auto;
	background-size:100% auto; 

}




#mainvisual {
   float:right;
}

#mainvisual img { 
 

	
}


#maintext {
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	position: absolute;
	float: left;
}

*/

/* 平プロモート 新卒採用 */

/*
#title h2 {
	 color:#FFFFFF;
	 font-size:11px;
	 padding-top:3px;
	 padding-bottom:3px;
	 padding-left:10px;
	 padding-right:10px;
     background-color:#333333; 
	 float:left;
	 margin-bottom:10px;
}




.btn_corporate {
    position:absolute;
    right:10px;
	top:10px;
	text-align:right;
}

.btn_corporate img {
	width:70%;

}

*/

/*「なんとかして」をなんとかしちゃう。*/


/*
#maincopy {
   margin:0px;
   width: 100%;
}

#maincopy h1 {
	font-size: 15px;
	margin-top: 0.67em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0.5em;
	text-indent: -1em;
	line-height: 1.6em;
	color: #333;
}


*/
/* ものづくりを支える、技術資料制作の会社 */

/*
#subcopy h3{
   font-size:12px;
	line-height:1.4em;
}


*/



/* ナビゲーションのスタイル*/


#gnav {
	width:100%;
}

#gnav ul li{
	width:33.33%;
}

#gnav ul li a{
	letter-spacing:0.05em;
	font-size: 12px;
	height:30px;
	padding-top:10px;
	border-top:1px solid #000;
}


/* メニューのカレント表示 */

body#toppage li.gnav1 a {
	border-bottom:none;
	padding-bottom:0;
}
body#episode li.gnav2 a {
	border-bottom:none;
	padding-bottom:0;
}
body#requirements li.gnav3 a {
	border-bottom:none;
	padding-bottom:0;
}
body#entry li.gnav4 a {
	border-bottom:none;
	padding-bottom:0;
}
body#faq li.gnav5 a {
	border-bottom:none;
	padding-bottom:0;
}
body#event li.gnav6 a {
	border-bottom:none;
	padding-bottom:0;
}


/* メニューのカレント表示 


body#toppgae li.gnav1 a {padding-bottom:5px;}

body#episode li.gnav2 a {padding-bottom:5px;}

body#requirements li.gnav3 a {padding-bottom:5px;}

body#entry li.gnav4 a {padding-bottom:5px;}
*/

/* メニューのカレント表示  スクロール */


#gnav ul li.on a {
	background:#000;
	padding-bottom:5px;
    border-right: none;
	border-bottom:#99CC33 solid 5px;
	color:#fff;
}







/* ---------------------------------------------- */

/* メッセージのスタイル*/


.message-wrap h3 {
	font-size:20px;
	line-height:1.6;
	text-align:center;
	clear:both;
	margin-top:0px;
	color:#333;
}

.message {
	width: 85%;
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size:0.9em;
}


.message p{
	line-height:1.5;
	padding-top:0.5em;
	padding-bottom:0.5em;

}


/* ---------------------------------------------- */

/* エピソードのスタイル*/


.episode-wrap {

	width:100%;
	background-color:#fff;
	padding-top:50px;
	padding-bottom:50px;
	padding-top:30px;
	padding-bottom:30px;
	

}

.episode {
    width:85%;
	margin: 0px auto;
	padding-top:10px;
	padding-bottom:10px;
}

.episode-guide {
		width:100%;

}


.episode-box {
	-moz-border-radius: 6px;    /* Firefox */
	-webkit-border-radius: 6px; /* Safari,Chrome */
	border-radius: 6px;         /* CSS3 */
	border:#8CC63F 2px solid;
	padding:15px;

	clear:both;


}

.episode-box p {
	font-size:0.9em;
	line-height:1.5;

}


.episode h3 b {
	color:#D1E8B3;
	font-size: 4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding:0;
	line-height:0;
	font-family:Montserrat;
	font-weight:400;
}

.episode h3 span {
	color: #385001;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: -1.7em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	display: block;
	text-indent: 1.2em;
	letter-spacing:0em;
}


.episode-btn a {
	display:block;
	color:#0071BC;
	text-decoration:none;
	background:url(../img/btn_episode.png) no-repeat right 0.2em;
	-moz-background-size:auto 80%;
 	background-size:auto 80%; 
	padding-right:25px;
	min-height:23px;
	padding-top:0px;

}

.episode-btn a:hover {
	color:#55BBFF;
	background:url(../img/btn_episode_o.png) no-repeat right 0.2em;
	-moz-background-size:auto 80%;
 	background-size:auto 80%; 

}


/*エピソード集　次階層*/

body#episode .episode h3 {
	text-align:center;

}


body#episode .episode h3 b {
	color:#C5E29F;
	font-size: 4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding:0;
	line-height:0;
	font-family:Montserrat;
	font-weight:400;
	display: block;
	text-indent: -4em;

}

body#episode .episode h3 span {
	color: #385001;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: -0.5em;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	display: block;
	text-indent: 0em;
}


body#episode .episode h4 {
	text-align:center;
		color:#99CC33;
		font-size:110%;

}


.episode-wrap ul {	}

.episode-wrap ul li {	width:24%;	margin-left:3px;}

.episode-wrap ul li:first-child {margin-left:3px;}


.episode-box-2nd p { color:#333; line-height:1.6;font-size:0.8em; }


/* ---------------------------------------------- */

/* 募集要項のスタイル*/


.requirements-wrap {
    background:url(../img/bg.jpg)  center repeat-y;

	-moz-background-size:100% auto;
	background-size:100% auto; 

	width:100%;
	padding-top:50px;
	padding-bottom:50px;

}


.requirements-wrap-2nd {
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}

.requirements h3 {
	color:#99CC33;
	font-size:1.1em;
	margin-bottom:30px;
	line-height:1em;
	text-shadow: 0 0 25px #fff;
	letter-spacing:0.1em;
}


.requirements {
    clear:both;
    color:#343434;
	width:90%;
	margin: 0px auto;

}

.requirements h1 {
	float:left;
	border-left:#99CC33 10px solid;
	border-bottom:#99CC33 3px solid;
	font-weight:bold;
	font-size:1.2em;
	padding-left:20px;
	padding-right:50px;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:20px;
}


.requirements h2 {
	clear:both;
	font-size:2em;
	font-family:Montserrat;
	font-weight:400;

	line-height:1em;
	text-shadow: 0 0 25px #fff;
}



ul.requirements-nav {
	width:100%;
}


ul.requirements-nav li {
	width:40%;
	float:left;
	margin-left:5%;
	margin-right:5%;
	margin-top:30px;
}


ul.requirements-nav li a{
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
	font-size:1em;
	border-bottom:#0071BC solid 5px;
	color:#0071BC;

}


.requirements p { color:#333; line-height:1.6;font-size:0.8em; }



/*募集要項　次階層*/


.requirements-wrap-2nd {

	width:100%;
	padding-top:20px;
	padding-bottom:20px;

}


.requirements-contact-margin {margin-bottom:20px;}



/*募集概要 テーブル*/

.table-guidance {
}

.table-guidance tr{
}

.table-guidance th{
	display:block;
	padding-top: 10px;
}

.table-guidance td{
	display: block;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
}


/* 募集概要 フロー */

.flow-guide {
	background:#F2F2F2;
	padding:10px;
}

.flow-box-w {
		float:none;
}

.flow-box {

	width:200px;
	border:#0071BC solid 2px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:1.3em;
	color:#0071BC;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
}



.flow-ex {

	float:none;
	width:100%;

	font-size:0.8em;
	line-height:1.7em;
	background:none;
	padding-left:0px;
}

.flow-box-line {
	display:none;
}



.flow-box-line-sp {
	width:2px;
	height:30px;
	background:#0071BC;
	margin-left:auto;
	margin-right:auto;
}



/* 座談会の開催 */


.requirements-party {
	margin-top:30px;
	background:#F2F2F2;
	font-size:0.8em;
	line-height:1.7em;
	padding:15px;
}


.requirements-party h2 {
	color: #0071BC;
	font-size: 1.4em;
	background: url(../requirements/images/icon_fuki.png) no-repeat left;
	-moz-background-size:auto 80%;
 	background-size:auto 80%; 
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 1.5em;
	padding-bottom: 0px;
}


/* お問い合わせ及び応募書類送付先 */

/* balloon-1 left */
#balloon-1-left {
	font-size:0.7em;
}






/* ---------------------------------------------- */

/* エントリーページのスタイル*/

.entry-wrap {
	width:100%;
	background:#f3f3f3;
	padding-top:10px;
	padding-bottom:30px;
	
	margin-left:auto;
	margin-right:auto;
	
    overflow: hidden;
    position: relative;
	
	font-size:0.8em;

	
}


.entry-inner {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


.entry-wrap h1 {
	float:left;
	border-left:#99CC33 10px solid;
	border-bottom:#99CC33 3px solid;
	font-weight:bold;
	font-size:1.2em;
	padding-left:20px;
	padding-right:50px;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:20px;
}




/*==============================================================
問い合わせフォーム
==============================================================*/


/*====================================
幅が600px未満の場合
*/
@media (max-width: 640px) {
	

.table-form {
	    border-collapse: collapse;
}

.table-form th {
	display: block;
	border-collapse: collapse;
	font-weight: normal!important;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 110%;
	width: auto;
	border: none!important;
}

.table-form td {
	display: block;
	border-collapse: collapse;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 25px;
	border:none!important;
	background:none;
}

}



/* ---------------------------------------------- */

/* エントリーボタンのスタイル*/


.entry {
	width:85%;
	padding-top:30px;
	padding-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}

.entry p { color:#333; line-height:1.6;font-size:0.8em; }


a.entry-btn {
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #0071BC;
	background-image:url(../img/btn_entry_guide1.png),url(../img/btn_entry_guide2.png) ;
	background-repeat: no-repeat,no-repeat;
	background-position: top left, right bottom;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size:1.1em;
	border:#0071BC 5px solid;
}


a.entry-btn:hover {
	background:#55BBFF; border:#55BBFF 5px solid;
	background-image:url(../img/btn_entry_guide1.png),url(../img/btn_entry_guide2.png) ;
	background-repeat: no-repeat,no-repeat;
	background-position: top left, right bottom;
		}
	 


/* ---------------------------------------------- */

/*フッターのメニュー*/

.footer-menu-wrap {
	background:#8CC63F;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;

}

.footer-menu {
    clear:both;
    color:#fff;
	width:90%;
	margin: 0px auto;

}

.footer-menu ul {
	float:none;
	clear:both;
	margin-left:0px;
	
}

.footer-menu  ul li {
	float:none;
	margin-bottom:10px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	
}

.footer-menu ul li a {
	margin-left:0px;
	margin-bottom:0px;
    color:#fff;
	text-decoration:none;

}

.footer-menu ul li ul   {	margin-top:0px; margin-bottom:20px;}


.footer-menu  ul li li {
	float:none;
	margin-bottom:0px;
	margin-top:0px;
	
}

.footer-menu ul li ul li a {
	float:none;
	margin-top:0px;
	margin-left:0px;
	font-size:0.8em;
}

.footer-menu ul li ul li:first-child a {
	margin-left:0px!Important;
}

.footer-menu ul li:last-child ul:last-child li a {
	float:none;
	margin-left:0px;
	font-size:1em;
}


/* ---------------------------------------------- */

/*フッターのスタイル*/

footer {
    height:50px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:0.8em;
	line-height: 50px;
	padding:0px 50px;
	overflow:auto;
	clear:both;
	text-align:center;
}



/* ---------------------------------------------- */

/* サイドバー*/

#sidebar { display:none;}




/*Q&A*/

.faq h2 {
    font-size: 20px;
    line-height: 1.6;
    clear: both;
    margin-top: 0px;
    color: #333;
	font-weight:bold;
}


.faq_index_list{
	padding:10px 15px 0;}
.faq_index_list table{
	float:none;
	width:100%;
	margin-top:0;}
.faq_index_list table th,.faq_index_list table td{
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	font-size:95%;
	}
.faq_index_list table th{
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	}
.faq_index_list table td{
	padding-top:0;
	padding-bottom:15px;
	}

.answer_box{
float:none!important;
width:100%!important;
margin:0 auto 40px!important;
text-align:center;
padding:10px 0 10px 10px}
.name_img{
	height:20px;
}


.answer_box p{
	text-align:left;
	margin-bottom:5px!important;
	margin-top:0!important;}
.answer_box p:first-child{
	float:left;
	margin-right:15px;
	margin-bottom:30px!important;}
.answer_box p:first-child img{
	width:50px;}


.answer_box02 th,.answer_box02 td{
	display:block;
	text-align:left;}
.answer_box02 th{
	border-top:1px dotted #ccc;
	padding-top:10px;}
.answer_box02 td{
	padding-bottom:10px;}
.answer_box02 tr:first-child th{
	display:none;}
.answer_box02 tr:first-child td{
	padding-top:15px;}
.answer_box02 tr:nth-child(2) th{
	border-top:none;}

/*   イベント情報
----------------------------------------------------------*/
.event_box{
	background:#fff;
	padding:20px;}
.event_name{
	border-bottom:1px dashed #777;
	font-size:120%;}
.event_name p{
	margin:0 0 10px;
	text-align:center;}
.event_name p:first-child{
float:none;
font-size:90%;}
.event_name p:last-child{
float:none;
width:100%;
text-align:center;}
.event_name p.entry_end{}

.event_detail{
	float:none;
	width:100%;}
.event_detail th,.event_detail td{
	display:block;
	text-align:center;
	font-size:90%;
	}
.event_detail th{
	}

.event_detail th p{
	width:50px;
	height:50px;
	border-radius:100%;
	background:#8bc53f;
	line-height:50px;
	color:#fff;
	margin-right:15px;
	margin:20px auto 10px;
	}
	
.event_box iframe{
	width:100%;}
	
.event_link:after {
    content: url(/recruit-SP/event/images/link_arrow.png);
    position: absolute;
    margin-left: 0;
	-webkit-transform: scale(0.5); 
 -moz-transform: scale(0.5); 
 margin-top: -4px;
}

.caution {
	text-align:left;

}

/*==============================================================
アンカー
==============================================================*/
.anchor-point {
    margin-top:-130px;
    padding-top:130px;

}


/* ---------------------------------------------- */

/* スマホのみ適用 */

.episode-img-sp {clear:both!important;text-align:center;}


.episode-img-sml {width:40%;}

.sp_mgn_0{
	margin:0!important;}


/*====================================
幅が640px未満の場合
*/
@media (max-width: 640px) {

.episode-img-sml {width:80%;}

}




/* スマホのみクリア */

.clear-sp {clear:both!important; float:none;}


/* スマホのみ改行 */
.br-non-sp {display:block;}
/* スマホのみ非表示 */
.sp-display-none {display:none;}