@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	color:#444;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	line-height: 170%;
	/*vertical-align: baseline;*/
}
:focus {
	outline: 0;
	}
ol, ul {
	list-style: none;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
a img{
	border: 0;
	}
figure{
	margin:0
	}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}
/* -------------------------------------------------------------- */

body{
	color:#555;
	font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	border-top:5px solid #fff;
	background:#fff;
	-webkit-text-size-adjust: none;
	}
html{
	background:#fff;
	}


/* リンク設定
------------------------------------------------------------*/
a{
	color:#444;
	text-decoration:none;
	}
a:hover{
	color:#727171;
	}
a:active, a:focus{
	outline:0;
	}
/* ----------------------------------------------------------
リンク設定終わり*/


/* chrome Safari用チェックボックスの設定（SPOTJOBのみ適用）
------------------------------------------------------------*/
#spotjobsearchpc input[type="checkbox"]{
  -webkit-appearance: none;
  width:15px;
  height:15px;
  border:2px solid #19283C;
  border-radius:2px;
  background:transparent;
  opacity:0.5;
  vertical-align: middle;
}
#spotjobsearchpc input[type="checkbox"]:checked{
  background:#19283C;
  opacity:1;
}
/* ----------------------------------------------------------
chrome Safari用チェックボックスの設定設定終わり*/


/* 全体
------------------------------------------------------------*/
#wrapper{
	margin:0 auto;
	padding:0 1%;
	width:98%;
	position:relative;
	}
.inner{
	margin:0 auto;
	width:100%;
	}
h2 {
	border-top: 3px solid #000000;
	border-bottom: 1px dotted #BEBEBE;
	height: 20px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	line-height: 100%;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	}
/* ----------------------------------------------------------
全体終わり*/


/* ヘッダー設定（全体）
------------------------------------------------------------*/
#header{
	margin-top:-5px;
	overflow:hidden;
	background-color: #333;
	}
* html #header{
	height:1%;
	}
/* ----------------------------------------------------------
ヘッダー設定（全体）終わり*/



/* テーブル設定（全体）
------------------------------------------------------------*/
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	}
table.table{
	border-collapse:collapse;
	width:100%;
	margin:10px auto;
	}
table.table th,table.table td{
	padding:5px;
	border:1px solid #b0c257;
	}
table.table th{
	text-align:right;
	font-weight:bold;
	letter-spacing:1px;
	white-space:nowrap;
	color:#fff;
	background:#789632;
	border-left:#b0c257 5px solid
	}
table.table td{
	border-left:#b0c257 3px double
	}
/* ----------------------------------------------------------
テーブル設定（全体）終わり*/



/* nccロゴ設定
------------------------------------------------------------*/
#header .logo{
	float:left;
	padding:20px 0 0;
	margin-top: 20px;
	background: url(images/logo.png) no-repeat 0 2px;
	}
.logo a{
	font-size:20px;
	font-weight:bold;
	line-height:1;
	color: #fff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
.logo span{
	font-size:12px;
	font-weight:normal;
	color: #fff;
	}
/* ----------------------------------------------------------
ロゴ設定（全体）終わり*/


/* SPOTJOBロゴ設定（全体）
------------------------------------------------------------*/
#header .logo2{
	float:left;
	padding:20px 0 0;
	margin-top: 20px;
	background: url(images/logo_job.png) no-repeat 0 2px;
	}
.logo2 a{
	font-size:20px;
	font-weight:bold;
	line-height:1;
	color: #fff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
.logo2 span{
	font-size:12px;
	font-weight:normal;
	color: #fff;
	}
/* ----------------------------------------------------------
SPOTJOBロゴ設定（全体）終わり*/


/* SPOTTIPSロゴ設定（全体）
------------------------------------------------------------*/
#header .logo3{
	float:left;
	padding:20px 0 0;
	margin-top: 20px;
	background: url(images/logo_tips.png) no-repeat 0 2px;
	}
.logo3 a{
	font-size:20px;
	font-weight:bold;
	line-height:1;
	color: #fff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
.logo3 span{
	font-size:12px;
	font-weight:normal;
	color: #fff;
	}
/* ----------------------------------------------------------
SPOTTIPSロゴ設定（全体）終わり*/

/* クリエイタープロファイルロゴ設定（全体）
------------------------------------------------------------*/
#header .logo4{
	float:left;
	padding:20px 0 0;
	margin-top: 20px;
	background: url(images/logo_profile.png) no-repeat 0 2px;
	}
.logo4 a{
	font-size:20px;
	font-weight:bold;
	line-height:1;
	color: #fff;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
.logo4 span{
	font-size:12px;
	font-weight:normal;
	color: #fff;
	}
/* ----------------------------------------------------------
クリエイタープロファイルロゴ設定（全体）終わり*/


/* ロゴ下の文字の設定（全体）
------------------------------------------------------------*/
#header h1{
	font-size:11px;
	color: #a5a5a5;
	margin-top: 5px;
	width: 290px;
	}
/* ----------------------------------------------------------
ロゴ下の文字の設定（全体）終わり*/


/* スポットジョブ-本日の検索ランキングのアンダーラインの設定（全体）
------------------------------------------------------------*/
#search_result .weblinks_links_list_frame{
border-bottom: dotted 1px #dedede;
padding: 5px 0;
}
/* ----------------------------------------------------------
ロゴ下の文字の設定（全体）終わり*/

