@charset "euc-jp";

/* daily_click

毎日クリックページのみで使用するスタイル

------------------------------------------------ */

/* main_column 中央カラム
------------------------------------------------ */

.daily_click { overflow: hidden; margin-bottom: 10px;}
.daily_click h2 {
	margin-bottom: 10px;
    padding-left: 42px;
    background: url(../../img/15/icon/ico_daily_click1.gif) no-repeat 10px center;
	background-color: #5a9fdf;
    font-size: 17px;
}
.daily_click h2 span {
	display: inline-block;
	margin-left: 75px;
	letter-spacing: 0;
	font-size: 14px;
}

/* リスト 共通 */
.daily_list1 li,
.daily_list2 li {
	width: 448px;
	display: table;
	margin-bottom: 10px;
	border: #e0e0e0 1px solid;
    font-size: 12px;
}
.daily_click .detail1, 
.daily_click .btn_details {
	display: table-cell;
}
.daily_list1 li a,
.daily_list2 li a {
	display: block;
    text-decoration: none;
	color: #57595a;
	transition: .2s linear;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	-ms-transition: .2s linear;
}/* ロールオーバー */
.daily_list1 li a:hover, .daily_list2 li a:hover { background: #fef5d1;}
.daily_list1 li .point, .daily_list2 li .point { font-size: 21px;}

/* ステータスアイコン 獲得予定etc */
.daily_list1 li .yoteipt,
.daily_list1 li .sokupt,
.daily_list1 li .clickpt,
.daily_list1 li .viewpt {
	margin: 0 5px 10px 0;
}
.daily_click li .comment {
	line-height: 1.5em;
	white-space: normal;
	font-size: 12px;
}

/* 案件詳細を見る ボタン */
.daily_click .btn_details a {
	border: #b7b7b7 1px solid;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #A4A4A4;
    background: -moz-linear-gradient(top, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d7), color-stop(50%,#d4d5d7), color-stop(50%,#c4c5c6), color-stop(100%,#c4c5c6));
    background: -webkit-linear-gradient(top, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
    background: linear-gradient(to bottom, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
	text-shadow: 1px 1px 0 #e8ebed;
	-webkit-text-shadow:  1px 1px 0 #e8ebed;
	-moz-text-shadow:  1px 1px 0 #e8ebed;
	font-weight: bold;
	font-size: 14px;
	color: #243747;
}
.daily_click .btn_details a:hover {
	background: -moz-linear-gradient(top, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d4d5d7), color-stop(50%,#d4d5d7), color-stop(50%,#c4c5c6), color-stop(100%,#c4c5c6));
    background: -webkit-linear-gradient(top, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
    background: linear-gradient(to bottom, #d4d5d7 0%, #d4d5d7 50%, #c4c5c6 50%, #c4c5c6 100%);
	color: #2882d6;
}

.daily_list1 .btn_details,
.daily_list2 .btn_details {
	width: 109px;
	padding: 10px;
	border-left: #e0e0e0 1px solid;
	background: #f6f6f6;
	vertical-align: middle;
}

/* リスト1 バナー表示 */
.daily_list1 li {
    height: 110px;
}
.daily_list1 .detail1 { vertical-align: top;}
.daily_list1 li a {
	height: 90px;
	padding: 10px;
}
.daily_list1 .detail2 {
	width: 130px;
	border-right: #b3b5e5 1px dotted;
}
.daily_list1 li .point,
.daily_list1 li .comment {
	margin-left: 10px;
}
.daily_list1 .btn_details a {
	width: 100px;
	height: 23px;
	padding: 22px 10px 15px;
	letter-spacing: 0;
}

/* リスト2 テキストのみ */
.daily_list2 li {
	height: 70px;
}
.daily_list2 .detail1 p {
	display: table-cell;
	vertical-align: top;
}
.daily_click .daily_list2 .comment {
	padding-top: 2px;
	line-height: 1.4em;
	font-size: 11px;
}

.daily_list2 .icon {
	width: 130px;
}
.daily_list2 .point {
	margin-left: ;
	padding-left: 29px;
	border-left: #b3b5e5 1px dotted;
	background-position: 10px top;
}
.daily_list2 li a {
	height: 50px;
	padding: 10px;
}
.daily_list2 .btn_details a {
	width: 100px;
	height: 10px;
	padding: 17px 10px 21px;
	letter-spacing: 0;
}

/* SSP */
.daily_click iframe{
	margin-bottom: 5px;
	padding-left: 10px;
}

/* 案件なし */
.daily_click .none {
	margin-bottom: 10px;
	text-align: center;
}


/* right_column 右カラム
------------------------------------------------ */

/*簡単アンケートで貯める*/
.survey_easy h2 {
    padding-left: 30px;
    background: url(../../img/15/icon/ico_survey_easy1.gif) no-repeat 4px center;
	background-color: #5a9fdf;
}
.survey_easy_area {
    margin:0 0 10px 0;
    border-bottom:#e0e0e0 1px solid;
    border-left:#e0e0e0 1px solid;
    border-right:#e0e0e0 1px solid; 
}
.survey_easy_area a {
    display:block;
    padding:13px;
}
.survey_easy_area a:hover { 	
    opacity:0.7;
}
.survey_easy_area img {
   vertical-align:bottom
}




















