
/* ------------------------------------------------------------
	アルバイト検索												
------------------------------------------------------------ */

.jobsBody{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
}

/* 検索フォーム */
.jobsF ,
.mailformF {
	width: 100%;
	margin: 15px 0 0;
}
.jobsF th,
.mailformF th {
	padding: 8px;
	font-size: 0.75em;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	border-top: 1px solid #cccccc;
	vertical-align: top;
	white-space: nowrap;
}
.jobsF td,
.mailformF td {
	padding: 8px;
	font-size: 0.75em;
	color: #666666;
	line-height: 30px;
	border-top: 1px solid #cccccc;
}

.jobsF td br
{	display: none;	}

.jobsF input[type="text"],
.jobsF input[type="password"],
.mailformF input[type="text"],
.mailformF input[type="password"],
.mailformF select
 {	width:48%;	}

.jobsF input[type=text],
.jobsF input[type="password"],
.mailformF input[type="text"],
.mailformF input[type="password"],
.mailformF select
 {
	height: 24px;
	margin-right: 2px;
	padding: 2px 1%;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: inset 1px 1px 5px -3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 1px 5px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 1px 1px 5px -3px rgba(0,0,0,0.5);
}
.jobsF textarea,
.mailformF textarea {
	width: 98%!important;
	padding: 5px 1%;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: inset 1px 1px 5px -3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 1px 5px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 1px 1px 5px -3px rgba(0,0,0,0.5);
}
.jobsF input:focus,
.jobsF textarea:focus,
.mailformF input:focus,
.mailformF textarea:focus,
.mailformF select:focus
{	background: #ffffcc;	}

.jobsF input[type="submit"],
.jobsF input[type="button"],
.jobsF button,
.mailformF input[type="submit"],
.mailformF input[type="button"],
.mailformF button
 {
	width: 120px;
	height: 28px;
	margin: 0 5px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	cursor:pointer;
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	border:solid 1px #cccccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	vertical-align: middle;
}

.jobsF input[type="submit"]:hover,
.jobsF button:hover,
.mailformF input[type="submit"]:hover,
.mailformF button:hover
{
	color: #336699;
	background: #ffffff;
	box-shadow: inset 1px 1px 5px -3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 1px 5px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 1px 1px 5px -3px rgba(0,0,0,0.5);
}


table.jobsF,
table.mailformF
{
	margin:10px 0 5px;
}

table.jobsF td b,
table.mailformF td b {
	color: #F00;
	font-weight:normal;
}

/* 検索結果 */
#jobresult{
	margin: 15px;

}

#jobresult .data_sepa{
	margin: 30px 50px;
	clear: both;
}

#jobresult .detail_link{
	margin-top: 10px;
	margin-left: 700px;
}

#jobresult li{
	color: #333333;
	background-color: #ffffff;
	border: 1px #cccccc solid;
	padding: 5px;
	margin: 2px;
	font-size: 0.85em;
	list-style: none;
	float: left;
}

#jobresult li.ttl{
	color: #000000;
	background-color: #e2f2f7;
	width: 120px;
	clear: both;
}

#jobresult li.ttl2nd{
	color: #000000;
	background-color: #e2f2f7;
	width: 120px;
}


#jobresult li.data{
	width: 300px;
}

#jobresult li.data2nd{
	width: 300px;
}

#jobresult li.no{
	width: 120px;
}
#jobresult li.ttl{
	background-color: #e2f2f7;
	width: 120px;
	clear: both;
}

#jobresult li.ttl_dummy{
	background-color: #eeeeee;
	width: 120px;
}


#jobresult li.data_dummy{
	background-color: #eeeeee;
	width: 300px;
}

/* 詳細 */

#jobdetail .data_sepa{
	margin: 30px 50px;
	clear: both;
}