#outside-content {
	width: 100%;
	}
#outside-content div.leftblock {
	float: left;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#outside-content div.rightblock {
	float: right;
	width: 540px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#outside-content div.rightblock2 {
	float: right;
	width: 540px;
	padding-top: 12px;
	padding-bottom: 5px;
	}
#outside-content div.leftblock3 {
	float: left;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#outside-content div.rightblock3 {
	float: right;
	width: 540px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
#outside-content div.rightblock4 {
	float: right;
	width: 350px;
	padding-top: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}


/* SPOTJOBやTIPS、ポートフォリオの検索の囲み罫
------------------------------------------------------------*/
.kakomi {
	padding: 3px;
	border: none;
	background: url("http://www.n-c-c.org/themes/ncc_2014_mid/images/bg-outside.gif");
	}
#outside-content section {
	padding: 20px;
	background-color: #fcfcfc;
	}
/* ----------------------------------------------------------
SPOTJOBやTIPS、ポートフォリオの検索の囲み罫終わり*/


/* SPOTJOB検索ボタンの設定
------------------------------------------------------------*/
#outside-content div.rightblock4 input {
	margin: 10px;
	}
/* ----------------------------------------------------------
SPOTJOB検索ボタンの設定終わり*/


/* DIRECT FUNCTIONの設定
------------------------------------------------------------*/
#menu {
  display: block;
  width: 100%;
  line-height:170%;
  border: solid 1px #cccccc;
  border-radius: 5px; 
	}
#menu li {
    list-style: none;
    padding-top:0; 
    padding-bottom:0; 
    margin-bottom:0;
    border-bottom-width:0;
    border-bottom-style:none;
    border-bottom-color:none;
	}
#menu li:hover ul li {
      height: 30px; 
	}
#menu li:hover a:after {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); 
	}
#menu a {
    display: block;
    position: relative;
    padding: 5px;
    text-decoration: none;
    color: #333333;
    -webkit-transition: 0.2s ease-in-out; 
	}
#menu a:after {
      display: block;
      content: "";
      width: 5px;
      height: 5px;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -5px;
      border-top: solid 3px #333333;
      border-right: solid 3px #333333;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -webkit-transition: 0.2s ease-in-out; 
	}
#menu a:hover {
      background-color: #eee; 
	}
#menu li ul {
    background: #999;
    margin: 0;
    font-size: small;
    overflow: hidden; 
	}
#menu li ul li {
      height: 0;
      overflow: hidden;
      -webkit-transition: 0.5s ease-in-out; 
	}
#menu li ul li a {
        line-height: 20px;
        color: #fff; 
	}
#menu li ul li a:after {
          display: none; 
 	}
#menu li ul li a:hover {
          background-color: #666; 
	}
/* ----------------------------------------------------------
DIRECT FUNCTIONの設定終わり*/





/* DIRECT FUNCTION2の設定
------------------------------------------------------------*/
@font-face {
  font-family: 'Typicons';
  src: url('fonts/typicons-regular-webfont.eot');
  src: url('fonts/typicons-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/typicons-regular-webfont.woff') format('woff'),
    url('fonts/typicons-regular-webfont.ttf') format('truetype'),
    url('fonts/typicons-regular-webfont.svg#TypiconsRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
#accordion{
  position:relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: dotted 1px #dedede;
  border-bottom: dotted 1px #dedede;
  border-radius: 3px;
  font-size: 100%;
  line-height: 1;
}
#accordion input{
  position:absolute;
  height: 0;
  padding: 0;
}
#accordion div div{
  position: relative;
  padding: 15px 10px 12px 10px;
  border-top: dotted 1px #dedede;
  border-top: dotted 1px #dedede;
  background: #fff;
}
#accordion label:first-child div div{
  border-top: 0;
}
#accordion label:last-child div div{
  border-bottom: 0;
}
#accordion div div:hover{
  background: #ececec;
  cursor: pointer;
}
#accordion div div:after{
  position:absolute;
  top: 15px;
  right:10px;
  color: #333;
  font: 100% 'Typicons';
  content: ">";
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
}
#accordion input:checked + div div:after{
  top: 12px;
  right: 15px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#accordion ul{
  list-style: none;
  margin: 0;
  background: #ddd;
}
#accordion ul li a{
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0px 70px;
  color: #333;
  text-decoration: none;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion ul li a:hover{
  border-top-color: #444;
  background: #fff;
  color: #fff;
}
#accordion input:checked + div ul li a{
  position:relative;
  background: none;
  line-height: 1;
  /*height: 16px;*/
  padding: 20px 10px;
  border-top: 1px solid #fff;
  border-bottom: dotted 1px #dedede;
}
#accordion input:checked + div ul li a:before{
  position: absolute;
  top: 16px;
  left: 45px;
  color: #2f7f99;
  font:16px/100% 'Typicons';
  /*content: "x";*/
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
#accordion input:checked + div ul li:first-child a{
  border-top: 0px;
  box-shadow: 0 7px 7px -7px rgba(0,0,0,.5) inset;
}
#accordion input:checked + div ul li:last-child a{
  border-bottom: 1px solid #ececec;
}
#accordion input:checked + div ul li a:hover{
  background: #333;
  border-top-color: #ececec;
}
/* ----------------------------------------------------------
DIRECT FUNCTION2の設定終わり*/


