/*** base ***/
.hidden{
    display: none !important;
}
input, select, textarea{
    border-radius: 5px !important;
    border-color: #ccc !important;
}
fieldset legend{
    line-height: 28px;
}
.label-table tr td label:last-child {
    margin-right: 0;
}

._section_item {
    height: 90vh;
    padding: 60px 120px;
}
._section_item h2 {
    color: #dc4776;
    font-weight: bold;
}
._section_item ._section_description {
    font-size: 22px;
    line-height: 33px;
}
._1st_section {
    background-image: url('/wp-content/themes/voice/mmc_author_form/images/__1st.jpg');
    max-height: 800px;
    background-size: cover;
    position: relative;
    padding: 0;
}
._1st_section ._section_inner {
    opacity: 0.3;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#efefef), color-stop(.25, #efefef), color-stop(.25, #fff), color-stop(.5, #fff), color-stop(.5, #efefef), color-stop(.75, #efefef), color-stop(.75, #fff), to(#fff));
    background: -moz-linear-gradient(-45deg, #efefef 25%, #fff 25%, #fff 50%, #efefef 50%, #efefef 75%, #fff 75%, #fff);
    background: linear-gradient(-45deg, #efefef 25%, #fff 25%, #fff 50%, #efefef 50%, #efefef 75%, #fff 75%, #fff);
    background-size: 4px 4px;
}
._1st_section ._section_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background: rgba(255,255,255,0.85);
    padding: 1em 7em;
    border: 1px solid #fff;
}
._1st_section ._section_content h1 {
    font-size: 33px;
    font-weight: bold;
}
._1st_section ._section_content ._section_description {
    text-align: center;
    padding: 3px 0;
}
._1st_section ._section_content ._button {
    text-align: center;
    margin-top: 15px;
}

._2st_section {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
._2st_section ._image {
    height: 100%;
}
._2st_section ._image img {
    height: 100%;
}

._3st_section {
    background: #fcedf1;
    height: 100%;
}
._3st_section ._section_content {
    text-align: center;
}
._3st_section ._section_content ._section_box {
    display: flex;
    justify-content: space-around;
    margin: 50px 25px;
}
._3st_section ._section_box_inner {
    background: #fff;
    display: inline-block;
    padding: 2em;
    border-radius: 4px;
    border: 1px solid #efefef;
    position: relative;
    width: 31%;
    max-width: 400px;
    height: 100%;
    opacity: 0;
    margin-top: 150px;
    transform: scale(0.8);
}
._3st_section ._section_box_inner.in_view {
    margin-top: 0;
    opacity: 1;
    transform: scale(1);
    transition: all .8s ease;
}
._3st_section ._section_box_inner._section_box_inner_2.in_view {
    -webkit-transition-delay: .5s; /* Safari */
    transition-delay: .5s;
}
._3st_section ._section_box_inner._section_box_inner_3.in_view {
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}
._3st_section ._box_title {
    font-size: 25px;
    font-weight: bold;
}
._3st_section ._box_description {
    font-size: 22px;
    line-height: 33px;
    text-align: justify;
    margin-top: 20px;
}
._3st_section ._box_img {
    margin-top: 20px;
    padding: 20px;
}
._4st_section {
    background: #dc4776;
    height: 100%;
}
._4st_section ._section_content {
    position: relative;
    text-align: center;
}
._4st_section ._image {
    height: 650px;
    text-align: center;
    display: inline-block;
}
._4st_section ._image img {
    height: 100%;
    border: 9px solid #fff;
    border-radius: 4px;
}
._4st_section ._float_info_1,
._4st_section ._float_info_2,
._4st_section ._float_info_3 {
    position: absolute;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
}
._4st_section ._float_info_1 {
    top: -110px;
    height: 275px;
    width: 275px;
    left: -30px;
    margin-top: 150px;
}
._4st_section ._float_info_2 {
    right: 0;
    height: 295px;
    width: 295px;
    bottom: 60px;
    margin-bottom: -150px;
}
._4st_section ._float_info_3 {
    left: 100px;
    height: 275px;
    width: 275px;
    bottom: -120px;
    margin-bottom: -150px;
}
._4st_section ._float_info_1.in_view,
._4st_section ._float_info_2.in_view,
._4st_section ._float_info_3.in_view{
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
    transition: all .8s ease;
}
._4st_section ._float_info_inner {
    border: 5px solid #dc4776;
    border-radius: 50%;
    padding: 15px;
    display: table-cell;
    vertical-align: middle;
    font-size: 23px;
    line-height: 35px;
    padding-left: 29px;
    font-weight: bold;
    text-align: left;
}
._4st_section ._float_info_1 ._float_info_inner {
    height: 265px;
    width: 265px;
}
._4st_section ._float_info_2 ._float_info_inner {
    height: 285px;
    width: 285px;
}
._4st_section ._float_info_3 ._float_info_inner {
    height: 265px;
    width: 265px;
}

._5st_section {
    background: #fff;
    height: 100%;
}
._5st_section ._section_content {
    text-align: center;
    margin: 50px 0;
}
._5st_section ._section_description {
    color: #dc4776;
    font-weight: bold;
    font-size: 27px;
    line-height: 43px;
    margin-bottom: 30px;
}





#main-wrapper{
    background-image: url('/wp-content/themes/voice/mmc_author_form/images/bg-block.png');
    background: -webkit-linear-gradient(rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%), url('/wp-content/themes/voice/mmc_author_form/images/bg-block.png') repeat 0 0;
    background: -o-linear-gradient(rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%), url('/wp-content/themes/voice/mmc_author_form/images/bg-block.png') repeat 0 0;
    background: linear-gradient(rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.7) 100%), url('/wp-content/themes/voice/mmc_author_form/images/bg-block.png') repeat 0 0;
    box-shadow: 0px 1px 3px rgba(20%,20%,40%,0.5);
}
#primary{
	margin: 0 auto;
	width: 85%;
    text-align: center;
}
.main-box{
    border-radius: 10px;
    background: rgba(255,255,255,0.6);
}
#step-bar{
    margin-top: 20px;
    margin-bottom: 30px;
}
/*.author-readme,*/
.author-form,
.author-complete{
    min-height: 300px;
    padding: 10px;
    text-align: center;
    background: rgba(255,255,255,1);
    font-size: 19px;
    letter-spacing: 0.5px;
    border: 1px solid #dc4776;
    border-radius: 10px;
}
/*
.author-readme,
.author-complete{
    background-image: url('/wp-content/themes/voice/mmc_author_form/images/step-bg.png');
    background-size: 100% 100%;
    padding: 10px 10px 60px 10px;
}
*/
/*.author-readme,*/
.author-complete{
    padding: 10px 80px 40px 80px;
}
#title-bar span{
    font-size: 36px;
    color: #dc4776;
    margin-top: 20px;
    display: inline-block;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#title-bar img{
    margin-top: -8px;
    margin-bottom: 10px;
}
/*.author-readme:before,*/
.author-complete:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
/*.author-readme p.author-readme-p,*/
.author-complete p.author-complete-p {
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
}
.author-complete p.author-complete-p {
    padding: 40px 0 0;
    margin-bottom: 60px;
}
.author-button{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
a.author-button-a{
    color: rgb(255, 255, 255);
    padding: 11px 21px;
    font-size: 23px;
    border-radius: 5px;
    background: rgb(220, 71, 118);
    display: inline-block;
}
a.author-button-a:hover{
    background: #ff6298;
}
a.author-button-a.left{
    float: left;
}
a.author-button-a.right{
    float: right;
}

/* BEGIN ripple effect */ 
.ripplelink{
    float:left;
    overflow:hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index:0;
}
.ink {
    display: block;
    position: absolute;
    background:rgba(220, 71, 118, 0.6);
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.animate {
    -webkit-animation:ripple 0.65s linear;
    -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
    -o-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;
}
@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
/* END ripple effect */

/*** BEGIN error div ***/
 
.author-form form .error-div span.author-form-title{
    font-size: 28px;
}
.author-form form .error-div{

}
.author-form form .error-div .label-table{
    border-top: none;
    padding: 0;
    margin: 0;
    display: table-caption;
}
/*** END error div ***/


/*** BEGIN form ***/
.author-form .verify_mark{
	border: 1px dashed rgba(255,0,0,1);
    background: rgba(255,0,0,0.1);
    margin: 20px 0;
    text-align: left;
    padding: 10px;
}
.author-form span.author-form-title{
    text-align: left;
    display: table;
    font-size: 35px;
    line-height: 35px;
}
.author-form form{
	margin: 35px;
}
.author-form form table.label-table{
	border: none;
	border-top: 1px solid #ddd;
    padding: 20px 0 0;
	background: #fff;
	min-height: 100px;
    font-size: 17px;
	margin: 5px 0 0;
    line-height: 43px;
}
.author-form form table.label-table td{
	border-bottom: none;
    line-height: 43px;
    border: none;
    padding: 5px 0 10px;
}
.author-form form .w75{
    width: 75px;
}
.author-form form .w125{
    width: 125px;
}
.author-form form .w150{
    width: 150px;
}
.author-form form .w195{
    width: 195px;
}
.author-form form .w345{
    width: 345px;
}
.author-form form .w500{
    width: 500px;
}
.author-form form .author_address input[name='author_data[zip_code]'],
.author-form form .author_address input[name='author_data[work_zip_code]']{
    width: 75px !important;
}
.author-form form #author_avatar_preview_box {
    overflow: hidden;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 5px;
}
.author-form form #author_avatar_preview {
    width: auto;
    height: auto;
    display: table;
}

