﻿.mm-page{
    z-index:500;
}
.remodal {
    padding: 10px 0 15px 0;
}
.remodal>p {
    padding:0 10px;
    margin: 20px 5px 5px 5px;
}
.remodal > p > h3 {
    min-height: 100px;
    vertical-align: middle;
}
.remodal ul{
    padding:0;
}
.remodal-share {
    background-color: #FF9900;
}
.remodal-share:hover, .remodal-share:focus {
    background: #F79400;
}
.remodal-del {
    background-color: #666633;
}
.remodal-del:hover, .remodal-del:focus {
    background: #484824;
}
.remodal-down {
    background-color: #999999;
}
.remodal-down:hover, .remodal-down:focus {
    background: #808080;
}
.remodal-close
{
}
.executing {
    background-color:transparent;
}
.executing .remodal-close{
   display:none;
}
.executing .load {
    font-size: 8em;
    color: #FFFFFF;
}
.executing .symbol-1 {
    font-size: 10em;
    color: #33CC33;
}
.remodal-issue {
    background-color: #66CCFF;
}
.remodal-issue:hover, .remodal-issue:focus {
    background: #24B8FF;
}
.remodal-download
{
    background-color: #FF99CC;
}
.remodal-download:hover, .remodal-download:focus
{
    background: #FF66CC;
}
.remove {
    color: #FFFFFF;
    text-decoration: none;
}
.messgurl
{
    max-width:80vw;
}

input[type="text"],input[type="password"]{
    border: 1px solid #ddd;
    font-size: 12pt;
    text-indent: 10px;
    height:32px;
    color: #666;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
textarea
{
    border: 1px solid #ddd;
    font-size: 12pt;
    color: #666;
    padding:5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.radio-tbr1 input[type="radio"],.radio-tbr2 input[type="radio"] {
    display:none; 
}

.radio-tbr1 label
{
	display: inline-block;
	background-color: #dcdcdc;
	padding: 4px 11px;
	cursor:pointer;
}

.radio-tbr1 label:hover {
    background-color: #CACACA;
}

.radio-tbr1 input[type="radio"]:checked + label
{
	background-color: #FBB040;
}
.radio-tbr1 input[type="radio"]:checked + label:before
{
	font-family: "fontello";
	content: '\e821';
}
.radio-tbr2 label
{
	display: inline-block;
	cursor:pointer;
	padding: 5px 11px 5px 30px;
	background: url(image/savefrom.png)  no-repeat 0 3px;
	font-size: 12pt;
}

.radio-tbr2 input[type="radio"]:checked + label
{
	background-position: 0px -47px;
}

.checkbox-tbr1 input[type="checkbox"],.checkbox-tbr2 input[type="checkbox"]{
    display:none; 
}

.checkbox-tbr1 label {
    display:inline-block;
    background-color:#ddd;
    cursor:pointer;
    padding:4px 11px;
}

.checkbox-tbr1 input[type="checkbox"]:checked + label
{
	background-color: #FBB040;
}

.checkbox-tbr2 label
{
    font-family: "fontello";
	display: inline-block;
	font-size: 12pt;
	cursor:pointer;
}
.checkbox-tbr2 label:before
{
    content: '\e82b'; 
}
.checkbox-tbr2 input[type="checkbox"]:checked + label:before
{
    content: '\e82e';
}
.checkbox-tbr1>span,.checkbox-tbr2>span
{
    padding:3px 5px;   
}
.gl_button 
{
    text-align: center;
    font-size: 18px;
    height: 45px;
    padding: 0 10px;
    text-decoration: none;
    color: #212121;
    background: #ffc800;
    border: 1px solid #ffc800;
    border-radius: 5px;
    margin: 20px 0;
    font-weight: normal;
    cursor: pointer;   
}
.gl_button:hover
{
    background: #FFD851;
}

.line,.infodata a.line,.chrgBox a.line
{
    color: #00CC00;
    font-size: 14pt;
    text-indent:0;
}

.txtread .blog-title
{
   text-align:center;    
}
.txtread .blog-content
{
    max-height: 300px;
    overflow: auto;
    padding:10px;
    background-color: #F2F2F2;
    box-sizing: border-box;
}

/* 會員登入/內容
   ========================================================================== */
.mainlongBox
{
    max-width:400px;
    margin: 50px auto; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    padding:15px;
    box-shadow: 0.5px 1px 5px #999;
}
.memberbox{
    float:right; 
    margin-top:20px;
    margin-right:10px;
}
.memberbox font{
    margin-right:5px;   
    font-size: 130%;
}
.memberbox a {
    text-decoration: none;
    color: #FF9900;
    font-size: 120%;
}
.memberbox a.profile {
    color: #999966;
}
.profilebox{
    width:150px; 
}
.profilebox ul {
    list-style-type: none;
    margin:15px 10px;
    padding:0;
}
.profilebox ul li {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    text-align: left;
}
.profilebox ul li a {
    text-decoration: none;
    font-size:14px;
    color: #666633;
}
.profilebox ul li a:hover {
    color: #FF9900;
}
.profilebox ul li a font{
    margin-right:5px;
}
#cartrbox a {
    text-decoration: none;
    color: #CC9900;
    text-align: center;
}
#cartrbox a:hover {
    text-decoration: none;
    color: #FFCC00;
    text-align: center;
}
#cartrbox a div.cartdiv1{
    font-size:14px;
    margin-bottom:6px;
}
#cartrbox a div.cartdiv2 {
    font-size: 14px;
    margin-bottom: -43px;
    color: #FFFFFF;
    position:relative;
    z-index:9;
}
#cartrbox a font{
    font-size:60px;
}
.pfcartr{
     float:left;
     margin-top:-3px;
}
.pfcartr div.cartdiv1{
    display:none;
}
.pfcartr div.cartdiv2 {
    font-size: 12px;
    margin-bottom: -8px;
    color: #FFCC00;
    z-index: 9;
    text-align: center;
}