#jobdetail li{
	color: #333333;
	background-color: #ffffff;
	border: 1px #cccccc solid;
	padding: 5px;
	margin: 2px;
	font-size: 0.85em;
	list-style: none;
	float: left;
}

#jobdetail li.ttl{
	color: #000000;
	background-color: #e2f2f7;
	width: 120px;
	clear: both;
}

#jobdetail li.ttl_middle{
	color: #000000;
	background-color: #e2f2f7;
	height: 30px;
	width: 120px;
	clear: both;
}

#jobdetail li.ttl_high{
	color: #000000;
	background-color: #e2f2f7;
	height: 60px;
	width: 120px;
	clear: both;
}

#jobdetail li.data{
	width: 750px;
}

#jobdetail li.data_high{
	height: 60px;
	width: 750px;
}

#jobdetail li.data_middle{
	height: 30px;
	width: 750px;
}

#jobdetail .detail_link{
	margin-top: 10px;
	margin-left: 700px;
}


/* -----------------------------------------------------------
新着情報　詳細画面 関連ファイル
------------------------------------------------------------- */

body#news table.file_and_image td{
	text-align:center;
	vertical-align:top;
	width:220px;
	padding:3px !important;
}
body#news table.file_and_image img{
	border:1px solid gray;
	width:205px;
	height:144px;
	object-fit: cover;
	object-position: 0 0;
	margin-right:0px;
}

body#news table.file_and_image span{
	font-size:120%;
}


@media screen and (max-width: 1200px) {
	body#news table.file_and_image td{
		display:inline-block;
	}
}


/* ------------------------------------------------------------
	不動産												
------------------------------------------------------------ */

body#fudosan .room input[type="submit"].btn, .room input[type="button"].btn {
	/* InternetExplorer */
	/* IE5.5-7 */  
	filter: progid:  
	DXImageTransform.Microsoft.gradient(  
	startColorstr='#00a3da', endColorstr='#336699', GradientType=1);
	/* IE8-9 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3da', endColorstr='#336699', GradientType=0)";
	/* IE10 */  
	background: -ms-linear-gradient(left,  #00a3da,  #336699);
}

body#fudosan .checkbox{
	display:inline-block;
}

body#fudosan td.nolabel label{
 display:none;
}

body#fudosan .photobox img{
 width:auto;
 float:left;
 padding:5px;
padding-top:10px;
}


body#fudosan div.addimg_wrap{
	margin-left:70px;
}

body#fudosan div.addimg{
/*	float:left;	*/
	margin:10px;
	display:inline-block;
	vertical-align: top;
	width:300px;
}


body#fudosan div.paging,
div.voice div.paging{
	width:100%;
	text-align:center;
}

body#fudosan td.roomlist{
	padding:10px;
}


#kyousai_tanuro{
    position: absolute;
    top: 180px;
    left: 700px;
}
#kyousai_tanuro_print{
    position: absolute;
    top: 30px;
    left: 700px;
}

#kasaikyousai_memo{
    position: absolute;
    font-size: 0.7em;
    width: 400px;
    height: 70px;
    background-color: #f4f9eb;
    border: 1px #000000 solid;
    padding: 7px;
    margin-top: -40px;
    margin-left: 30px;
    display:none;
}

.list_goukakumae{
	color:#de0e0e;
	float:right;
}

body#fudosan div.video{
	display:inline-block;
	margin:10px 20px;
}
body#fudosan video{
	max-width:500px;
}

@media screen and (max-width: 735px) {
    body#fudosan video{
        width:250px;
    }
}


body#fudosan #qr_print{
	position: absolute;
	top: 50px;
	left: 950px;
}
body#fudosan #qr_view{
	text-align:right;
}
body#fudosan #qr_view span{
    display:block;
    font-size:90%;
}


#qr_view div {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 5px;

}

#qr_view div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}

#qr_view div p {
  margin: 0;
  padding: 0;
}



body#fudosan #qr_view img{
	vertical-align:middle;
}





