/* SVN FILE: $Id$ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
	font-size:small;
}
ul{
	list-style-type:none;
}

/* General Style Info */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:90%;
	margin: 0;
	background:url(../img/bg_body.jpg);
	background-repeat:repeat-x;
	position:relative;
}
a {
	text-decoration: underline;
	font-size:small;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}

/*top*/
#top{
	background-color:#000000;
	background-image:url(../img/h1_hoot.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:2px;
}
#top h1{
	width:850px;
	margin:0px auto 0px auto;
	color:#FFFFFF;
	font-size:x-small;
}


/*globalmenu*/
ul#globalmenu{
	position:absolute;
	left: 366px;
	top: 14px;
	background-image:url(../img/bg_global.png);
	background-repeat:no-repeat;
	width:491px;
}
ul#globalmenu li{
	float:left;
	margin:0px;
	padding:0px;
}
#globalmenu li#loginstatus{
	width:173px;
	height:43px;
	padding:15px 0px 0px 10px;
	background-image:url(../img/gmenu_status.png);
	background-repeat:no-repeat;
}

#twiticon{
	float:left;
}
#twiticon img{
	width:30px;
	height:30px;
	margin-right:10px;
}
#twiticon-login{
	margin-top:-5px;
	margin-left:20px;
}
#twitname,
#settings{
	font-size:x-small;
	width:110px;
	float:left;
}
#settings a{
	font-size:x-small;
}

/* main title */
/*20100215修正*/
h2{
	position:absolute;
	width:360px;
	left: 5px;
	top: 15px;
}
h2 a img{
	float:left;
}
/*20100215修正ここまで*/
h2 span{
/*	font-size:x-small;
	font-weight:bold; */
    font-size:9px;
	color:#FFFFFF;
}
h2 span a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#FF0;
}
/* Left Rectangle Title */

#taglist{
	width:550px;
	margin:0px auto 20px auto;
}

ul#keywordbody{
	background-image:url(../img/keyword_body.png);
	background-repeat:repeat-y;
	padding:0px 20px 0px 20px;
}
ul#keywordbody li{
	padding-right:1em;
	float:left;
}
h3 {
	padding:0px;
	margin:0px;
}
/* BBJobs Title */

#brandnewmenu{
	margin:auto;
	width:540px;
}
#brandnewmenu h3{
	float:left;
}
#brandnewmenu ul{
	float:left;
}
#brandnewmenu li{
	float:left;
}

/*20100127変更開始---------------------------------------------------------*/
#brandnewmenu ul#tab li a{
	display:block;
	width:62px;
	height:30px;
	background-image:url(../img/tab_bg.png);
	outline:none;

}
#brandnewmenu ul#tab li.selected a{
	background-image:url(../img/tab_bg_f2.png);
	border:none;
}
#brandnewmenu ul#tab li.selected a:hover{
	background-image:url(../img/tab_bg_f2.png);
	border:none;
}
#brandnewmenu ul#tab li a:hover{
	background-image:url(../img/tab_bg_f3.png);
}
/*20100127変更終了-------------------------------------------------*/

#detailbody,
#brandnewbody{
	clear:both;
	width:540px;
	margin:auto;
}
#detailbody .detailentry,
#brandnewbody .brandnewentry{
	margin-top:12px;
	position:relative;
}
/*20100127変更開始---------------------------------------------------------*/
#detailbody .detailentry h5,
#brandnewbody .brandnewentry h5{
	padding:2px;
	background-color:#CCCCCC;
	margin:0px;
}
#detailbody .detailentry h5 img,
#brandnewbody .brandnewentry h5 img{
	vertical-align:bottom;
	margin-right:5px;
	position:relative;/*20100215修正(1行)*/
}

#detailbody .detailentry .view,
#brandnewbody .brandnewentry .view{
	font-size:x-small;
	text-align:right;
}
/*
#detailbody .detailentry .twitttl,
#brandnewbody .brandnewentry .twitttl{
	padding-left:38px;
	margin-top:-14px;
}
*/

