@import url("reset.css");
/*Customizable CSS Section*/
body
{
    margin: 0px;
    font-size:15px;
    position: relative;
	color:#3d3837;
    /*background: #fff;*/
}

.stitle { color:#139a54; padding:5px 0;}
/*Question Title*/
span.field-label, .fnotice
{
    float: left;
    margin: 0px 0 5px 0;
    font-size: 100%;
    /*font-weight: 700;*/
    line-height: 150%;
}

/*Checkbox / Radio Options*/
ul.mc-select > li > a
{

}

/*If div.field-content is in inline-block mode, distance between question and controls*/
span.field-label, .fnotice
{
    padding-right: 20px;
    margin-top: 3px;
}

/* textbox width*/
.field-content > input[type="text"]
{
    width:200px;
}

/*dropdown width*/
div.field-content select
{
    width:250px;
}

/*distance between each question*/
div.field
{
    /*padding-top: 0px;
    padding-bottom: 0px;*/
}

/*scale rating style*/
table.scale-rating th
{
    
}

/*matrix rating level*/
table.matrix-rating th
{
    
}

table.matrix-rating td.title
{
    
}

/* radio and checkbox textbox other setting */
.specify
{
    width: 100px;
}

.btn
{
    display: block;
	width:50%;
    padding:15px;
    margin:0 auto 20px auto;
    font-size: 19px;
    line-height: 1;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.0);
    vertical-align: middle;
    cursor: pointer;
	color:#FFF;
    background: rgb(74,191,113);
background: -moz-linear-gradient(top,  rgb(74,191,113) 0%, rgb(0,153,68) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(74,191,113)), color-stop(100%,rgb(0,153,68)));
background: -webkit-linear-gradient(top,  rgb(74,191,113) 0%,rgb(0,153,68) 100%);
background: -o-linear-gradient(top,  rgb(74,191,113) 0%,rgb(0,153,68) 100%);
background: -ms-linear-gradient(top,  rgb(74,191,113) 0%,rgb(0,153,68) 100%);
background: linear-gradient(to bottom,  rgb(74,191,113) 0%,rgb(0,153,68) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4abf71', endColorstr='#009944',GradientType=0 );

    border:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.0), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}

.btn:hover, .btn:focus {
    text-decoration: none;
	background: rgb(0,153,68);
background: -moz-linear-gradient(top,  rgb(0,153,68) 0%, rgb(74,191,113) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,153,68)), color-stop(100%,rgb(74,191,113)));
background: -webkit-linear-gradient(top,  rgb(0,153,68) 0%,rgb(74,191,113) 100%);
background: -o-linear-gradient(top,  rgb(0,153,68) 0%,rgb(74,191,113) 100%);
background: -ms-linear-gradient(top,  rgb(0,153,68) 0%,rgb(74,191,113) 100%);
background: linear-gradient(to bottom,  rgb(0,153,68) 0%,rgb(74,191,113) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009944', endColorstr='#4abf71',GradientType=0 );

}

/*end section*/










html
{
    height: 100%;
}

.fieldcontainer
{
    text-align: left;
    background: #fff;
    position: relative;
}

.field
{
    display: block;
    min-height: 30px;
    padding: 10px 5px 10px 5px;
    margin: 0px 5px 5px 5px;
    clear: both;
}
div.field-labelblock
{
    display: block;
    clear: both;
}
span.req
{
    color: red !important;
    margin: 2px 0 0 2px;
}
span.error
{
    display: none;
    float: left;
}
div.formfield
{
    display: block;
    min-height: 30px;
    padding: 5px 5px 10px 5px;
    margin: 5px 5px 5px 5px;
    clear: both;
    text-align: left;
    background: #EFEFFF;
}
.formdescription
{
    font-size: 100%;
}
li.sdescription
{
    margin: 5px 0 5px 0;
}

div.field-content
{
    display: block;    
    clear: both;
}
div.field-content-horizontal
{    
    display: inline-block;
    clear: both;
}

