/*
*	css
*	01.PC
*	02.1200px(max-width)
*	03.992px(max-width)
*	04.768px(max-width)
*	05.767px(max-width)
============================*/
/*	01.PC
--------------------------------------------------------*/
.top-prefs {
	background: linear-gradient(#d5eefb, #fff);
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 15px 8px;
	position: relative;
}
    .top-prefs a {
    	color: #fff;
    	display: block;
    	padding: 10px 5px;
    	white-space: nowrap;
    }
    .top-prefs h2 {
    	position: absolute;
    	top: 17px;
    	left: 30px;
    	border: 2px solid #009933;
    	padding: 20px 20px 20px;
    	text-align: center;
    	border-radius: 4px;
    	color: #333;
    	font-size: 20px;
      background: #fff;
    }
    .top-prefs h3 {
    	font-size: 1.7rem;
    	position: absolute;
    	top: 14rem;
    }
    .top-prefs .cloud1 {
    	position: absolute;
    	top: 12px;
    	left: 418px;
    }
    .top-prefs .cloud2 {
    	position: absolute;
    	top: 56px;
    	right: 148px;
    }
    .top-prefs .cloud3 {
    	position: absolute;
    	top: 136px;
    	right: 18px;
    }
    .top-prefs .cloud4 {
    	position: absolute;
    	top: 206px;
    	left: 531px;
    }
    .top-prefs table {
    	width: 100%;
    	border-collapse: separate !important;
    }
    table.jp td {
    	text-align: center;
    	border-radius: 4px;
    }
    table.jp td:hover {
    	opacity: 0.8;
    }
    td.hokkaido {
    	background-color: #87cefa;
    }
    td.tohoku {
    	background-color: #40e0d0;
    }
    td.koshinetsu {
    	background-color: #3cb371;
    }
    td.hokuriku {
    	background-color: #2e8b57;
    }
    td.kanto {
    	background-color: #66cdaa;
    }
    td.kinki {
    	background-color: #bdb76b;
    }
    td.tokai {
    	background-color: #9acd32;
    }
    td.chugoku {
    	background-color: #deb887;
    }
    td.kyusyu {
    	background-color: #ff8c00;
    }
    td.shikoku {
    	background-color: #ff7f50;
    }
    td.okinawa {
    	background-color: #ff6347;
    }


/* latest-posts */
#latest-posts .row {
	margin: 0 -15px 1rem;
}
    #latest-posts .col-md-4 {
    	padding: 0 10px;
    }
    
    #latest-posts .border-box {
    	/*border-top: 4px solid #F5B063 !important;*/
    }
    
    #latest-posts h3 {
    	font-size: 0.8rem;
    	border-bottom: none;
    }

/* recommend */
.recommend-posts {
	width: auto;
}
    .recommend-posts h2 {
    	margin: 0;
    	border-bottom: none;
    	background: #FF9999;
    	color: #fff;
    	text-align: center;
    	padding: 0.5rem;
    }
    .recommend-posts .border-box {
    	padding: 0.3rem;
    	margin: 1rem 0;
    	background-color: #fff;
    	border-color: #e70b0b;
    	border-width: 2px;
    	min-height: 90%;
    	position: relative;
    }
    .recommend-posts dl {
    	/*display: flex;*/
    }
    .recommend-posts dl dt {
    	width: 100%;
    	flex-grow: 0;
    	flex-shrink: 0;
      height:8rem;
      overflow: hidden;
    }
    .recommend-posts dl dd {
    	margin-left: 0.3rem;
      /*width: 68%;*/
      margin-top: 1rem;
    }
    .recommend-posts dl dd h3 {
    	font-size: 0.8rem;
    	margin-bottom: 0;
    	border-color: #e70b0b;
    }
    .recommend-posts dl dd .company-name {
    	padding-top: 0.1rem;
    	font-size: 0.75rem;
      font-weight: bold;
    }
    .btn-box-small {
        padding-top: 1rem;
    }