.author-form form #author_pregnant_select{
	display: inline;
}
.author-form form #author_country,
.author-form form #author_work_country,
.author-form form .author_address{
    margin-bottom: 5px;
}
.author-form form #author_work_address_twzipcode [name="author_data[work_city]"],
.author-form form #author_work_address_twzipcode [name="author_data[work_area]"],
.author-form form #author_work_address_twzipcode [name="author_data[work_zip_code]"],
.author-form form #author_address_twzipcode [name="author_data[city]"],
.author-form form #author_address_twzipcode [name="author_data[area]"],
.author-form form #author_address_twzipcode [name="author_data[zip_code]"] {
    width: 9rem;
    display: inline-block;
    margin-right: 4px;
}
.author-form form #author_address,
.author-form form #author_work_address{
	display: block;
}
.author-form form .author_address{
    display: inline-block;
}
.author-form form #author_about{
	height: 115px;
}
.author-form form #textarea_limit{
    display: inherit;
    font-size: 15px;
    line-height: 23px;
}
.author-form form #trigger_author_avatar{
    position: absolute;
    margin-left: 105px;
    margin-top: 110px;
    background: #dc4776;
    border: 1px solid #dc4776;
    padding: 2px;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    z-index: 1;
}

.author-form form #author_writing_style{
    width: 600px;
}
.author-form form #author_writing_style label {
    display: inline-block;
}