/* 登入視窗選單
   ========================================================================== */
.chrgBox
{
    max-width:400px;
}
.chrgBox .google
{
    border: 1px solid #CCCCCC;
    margin-top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.chrgBox a
{
	text-decoration: none;
	color: #0066ff;
}
.chrgBox .hr
{
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 20px 0 0 0;
}
.chrgBox .hr hr
{
    border-style: solid none none none;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #CC99FF;
}
.chrgBox .hr font
{
    background-color: #FFFFFF;
    display:block;
    position:relative;
    width:40px;
    margin: -20px auto 0 auto;
}
.chrgBox .email
{
    background-image: url(image/icons.png);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 3px -120px;
}
.chrgBox .phone
{
    background-image: url(image/icons.png);
    background-repeat: no-repeat;
    height: 40px;
    background-position: 5px -538px;
}
.chrgBox .email a,.chrgBox .phone a
{
    font-size: 12pt;
}
.chrgBox a:hover
{
    text-decoration: underline;
}
.chrgBox p
{
    text-align: left;
    text-indent: 12px;
    margin-bottom:10px;
}
.chrgBox .fgtpw,.mainlongBox .fgtpw
{
   float:right;
   margin-right:10px;   
}
.chrgBox input[type='text'],.chrgBox input[type='password'],.chrgBox input[type='tel'],
.mainlongBox input[type='text'],.mainlongBox input[type='password'],.mainlongBox input[type='tel']
{
    border: 1px solid #C0C0C0;
    height:20px;
    width:84%;
    font-size: 11pt;
    padding: 10px 0 10px 50px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-indent: 0;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    color: #666666;
    background-image: url(image/icons.png);
    background-repeat: no-repeat;
    background-position: 5px -570px;
}
.chrgBox .nickname,.chrgBox .password_txt,.chrgBox .phone_txt,.chrgBox .email_txt{
    width:90%;  
    margin:0 auto;
}
.chrgBox .password_txt input,.mainlongBox .password_txt input
{
    background-position: 5px -260px;
}
.chrgBox .nickname input,.mainlongBox .nickname input
{
    background-position: 5px -310px;
}
.chrgBox .phone_txt input
{
    background-position: 5px -530px;
}
.chrgBox .email_txt input
{
   background-position: 3px -110px;
}
.chrgBox h1
{
    font-size:20pt;
    margin-bottom:20px; 
}
.chrgBox h2,.mainlongBox h2
{
    color: #FF9900;
    text-align:center;
}
.chrgBox .chrgBoxmsg,.mainlongBox .chrgBoxmsg
{
	min-height: 20px;
	font-size: 12pt;
	padding: 5px;
	color: #ff3333;
	text-align:center;
}

/* tooltipster
========================================================================== */
.tooltipster-sidetip.tooltipster-tcl .tooltipster-box {
    border-radius: 5px;
    border-bottom: 3px solid #f71169;
    background: #FFFFFF;
    -moz-box-shadow: 0.5px 1px 8px #999;
    -webkit-box-shadow: 0.5px 1px 8px #999;
    box-shadow: 0.5px 1px 8px #999;
    border-style: none;
    border-width: medium;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: #CCCCCC;
    border-left-color: inherit;
}
.tooltipster-sidetip.tooltipster-tcl.tooltipster-top .tooltipster-box {
    margin-bottom: 7px;
}
.tooltipster-sidetip.tooltipster-tcl .tooltipster-content {
    color: #fff;
    padding: 8px 16px;
}
.tooltipster-sidetip.tooltipster-tcl .tooltipster-arrow-background {
    display: none;
}
.tooltipster-sidetip.tooltipster-tcl.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #FFFFFF;
}
.tooltipster-sidetip.tooltipster-tcl.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #FFFFFF;
}
.tooltipster-sidetip.tooltipster-tcl.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #FFFFFF;
}
.tooltipster-sidetip.tooltipster-tcl.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #FFFFFF;
}
/* tooltipster end
========================================================================== */

