@charset "utf-8";
/* CSS Document */




/* カンパニーコンテンツ */

#companycontents{
padding:10px 15px 10px 15px;
font-size:14px;
background-color: #fefbed;
}


#companyresult{
font-size:14px;
}



#companyresult .title{
font-size:16px;
font-weight:bold;
}


#companyresult li{
	font-size:14px;
	background-color:#FEFBED;
	padding:10px;
	display:block;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../img/company_b01.png);
	background-repeat: no-repeat;
	background-position: right center;
}


#companyresult li a{
	color: #333333;
	text-decoration: none;
	display:block;
	padding-right:35px;
}


#cnlink{
	margin-top:5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom:10px;
}




.margin{
margin:0px;
}


#list li{
	font-size:14px;
	background-color:#F8FDF7;
	padding:10px;
	display:block;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../img/company_b01.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#list li a{
	color: #333333;
	text-decoration: none;
	display:block;
	padding-right:35px;
}


#list img{
vertical-align: middle;
}



#list .work{
	font-size:12px;
	color:#FF6600;
}


#list .money{
font-size:14px;
font-weight:bold;
}




#list .b{
	text-align:center;
	margin:7px 0 7px 0;
	border-bottom-width: 1px;
}






#companyresult img{
vertical-align: middle;
}



#companyresult .work{
font-size:12px;
color:#eb6100;
}


#companyresult .money{
font-size:14px;
font-weight:bold;
}




#companyresult .b{
	text-align:center;
	margin:7px 0 7px 0;
	border-bottom-width: 1px;
}

#companyresult .line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}


.companynext{
text-align:center;
padding-top:10px;
padding-bottom:10px;
}


.companyblog{
text-align:center;
padding-top:15px;
padding-bottom:10px;
}




/* メニュータイトル */
.companymt{
	background: #ffed08; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffed08 0%, #f2cd02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffed08), color-stop(100%,#f2cd02)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffed08 0%,#f2cd02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffed08 0%,#f2cd02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffed08 0%,#f2cd02 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffed08 0%,#f2cd02 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffed08', endColorstr='#f2cd02',GradientType=0 ); /* IE6-9 */
	height:21px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-shadow: 1px 1px 1px gray;
	color:#000000;
	font-weight:bold;
	padding-left:10px;
}



/* カンパニーボタン */

#companybarea{
margin-right:15px;
text-align:center;
}

#companybarea2{
text-align:center;
}

.companybtn {
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 1px solid #DDD;
	color:#FFF;
	padding: 7px;
	text-decoration:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom:5px;
	width:100%;
	text-align:center;
	font-size:11px;
	line-height:110%;
}

.companybtn2 {
	background: -moz-linear-gradient(top,#3559a2 0%,#182f79);
	background: -webkit-gradient(linear, left top, left bottom, from(#3559a2), to(#182f79));
	border: 1px solid #DDD;
	color:#FFF;
	padding: 7px;
	text-decoration:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom:5px;
	width:100%;
	text-align:center;
	font-size:11px;
	line-height:110%;
}

.companybtn3 {
	background: -moz-linear-gradient(top,#25934e 0%,#025922);
	background: -webkit-gradient(linear, left top, left bottom, from(#25934e), to(#025922));
	border: 2px solid #5B9F24;
	color:#FFF;
	padding: 7px;
	text-decoration:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	width:100%;
	text-align:center;
	font-size:11px;
	line-height:110%;
	margin-bottom:5px;
}



.companybtn4 {
	background-color: #0066cc;
	color:#FFF;
	text-align:center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration:none;
	width:80px;
}


.companybtn5 {
	background-color: #00aaeb;
	color:#FFF;
	text-align:center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration:none;
	width:80px;
}

.companybtn6 {
	background-color: #d63333;
	color:#FFF;
	text-align:center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-decoration:none;
	width:80px;
}

.companybtn7off {
	background: -moz-linear-gradient(top,#25934e 0%,#025922);
	background: -webkit-gradient(linear, left top, left bottom, from(#e9476d), to(#ca0634));
	border: 2px solid #ff3644;
	color:#FFF;
	padding:6px;
	text-decoration:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	width:100%;
	text-align:center;
	font-size:11px;
	line-height:110%;
	margin-bottom:5px;
}

.companybtn7on {
/*	background: -moz-linear-gradient(top,#25934e 0%,#025922);
	background: -webkit-gradient(linear, left top, left bottom, from(#e9476d), to(#ca0634));*/
	background-color:#efdbde;
	border: 2px solid #ff3644;
	color:#fa3434;
	padding:6px;
	text-decoration:none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	width:100%;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	line-height:110%;
	margin-bottom:5px;
}



/* カンパニー詳細 */


#check{
padding:10px;
}



#companydetail{
font-size:14px;
margin:10px;
}

#companydetail .setumei{
	padding: 5px;
}


#companydetail .title{
font-size:16px;
font-weight:bold;
}


#companydetail img{
vertical-align: middle;
}


#companydetail .work{
font-size:12px;
color:#eb6100;
}

#companydetail .money{
font-size:14px;
font-weight:bold;
}


#companydetail .keyword{
	font-size:12px;
	padding:5px;
	background-color: #FFFDDD;
	line-height:120%;
}





/* アコーディオン */
#accordion_menu .menuheader {
	padding:5px;
	background-repeat: no-repeat;
	margin-bottom: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	/* ステータスアイコンを使用する場合 以下の2行が必要です。使用しない場合は削除しても構いません。 */
	display: block;
	position: relative;
	margin-top:5px;
}