/*  SPOTJOB管理メニューの設定
------------------------------------------------------------*/
#contentA div.submenu li {
	margin-right: 10px;
	font-weight: normal;
	float: left;
	display: block;
	color: #fff;
	padding: 8px 8px 8px;
	text-align: center;
	border-radius: 5px;
	background-color: #a0a0a0;
	margin-bottom: 10px;
	}
.pagenavi {
    font-family: arial;
    font-size: 16px;
    text-align: center;
	}
/* ----------------------------------------------------------
SPOTJOB管理メニューの設定終わり*/


/*  SPOTJOBメール受信タブの設定
------------------------------------------------------------*/
#contentA .clearfix {
	display: block;
	}
.tabheader {
	background: url(images/bk_tabline.gif) bottom repeat-x;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.tabheader div {
	float: left;
	margin: 0 5px;
	background: #FFFFFF;
	}
div.tabbody {
	clear: both;
	margin: 0 0 0 0;
	border: solid #999 2px;
	border-top: none;
	}
.tabbody {
	border-color: black;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 1em;
	}
#head1 a, #head2 a {
	border: 2px solid #999999;
	border-bottom: none;
	display: block;
	padding: 7px;
	}
.tabheader .open a:link {
	color: #000000;
	text-decoration: none;
	}
.tabheader .close a:visited {
	color: #000066;
	text-decoration: none;
	}
.close a {
	display: block;
	color: #CCCCCC;
	background: url(images/bk_tabline.gif) bottom repeat-x;
	}
/* ----------------------------------------------------------
SPOTJOBメール受信タブの設定終わり*/





/*  SPOTJOB求人画面の設定
------------------------------------------------------------*/
#contentA .logo {
	margin: 15px 0 30px;
	text-align: center;
	}
h3 span {
	display: none;
	}
#contentA .guideline h3 {
	background: url(/styles/images/title/title_guidelines.gif) no-repeat;
	border: 0;
	border-bottom: #AE1E23 1px solid;
	height: 22px;
	margin: 0 0 5px 0;
	padding: 0;
	position: relative;
	}
#contentA .guideline h3 img {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	}
#contentA .clientview h3 {
	background: url(/styles/images/title/title_clientview.gif) no-repeat;
	border: 0;
	border-bottom: #AE1E23 1px solid;
	height: 22px;
	margin: 0 0 5px 0;
	padding: 0;
	}
.job_tag label {
display: block;
}
/* ----------------------------------------------------------
SPOTJOB求人画面の設定終わり*/



/*  グリッド（左右カラムおよびフッタ）の設定
------------------------------------------------------------*/
.gridWrapper{
	padding-bottom:20px;
	overflow: hidden;
	}
* html .gridWrapper{
	height:1%;
	}	
.grid{
float:left;
	}
.gridleft h3{
	color: #2b2b2b;
	font-size: 12px;
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight:bold;
	margin: 0 10px;
	border: 1px dotted #b2b2b2;
	padding: 9px 7px;
	margin: 15px auto 7px;
	}
.gridright h3{
	color: #2b2b2b;
	font-size: 12px;
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight:bold;
	margin: 0 10px;
	border: 1px dotted #b2b2b2;
	padding: 9px 7px;
	margin: 15px auto 7px;
	}
.t {
	white-space: nowrap;
	}
.t:before {
	content: url('images/blockheadericon.png');
	margin-right: 6px;
	bottom: 2px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	}
.grid p{
	padding:5px 0;
	}
.grid p.img{
	float:left;
	margin:3px 5px 0 0;
	}
.readmore{
	clear:both;
	}
.readmore a{
	padding:3px 5px;
	border-radius:3px;
	color:#fff;
	background:#b0c257;
	}
.readmore a:hover{
	background:#789632;
	}

/* フッター内のグリッド(3カラム) */
#footer2 .grid{
	color:#fff;
	border:0;
	background:transparent;
	}
#footer2 .grid p{
	padding:0;
	color: #fff;
	}
/* ----------------------------------------------------------
 グリッド（左右カラムおよびフッタ）の設定終わり*/



/*  メインカラムの設定
------------------------------------------------------------*/
section.content{
	padding:10px 0;
	margin-bottom:20px;
	border-radius:6px;
	/*overflow:hidden;*/
	font-size:14px;
	}
* html section.content{
	height:1%;
	}
section.content p{
	margin-bottom:5px;
	}
.frame_catpath{
	margin: 1em 0;
	line-height: 140%;	
	}
.weblinks_list_description{
	}
h3.heading{
	color: #2b2b2b;
	font-size: 12px;
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight:bold;
	margin: 0 10px;
	border: 1px dotted #b2b2b2;
	padding: 9px 7px;
	margin: 15px auto 7px;
	}
.heading{
	white-space: nowrap;
	}
.heading:before {
	content: url('images/blockheadericon.png');
	margin-right: 6px;
	bottom: 2px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	}

section.content img{
	max-width:100%;
	height:auto;
	}
section.content #gallery .grid img{
	max-width:212px
	}
img.frame,#gallery img{
	border:1px solid #789632;
	background:#b0c257;
	padding:3px;
	}

#gallery .grid{
	margin-bottom:10px;
	}

.alignleft{
	float:left;
	clear:left;
	margin:3px 10px 10px 0;
	}
.alignright{
	float:right;
	clear:right;
	margin:3px 0 10px 10px;
	}

