<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*program*/
.program{
	width:700px;
	height:200px;
	margin:30px 0 0 0;
	background: url(../images/index/bg_program.png) no-repeat 0 0;
}
.program .img_program{
	padding:45px 0 0 0;
	text-align: center;
}
.program .more{
	padding:5px 10px 0 0;
	text-align: right;
}
.program .more:before{
	content: url(../images/common/more_icon.png);
	margin: 0 5px 0 0;
	position: relative;
	top: 1px;
}
.program .more a{
	color:#333333;
}
.program .more a:hover {
	text-decoration:underline;
}

/*new_prom*/
.new_prom .new_prom_inner{
	width:610px;
	margin:10px 0 0 0;
	background-color:#ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.new_prom .new_prom_inner .new_prom_box{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #666666;
}
.new_prom .new_prom_inner .new_prom_box:last-child{
	border-bottom:none;
}
.new_prom .new_prom_inner p{
	float:left;
	margin:0 5px 0 0;
}

.new_prom .new_prom_inner dt{
	float:left;
	width:100px;
	margin:0 10px 0 0;
	padding:1px 3px;
	font-size:11px;
	color:#ffffff;
	background-color:#feb61b;
	text-align: center;
	line-height:1.5em;
}
.new_prom .new_prom_inner dd{
	display:inline-block;
	margin:0;
	padding:0;
	line-height:1.5em;
}

.new_prom .new_prom_inner dd a{
	color:#333333;
	text-decoration: underline;
}
.new_prom .new_prom_inner dd a:hover{
	color:#ed3902;
	text-decoration: underline;
}

#priv_page{

}

#priv_page #priv_top{
	background-color: #f0f5d4;
	padding: 10px 0px 10px;
}

#priv_top .priv_rank{
	background-color: #fff;
	width: 940px;
	margin: 10px auto 0px;
	border-radius: 10px;
	height: 383px;
	position: relative;
}

#priv_top .priv_rank .priv_text01{
	text-align: center;
	width: 100%;
	position: absolute;
	top: 35px;
	font-size: 18px;
	font-weight: bold;
}

#priv_top .priv_rank .priv_text01 span{
	background-color: #f2a300;
	display: inline-block;
	padding: 5px 10px;
	margin: 0px 5px;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
}

#priv_top .priv_rank .priv_text02{
	text-align: center;
	position: absolute;
	top: 170px;
	left: 520px;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

#priv_top .priv_rank .priv_text02 span{
	font-weight: bold;
	color: #f2a300;
}

#priv_top .priv01{
	background-image: url("../images/member/memberpriv/bg_priv01.png");
	background-repeat: no-repeat;
}

#priv_top .priv02{
	background-image: url("../images/member/memberpriv/bg_priv02.png");
	background-repeat: no-repeat;
}

#priv_top .priv03{
	background-image: url("../images/member/memberpriv/bg_priv03.png");
	background-repeat: no-repeat;
}

#priv_top .priv04{
	background-image: url("../images/member/memberpriv/bg_priv04.png");
	background-repeat: no-repeat;
}

#priv_top .priv05{
	background-image: url("../images/member/memberpriv/bg_priv05.png");
	background-repeat: no-repeat;
}

#priv_top .priv06{
	background-image: url("../images/member/memberpriv/bg_priv06.png");
	background-repeat: no-repeat;
}

#priv_top .priv07{
	background-image: url("../images/member/memberpriv/bg_priv07.png");
	background-repeat: no-repeat;
}

#priv_page #priv_bottom{
	margin-top: 10px;
}

#priv_bottom .priv_list{
	padding-bottom: 10px;
}

#priv_bottom .priv_list li{
	width: 125px;
	float: left;
	margin-right: 10px;
}

#priv_bottom .priv_list li:last-child{
	margin-right: 0px;
}

#priv_bottom .priv_list li.priv_active{
	width: 150px;
}

#priv_bottom .priv_list li .priv_img{
	text-align: center;
	display: block;
}

#priv_bottom .priv_list li a{
	background-color: #f0f5d4;
	display: block;
	color: #7fa21b;
	height: 90px;
	transition: 1.0s ;
}

#priv_bottom .priv_list li a:hover{
	text-decoration: none;
	background-color: #90b821;
	color: #fff;
}

#priv_bottom .priv_list .priv_active a{
	background-color: #90b821;
	display: block;
	color: #fff;
	height: 100px;
	position: relative;
}

