close

/*------------------------------ #Generate By Pixnet ------------------------- */
/*------------------------------ #comment-table ------------------------------ */
#comment-form table    {    width: 96% ;    margin: 0 auto ;}
#comment-form td , #comment-form th    {    border: 1px solid #555 ;    padding: 3px 5px;    }
#comment-form input#send-comment    {    padding: 3px 5px ;    }

.article-content p{
margin-bottom:1em;
}
/*------------------------------ #Generate End ------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
        margin:0;
        padding:0;
}
table {
        border-collapse:collapse;
        border-spacing:0;
}
fieldset,img {
        border:0;
}
address,caption,cite,code,dfn,em,th,var {
        font-style:normal;
        font-weight:normal;
}
ol,ul {
        list-style:none;
}
caption,th {
        text-align:left;
}
h1,h2,h3,h4,h5,h6 {
        font-size:100%;
        font-weight:normal;
}
q:before,q:after {
        content:'';
}
abbr,acronym {
        border:0;
}
pre{
        font-size: 1em ;
}
.article-content{
  _height: 1% ;
  overflow: hidden ;
  _overflow: none;
}
 
/*------------------------------------------------------------------------------------------
    PIXNET template exemplar - by PrincessWow
    固定寬度版型 - 1
    二欄式 / 內文區靠左 / 側選單靠右
------------------------------------------------------------------------------------------*/

/* --------------------------------------------------------------- 大範圍區塊 ---------------------------------------------------------------*/

/*--整體設定--*/
body {
font-size:small;
font-family:Courier NEW;
background-color:#eee;
background-image:url(http://i.imgur.com/JKbLPFB.jpg);
background-repeat:repeat-y;
background-position:left;
background-attachment:fixed;
}

#body-div{}
p {
padding-bottom:7px;

}
::selection {
background:#ff7575;
color:#fff
}
::-moz-selection {
background:#ff7575;
color:#fff
}
/*--超連結--*/
a {
color:#777;
text-decoration:none ;
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
}
/*--滑鼠移動到超連結上時--*/
a:hover {

text-decoration:none;
}

/*--所有內容--*/
#container{
background-repeat:repeat-y;
background-position:left;
width:740px ;
margin:10px auto 10px auto ;
margin-bottom:200px;
padding-bottom:100px;
}
#container2{
padding:0px ;
}
#container3{}


/*--主要內容區+側邊欄位區--*/
#main{}

/* --------------------------------------------------------------- 頁首 ---------------------------------------------------------------*/

img {
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
}

#header{

background:url(http://i.imgur.com/2Ya2msV.png) no-repeat;
padding:10px; 
padding-top:20px;
margin-bottom:10px;
width:733px; 
height:433px;
float:center;
}


/*--登入功能列--*/
#topbar:hover {
left:-710px;
opacity:1.0;
}
#topbar {
opacity:0.0;
top:-180px;
text-align:right;
position:fixed;
left:-770px;
width:00px;
height:100px;
background:    #5F9EA0 !important;
margin:50px;
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
-moz-transform-origin:right bottom;
-moz-transform:rotate(-90deg);
-webkit-transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
-o-transform-origin:right bottom;
-o-transform:rotate(-90deg);
-ms-transform-origin:right bottom;
-ms-transform:rotate(-90deg);
transform-origin:right bottom;
transform:rotate(-90deg);
}
#topbar a {
background:    #5F9EA0;

}
#topbar  div {

}
#topbar input,#topbar button,#topbar h2,#topbar button,#topbar  img {
display:none;
}

/*--頁面上方區塊-不包括登入功能列--*/
#banner{
text-align:right;
}


/*--部落格標題--*/
#banner h1 a{
letter-spacing:10pt;
font-family:"微軟正黑體"
text-align:right;
font-size: large ;
margin:15px;
color:#777;
}


/*--跳到主文--*/
#banner .skiplink{}


/*--部落格描述--*/
#banner h2{
color:#777;
margin:15px;
background:none;
height:345px;
width:250px;
position:relative;
overflow:auto;
overflow-x:auto;
overflow-y:none;
padding:5px ;
float:right;
font-size:8pt;
}