#accordion_menu .menuheader img{
padding-right:8px;
float:right;
}




/* 子メニュー */
#accordion_menu .categoryitems{
	background-color: #F4F8F9;
	padding:3px 3px 0px 10px;
}






/* アコーディオン */



ul.accordion {
margin-bottom:30px;
cursor: hand;
cursor: pointer;
}

ul.accordion a {background-position:95% center; background-repeat:no-repeat;
font-weight:normal;
 }
 

 
 #chbox0{
width:290px;
 }
 
 
 #chbox{
 float:left;
 width:30px;
 }

 #chbox2{
 float:left;
 width:260px;
 }
 


ul.accordion span {display:block; padding:10px; background-position:95% center; background-repeat:no-repeat; color:#FFF;}

ul.accordion ul {display:none;}

ul.accordion > li {/*アコーディオン(親)*/
font-weight:bold;
background: -moz-linear-gradient(top, #666, #000); background: -webkit-gradient(linear, left top, left bottom, from
(#666), to(#000));}


ul.accordion > li > p {background: -moz-linear-gradient(top, #666, #000); background: -webkit-gradient(linear, left top, left bottom, 
from(#666), to(#000));
border-bottom-width: 3px;
border-bottom-style: solid;
border-bottom-color: #ffd907;
}

ul.accordion > li > ul > li {/*アコーディオン(子)*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color:#ededed;
}

ul.accordion > li > ul > li:blog {/*アコーディオン(子(ブログプロフィール))*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color:#cfebfc;
}

.blue{
	background-color:#cfebfc;
}

ul.accordion > li > ul > li > p {
color:#3f3f3f;

}

ul.accordion > li > ul > li > p span {
color:#3f3f3f;
}


ul.accordion > li > ul > li > ul > li {background:#FFF;/*アコーディオン(子)の中身*/
font-weight:normal;
padding:10px;
}

ul.accordion > li > ul > li > ul > li:last-child {border:none;/*アコーディオン(子)の中身（最後）*/
}






ul.accordion > li a {
	background-color: #3f3f3;
	padding:10px;
	background-image:url(../img/next03.png);
	display:block;
	color: #333333;
	text-decoration:none;
	font-weight:bold;
	}


ul.accordion > li > p span {background-image:url(../img/plus.png);}
ul.accordion > li > p span.open {background-image:url(../img/minus.png);}


ul.accordion > li > ul > li > p span {background-image:url(../img/plus_s.png);
}
ul.accordion > li > ul > li > p span.open {background-image:url(../img/minus_s.png);
}


ul.accordion  dl dt {
float:left;
}


ul.accordion dl dt dd {
float:left;
}











/* 太字 */
.t1{
font-weight:bold;
}



/* マージン */
.clear10 {
height: 10px;
clear: both;
}





/* フリッカー */

#flick {
	width: 100%;
	position: relative; /* IE6・7の overflowバグ回避 */
	overflow: auto;     /* JavaScript無効時にスクロール表示させたいから */
}

#flick ul {
	display: block;
	width: 400%;
	margin: 0;
	padding: 0;
}

#flick ul li {
	float: left;
	list-style-type: none;
	width: 5%;
}



.cnlogin{
	background-color:#fffade;
	margin-top:10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}


/* 仕事紹介 */






#jobintro li{
	font-size:14px;
	padding:10px;
	display:block;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(../img/blog_next.png);
	background-repeat: no-repeat;
	background-position: right center;
}


#jobintro li a{
	color: #333333;
	text-decoration: none;
	display:block;
	padding-right:35px;
}


#jobintro img{
text-align:center;
}