/*版型*/
.temps_page ul.tempslist {
    min-height:400px;
    width:98%;
    margin: 10px 0;
    text-align: left;
    background-color: #EFEFEF;
    list-style-type: none;
    display:inline-block;
    padding-left:10px;
}
.temps_page ul.tempslist li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    position:relative;
    padding: 5px;
    margin: 10px;
    max-width: 28%;
    float: left;
    cursor: pointer;
    background-color: #FFFFFF;
    overflow:hidden;   
    transition: background-color .5s;
}
.temps_page ul.tempslist li:hover {
    background-color: gold;
}
.temps_page ul.tempslist li:hover img {
}
.temps_page .tempslist img{
   max-width:100%;
   height:auto;
}

/*素材*/
.temps_page ul.material {
    min-height:400px;
    width:98%;
    margin: 10px 0;
    text-align: left;
    background-color: #EFEFEF;
    list-style-type: none;
    display:inline-block;
    padding-left:10px;
}
.temps_page ul.material li
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    padding: 5px;
    margin: 10px;
    min-width: 14%;
    max-width: 14%;
    min-height: 100px;
    max-height: 100px;
    float: left;
    cursor: pointer;
    text-align: center;
    background-color: rgba(255,255,255,0.2);
    vertical-align: middle;
    line-height: 100px;
    overflow: hidden;
}
.temps_page ul.material li.pngbg
{
    background: url(image/pngbg.jpg);
    background-position: center center;
}
.temps_page ul.material li:hover {
    background-color: #FFD700;
}
.temps_page ul.material li:hover img{
}
.temps_page .material img{
    object-fit: contain;
}
.temps_page_foor a {
    color: #999966;
    text-decoration: none;
}
.temps_page_foor a:hover {
    color: #CCCC00;
}
.temps_page_foor a.disabled {
    color: #CCCCCC;
}

.select-tmpp-button
{
    margin-left:10px;   
    cursor:pointer;
}
.select-tmpp-button:hover
{
    background-color: #33b6cc;
}
.dowbox h4
{
    color: #996633;
    margin:0;
}
.dowbox span
{
    background-color: #FFFFCC;
    display: inline-block;
    padding: 15px 25px;
    margin-top: 10px;
    border-radius: 3px;
}
.dowbox a
{
    text-decoration: none;
    color: #3399FF;
}
.dowbox font
{
    color: #FF3300;
    font-size: 12pt;
}
.remodal button.rlbut{
    min-width:80px;
    margin-top: 10px;
}
.sharebox{
    margin:15px auto 0 auto;
    display:inline-block;
    border:#F7D352 1px solid;
	border-radius: 3px;
}
.sharebox h3{
    font-size:0.8em;
	margin:0;
	padding:5px;
	background-color:#F7D352;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	width:30px;
    height:30px;
    float:left;
}
.sharebox ul{
    float:left;
	list-style-type: none;
	margin:0;
	padding:0;
}
.sharebox ul li{
    margin:2.5px 5px 0 5px;
    width:25px;
    height:25px;
    float:left;
    line-height:25px;
}
.share-rlbut{
    font-size:1.2em;
    cursor:pointer;
    border-radius: 50%;
    padding: 5px;
}
.share-facebook{
    color:#fff;
    background-color:#1778f2;
}
.share-line{
    color:#fff;
    background-color:#00B900;
}
.share-rlbut:hover{
    opacity: .8;
}
@media screen and (max-width: 768px){
    .remodal button.rlbut{
         min-width:80px;
         margin-top: 10px;
    }
}