#comment-text>div{display:none;}

#article-main .page {display:block!important}

/*--部落格全站分類--*/
#blog-category{}

#navigation {
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
display:none;
overflow:hidden;
_overflow:none;
_height:1%;
margin-top:20px;
margin-left:50px;
padding:10px;
background:#fff;
width:450px;
height:20px;
text-align:center;
}

#navigation a {
display:block;
width:80px;
height:30px;
text-align:center;
color:#fff;

font-size:0;
padding:0px;
}

#navigation li {
margin-right:25px;
margin-bottom:10px;
width:80px;
height:30px;
float:right;
margin:;
}

#link-blog {width:80px;
height:30px;
background:url(http://i.imgur.com/h9pN1pA.jpg);
}
#link-guestbook {width:80px;
height:30px;
background:url(http://i.imgur.com/n2xtN86.jpg);
}
#link-album {width:80px;
height:30px;
background:url(http://i.imgur.com/rj6zzIZ.jpg);
}
#link-profile {width:80px;
height:30px;
background:url(http://i.imgur.com/BD2TRus.jpg);
}

/* --------------------------------------------------------------- 主要內容區 ---------------------------------------------------------------*/

/*--主要內容區--*/
#content{
text-align:center;
margin-bottom:100px;
margin-top: 10px ;
width:710px ;
float:center;
background:url(http://i.imgur.com/D6Mts4O.jpg)  top center no-repeat;
padding:10px ;
padding-top:0px;
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
}


/*--公告注目區--*/
#spotlight{
display:none;
background:#fff ;
    padding:10px; 
    margin-bottom: 10px ;
}

/*--公告注目區標題--*/
#spotlight h5{
color:#777;
background:#fff ;
    text-align:Center ;
    padding:3px 0px ;
    margin-bottom: 5px ;
}


/*--公告注目區內容--*/
#spotlight-text{}


/*--所有文章區塊--*/
#article-area{
padding: 10px ;

}


/*--所有文章區塊標題--*/
.article-area-title{
background:#fff ;
padding: 3px 7px; 
}


/*--瀏覽方式--*/
#display{
text-align:right;
margin : 5px 0px ;
}
/*--瀏覽方式這四個字--*/
#display span{}
/*--標題列表/簡短摘要--*/
#display a{}

#article-box {
margin-top:170px;

}
/*--單一篇文章--*/
.article{
-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
background:#fff ;
margin-bottom: 20px ;
padding:10px ;

border-bottom:1px #eee solid;
}
.article:first-child {
border-top:1px #fff solid;
}

/*--單一篇文章最上方--*/
.article-head{
color:#777;
background:#fff ;
padding: 5px; 
margin-bottom: 10px ;
height:50px;
text-align:left;
border-right:2px #FA8072 solid;
padding-bottom:20px;
}


/*--發表時間--*/
.publish {

-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
background:none;
-webkit-border-radius:600px;
-moz-border-radius:600px;
border-radius:600px;
font-family:"Times New Roman";
font-size:15px;
color:#777;
padding:5px;
widtj:50px;
}

.date {
font-family:"Times New Roman";
font-size:20px;

}

.month {
font-family:"Times New Roman";
font-size:18px;

}

.year,.day,.time {
-moz-transform-origin:bottom;
-moz-transform:skewX(20deg);
-webkit-transform-origin:bottom;
-webkit-transform:skewX(20deg);
-o-transform-origin:bottom;
-o-transform:skewX(20deg);
-ms-transform-origin:bottom;
-ms-transform:skewX(20deg);
transform-origin:bottom;
transform:skewX(20deg);
}
/*--月份--*/
.month{}
/*--日期--*/
.date{}
/*--星期--*/
.day{}
/*--年--*/
.year{}
/*--時間--*/
.time{
position:absolute;
float:right;
margin-left:490px;
font-size:25px;
}

