
	#article {
		display: block;
		float: left;
	}
	#article #article_title{
		font-size: 30px;
		line-height: 36px;
		color: #373a3f;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 2px dotted  #04495f;
		display: inline-block;
		margin-bottom: 10px;
	}
	#article #article_category {
		margin-left: 20px;
		color: #666;
	}
	#article #article_date {
		text-align: right;
		margin: 20px;
		line-height: 26px;
		color: #6f8ca0;
		margin-top: 5px;
	}
	#article #article_content {
		margin: 20px;
		line-height: 26px;
	}
	#article #article_content img {
		max-width: 700px;
		padding: 2px;
	}
	#article #article_back {
		margin-top: 60px;
		text-align: center;
	}
	#side {
		float: left;
		width: 200px;
	}
    #articleMenu {
        margin:0;
        padding:0;
		width: 175px;
        list-style-type:none;
        line-height: 25px;
        background-color: #b2cfed;
        padding: 10px;
    }

    #articleMenu li a {
        background-image:url(../images/menu_arrow.png);
        background-position:2% 50%;
        background-repeat:no-repeat;
        padding:2px 10px 2px 16px;
        color: #313233;
        font-weight: bold;
    }
    
    #articleMenu li li a {
        background-image: none;
        color: #484849;
        font-size: 15px;
        font-weight: normal;
        padding-left: 24px;
    }

    #articleMenu a {
        display:block;
        font-weight:bold;
        text-decoration:none;
    }

    #articleMenu a:hover {
    	text-decoration: underline;
    }

    #articleMenu ul {
        overflow: hidden;
        margin:0;
        padding:0;
    }

    #articleMenu li {
        margin:0;
        padding:0;
        list-style-type:none;
    }

/* 大螢幕 */
@Media (min-width: 1080px) {
	#side {
		display: block;
	}
	#article {
		border-left: 1px dashed #888888;
		width: 740px;
		min-height: 950px;
	}
	#article #article_title{
		margin: 20px;
		width: 700px;
	}
}
 
/* 平板電腦、橫向手機和一般桌機解析度 */
@Media (min-width: 768px) and (max-width: 1079px) {
	#side {
		display: block;
	}
	#article {
		border-left: 1px dashed #888888;
		width: 740px;
		min-height: 950px;
	}
	#article #article_title{
		margin: 20px;
		width: 700px;
	}
}
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@Media (max-width: 767px) {
	#side {
		display: none;
	}
	#article {
		width: 100%;
	}
	#article #article_title{
		margin: 20px 0 20px 0;
		width: 100%;
	}
}
 
/* 橫向智慧手機及其他更小解析度 */
@Media (max-width: 480px) {
	#side {
		display: none;
	}
	#article {
		width: 100%;
	}
	#article #article_title{
		margin: 20px 0 20px 0;
		width: 100%;
	}
}	