#priv_bottom .priv_list .priv_active a:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #90b821 transparent transparent transparent;
}

#priv_bottom .priv_active .priv_span01{
	display: block;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	background-image: url("../images/member/memberpriv/bg_priv_span_a.png");
	background-position: top 10px left 30px;
	background-repeat: no-repeat;
	background-size: 12px;
	padding: 10px 0px;
}

#priv_bottom li .priv_span01{
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-image: url("../images/member/memberpriv/bg_priv_span.png");
	background-size: 10px;
	background-position: top 12px left 25px;
	background-repeat: no-repeat;
	padding: 10px 0px 5px;
}

#priv_bottom li .priv_span02{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 50px;
	font-weight: bold;
}

#priv_content{
	padding: 20px;
	background-color: #f0f5d4;
}

#priv_content &gt; div{
	display: none;
}

#priv_content &gt; div.priv_active{
	display: block;
}

#priv_content .priv_inner{
	background-color: #fff;
	border-radius: 5px;
	padding: 50px;
	font-size: 13px;
}

#priv_content .priv_inner h3{
	background-image: url("../images/member/memberpriv/bg_priv_h3.png");
	background-repeat: no-repeat;
	background-size: 24px;
	padding-left: 35px;
	font-size: 24px;
	color: #90b821;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #90b821;
}

.priv_inner .bg_orange{
	text-align: center;
	padding: 20px;
}

.priv_inner .bg_orange span{
	color: #ea5504;
	background-color: #FBEEC8;
	padding: 10px 30px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}

#priv_content .priv_inner_list{

}

#priv_content .priv_inner_list li{
	padding-left: 40px;
	list-style-type:none;
	background-image: url(../images/member/memberpriv/bg_priv_inner_list.png);
	background-size: 30px;
	line-height: 40px;
	background-repeat: no-repeat;
	font-size: 16px;
}

#priv_content .priv_inner_btn{
	text-align: center;
	height: 70px;
	padding-top: 20px;
}

#priv_content .priv_inner_btn a{
	display: block;
	width: 250px;
	margin: 0px auto;
	background-color: #ea5504;
	color: #fff;
	padding: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 0 5px #b7384c;
}

#priv_content .priv_inner_btn a:hover{
	margin: 5px auto 0px;
	box-shadow: none;
	text-decoration: none;
	background-color:#e7673f;
}

/*member_ad_search*/

#member_as_page{
	padding: 20px;
	background-color: #eee;
}

#member_as_page .page_title{
	background-color: #90B821;
	color: #fff;
	padding: 15px 20px;
	font-size: 18px;
	width: 880px;
	margin: 0px auto;
}

#member_as_page .page_title a{
	color: #fff;
	text-decoration: underline;
}

#member_as_page .page_title span{
	padding-left: 50px;
	background-image: url(../images/member/memberas/bg_page_title.png);
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center left 15px;
}

#member_as_page .search_check_box{
	background-color: #fff;
	border-radius: 10px;
	width: 920px;
	margin: 20px auto 0px;
	padding-bottom: 20px;
}

.search_check_box table{
	padding: 20px;
	border-collapse: separate;
	margin-top: 20px;
}

.search_check_box table th{
	width: 200px;
	font-size: 14px;
	background-color: #F0F5D4;
	color: #333;
	border-bottom: 1px #fff solid;
}

.search_check_box table th span{
	font-weight: bold;
}

.search_check_box table td{
	padding: 20px;
	border-bottom: 1px #eee dashed;
	font-size: 14px;
}

.search_check_box input[type="text"] {
	padding:10px;
	font-size:1.3em;
	font-family: Arial, sans-serif;
	color:#aaa;
	border: solid 1px #ccc;
	width:300px;
	border-radius: 5px;
}

.search_check_box table label{
	padding: 0px 15px 0px 0px;
}

.search_check_box input[type="checkbox"]{
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
	margin-right: 5px;
}

.search_check_box .search_check_category li{
	float: left;
	width: 33%;
}

.search_check_box .search_check_detail li{
	float: left;
	width: 33%;
}

.search_check_box .search_check_adsize li{
	float: left;
	width: 25%;
}

.search_check_box table td dt{
	margin: 10px 0px 5px;
	font-weight: bold;
}

.search_check_box .search_button{
	text-align: center;
	margin: 0px;
}