@media screen and (max-width: 480px){
    .remodal button.rlbut{
         min-width:70px;
         margin-top: 10px;
    }
}

/* 列表
========================================================================== */
.daveiw {
    padding: 0;
    width:96%;
    margin:20px auto 0 auto;
}
.daveiw h2 {
    color: #FF3300;
}
.daveiw ul
{
	padding: 0;
	margin: 0;
}
.daveiw ul li
{
	list-style-type: none;
    text-align:left;
}
.daveiw .title,.daveiw .iten
{
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #d3d3d3 1px solid;
}
.daveiw .title li,.daveiw .iten li
{
	float: left;
	list-style-type: none;
	text-align:center;
	padding:5px 0;
}
.daveiw .title label {
    display: inline-block;
    width: 100%;
}
.daveiw .title li {
    background-color: #F9F9F9;
}
.daveiw .iten
{
	background-color: #ffffff;
}
.daveiw .iten span {
    display: inline-block;
    width: 100%;
    margin: 5px;
}	
.avgeviw
{
	padding: 0;
	margin:20px 0;
}
.avgeviw ul
{
	padding: 0;
	margin: 0;
}
.avgeviw ul li
{
	list-style-type: none;
    text-align:left;
}
.avgeviw .title,.avgeviw .iten
{
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #d3d3d3 1px solid;
}
.avgeviw .title label {
    display: inline-block;
    width: 100%;
    margin: 5px;
    text-align: center;
}
.avgeviw .title li {
    background-color: #F9F9F9;
}
.avgeviw .title li,.avgeviw .iten li
{
	float: left;
	list-style-type: none;
	text-align:center;
	padding:5px 0;
}
.avgeviw .iten
{
	background-color: #ffffff;
	position:relative;
}
.avgeviw .iten label:not(span label)
{
	display: none;
}
.avgeviw .iten span {
    display: inline-block;
    width: 100%;
    margin: 5px;
}	
.avgeviw .iten span font:not(.icon-up-hand) {
    padding-right:30%;
}
.avgeviw .gmlistBox
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-top: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	background-color: #f8f8ff;
}
.avgeviw .iten span a {
    text-decoration: none;
    color: #CCCC00;
}
.avgeviw .iten span a.icon-left-hand{
    color: #666699;
}
.avgeviw .iten span a:hover
{
	color: #ffcc33;
}
.avgeviw .iten span a.wang {
    text-decoration: none;
    color: #FF6600;
}
.avgeviw .iten span a.wang:hover {
    color: #FF8635;
}
.avgeviw .iten span a.wang2
{
    color: #CC6600;
}
.avgeviw .iten span a.inva
{
    color: #999999;
}
.avgeviw sup{
     display:inline-block;
}
.avgeviw sub{
     vertical-align:inherit;
     font-size:13pt;
}
.avgeviw sub.utop{
    border-radius: 50%;
    background-color:#F7EB7C;
    padding:5px;
}
.avgeviw .iten span .utop a{
     color: #000
}
.pagefoor{
    text-align:center;
    padding:50px 0;
}
.pagefoor a {
    color: #999966;
    text-decoration: none;
    padding: 3px 6px;
}
.pagefoor a:hover {
    color: #CCCC00;
}
.pagefoor a.disabled {
    color: #CCCCCC;
}
.pagefoor a.over {
    background-color: #CCCCCC;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #000000;
}
.avgeviw .addBox
{
	text-align: right;
}
.avgeviw .addBox a
{
	display: inline-block;
	padding: 5px 10px;
	margin: 5px 5px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	color: #ffffff;
	background-color: #669933;
	text-decoration: none;
}
.avgeviw .addBox a:hover
{
	background-color: #668033;
}
.avgeviw .make {
    font-weight: bold;
}
.avgeviw .pscent {
    color: #C0C0C0;
}
.avgeviw .pscent b {
    text-decoration: underline;
}
.infodata .iten
{
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: #fff 1px solid;
	border-right: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #d3d3d3 1px solid;
}
.infodata .iten li
{
	float: left;
	list-style-type: none;
	text-align:center;
	padding:5px 0;
}
.infodata ul.at-last
{
    border-bottom-style: none;
}
.infodata .exp li{
    padding:0; 
}
.infodata .exp li span {
    color: #FF6699;
}
.infodata ul.keyin input{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	border: #dcdcdc 1px solid;
	font-size:14pt;
}