/*20100215修正*/
#detailbody .detailentry .twitttl,
#brandnewbody .brandnewentry .twitttl{
	margin:-15px 80px 0 38px;
}
#detailbody .detailentry .edit{
	text-align:right;
	margin-top:-15px;
}
/*20100215修正ここまで*/


/*20100127変更終了---------------------------------------------------------*/

#detailbody .twiticon2,
#brandnewbody .brandnewentry .twiticon2{
	width:50px;
	height:50px;
	float:left;
	padding-right:15px;
}

#detailbody .twitdata,
#brandnewbody .brandnewentry .twitdata{
	width:450px;
	float:left;
}
#detailbody .twitdesc,
#brandnewbody .brandnewentry .twitdesc{
	clear:both;
	padding-top:15px;
	overflow:hidden;
}



h4 {
	font-size:18px;
	color:#666;
	margin:5px 0px;
}
h4 a{
	color:#666;
}

/* Layout */
#company{
	margin-top:10px;
	float:left;
	color:#666;
}

#container{
	text-align: left;
	width:860px;
	margin:0 auto 0 auto;
	position:relative;
}

#header{
	width:860px;
	height:80px;
	position:relative;
}

#content{
	color: #333;
	padding:0px;
}

#contentbody{
	background-image:url(../img/contents_body.png);
	background-repeat:repeat-y;
}
#pagetop{
	width:104px;
	height:44px;
	margin:0px 20px 0px auto;
}

#footwrapper{
	background-image:url(../img/bg_foot.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}

#footer {
	width:860px;
	margin:auto;
}
#footnavi{
	width:500px;
	float:left;
	font-size:x-small;
	margin-top:5px;
}
#footnavi a{
	color:#FFFFFF;
}
#footlogo{
	float:right;
	width:225px;
	margin-top:5px;
}
#copyright{
	clear:both;
	text-align:center;
	background-color:#000000;
}

ul#banner{
	clear:both;
	padding-top:20px;
	margin:20px 20px 50px 0px;;
}

ul#banner li{
	float:right;
	padding:0px 5px 5px 5px;
	border-right:1px dotted #FFFFFF;
	width:170px;
}
ul#banner li a{
	color:#FFFFFF;
	font-size:x-small;
}

#main{
	float:left;
	width:570px;
	padding-left:15px;
}

#side{
	float:left;
	width:270px;
	text-align:center;
	padding-top:15px;
}

#news{
}

#news ul{
	width:250px;
	margin:auto;
}
#news ul li{
	text-align:left;
	font-size:x-small;
	padding:10px;
	background-image:url(../img/news_sep.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#followers{
	width:250px;
	height:270px;
	margin:auto;
}
#followers ul{
	width:230px;
	margin:auto
}
#followers ul li{
	float:left;
	padding:1px;
}
/* 高田変更25px→30px */
#followers ul li img{
	vertical-align:bottom;
	width:30px;
	height:30px;
}
#tag{
	font-size:12px;
	width:540px;
	border-bottom:2px solid #999999;
	padding:2px;
	margin:auto;/*20100215修正(1行)*/
	clear:left;
}

span#category{
	float:left;
}

/* Tables */
table {
	border-collapse:collapse;
	width:540px;
	border:none;
	clear: both;
	color: #333;
	margin-bottom: 10px;
/*	width: 100%; */
}
th {
	padding:2px;
	border-left:3px solid #4BAECF;
	padding-left:5px;
	background: #f2f2f2;
	text-align: left;
/*	text-align: center; */
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	text-align: left;
/*	text-align: center;*/
	vertical-align: top;
	padding:5px;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}

#inquirybody dt{
	width:100%;
	border-bottom:1px dotted #CCCCCC;
	padding-left:1em;
	margin-bottom:0.5em;
	background-color:#F7F7F7;
}
#inquirybody dd{
	width:100%;
	margin:0 0 0.5em 1em;
	padding:0;
	padding-left:2px;
	min-height:2em;
}
#inquirybody dl{
	width:100%;
}
#inquirybody input[type="image"]{
	padding:0px;
}


dl#category {
	line-height: auto;
	margin: 0em 0em;
	width: 100%;
}
dt#category {
	float:left;
	padding-left: 0px;
}
dd#category {
	line-height:auto;
	display:inline;
	float:left;
	margin-left: 0em;
	margin-top: 0em;
}