body#fudosan .estateinfos{
	font-size: 0.75em;
	color:#333333;
	text-align:left;
    border: 1px solid #fe9603;
    border: 2px solid #0082a3;

}
body#fudosan div.ttl{
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
body#fudosan div.ttl a{
	font-size: 1.3em;
}
body#fudosan div.summary{
	text-align:left;
	padding-top: 5px;
}
body#fudosan .estateinfos i.fa-check-circle{
	color:#fe9603;
	color:#0082a3;
}
body#fudosan .new{
    background-color: tomato;
    color: #fff;
    margin-left: 5px;
    padding: 0px 5px;
    border-radius: 15px;
    font-size: 80%;

}

body#fudosan dl{

}
body#fudosan dt{
  float:left;
}
body#fudosan dd{
  margin-left:100px;
}







@media print{

	/* 不動産詳細の印刷 */
	.noprint{
		display:none;
	}
	.w40p{
		width:40%;
	}
	.w55p{
		width:55%;
	}
	body#fudosan .photobox img{
		max-width:160px;
		max-height:160px;
		padding-right:10px;
	}
	body#fudosan div#gmap{
		width:160px !important;
		padding-top:0px !important;
	}
	
	#kyousai_tanuro_print{
		position: absolute;
		top: 30px;
		left: 420px;
		vertical-align: bottom;
	}
	#kyosai_tanuro_print img{
	    width: 80%;
		position: absolute;
	}
	body#fudosan #qr_print{
	    position: absolute;
	    top: 10px;
	    left: 600px;
	}

}


/* ------------------------------------------------------------
	ひとことカード												
------------------------------------------------------------ */

div.cardTopList{
	height:300px;
	overflow-y:scroll;
}

div.cardMark_wrap{
	float:left;
}
div.cardTitle_wrap{
	float:left;
}


div.cardMark{
	display:inline-block;
	width:35px;
}
div.cardMark img{
	margin:1px;
}

.cardF textarea {
	width: 100%;
}

.cardF td{
	white-space: normal;
}

table.cardicon img {
	margin-right: 5px;
}

#CardEntryForm td br{
	display:inline;
}


/* ------------------------------------------------------------
	営業時間おしらせ
------------------------------------------------------------ */
.opens_info{
	width: 100%;
    max-width: 1200px;
    margin: 20px auto 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
	font-size:120%;
}
.opens_info .wrapper {  
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 10px;
  background: #f1f1f1;
  box-sizing: border-box;
  width:800px;
  }
@media screen and (max-width: 839px) {
  .opens_info .wrapper {
	width:auto;
  }
}


.ribbon {  
  display: inline-block;
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  font-size: 80%;
  color: white;
  background: #c00;
}

.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #c00;
  border-right: 20px solid #c00;
  border-bottom: 10px solid transparent;
}


/* ------------------------------------------------------------
	店舗投稿版ひとことカード
------------------------------------------------------------ */
.cardcampuses{
	display:block;
	margin-left:10px;
	margin-bottom:20px;
}
.cardcampus{
	position: relative;
	display: inline-block;
	margin-right:5px;
}
.cardcampus .img-label{
	position: absolute;
	top: 3px;
	right: 5px;
	color: white;
	font-family :Quicksand, sans-serif;/*Google Font*/
	padding:2px;
	font-size:80%;
	background:rgba(0, 0, 139 ,0.5);
	border-radius:5px 0 5px 0;
}


