@charset "utf-8";

.pc-only {
	display: none;
}

body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3, メイリオ, Meiryo;
	line-height: 1.25;
}
a{
	text-decoration: none;
	color: #424242;
}
img {
  vertical-align: middle;
}
.program__info img {
  max-width: 320px;
}

header{
	height: 50px;
	line-height: 50px;
	background-color: #FFF;
  padding: 4px 0;
	border-bottom: 6px solid #2196F3;
  position: relative;
}
header h1 {
	text-align: center;
	margin: 0 auto;
}
header #home,
header #logout {
  font-size: 24px;
	border: 1px solid #B0B0B0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.4, #F2F2F2), color-stop(0.5, #E0E0E0), to(#F3F3F3));
	border-radius: 8px;
	text-align: center;
	display: block;
  width: 40px;
  line-height: 40px;
  box-sizing: border-box;
  position: absolute;
  top: 8px;
  left: 8px;
}
header #home img,
header #logout img {
	padding: 10px 0;
	text-align: center;
}

footer {
	border-top: 3px solid #DDD;
	background: #F7F7F7;
	font-size: 14px;
	color: #999999;
	padding: 10px;
	text-align: center;
}
footer a {
	color:#999999;
}

ul.footlink{
	padding:10px;
	text-align:center;
	}
ul.footlink li{
	background:url(../img/y-b.png) no-repeat left;
	-webkit-background-size:4px 8px;
	padding-left:10px;
	margin-right:10px;
	display:inline;
	font-size:12px;
	}
ul.footlink a{
	text-decoration:underline;
	color:#0066CC;
	}

/*アプリ名・報酬額タイトル*/
.ListTitle {
	padding: 8px;
	font-size: 14px;
	color: #fff;
  background-color: #2196F3;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ListTitle .AppSitename{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:50%;
	text-align:left;
	}
.ListTitle .Point{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:50%;
	text-align:right;
	}

a {
	-webkit-tap-highlight-color: rgba(2, 109, 236, 0.8);	// タップ時の反転色
}

/* ボタンスタイル*/
.Button,
.ButtonBlue {
	margin: 15px auto;
	width: 90%;
	-webkit-border-radius: 10px;
	padding: 2px;
	text-align: center;
	font-size:16px;
}
.Button{
	border: solid 1px #AAAAAA;
	}
.ButtonBlue {
	border:1px solid #06C;
	}

.Button {
	background-color: #DBDBDB;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DBDBDB));
	}