.author-form form input[type="submit"]{
    color: rgb(255, 255, 255);
	padding: 12px 16px;
	border-radius: 5px;
	font-size: 21px;
	background: rgb(220, 71, 118);
    display: inline-block;
}
.author-form form input[type="submit"]:hover{
    background: #ff6298;
}
.author-form form .submit-info{
    font-size: 15px;
    padding: 10px;
    display: block;
}

.author-form form #author_address_same{
    margin-left: 10px;
}

/*** BEGIN background-color input style ***/
input#user_gender_male,
input#user_gender_female,
input#user_work_status_7,
input#user_work_status_8,
input#user_work_status_9,
input#user_work_status_10,
input#writing_style_301,
input#writing_style_302,
input#writing_style_303,
input#writing_style_304,
input#writing_style_305,
input#writing_style_306,
input#writing_style_307,
input#writing_style_308,
input#writing_style_309,
input#writing_style_310{
    position: absolute;
    left: -9999px;
}
label[for='user_gender_male'],
label[for='user_gender_female'],
label[for='user_work_status_7'],
label[for='user_work_status_8'],
label[for='user_work_status_9'],
label[for='user_work_status_10'],
label[for='writing_style_301'],
label[for='writing_style_302'],
label[for='writing_style_303'],
label[for='writing_style_304'],
label[for='writing_style_305'],
label[for='writing_style_306'],
label[for='writing_style_307'],
label[for='writing_style_308'],
label[for='writing_style_309'],
label[for='writing_style_310'] {
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 100px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: rgba(221,221,221,0.2);
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    transition: background 0.7s, border 0.7s;
    display: inline-block;
}
input#user_gender_male:checked + label[for='user_gender_male'],
input#user_gender_female:checked + label[for='user_gender_female'],
input#user_work_status_7:checked + label[for='user_work_status_7'],
input#user_work_status_8:checked + label[for='user_work_status_8'],
input#user_work_status_9:checked + label[for='user_work_status_9'],
input#user_work_status_10:checked + label[for='user_work_status_10'],
input#writing_style_301:checked + label[for='writing_style_301'],
input#writing_style_302:checked + label[for='writing_style_302'],
input#writing_style_303:checked + label[for='writing_style_303'],
input#writing_style_304:checked + label[for='writing_style_304'],
input#writing_style_305:checked + label[for='writing_style_305'],
input#writing_style_306:checked + label[for='writing_style_306'],
input#writing_style_307:checked + label[for='writing_style_307'],
input#writing_style_308:checked + label[for='writing_style_308'],
input#writing_style_309:checked + label[for='writing_style_309'],
input#writing_style_310:checked + label[for='writing_style_310'] {
    background: rgba(220,71,118,0.2);
    border: 1px solid rgba(220,71,118,0.6);
    transition: background 0.7s, border 0.7s;
}
/*** END background-color input style ***/