#centerCcolumn div.blockContent {
margin: 0 0 8px 0;
line-height: 120%;
}
/* ----------------------------------------------------------
メインカラムの設定終わり*/


/* ライトカラムのliにアンダーラインの設定
------------------------------------------------------------*/
.gridright li{
	border-bottom: dotted 1px #dedede;
	padding: 5px 0;	
	}
/* ----------------------------------------------------------
ライトカラムのliにアンダーラインの設定終わり*/

/*  クリエイタープロファイルの詳細画面のh3設定
------------------------------------------------------------*/
#contentA h3 {
color: #2b2b2b;
font-size: 16px;
font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
font-weight: bold;
border: 0;
margin: 0 10px;
padding: 9px 20px;
margin: 15px auto 7px;
background: url('images/blockheadericon.png')no-repeat left center;
}
/* ----------------------------------------------------------
クリエイタープロファイルの詳細画面のh3設定終わり*/


/* スポットTIPSのチェックボックスの設定
------------------------------------------------------------*/
ul.weblinksTree ul{
	margin-left: 30px;
	}
ul.weblinksChildTree label{
	margin-right: 10px;
	margin-left: 3px;
	font-size: 1.3em;
	margin: 0 5px;
	vertical-align: middle;
	}
ul.weblinksTree input{
	margin: 20px;
	}

/* chrome Safari用チェックボックスの設定*/
#countrydivcontainer input[type="checkbox"]{
  -webkit-appearance: none;
  width:15px;
  height:15px;
  border:2px solid #19283C;
  border-radius:2px;
  background:transparent;
  opacity:0.5;
  vertical-align: middle;
}
#countrydivcontainer input[type="checkbox"]:checked{
  background:#19283C;
  opacity:1;
}

/* ----------------------------------------------------------
スポットTIPSのチェックボックスの設定終わり*/


/* スポットTIPSのフリーワード検索の設定
------------------------------------------------------------*/
div.tipssearch input{
	position: relative;
	top: -6px;
	vertical-align: bottom;
	}
/* ----------------------------------------------------------
スポットTIPSのチェックボックスの設定終わり*/


/* クリエイタープロファイルのフリーワード検索の設定
------------------------------------------------------------*/
div.rightblock3 input{
	position: relative;
	top: -6px;
	vertical-align: middle;
	}
/* ----------------------------------------------------------
クリエイタープロファイルのフリーワード検索の設定終わり*/


/* クリエイタープロファイルのユーザ名の設定
------------------------------------------------------------*/
strong.profile_name {
    font-size: 2.6em;
    color: #834321;
}
/* ----------------------------------------------------------
クリエイタープロファイルのフリーワード検索の設定終わり*/


/* クリエイタープロファイルの作品詳細画面の設定
------------------------------------------------------------*/
.profile_indexBox .photo {
float: left;
width: 160px;
padding-right: 8px;
padding-left: 8px;
padding-top: 8px;
padding-bottom: 24px;
}
/* ----------------------------------------------------------
クリエイタープロファイルの作品詳細画面の設定終わり*/


/*  フッターの設定（全体）
------------------------------------------------------------*/
#footer2{
	clear:both;
	padding:20px 0;
	overflow:hidden;
	background:#333;
	}
* html #footer2{
	height:1%;
	}
.tel strong{
	font-size:20px;
	font-weight:bold;
	color: #fff;
	}
#footer2 a{
	color:#fff;
	}
#footer2 a:hover{
	color:#ccc;
	}
#footer2 .copyright{
	font-size:11px;
	}
/* ----------------------------------------------------------
フッターの設定（全体）終わり*/




/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/
/
/* PC用モニター幅941px以上
/
/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/__/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_//_/_/*/

@media only screen and (min-width:960px){	

	/* PC時の全体横幅 */
	#wrapper,.inner{
	width:1114px;
	padding:0;
	}
	
	#wrapper{
	padding-bottom:20px;
	}
	
  	nav div.panel{
	display:block !important;
	float:right;
	}

/*  スマホ用ログインボタンを隠すの設定
------------------------------------------------------------*/
.general-button {display:none;}
/* ----------------------------------------------------------
スマホ用ログインボタンを隠すの設定終わり*/


/*  スマホ用ログインメニューを隠すの設定
------------------------------------------------------------*/
	#loginST{display:none;}
/* ----------------------------------------------------------
スマホ用ログインメニューを隠すの設定終わり*/


/*  スマホ用SPOTJOB検索画面を隠すの設定
------------------------------------------------------------*/
	#spotjobsearchsmart{display:none;}
/* ----------------------------------------------------------
スマホ用SPOTJOB検索画面を隠すの設定終わり*/



/*  nccトップ用グローバルナビの設定
------------------------------------------------------------*/
	/* スマホ用メニューを隠す */
	a#menu{display:none;}

	/* PC用メニューエリアを右フロート */
	nav#mainNav ul{
	float:right;
	overflow:hidden;
	}

	* html nav#mainNav ul{
	height:1%;
	}

	/* PC用各メニューを左フロート */
	nav#mainNav ul li{
	float:left;
	text-align:center;
	}

	/* PC用各メニュー内リンク設定文字の指定 */
	nav#mainNav ul a{
	font-size:13px;
	color: #fff;
	display:block;
	padding:35px 10px;
	line-height:1.2;
	border-top:5px solid #e9420d;
	}

	/* PC用各メニュー内2行目のリンク設定英文の指定 */	
	nav#mainNav ul span{
	font-size:10px;
	color:#a5a5a5;
	}

	/* PC用各メニュー内選択時・オンマウス時の指定 */	
	nav#mainNav ul li.active a,nav#mainNav ul a:hover{
	background:#e6e6e6;
	border-color:#cb421d;
	color:#444;
	}