/* detail page */
.box-inner {
	padding: 1rem;
}
.cat-list {
	border: 1px solid #d5d5d5;
	margin: 1rem 0 0;
}
    .cat-list h2 {
    	/*
    	background: #EAF7FD;
        border-bottom: 1px solid #d5d5d5;
    	*/
    	text-align: center;
    	padding: 10px;
    }
    .cat-list .cat-list-inner {
    	padding: 1rem 1rem 0;
    }
    .cat-list .cat-list-inner .cat-list-box li {
    	float: left;
    	margin-right: 4px;
    }
    .list-box,
    .detail-box,
    .detail-box-sub {
    	border: 1px solid #d5d5d5;
    	margin-bottom: 1rem;
    }
    detail-box-sub {
        margin-bottom: 1rem;
    }
    .list-box {
    	margin: 20px 0 0;
    	position: relative;
    }
    .list-title,
    .list-title2 {
    	display: block;
    	overflow: hidden;
    	box-sizing: content-box;
    	line-height: 1.7;
    }
    .list-title {
        background: #fff5e6;
        border-radius: 4px 4px 0 0;
        border-bottom: 1px solid #eec;
    }
    .list-title2 {
    	background: #E7E7E7;
    }
    
    .list-title .list-title-inner,
    .detail-box-sub .list-title-inner {
    	padding: 1.8rem 1rem 1rem;
    	font-size: 1rem;
    	font-weight: bold;
    	line-height: 1.2;
    	border-radius: 4px 4px 0 0;
    	border-top: 5px solid #77a90a;
    }
    .detail-box-sub .list-title-inner {
    	padding: .5rem;
    }
    .list-title .list-title-inner .check-wrapper{
    	float: left;
      margin: 0.2rem 1rem 1rem 0;
      width: 25px;
      display:block;
    }
    .list-title .list-title-inner h3 {
    	margin-bottom: 0 !important;
    	font-size: 1rem;
    }
    .list-title2 .list-title-inner h3 {
    	margin-bottom: 0 !important;
    	font-size: 0.875rem;
    }
    .list-title .list-title-inner .company {
    	color: #333;
    	margin: 10px 0 0;
    }
    .list-title .list-title-inner a {
    	/*display: block;*/
    	display: inline;
    }
    .detail-box .list-title-inner {
    	border-top: 5px solid #77a90a;
    }
    .cash-box {
    	border: 1px solid #FF999A;
    	font-size: 0.75rem;
    	padding: 5px 10px;
    	margin: 1rem 0 1rem;
    	border-radius: 4px;
    }
    .cash-box .cash-box-bold {
        font-size: 1.6rem;
        color: #ff0000;
        font-weight: bold;
    }
    .cash-box-icon {
      margin: 0.7rem 0.8rem 0 0.5rem;
    }
    .cash-box .cash-box-icon,
    .cash-box .cash-box-txt {
    	float: left;
    }
    .detail-box-sub .list-title-inner {
    	border-top: 5px solid #003399;
    }
    .detail-box-sub .list-title-inner h3 {
    	text-align: center;
    	color: #003399;
    }
    .detail-box-sub .company-box {
    	font-size: .875rem;
    	padding: 1rem;
    }
    .detail-box-sub-border {
    	border-top: 2px solid #d5d5d5;
    }
    .detail-box-sub-border-dot {
    	border-bottom: #ccc dotted 1px;
    }
    .detail-box-sub .company-box .company-box-photo img {
    	border: 1px solid #d5d5d5;
    	border-radius: 4px;
    	margin: 0 0 10px;
    }
    .detail-box-sub .company-box h4 {
    	font-size: 0.875rem;
    	color: #009d40;
    }
    .detail-box-sub .company-box h4 a {
    	font-size: 0.875rem;
    }
    .detail-box-sub .company-box p {
    	font-size: 0.75rem;
    }
    .detail-box-sub .company-box-url {
    	font-size: 0.75rem;
    	padding: .5rem;
    	text-align: center;
    	border-top: 2px solid #d5d5d5;
    }
    .detail-box-sub .company {
    	text-align: center;
    	margin: 10px 0 0;
    	font-weight: bold;
    	line-height: 1.2;
    }
    .detail-box-sub .company-kana {
    	font-size: 0.75rem;
    	text-align: center;
    	color: #999;
    	margin: 5px 0;
    }
    .detail-box-sub .company-other-list {
    	text-align: center;
    	padding: 10px;
    	font-size: 0.75rem;
    }