/*** BEGIN check input style ***/
input#author_was_pregnant,
input#author_have_child,
input#author_address_same{
    position: absolute;
    display: block;
    height: 53px;
    margin: 0 0 -53px -9999px;
    outline: none;
    left: -9999px;
}
label[for='author_was_pregnant'],
label[for='author_have_child'],
label[for='author_address_same']{
    display: inline;
    position: relative;
    padding: 15px 0 15px 25px;
    border-top: 1px dashed #fff;
    cursor: pointer;
}
label[for='author_was_pregnant']::before,
label[for='author_have_child']::before,
label[for='author_address_same']::before{
    content: '\f10c'; /* circle outline */
    display: inline;
    position: absolute;
    top: 12px;
    left: 0;
    font: 1.5em 'FontAwesome';
    color: #dc4776;
}
input#author_was_pregnant:checked + label[for='author_was_pregnant']::before,
input#author_have_child:checked + label[for='author_have_child']::before,
input#author_address_same:checked + label[for='author_address_same']::before{
  content: '\f058'; /* circle checkmark */
}
/*** END check input style ***/

/*** BEGIN text light box ***/
#mmc_light_box{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mmc_light_box_in{
    width: 700px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -300px;
    background: #d84878;
    border: 1px solid #d84878;
    z-index: 1;
}
.mmc_light_box_in .text_content{
    overflow: scroll;
    height: 568px;
    margin: 30px 0 0 0;
    padding: 30px 50px;
    background: #fff;
    width: 100%;
    text-align: justify;
}
.mmc_light_box_in i.close{
    float: right;
    margin-right: 5px;
    margin-top: 4px;
    font-size: 21px;
    cursor: pointer;
    color: #fff;
}
.mmc_light_box_in .text_content p{
    margin-bottom: 10px;
}
/*** END text light box ***/


.author-form form .success, .error{
	display: inline;
	float: none;
	width: auto;
}
.author-form form .error{
	background: none !important;
	color: red;
	padding: 0 5px !important;
}
.author-form form .required{
	color: #444444;
}
.author-form form input.error,
.author-form form select.error,
.author-form form textarea.error{
	border: 1px dashed red !important;
	color: #444444;
}


#loading-bg{
    background: rgba(255,255,255,0.85);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10241;
}
.spinner:before{
    background: rgba(220,71,118,0.3) !important;
}
.spinner:after{
    content: '處理中' !important;
}

.form_loader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 2px solid rgba(220, 71, 118, 0.8);
    border-right: 2px solid rgba(220, 71, 118, 0.8);
    border-bottom: 2px solid rgba(220, 71, 118, 0.8);
    border-left: 2px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.form_loader,
.form_loader:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    margin-left: -35px;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




