@charset "utf-8";

/* CSS Document */

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

@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:20px 0px 20px 0px;
	padding:7px 0px 7px 13px;
	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;
	}
		
}