.ButtonBlue {
	background-color: #0066CC;
	background: -webkit-gradient(linear, left top, left bottom, from(#68C2FF), color-stop(0.4, #0099FF), color-stop(0.5, #0042AE), to(#0066CC));
	text-shadow:0 -1px 0 #3263B8;
	}

.Button a,
.ButtonBlue a {
	-webkit-border-radius: 10px;
	display: inline-block;
	text-align: center;
	padding: .5em 0;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}
.Button a {
	color: #000;
}
.ButtonBlue a {
	color: #fff;
	text-shadow:0 -1px 0 #036;
}


/*切り替えボタン*/
nav.ChangeButton{
	background:-webkit-gradient(linear, left top, left bottom, from(#D5EDFF), to(#C4E6FF));
	padding:10px 0;
	display: -webkit-box;
	}

.changebtn{
	-webkit-box-align: center;
	-webkit-box-pack: center;
	width: 100%;
	display: -webkit-box;
	}

.changebtn-on,
.changebtn-off{
	width:90px;
	text-align:center;
	margin:0 5px;
	font-size:12px;
	text-align: center;
	font-weight: bold;
	border:1px solid #717A83;
	-webkit-border-radius: 7px;
	}
.changebtn-on{
	background: -webkit-gradient(linear, left top, left bottom, from(#D1EDF8), to(#8ACCF0));
	}
.changebtn-off{
	background: -webkit-gradient(linear, left top, left bottom, from(#34A7FC), to(#067DD4));
	}
.changebtn-on a,
.changebtn-off a{
	text-decoration:none;
	-webkit-border-radius: 7px;
	display: inline-block;
	padding-top:.5em;
	padding-right:.5em;
	padding-bottom:.5em;
	width:100%;
	}
.changebtn-on a{
	color:#0C528E;
	text-shadow:0 1px 0 #FFF;
	}
.changebtn-off a{
	color:#FFF;
	text-shadow:0-1px 0 #036;
	}

/*一覧*/
.list,
.program__name {
  box-sizing: border-box;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEEF3),color-stop(0.5, #FFFFFF),to(#FFF));
	padding: 16px 8px 0;
}
.list h3.name{
  color: #222;
	font-size: 16px;
  font-weight: bold;
	text-overflow: ellipsis;
	line-height: 1.6;
	white-space: nowrap;
	overflow: hidden;
}

.list .icon{
	margin-top:5px;
	display: -webkit-box;
	display: box;
	}
.list .icon img{
	margin-right:3px;
	}
.App,
.Attention{
	border-bottom: solid 1px #d9d9d9;
	padding:0 10px 10px 10px;
	display: -webkit-box;
	display: box;
	min-height: 60px;
	}
.Site{
	border-bottom: solid 1px #d9d9d9;
	padding:0 10px 10px 10px;
	min-height: 60px;
	}
.App a,
.Site a
.Attention a{
	text-decoration:none;
	}
.App .Thumb,
.Detail .AppDetail .Thumb,
.Attention .Thumb{
	width:60px;
	 -webkit-box-ordinal-group: 1;
	}
.Site .Thumb,
.Detail .SiteDetail .Thumb{
	text-align:center;
	}
.App .Info{
	min-width:120px;
	margin-left:10px;
	font-size:12px;
	color:#333;
	 -webkit-box-ordinal-group: 2 ;
	-webkit-box-flex:1;
	}
.Site .program__info {
  font-weight: normal;
	margin-top: 8px;
	font-size: 14px;
  line-height: 1.8;
	color: #616161;
	_zoom: 1;
	overflow: hidden;
	background:url(../img/y.png) no-repeat right;
	background-size: 8px 13px;
	margin-bottom:3px;
}

.free{
	color:#C00;
	}

/*--Price--*/
.App .Price{
	min-width:90px;
	background:url(../img/y.png) no-repeat right;
	background-size:8px 13px;
	margin-left:10px;
	color:#06C;;
	font-family: HiraKakuProN-W6;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-ordinal-group: 3 ;
	}
.Site .Price{
	margin:0;
	color:#06C;
	font-family: HiraKakuProN-W6;
	}
.Price a:link,
.Price a:hover,
.Price a:active,
.Price a:visited{
	color:#395285;
	}
.Price img{
	margin-right:5px;
	}

.SeesMore{
	display:block;
	text-align:center;
	margin:15px auto;
	background:url(../img/loadingx2.gif) no-repeat;
	-webkit-background-size:20px 20px;
	width:20px;
	height:20px;
	text-indent:-1000px;
	}


/*Detail*/
.Detail{
	padding:10px;
	border-top: solid 1px #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEEF3),color-stop(0.5, #FFF),to(#FFF));
	}
.Detail h3.name{
	font-size: 16px;
	font-family: HiraKakuProN-W6;
	}
.Detail .AppDetail{
	margin-top:10px;
	display: -webkit-box;
	min-height:60px;
	}
.Detail .SiteDetail{
	margin-top:5px;
	text-align:center;
	}
.Detail .AppDetail .Info{
	min-width:120px;
	font-size:12px;
	margin-left:10px;
	-webkit-box-ordinal-group: 1;
	-webkit-box-flex:1;
	}
.Detail .AppDetail .Price{
	font-size:20px;
	font-family: HiraKakuProN-W6;
	min-width:80px;
	text-align:right;
	display: -webkit-box;
	-webkit-box-align: center;
	color:#06C;
	-webkit-box-ordinal-group: 2;
	}
.Detail .SiteDetail .Price{
	min-width:170px;
	font-size:20px;
	color:#06C;
	margin-left:10px;
	font-family: HiraKakuProN-W6;
	display: -webkit-box;
	-webkit-box-align: center;
	text-align:right;
	-webkit-box-flex:1;
	}
.Detail .SiteDetail .Price img{
	margin-right:10px;
	}

.Detail .icon{
	display: -webkit-box;
	-webkit-box-align: center;
	}
.Detail .icon img{
	margin-right:3px;
	}

.DetailSummary{
	padding:10px;
	font-size:14px;
	line-height:1.5;
	border-bottom:1px solid #CCC;
	}
.reward-info{
	margin-top:5px;
	margin-bottom:5px;
	background:#EEE;
	padding:5px;
	text-align:center;
	}
.reward-info .subtitle{
	font-weight:bold;
	margin-bottom:5px;
	color:#333;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	-webkit-box-shadow: 0 1px 0 #FFF;

	}
.DetailSummary .price{
	font-size:17px;
	font-family: HiraKakuProN-W6;
	color:#06C;
	}

/*--------------
一覧に戻るリンク
--------------*/
.back-list {
  background-color: #64B5F6;
	padding: 16px 8px;
	text-align:center;
	color: #fff;
	font-size: 16px;
  font-weight: bold;
}
.back-list a {
	display: inline-block;
	width:100%;
	height:100%;
	color:#0C528E;
	text-shadow:0 1px 0 #FFF;
	}

/*--------------
login-after-top
--------------*/
.top-summary {
	background: url(../img/img-moba8.png) no-repeat 8px 8px;
	background-size: 51px 56px;
	padding: 8px;
	padding-left: 64px;
	box-sizing: border-box;
	font-size: 12px;
  margin: 0;
	min-height: 56px;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}
.top-summary .sbut{
	color: #546E7A;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	}

.Attention{
	border-bottom: solid 1px #d9d9d9;
	min-height: 60px;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEEF3),color-stop(0.5, #FFFFFF),to(#FFF));
	padding:10px;
	display: -webkit-box;
	}
.Attention .at-info{
	background:url(../img/y.png) no-repeat right;
	background-size:8px 13px;
	margin-left:10px;
	font-size:12px;
	color:#333;
	-webkit-box-flex:1;
	}
.Attention h3.name{
	font-size:14px;
	font-family: HiraKakuProN-W6;
	text-overflow: ellipsis;
	height:15px;
	white-space: nowrap;
	overflow: hidden;
	-webkit-box-flex:1;
	padding-bottom:5px;
	}
.Attention .at-price{
	font-size:16px;
	color:#06C;
	font-family: HiraKakuProN-W6;
	}
.selfback-list {
  font-weight: bold;
	border-bottom: solid 1px #d9d9d9;
	border-top: solid 1px #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEEF3),color-stop(0.5, #FFFFFF),to(#FFF));
	font-size: 16px;
	padding: 8px;
}
.selfback-list i {
  font-size: 18px;
  display: inline-block;
  width: 24px;
}
.selfback-list a {
	background:url(../img/y.png) no-repeat right;
	background-size: 8px 13px;
	padding: 8px 0;
	display: inline-block;
	color: #424242;
	width: 100%;
}
.selfback-list a i {
  color: #212121;
}

/*--------------
login
--------------*/

body.login-back{
	background-color:#E8FCFF;
	background: -webkit-gradient(linear , left top, left bottom, from(#FFF), to(#E8FCFF));
	text-align:center;
	height:100%;
	}
header.login{
	text-align:cetner;
	margin:40px auto 40px;
	background:none;
	border:none;
	}

.login-main h2{
	color:#336699;
	font-size:14px;
	margin-top:15px;
	font-family: HiraKakuProN-W6;
	}

.login-main input[type=text],
.login-main input[type=password]{
	border:1px solid #AAA;
	background:-webkit-gradient(linear, left top, left bottom, from(#EEE), color-stop(0.3, #FFF), to(#FFF));
	width:70%;
	}
.login-main input[type=text]:focus,
.login-main input[type=password]:focus{
	border:1px solid #06C;
	}

.login-main .forget{
	font-size:14px;
	margin:15px auto 0;
	width:19em;
	}
.login-main .forget a{
	line-height:10px;
	background:url(../img/y-b.png) no-repeat left;
	color:#0066CC;
	text-decoration:underline;
	-webkit-background-size:6px 10px;
	padding-left:12px;
	text-align:left;
	}

.login-main input[type=submit]{
	margin:20px auto 0;
	border:1px solid #06C;
	width:60%;
	padding: .3em 0;
	color: #fff;
	text-shadow:0 1px 0 #036;
	font-size:15px;
	background-color: #0066CC;
	background: -webkit-gradient(linear, left top, left bottom, from(#68C2FF), color-stop(0.4, #0099FF), color-stop(0.5, #0042AE), to(#0066CC));
	-webkit-border-radius: 20px;
	font-family: HiraKakuProN-W6;
	}

.login-main .newregist{
	font-size:15px;
	width:60%;
	margin:15px auto 20px;
	text-shadow:0 -1px 0 #FFF;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.4, #FFF), to(#DBDBDB));
	border:1px solid #AAA;
	-webkit-border-radius: 20px;
	font-family: HiraKakuProN-W6;
	}
.login-main .newregist a{
	color:#666;
	-webkit-border-radius: 20px;
	display: inline-block;
	padding: .3em 0;
	text-decoration: none;
	width: 100%;
	}

footer.login-foot{
	background : none;
	border:none;
	font-size:13px;
	text-shadow:0 1px 0 #FFF;
	padding-bottom:30px;
	padding-top:10px;
	font-family: HiraKakuProN-W6;
	}
footer.login-foot a{
	color:#6699CC;
	text-decoration:none;
	}

/*-------------------*/
/*プレゼント
-------------------*/

.present-ex-finding{
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEEF3),color-stop(0.5, #FFF),to(#FFF));
	color:#CC0000;
	font-size:14px;
	font-family: HiraKakuProN-W6;
	padding:10px;
	}
.present-ex-summry{
	padding:0 10px;
	font-size:12px;
	}

.present-title{
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#999));
	padding:0 10px;
	margin:15px 10px 0;
	}
.present-title p{
	font-size:13px;
	font-family: HiraKakuProN-W6;
	color:#FFF;
	text-shadow:1px 1px 0 #000;
	background:url(../img/i-p.png) no-repeat left;
	-webkit-background-size:16px 18px;
	padding: .5em 20px;
	}

.present-main{
	margin:0 10px 20px;
	display:-webkit-box;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F1F5));
	padding:0 5px;
	}
.present-main .AppIcon{
	width:60px;
	 -webkit-box-ordinal-group: 1;
	 padding:10px 0 10px 5px;
	}
.present-main .detail{
	-webkit-box-ordinal-group: 1;
	-webkit-box-flex:1;
	background:url(../img/y.png) no-repeat right;
	background-size:8px 13px;
	padding:10px 15px 10px 10px;
	}
.present-main .detail-nolink{
	-webkit-box-ordinal-group: 1;
	-webkit-box-flex:1;
	padding:10px;
	}

.present-main .name{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 8px;
	}
.present-main .text{
	font-size:12px;;
	}

.dwn-title{
	background: -webkit-gradient(linear, left top, left bottom, from(#37AAFF), color-stop(0.1, #0077CE), color-stop(0.9, #37AAFF), to(#8DCEFE));
	font-size:14px;
	font-weight:bold;
	font-family: HiraKakuProN-W6;
	text-shadow:1px 1px 0 #EEE;
	margin:0 10px 10px;
	}
.dwn-title p{
	padding:3px 7px;
	margin-left:5px;
	background:#FFF;
	}

.present-download{
	border:1px solid #CCC;
	-webkit-border-radius:7px;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F1F5));
	margin:10px 10px 15px;
	padding-bottom:10px;
	}
.present-download .icon-title{
	display:-webkit-box;
	margin:10px;
	}
.present-download .icon-title .AppIcon{
	width:60px;
	 -webkit-box-ordinal-group: 1;
	}
.present-download .icon-title .title-set{
	margin-left:10px;
	-webkit-box-flex:1;
	}
.present-download .icon-title .title-set p.title{
	font-weight:bold;
	font-size:14px;
	font-family: HiraKakuProN-W6;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	margin-bottom:5px;
	}
.present-download .icon-title .title-set p.title img{
	vertical-align:middle;
	margin-left:5px;
	}
.present-download .icon-title .title-set p.price{
	font-size:12px;
	}
.present-download .icon-title .title-set .price-down{
	color:#C00;
	font-size:18px;
	font-weight:bold;
	font-family: HiraKakuProN-W6;
	}
.present-download .summary{
	font-size:12px;
	margin:0 10px;
	}
.present-download .dwn-btn{
	display:-webkit-box;
	-webkit-box-pack: center;
	width: 100%;
	padding-top:5px;
	}
.present-download .dwn-btn p{
	-webkit-border-radius: 5px;
	background-color: #0066CC;
	background: -webkit-gradient(linear, left top, left bottom, from(#68C2FF), color-stop(0.4, #0099FF), color-stop(0.5, #0042AE), to(#0066CC));
	text-shadow:0 -1px 0 #3263B8;
	text-align:center;
	border:1px solid #06C;
	}
.present-download .dwn-btn p a{
	display: inline-block;
	padding:.2em 2.3em;
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	}

/*--友達に紹介--*/
.frend{
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF),color-stop(0.5, #EDEEF3),to(#EDEEF3));
	border:1px solid #CCC;
	text-align:center;
	font-size:14px;
	margin:0 auto 15px;
	width: 90%;
	-webkit-border-radius: 10px;
	padding:2px;
	}
.frend a{
	-webkit-border-radius: 10px;
	display: block;
	text-align: center;
	padding: .5em 0;
	text-decoration: none;
	font-weight: bold;
	color:#444;
	text-shadow:0 1px 0 #FFF;
	}
.frend span{
	background:url(../img/i-frend.png) no-repeat;
	background-size:21px;
	padding:3px 25px 7px;
	}

/*--カテゴリ--*/
p.title-related-category{
	margin:30px 10px 10px 10px;
	border-left:3px solid #0066CC;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	}

ul.category-list{
	width:95%;
	margin:0 auto 10px;
	}
ul.category-list li{
	-webkit-border-radius:5px;
	display:inline;
	width:50%;
	line-height:2.3;
	font-size:15px;
	white-space: nowrap;

	}
ul.category-list li a{
	border:1px solid #8ACCF0;
	-webkit-border-radius:5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#D1EDF8), to(#8ACCF0));
	padding:.4em .7em;
	color:#0C528D;
	text-shadow:0 1px 0 #FFF;

	}

/*ページャー*/
.pager__list {
	margin:20px 10px 10px;
	text-align: center;
    font-size:14px;
    }
.pager__list li {
        display: inline;
    }
.pager__list li strong {
        display: -moz-inline-box;
        display: inline-block;
        padding: 3px 7px 3px;
        background: #EEE;
        border: 1px #CCC solid;
}
.pager__list li a {
        display: -moz-inline-box;
        display: inline-block;
        padding: 3px 7px 3px;
        border: 1px #CCC solid;
        text-decoration:none;
}
.pager__list li a:hover {
        border: 1px solid #2D88B3;
	background:#06C;
        color: #FFF;
        text-decoration:none;
    }



/* フォーム */
select.change{
	width:200px;
	text-align:center;
	font-size:15px;
	padding:.1em;
	}
input.row{
	margin:10px auto 0;
	width:200px;
	text-align:center;
	font-size:15px;
	padding:.1em;
	}


/* ナビ表示 */
#Narrow_bodytit{
	width:100%;
	text-align:right;
	}
#Narrow_body{
	width:100%;
	text-align:center;
	}
#Narrow_bodytit a,
#Narrow_body a{
	display:inline-block;
	-webkit-border-radius:5px;
	border:1px solid #999;
	padding:.3em .8em;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFF), to(#DDD));
	font-size:14px;
	}
#Narrow_bodytit img,
#Narrow_body img{
	vertical-align:middile;
	margin-right:5px;
	}



.mini_title {
  color: #fff;
	background-color: #90A4AE;
	font-size: 14px;
  padding: 4px;
	text-align: center;
}
.mini_title a{
	display:block;
	padding:7px;
	text-shadow:1px 1px 0 #F7F7F7;
	}

.pagetop{
	background:-webkit-gradient(linear, left top, left bottom, from(#EEE), to(#CCC));
	font-size:13px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #BBB;
	text-align:center;
	}
.pagetop a{
	display:block;
	padding:7px;
	text-shadow:1px 1px 0 #F7F7F7;
	}

.search-box {
  width: calc(100% - 64px);
  font-size: 16px;
  padding: 4px 8px;
  height: 36px;
  box-sizing: border-box;
  border: solid 2px #546E7A;
  border-radius: 2px 0 0 2px;
}
.search-button {
  box-sizing: border-box;
  vertical-align: middle;
  color: #fff;
  background-color: #546E7A;
  width: 64px;
  line-height: 36px;
  height: 36px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
}

.ta_l{
	text-align: left;
}
.ta_c{
	text-align: center;
}
.header_link a{
	padding-top:10px;
	padding-bottom: 10px;
	color:#0066CC;
}
.nodata-area{
	width:90%;
	margin:30px auto;
	background:url(../img/nodata.png) no-repeat top;
	background-size:91px 105px;
	padding-top:120px;
	}
.nodata{
	background:#EEE;
	-webkit-border-radius:5px;
	padding:10px;
	font-size:13px;
	text-align:center;
	}



.c_dark{
	color: #CCC;
}



/*----ピックアップ----*/
.pickup{
	background-color:#fff1d6;
}
.pickup_text1_sp{
	padding-top: 5px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 0.85em;
	color: #ff3000;
	font-weight: bold;
}
.pickup_text2_sp{
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left:6px;
	padding-right:6px;
	font-size: 0.80em;
	color: #3a1d00;
}
.pickup_img_sp{
	text-align: center;
}



/*----カテゴリ----*/
.category_1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEEF3),color-stop(0.5, #FFFFFF),to(#FFF));
	padding: 16px 8px;
	font-size: 16px;
  font-weight: bold;
	color: #424242;
}
.category_1 i {
  font-size: 18px;
  color: #212121;
  display: inline-block;
  width: 24px;
}
.buttan-list {
	width: 100%
}
.buttan-list table, td{
	border: none;
	border-color: #ffffff;
	border-width: 1px;
	text-align: center;
}
.buttan-list tr {
	width: 100%;
}
.buttan-list td {
	width: 50%;
	padding: 5px;
}
.buttan-list td a {
	display: block;
	color: #06C;
	font-weight: bold;
}

.link_top {
  display: none;
}
.link_top a {
  z-index: 100;
  opacity: .9;
  font-size: 24px;
  color: #fff;
  background-color: #ccc;
  display: block;
  width: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 16px;
  right: 16px;
}
