@charset "utf-8";
/* CSS Document */
/* Reset */
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,table,th,tr,td,pre,form,textarea,fieldset,input,select,address,iframe {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h2{font-size:130%;}
h3{font-size:120%;}
h4{font-size:105%;}
img{vertical-align:bottom;}
ol,ul{list-style:none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,var{font-weight:normal; font-style:normal;}
caption,th{text-align:left;}
abbr,acronym{border:0;}
/* //Reset// */


/*- リンク -*/	
a img{border:none; text-decoration:none;}
a:link{color:#d1bb63; text-decoration:underline;}
a:visited{color:#730046; text-decoration:none;}
a:hover{color:#e88801; text-decoration:none;}
a:active{color:#730046;}
a:focus{outline:none;}
/*-//リンク//-*/


*::-moz-selection{background:#e88801; color:#fff;}
*::selection{background:#e88801; color:#fff;}


.opacity a:hover img{opacity:0.7; filter:alpha(opacity=70); -ms-filter:"alpha( opacity=70 )";}





body{background:#ceb89a; font-family:"メイリオ","ＭＳ Ｐゴシック","Osaka","Verdana",'Hiragino Kaku Gothic Pro','Lucida Grande',sans-serif; text-align:center; font-size:13px; line-height:1.4; color:#b6b09a;}


#container{width:972px; height:auto; margin:0 auto; text-align:left;}


.recruitFoot{
background:url(../img/recruit/07.jpg) no-repeat;
height:50px;
width:766px;
padding:135px 0 0 206px;
}
.recruitFoot ul li{
float:left;
margin-right:21px;
}




.twiBtn{
background:url(../img/item_twitter.jpg) no-repeat;
height:141px;
width:47px;
left:0;
position:fixed;
top:172px;
z-index: 8765;
text-indent:-10000px;
}
/* IE6用 バッティング
* html{overflow:hidden;}
* html body{height:100%; overflow:auto; margin:0;}
* html .twiBtn{position:absolute; right:16px;}
*/

.twiBtn a{
display:block;
height:141px;
width:47px;
}


/*クリア*/
.clearfix:after{content: "."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{min-height:1px;}
.clear{clear:both;}