@charset 'utf-8';

/*STYLE CLEAR*/
h4#btn_menu
{
    display: none;
}

#rwd_nav
{
    display: none;
}

#normal_nav
{
    /*pc*/
    display: block;
}

#off
{
    display: none;
}


/*共用*/
.MarginAuto
{
    margin: 0 auto;
}
.ClearBoth
{
    clear: both;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.DisplayInBlock
{
    display: inline-block;
}

.red
{
    color: #c00;
}
.blue
{
    color: #039;
}
.orange
{
    color: #c60;
}
.red span
{
    font-size: 1.25em;
    font-weight: 700;
    line-height: 260%;

    color: #c00;
}


/* anti-virus */
.product
{
    position: static;

    display: block;

    width: 1000px;
    height: 250px;
    margin: 0 auto 15px;

    background: url(../../product/images/bg_kv.jpg) no-repeat;
}
.product h1
{
    width: 100%;
    height: auto;

    text-align: center;
}


article h2
{
    font-weight: 700;

    margin: .8em auto 1em 10px;

    color: #252525;
}
article section
{
    width: 100%;
    margin: auto;
}
section h3
{
    font-weight: 500;

    margin: 1em auto 0;
    padding: 10px 15px;

    color: #252525;
    border-radius: 2px;
    background: #f7f7f7;
}
section h3.second
{
    background: none;
}

section h4
{
    font-size: 120%;
    font-weight: 500;

    margin: 10px 2% 15px;
    padding-left: 15px;

    color: #252525;
    background-image: url(../../images/product/icon_arrow.png);
    background-repeat: no-repeat;
}
section h5
{
    font-size: 110%;
    font-weight: 500;

    width: 94%;
    margin: 1.5em auto .5em;
    padding-left: 15px;

    color: #252525;
    background-image: url(../../images/product/icon_arrow.png);
    background-repeat: no-repeat;
}

article h2 span,
article h3 span
{
    font-size: .8em;
    font-weight: normal;

    margin-left: 10px;
}

section p
{
    font-size: 100%;
    line-height: 200%;

    margin: 1em 3%;
}


section ul
{
    width: 100%;
    margin: 10px auto;
}
section ul li
{
    line-height: 160%;

    margin-bottom: 0;
}
section ul li img
{
    display: block;
    clear: both;

    margin: 15px;
}
section ul li span
{
    color: #999;
}


section ol
{
    width: 100%;
    margin: 10px auto 30px;
}
section ol li
{
    line-height: 180%;

    margin-bottom: 7px;

    list-style-type: decimal;
}
section ol li img
{
    display: block;
    clear: both;

    margin: 15px;
}
section ol li span
{
    color: #999;
}

section img
{
    display: block;

    width: auto;
    height: auto;
    margin: auto;
}

section a
{
    text-decoration: underline;

    color: #314da5;
}
section a:visited
{
    color: #314da5;
}
section a:hover
{
    color: #414da5;
}
section a:active
{
    color: #dd4b39;
}

.map
{
    display: block;

    width: 90%;
    min-height: 860px;
    margin: auto;
    padding-top: 70px;
    padding-left: 80px;

    background: url(../../images/product/zone_adsl.png) top no-repeat;
}
.map span
{
    font-size: 1.325em;
    font-weight: bold;
    line-height: 110%;

    display: block;

    width: 150px;
    margin-bottom: 20px;
    padding: 10px 15px;

    text-align: center;

    color: #48c0f0;
    border: 1px solid #ababab;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #fff;
}
.number01
{
    width: 90%;
}
.number02
{
    width: 75%;
}


/*----------------------------------
	box
----------------------------------*/
.box
{
    width: 98%;
    margin: 10px 20px 10px 4px;
    padding: 10px 5px;

    border: #c60 1px dashed;
}
.box li
{
    line-height: 120%;

    margin-top: 10px;
    margin-left: 10px;

    list-style-type: none;

    color: #c60;
}
.box2
{
    padding: 40px 10px;

    background-color: #fafafa;
}
.box2 p
{
    line-height: 160%;

    text-align: center;
}

/* dl */
/*--dl{
	width:100%;
	display:block;
	
}
dt img{vertical-align:middle; margin:0px 5px 0 0;}
dt{
	line-height: 160%;
	color: #555555;
	margin:3px 20px 60px 2px;
	padding:10px;
	float: left;
	display:block;
	font-weight: 500;
	font-size: 110%;	
}
dd{line-height: 160%;color: #555555;}--*/
/* dl end */



.content
{
    padding: 25px 20px;
}
#content .diagram_pc img
{
    width: inherit;
    height: 100%;
    margin: auto;
}
#content .diagram_m img
{
    display: none;
}
#content .diagram
{
    overflow: hidden;

    width: 83%;
    margin: 20px auto;
}
#content .diagram img
{
    float: left;

    width: auto;
    height: 220px;
}
section .img_org img
{
    width: auto;
    height: auto;
}
p.highlight
{
    font-size: 1.45em;
    font-weight: bold;
    line-height: 120%;

    display: block;

    width: 70%;
    margin: 10px auto;
    padding: 15px 30px 10px;

    text-align: center;
    letter-spacing: 2px;

    color: #666;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    background: #def7fe;
}
/*----------------------
	table
-----------------------*/

table
{
    font-size: 1em;

    width: 94%;
    margin: 10px auto 20px;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;

    border: 0;
}
table td,
table th
{
    margin: 0;
    padding: 10px;
}
table thead
{
    font-weight: 600; 

    background-color: #eceeee;
}
table thead th
{
    font-size: 1.2em;
    line-height: 150%;

    padding: 15px 10px;

    vertical-align: middle;
    text-align: center;

    border-left: 1px solid #fff;
}
table thead th span
{
    font-size: .875em;
    font-weight: normal;

    display: block;

    width: 100%;
    margin: auto;
}
table tbody
{
    line-height: 160%;

    border-right: 1px solid #e4e4e4;
    text-align: left;
}
table tbody tr td
{
    color: #666;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    text-align:left;
}
table tbody tr td span.white-space
{
    white-space: nowrap;
}
table tbody tr:hover td
{
    color: #494a5f;
    background-color: #eff8fb;
}
table img
{
    max-width: 100%;
}

table a
{
    transition: all .5s;
    text-decoration: underline;
}

table a:visited
{
    color: #c50303;
}


table a:hover
{
    text-decoration: none;
}
table .row_headers
{
    font-weight: 600;
}

/*----------------------
	申辦管道
-----------------------*/

.p7
{
    clear: both;

    width: 80%;
    margin: 5px auto 10px auto;
}

.p7 ul
{
    width: 100%;
    margin: 10px auto;

    text-align: center;
}
.p7 ul li
{
    display: inline-block;

    margin-right: 7px;
}
.p7 ul li a
{
    transition: all .5s; 
    text-decoration: none;

    opacity: 1.0;
}
.p7 ul li a :hover
{
    transition: all .5s;

    opacity: .7;
    border: 1px solid #fd3d00;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 2px 2px 0 rgba(0,0,0,.24);
}
.p7 ul li img
{
    display: block;
    clear: both;

    width: auto;

    border: 1px solid #ccc;
    box-shadow: 0 5px 9.2px .8px rgba(7, 7, 7, .20);
}

.p8
{
    clear: both;

    width: 100%;
    margin: 20px auto 10px auto;
}

/*----------------------
	寬頻服務啟用
-----------------------*/

.p8 ul
{
    width: 100%;
    margin: 10px auto;

    text-align: center;
}
.p8 ul li
{
    display: inline-block;

    margin: 0 10px;
}
.p8 ul li a
{
    display: block;

    transition: all .5s;  
    text-align: center;
    text-decoration: none;

    opacity: 1.0;
}
.p8 ul li a :hover
{
    transition: all .5s; 

    opacity: .9;
}
.p8 ul li img
{
    width: auto;
    margin: 0;
}
.p8 .pic
{
    display: block;
    overflow: hidden;
}
.p8 p
{
    font-size: 100%;

    margin: 0 0 20px;

    text-align: center;
}
.p8 .btn01
{
    display: block;

    margin-top: 10px;
    padding: 5px 20px;

    color: #ec7161;
    border: 1px solid #ec7161;
    border-radius: 10px;
}


.bggary
{
    background: #ececec;
}

/*----------------------
	input info
-----------------------*/

.login
{
    width: 100%;
    margin: 0 auto;/*--border: 1px solid #ececec;--*/
    padding: 30px 0 20px 0;
}
.login p
{
    width: 100%;
    margin: 0;

    text-align: center;
}
/*.login span
{
    font-size: 90%;

    display: block;
}*/

.info
{
    clear: both;
    overflow: hidden;

    width: 100%;
    margin: 4px auto 0;
}
.info p
{
    display: block;
    overflow: hidden;

    width: 44%;  
    margin: 10px auto;

    text-align: center;

    color: #555;
}
.info p span
{
    width: auto;

    color: #666;;
}
.login img
{
    display: inline-table;

    width: auto;

    vertical-align: middle;
}
.login h2 img
{
    margin-bottom: 8px;
}
.info p img
{
    display: inline-table; 

    margin-bottom: 8px;

    vertical-align: middle;
}
.info p label
{
    font-size: 110%;
    line-height: 2;

    float: left;

    width: 30%;
}
.info p input
{
    width: 100%;
    margin-right: 10px;
}
.info p .memory input
{
    width: auto;
}
.info input,
.info select
{
    font-family: '微軟正黑體', '新細明體', Arial, sans-serif;

    margin-bottom: 5px;
    padding: 7px 10px 5px;

    text-align: center;
    letter-spacing: .1em;

    color: rgb(153, 153, 153);
    border: 1px solid #999;
    border-radius: 4px;
}

.memory input,
.memory  select
{
    padding: 7px 0 5px; 

    border: 0;
}
.memory
{
    font-size: .875em;

    float: left;

    margin: 0 0 0 5px;
}

.forget a
{
    font-size: .875em;

    float: right;

    margin: 0 5px 0 0;

    letter-spacing: .05em;

    color: #314da5;
}
.forget a:hover
{
    text-decoration: underline;
}


/*----------------------
	submit
-----------------------*/
section .submit
{
    font-size: 110%;

    clear: both;
    overflow: hidden;

    width: 100%;
    margin: 20px auto 30px auto;

    text-align: center;
}
section .submit2
{
    font-size: 110%;

    clear: both;
    overflow: hidden;

    width: 90%;
    margin: 20px auto 30px auto;

    text-align: left;
}
section .submit3
{
    font-size: 110%;

    clear: both;
    overflow: hidden;

    width: 100%;

    text-align: right;
}
section .submit input.button,
section .submit2 input.button
{
    font-family: '微軟正黑體', '黑體', Arial, Helvetica, sans-serif;
    font-size: 100%;

    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 50px;

    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;

    color: #333;
    border: 1px solid #fbce23;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#feec98+1,fedf53+100 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fee158), to(#fdc617));
    background: -webkit-linear-gradient(top, #fee158, #fdc617);
    background:    -moz-linear-gradient(top, #fee158, #fdc617);
    background:     -ms-linear-gradient(top, #fee158, #fdc617);
    background:      -o-linear-gradient(top, #fee158, #fdc617);
    background:         linear-gradient(top, #fee158, #fdc617);
    background-color: #fdca3d\9;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feec98', endColorstr='#fedf53',GradientType=0 ); /* IE6-9 */
}
section .submit input.button:hover,
section .submit2 input.button:hover,
section .submit section.button2:hover
{
    border: 1px solid #f2c85c;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2c85c), to(#f0af0b));
    background: -webkit-linear-gradient(top, #f2c85c, #f0af0b);
    background:    -moz-linear-gradient(top, #f2c85c, #f0af0b);
    background:     -ms-linear-gradient(top, #f2c85c, #f0af0b);
    background:      -o-linear-gradient(top, #f2c85c, #f0af0b);
    background: #ffd359\9;
}

section .submit input.button::active,
section .submit2 input.button:active,
section .submit section.button2:active
{
    position: relative;
    top: 3px;
}


/*----------------------
	step
-----------------------*/

.tapmenu
{
    width: 90%;
    margin: 30px auto 20px;
}

.tamenu
{
    width: 100%;
    height: 100%;
    padding: 0;

    list-style: none;
}
.tamenu ul
{
    margin-bottom: 50px;
}
.tamenu li
{
    position: relative;

    float: left;

    margin: 0 2px;
    padding: 0;

    text-align: center;
}

.tamenu li span
{
    font-size: 115%;
    font-weight: bold;

    color: #ef9707;
}
.tamenu li span img
{
    display: inline-block;

    width: 40px;
    height: 40px;
    margin: -3px 0 0 6px;

    vertical-align: middle;
}
.tamenu li .step_des
{
    font-size: 1em;
    font-weight: normal;

    position: absolute;
    z-index: 2;

    display: inline;

    width: 150px;
    margin-top: -5px;
    margin-left: -80px;

    color: #333;
}
.tamenu li .step_t
{
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;

    color: #ef9707;
}
.tamenu a
{
    font-size: 130%;
    font-weight: bold;

    display: block;

    width: 190px;
    margin-bottom: 10px;
    padding: 15px 25px;

    cursor: context-menu;
    text-decoration: none;

    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 40px;
       -moz-border-radius: 40px;
            border-radius: 40px;
    background: #50c1e8;
    background:    -moz-linear-gradient(top, #50c1e8 0%, #34abd9 100%);
    background: -webkit-linear-gradient(top, #50c1e8 0%,#34abd9 100%);
    background:         linear-gradient(to bottom, #50c1e8 0%,#34abd9 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c1e8', endColorstr='#34abd9',GradientType=0 );
}

.tamenu a
{
    transition: all .5s;
    text-decoration: none;

    color: #fff;
}
.tamenu a:visited
{
    color: #fff;
}
.tamenu a:hover
{
    color: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#fee158), to(#fdc617));
    background: -webkit-linear-gradient(top, #fee158, #fdc617);
    background:    -moz-linear-gradient(top, #fee158, #fdc617);
    background:     -ms-linear-gradient(top, #fee158, #fdc617);
    background:      -o-linear-gradient(top, #fee158, #fdc617);
    background:         linear-gradient(top, #fee158, #fdc617);
    background-color: #fdca3d\9;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feec98', endColorstr='#fedf53',GradientType=0 );
}
.tamenu a:active
{
    color: #f3ea06;
}


.tamenu li em
{
    font-size: .75em;
    font-style: normal;
    line-height: 16px;

    position: absolute;
    z-index: 2;
    top: -85px;
    left: -15px;

    display: none;

    width: 200px;
    height: auto;
    padding: 10px;

    text-align: center;

    color: #666;
    border: solid 1px #999;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #fff;
}

.tamenu li em a
{
    width: none;

    color: #9e0303;
    border: none;
    background: none;
}

.t_pic
{
    width: auto;
    height: auto;
    margin-top: 10px;
}

.org_box
{
    font-size: .75em;
    font-style: normal;
    line-height: 16px;

    position: absolute;
    z-index: 2;
    top: -85px;
    left: -15px;

    display: none;

    width: 200px;
    height: auto;
    padding: 10px;

    text-align: center;
    word-break: keep-all;

    color: #666;
    border: solid 1px #999;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background: #fff;
}

.W400
{
    width: 400px;
}
.W300
{
    width: 350px;
}

/*箭頭下*/
.org_box .arrow_b_int
{
    position: absolute;
    bottom: -20px;
    left: 40px;

    width: 0;
    height: 0;

    border-width: 10px;
    border-style: solid;
    border-color: #333 transparent transparent transparent ;
}
/*箭頭下-邊框*/
.org_box .arrow_b_out
{
    position: absolute;
    bottom: -19px;
    left: 40px;

    width: 0;
    height: 0;

    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent ;
}

.arrow_left
{
    width: 15px;
    height: 16px;
    margin: 30px 10px;

    background-image: url(../../images/product/arrow_left.png);
    background-repeat: no-repeat;
}


.enabledbox
{
    overflow: hidden;

    width: 100%;
    margin: 0 auto;
}

.enabled-list
{
    line-height: 1.5em;

    display: block;
    overflow: hidden;

    margin: 10px auto 10px;

    color: #555;
    /*text-align: center;*/
}

.enabled-list.hb
{
    line-height: 30px;

    width: 100%;
    height: 60px;
}
.enabled-note
{
    font-size: .875em;

    margin: 5px 0 5px 85px;

    color: #333;
}
.enabled-list label
{
    font-size: 100%;

    float: left;

    margin: 10px 10px 10px 0;

    color: #666;
}
.enabled-list input,
.enabled-list select
{
    margin: 10px 0;
    padding: 8px 2px ;

    text-align: center;
    letter-spacing: .1em;

    color: #666;
    border: 1px solid #999;
    border-radius: 4px;
}


.enabledbox span
{
    margin: 10px 10px;
    /*--color: #555;--*/
}

.remind
{
    font-size: .875em;

    display: block;

    width: 90%;
    margin: 10px auto 20px;
    padding: 8px 5% 6px ;

    text-align: center;

    color: #bd0306;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: #fdecec;
}


.remind01
{
    font-size: 100%;

    display: block;

    width: 90%;
    margin: 10px auto 10px;
    padding: 8px 5% 6px ;

    text-align: center;

    color: #bd0306;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.txt_01
{
    width: 95%;
    height: 500px;
    margin: 0 auto; 

    border: 1px solid #ccc;
}
.txt_02
{
    overflow: hidden;  

    width: 70%;
    margin: 20px auto;
}
.txt_02 h2
{
    font-size: 140%;
    font-weight: bold;

    margin: 0 0 0 0;
    margin: 10px auto ;
    padding: 10px 15px;

    text-align: center;

    color: #083898;
    background: #f7f7f7;
}


.txt_02 p
{
    font-size: 120%; 

    padding: 10px;

    text-align: center;
}

.txt_03
{
    overflow: hidden;  

    width: 70%;
    margin: 30px auto 20px;
}

.txt_03 ul li
{
    font-size: 120%;

    float: left;

    width: 49%;
    margin: 0;
    padding: 20px;

    text-align: center;

    border: 1px solid #ccc;
    border-left: none;
}

.txt_03 ul li:first-child
{
    border-left: 1px solid #ccc;
}
.txt_03 h3
{
    font-weight: bold;
    line-height: 130%;

    width: 70%;
    margin: auto;

    text-align: center;

    color: #343434;
    border: 1px solid #cfedf9;
    background: #cfedf9;
}
.txt_03 p
{
    display: block;

    width: 70%;
    margin: auto;
    padding: 20px;

    text-align: center;

    border: 1px solid #d0d0d0;
}
.W50
{
    width: 50%;
}
.W60
{
    width: 60%;
}
.W100
{
    width: 100%;
}
.W30
{
    width: 30%;
}
.txt_L
{
    text-align: left;
}
.txt_C
{
    text-align: center;
}
.txt_R
{
    text-align: right;
}
.hint
{
    font-size: .9em;

    color: #d94f51;
}

@media screen and (max-width: 736px)
{
}
@media screen and (max-width: 736px)
{
    .tab_wrapper > ul
    {
        display: none;
    }
    .tab_wrapper .content_wrapper
    {
    }
    .tab_wrapper .content_wrapper .accordian_header
    {
        display: block;

        color: #999;
        background: #f5f5f5;
    }
    .tab_wrapper.left_side .content_wrapper,
    .tab_wrapper.right_side .content_wrapper
    {
        width: 100%;

        border-top: 0;
    }
    .tab_wrapper .controller
    {
        display: none;
    }

    .content
    {
        padding: 15px 10px;
    }
    #content p
    {
        width: 95%;
    }
    #content .diagram_pc img
    {
        display: none;
    }
    #content .diagram_m img
    {
        display: block;

        margin: auto;
    }
    #content .diagram
    {
        width: 100%;
        margin: 0 auto;
    }
    #content .diagram img
    {
        float: none;

        width: 70%;
        height: auto;
        margin: auto;
    }
    p.highlight
    {
        font-size: 1.3em;

        width: 100%;
        padding: 15px 20px 10px;

        letter-spacing: 1px;
    }
    table
    {
        width: 100%;
    }

    section img
    {
        width: auto;
        margin: 4% 0;
    }

    section h5
    {
        width: 100%;
        margin-left: 0;
    }

    section ol li
    {
        color: #666;
    }
    /*----------------------
	申辦管道
-----------------------*/
    .p7
    {
        width: 100%;
        margin: auto;
    }
    .p7 ul li
    {
        display: block;
        clear: both; 

        width: 90%;
        margin: auto;
    }
    .p7 ul li img
    {
        margin: 20px auto;
    }

    .map
    {
        width: 100%;
        min-height: auto;
        padding-top: 30px;
        padding-left: 0;

        background: none;
    }
    .map span
    {
        width: 70%;
        margin: 0 auto 15px;
        padding-top: 15px;
    }
    .number01
    {
        width: 85%;
    }
    .number02
    {
        width: 85%;
    }

    .info p
    {
        width: 90%;
    }

    .login img
    {
        width: auto;
        margin: 0;
    }

    .info p img
    {
        width: auto;
        margin: 0;
    }

    .tamenu
    {
        width: 95%;
        margin: 0 auto;
    }
    .tamenu li .step_des
    {
        position: relative;

        width: 100%;
        margin: auto;
    }
    .tamenu li .step_t
    {
        font-size: 1.6em;
        font-weight: bold;
        font-style: italic;

        color: #ef9707;
    }
    .tamenu li
    {
        width: 100%;
        margin: 0 auto;
    }
    .tamenu a
    {
        width: 100%;
    }

    .t_pic
    {
        width: auto;
        margin: 4% auto;
    }


    .org_box
    {
        left: -5px;

        width: 100%;
    }

    .org_box .arrow_b_int
    {
        left: 50%;
    }

    .org_box .arrow_b_out
    {
        left: 50%;
    }


    .arrow_left
    {
        width: 16px;
        height: 15px;
        margin: 5px auto;

        background-image: url(../../images/product/arrow_down.png);
        background-repeat: no-repeat;
    }

    .enabled-list label
    {
        display: inline-block;
        float: none;

        width: 100%;
        margin: 10px 0;

        text-align: left;
    }

    .floatLeft
    {
        float: none;
    }


    .W50
    {
        width: 100%;
    }


    .W60
    {
        width: 100%;
    }

    .txt_02
    {
        width: 90%;
    }
    .hint
    {
        display: block;
        clear: both;
    }
}

@media screen and (max-width: 540px)
{
    table
    {
        width: 100%;
    }

    section img
    {
        width: 100%;
    }

    section h5
    {
        font-size: 100%;

        width: 100%;
        padding: 10px;

        color: #666;
        background: #bde7f3;
    }

    section h6
    {
        font-size: 100%;
    }

    .p8 ul li img
    {
        margin: 0;
    }
    .p8 ul li
    {
        margin: 10px 0;
    }

    section .submit input.button,
    section .submit2 input.button
    {
        width: 100%;
    }

    .map span
    {
        width: 90%;
    }
    .txt_03 h3
    {
        width: 95%;
    }
    .txt_03 p
    {
        width: 90%;
    }

    .W400
    {
        width: 100%;
    }
    .W300
    {
        width: 100%;
    }

    .t_pic
    {
        width: 100%;
    }

    .enabledbox p
    {
        text-align: center;
    }

    .enabled-list
    {
        margin: 10px auto 20px;
    }

    .enabledbox span
    {
        line-height: 2em;
    }



    .W60
    {
        width: 100%;
    }

    .W50
    {
        width: 100%;
    }


    .remind
    {
        width: 100%;
    }
    .remind01
    {
        width: 100%;
    }

    .txt_01
    {
        width: 95%;
    }

    .txt_02
    {
        width: 100%;
    }

    .txt_03
    {
        width: 100%;
    }
}


@media screen and (max-width: 385px)
{
    section .submit input.button,
    section .submit2 input.button
    {
        width: 90%;
    }

    info p img
    {
        margin: 2%;
    }

    .p8 ul li img
    {
        width: 100%;
        margin: 0;
    }
    .p8 ul li
    {
        margin: 10px 0;
    }
    .enabledbox p
    {
        text-align: center;
    }

    .floatLeft
    {
        float: none;
    }
    .br
    {
        display: inline-block;
    }
}