/*	
	.slogan{top:100px;}
	
	.subImg .slogan{left:auto;right:0;top:70px;}
*/	
/* ----------------------------------------------------------
nccトップ用グローバルナビの設定終わり*/


/*  SPOTJOB用グローバルナビの設定
------------------------------------------------------------*/

	/* スマホ用メニューを隠す */
	#menu2 {display:none;}

	/* PC用メニューエリアを右フロート */
	nav#mainNav2 ul{
	float:right;
	overflow:hidden;
	}

	* html nav#mainNav2 ul{
	height:1%;
	}

	/* PC用各メニューを左フロート */
	nav#mainNav2 ul li{
	float:left;
	text-align:center;
	}

	/* PC用各メニュー内リンク設定文字の指定 */
	nav#mainNav2 ul a{
	font-size:13px;
	color: #fff;
	display:block;
	padding:35px 10px;
	line-height:1.2;
	border-top:5px solid #e9420d;
	}

	/* PC用各メニュー内2行目のリンク設定英文の指定 */		
	nav#mainNav2 ul span{
	font-size:10px;
	color:#a5a5a5;
	}

	/* PC用各メニュー内選択時・オンマウス時の指定 */	
	nav#mainNav2 ul li.active a,nav#mainNav2 ul a:hover{
	background:#e6e6e6;
	border-color:#cb421d;
	color:#444;
	}
/* ----------------------------------------------------------
SPOTJOB用グローバルナビの設定終わり*/



/*  SPOTJOB表組みの設定
------------------------------------------------------------*/
#contentA table.outer {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	}
.outer {
	background-color: transparent;
	}
table {
	border-collapse: collapse;
	font-size: 1em;
	}
table th {
	/* background-image: url(/styles/images/title/saiyo_title01.gif); */
	background-repeat: repeat-x;
	background-color: #4F4F4F;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #999999;
	}
tr.odd td {
	padding: 5px;
	}
table td {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-image: none;
	}
#main_search table td {
	border: 0;
	}
table.tnoboder td {
	border: 0;
	}
#contentA table td.head {
	background-color: #F3F3F3;
	text-align: left;
	font-weight: lighter;
	padding-left: 10px;
	background-image: url(/styles/images/th2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #999999;
	width: 16%;
	}
#restd td{
	vertical-align: top;
	border: 0;
	padding: 5px;
	background-image: none;
	}
.head {
	height: 24px;
	background-color: #dfe2e6;
	color: #373737;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	}
.odd {
	padding: 5px;
	}
.even {
	padding: 5px;
	}
table td.odd {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	background-image: none;
	}
table.sheet td {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 3px;
	}
#box1 td, #box2 td {
	padding: 5px;
	}
#box1 table td, #box2 table td {
	/*vertical-align: top;*/
	border: 1px solid #CCCCCC;
	background-image: none;
	padding:5px;
	}
/* ----------------------------------------------------------
SPOTJOB表組みの設定終わり*/



section.content{
	padding:10px 0;
	margin-bottom:20px;
	border-radius:6px;
	/*overflow:hidden;*/
	font-size:12px;
	float:left;
	width:740px;
	}


/* グリッド全体 */
.gridWrapper{
	float:right;
	width:370px;
	margin:0 0 0 -20px;
	padding: 10px 0;
	}
	
.gridWrapper2{
	width:960px;
	margin:0 0 0 -20px;
	}

/* グリッド共通 ベース:トップページ4カラム */
.gridleft{
	float:left;
	width:170px;
	margin-left:14px;
	}

.gridright{
	float:right;
	width:170px;
	margin-left:14px;
	line-height:1.5em;
	}


/* 見出し囲み罫の設定 */
h3{
	color: #2b2b2b;
	font-size: 12px;
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight:bold;
	margin: 0 10px;
	border: 1px dotted #b2b2b2;
	padding: 9px 7px;
	margin: 15px auto 7px;
	}

/*  「スポットジョブとは」のコンテンツの設定
------------------------------------------------------------*/
#guide_body .body12 p{
font-size: 1.3em;
font-weight: bold;
color: #585858;
line-height: 1.55em;
	}
/* ----------------------------------------------------------
「スポットジョブとは」のコンテンツの設定終わり*/

	
/* サブコンテンツ + フッター グリッド(3カラム) */
#footer2 .grid{
	width:298px;
	}
#footer2 .grid{
	border:0;
	}

/* iPadおよびスマホ用フッターの非表示 */
#footer2 {
	display:none;
	}