.search_check_box .search_button input{
	padding: 15px;
	width: 250px;
	font-size: 18px;
	background-color: #90B821;
	color: #fff;
	font-weight: bold;
	box-shadow: 0px 4px #8C9729;
	border-radius: 5px;
	margin-bottom: 15px;
}

.search_check_box .search_button input:hover{
	background-color: #B1C42E;
	box-shadow: 0px 0px #8C9729;
	margin-top: 5px;
	margin-bottom: 10px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#member_as_page .search_results_box{
	border-radius: 10px;
	width: 920px;
	margin: 20px auto 0px;
	padding-bottom: 20px;
}

.search_assist{
	margin-bottom: 20px;
}

.search_assist ul{
	float: left;
}

.search_assist ul li{
	float: left;
}

.search_assist #ad_all_check a{
	background-color: #003AAF;
	color: #fff;
	padding: 10px 20px 10px 40px;
	font-size: 16px;
	border-radius: 5px;
	box-shadow: 0px 2px #012367;
	display: block;
	background-image: url(../images/member/memberas/bg_all_check.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center left 10px;
}

.search_assist #ad_all_clear a{
	background-color: #393939;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 5px;
	box-shadow: 0px 2px #000;
	margin-left: 10px;
	display: block;
}

.search_assist #ad_all_check a:hover,
.search_assist #ad_all_clear a:hover{
	text-decoration: none;
	box-shadow: 0px 0px #000;
	margin-top: 2px;
	margin-bottom: -2px;
}

.search_assist #display_mean{
	float: right;
	background-color: #003AAF;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 5px;
	box-shadow: 0px 2px #00287A;
	margin-left: 10px;
}

.search_results_list{
	background-color: #fff;
	position: relative;
	margin-top: 20px;
}

.search_results_list .search_results_head{
	background-color: #d9e2f3;
	height: 60px;
}

.search_results_head .results_head_left{
	width: 50px;
	float: left;
	text-align: center;
	height: 60px;
	position: relative;
}

.search_results_head .results_head_left .icon_new{
	color: #fff;
	background-color: #c90d0d;
	font-weight: bold;
	padding: 0px 10px;;
	font-style: normal;
	position: absolute;
	top: -10px;
	left: 45px;
}

.search_results_head .results_head_left .icon_new:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 8px solid #c90d0d;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.search_results_head .results_head_left .icon_new{
	-webkit-animation-name:icon_new;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;

	-moz-animation-name:icon_new;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}

@-webkit-keyframes icon_new{
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -5px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes icon_new{
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -5px);}
	100% {-moz-transform:translate(0, 0);}
}

.search_results_head .results_head_left .user_check{
	position: absolute;
	top: 22px;
	left: 15px;
}

.search_results_head .results_head_left input[type="checkbox"]{
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}