/*--文章標題--*/
.title h2 a{
font-size: medium ;

}
/*--文章標題前的密碼圖示/隱藏圖示/好友保護圖示--*/
.title h2 img{}


/*--單一篇文章中間區塊--*/
.article-body{}


/*--加入書籤--*/
.bookmark{
text-align:right ;
}


/*--文章內容--*/
.article-content{
line-height: 140% ;
margin : 5px 0px ;
}


/*--繼續閱讀--*/
.more a {

color:#fff;
background:url() top center no-repeat;
height:20px;
width:120px;
display:block;
font-size:0;
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:10px;
float:right;
opacity:0.6;
}

.more a:hover {
padding: 5px ;
}
/*--發表時間--*/
.author {
color:#777;
background:#fff;
text-align:right;
opacity:0.0;
margin-left:0px;
padding-bottom: 5px ;
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
}
.author-views {

}
.author a {
color:#777;
}
.article:hover .author {
opacity:1.0;
}

/*--單一篇文章最下方--*/
.article-footer{
background:none ;
padding: 5px 10px  ;
}


/*--此篇文章分類 : 個人分類+全站分類--*/
.refer{
    border-bottom: 1px dashed #888 ;
    padding-bottom: 5px ;
    margin-bottom: 5px ;
}


/*--歷史上的今天--*/
.history{
    border-bottom: 1px dashed #888 ;
    padding-bottom: 5px ;
    margin-bottom: 5px ;
}

/*--轉寄文章--*/
.forward{
text-align:right ;
}


/*--回到頁首--*/
.back-to-top{
text-align:right ;
}

/* --------------------------------------------------------------- 引用及回應列表 ---------------------------------------------------------------*/

/*--引用及回應列表全部的大範圍--*/
#user-post{
background:#fff;

margin-bottom: 20px ;
}


/*--僅引用區塊--*/
#trackback-box{
margin-bottom: 20px; 
}


/*--僅回應列表--*/
#comment-box{}


/*--引用列表+回應列表--*/
.user-post-box {
position:relative;
margin-bottom:10px;
}


/*--引用列表標題--*/
#trackback-title{}


/*--回應列表標題--*/
#comment-title{}


/*--引用列表標題+回應列表標題--*/
.user-post-title {
display:none;
background:none;
color:#777;
line-height:28px;
height:28px;
padding:2px 10px;
}

/*--引用內容區塊--*/
#trackback-text{}


/*--回應內容區塊--*/
#comment-text{}


/*--引用內容區塊+回應內容區塊--*/
.user-post-text{
background:#eee;

}
.user-name {
position:absolute;
margin-top:-45px;
font-size:13pt;
margin-left:50px;
font-family:"微軟正黑體";

}
.floor {
position:absolute;
margin-top:-50px;
font-size:20pt;
color:     #000;
font-family:"Times New Roman";
}
/*--單一引用--*/
#trackback-box .single-post{}


/*--單一回應--*/
#comment-box .single-post{}


/*--單一引用+單一回應--*/
.single-post {
background:#fff;
margin-top:50px;
position:relative;
min-height:90px;
_height:90px;
color:#777;
padding:5px;

}


/*--引用者資訊+回應者資訊--*/
.post-info{
    
padding-bottom: 5px ;
margin-bottom: 10px ;

}


/*--單一引用內容+單一回應內容--*/
.post-text{

}
#trackback-box .post-text{

}


/*--單一引用標題+單一回應標題--*/
.post-text p{}


/*--回應者頭像--*/
.post-photo {
display:none;
position:absolute;
right:10px;
top:0;

}
.post-photo img {
width:35px;
height:35px;
border:2px #ddd solid;
}
/*--版主回覆內容--*/
.reply-text {

margin:30px ;
background:none;
margin-top: 10px ;
margin-bottom: 10px ;
color:#777;
border-top:1px #eee solid;
}

/*--版主回覆資訊--*/
.reply-text p{}


/*--悄悄話--*/
.secret{}


/*--留下迴響--*/
.post-comment{
}