/*  PC用フッターの設定
------------------------------------------------------------*/
div#footer {
color: #333333;
font-size: 10px;
background-color: #EDEDED;
width: 102%;
margin: -50px 0 0 0;
position: relative;
clear: both;
height: 220px;
overflow: hidden;
background-image: url(images/footbg.gif);
background-repeat: repeat-x;
background-position: center top;
margin-left: -10px;
}
div#footer {
padding-top: 20px;
}
div#footer .clearfix {
display: block;
width: 1100px;
margin: 0 auto;
}
div#footer .footerbox {
float: left;
margin-left: 5px;
margin-right: 100px;
}
div#footer .footerbox h10  {
padding-bottom: 10px;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
line-height: 1.6;
color: #333;
}
div#footer span {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 13px;
vertical-align: baseline;
background: transparent;
}
/* ----------------------------------------------------------
クリエイタープロファイルの詳細画面のh3設定終わり*/

}






/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/
/
/* iPad横モニター幅940px以下
/
/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

@media only screen and (max-width:940px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

/*  スマホ用ログインメニューを隠すの設定
------------------------------------------------------------*/
	#loginPC{display:none;}
/* ----------------------------------------------------------
スマホ用ログインメニューを隠すの設定終わり*/

/* PC用のスライダーを非表示に
------------------------------------------------------------*/
	#pcslider {display:none;}
/* ----------------------------------------------------------
ロゴ下の文字の設定（（iPad iPhone）終わり*/


/*  スマホ用SPOTJOB検索画面を隠すの設定
------------------------------------------------------------*/
	#spotjobsearchsmart{display:none;}
/* ----------------------------------------------------------
スマホ用SPOTJOB検索画面を隠すの設定終わり*/



/* ロゴ下の文字の設定（iPad iPhone）
------------------------------------------------------------*/
#header h1{
	font-size:11px;
	color: #a5a5a5;
	margin-top: 5px;
	width: auto;
	}
/* ----------------------------------------------------------
ロゴ下の文字の設定（（iPad iPhone）終わり*/

 nav div.panel{
	display:block !important;
	float:none;
	}


/*  nccトップ用グローバルナビの設定（（iPad iPhone）
------------------------------------------------------------*/
/* スマホ用メニューを隠す */
a#menu{
	display:none;
	}
/* iPad用nccロゴをセンタリング */
#header .logo {
	margin-top: 20px;
	background: url(images/logo.png) no-repeat 0 2px;
	float: none;
	text-align: center;
	padding: 10px 5px;
	background-position: center top;
	}
/* iPad用メニューエリアを右フロート */
nav#mainNav ul{
	float:none;
	overflow:hidden;
	}

* html nav#mainNav ul{
	height:1%;
	}

/* iPad用各メニューを左フロート */
nav#mainNav ul li{
	float:left;
	text-align:center;
	width:16.6%;
	}

/* iPad用各メニュー内リンク設定文字の指定 */
nav#mainNav ul a{
	font-size:100%;
	color: #fff;
	display:block;
	padding:35px 10px;
	line-height:1.2;
	border-top:5px solid #e9420d;
	height: 100px;
	}

/* iPad用各メニュー内2行目のリンク設定英文の指定 */	
nav#mainNav ul span{
	font-size:10px;
	color:#a5a5a5;
	}

/* iPad用各メニュー内選択時・オンマウス時の指定 */	
nav#mainNav ul li.active a,nav#mainNav ul a:hover{
	background:#e6e6e6;
	border-color:#cb421d;
	color:#444;
	}	
/* ----------------------------------------------------------
nccトップ用グローバルナビの設定終わり*/


/*  SPOTJOB用グローバルナビの設定
------------------------------------------------------------*/

/* スマホ用メニューを隠す */
#menu2 {
	display:none;
	}
/* iPad SPOTJOB用ロゴをセンタリング */
#header .logo2 {
	margin-top: 20px;
	background: url(images/logo_job.png) no-repeat 0 2px;
	float: none;
	text-align: center;
	padding: 10px 5px;
	background-position: center top;
	}
/* iPad SPOTTIPS用ロゴをセンタリング */
#header .logo3 {
	margin-top: 20px;
	background: url(images/logo_tips.png) no-repeat 0 2px;
	float: none;
	text-align: center;
	padding: 10px 5px;
	background-position: center top;
	}
/* iPad クリエイタープロファイル用ロゴをセンタリング */
#header .logo4 {
	margin-top: 20px;
	background: url(images/logo_profile.png) no-repeat 0 2px;
	float: none;
	text-align: center;
	padding: 10px 5px;
	background-position: center top;
	}

/* iPad用メニューエリアを右フロート */
nav#mainNav2 ul{
	float:none;
	overflow:hidden;
	}

* html nav#mainNav2 ul{
	height:1%;
	}

/* iPad SPOTJOB用各メニューを左フロート */
nav#mainNav2 ul li{
	float:left;
	text-align:center;
	width:16.6%;
	}

/* iPad SPOTJOB用各メニュー内リンク設定文字の指定 */
nav#mainNav2 ul a{
	font-size:100%;
	color: #fff;
	display:block;
	padding:35px 10px;
	line-height:1.2;
	border-top:5px solid #e9420d;
	height: 100px;
	}

/* iPad SPOTJOB用各メニュー内2行目のリンク設定英文の指定 */		
nav#mainNav2 ul span{
	font-size:10px;
	color:#a5a5a5;
	}

/* iPad SPOTJOB用各メニュー内選択時・オンマウス時の指定 */	
nav#mainNav2 ul li.active a,nav#mainNav2 ul a:hover{
	background:#e6e6e6;
	border-color:#cb421d;
	color:#444;
	}
/* ----------------------------------------------------------
SPOTJOB用グローバルナビの設定終わり*/