/* Forms */
#create{
	margin-top:20px;
}
#createform{
	margin-top:20px;
}
form {
	clear: both;
	/*
	margin-right: 20px;
	padding: 0;
	width: 80%;
	*/
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

.formttl{
	font-weight:bold;	
}

form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
/*	margin-left: 140px; */
}
label {
/*	display: block; */
	font-size: 110%;
	padding-right: 10px;
}
/*下山変更開始---------------------------------------------------*/
input, textarea {
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	margin:0px 2px;
	border:2px solid #999999;
/*	width: 100%; */
}
.width100{
	width: 98%;
}
span.required{
	color:#FF0000;
}
/*下山変更終了---------------------------------------------------*/
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
div.checkbox {
	display:inline;
/*	float:left; */
}
/*下山変更開始---------------------------------------------------*/
input[type=checkbox] {
	margin: 0px 6px 7px 2px;
	border:none;
	/*
	width: auto;
	*/
}
div.checkbox input,
#JobPublic0,#JobPublic1{
	border:none;
}
/*下山変更終了---------------------------------------------------*/

input[type=radio] {
/*	float:left; */
	width:auto;
	margin: 0 0 7px 0;
	border:none;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-weight:bold;
	font-size: 110%;
	padding: 4px 8px;
	width: auto;
	vertical-align: bottom;
	border:#03C 1px solid;
	color:#F60;
}

/*下山変更開始------------------------------------*/
#searchbox{
	margin:1em;
	background-color:#EFEFEF;
}
#searchbox form{
	clear:none;
	padding:10px 25px 10px 25px;
}
#searchbox input{
	margin:0px;
	vertical-align:middle;
	border:2px solid #CCCCCC;
}

#searchbox input#JobKeyword{
	width:400px;
	height:18px;
	padding:2px;
}

#create input.submitbtn,
#searchbox input.submitbtn,
#inquirybody input.submitbtn{
	border:none;
	padding:0px;
}
#inquirybody form{
	width:500px;	/* 高田変更400→500 */
	margin:2em auto 2em auto;
	line-height:1.5em;
}

#searchcategories,
#searchable{
	width:488px;
	padding:5px 0px 5px 0px;
	margin:0px;
	text-align:left;
	margin:auto;
	border-bottom:1px solid #E7E7E7;
}
#searchable{
	border-bottom:none;
}

#searchcategories input,
#searchable input{
	border:none;
	vertical-align:middle;
}
#searchcategories label,
#searchable label{
	font-weight:bold;
	color:#666666;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
	font-size:85%;
}

/* cf. pager.css -- 高田追加 */
#pagination{
	width:535px;
	margin:0px auto 0px auto;
}
div.paginate1{
	margin-left:15px;
	text-align:left;
}
div.paginate2{
	margin-right:15px;
	text-align:right;
	margin-top:-1em;
	font-size:x-small;
}

div#searchcondition{
	padding-bottom:1em;
}

#searchcondition dl{
	width:490px;
	margin:auto;
	padding:0px;
	background-color:#FFFFFF;
}
#searchcondition dt{
	margin:0;
	padding:1em;
	line-height:1em;
	text-align:left;
	font-size:80%;
}
#searchcondition dd{
	margin:0;
	padding:1em;
	padding-left: 9em;
	margin-top: -3em;
	text-align:left;
	font-size:80%;
	line-height:1em;
}

.gray {
	color: #AAA;
}

/*下山変更終了------------------------------------*/



/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: large;
	font-weight: bold;
	margin-left:35px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/*** 高田追加 ***/
/* display下ボタン(send-message,contact)用 */
img#send-message,
img#contact {
	float:left;
	text-align:center;
}