/* --------------------------------------------------------------- 列表模式的文章區塊 ---------------------------------------------------------------*/

/*--列表--*/
.main-list{
background:#fff ;
padding:10px ;
margin-bottom: 15px ;
}


/*--列表表格--*/
.main-list table{
width:95% ;
margin:10px; 
}

/*--列表標題--*/
.main-list h3{
padding: 5px 10px ;
margin-bottom: 10px; 
}


/*--列表表頭表格--*/
.main-list th{

padding: 2px; 
}


/*--列表一般表格--*/
.main-list td{
padding: 2px; 
}


/*--列表文章名稱--*/
.main-list a{
}


/*--所有文章列表--*/
#article-list{}


/*--單一分類文章列表--*/
#category-list{}


/*--所有歷史狀態列表--*/
#murmur-list{}


/*--頁數--*/
.page{
font-size:12pt;
letter-spacing:3pt;
}
.page a {
font-size:12pt;
letter-spacing:3pt;
}


/* --------------------------------------------------------------- 側邊欄位區 ---------------------------------------------------------------*/
/*--側邊欄位區--*/
#links {
font-size:8pt;
height:260px;
width:215px ;
float:right ;
background:#CCCCFF;
padding:10px ;
top:220px;
margin-left:810px;
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
position:absolute;
overflow:hidden;
_overflow:none;
color:#777;
margin-left:500px;
}

/*--三欄式的第一欄--*/
#links-row-1{
width:240px;
height:260px;
overflow-x:hidden;
overflow-y:auto;
padding-bottom:20px;
}


#links a {
color:#777;
}

/*--三欄式的第二欄--*/
#links-row-2{}


/*--單一功能區塊--*/
.box{
padding: 5px; 
margin-bottom: 5px ;
text-align:right;
}


/*--單一功能區塊標題'--*/
.box-title{
background:;
text-align;LEFT;
padding: 4px ;
font-size:8pt;
margin-bottom: 10px ;
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
}

.box-title:hover {

padding: 0px ;
}
/*--單一功能區塊內容--*/
.box-text{
}


/*--單一功能區塊項目--*/
.box-text li{
margin: 0px 0px ;
}


/*--單一功能區塊超連結--*/
.box-text a{
}

/*--所有訪客列表--*/
#visitor .box-more{}
#visitor .box-text ul {}

#visitor .box-text li ,{ 
}
#visitor .box-text li a {
-moz-transition:all .0s ease;
-webkit-transition:all .0s ease;
transition:all .0s ease;
display: block;
width: 25px;
height: 25px;
border: none;
background: #fff;
margin: 3px;
}
#visitor .box-text li a img {
width: 0px;
height: 0px;
}
#visitor .box-text li a:hover img {
display: block;
width: 25px;
height: 25px;
}
#visitor .box-more { }

#visitor ul,#crumb ul {
_height:1%;
overflow:hidden;
_overflow:none;
}

#visitor li,#crumb li {
float:left;
}

#visitor {
background:none;
}

#visitor li a img {
width:25px;
height:25px;
margin:0;

}


/*--我去誰家--*/
#crumb{}
/*--我去誰家標頭--*/
#crumb .box-title{}
/*--我去誰家內容區塊--*/
#crumb .box-text{}
/*--單一頭像列表--*/
#crumb ul{
    _height: 1% ;
    overflow: hidden ;
    _overflow: none ;
}
/*--單一頭像--*/
#crumb li{
    float:left;
}
/*--所有瀏覽列表--*/
#crumb .box-more{}

/*--站方公告--*/
#announce{}
/*--站方公告標頭--*/
#announce .box-title{}
/*--站方公告內容區塊--*/
#announce .box-text{}
/*--一條站方公告--*/
#announce a{}


/*--碎碎唸--*/
#murmur{}
/*--碎碎唸標頭--*/
#murmur .box-title{}
/*--碎碎唸內容區塊--*/
#murmur .box-text{}
/*--發表時間--*/
#my-time{}
/*碎碎唸文字內容*/
#murmur-text{}