@media (min-width: 1200px){

}
@media only screen and (max-width: 1100px){
    .author-form form #author_writing_style {
        width: 500px;
    }
}
@media only screen and (max-width: 768px){
    #content{
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    #primary{
        width: 100% !important;
    }
    #step-bar{
        display: none !important;
    }
    /*.author-readme,*/
    .author-form,
    .author-complete {
        padding: 10px 5px 60px;
        margin: 15px;
    }
    .author-form{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .main-box{
        margin-bottom: 0;
    }
    .author-form form{
        margin: 10px;
    }
    .author-form form table.label-table{
        display: flex;
    }
    .form_loader{
        float: right;
        margin-top: -30px;
        margin-right: 15px;
    }
    .author-form form #author_pregnant_select{
        display: inline-block;
    }
    .author-form form .error-div .w195.mb{
        width: 100%;
    }
    fieldset#author_work_address_all legend {
        width: 300px;
    }
    /*.author-readme p.author-readme-p,*/
    .author-complete p.author-complete-p{
        line-height: 33px;
        text-align: justify;
    }
    #title-bar span{
        font-size: 26px;
        letter-spacing: 0.05em;
        margin-top: 10px;
    }

    ._1st_section ._section_content {
        top: 63%;
        padding: 1.5em 1em;
        width: 90%;
    }
    ._1st_section ._section_content h1 {
        text-align: center;
    }
    ._section_item:not(._1st_section) {
        height: initial;
        padding: initial;
    }
    ._2st_section {
        display: initial;
    }
    ._2st_section ._section_content h2 {
        font-size: 24px;
    }
    ._2st_section ._image {
        height: 300px;
        padding: 15px;
        margin-bottom: 30px;
        text-align: center;
    }
    ._2st_section ._section_content,
    ._3st_section ._section_content {
        padding: 25px;
    }
    ._3st_section ._section_content ._section_box {
        display: initial;
        margin: 0;
    }
    ._3st_section ._box_title {
        text-align: left;
        line-height: 33px;
    }
    ._3st_section ._section_box_inner {
        display: block;
        width: 100%;
        margin-top: 100px;
        padding: 2em 1.5em;
    }
    ._3st_section ._section_box_inner.in_view {
        margin-top: 20px;
    }
    ._3st_section ._section_box_inner._section_box_inner_1.in_view,
    ._3st_section ._section_box_inner._section_box_inner_2.in_view,
    ._3st_section ._section_box_inner._section_box_inner_3.in_view {
        transition: all .8s ease;
    }
    ._3st_section ._box_description {
        font-size: 21px;
        line-height: 29px;
        margin-top: 9px;
    }
    ._4st_section ._section_content {
        padding: 50px 0;
    }
    ._4st_section ._image {
        display: none;
    }
    ._4st_section ._float_info_1,
    ._4st_section ._float_info_2,
    ._4st_section ._float_info_3 {
        position: initial;
        top: initial;
        left: initial;
        bottom: initial;
        right: initial;
        height: 310px;
        width: 310px;
        margin-top: 150px;
    }

    /*._4st_section ._float_info_1 {
        transform: translateX(-105%);
    }
    ._4st_section ._float_info_2 {
        transform: translateX(105%);
    }
    ._4st_section ._float_info_3 {
        transform: translateX(-105%);
    }*/
    ._4st_section ._float_info_1.in_view,
    ._4st_section ._float_info_2.in_view,
    ._4st_section ._float_info_3.in_view {
        margin: 0 auto;
        margin-bottom: 30px;
        /*transform: translateX(0);*/
    }
    ._4st_section ._float_info_3 {
        margin-bottom: 0;
    }
    ._4st_section ._float_info_1 ._float_info_inner,
    ._4st_section ._float_info_2 ._float_info_inner,
    ._4st_section ._float_info_3 ._float_info_inner {
        height: 300px;
        width: 300px;
        padding: 0;
        display: block;
    }
    ._4st_section ._float_info_1 ._float_info_inner,
    ._4st_section ._float_info_2 ._float_info_inner,
    ._4st_section ._float_info_3 ._float_info_inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    ._5st_section ._section_content {
        margin: initial;
        padding: 50px 0;
    }
    ._5st_section ._section_description {
        font-size: 25px;
        line-height: 39px;
        padding: 0 9px;
    }
}
@media only screen and (max-width: 670px) and (min-width: 200px){

}
@media only screen and (max-width: 414px){

}
@media only screen and (max-width: 375px){

}
@media only screen and (max-width: 320px){

}
@media only screen and (max-width: 1024px) and (max-height: 768px){ /** ipad mini 橫向 **/

}
@media only screen and (max-width: 768px) and (max-height: 1024px){ /** ipad mini 直向 **/

}
@media only screen and (max-width: 600px) and (max-height: 960px){ /** nexus7 **/
    .author-form form .w150{
        width: 123px;
    }
    .author-form form .w345{
        width: 246px;
    }
    .author-form form .w500{
        width: 375px;
    }
    .author-form form .w195.mb{
        width: 375px;
    }
    .author-form form #author_address_twzipcode select,
    .author-form form #author_address_twzipcode input,
    .author-form form #author_work_address_twzipcode select,
    .author-form form #author_work_address_twzipcode input{
        width: 121px !important
    }
    .author-form form #author_writing_style {
        width: 375px;
    }
    .author-form form .error-div #user_gender_all label,
    .author-form form .error-div #user_work_status_all label,
    .author-form form #author_writing_style label{
        width: 120px;
    }
    .author-form form #author_relationship.mb{
        width: 375px;
    }
    .author-form form #author_child_count.mb{
        width: 269px;
    }
    .author-form form #author_pregnant_select #author_pregnant_week{
        width: 125px;
    }
    .mmc_light_box_in{
        width: 360px;
        margin-left: -180px;
    }
    .mmc_light_box_in .text_content{
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 414px) and (max-height: 736px){ /** i6plus **/
    .author-form form .w150{
        width: 115px;
    }
    .author-form form .w345{
        width: 231px;
    }
    .author-form form .w500,
    .author-form form .w195.mb,
    .author-form form #author_relationship.mb{
        width: 351px;
    }
    .author-form form #author_address_twzipcode select,
    .author-form form #author_address_twzipcode input,
    .author-form form #author_work_address_twzipcode select,
    .author-form form #author_work_address_twzipcode input{
        width: 113px !important;
    }
    .author-form form #author_writing_style {
        width: 340px;
    }
    .author-form form .error-div #user_gender_all label,
    .author-form form .error-div #user_work_status_all label,
    .author-form form #author_writing_style label{
        width: 165px;
    }
    .author-form form #author_child_count.mb{
        width: 245px;
    }
    .author-form form #author_pregnant_select #author_pregnant_week{
        width: 102px;
    }
    .mmc_light_box_in{
        width: 360px;
        margin-left: -180px;
        height: 480px;
        margin-top: -240px;
    }
    .mmc_light_box_in .text_content{
        padding: 10px 20px;
        height: 448px;
    }
    ._1st_section ._section_content h1 {
        font-size: 31px;
    }
}
@media only screen and (max-width: 375px) and (max-height: 667px){ /** i6 **/
    .author-form form .w150{
        width: 110px;
    }
    .author-form form .w345{
        width: 198px;
    }
    .author-form form .w500,
    .author-form form .w195.mb,
    .author-form form #author_relationship.mb{
        width: 313px;
    }
    .author-form form #author_address_twzipcode select,
    .author-form form #author_address_twzipcode input,
    .author-form form #author_work_address_twzipcode select,
    .author-form form #author_work_address_twzipcode input{
        width: 101px !important;
    }
    .author-form form #author_writing_style {
        width: 340px;
    }
    .author-form form .error-div #user_gender_all label,
    .author-form form .error-div #user_work_status_all label,
    .author-form form #author_writing_style label{
        width: 151px;
    }
    .author-form form #author_child_count.mb{
        width: 208px;
    }
    .author-form form #author_pregnant_select #author_pregnant_week{
        width: 74px;
    }
    .mmc_light_box_in{
        width: 360px;
        margin-left: -180px;
        height: 450px;
        margin-top: -225px;
    }
    .mmc_light_box_in .text_content{
        padding: 10px 20px;
        height: 418px;
    }
    /*.author-readme,*/
    .author-complete {
        padding-right: 15px;
        padding-left: 15px;
    }

    ._1st_section ._section_content h1 {
        font-size: 28px;
    }
    ._section_item ._section_description {
        font-size: 21px;
        line-height: 31px;
    }
}
@media only screen and (max-width: 384px) and (max-height: 567px){ /** nexus4 **/
    .author-form form .w150{
        width: 110px;
    }
    .author-form form .w345{
        width: 207px;
    }
    .author-form form .w500,
    .author-form form .w195.mb,
    .author-form form #author_relationship.mb{
        width: 322px;
    }
    .author-form form #author_address_twzipcode select,
    .author-form form #author_address_twzipcode input,
    .author-form form #author_work_address_twzipcode select,
    .author-form form #author_work_address_twzipcode input{
        width: 104px !important;
    }
    .author-form form #author_writing_style {
        width: 346px;
    }

    .author-form form .error-div #user_gender_all label,
    .author-form form .error-div #user_work_status_all label,
    .author-form form #author_writing_style label{
        width: 156px;
    }
    .author-form form #author_child_count.mb{
        width: 218px;
    }
    .author-form form #author_pregnant_select #author_pregnant_week{
        width: 96px;
    }
    .author-form form #author_pregnant_select #author_pregnant_year,
    .author-form form #author_pregnant_select #author_pregnant_month{
        width: 80px;
    }
    .mmc_light_box_in{
        width: 330px;
        margin-left: -165px;
        height: 360px;
        margin-top: -180px;
    }
    .mmc_light_box_in .text_content{
        padding: 8px 15px;
        height: 328px;
    }
}
@media only screen and (max-width: 360px) and (max-height: 640px){ /** Galaxy S5 **/
    
}
@media only screen and (max-width: 360px) and (max-height: 567px){ /** nexus5 **/
    .author-form form .w150{
        width: 100px;
    }
    .author-form form .w345{
        width: 193px;
    }
    .author-form form .w500,
    .author-form form .w195.mb,
    .author-form form #author_relationship.mb{
        width: 298px;
    }
    .author-form form #author_address_twzipcode select,
    .author-form form #author_address_twzipcode input,
    .author-form form #author_work_address_twzipcode select,
    .author-form form #author_work_address_twzipcode input{
        width: 97px !important;
    }
    .author-form form #author_writing_style {
        width: 331px;
    }
    .author-form form .error-div #user_gender_all label,
    .author-form form .error-div #user_work_status_all label,
    .author-form form #author_writing_style label{
        width: 144px;
    }
    .author-form form #author_child_count.mb{
        width: 194px;
    }
    .author-form form #author_pregnant_select #author_pregnant_week{
        width: 81px;
    }
    .mmc_light_box_in{
        width: 330px;
        margin-left: -165px;
        height: 380px;
        margin-top: -190px;
    }
    .mmc_light_box_in .text_content{
        padding: 8px 15px;
        height: 348px;
    }
}
@media only screen and (max-width: 320px) and (max-height: 568px){ /** i5 **/
    .author-form form .w150{
        width: 110px;
    }
    .author-form form .w345{
        width: 141px;
    }
    .author-form form .w500,
    .author-form form .w195.mb,
    .author-form form #author_relationship.mb{
        width: 258px;
    }
    .author-form form #author_address_twzipcode select,
    .author-form form #author_address_twzipcode input,
    .author-form form #author_work_address_twzipcode select,
    .author-form form #author_work_address_twzipcode input{
        width: 83px !important;
    }
    .author-form form #author_writing_style {
        width: 340px;
    }
    .author-form form .error-div #user_gender_all label,
    .author-form form .error-div #user_work_status_all label,
    .author-form form #author_writing_style label{
        width: 124px;
    }
    .author-form form #author_child_count.mb{
        width: 152px;
    }
    .author-form form #author_pregnant_select #author_pregnant_week{
        width: 63px;
    }
    .author-form form #author_pregnant_select #author_pregnant_year,
    .author-form form #author_pregnant_select #author_pregnant_month{
        width: 63px;
    }
    .mmc_light_box_in{
        width: 280px;
        margin-left: -140px;
        height: 360px;
        margin-top: -180px;
    }
    .mmc_light_box_in .text_content{
        padding: 8px 15px;
        height: 328px;
    }
    .author-form span.author-form-title {
        font-size: 30px;
    }
    #title-bar span{
        font-size: 22px;
    }

    ._1st_section ._section_content h1 {
        font-size: 24px;
    }
    ._section_item ._section_description {
        font-size: 19px;
        line-height: 27px;
    }
    a.author-button-a {
        padding: 5px 21px;
        font-size: 19px;
    }
}
@media only screen and (max-width: 320px) and (max-height: 480px){ /** i4 **/

}