#jobintro .title{
color:#3366cc;
font-weight:bold;
margin-bottom:5px;
}


/* 仕事紹介詳細 */

#jobintrod{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding:10px;
}

#jobintrod .t1{
font-weight:bold;
margin-bottom:5px;
margin-top:5px;
}

#jobintrod .title{
color:#3366cc;
font-weight:bold;
margin-bottom:5px;
}

#jobintrod .back{
margin-top:10px;
text-align:center;
}


/* チェックボックス */

input[type="checkbox"] {
	font-size:150%;height:23px;width:23px;margin:3px;
	-webkit-appearance: checkbox;
}




/* ラジオボタン */

input[type="radio"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    border-radius: 14px;
    border: 2px solid #4c4c4c;
    -webkit-box-sizing: border-box;
    width: 28px;
    height: 28px;
    background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#d1d1d1)
    );
    vertical-align: middle;
}


input[type="radio"]:checked {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#353535),
        to(#8f8f8f)
    );
}


input[type="radio"]:checked:before {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -5px 0 0 -5px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 1);
    content: "";
    border-radius: 5px;
    width: 10px;
    height: 10px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fdfdfd),
        to(#d1d1d1)
    );
}




/* インターンシップ */

.internt{
	background-color:#fffba5;
	padding:10px;
	font-weight:bold
}

.internt2{
	background-color:#cfebfc;
	padding:10px;
	font-weight:bold
}


/* エントリー */

.entry_box{
	background-color: #fffade;
	padding:10px;
	margin:15px 15px 0 15px;
	font-size:12px;
}

.entry_b{
text-align:center;
margin:15px 0 0 0;
}

/* セミナー */

.semi_title{
	background-color: #E4E4E4;
	padding:5px;
	margin:15px 0 15px 0;
}

#semi_box{
	font-size:14px;
	background-color:#fffade;
	padding:10px;
	display:block;
	cursor:pointer;
	background-image: url(../img/company_b01.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin:15px 15px 0 15px;
}

#semi_box a{
text-decoration:none;
color:#3f3f3f;
}


/* ランキングページ */

.question{
padding:7px;
background-color:#ededed;
margin:15px 10px 0 10px;
}

.rankstep{
text-align:right;
margin:5px 15px 0 0;
}

.rankup{
text-align:right;
margin:5px 15px 0 0;
}



.container{
	width: 100%;
	position: relative;
	text-align: center;
}



.rankbutton {
	background: -moz-linear-gradient(top,#494949 0%,#1b1b1b);
	background: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#1b1b1b));
	border: 1px solid #DDD;
	color:#FFF;
	width: 100px;
	padding: 10px 0;
	text-align:center;
	float:left;
	display:block;
}

.rankbutton a{
	color:#FFF;
}


.rankbuttontop {
	background: -moz-linear-gradient(top,#494949 0%,#1b1b1b);
	background: -webkit-gradient(linear, left top, left bottom, from(#494949), to(#1b1b1b));
	border: 1px solid #DDD;
	color:#FFF;
	width: 80px;
	padding: 5px 0;
	text-align:center;
	font-size:12px;
}


.rankarea{
margin:10px 10px 0 10px;
}




#container_buttons{
	width: 300px;
	margin: 0 auto;
}

#container_buttons p{
	display:block;
}



/*
DEMO 1
*/

.a_demo_one {
	background-color:#000000;
	padding:10px;
	position:relative;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	/*mamiya_161117*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	/*mamiya_161117*/
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(0,0,0)),
	color-stop(1, rgb(217, 218, 219))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width:80px;
	margin:15px;
}

.a_demo_two {
	background-color:#000000;
	padding:10px;
	position:relative;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	background-image: linear-gradient(bottom, rgb(0,0,0) 0%, rgb(103,103,103) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(103,103,103) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(103,103,103) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(103,103,103) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(103,103,103) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(0,0,0)),
	color-stop(1, rgb(103,103,103))
	);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width:120px;
}

/*
.a_demo_one::before {
	background-color:#ccd0d5;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	padding:8px;
	left:-8px;
	top:-8px;
	z-index:-1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

.a_demo_one:active {
	padding-bottom:9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	top:1px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
}
*/

.rankname{
	font-weight: bold;
	color: #FF0000;
}




/*
*****************************2013/11/13追記*/

.Type_icon{
	vertical-align:-0.25em;
	padding-left:3px;
}