/* 最近見たお仕事・キープ */
    .btn-wrapper{
      background: #f1f1f1;
      width: 100%;
      padding: 1rem ;
      border-radius: 4px;
      font-size: 0.75rem;
    }

    .btn-wrapper .sum-btn .btn{
      font-size: 1rem;
          margin: 0 auto;
    }
    .btn-wrapper .sum-btn .btn span{
      font-size: 1.8rem;
      margin-right: 0.2rem;
    }
    .btn-wrapper .check-out{
      font-size: 0.8rem;
      font-weight: bold;
    }
    .check-wrapper{
      padding: 0.4rem 0.1rem 0.2rem 0.4rem;
      background: #fff;
      border-radius: 3px;
      overflow: hidden;
      
    }

/* 会社情報テーブル */
    .company-list-inner {
    padding: 10px;
    }
    .company-left {
    	float: left;
    	width: 300px
    }
    .company-right {
    	padding: 0 0 0 330px;
    }
    .company-list-conditions li {
    	font-size: 0.8rem;
    	border: 1px solid #d5d5d5;
    	border-radius: 2px;
    	width: 7rem;
    	float: left;
    	margin: 5px 5px 0 0;
    	text-align: center;
    	padding: 0.2rem;
    }
    .list-box .company-list-conditions li {
    	font-size: 12px;
    	width: 48.7%;
    }
    .company-list-conditions-main li {
    	font-size: 12px;
    	border-radius: 4px;
    	text-align: center;
    	background: #FF9999;
    	color: #fff;
    	padding: 2px;
    	margin: .5rem .5rem 0 0;
    	width: 90px;
    	float: left;
    }
    .company-image-photo {
    	text-align: center;
        width: 100%;
    }
    .company-image-photo img {
    	width: 100%;
    	height: auto;
    	border-radius: 4px;
    }
    .company-data table {
    	font-size: .875rem;
    	width: 100%;
    }
    .company-data table th {
    	width: 100px !important;
    	padding: 10px;
    	color: #666;
    	line-height: 1.4;
    	font-weight: normal !important;
    }
    .company-data table td {
    	padding: 8px;
    	line-height: 1.4;
    }
    .company-right h4 {
    	color: #009d40;
    }


/****************************************************
 * ピックアップ
****************************************************/

.pickup-list h3 {
	border-bottom: 1px solid #FF9531;
}

.pick-up .pickup-list .pickup-title-sub {
	font-weight: bold;
	font-size: 0.875rem;
	color: #999;
}

.pick-up .pickup-list {
	background: #fffff9;
	box-shadow: 0 3px 0 #edebce;
	cursor: pointer;
	padding: 20px;
	text-align: center;
	margin: 0 0 20px;
  height: 93%;
}

.pick-up .pickup-list .pickup-img {
	margin: 10px 0 0;
}

.pick-up .pickup-list .pickup-txt {
	margin: 10px 0 0;
	font-size: .75rem;
}

.pick-up .pickup-list h3 {
	font-size: 1.1rem;
}

.company-data .title-pickup {
	text-align: center;
	font-weight: bold!important;
	background: #FF999A;
	color: #fff;
	font-size: .875rem;
}


/****************************************************
 * pr
****************************************************/

#pr {
	background: #FEFEE5;
	margin: 1rem 0 0;
	font-size: 0.875rem;
	padding: 1rem;
}

#pr h2 {
	background: #FFCC66;
	color: #fff;
	text-align: center;
	width: 80px;
	font-size: 0.875rem;
}


/****************************************************
 * 電話
****************************************************/

.tel-area {
	border: 1px solid #d5d5d5;
	margin: 1rem 0 0;
	clear: both;
	font-size: 0.75rem;
	padding: 1rem;
}

.tel-area h2 {
	margin: 0;
}

.inquiry-tel {
	color: #fb8f26;
	font-size: 24px !important;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 0 5px;
}
/****************************************************
 * 残り日数
****************************************************/