div.field-content input[type="text"]
{
    /*width: 250px;*/
    padding: 5px 4px;
    border: 1px solid #CCC;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
div.field-content input[type="password"]
{
    width: 250px;
    border: 1px solid #CCC;
    padding: 5px 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
input[type="submit"]
{
    font-size: 15px;
}
div.field-content textarea
{
    width: 98%;
    padding: 5px 4px;
    border: 1px solid #E3E3E3;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
div.field-content select
{
    /*width: 258px;*/
    border: 1px solid #CCC;
    padding: 3px 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.formfooter
{
    position: relative;
    padding: 5px;
    margin: 5px 5px 15px 5px;
    text-align: left;
    height: 18px;
}
div.ValError
{
    color: Red;
    display: block;
    font-weight: 700;
    text-align: center;
}
#ctlPrev
{
    position: absolute;
    top: 2px;
    left: 5px;
}
#ctlNext
{
    position: absolute;
    top: 2px;
    right: 5px;
}
div.confirmation
{
    display: block;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    min-height: 100px;
    text-align: center;
    font-weight: 600;
}

ul.stitle
{
    padding: 0;
    margin: 7px 12px 12px 11px;
    border-bottom: 1px solid #e0e0e0;
}
ul.stitle li
{
    list-style-type: none;
}
li.stitle
{
    font-size: 19px;
    font-weight: bold;
}
table.scale-rating th
{
    
}
.scale-rating th, .matrix-rating th
{
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    padding: 0 5px 5px 5px;
}
table.scale-rating td
{
    text-align: center;
    border-top: 1px solid #A0A0A0;
    padding: 10px 0;
    width: 50px;
    font-weight: bold;
}
table.matrix-rating
{
    min-width: 50%;
}
table.matrix-rating td.title
{
    text-align: left;
    border-top: 1px solid #A0A0A0;
    padding: 3px 0;
}
table.matrix-rating td
{
    text-align: center;
    padding: 2px 0 6px 0;
}
table.matrix-rating a.rate-off
{
    padding: 12px 17px;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 2px #606060;
    -webkit-box-shadow: 0 1px 2px #606060;
    box-shadow: 0 1px 2px #606060;
    cursor: default;
    display: inline-block;
    background: #D6D6D6;
    background-image: -moz-linear-gradient(top,#dadada,#ccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dadada),color-stop(1,#ccc));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dadada',EndColorStr='#cccccc')";
}
table.matrix-rating a.rate-on
{
    display: inline-block;
    height: 16px;
    padding: 4px 17px;
    text-decoration: none;
    /*background: #4C4C4C url(/SurveyCollector/images/radio-on.png) !important;*/
    background: #4C4C4C !important;
    background-repeat: no-repeat !important;
    background-position: 50% 55% !important;
    /*background-image: url(/SurveyCollector/images/radio-on.png),-webkit-gradient(linear,left top,left bottom,color-stop(0,#828282),color-stop(1,#4C4C4C)) !important;
    background-image: background-image:url(/SurveyCollector/images/radio-on.png),-moz-linear-gradient(top,#828282,#4C4C4C) !important;*/
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    cursor: default;
}
table.matrix-rating a.rate-on:hover
{
    /*background: #4C4C4C url(/SurveyCollector/images/radio-on.png) no-repeat 50% 50% !important;*/
    background: #4C4C4C no-repeat 50% 50% !important;
}
table.scale-rating a.rate-off
{
    padding: 3px 15px;
    cursor: default;
    text-decoration: none;
    color: #333;
    font-weight: normal;
    font-size: 14px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 2px #606060;
    -webkit-box-shadow: 0 1px 2px #606060;
    box-shadow: 0 1px 2px #606060;
    display: inline-block;
    background: #D6D6D6;
    background-image: -moz-linear-gradient(top,#dadada,#ccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dadada),color-stop(1,#ccc));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dadada',EndColorStr='#cccccc')";
}
table.scale-rating a.rate-on
{
    padding: 3px 15px;
    text-decoration: none;
    color: #fff;
    background: #4C4C4C;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#828282),color-stop(1,#4C4C4C)) !important;
    background-image: -moz-linear-gradient(top,#828282,#4C4C4C) !important;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#828282',EndColorStr='#4C4C4C')";
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
table.scale-rating a.rate-on:hover
{
    background: #4C4C4C;
}
a.rate-off:hover
{
    background: #828282 !important;
}
ul.mc-select
{
    padding: 0;
    margin: 1px 0 0 2px;
}
ul.mc-select > li
{
    position: relative !important;
    margin: 0 !important;
    /*border-bottom: 1px solid #E0E0E0 !important;*/
    /*padding: 10px 0 10px 10px !important;*/
    padding: 0 0 10px 10px !important;
    /*font-size: 12px !important;*/
    list-style: none !important;
    cursor: default !important;
}
ul.mc-select > li:first-child
{
    /*border-top: 1px solid #E0E0E0;*/
}
ul.mc-select > li > a
{
    display: block;
    margin: -10px 0 -10px -10px;
    padding: 12px 10px 12px 25px;
    vertical-align: top;
    background-position: left center;
}
ul.mc-select > li > div > a
{    
    margin: -10px 0 -10px -10px;
    padding: 12px 10px 12px 25px;
    text-decoration: none;
    vertical-align: top;
    color: inherit;
    background-position: left center;
    cursor: default;
}
ul.mc-select > li > div > input
{
    margin: -6px 0 -10px 0px;
    /*display: none;*/
    height:14px;
}

.clear1
{
    height: 1px;
    font-size: 1px;
    padding: 0;
    clear: left;
}

.powby
{
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
.specifybox
{
    height: 10px; 
    width: 80px; 
    display: list-item;
    background-color: red;
    font-size:50px;
}
.inline
{
    display: inline-block !important;
}
.horizontal > li {
    display: inline-block;
}
div.hide {
    display: none !important;
}

.field.fnotice .req.acenter { width:100%; text-align:center; display:block; margin-top:10px; margin-bottom:-10px;}


@media screen and (max-width: 680px) {
/* 視窗寬度小於1024時的 CSS。(FOR-800*600)*/ 

/*Customizable CSS Section*/

/*Question Title*/
span.field-label, .fnotice
{
    float: left;
    margin: 0px 0 5px 0;
    font-weight: 700;
}

/*Checkbox / Radio Options*/
ul.mc-select > li > a
{

}

/*If div.field-content is in inline-block mode, distance between question and controls*/
span.field-label, .fnotice
{
    padding-right: 0px;
    margin-top: 3px;
}

/* textbox width*/
.field-content > input[type="text"]
{
    width:200px;
}

/*dropdown width*/
div.field-content select
{
    width:250px;
}

/*distance between each question*/
div.field
{

    /*padding-top: 0px;
    padding-bottom: 0px;*/
}

/*scale rating style*/
table.scale-rating th
{
    
}

/*matrix rating level*/
table.matrix-rating th
{
    
}

table.matrix-rating td.title
{
    
}

/* radio and checkbox textbox other setting */
.specify
{
    width: 100px;
}

.btn
{

	font-size: 17pt;
	padding-left:0;
	padding-right:0;
	width:80%;
	margin-bottom:20px !important;

}

.btn:hover, .btn:focus {
	color: #FFF;
	text-decoration: none;
	background-color: #5aa11b;
}

/*end section*/

html
{
    height: 100%;
}
body
{
	padding: 0;
	/*font-size: 14pt;*/
	position: relative;
	/*line-height: 20px;*/
	/*color: #515151;*/    /*background: #fff;*/
}
.fieldcontainer
{
    text-align: left;
    background: #fff;
    position: relative;
}

.field
{
	display: block;
	min-height: 30px;
	clear: both;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div.field-labelblock
{
    display: block;
    clear: both;
	line-height:20pt;
}
span.req
{
    color: red !important;
    margin: 2px 0 0 2px;
	/*font-size:smaller;*/
}
span.error
{
    display: none;
    float: left;
}
div.formfield
{
    display: block;
    min-height: 30px;
    padding: 5px 5px 10px 5px;
    margin: 5px 5px 5px 5px;
    clear: both;
    text-align: left;
    background: #EFEFFF;
}
.formdescription
{
    /*font-size: 100%;*/
}
li.sdescription
{
    margin: 5px 0 5px 0;
}

div.field-content
{
    display: block;    
    clear: both;
}
div.field-content-horizontal
{    
    display: inline-block;
    clear: both;
}

div.field-content input[type="text"], 
div.field-content input[type="email"], 
div.field-content input[type="number"], 
div.field-content input[type="tel"]
{
	border: 1px solid #E3E3E3;
	font-size: 14pt;
	color: #515151;
	width: 98%;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
	background-color: #FFF;
}
div.field-content input[type="password"]
{
    border: 1px solid #E3E3E3;
	font-size: 14pt;
	color: #515151;
	width: 98%;
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
	background-color: #FFF;
}
input[type="submit"]
{
    /*font-size: 13px;*/
}
div.field-content textarea
{
    width: 98%;
    padding: 5px 4px;
    border: 1px solid #CCC;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
div.field-content select
{
    /*width: 258px;*/
    border: 1px solid #CCC;
    padding: 3px 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.formfooter
{
	position: relative;
	padding: 5px;
	text-align: center;
	height: 18px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
div.ValError
{
    color: Red;
    display: block;
    font-weight: 700;
    text-align: center;
}
#ctlPrev
{
    position: absolute;
    top: 2px;
    left: 5px;
}
#ctlNext
{
    position: absolute;
    top: 2px;
    right: 5px;
}
div.confirmation
{
    display: block;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    min-height: 100px;
    text-align: center;
    font-weight: 600;
}

ul.stitle
{
    padding: 0;
    margin: 7px 12px 12px 11px;
    border-bottom: 1px solid #e0e0e0;
}
ul.stitle li
{
    list-style-type: none;
}
li.stitle
{
    /*font-size: 16px;
    font-weight: bold;*/
}
table.scale-rating th
{
    
}
.scale-rating th, .matrix-rating th
{
    text-align: center;
   /* font-size: 11px;*/
    font-weight: normal;
    padding: 0 5px 5px 5px;
}
table.scale-rating td
{
    text-align: center;
    border-top: 1px solid #A0A0A0;
    padding: 10px 0;
    width: 50px;
    font-weight: bold;
}
table.matrix-rating
{
    min-width: 50%;
}
table.matrix-rating td.title
{
    text-align: left;
    border-top: 1px solid #A0A0A0;
    padding: 3px 0;
}
table.matrix-rating td
{
    text-align: center;
    padding: 2px 0 6px 0;
}
table.matrix-rating a.rate-off
{
    padding: 12px 17px;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-box-shadow: 0 1px 2px #606060;
    -webkit-box-shadow: 0 1px 2px #606060;
    box-shadow: 0 1px 2px #606060;
    cursor: default;
    display: inline-block;
    background: #D6D6D6;
    
}
table.matrix-rating a.rate-on
{
    display: inline-block;
    padding: 4px 17px;
    text-decoration: none;
    /*background: #4C4C4C url(/SurveyCollector/images/radio-on.png) !important;*/
    background: #4C4C4C !important;
    /*background-repeat: no-repeat !important;
    background-position: 50% 55% !important;*/
    /*background-image: url(/SurveyCollector/images/radio-on.png),-webkit-gradient(linear,left top,left bottom,color-stop(0,#828282),color-stop(1,#4C4C4C)) !important;
    background-image: background-image:url(/SurveyCollector/images/radio-on.png),-moz-linear-gradient(top,#828282,#4C4C4C) !important;*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    cursor: default;
}
table.matrix-rating a.rate-on:hover
{
    /*background: #4C4C4C url(/SurveyCollector/images/radio-on.png) no-repeat 50% 50% !important;*/
    background: #4C4C4C no-repeat 50% 50% !important;
}
table.scale-rating a.rate-off
{
    padding: 3px 15px;
    cursor: default;
    text-decoration: none;
    color: #333;
    font-weight: normal;
    /*font-size: 14px;*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    /*-moz-box-shadow: 0 1px 2px #606060;
    -webkit-box-shadow: 0 1px 2px #606060;
    box-shadow: 0 1px 2px #606060;*/
    display: inline-block;
    background: #D6D6D6;
    /*background-image: -moz-linear-gradient(top,#dadada,#ccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dadada),color-stop(1,#ccc));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dadada',EndColorStr='#cccccc')";*/
}
table.scale-rating a.rate-on
{
    padding: 3px 15px;
    text-decoration: none;
    color: #fff;
    background: #4C4C4C;
    /*background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#828282),color-stop(1,#4C4C4C)) !important;
    background-image: -moz-linear-gradient(top,#828282,#4C4C4C) !important;
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#828282',EndColorStr='#4C4C4C')";*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
table.scale-rating a.rate-on:hover
{
    background: #4C4C4C;
}
a.rate-off:hover
{
    background: #828282 !important;
}
ul.mc-select
{
	padding: 0;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13pt;
}
ul.mc-select > li
{
	position: relative !important;
	margin: 0 !important;
	/*font-size: 12px !important;*/
	list-style: none !important;
	cursor: default !important;
	line-height: 18pt;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
ul.mc-select > li:first-child
{
    /*border-top: 1px solid #E0E0E0;*/
}
ul.mc-select > li > a
{
    padding: 8px 10px 8px 25px;

}
ul.mc-select > li > div > a
{
	text-decoration: none;
	vertical-align: top;
	color: inherit;
	background-position: left center;
	cursor: default;
	padding: 0 0 0 25px;
	margin: 0 0 0 -10px;
}
ul.mc-select > li > div > input
{
	margin: -6px 0 -10px 0px;
	/*display: none;*/
	height: 20px;
}

.clear1
{
    height: 1px;
    font-size: 1px;
    padding: 0;
    clear: left;
}

.powby
{
    /*font-size: 11px;*/
    font-weight: normal;
    text-align: center;
}
.specifybox
{
    height: 10px; 
    width: 80px; 
    display: list-item;
    background-color: red;
    /*font-size:50px;*/
}
.inline
{
    display: inline-block !important;
}
.horizontal > li {
    display: inline-block;
}
div.hide {
    display: none !important;
}

#div_n_5 .field-content .field-label_ps, 
#div_n_6 .field-content .field-label_ps {
	padding-left: 13pt;
	font-weight: normal;	

}
.field-content .field-label_ps {
	color: #6199b9;

}
}
@media screen and (min-width: 488px) and (max-width: 679px) {
/* TABLET的CSS*/ 
body{font-size: 16px;}
li.stitle{}  /*問題分類標題樣式*/
span.field-label. .fnotice { font-weight:normal;}/*問題樣式*/
ul.mc-select > li > a{ color:#838383; margin: -9px 0;}/*選項樣式*/
.btn{ font-size:21px;}/*按鈕樣式*/
div.field-content input[type="text"], 
div.field-content input[type="email"], 
div.field-content input[type="number"], 
div.field-content input[type="tel"]
{font-size: 15px;width: 96%;padding: 6px;}/*文字欄位樣式*/

.field.fnotice { font-weight:normal;}
.field.fnotice .req.acenter { margin-bottom:0px;}
}

@media screen and (min-width: 300px) and (max-width: 487px) {
/* ANDROID的CSS*/   
body{font-size: 15pt;}
li.stitle{font-size:17pt; font-weight:normal; line-height:1.4;}  /*問題分類標題樣式*/
span.field-label, .fnotice { font-weight:normal;}/*問題樣式*/
ul.mc-select > li > a{ color:#838383; margin: -9px 0 -9px -15px; line-height:1.4; padding-left:30px;}/*選項樣式*/

.btn{ font-size:18pt; font-weight:normal;}/*按鈕樣式*/
div.field-content input[type="text"], 
div.field-content input[type="email"], 
div.field-content input[type="number"], 
div.field-content input[type="tel"]
{font-size: 14pt;width: 96%;padding: 9px;}/*文字欄位樣式*/
.field.fnotice .req.acenter { margin-bottom:0px;}
}
@media screen and (max-width: 299px) {
/* IPHONE的CSS*/  
body{font-size: 15px;}
li.stitle{font-size:17px; font-weight:normal; line-height:1.4;}  /*問題分類標題樣式*/
span.field-label, .fnotice { font-weight:normal;}/*問題樣式*/
ul.mc-select > li > a{ color:#838383; margin: -9px 0 -9px -25px; padding-left:20px; line-height:1.4;}/*選項樣式*/
.btn{ font-size:18px; font-weight:normal;}/*按鈕樣式*/
div.field-content input[type="text"], 
div.field-content input[type="email"], 
div.field-content input[type="number"], 
div.field-content input[type="tel"]
{font-size: 15px;width: 96%;padding: 5px;}/*文字欄位樣式*/
.field.fnotice .req.acenter { margin-bottom:0px;}
}
