@charset "utf-8";
/* CSS Document */

/* semicon TOP 背景画像 */
.sp_mainVisual .inner {
	background-image: url(/prod/semicon/common/img/semicon_index.jpg);
}

/* バナー別ウィンドウアイコン */
.thumbnailBtn span.icoLLinkW {
	background: url(/common/images/ico_pop_02.gif) no-repeat 3px 0.2em;
}

/*top*/
.recruitNewsSection {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
.recruitNewsSectionHeader {
	border-bottom: 1px solid #e5e5e5;
	background: #efefef;
}
.recruitNewsSectionHeader .newsTitle {
	padding: 10px 0 10px 21px;
	background-color:#efefef;
}
.recruitNewsSectionHeader ul {
	float: right;
	padding: 22px 8px 18px 0;
}
.recruitNewsSectionHeader li {
	float: right;
	padding: 0 10px;
}

.recruitNewsSectionBody {
	padding: 10px 20px;
}
.recruitNewsSection .list {
	border-top: 1px dotted #e2e2e2;
	*zoom: 1;
}
.recruitNewsSection .list:after {
	content: '';
	display: block;
	clear: both;
}
.recruitNewsSection .list:first-child {
	border: none;
}
.recruitNewsSection .date {
	float: left;
	/*width: 73px;*/
	width: 120px;
	margin-top: 12px;
	font-weight: bold;
	font-size: 90%;
}
.recruitNewsSection .category {
	float: left;
	width: 80px;
	margin-top: 9px;
	padding: 4px 0;
	background: #898989;
	border-radius: 2px;
	text-align: center;
	font-size: 80%;
	color: #fff;
}
.recruitNewsSection .title {
	padding: 12px 0 12px 220px;
	font-size: 90%;
}




.col1Contents .columnSection .news_main{
	/*
	float:left;
	width:630px;
	*/
}
.col1Contents .columnSection .news_sub{
	float:right;
	width:300px;
}


/*----------------------------------------------------------*/
.sublink { margin-right: -30px; }                                                                                         
.sublink li { float: left; width: 220px; margin: 0 26px 10px 0; background: url( /prod/textile/common/img/bt_col4.png) no-repeat;  } 
.sublink li:hover {background: url( /prod/textile/common/img/bt_col4_on.png) no-repeat; }                                          
.sublink li a { color: #111; display: block; margin-bottom: 10px; padding: 22px 20px 12px 10px; font-weight: bold; text-decoration: none;}                   
.sublink li a:hover { color:#FF3300; text-decoration:underline;}
.sublink li a:active { color:#FF3300; text-decoration:underline;}

.top_sublink{ width: 100%;border: 1px solid #e5e5e5;}
.commonContentsMain .top_sublink { border-style: solid; }
.top_sublink dt{ text-align: center; width: 100%; margin: 0; padding: 9px 0; background-color:#efefef; padding: 12px 0; border-bottom:#e5e5e5 1px solid;}

.top_sublink li{ list-style-type:none; margin: 10px 15px; padding:3px 0px; font-size:90%;}
.top_sublink .last{ background: none; }

.top_sublink p{
	margin:10px;
}

/*----------------------------------------------------------*/
.sublinkFoot li {
	float:left;
	width: 22.90%;
	margin-right: 26px;
	padding-bottom: 30px;
}
.sublinkFoot.col4 a {
	display:block;
	background-color:#ccc;
}
/*----------------------------------------------------------*/

/*サンプル*/

.pict_area{
	width:100%;
	padding-left:2px;
	
}

.pict_area img{
	border:1px #eee solid;
	
}

.smallimage{
	float:left;
	margin-right: 22px;
	margin-bottom: 25px;
}
.smallimage_mr0{
	float:left;
	margin-right: 0px;
	margin-bottom: 25px;
	
}



/*お問い合わせボタン用*/

.column{
  margin: 0 auto;
  width: 960px;
  position: relative;
}

.commonContentsHeader .title-btn{
  position: absolute;
  left: 20px;
  bottom: 10px;
}

.commonContentsHeader .title-btn2{
  position: absolute;
  right: 20px;
  bottom: 10px;
}

.Button_orange{
	display:block;
	width:80%;
	background:#e36600;
	padding: 10px 0;
	font-size: 1.2em;
	text-align: center;
	border-radius: 3px;
}
.Button_orange.w100{
    width: 100%;
}
p .Button_orange{
	color:#ffffff;
}
a.Button_orange:hover,
a.Button_orange:focus,
.Button_orange:hover,
.Button_orange:focus
{
	filter:alpha(opacity=80);
	opacity:0.8;
	/*IEが色入れないと動かない*/
	background-color:#f8b96d;
	color:#ffffff;
}

.Button_blue{
	display:block;
	width:80%;
	background:#004692;
	padding: 10px 0;
	font-size: 1.2em;
	text-align: center;
	border-radius: 3px;
}
.Button_blue.w100{
    width: 100%;
}
p .Button_blue{
	color:#ffffff;
}
a.Button_blue:hover,
a.Button_blue:focus,
.Button_blue:hover,
.Button_blue:focus
{
	filter:alpha(opacity=80);
	opacity:0.8;
	/*IEが色入れないと動かない*/
	background-color:#336ba8;
	color:#ffffff;
}

@media screen and (max-width: 499px){
    .Button_orange,
    .Button_blue{
        font-size: 1.1em;
    }
	
}

.commonContentsHeader a:hover,
.commonContentsHeader a:focus,
.imgbtn a:hover,
.imgbtn a:focus{
  opacity: 0.8;
}


/* オレンジボタン ページ内表示用 */

.panelTextItemOrange{
	display: block;
}
.panelTextItemOrange a{
	display: block;
	padding:15px 10px;
	background-color: #e36600;
	color: #fff;
}
.panelTextItemOrange a:hover {
	opacity: 0.8;
	text-decoration: none;
}



/* スクロールバー */
.xscroll{overflow-x:scroll;}


/* オンマウスで背景色変更 */
.onMouseY tr:hover {background-color: #FFFFD2 !important;}