﻿/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Header
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Middle
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
h1 {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 35px;
}
section h3 {
	font-size: 1.5em;
	font-weight: lighter;
	color: #af9d5f;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	} 
section h3 span{bottom: 7px;position: relative;} 

section h3 span .l{padding-right: 10px;} 
section h3 span .r{padding-left: 10px;} 
section h5 {
	font-size: 1.3em;
	color: #af9d5f;
	font-weight: lighter;
	line-height: 2em;}
section
{    
    font-weight: 500;
	width: 90%;
	max-width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom:30px;
	} 
.bottom-50{
	margin-bottom: -50px;
	} 
	
.w{ width: 1000px;
	margin-left: auto;
	margin-right: auto;
}	
.left{text-align: left;}
.float-L{float: left;}
.float-R{float: right;}	
.t-center{text-align: ;
	text-align: center;
}


/* 分隔線 */ 
.hr-top,.hr-down{
	height: 10px;
	border-style: none;
	background-repeat: no-repeat;
	max-width:1000px;}
.hr-top{background-image: url(../images/hr_top.png);}
.hr-down{
	background-image: url(../images/hr_down.png);
	margin-right: auto;
	margin-left: auto;
}
.hr-1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: rgba(175, 157, 95, 0.4);
	padding-top: 10px;
	padding-bottom: 10px;
}
.hr-2 {
	background-image: url(../images/point-01.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 5px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.spacing-70px{
	position: relative;
	margin-top: 70px;
	margin-bottom: 70px;
}

/* 內文共用 */ 
section{
	padding-bottom: 35px;
	padding-top: 35px;
}
figure img{height: auto;width: 100%;}	
article ul{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 19px;
}
article li{margin-bottom: 0px;}
.list-off {
	list-style-type: none;
	margin-left: 0px;
}



/* button */


.read_more{
	margin-top: 60px;
	margin-bottom: 60px;
	text-align: center;
	display: block;
	position: relative;
}
.read_more a{
	background-color: #af9d5f;
	color: #070707;
	display: inline-block;
	padding: 20px 30px;
	font-size: 1.3em;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid rgba(175, 157, 95, 0.0);
}

.button_invoiceOther{
	text-align: left;
	margin: 30px;
}
.button_invoiceOther a{
	background-color: #af9d5f;
	color: #070707;
	display: inline-block;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid rgba(175, 157, 95, 0.0);
	margin: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.button{
	text-align: center;
	margin: 30px;
}
.button a{
	background-color: #af9d5f;
	color: #070707;
	display: inline-block;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid rgba(175, 157, 95, 0.0);
	margin: 20px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.button-2{
	text-align: center;
	margin: 30px;
}
.button-2 a{
	background-color: #af9d5f;
	color: #070707;
	display: inline-block;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid rgba(175, 157, 95, 0.0);
	margin: 20px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.read_more a:hover,.button a:hover,.button-2 a:hover{
	background-color: rgba(175, 157, 95, 0.0);
	color: #af9d5f;
	border: 1px solid #af9d5f;
}
.read_more a:active{
  background:  #af9d5f;
  color: #070707;
}


/*----NEWS最新消息------------------------------------*/

/* news列表 */


.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	}
.panel a{
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 70px;
	min-height: 40px;
	border-bottom: 1px solid rgba(175, 157, 95, 0.4);
	color: #af9d5f;
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	}
.panel a:hover{
	color: #c6b585;
	background-color: rgba(175, 157, 95, 0.3);
	}	
.list{
	margin-top: -9px;
	margin-bottom: -9px;
	margin-right: auto;
	margin-left: auto;
	max-width:1000px;
}
.box-generic {
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 70px;
	min-height: 40px;
	border-bottom: 1px solid rgba(175, 157, 95, 0.4);
	color: #af9d5f;
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	list-style-type: none;
	list-style-position: outside;
	
}
.box-generic a{
	color: #af9d5f;
	text-decoration: none;
	display: block;
}
.box-generic a:hover{color: #c6b585;}
.box-generic:hover{background-color: rgba(175, 157, 95, 0.1);}
.box-generic .day,.panel .day{
	font-size: 11pt;
	font-style: italic;
	right: 20px;
	position: absolute;
	top: 22px;
}
/* 彩帶標籤 */
.box-generic .off {display: none;}
.ribbon-wrapper {
	width: 60px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	top: -1px;
	left: -1px;
}
.ribbon-wrapper .ribbon {
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	padding: 5px 0;
	top: 5px;
	left: -25px;
	width: 90px;
	line-height: 20px;
	background-color: #797979;
	text-transform: uppercase;
}
.ribbon-wrapper .ribbon.gold {
 background: #af9d5f; /* Old browsers */
 background: -moz-linear-gradient(45deg,  #af9d5f 23%, #d5bd74 49%, #af9d5f 73%); /* FF3.6-15 */
 background: -webkit-linear-gradient(45deg,  #af9d5f 23%,#d5bd74 49%,#af9d5f 73%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(45deg,  #af9d5f 23%,#d5bd74 49%,#af9d5f 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af9d5f', endColorstr='#af9d5f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

 color: #910000;
}
/* news內容頁------ */
.news-date{
	text-align: center;
	font-style: italic;
	margin-bottom: -30px;
	margin-top: 40px;
	font-size: 0.8em;
}
.news-date span{bottom: 5px;position: relative;} 
.news-date span img{width: 70px;height: 1px;} 
.news-date span .l{padding-right: 10px;} 
.news-date span .r{padding-left: 10px;} 

.news-img{
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: left;
}

section.news{
	width: 90%;
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
	} 
article.news{
	margin-right: 5%;
	margin-left: 5%;
	text-align: left;
}
article.news h3{text-align: left;padding: 0px;}
article.news strong{font-size: 1.5em;font-weight: 300;}
article.news p span{position: relative;top: -4px;line-height: 1.7em;}
section.news img{
	width:100%;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: left;
}

.news .box { width: 100%;position: relative;bottom: 20px;}
.news .box .span4 {
	border-left: 1px solid rgba(175, 157, 95, 0.4);
	padding-left: 4%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5%;
	width: 45%;
}


/*----About關於貝克街------------------------------------------*/
main.about-bg{
	background-image: url(../images/about-bg.png);
	background-repeat: no-repeat;
	background-position: center 350px;
	background-size: 100%;
}

.about h4 {
	font-size: 1.3em;
	letter-spacing: 2px;
	padding-bottom: 20px;
	font-weight: 300;
	margin-bottom: 20px;
}
.about .h4 {
	background-image: url(../images/blink-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

article.about{}
article .sign-box{
	width: 100%;
	position: relative;
	text-align: right;
	font-style: italic;
	font-size: 0.85em;
	padding-top: 20px;
}
article .sign{
	font-family: Cezanne-Pro;
	font-size: 3em;
	font-weight: 300;
	font-style: normal;
	margin-top: -10px;
	margin-right: 15px;
	}
article.about .t-box{
	position: relative;
	margin-bottom: 60px;
}

/*----INGREDIENTS巖選原料------------------------------------------*/

.ingredient{}
/*1225miffe修*/
.ingredient article h4 {
	font-size: 1.5em;
	letter-spacing: 2px;
	font-weight: 300;
	margin-bottom: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid rgba(175, 157, 95, 1);
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	height: 72px;
	padding-top: 42px;
	padding-bottom: 6px;
	color: rgba(0,0,0, 1);
	background-color: rgba(175, 157, 95, 1);
}
.ingredient article p ,.ingredient article h5{
	text-align: left;
}
.ingredient article h5{
	text-align: left;
}
.ingredient article ol{
	line-height: 3em;
	font-size: 1.08em;
}
.ingredient article ol li{
	list-style-position: outside;
	line-height: 1.3em;
	margin-left: 20px;
	margin-bottom: 0.8em;
	
}
/*----case事件簿------------------------------------------*/

.caselist{}
.caselist h3{
	font-size: 1.5em;
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 15px;
}
/* 案件區塊(框) */
.casebox{
	border-style: solid;
	border-width: 17px;
	-moz-border-image: url(../images/rim-01.png) 17 stretch;
	-webkit-border-image: url(../images/rim-01.png) 17 stretch;
	-o-border-image: url(../images/rim-01.png) 17 stretch;
	border-image: url(../images/rim-01.png) 17 fill stretch;
	padding-top: 15px;
	margin-bottom: 30px;
	}

/* 案件編號 */
.casebox h4{font-size: 1.1em;font-weight: lighter;letter-spacing: 2px;}
.casebox h4 span{bottom: 6px;position: relative;} 
.casebox h4 span .l{padding-right: 10px;} 
.casebox h4 span .r{padding-left: 10px;} 
/* 案件 */
.casebox div h5{
	letter-spacing: 2px;
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.casebox div.Soon{}
.casebox div.in{
	z-index: 1;
	position: relative;
}
.casebox:hover{background-color: rgba(175, 157, 95, 0.1);}
.casebox div a:hover{text-shadow: 1px 1px 1px #000,0px 0px 9px rgba(175, 157, 95, 0.6);}
.requirement{
	background-image: url(../images/point-01.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 1.1em;
	margin-right: 10px;
	margin-left: 10px;
}
.requirement span{
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
}
.casebox div.label{
	background-image: url(../images/label-01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 89px;
	width: 102px;
	position: absolute;
	top: -66px;
	left: 10px;
	font-size: 1.6em;
	z-index: 5;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
}
.casebox div .closed{
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border: 1px solid rgba(175, 157, 95, 1);
	text-align: center;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	height: 60px;
	width: 90px;
	font-size: 1.5em;
	font-weight: lighter;
	padding-top: 30px;
	position: absolute;
	z-index: 50;
	right: 0px;
	margin-right: 30px;
	margin-top: -30px;
}

.on{display: block;}
.off{display: none;}


.case-signature{
	text-align: right;
	font-size: 1.1em;
	margin-bottom: -30px;
}


.case-data h4{
	font-size: 1em;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-weight: lighter;
}
.case-data p{
	font-size: 1em;
	text-align: left;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: lighter;
}
.case-closed {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.case-closed p{
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: lighter;
	cursor: pointer;
}



/*-- contact --*/
.contact{}
.contact article {
	margin-bottom: -40px;
}
.contact .head p{
	font-size: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
.contact p{
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 45px;
}

.contact h2{
	color: #000;
	font-size: 32px;
	margin: 0 0 1em 0;
	text-align: center;
}


/*----SingUp加入會員----------------------------------------*/

.SingUp{
	max-width: 760px;
	margin-bottom: -20px;
}
.SingUp article{
	width: 100%;
}
.SingUp .box{
	float: left;
	width: 44%;
	min-height: 100px;
	padding-right: 1%;
	padding-left: 1%;
}
.SingUp .box+.box{
	margin-left: 8%;	
}


/*----ShoppingNotice購物說明------------------------------------*/
.ShoppingNotice article{
	margin-bottom: 50px;
}
.ShoppingNotice h3{margin-top: 25px;}
.ShoppingNotice .p1{
	top: -30px;
	position: relative;
	line-height: 0px;
	margin-bottom: 5px;
}
.ShoppingNotice table {
	min-width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-weight: lighter;
	margin-bottom: 30px;
}
.ShoppingNotice table .T-l {
	text-align: left;

}
.ShoppingNotice table .T-l2 {
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}
.ShoppingNotice table .T-r {
	text-align: right;
}
.ShoppingNotice table .Indent {
	padding-left: 2em;
}
.ShoppingNotice .T1 {
	font-size: 1.3em;
}
.ShoppingNotice table th,.ShoppingNotice table td {
	border-bottom: 1px solid rgba(175, 157, 95, 0.7);
	padding-top: 10px;
	padding-bottom: 10px;
}
.ShoppingNotice .T1 th,.ShoppingNotice .T1 td {
	padding-top: 15px;
	padding-bottom: 15px;
}



	




/*----FAQt常見問題------------------------------------------*/
.FAQ{}
.FAQ .QA{
	margin-top: 30px;
	margin-bottom: 30px;
	}
.FAQ .QA dt,.FAQ .QA dd{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1em;
}
.FAQ .QA dt:before {content: "Q:";}
.FAQ .QA dd:before {content: "A:";}
.FAQ .QA dt p,.FAQ .QA dd p{
	margin-left: 30px;
	margin-top: -23px;
	margin-bottom: 0px;
}




/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Footer
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/ 


 
 
 
/*----*/
@media screen and (max-width: 1366px) {
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Header------------*/



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Middle------------*/



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Footer------------*/


}

@media screen and (max-width: 1024px) {
 /* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Header------------*/


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Middle------------*/
h1 {padding-top: 45px;
	padding-bottom: 40px;
}
.hr-top,.hr-down{
	width: 90%;
	-moz-background-size:100% 9px;
	-webkit-background-size:100% 9px;
	-o-background-size:100% 9px;
	background-size:100% 9px;
}
/* 內文共用 */ 
/* news列表 */
.list{width: 90%;}


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Footer------------*/



}

@media screen and (max-width: 768px) {
 /* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Header------------*/



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Middle------------*/
.contact article {
	margin-bottom: -20px;
}
section
{
    font-weight: 400;
	padding-bottom: 0px;
	padding-top: 0px;
}

h1
{
    font-weight: 400;
}
/* news列表 */
.box-generic {
	position: relative;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 70px;
	min-height: 40px;
	line-height: 1.5em;
}
.panel a{
	position: relative;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	min-height: 40px;
	border-bottom: 1px solid rgba(175, 157, 95, 0.4);
	color: #af9d5f;
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	}
.box-generic .day{
	font-size: 11pt;
	font-style: italic;
	position: absolute;
	top: 10px;
	left: 70px;
}
.panel .day{
	font-size: 11pt;
	font-style: italic;
	position: static;
	margin-left: 10px;
}
.news .box .span4 {
	border-left: 1px solid rgba(175, 157, 95, 0.4);
	padding-left: 4%;
	margin-right: 5%;
	width: 100%;
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Footer------------*/

}


@media screen and (max-width: 640px) {
 /* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Header------------*/



/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Middle------------*/
/* news列表 */
.box-generic {
	position: relative;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 70px;
	min-height: 40px;
	line-height: 1.5em;
}
.box-generic .day{
	font-size: 11pt;
	font-style: italic;
	position: absolute;
	top: 10px;
	left: 70px;
}

.float-R{
	float: none;
}
article .float-R{
	float: none;
	margin-left: -4%;
}
.button{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}
.button a{
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.button-2{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	width: 80%;
	margin-left: 5%;
	margin-right: 15%;
}
.button-2 a{
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/*----case事件簿------------------------------------------*/
/* 案件編號 */
.casebox h4 span img{width: 60px;height: 1px;} 


.requirement{
	background-image: url(../images/point-01.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 1.1em;
	margin-right: 10px;
	margin-left: 10px;
}
.requirement span{
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	float: left;
}

/*----SingUp加入會員----------------------------------------*/

.SingUp{
	max-width: 760px;
	margin-bottom: -20px;
}
.SingUp article{
	width: 100%;
}
.SingUp .box{
	float: left;
	width: 98%;
	min-height: 100px;
	padding-right: 1%;
	padding-left: 1%;
}
.SingUp .box+.box{
	margin-left: 0%;	
}




/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Footer------------*/


}

@media screen and (max-width: 480px) {

section h3 span{bottom: 7px;position: relative;} 
section h3 span img{
	width: 20%;
	height: 1px;
}
section h3 span .l{padding-right: 10px;} 
section h3 span .r{padding-left: 10px;} 


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Middle------------*/

/*----case事件簿------------------------------------------*/
.casebox div.label{
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	height: 60px;
	width: 70px;
	position: absolute;
	top: -66px;
	left: 10px;
	font-size: 1em;
	z-index: 5;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	line-height: 1.1em;
	background-position: bottom;
	padding-bottom: 3px;
}
.casebox div .closed{
	height: 50px;
	width: 70px;
	font-size: 1.2em;
	padding-top: 20px;
	position: absolute;
	margin-right: 0px;
	margin-top: -20px;
}
.contact .head p{
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Footer------------*/

}

@media screen and (max-width: 400px) {

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Middle------------*/
/* 案件編號 */
.casebox h4{
	margin-top: 20px;	
}
.casebox h4 span img{width: 30px;height: 1px;} 
.casebox div h5{
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.casebox div.label{
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100% 90%;
	height: 48px;
	width: 65px;
	position: absolute;
	top: -95px;
	left: 5px;
	font-size: 1em;
	z-index: 5;
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
	line-height: 1.1em;
	background-position: bottom;
	padding-bottom: 0px;
}
.casebox div .closed{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid rgba(175, 157, 95, 1);
	text-align: center;
	height: 42px;
	width: 60px;
	font-size: 1.2em;
	padding-top: 18px;
	position: absolute;
	margin-right: 0px;
	margin-top: -70px;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
Footer------------*/

}