.infodata .iten label:not(.radio-tbr2 label,input[type="checkbox"]~label,input[type="radio"]~label) {
    display: inline-block;
    width: 100%;
    margin: 5px;
    font-weight: bolder;
}
.infodata .iten span {
    display: inline-block;
    width:100%;
    margin: 5px;
}
.infodata .iten li {
    padding:5px;
    text-align: left;
    box-sizing: border-box;
}
.infodata li.li1 {
        width: 20%;
        text-align:right;
 }  
.infodata li.li2 
{
        width:80%;
}  
.infodata #msgBox {
    color: #FF3300;
}
.infodata .icon-up-hand{
    width:20px;   
}

/* blog */
.avgeviw-blog{
   margin: 10px;    
}

.avgeviw-blog .blog-iten{
    margin: 50px 0;
}
.avgeviw-blog hr {
    border-style: none none solid none;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    padding:20px 0;
    width:100%; 
}
.avgeviw-blog .blog-date{
}
.avgeviw-blog .blog-content{
	width: 100%;
}
.avgeviw-blog .blog-content img{
	max-width: 100%;
	height: auto;
}
.avgeviw-blog .blog-more {
    float:right;  
    margin-right:20px;
}
.blog-content ul{
    
}
.blog-content ul li,.blog-content ol li{
    margin:15px 0;
}

/* blog end
========================================================================== */


/* 內頁 */
.infodata{
   margin: 10px;    
}
.infodata .ifx-box{
   margin: 10px 0;
   padding: 8px 0; 
}
.infodata .ifx-title {
    font-size: 18pt;
    font-weight: bold;
}
.infodata .ifx-date {
    font-style: italic;
}
.infodata .ifx-content{
    
}
.infodata .icon-edit,.infodata .icon-button  {
    border: 1px solid #666699;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    color: #666699;
    float:right;
    margin-right:15px;
}
.infodata .icon-edit:hover,.infodata .icon-button:hover {
    background-color: #666699;
    color: #FFFFFF;
}
.infodata a
{
    color: #3399FF;
    text-decoration: none;
}
ul.ifx-file {
    list-style-type: none;
    padding:0;
    margin: 50px 0;
    display:inline-block;
}
ul.ifx-file li {
    padding:5px;
    border: 1px solid #999999;
    width: 150px;
    height: 150px;
    float: left;
    margin: 10px;
    display: inline-block;
}
ul.ifx-file li a {
    padding:0;
    margin:0;
    text-decoration: none;
}

ul.ifx-file li a div {
    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
}


/* 內頁 end
========================================================================== */