.last-box{
	float: left;
  color: #666;
	padding: 0.5rem 1rem;
	border-radius: 4px;
	border: 2px solid #FF9531;
}


/****************************************************
 * お仕事番号
****************************************************/

.work-num {
	margin: 0.5rem 0;
}

.work-num p {
	text-align: right;
	font-size: 12px;
	color: #999;
}


/****************************************************
 * 関連リンク
****************************************************/

.relation {
	margin: 10px 0 0;
}

.relation dt,
.relation li {
	font-size: 0.8rem;
}

.relation dt {
	float: left;
	width: 6.5em;
	font-weight: bold !important;
  margin-top: 0.2rem;
}

.relation li {
	display: inline-block;
	margin-right: .5em;
	padding-right: .5em;
	border-right: 1px solid #313131;
	line-height: 1;
	letter-spacing: normal;
}

/****************************************************
 * NEW
****************************************************/

.new {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: -6px;
	width: 300px;
	height: 30px;
	background: url(../img/common/new.png) no-repeat;
	opacity: 0.8;
	padding: 2px 0 0 20px;
}


/****************************************************
 * 募集終了
****************************************************/

.end-box {
	background: #FFF8E8;
	padding: 1rem 0;
	text-align: center;
	font-size: .875rem;
	border-top: 1px solid #ccc;
}

.end-day {
	color: #FF9531;
	font-weight: bold;
}


/*	table
--------------------------------------------------------*/

.table-radius {
	border: 1px solid #ccc;
	border-radius: 4px;
}

.table-radius table {
	margin-bottom: 0 !important;
}

.table-radius table th,
.table-radius table td {
	vertical-align: middle !important;
	border-color: #ccc !important;
	border: none;
}

.table-radius table th {
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: none !important;
	border-top: none !important;
}

.table-radius table td {
	border-bottom: 1px solid #ccc;
	border-right: none !important;
	border-left: none !important;
	border-top: none !important;
}

.table-radius table tr.first th {
	border-radius: 2px 0 0 0;
}

.table-radius table tr.last th {
	border-radius: 0 0 0 2px;
}

.table-radius table tr.last th,
.table-radius table tr.last td {
	border-bottom: none !important
}

/*	entry form style
--------------------------------------------------------*/

#entry-wrapper header,
#entry-wrapper footer {
	margin-bottom: 1rem;
	background: none !important;
  padding: 0;
}

#entry-wrapper header {
	border-bottom: 3px solid #093;
}

#entry-wrapper navbar {
	display: none;
}

#entry-wrapper footer {
	border-top: 3px solid #093;
}

#entry-wrapper .bg-success {
	background-color: #093 !important;
	border-color: #093 !important;
}


/* title */

.entry-title {
	background-color: #093;
	color: #fff;
	padding: 0.7rem;
	font-weight: bold;
	border-radius: 6px;
}

ul.step {
	list-style: none;
	margin: 0 0 0;
	padding:0 0 1rem;
	border-bottom: 3px solid #093;
	text-align: center;
}

ul.step li {
	padding: 0.8rem 1.5rem;
	background-color: #aaa;
	display: inline-block;
	color: #fff;
	position: relative;
	margin-right: 1rem;
  border-radius: 6px;
  width: 15rem;
}

ul.step li.active {
	background-color: #ca0909;
}

ul.step li.active:before {
	content: "";
	display: inline-block;
	border: 8px solid transparent;
	border-left-color: #ca0909;
	position: absolute;
	right: -16px;
	top: 50%;
	margin-top: -8px;
}

.form {
	border: 1px solid #ccc;
	border-radius: 10px;
}

.form table {
	margin-bottom: 0 !important;
}

.form table th,
.form table td {
	vertical-align: middle !important;
	border-color: #ccc !important;
	border: none;
}

.form table th {
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: none !important;
	border-top: none !important;
	width: 25%;
}

.form table td {
	border-bottom: 1px solid #ccc;
	border-right: none !important;
	border-left: none !important;
	border-top: none !important;
}

.form table tr.first th {
	border-radius: 9px 0 0 0;
}

.form table tr.last th {
	border-radius: 0 0 0 9px;
}