/*  SPOTJOB表組みの設定
------------------------------------------------------------*/
#contentA table.outer {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	}
.outer {
	background-color: transparent;
	}
table {
	border-collapse: collapse;
	font-size: 1em;
	}
table th {
	/* background-image: url(/styles/images/title/saiyo_title01.gif); */
	background-repeat: repeat-x;
	background-color: #4F4F4F;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #999999;
	}
tr.odd td {
	padding: 5px;
	}
table td {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-image: none;
	}
#restd td{
	vertical-align: top;
	border: 0;
	padding: 5px;
	background-image: none;
	}
#main_search table td {
	border: 0;
	}
table.tnoboder td {
	border: 0;
	}
#contentA table td.head {
	background-color: #F3F3F3;
	text-align: left;
	font-weight: lighter;
	padding-left: 10px;
	background-image: url(/styles/images/th2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #999999;
	/*width: 16%;*/
	}
.head {
	height: 24px;
	background-color: #dfe2e6;
	color: #373737;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	}
.odd {
	padding: 5px;
	}
.even {
	padding: 5px;
	}
table td.odd {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	background-image: none;
	}
table.sheet td {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 3px;
	}
#box1 td, #box2 td {
	padding: 5px;
	}
#box1 table td, #box2 table td {
	/*vertical-align: top;*/
	border: 1px solid #CCCCCC;
	background-image: none;
	padding:5px;
	}
/* ----------------------------------------------------------
SPOTJOB表組みの設定終わり*/
	
h3{
	color: #2b2b2b;
	font-size: 12px;
	font-family: Arial,Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	margin: 0 10px;
	border: 1px dotted #b2b2b2;
	padding: 9px 7px;
	margin: 15px auto 7px;
	}

h2 {
	border-top: 3px solid #000000;
	border-bottom: 1px dotted #BEBEBE;
	height: 40px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	line-height: 100%;
	padding-top: 10px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
	}

.gridleft{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}

.gridright{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}

.grid img{
	float:left;
	margin-right:5px;
	}
	
#gallery{padding-left:1px;}
	
#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
	}
	
#gallery .grid img{
	float:none;
	margin:0;
	}
	
#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
#sub .grid:first-child{
	margin-left:0;
	}
	
#sub .grid:last-child{
	margin-right:0;
	}
	
#footer2 .grid, #footer2 .grid p{
	float:none;
	width:100%;
	text-align:center;
	border:0;
	}
	
#footer2 .grid:last-child{padding-top:20px;}


/* iPadのフッターにnccロゴを表示 */
#footer2 .logo{
	float:none;
	text-align:center;
	padding:10px 5px;
	background: url(images/logo.png) no-repeat 0 2px;
	background-position: center top;
	}	


/* PC用フッターの非表示 */
#footer {
	display:none;
	}


}






/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/
/
/
/* iPad縦モニター幅768px以下
/
/
/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

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

#header{
 	padding-bottom:0;
 	}	
#header h1{
	text-align:center;
	width:100%;
	}	
#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px 20px;
	}	
#sub ul.list{
	padding:10px 10px 11px;
	}
#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}

}





/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/
/
/
/* スマホ横モニター幅640px以下(ランドスケープ) 
/
/
/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

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

#menu2 {display:block;}


/*  スマホ用ログインボタンの設定
------------------------------------------------------------*/
.general-button div{
display: inline-block;
background-color:#C00;
text-align:center;
padding:10px 15px;
border-radius: 5px;
margin-bottom:5px;
}
.button-text a{
font-size:12px;
color:#fff;
}
/* ----------------------------------------------------------
 スマホ用ログインボタンの設定終わり*/


/*  PC用SPOTJOB検索画面を隠すの設定
------------------------------------------------------------*/
	#spotjobsearchpc{display:none;}
	#spotjobsearchsmart{display:block;}
#outside-content div.rightblock2 {
	float: none;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 5px;
	}
#outside-content div.leftblock {
	float: none;
	width: 130px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#outside-content div.rightblock3 {
	float: none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	}
#outside-content div.rightblock4 {
	float: none;
	width: 100%;
	padding-top: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
/* ----------------------------------------------------------
PC用SPOTJOB検索画面を隠すの設定終わり*/

/* クリエイタープロファイルのフリーワード検索の設定
------------------------------------------------------------*/
div.rightblock3 input{
	position: relative;
	top: -6px;
	vertical-align: middle;
	}
/* ----------------------------------------------------------
クリエイタープロファイルのフリーワード検索の設定終わり*/

/*  nccTOP用スマホナビの設定
------------------------------------------------------------*/	
#header{
	padding:10px 0;
	background-color: #fff;
	}
/* スマホのヘッダーにnccロゴを表示 */
#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px;
	background: url(images/logo2.png) no-repeat 0 2px;
	background-position: center top;
	}
/* スマホのフッターにnccロゴを表示 */
#footer2 .logo{
	float:none;
	text-align:center;
	padding:10px 5px;
	background: url(images/logo.png) no-repeat 0 2px;
	background-position: center top;
	}	

#header h1{
	font-size:11px;
	color:#333;
	}
#header h1 {
	text-align: center;
	width:100%
	}
nav#mainNav{
	display: none;
	}	
/* ----------------------------------------------------------
nccTOP用スマホナビの設定終わり*/



/*  SPOTJOB用スマホナビの設定
------------------------------------------------------------*/	
#mainNav2 {display:none;}