/* displayの会社概要 */
/* 高田編集 */
#corpprofile h3{
	font-weight:bold;
}
#corpprofile dl{
	width:440px;
}
#corpprofile dt{
	margin:0;
	padding:0.2em;
	height:1.4em;
	width:10em;
	background-image:none;
	font-weight:normal;
}
#corpprofile dd {
	margin:-1.8em 10px 2px 6em;
	padding:0.2em 0.2em 0.2em 0.5em;
	border-left:2px solid #CCCCCC;
	background-color:#F7F7F7;
	width:100%;
}
#corpprofile ul,
#corpprofile li{
	margin:0;
	padding:0;
}
/* edit menu */
div#my-menu {
	float:right;
	margin:-20px 0 0 0;
}
/* contact confirm */
dl.confirm {
	width:400px;
}
dt.confirm {
	width:110px;
}

/* for watermark.js */
.watermark {
	color: #999 !important;
}
.watermark2 {
	color: #999 !important;
	font-style: italic !important;
}
.watermark3 {
	color: #c77 !important;
}

tr.mceLast{
	display:none;
}

#map{
	width:230px;
	height:230px;
	padding:10px;
	margin:-15px auto 30px auto;
}

#JobTitle, #JobSummary, #JobBody, #JobCost, #JobMail {
	width:525px
}
#JobCompany, #JobAddress, #JobUrl, #JobRecruit {
	width:450px
}

/***高田追加終了***/


/*下山変更開始*/
/*プライバシーポリシー*/
/*各種お問合せ*/
/*運営会社*/

#privacypolicybody,
#inquirybody{
	width:540px;
	margin:auto;
}

#privacypolicybody p{
	margin:10px auto 10px auto;
}

#privacypolicybody dl{
	width:100%;
}

#privacypolicybody dl dt{
	padding-bottom:0px;
	margin:1em 0 0.5em 0;
	border-bottom:1px solid #CCCCCC;
	width:98%;
}
#privacypolicybody dl dd{
	margin:0px;
	font-size:0.9em;
	padding-left:1em;
	padding-right:1em;
	line-height:1.4em;
}

#privacypolicybody dl dd ul{
	list-style-type:circle;
}
#privacypolicybody dl dd ul li{
	margin-left:2em;
}
table.company{
	width:520px;
	margin:10px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}

table.company th,
table.company td{
	border-left:none;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size:0.9em;
}

#recenttweets{
	padding-bottom:20px;
}

div#recenttweets h3{
	margin:1em auto 1em auto;
}

div#recenttweets li{
	text-align:left;
	background-color:#F5F5F5;
	border-width:1px 3px 3px 1px;
	border-style:solid;
	border-color:#DDDDDD;
	padding:5px 7px;
	margin:0px auto 3px auto;
	width:220px;
	font-size:0.8em;
	line-height:1.2em;
	overflow:hidden;
}
div#recenttweets li a{
	font-size:1em;
	line-height:1.2em;
}

#addthis{
	margin-left:580px;
	margin-top:-3em;
	margin-bottom:3em;
}

#addthis2{
	width:230px;
	padding:10px;
	margin:-15px auto 1em auto;
	background-color:#FFFFFF;
	border:2px solid #CCCCCC;
}
#addthis2 div.addthis_toolbox{
	width:12em;
	margin:auto;
}
#ad{
	width:250px;
	height:130px;
	background-color:#CCCCCC;
	border:1px solid #999999;
	text-align:center;
	padding-top:120px;
	margin:10px;
	margin-top:0px;
}



/*下山変更終了*/


#corpprofile{
	width:540px;
	margin:1em auto 1em auto;
}
#corpprofile h3{
	border-left:2px solid #FF9900;
	padding:2px 2px 2px 5px;
	background-color:#FFFFFF;
}

#howtouse{
	width:540px;
	margin:auto;
}

#howtouseread{
	width:500px;
	margin:2em auto 2em auto;
}
#irai,
#oubo{
	width:540px;
	text-align:center;
	margin-bottom:2em;
}
#irai #iraibody img,
#oubo #oubobody img{
	display:block;
	margin:1em auto 0.5em auto;
}

/*20100215修正*/
.newsentry h5{
	padding:2px;
	background-color:#CCCCCC;
	margin:0px;
}

.newsentry .view{
	font-size:x-small;
	text-align:right;
}
.newsentry{
	margin-top:12px;
	position:relative;
}


/*20100215修正ここまで*/


/*clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