/*--好友的碎碎唸聯播--*/
#broadcast{}
/*--好友的碎碎唸標頭--*/
#broadcast .box-title{}
/*--好友的碎碎唸內容區塊--*/
#broadcast .box-text{}
/*--一個好友的內容--*/
#broadcast .box-text ul{
    border-bottom: 1px dashed #777 ;
    _height:1% ;
    overflow: hidden ;
    _overflow: none ;
}
/*--好友的頭像--*/
.broadcast-photo{
    float:left ;
    width:40px ;
}
/*--好友的碎碎唸發表時間--*/
.broadcast-time{}
/*--好友的碎碎唸發表內容--*/
.broadcast-text{}

/*--個人頭像--*/
#headshot{}
/*--個人頭像標頭--*/
#headshot .box-title{}
/*--個人頭像內容區塊--*/
#headshot .box-text{}
/*--個人頭像那張照片--*/
#headshot .box-text img{}

#user-info img {
width:40px;
height:40px;
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:10px;
top:500px;
position:absolute;
}
.add_friend,.add_subs {
display:none;
background:#fff;
color:#bbb;
border:1px #fafafa solid;
}

/*--搜尋--*/
#search{}
/*--搜尋標頭--*/
#search .box-title{}
/*--搜尋內容區塊--*/
#search .box-text{}
/*--搜尋輸入文字欄位--*/
#search-target{}
/*--搜尋確定鈕--*/
#search-send{
background:#fafafa;
}

/*--本日人氣--*/
#counter{}
/*--本日人氣標頭--*/
#counter .box-title{}
/*--本日人氣內容區塊--*/
#counter .box-text {

}
/*--人氣數字--*/
#countr .box-text span{}

/*--更換樣式--*/
#change-theme{}
/*--更換樣式標頭--*/
#change-theme .box-title{}
/*--更換樣式內容區塊--*/
#change-theme .box-text{}
/*--更換樣式選單--*/
#change-theme select{}

/*--新聞交換rss--*/
#feed{}
/*--新聞交換標頭--*/
#feed .box-title{}
/*--新聞交換內容區塊--*/
#feed .box-text{}
/*--新聞交換icon--*/
#feed img{}

/*--月曆--*/
#calendar{}
/*--月曆標頭--*/
#calendar .box-title{}
/*--月曆內容區塊--*/
#calendar .box-text{}
/*--月曆-月曆表格--*/
#calendar table{}
/*--月曆-選擇月份的那一欄--*/
#calendar .calMonthNav{}
/*--月曆-星期幾的那一欄--*/
#calendar .calMonthHeader{}
/*--月曆-日期儲存格--*/
#calendar td{}
/*--月曆-當天有寫文章的儲存格--*/
#calendar td a{}

/*--近期文章--*/
#recent-article{}
/*--近期文章標頭--*/
#recent-article .box-title{}
/*--近期文章內容區塊--*/
#recent-article .box-text{}
/*--近期文章文章標題--*/
#recent-article li {

margin: 5px 0px ;
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
}
#recent-article li:hover{
padding-left: 10px;
}

/*--人氣文章--*/
#hot-article{}
/*--人氣文章標頭--*/
#hot-article .box-title{}
/*--人氣文章內容區塊--*/
#hot-article .box-text{}
/*--人氣文章文章標題--*/
#hot-article .box-text a{}

/*--文章分類--*/
#category{
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease !important;
}
/*--文章分類標頭--*/
#category .box-title{}
/*--文章分類內容區塊--*/
#category .box-text{}
/*--文章分類的分類目錄--*/
#category .box-text h6{
}
/*--文章分類的文章分類名稱--*/
#category .box-text li {
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease;
background:    #fafafa;
padding-left:10px;
}
#category .box-text li:hover {
background:#f5f5f5;
padding:0px;
}
#category .box-more{display: none;} /*刪除控制所有資料夾開闔的按鈕*/
#category h6 img{display: none;} /*刪除各個資料夾前方的圖示*/
#category .box-text{display: block !important;
-moz-transition:all .6s ease;
-webkit-transition:all .6s ease;
transition:all .6s ease !important;

