@charset "utf-8";

/*-------------------------------------------------------------------
    * point_list.css
    * site name : チャンスイット
    * description : ポイント一覧ページ指定
    * import : web/point/***.jsp
-------------------------------------------------------------------*/
/*

/* select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*Firefox用*/
  text-indent: .01px;
  text-overflow: “”;
}
select::-ms-expand {/*IE対応*/
  display: none;
}

/*
=====================================================================
* サービス一覧ページ共通
=====================================================================
*/

/* 見出し */
.service .service-list h2 span {
  display: inline-block;
  margin-left: 15px;
  font-weight: normal;
  font-size: 15px;
}

/*アイコン*/
.icon span {
    display: inline-block;
    *display: inline;  
    *zoom: 1;
    margin:4px 1px 4px 0;
    padding: 2px 8px 2px 20px;
    border-radius: 2px;
    border:none;
    font-size: 11px;
    color: #ffffff;
}
.icon span.pt_up { background: url(../../../img/10/items/icon_ptup.png) no-repeat 4px center , #ff4949;}
.icon span.over_half { background: url(../../../img/10/items/icon_half.png) no-repeat 4px center, #ff9e4a;}
.icon span.finish { background: url(../../../img/10/items/icon_finish.png)no-repeat 4px center, #65c981;}
.icon span.soku { background: url(../../../img/10/items/icon_soku.png)no-repeat 4px center, #5ca9ff;}
.icon span.repeat { background: url(../../../img/10/items/icon_repeat.png)no-repeat 4px center, #fc738d;}
.service .service-list .list li .status .point {
    margin:0;
    height: 45px;
}

/*
=====================================================================
* 真ん中メニュー
=====================================================================
*/

/* スタッフおすすめ新着サービス */
.service .service-list {
  padding-bottom: 20px;
}
.service .service-list .search {
  height: 50px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f0f0f0;
}
.service .service-list .search .search-list  li {
  height: 40px;
  box-sizing: border-box;
  display: table-cell;
  padding-top: 1px;
  vertical-align: middle;
}
.service .service-list .search .search-list li input[type="text"] {
  width: 382px;
  height: 38px;
  box-sizing: border-box;
  padding: 6px 10px 6px;
  border: #c8c8c8 1px solid;
  -woebkit-border-radius: 2px 0 0 2px / 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px / 2px 0 0 2px;
  border-radius: 2px 0 0 2px / 2px 0 0 2px;
  letter-spacing: 1px;
}
.service .service-list .search .search-list li input[type="submit"] {
	width: 130px;
  height: 38px;
  box-sizing: border-box;
	padding: 8px 10px 6px;
  border: none;
  -woebkit-border-radius: 0 2px 2px 0 / 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0 / 0 2px 2px 0;
  border-radius: 0 2px 2px 0 / 0 2px 2px 0;
  background: #3dba8f;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.service .service-list .search .search-list li input[type="submit"]:hover { background: #059262;}
.service .service-list .search .search-list li .btn-category {
  width: 235px;
  height: 38px;
  position: relative;
  box-sizing: border-box;
  padding: 9px 10px 6px;
  border: #c8c8c8 1px solid;
  background: #fff;
  -woebkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
}
.service .service-list .search .search-list li .btn-category:hover { color: #a9a9a9;}

.service .service-list .search .search-list li .btn-display,
.service .service-list .search .search-list li .btn-count {
  width: 150px;
  height: 38px;
  box-sizing: border-box;
  border: #c8c8c8 1px solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff url(../../../img/10/point/ico_arrow.gif) no-repeat right 5px center;
  padding: 3px 20px 3px 10px;
  letter-spacing: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 13px;
  color: #4d4d4d;
}
.service .service-list .search .search-list li .btn-display,
.service .service-list .search .search-list li .btn-count {
  background: #fff\9;
  padding: 3px 3px 3px 2px\9;
}/* ie9対応 */
.service .service-list .search .search-list li:nth-child(2) .btn-display,
.service .service-list .search .search-list li:nth-child(3) .btn-count {
  margin-left: 5px
}

.service .service-list .search .search-list li .btn-category::before,
.service .service-list .search .search-list li .btn-category::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 3px;
  background: #a1a0a0;
  border-radius: 4px;
}
.service .service-list .search .search-list li .btn-category::before {
  margin-top: 0;
  margin-right: -4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.service .service-list .search .search-list li .btn-category::after {
  margin-top: 0;
  margin-left: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.service .service-list .list {
  clear: both;
}
.service .service-list .list li {
  position: relative;
  border: #ccc 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.service .service-list .list li:last-child {
  margin-bottom: 15px;
}
.service .service-list .list li a {
    display: block;
    box-sizing: border-box;
    padding: 0;
    text-decoration: none;
    color: #4d4d4d;
}
.service .service-list .list li a:hover { background: #fff8d6;}
.service .service-list .list li a:hover .thum {
    background: #fffdf4;
}
.service .service-list .list li .thum,
.service .service-list .list li .status {
    display: table-cell;
    vertical-align: top;
}
.service .service-list .list li .thum {
    width: 140px;
    box-sizing: border-box;
    vertical-align: middle;
    background: #f0f0f0;
    text-align: center;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}
.service .service-list .list li .thum img {
    width: 120px;
}
.service .service-list .list li .status {
    width: 610px;
    box-sizing: border-box;
    padding-left: 15px;
}
.service .service-list .list li .status .condition {
    width: 380px;
    float: left;
    color: #929292;
    font-size: 13px;
}
.service .service-list .list li .status .condition span {
    width: 380px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
}
.service .service-list .list li .status .point {
    height: 50px;
    margin: 5px 0 6px;
    background-position: 0 21px;
    font-weight: normal;
    font-size: 19px;
}
.service .service-list .list li .status .point .ci-point {
    font-weight: bold;
    font-size: 31px;
}
.service .service-list .list li .status .point del {
    margin-right: 5px;
    font-size: 19px;
}
.service .service-list .list li .status .point ins {
    margin-left: 5px;
    font-weight: bold;
    font-size: 33px;
}
.service .service-list .list li .status .name {
    width: 590px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 19px;
}
.service .service-list .list li .status .btn-detail {
    width: 160px;
    height: 36px;
    float: right;
    border-radius: 2px;
    background: #b2b2b2;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.service .service-list .list li .status .btn-detail:hover {
    background: #ff4b4e;
}
.service .service-list .list li .status .btn-detail span {
    display: block;
    padding: 6px 0 0 22px;
    background: url(../../../img/10/point/ico_detail.png) no-repeat 19px 8px;
}

.service .service-list .list li a .box { padding:10px;}
.service .service-list .list li a p.text {
    border-top:1px dotted #cccccc;
    padding:9px 20px 9px 10px;
    font-size:13px;
    width: 738px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service .service-list .list li .new1 {
  top: -5px;
  left: 28px;
}

/* あなたが最近チェックした履歴 */
.service .history {
	clear: both;
	padding-bottom: 30px;
}
.service .history ul {
  height: 150px;
  padding: 0 5px;
}
.service .history li {
	width: 190px;
  height: 150px;
	box-sizing: border-box;
  position: relative;
	float: left;
  padding: 0 1px;
  border-right: #ccc 1px solid;
	text-align: center;
}
.service .history li .name {
  width: 168px;
	margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	text-decoration: none;
	font-weight: bold;
  font-size: 16px;
}
.service .history li img {
  margin-bottom: 15px;
}
.service .history li .point {
  display: inline-block;
  padding: 0;
  background: none;
  font-size: 16px;
}
.service .history li .point .ci-point {
  display: inline-block;
  padding-left: 17px;
  background: url(../../../img/10/icon/ico-pt.gif) no-repeat 0 center;
  font-weight: bold;
  font-size: 21px;
}
.service .history li .point del {
  padding-left: 17px;
  background: url(../../../img/10/icon/ico-pt.gif) no-repeat 0 center;
}
.service .history li .point ins {
  margin-left: 5px;
  font-weight: bold;
  font-size: 21px;
}
.service .history li .condition {
  width: 170px;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	letter-spacing: 0;
	font-size: 14px;
	color: #929292;
}
.service .history li:nth-child(4) {
	border-right: none;
}
.service .history li a {
  width: 188px;
  height: 150px;
  box-sizing: border-box;
	display: block;
	padding: 20px 10px 15px;
	background-color: #fff;
	text-decoration: none;
  color: #4d4d4d;
}
.service .history li a:hover {
	background-color: #fff8d6;
}

/* ページ件数　ページャー */
.service .page_list {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 5px;
}
.service .page_list.bottom { margin-bottom: 50px;}
.service .page {
  float: left;
  padding-top: 5px;
  font-size: 15px;
}
.service .page span {
  margin-right: 5px;
  font-weight: bold;
  color: #ff5555;
}
.service ul.pager {
	width: 428px;
	text-align: right;
}
.service .pager li { display: inline-block;}
.service .pager li:nth-child(n+1) { margin-right: 5px;}
.service .pager li:nth-last-of-type(2) { margin-right: 0;}
.service .pager li.prev{	margin-right: 10px;}
.service .pager li:last-child {
  margin-left: 5px;
	margin-right: 0;
}
.service .pager li a {
	display: block;
	padding: 2px 7px;
	border: #e0e0e0 1px solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	color: #04c;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
.service .pager li a:hover {
    background: #f8f8f8;
    color: #6cf;
}
.service  .pager li.select {
  padding: 2px 7px;
  border: #f3e8c0 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff8de;
  font-weight: bold;
  color: #5a3e19;
}
.service .pager {
  float: right;
  border: none;
}
.service .pager li a,
.service .pager li.select {
	box-sizing: border-box;
	padding: 2px 10px;
	font-size: 17px;
}
.service .pager li.next a,
.service .pager li.prev a {
  position: relative;
  border: none;
  font-size: 14px;
}
.service .pager li.next a:hover,
.service .pager li.prev a:hover {
  background: #fff;
  color: #6cf;
}
.service .pager li.prev { margin-right: 0;}
.service .pager li.next { margin-left: 0;}

.service .pager li.prev a::before,
.service .pager li.prev a::after,
.service .pager li.next a::before,
.service .pager li.next a::after {
	position: absolute;
	top: 11px;
	display: block;
	content: '';
	width: 8px;
	height: 3px;
	background: #04c;
	border-radius: 4px;
}
.service .pager li.next a::before,
.service .pager li.next a::after {
	right: 0;
}
.service .pager li.next a::before {
	margin-top: -2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.service .pager li.next a::after {
	margin-top: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.service .pager li.prev a::before,
.service .pager li.prev a::after {
	left: 0;
}
.service .pager li.prev a::before {
	margin-top: -2px;
	-webkit-transform: rotate(128deg);
	transform: rotate(128deg);
}
.service .pager li.prev a::after {
	margin-top: 2px;
	-webkit-transform: rotate(-128deg);
	transform: rotate(-128deg);
}

/* 注目の情報 */
.attention_service ul.list1 li {
  position: relative;
  border: #ccc 1px solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.attention_service ul.list1 li a {
  height: 120px;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  text-decoration: none;
  color: #4d4d4d;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}
.attention_service ul.list1 li a:hover { background: #fff8d6;}
.attention_service ul.list1 li a:hover .thum {background: #fffdf4;}
.attention_service ul.list1 li .thum,
.attention_service ul.list1 li .status {
    display: table-cell;
    vertical-align: top;
}
.attention_service ul.list1 li .thum {
    width: 140px;
    height: 100px;
    box-sizing: border-box;
    padding-top: 20px; 
    background: #f0f0f0;
    text-align: center;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    -ms-transition: .2s linear;
}
.attention_service ul.list1 li .status {
    width: 610px;
    box-sizing: border-box;
    padding-left: 15px;
}
.attention_service ul.list1 li .status .condition {
    float: left;
    padding-top: 20px;
    color: #929292;
}
.attention_service ul.list1 li .status .condition span {
    width: 250px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6em;
}
.attention_service ul.list1 li .status .point {
    float: right;
    font-weight: bold;
    font-size: 19px;
    color: #545454;
    margin-top: 13px;
    background-position: 0 20px;
}
.attention_service h2 {
    border:none;
    margin-bottom: 0;
    padding: 2px 0 8px 5px;
}
.attention_service ul.list1 li a { height:auto;}
.attention_service ul.list1 li .status .name_box .name {
    width: 575px;
    font-weight: bold;
    font-size:16px;
}
.attention_service ul.list1 li .status .comment {
    color:#555555;
    padding:5px 10px 0 0;
}
.attention_service ul.list1 li .status .point {
    float:none;
    font-size:14px;
    background-position: 0 3px;
    margin-top: 5px;
}
.attention_service ul.list1 li .status .point ins,
.attention_service ul.list1 li .status .point .ci-point { font-size:14px;}

/*
=====================================================================
* 検索結果 0件表示
=====================================================================
*/

.service .results .txt {
  padding: 62px 0 61px;
  background: #f0f0f0;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-size: 18px;
}
.service .results .history {
	margin-top: 20px;
}