.form table tr.last th,
.form table tr.last td {
	border-bottom: none !important
}
#entry-wrapper 
.entry-sub{
  font-weight:bold;
  font-size: 1.8rem;
  margin: 1.2rem 0 0 0;
  color: #333;
}
#entry-wrapper .entry-logo{
  float: left;
}
.login-small{
  border: 4px solid #f3f3f3;
  margin-bottom: 2rem;
  padding: 1rem;
}

.login-small i{
  float: left;
  font-size: 2rem;
  margin: 0.6rem 1rem 0 0;
  color: #ca0909;
}
.login-small p{
  float: left;
}
.login-small a{
  float: right;
  margin: 0.3rem 1rem 0 0;
}
p.error {
	color: #b70000;
	display: block;
	font-weight: bold;
	padding-left: 23px;
	padding-top: 5px;
	text-align: left;
}
/* expo form error */
.help-block {
	color: #fff;
	display: block;
	background: #f99;
	padding: 0.3rem;
	margin-top: 0.3rem;
	border-radius: 3px;
}

/* custom bootsrap */
.form-group {
	margin-bottom: 0;
}

/*	02.1200px(max)
--------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	.top-prefs {
		font-size: 0.8rem;
	}
    .login-small {
        text-align: center;
    }
    .login-small i{
        margin: 0 0.6rem 0 0;
    }
    .login-small p{
        text-align: left;
    } 
    .login-small a{
        float: none;
        margin: 0 2rem 1rem 0 ;
    }
}

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

    .recommend-posts dl dt {
    	width: 100%;
    	flex-grow: 0;
    	flex-shrink: 0;
          height:10rem;
          overflow: hidden;
          margin-bottom: 1rem;
    }
    .recommend-posts dl dd {
    	margin-left: 0.3rem;
    }

}

/*	02.992px(max)
--------------------------------------------------------*/
@media screen and (max-width:992px) {
	.company-data {
		width: 100%;
		padding: 0;
	}
	.company-data table {
		font-size: 0.75rem;
		width: 100%;
		border-right: none;
		border-left: none;
	}
    .login-small p{
        float: none;
    }
    
    /* entry page */
	#entry-wrapper header {
		padding: 0.5rem 1rem 0;
		background: none !important;
		border-bottom: none;
    text-align: center;
	}
    	#entry-wrapper .navbar {
    		display: block;
    		margin-bottom: 1rem;
    		background-color: #093 !important;
    		color: #fff;
    		font-size: 1rem;
    		padding: 0;
    	}
    	#entry-wrapper .navbar .nav-head {
    		padding: 0.6rem 1rem;
    	}
    	#entry-wrapper .navbar a {
    		color: #fff;
    		font-size: 1rem;
    	}
    	.navbar-inverse .navbar-toggler {
    		border-color: #fff !important;
    	}
    	#entry-wrapper .navbar .navbar-toggler-icon {
    		width: 1.5rem;
    		height: 1.5rem;
    		color: #fff;
    	}
    	#entry-wrapper .navbar ul li {
    		border-top: 1px solid #fff !important;
    	}
    	#entry-wrapper .navbar ul li a {
    		padding: 0.5rem;
    	}
    	#entry-wrapper .form-group {
    		margin-bottom: 1rem;
    	}
    	#entry-wrapper footer {
    		margin-top: 2rem;
    		padding: 1rem 0;
    	}
    	#entry-wrapper .login-small a {
            float: none;
            margin: 0 0 1rem;
    	}
}
/*	02.768px(max) iPad >
--------------------------------------------------------*/
@media screen and (max-width:768px) {
    
    #latest-posts .row {
	    margin: 0 0 1rem;
    }
    
    /* recommend */
    .recommend-posts {
    	width: auto;
    	/*background-color: #efefef; */
    }
        .recommend-posts h2 {
        	margin: 0;
        	border-bottom: none;
        	background: #FF9999;
        	color: #fff;
        	text-align: center;
        	padding: 0.5rem;
        }
        .recommend-posts .border-box {
        	padding: 0.3rem;
        	margin: 1rem 0;
        	background-color: #fff;
        	border-color: #e70b0b;
        	border-width: 2px;
        }
        /*
        .recommend-posts dl {
            display: flex;
          display: -webkit-flex;
        }
        */
        .recommend-posts dl dt {
        	width: 100%;
        	flex-grow: 0;
        	flex-shrink: 0;
              height:auto;
              overflow: hidden;
              margin-bottom: 1rem;
        }
        .recommend-posts dl dd {
        	margin-left: 0.3rem;
        }
        .recommend-posts dl dd h3 {
        	font-size: 0.8rem;
        	margin-bottom: 0;
        	border-color: #e70b0b;
        }
        .recommend-posts dl dd .company-name {
        	padding-top: 0.1rem;
        	font-size: 0.75rem;
        }
    
    /* detail page */
	.box-inner {
		/* padding: 0 1rem 1rem; */
	}
	.list-box {
		margin: 2rem 0 0;
	}
    .list-title {
        /*background: none;*/
        border-bottom:none;
    }
    .list-title .list-title-inner{
        /*padding: 1rem 1rem 0 ;*/
    }    
    .detail-box {
        border:none;
        margin-bottom: 1rem;
    }
    .radius {
        border-radius: 0 !important;
    }
    .list-title, .list-title-inner, .detail-box-sub .list-title-inner {
        border-radius: 0 !important;
    }
    .company-right {
        margin-right: 0 !important;
    }
    .company-right br {
        display: none;
    }
    .cash-box-icon {
        margin: 0;
    
    }
    .cash-box .cash-box-bold {
        font-size: 1rem;
    }
    .detail-box-sub {
        margin: 1rem 1rem;
    }    
	.detail-box-sub .box-inner {
		padding: 0;
	}
	.detail-box-sub .table-radius {
		border: none;
		border-top: 1px solid #ccc;
		border-radius: 0;
	}
	.work-num p {
		text-align: center;
	}
	
    /* entry */
	ul.step {
		list-style: none;
		margin: 0;
		text-align: center;
	}
    	ul.step li {
        padding: 0.3rem;
        display: inline-block;
        color: #fff;
        position: relative;
        margin-right: 1rem;
        border-radius: 6px;
        width: 40%;
        font-size: 0.9rem;
    	}
    	ul.step li.active {
    		background-color: #ca0909;
    	}
    	ul.step li.active:before {
        content: "";
        display: inline-block;
        border: 8px solid transparent;
        border-left-color: #ca0909;
        position: absolute;
        right: -15px;
        top: 50%;
        margin-top: -8px;
    	}
    	.form {
    		border: none !important;
    	}
    	.form table {
    		border: none !important
    	}
    	.table-bordered {
    		border: none !important;
    	}
    	.form table tr {
    		display: block !important;
    		background: none !important;
    		padding: 0;
    		border: none !important;
    		margin-bottom: 1.5rem;
    	}
    	.form table th,
    	.form table td {
    		display: list-item !important;
    		list-style: none;
    		border: none !important;
    		padding: 0 !important;
    	}
    	.form table th {
    		font-weight: bold;
    		font-size: 1rem;
    		margin-bottom: 0.5rem;
    		padding: 0.5rem !important;
    		background-color: #efefef;
    		border-radius: 6px !important;
    		width: auto;
    	}
    	.form table td {
    		padding: 0.5rem;
    	}
    	.form-inline input {
    		margin-bottom: 0.5em;
    	}
    	input.form-inline {
    		display: inline-block !important;
    	}
    	.ui-datepicker {
    		font-size: 100% !important;
    	}
    	input[type="text"] {
    		font-size: 1em;
    	}
    	.card br {
    		display: none;
    	}
    	.list-title .list-title-inner .check-wrapper{
        padding: 0.4rem 0.2rem 0.4rem 0.4rem;
    	}
    	.check-wrapper {
        background:#FFFFE2;
    	}
      .list-title{
    		/*margin-top:1rem;*/
      }
      .list-title .list-title-inner a {
    		clear: both;
    }
}

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

    .box-inner .sp-text{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        min-height: 35px;
    }
	.list-box .btn-box-small a.btn-keep {
		position: absolute;
		top: -25px;
		right: -10px;
		width: 60px;
		height: 60px;
		display: block;
		border-radius: 30px;
		text-align: center;
		font-size: 0.5rem;
		background-color: #14981f;
		box-shadow: none;
		color: #fff;
		text-decoration: none;
	}
	.list-box .btn-box-small a.btn-keep i {
		padding-top: 0.2rem;
		display: block;
		font-size: 1.8rem;
	}
	.list-box .btn-box-small a.keeped {
		position: absolute;
		top: -25px;
		right: -10px;
		width: 60px;
		height: 60px;
		display: block;
		border-radius: 30px;
		text-align: center;
		font-size: 0.5rem;
		font-weight: bold;
		background-color: #e70b0b;
		box-shadow: none;
		color: #fff;
		text-decoration: none;
	}
	.list-box .btn-box-small a.keeped i {
		padding-top: 0.2rem;
		display: block;
		font-size: 1.8rem;
		color: #eeea38;
	}
	.list-title .list-title-inner .company {
		color: #333;
		border-top: 1px dotted #333;
		border-bottom: 1px dotted #333;
		padding: .5rem 0;
		text-align: center;
		font-size: .75rem;
	}
	.company-list-title-photo {
		float: left;
		margin: 0 1rem 0 0;
	}
	.company-list-title-photo img {
		width: 80px;
		border-radius: 4px;
	}
	.list-box .list-title .list-title-inner h3 {
		font-size: 1rem;
		margin: 0 33px 0 96px;
	}
	.cash-box-txt {
		font-size: .75rem;
	}
	.detail-box-sub .company-box .company-box-photo {
		text-align: center;
	}
	.cash-box-icon img {
		width: 40px;
		margin: 0 3px 0 0;
	}
	.company-left {
		float: none!important;
		width: 100%;
        margin-bottom: 1rem;
	}
    .company-left h3{
        font-size: 0.875rem;
	}
    .company-left .company-image-photo-search{
        width: 40%;
        float: left;
        text-align: center;
    }
    .company-left .cash-box-search{
        width: 54% !important;
        float: left !important;
        margin: .5rem !important;
    }
	.company-right {
		padding: 1rem 0 0 0 !important;
	}
	.company-right p {
		font-size: 0.875rem;
		margin: 0 0 1rem;
	}
	.company-list-title-photo {
		float: none;
		width: 100%;
		margin: 1rem 0 0.3rem;
	}
	.company-list-title-photo img {
		width: 100%;
	}
	.list-box .list-title .list-title-inner h3 {
		margin: 0 0 0;
	}
	.list-title .list-title-inner .company {
		border-bottom: none;
		text-align: left;
		font-size: .75rem;
		margin-top: 0.3rem;
	}
	.list-box .company-list-conditions li {
		width: 100%;
	}
	.company-right {
		padding: 0 !important;
    font-size: 0.875rem;
	}
    .sm-btn-area .btn-entry,.sm-btn-area .btn-detail,.sm-btn-area .btn-keep,
        .sm-btn-area .btn-entry,.sm-btn-area .btn-detail,.sm-btn-area .keeped {
        padding: 1rem 0;
        border-radius: 4px !important;
    }
    .btn-fix .fixB {
        border-radius: 0 !important;
    }
    table.acordion th span a {
        cursor: pointer;
        font-size: 2rem;
        position: relative;
        top:-13px;
        color: #000;
    }
    table.acordion th span a i {
        font-weight: bold;
    }
    table.acordion td.hide {
        display: none !important;
    }
    table.acordion h2 {
        border-bottom: 2px solid #093;
        margin-bottom: 0.5rem;
        padding-left: 0.5rem;
    }    
}

@media screen and (max-width: 510px) {
  	#entry-wrapper .entry-sub {
        font-size: 1.2rem;
        margin: 1.1rem 0 0 0;
        float: left;
	}
    #entry-wrapper .entry-logo {
        width: 190px;
    }
    
    .birthday select.form-control {
        display: inline;
        width: 80%;
    }
}

.history-total {
    background-color: #ff6666;
    color: #FFF;
    font-size: 1.1rem;
    padding: 1rem;
    text-align: center;
}
.history-total span {
    font-size: 2.4rem;
    font-weight: bold;
}