/*--文章彙整--*/
#archive{}
/*--文章彙整標頭--*/
#archive .box-title{}
/*--文章彙整內容區塊--*/
#archive .box-text{}
/*--文章彙整月份選單--*/
#archive .box-text select{}
/*--所有文章列表--*/
#archive .box-text li a{}

/*--最新迴響--*/
#latest-comment{}
/*--最新迴響標頭--*/
#latest-comment .box-title{}
/*--最新迴響內容區塊--*/
#latest-comment .box-text{

}
/*--最新迴響-迴響日期--*/
#latest-comment .box-text span{}
/*--最新迴響-迴響摘要--*/
#latest-comment .box-text li {
padding-top:2px;
}

/*--最新引用--*/
#latest-trackback{}
/*--最新引用標頭--*/
#latest-trackback .boc-title{}
/*--最新引用內容區塊--*/
#latest-trackback .box-text{}
/*--最新引用-引用過去的文章標題--*/
#latest-trackback .box-text li a{}
/*--最新引用-引用過去的部落格主標--*/
#latest-trackback .box-text li span{}


/*--最新訂閱--*/
#subscription{}
/*--最新訂閱標頭--*/
#subscription .box-title{}
/*--最新訂閱內容區塊--*/
#subscription .box-text{}
/*--最新訂閱-訂閱對方的新文章標題--*/
#subscription .box-text li a{}
/*--最新訂閱-訂閱對方的部落格主標--*/
#subscription .box-text li span{}

/*--我的蒐藏--*/
#favorite{}
/*--我的蒐藏標頭--*/
#favorite .box-title{}
/*--我的蒐藏內容區塊--*/
#favorite .box-text{}
/*--我的蒐藏選單--*/
#favorite .box-text select{}


/*--我的連結--*/
#mylink{}
/*--我的連結標頭--*/
#mylink .box-title{}
/*--我的連結內容區塊--*/
#mylink .box-text{}
/*--我的連結-單一分類--*/
#my-link .box-text .link-box{}
/*--我的連結-單一分類標題--*/
#my-link .box-text .link-box h6{}
/*--我的連結-單一連結--*/
#my-link .box-text .link-box li a{}


/*--所有自訂欄位--*/
.folder{}
/*--所有自訂欄位標頭--*/
.folder .box-title{}
/*--所有自訂欄位內容區塊--*/
.folder .box-text{}

/*--powered--*/
#powered{}
/*--powered標頭--*/
#powered .box-title{}
/*--powered內容區塊--*/
#powered .box-text{}

/*--頁尾--*/
#footer{
clear:both ;
background:#fff ;
padding:5px 10px ;
text-align:center ;
}


/*--頁尾-自訂聲明--*/
#footer p{}


/*--頁尾-pixnet連結--*/
#footer #bottom{
background:none;
}

#user-info.box-title,#user-info .box-title,#bottom,#friend-apply/*申請好友*/,.refer/*文章附加資訊*/,.back-to-top,#recent-article a img,#headshot.box-text,#headshot li#headshot-img,.bottom-pixnet,.bottom-skiplink,.forward/*轉寄文章*/,.title h2 img/*文章標題前的密碼圖示/隱藏圖示/好友保護圖示*/,#friend-apply,.history,.bookmark,#category box-more,#category img,#banner .skiplink,#p.skiplink,#blog-category,#box-more,box-title,#pixblogad,.recommended-posts,.pixels,.box-more,#login-bar,#trackback-box,.user-post-title img,.post-comment,.article-area-title,#latest-comment span,dd,dt,.homepage,.comment-icon,#view-mode span,#pixblogad-banner2,#footer {
display:none;
}
#links-row-1 > div { z-index:5; }
#links-row-1 > div:first-child { margin-top: -999em !important; position:absolute; z-index:0; }\*隱藏廣告*\ 
 

arrow
arrow
    全站熱搜

    入野アキサメ 發表在 痞客邦 留言(0) 人氣()