.box-modal {
	position: relative;
	width: 700px;
	/*height: 467px;*/
	padding: 0 0 0 0;
	background:rgba(0,0,0,0.75);
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .75);
}
.box-modal_close {
	position: absolute;
    width: 36px;
    height: 36px;
    right: 0px;
    top: 0px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    z-index: 9999;
    background-color: #000;
    background-color: rgba(0,0,0,0.6);
}
.box-modal_close:hover { color: #666; }

.g-hidden {
display: none;
}

.m-dotted {
	width:118px;
	height:36px;
	line-height:36px;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:100;
	text-align:center;
	background-color:#a40000;
	right:228px;
	bottom:10px;
	position:absolute;
	/*border-bottom: 1px dotted #106d9f;*/ 
	cursor: pointer;
	transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:none;
}

.m-dotted:hover { 
	color: #fff; 
	/*border-color: #c00;*/
	background-color:#156beb;}
	
.caption{
	position:relative;}
	
.caption .caption_fbshare{
	position:absolute;
	right:35px;
	top:-5px;}
	
.caption_head{
	width:100%;
	height:32px;
	line-height:32px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #7e6b5a;}

.caption_title{
	float:left;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#ffd200;}
	
.caption_date{
	float:right;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffd200;}
	
.caption p{
	color: #ddd;
	font-family:"微軟正黑體", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:1.7;}
	
.caption p img{
	width:100%;
	height:auto;}
	
@media screen and (max-width:1366px) {

.box-modal {
	width: 490px;
	/*height: 327px;*/
}

}

@media screen and (max-width:500px) {

.box-modal {
	width: 320px;
	/*height: 213px;*/
}

}

@media screen and (max-width:320px) {

.box-modal {
	width: 300px;
	/*height: 200px;*/
}

}