.cardbooks{
/*	display:inline-block; */
}
.cardbook-ribbon {  
  display: inline-block;
  position: relative;
  margin: 0 0 5px 10px;
  padding: 3px 0px;
  min-width:100px;
  background: #dcefff;
  text-align:center;
border:1px solid #1da1f3;
}
.cardbook-ribbon .box-title {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 3px 5px;
  margin: 0 0 0 -10px;
  width: calc(100% + 10px);
  font-size: 0.8em;
  color: white;
  background: #1da1f3;
  text-align:left;
}
.cardbook-ribbon .box-title:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 10px #6eb3e0;
}
.cardbook-ribbon p{
  margin:0;
  padding:5px 3px 3px 0;
  width: 170px;
}
.cardbook-ribbon .new {
    font-size: 5px;
	font-weight:bold;
	color:red;
}
.cardbook-ribbon:hover {
    opacity: 0.8;
}
.cardbook-comment{
	color:#333;
	font-size:80%;
	margin-bottom:30px;
}



/* ------------------------------------------------------------
	トップページリンク
------------------------------------------------------------ */
.linkbox{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.linkbox .column{
	position:relative;
}
.linkbox .titleimg {
    margin: 0px 0;
}
.linkbox .hiddenbox {
	background-color:pink;
    display:none;
	padding:20px;
	border-radius:1em;
	position:absolute;
}

/**
 * pagenate
 */
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
	text-align: right;
	margin-right: 150px;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

.pagecounter{
	color:#666;
	font-size:90%;
	padding: 3px;
	padding-left: 10px;
	margin-bottom:5px;
	background-color: mistyrose;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}


/* 問合せ等受付メッセージ */

.receipt_message{
	font-size: 90%;
	color: #666666;
	margin: 50px 30px;
}

.warn_message{
	font-size: 0.80em;
	color: #666666;
	margin: 30px 30px;
	line-height: 130%;
}

.warn_message li{
	padding-left: 20px;
	background-image: url(../images/icon_foot.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
}


/* Form errors */
.error-message, .message{
	font-weight: normal;
	font-size: 100%;
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 18px;
	padding: 7px 14px;
}


.menu{
	text-align:right;
}

.menu li{
	display: inline;
	list-style: none;
	margin-left: 10px;
	font-size: 0.80em;
}

/* cake Form のオブジェクト */
div.checkbox,
div.radio,
div.submit,
div.option_add
{
	display: inline;
}



.w20{	width:20px;}
.w30{	width:30px;}
.w40{	width:40px;}
.w50{	width:50px;}
.w60{	width:60px;}
.w80{	width:80px;}
.w90{	width:90px;}
.w100{	width:100px;}
.w110{	width:110px;}
.w104{	width:104px;}
.w120{	width:120px;}
.w140{	width:140px;}
.w150{	width:150px;}
.w180{	width:180px;}
.w200{	width:200px;}
.w250{	width:250px;}
.w280{	width:280px;}
.w300{	width:300px;}
.w320{	width:320px;}
.w330{	width:330px;}
.w350{	width:350px;}
.w400{	width:400px;}
.w450{	width:450px;}
.w500{	width:500px;}
.w600{	width:600px;}
.w750{	width:750px;}

.p10{
	padding: 10px;
}

.ctr{
	text-align: center;
}


/* ヘッダなしのlayout */
.coop_simple a{
	position:relative;
	top: 0px;
	margin-bottom: 10px;
}

.sitetitle a {
    float: left;
    width: 210px;
    height: 55px;
    margin: 0 0 0 0;
    display: block;
    text-indent: -3000px;
    background-image: url(../images/sitetitle.png);
}

@media print{
	
	.sitetitle a {
	    margin: 15px 0 0 30px;
	}
}

/* Not Found */

#notfound{
	margin: 20px;
	font-size: 0.8em;
}

#notfound ul{
	padding-top: 10px;
}

#notfound li{
	margin-left: 10px;
	padding: 5px;
	padding-left: 25px;
	display: block;
	background-image: url(../images/arrow-rgt.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

/* Cakeのテンプレートを使った静的ファイル風 Contentpage*/
.pagebody_note p{
	line-height:200%;
}
.pagebody_note .pagebody_note_cap{
	font-size:120%;
	font-weight:bold;
}
.pagebody_note div{
	margin-top:20px;
}