/* 列表 end
========================================================================== */
.BackBox{
    width:100%;
    display: inline-block;
	text-align: center;
	margin:50px 0;
}
.BackBox a {
    padding: 12px 25px;
    margin: 5px 5px 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #FF9900;
    text-decoration: none;
}
.BackBox a:hover {
    background-color: #D98200;
}
.title_h1{
   margin: 50px 0 5px 0;   
}
.title_h1 h1 {
    background-color: #FFFFFF;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 20pt;
    letter-spacing: 2px;
}
.title_h1 hr {
    border-style: none none solid none;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    margin-bottom:-15px;
}
.zipselbut {
    border: 1px solid #6666FF;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18pt;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    background-color: #6666FF;
    z-index: 2;
    margin-left:3px;
}
.zipbox span
{
	cursor: pointer;
	padding: 5px;
	border: #dcdcdc 1px solid;
	background-color: #f8f8ff;
	margin: 5px;
	display: inline-block;
	min-width: 60px;
	float: left;
	display: list-item;
	list-style-type: none;
}
.zipbox .zip_code
{
	background-color: #f5f5f5;
}
.zipbox span:hover
{
	background-color: #f5f5dc;
	border-top: #696969 1px solid;
	border-right: #696969 1px solid;
	border-bottom: #696969 1px solid;
	border-left: #696969 1px solid;
}
.zipbox .zip_back,.zipbox .zip_back:hover
{
	background-color: #ffff99;
}
.ddedit {
    width:450px;
    margin:0 auto;
}
.ddedit ul {
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}
.ddedit ul li{
    float:left; 
}
.ddedit ul li:first-child{
    text-align:right;
    width:25%;
}
.ddedit ul li:last-child{
    text-align:left;
    width:75%;
}
.ddedit ul input[type='text']{
    width: 100%;
}
.ddedit input[type='button']{
    height:32px;
    cursor:pointer;
}
.ddedit li.buttd{
    width:100%;
    text-align:center;
}

.rank-table {
    border-collapse: collapse;
    min-width:380px;
}
.rank-table tr:nth-child(1) td {
    background-color: #FFCC99;
    font-weight: bold;
    text-align: center;
}
.rank-table td {
    border: 1px solid #CCCCCC;
    padding: 5px;
}
.rank-table td:nth-child(1){
    text-align:center;
}
.rank-table td:nth-child(2){
    text-align:center;
}
.rank-table td:nth-child(4){
    text-align:right;
}
a.paidver:before{
	font-family: "fontello";
	content: '\e834';
}
.readonly
{
background-color: #fafad2;
}
 .getpt ul.iten li span img
 {
        max-height:120px;width:auto;max-width:100%;
}

.radio-common{
    padding:0;
    margin:0;
}
.radio-common li{
    line-height:32px;
}
.radio-common input[type=text]{
}

@media screen and (max-width: 768px){
    .avgeviw ul.iten li {
        min-width: 100%;
        display:inline-block;
        float:none;
    }
    .avgeviw ul.iten li span {
        text-align:left;
    }
    .avgeviw ul.iten li span:before {
	    content: attr(data-title) " : ";
	    font-weight: bold;
    }
    .avgeviw ul.title {
		display: none;
    }
    .avgeviw li.li1 label{
        display:none;
    }
    .ddedit {
        width:100%;
    }
    .ddedit ul li:first-child{
        text-align:left;
        width:100%;
    }
    .ddedit ul li:last-child{
        width:100%;
    }
    .ddedit ul input[type='text']{
        width:100%;
    }
    .getpt ul.iten li span div
    {
        margin-top:15px;
        margin-left:20px;
    }
    .getpt ul.iten li span img
    {
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
        height: auto;
    }
    .messgurl
    {
        max-width:100vw;
    }
}

@media screen and (max-width: 480px){
   .infodata li.li1 {
       text-align:left;
        margin-top:0;
        width: 100%;
    }  
   .infodata li.li2 {
        width:100%;
  }  
  .infodata .exp li.li1{
      display:none;
  }
  .infodata .exp li.li2 {
        width: 99%;
        text-align: center;
    }
  .infodata ul.keyin input{
      width:100%;
  }   
  .infodata .icon-edit {
    margin-right:5px;
  }
  .pagefoor a {
    padding: 3px;
  }
  .pagefoor input[type='tel']{
      width:42px;
      padding-left:0;
      padding-right:0;
  }
  .pagefoor input[type='button'] {
        -webkit-appearance: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom:2px;
        padding-top:2px;
    }
  .rank-table {
    min-width:100%;
  }

  .temps_page ul.tempslist {
        min-height:340px;
  }  
  .temps_page ul.tempslist li {
    max-width:38%;
    height:auto;
  }
  .temps_page ul.material {
        min-height:340px;
  }  
  .temps_page ul.material li {
    min-width: 22%;
    max-width: 22%;
    min-height: 60px;
    max-height: 60px;
    line-height: 80px;
  }
  .temps_page .material img{
       max-width:60%;
       width:100%;
       height:auto;
  }
  .avgeviw sub.utop{
      position:absolute;
      top:10px;
      right:10px;
  }
}