@charset "utf-8";

/* CSS Document */

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　株式会社トレンドイノベーション | リクルートサイト | 社員インタビュー ページ用CSS　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*　左ブルーライン見出し　*/




h3.t01 {
	margin-bottom:15px;
	padding:15px;
	font-size:14px;
	background:#f4f4f4;
}

.toptitle{
	text-align:center;
}

@media only screen and (max-width:425px) {
	
	.toptitle{
	/*margin:-2% 0px 0px 0px;
	margin-top:-2%!important;*/
	
	position: relative;
    top: -50px;
    left: 0px;
	
	}

}


@media only screen and (max-width:375px) {
	
	.toptitle{
	position: relative;
    top: -70px;
    left: 0px;	
	}

}


@media only screen and (max-width:320px) {
	
	.toptitle{
	position: relative;
    top: -90px;
    left: 0px;	
	}

}



@media only screen and (max-width:425px) {

.contents_list{
	position: relative;
    top: -40px;
    left: 0px;	
	}

}


@media only screen and (max-width:375px) {

.contents_list{
	position: relative;
    top: -65px;
    left: 0px;	
	}

}

@media only screen and (max-width:320px) {

.contents_list{
	position: relative;
    top: -75px;
    left: 0px;	
	}

}

.contents_list h2{
	font-size:16px; 
	border-bottom:1px dotted #ccc;
	border-left:4px solid #fe7704;
	margin:5px 3px 5px 5px;
	padding-left:10px;
}


/* 見出し箇所 */

.box1_title {
	margin-bottom:20px;
	padding:13px 0px 13px 18px;
	color:#FFF;
	font-size:15px;
	background:#fe7704;
}

@media only screen and (max-width:425px) {
	
	.box1_title {
	margin-top:0px;
	}

}

@media only screen and (max-width:375px) {
	
	.box1_title {
	margin-top:0px;
	}

}

@media only screen and (max-width:320px) {
	
	.box1_title {
	margin-top:0px;
	}
		
}



/* 200415 両サイドスペース用*/

.newspace {
	padding:15px;
}

.reviewbox {
	padding:15px 15px 0 15px;
	border:3px solid #f2f2f2;
}

.reviewbox h3{
	margin-bottom:20px;
}



h3.t02 {
	margin-bottom:15px;
	padding:12px 0 12px 7px;
	font-size:14px;
	border-left:7px solid #ffa401;
	background:#f4f4f4;
}

