html,body{
    background: #ffffff;
    font-family: Verdana, STHeiti, "Microsoft JhengHei", 微軟正黑體, sans-serif;
}
.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop,.tmblr-iframe--unified-controls{
    /*display:none; !important;*/
    z-index: 999999 !important;
}
img{border:0;}
a{text-decoration:none;}
p a{color:#000000;}
strong, b {
  font-weight: bold;
}
.oathFooter{
	width: 100%;
	background-color: #000;
	color: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
    min-height: 50px;
}
.oathFooter .content{
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 15px;
}

.oathFooter ul{
	position: absolute;
	right: 0;
	top: 13px;
	list-style: none;
}
.oathFooter ul li{
	float: left;
	font-size: 13px;
	line-height: 22px;
	margin: 0 5px;
}

.oathFooter ul li.texta{
	margin: 0 15px;
}

.oathFooter ul li a{
	color: #FFF;
	text-decoration: none;
}
        


#warper{width:100%;}
.content{
	margin:0 auto;
	width:1120px;
}
#warper > .content{
	padding-bottom: 80px;
}
.column_left{
	float:left;
}
.column_right{
	width:280px;
	float:right;
    position: relative;
    margin:0;
    padding:30px 0 0;
}
.column_right.fix{
    position: fixed;
    margin-left: 840px;
    top: 0px;
}	
.article{
    width:100%;
	padding:30px 0;
	border-bottom:1px solid #dedede;
    opacity: 0;
    position: relative;
}
.article .photo{
    margin-right: 20px;
	float:left;
    width: 382px;
    height: 250px;
	overflow:hidden;
    background-color:#eaeaea;
    background-image: url(https://static.tumblr.com/j6tha7z/AFfmuponn/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
	
.article .photo .img{
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.article .text .title h1{
    margin: 0 0 4px 0;
	line-height:140%;
	font-size:30px;
	font-weight:bold;
    color: #d52b1e;
}
.article h2{
    line-height:160%;
    font-size:20px;
	font-weight:bold;
    color: #d52b1e;
    margin: 0 0 4px 0; 
}

.all_titles{
    font-weight:bold;
	color:#000000;
	height:22px;
	line-height:22px;
	font-size:18px;
}
.all_titles span{
	float:left;
	display: block;
	width:9px;
	height:22px;
	background:#000000;
}
	
.all_titles h2{margin-left:22px;}
.list_menu{display:none;}
.article a:hover h2{
	text-decoration: underline;
}