.search_results_head .results_head_center{
	float: left;
	line-height: 60px;
	font-size: 20px;
	padding-left: 20px;
	color: #003AAF;
	font-weight: bold;
  width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search_results_head .results_head_center span{
	font-weight: bold;
}

.search_results_head .results_head_right{
	width: 190px;
	float: right;
	line-height: 60px;
}

.results_head_right .ad_url{
	font-size: 14px;
	font-weight: bold;
}

.results_head_right .ad_url a{
	padding: 5px 10px 5px 20px;
	background-color: #fff;
	background-image: url(../images/member/memberas/bg_ad_url.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center left 5px;
}

.results_head_right .ad_state_non{
	padding: 5px 10px;
	background-color: #393939;
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
}

.results_head_right .ad_state_app{
	padding: 5px 10px;
	background-color: #90B821;
	color: #fff;
	font-size: 14px;
}

.results_head_right .ad_state_alr{
	padding: 5px 10px;
	background-color: #C90D0D;
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
}

.search_results_list .search_results_main{
	padding: 10px 15px 0px 15px;
}

.search_results_main dl dt{
	float: left;
	box-sizing: border-box;
	background-color: #D9E2F3;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

.search_results_main dl dd{
	float: left;
	box-sizing: border-box;
	margin-bottom: 5px;
	line-height: 30px;
	padding-left: 10px;
}

.results_main_left{
	float: left;
	width: 445px;
}

.results_main_left dt{
	float: left;
	width: 150px;
	text-align: center;
}

.results_main_left dd{
	float: left;
	width: 295px;
}

.results_main_right{
	float: left;
	width: 445px;
}

.results_main_right dt{
	float: left;
	width: 150px;
	text-align: center;
}

.results_main_right dd{
	float: left;
	width: 295px;
}

.search_results_main .icon_pc{
	background-color: #393939;
	background-image: url(../images/member/memberas/bg_icon_pc.png);
	background-size: 20px;
	background-position: center left 5px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0px 10px 0px 35px;
	color: #fff;
	margin-right: 5px;
	border-radius: 5px;
}

.search_results_main .icon_ios{
	background-color: #003AAF;
	background-image: url(../images/member/memberas/bg_icon_ios.png);
	background-size: 20px;
	background-position: center left 5px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0px 10px 0px 25px;
	color: #fff;
	margin-right: 5px;
	border-radius: 5px;
}

.search_results_main .icon_and{
	background-color: #90B821;
	background-image: url(../images/member/memberas/bg_icon_ios.png);
	background-size: 20px;
	background-position: center left 5px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0px 10px 0px 25px;
	color: #fff;
	margin-right: 5px;
	border-radius: 5px;
}

.search_results_bottom{
	padding: 10px 15px 10px;
}

.search_results_bottom .results_icon{

}

.search_results_bottom .results_icon li{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	background-color: #eee;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.results_icon li img{
	width: 100%;
}

.search_results_list .alliance_button{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 250px;
	border-radius: 10px;
	box-shadow: 0px 4px #BA7A06;
	background-color: #F2A300;
	background-image: url(../images/member/memberas/bg_alliance_button.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center left 40px;
}

.search_results_list .alliance_button:hover{
	position: absolute;
	bottom: 10px;
	right: 15px;
	background-color: #ffbe37;
	box-shadow: none;
}

.search_results_list .alliance_button a{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	padding: 20px 0px 20px 30px;
}

.search_results_list .alliance_button a:hover{
	text-decoration: none;
}

.search_results_box .all_alliance_button{
	width: 500px;
	border-radius: 10px;
	box-shadow: 0px 4px #9f0101;
	background-color: #C90D0D;
	background-image: url(../images/member/memberas/bg_alliance_button.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center left 40px;
	margin: 50px auto 0px;
}

.search_results_box .all_alliance_button:hover{
	margin-top: 55px;
	background-color: #d42323;
	box-shadow: none;
	margin-bottom: -5px;
}

.search_results_box .all_alliance_button a{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px 0px 20px 30px;
}

.search_results_box .all_alliance_button a:hover{
	text-decoration: none;
}

#modal-content {
	width: 960px;
	height: 70%;
	overflow-y: scroll;
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #aaa ;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}

#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

#modal-close{
	background-color: #90B821;
	padding: 10px 10px;
	font-size: 25px;
	position: fixed;
	top: 50px;
	right: 1%;
}

.button-link {

}

.button-link:hover {
	cursor: pointer ;
	text-decoration: none;
}

#modal-content .modal_title{
	background-color: #90B821;
	color: #fff;
	padding: 10px 0px 10px 35px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 20px;
	background-image: url(../images/member/memberas/bg_modal_title.png);
	background-repeat: no-repeat;
	background-position: center left 10px;
	background-size: 20px;
	border-radius: 5px;
}

.modal-content-pro table{
	color: #333;
	margin: 20px 0px;
}

.modal-content-pro table th{
	background-color: #F0F5D4;
	padding: 10px 0px;
	width: 130px;
	border-bottom: 5px #fff solid;
}

.modal-content-pro table td{
	width: 340px;
	padding-left: 10px;
	box-sizing: border-box;
}

.modal-content-ico table{
	color: #333;
	margin: 20px 0px;
}

.modal-content-ico table th{
	padding: 10px 0px;
	width: 130px;
}

.modal-content-ico table th img{
	width: 80px;
}

.modal-content-ico table td{
	width: 340px;
	padding-left: 10px;
	box-sizing: border-box;
}

.modal-content-ico table .icon_pc{
	background-color: #393939;
	background-image: url(../images/member/memberas/bg_icon_pc.png);
	background-size: 20px;
	background-position: center left 5px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 5px 10px 5px 30px;
	color: #fff;
	border-radius: 5px;
}

.modal-content-ico table .icon_ios{
	background-color: #003AAF;
	background-image: url(../images/member/memberas/bg_icon_ios.png);
	background-size: 20px;
	background-position: center left 5px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 5px 10px 5px 30px;
	color: #fff;
	border-radius: 5px;
}

.modal-content-ico table .icon_and{
	background-color: #90B821;
	background-image: url(../images/member/memberas/bg_icon_ios.png);
	background-size: 20px;
	background-position: center left 5px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 5px 10px 5px 30px;
	color: #fff;
	border-radius: 5px;
}

.modal-content-ico table .icon_new{
	color: #fff;
	background-color: #c90d0d;
	font-weight: bold;
	padding: 0px 10px;;
	font-style: normal;
	top: -10px;
	left: 0px;
}

.modal-content-ico table .ad_state_non{
	padding: 5px 10px;
	background-color: #393939;
	color: #fff;
	font-size: 14px;
}

.modal-content-ico table .ad_state_app{
	padding: 5px 10px;
	background-color: #90B821;
	color: #fff;
	font-size: 14px;
}

.modal-content-ico table .ad_state_alr{
	padding: 5px 10px;
	background-color: #C90D0D;
	color: #fff;
	font-size: 14px;
}
.ad_detail_box table{
	padding: 20px;
	border-collapse: separate;
	margin-top: 20px;
}

.ad_detail_box table th{
	width: 200px;
	font-size: 14px;
	background-color: #F0F5D4;
	color: #333;
	border-bottom: 1px #fff solid;
	text-align: center;
	font-weight: bold;
}

.ad_detail_box table th span{
	font-weight: bold;
}

.ad_detail_box table td{
	padding: 20px;
	border-bottom: 1px #eee dashed;
	font-size: 14px;
}

.ad_detail_box table td .icon_pc{
	background-color: #393939;
	background-image: url(../../user/img/member/memberas/bg_icon_pc.png);
	background-size: 20px;
	background-position: center left 5px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 5px 10px 5px 35px;
	color: #fff;
	margin-right: 5px;
	border-radius: 5px;
}

.ad_detail_box table td .icon_ios{
	background-color: #003AAF;
	background-image: url(../../user/img/member/memberas/bg_icon_ios.png);
	background-size: 20px;
	background-position: center left 5px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 5px 10px 5px 25px;
	color: #fff;
	margin-right: 5px;
	border-radius: 5px;
}

.ad_detail_box table td .icon_and{
	background-color: #90B821;
	background-image: url(../../user/img/member/memberas/bg_icon_ios.png);
	background-size: 20px;
	background-position: center left 5px;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 5px 10px 5px 25px;
	color: #fff;
	margin-right: 5px;
	border-radius: 5px;
}

.ad_detail_box table td select{
	padding: 10px;
	width: 300px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	outline: none;
	background: url(../../user/img/member/memberas/bg_alliance_select.png) right 10px center no-repeat;
	background-size: 20px;
	border-radius: 5px;
}

.ad_detail_box table td .ad_url{
	padding: 5px 10px 5px 30px;
	background-color: #fff;
	background-image: url(../../user/img/member/memberas/bg_ad_url.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center left 5px;
}

.ad_detail_box table td li{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	background-color: #eee;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.ad_detail_box table td li img{
	width: 100%;
}
#member_as_page .ad_detail_box{
	background-color: #fff;
	border-radius: 10px;
	width: 920px;
	margin: 0px auto 0px;
	padding-bottom: 20px;
}
.ad_detail_box .detail_sozai_button{
	width: 250px;
	border-radius: 10px;
	box-shadow: 0px 4px #9f0101;
	background-color: #C90D0D;
	background-image: url(../../user/img/member/memberas/bg_alliance_button.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center left 40px;
	margin: 10px auto 0px;
}
.ad_detail_box .detail_sozai_button:hover{
	margin-top: 15px;
	background-color: #d42323;
	box-shadow: none;
	margin-bottom: -5px;
}

.ad_detail_box .detail_sozai_button a{
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px 0px 20px 30px;
}
.ad_detail_box .detail_sub_button .sub_button_left a{
	background-image: url(../../user//img/member/memberas/bg_button_left.png);
	background-size: 18px;
	background-position: center left 10px;
	background-repeat: no-repeat;
	padding-left: 40px;
}
.ad_detail_box .detail_sub_button ul{
	width: 700px;
	margin: 0px auto;
}

.ad_detail_box .detail_sub_button ul li{
	float: left;
	width: 150px;
}
.ad_detail_box .detail_sub_button ul li a{
	border-radius: 5px;
	background-color: #F2A300;
	color: #fff;
	padding: 10px;
	display: block;
}

.ad_detail_box .detail_sub_button ul li a:hover{
	text-decoration: none;
	background-color: #f7b01d;
}</pre></body></html>