#header label {
    background:#333;
    color: #fff;
    padding: 10px;
    display: block;
    margin: 0;
    border: 1px solid #fff;
    text-align: center;
	}
/* スマホのヘッダーにSPOTJOBロゴを表示 */
#header .logo2{
	float:none;
	text-align:center;
	padding:10px 5px;
	background: url(images/logo_job2.png) no-repeat 0 2px;
	background-position: center top;
	}
.logo,.logo2,.logo3,.logo4 a{
	font-size:20px;
	font-weight:bold;
	line-height:1;
	color: #333;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
.logo,.logo2,.logo3,.logo4 span{
	font-size:12px;
	font-weight:normal;
	color: #333;
	}
#header input[type="checkbox"].on-off{
    display: none;
	}
#menu2 ul li {
    padding: 5px;
    width: 100%;
    height: auto;
    line-height: 1.2;
    background: #9fa0a0;
    display: block;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px dashed #fff;
    color: #fff;
	}
#menu2 ul li a,.menu2 ul li a:hover {
   color: #fff;
	}
input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
	}
input[type="checkbox"].on-off:checked + ul{
    height: auto;
	}
/* ----------------------------------------------------------
SPOTJOB用スマホナビの設定終わり*/


/*  SPOTTIPS用スマホロゴの設定
------------------------------------------------------------*/	
#header .logo3{
	float:none;
	text-align:center;
	padding:10px 5px;
	background: url(images/logo_tips2.png) no-repeat 0 2px;
	background-position: center top;
	}
/* ----------------------------------------------------------
SPOTTIPS用スマホロゴの設定終わり*/


/*  クリエイタープロファイル用スマホロゴの設定
------------------------------------------------------------*/	
#header .logo4{
	float:none;
	text-align:center;
	padding:10px 5px;
	background: url(images/logo_profile2.png) no-repeat 0 2px;
	background-position: center top;
	}
/* ----------------------------------------------------------
クリエイタープロファイル用スマホロゴの設定終わり*/


/* SPOTJOB履歴書の編集画面（table）の設定
------------------------------------------------------------*/	
#restable{
	display: block;
	list-style-type: none;
	}
#restable thead{
	display: none;
	}
#restable tbody{
	display: block;
	}
#restable tbody tr{
	display: block;
	margin-bottom: 1.5em;
	}
#restable tbody th,
#restable tbody td{
	display: list-item;
	border: none;
	}
#restable tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #000;
	}
#restable tbody td{
	margin-left: 20px;
	padding: 0;
	background-color: none;
	}

/*  SPOTJOB表組みの設定
------------------------------------------------------------*/
#contentA table.outer {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	}
.outer {
	background-color: transparent;
	}
table {
	border-collapse: collapse;
	font-size: 1em;
	}
table th {
	/* background-image: url(/styles/images/title/saiyo_title01.gif); */
	background-repeat: repeat-x;
	background-color: #4F4F4F;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #999999;
	}
tr.odd td {
	padding: 5px;
	}
table td {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-image: none;
	}
#main_search table td {
	border: 0;
	}
table.tnoboder td {
	border: 0;
	}
#contentA table td.head {
	background-color: #F3F3F3;
	text-align: left;
	font-weight: lighter;
	padding-left: 10px;
	background-image: url(/styles/images/th2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #999999;
	}
.head {
	height: 24px;
	background-color: #dfe2e6;
	color: #373737;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	}
.odd {
	padding: 5px;
	}
.even {
	padding: 5px;
	}
table td.odd {
	vertical-align: top;
	border: 1px solid #CCCCCC;
	background-image: none;
	}
table.sheet td {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	padding: 3px;
	}
#box1 td, #box2 td {
	padding: 5px;
	}
#box1 table td, #box2 table td {
	/*vertical-align: top;*/
	border: 1px solid #CCCCCC;
	background-image: none;
	padding:5px;
	}
/* ----------------------------------------------------------
SPOTJOB表組みの設定終わり*/


/* ----------------------------------------------------------
SPOTJOB履歴書の編集画面（table）の設定終わり*/


/*  スマホ用フッタセンタリングの設定
------------------------------------------------------------*/	
#footer2 .grid p{
	text-align:center;
	}
.grid img{
	float:none;
	margin:0 auto;
	}	
.grid p,#sub .grid li{
	text-align:left;
	}
 .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}

/* ----------------------------------------------------------
スマホ用フッタセンタリングの設定終わり*/


/*  「スポットジョブとは」で、スマホ用にfloatを解除の設定
------------------------------------------------------------*/	
#guide_body　.block05　div{float:none;}
/* ----------------------------------------------------------
「スポットジョブとは」で、スマホ用にfloatを解除の設定終わり*/


/* スマホ用SPOTJOB本日の検索ランキングのキャプチャーを隠す */
#capcap{display:none;}



section.content{
	overflow:hidden;
	}



}





/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/
/
/
/* スマホ縦(ポートレート)モニター幅480px以下
/
/
/
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

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




/*  スマホ用左右カラムの設定
------------------------------------------------------------*/
.gridleft{
	float:none;
	width:100%;
	margin:10px 2% 0 0;
	}
.gridright{
	float:none;
	width:100%;
	margin:10px 2% 0 0;
	}
/* ----------------------------------------------------------
スマホ用左右カラムの設定終わり*/



}