@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:middle;
    background:transparent;
}

body {
    font-family: "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    color: #333333;
    margin: 0;
    padding: 0;
}
/* Common */

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.clear {
        clear: both;
}

.fb_iframe_widget {
    display: block;
    position: relative;
    margin: 0px 0px 40px 0px !important;
}
.services a.notice {
    text-decoration: underline;
    font-weight: bold;
    color: #EE4036;

}
img.border {
border:1px solid #333333;
}

img.validate {
width:189px; margin:0px auto;
}

img.inline {
    display: inline;
}

.inner {
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    padding: 0 0%;
    box-sizing: border-box;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix { zoom: 1 } /* IE6 */
*:first-child+html .clearfix { zoom: 1 } /* IE7 */
.arrow_down {
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #EE4036;
    margin: 0px auto;
}

/* Font */
#left_col.editor h2 {
    font-size: 16px;
    line-height: 1.6em;
    background-color: #EFEFEF;
    padding: 13px 15px;
    border-bottom: 0px solid #F28F31;
    border-left: 3px solid #F28F31;
    margin: 0px 0px 25px 0px;
    clear: both;
    text-align: left;
    background-image: none;
    color: #333333;
}
#left_col.editor h3 {
    font-size: 16px;
    line-height: 1.6em;
    color: #F28F31;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: 2px solid #F28F31;
    clear: both;
}
#left_col.editor h4 {
    font-size: 14px;
    line-height: 1.6em;
    color: #333333;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 2px 0px;
    border-bottom: 1px solid #333333;
    clear: both;
}
#left_col.editor h5 {
    font-size: 14px;
    line-height: 1.6em;
    color: #F28F31;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
#left_col.editor .school h5 {
    margin: 0px 0px 0px 0px;
}
#left_col.editor ul {
    margin: 20px 0px;
    list-style: none;
    clear: both;
}
#left_col.editor ul li {
    line-height: 1.6em;
    margin: 0px 0px 10px 20px;
    padding: 0px 0px 0px 20px;
    background: url(images/list_services.png) 0px 2px no-repeat;
}
#left_col.editor ul li strong.block { display: block }
#left_col.editor a { color: #F28F31 }
#left_col.editor img.left {
    float: left;
    margin: 0px 20px 20px 0px;
}
#left_col.editor img.right {
    float: right;
    margin: 0px 0px 20px 20px;
}
#left_col.editor img.center {
    margin: 0px auto 20px auto;
}
#left_col.editor img.center.arrow {
    margin: 0px auto 0px auto;
}

#left_col.editor p {
    margin: 10px 0px 15px 0px;
    float: left;

}


#left_col.editor p.center { text-align: center;}

#left_col.editor blockquote {
    display: block;
    padding: 10px;
    border: 2px solid #EE4036;
    margin: 10px auto 10px auto;
    text-align: center;
    max-width: 500px;
    clear:both;
}
#left_col.editor blockquote.strong {
    display: block;
    padding: 10px;
    border: 4px solid #EE4036;
    margin: 10px auto 20px auto;
    text-align: center;
    max-width: 600px;
    clear: both;
    background: #f1c40f;
    font-weight: bold;
    color: #EE4036;
}
#left_col.editor blockquote.yellow {
    display: block;
    padding: 10px;
    border: 2px solid #333333;
    margin: 10px auto 10px auto;
    text-align: center;
    max-width: 500px;
    clear:both;
    background: rgba(241,196,15,0.6);
}
#left_col.editor blockquote.black {
    display: block;
    padding: 10px;
    border: 2px solid #333333;
    margin: 10px auto 10px auto;
    text-align: center;
    max-width: 500px;
    clear:both;
}



#left_col.editor .icon_left {
    float: left;
    width: 11%;
    margin: 0px 0px 15px 0px;
}
#left_col.editor .bubble_left {
    float: left;
    width: 87%;
    margin: 0px 2% 15px 0px;
    border: 1px solid #333333;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
}
#left_col.editor .icon_right {
    float: right;
    width: 11%;
    margin: 0px 0px 15px 0px;
}
#left_col.editor .bubble_right {
    float: right;
    width: 87%;
    margin: 0px 2% 15px 0px;
    border: 1px solid #333333;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
}
#left_col.editor div.steps {
float:left;
width:48%;
padding:0px 1%;
}

#left_col.editor div.steps img {
margin: 0px 0px 20px 00px;
border: 1px solid #333333;
}
#left_col.editor div.steps.first {
float:left;
width:48%;
padding:0px 1%;
margin:20px 0px 0px 0px;
}

hr {
    clear: both;
    margin: 20px 0px;
}

span.warning {
    color: #EE4036;
    font-weight: bold;
}
.school {
    float: left;
    margin: 0px 0px 10px 0px;
}
.school img {
    max-width: 100px;
    float: left;
    margin: 0px 10px 0px 0px;
    border: 1px solid #333333;
    padding: 10px;
}
#pager {
    clear: both;
    padding: 20px 0px 0px 0px;
}
#pager a.previous {
    float: left;
    padding: 10px 20px 10px 30px;
    font-size: 14px;
    background: url(images/pager_previous.gif) 15px 13px no-repeat #EFEFEF;
    text-align: center;
    border-radius: 20px;
    color: #333333;
    text-decoration: none;
}
#pager a.next {
    float: right;
    padding: 10px 30px 10px 20px;
    font-size: 14px;
    background: url(images/pager_next.gif) right 13px center no-repeat #EFEFEF;
    text-align: center;
    border-radius: 20px;
    color: #333333;
    text-decoration: none;
}
/* Contact Form*/
#contact_form {
    max-width: 640px;
    clear: both;
    overflow: hidden;
    padding: 30px 0px;
}
#contact_form .form_left {
    float: left;
    width: 32%;
    clear: both;
    margin: 0px 0px 0px 0px;
    background-color: #F9E6DC;
    padding: 12px 0px 12px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E6D4AA;
    min-height: 47px;
    line-height: 1.5em;
}
#contact_form .form_right {
    float: left;
    width: 68%;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #E6D4AA;
    min-height: 47px;
}
#contact_form .form_right.line2 {
    min-height: 67px;
}

#contact_form .form_left.first,
#contact_form .form_right.first { border-top: 1px solid #E6D4AA }
#contact_form .form_right.ongoing { min-height: 67px }
#contact_form .form_left.inquire { min-height: 137px }
#contact_form .form_right select { margin: 4px 0px 3px 0px }
#contact_form .form_right.ongoing input[type=radio] { margin: 16px 0px 0px 0px }
#contact_form .form_right.school input[type=radio] { margin: 8px 0px 0px 0px }
#contact_form .form_right span,
#submit p {
    margin: 0px 0px;
    color: #F28F31;
    font-size: 12px;
}
#contact_form .form_right input {
    width: 100%;
    padding: 5px;
    border: 1px solid #666666;
    box-sizing: border-box;
}
#contact_form .form_right input[type=radio] { width: 20px }
#contact_form .form_right textarea {
    width: 100%;
    min-height: 110px;
    padding: 5px;
    border: 1px solid #666666;
    box-sizing: border-box;
}
#contact_form #submit {
    float: left;
    width: 100%;
    margin: 0px 0px 20px 0px;
    text-align: center;
}
#contact_form input[type=submit] {
    width: 190px;
    padding: 15px 20px;
    background-color: #F28F31;
    color: #ffffff;
    border: none;
    font-size: 18px;
    margin: 10px 0px;
    cursor: pointer;
}
/* Header */
header {
    max-width: 100%;
    overflow: hidden;
}
#description {
    background-color: #EFEFEF;
    padding: 4px 0px;
}
#description  h1 {
    font-size: 13px;
    font-weight: normal;
}
header #logo {
    display: block;
    margin: 35px 0px 0px 0px;
    float: left;
}

header #resume_btn {
    margin: 35px 20px 35px 0px;
    padding: 20px 18px 20px 80px;
    background: url(images/btn_resume.png) left center no-repeat #EE4036;
    float: right;
    font-size: 18px;
    line-height: 1.0em;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
}

header #classified_btn {
    margin: 35px 20px 35px 0px;
    padding: 20px 18px 20px 80px;
    background: url(images/btn_classified.png) left center no-repeat #EE4036;
    float: right;
    font-size: 18px;
    line-height: 1.0em;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
}

header #contact_btn {
    margin: 35px 0px 35px 0px;
    padding: 20px 18px 20px 80px;
    background: url(images/btn_contact.png) left center no-repeat #F28F31;
    float: right;
    font-size: 18px;
    line-height: 1.0em;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
}
/* Nav */
#global_nav {
    background-color: #EFEFEF;
    padding: 13px 10px;
    margin: 0px 0px 30px 0px;
}
#global_nav ul { float: left }
#global_nav ul li {
    display: inline;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    font-size: 18px;
    line-height: 30px;
    border-left: 1px solid #CBCBCB;
}
#global_nav ul li:first-child { border-left: 0px solid #CBCBCB }
#global_nav ul li  a {
    color: #333333;
    text-decoration: none;
}
#global_nav ul li.current  a { color: #F28F31;}
#global_nav #search {
    float: right;
    width: 210px;
    line-height: 1em;
    background-color: #ffffff;
    padding: 5px;
}
/* Left Column  */
#left_col {
    float: left;
    max-width: 71%;
    margin: 0px 3% 0px 0px;
}
#left_col #hero { margin: 0px 0px 20px 0px }
#left_col #hero {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
    position: relative;
}

.dir {
    position: absolute;
    bottom: 6%;
    width: 500px;
    height: 60px;
}
.dir .btn_apprication {
    width: 228px;
    height: 58px;
    float: left;
    margin: 0px 20px 0px 24px;
    background-image: url(images/btn01_off.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.dir .btn_apprication:hover {
    background-image: url(images/btn01_on.png);
}
.dir .btn_inquiry {
    width: 228px;
    height: 58px;
    float: left;
    margin: 0px 0px 0px 0px;
    background-image: url(images/btn02_off.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.dir .btn_inquiry:hover {
    background-image: url(images/btn02_on.png);
}
#left_col #news {
    font-size: 13px;
    margin: 0px 0px 20px 0px;
    color: #EE4036;
}
#left_col #news a {
    color: #EE4036;
    text-decoration: underline;
}
#left_col #news span {
	border: 2px solid #EE4036;
	color: #EE4036;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	width: 34px;
	text-align: center;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
#left_col #news span.info { padding: 1px 5px }
#left_col #news  p { margin: 0px 0px 0px 0px }
#left_col h2 {
    font-size: 16px;
    line-height: 1.6em;
    background-color: #EFEFEF;
    padding: 13px 15px;
    border-bottom: 1px solid #F28F31;
    margin: 0px 0px 25px 0px;
    clear: both;
}
/* Services */
.services {
    /*border: 1px solid #EFEFEF;*/
    /*float: left;*/
    /*width: 48%;*/
    /*margin: 0px 1% 20px 1%;*/
    /*min-height: 210px;*/
    /*box-sizing: border-box;*/
}
.services h3 {
    background-color: #EFEFEF;
    padding: 13px 10px;
}
.services p { padding: 20px 20px 0px 20px }
.services a {
    color: #333333;
    text-decoration: none;
}
.services ul {
    margin: 20px 20px 20px 20px;
    list-style: none;
}
.services ul li {
    line-height: 1.6em;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    background: url(images/list_services.png) 0px 2px no-repeat;
}
/* Right Column  */
#right_col {
	float: left;
	max-width: 26%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#meter,
#quick_links {
    border: 1px solid #EFEFEF;
    width: 100%;
    margin: 0px 0% 20px 0%;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
#meter.steps p {
    text-align: left;
}
#quick_links h3 {
    font-size: 14px;
    margin: 0px 0px 10px 0px;

}
#meter h4 {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}
#meter p {
    text-align: center;
    font-size: 12px;
}
#meter figure {
    width: 100%;
    background-color: #CCCCCC;
    border-radius: 15px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 10px 0px;
}
#meter figure span {
    width: 100%;
    background-color: #EE4036;
    border-radius: 15px;
    padding: 3px 15px 3px 15px;
    display: block;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 15px;
}

/* ワーホリメータのパーセンテージ  */
#meter figure.first_half span { width:100% }
/* ワーホリメータのパーセンテージ  */

#meter figure.second_half span { width: 100% }
#meter .important_link {
    float: left;
    width: 31.333333333333%;
    margin: 0px 1%;
}
#meter .important_link img { margin: 10px auto }
#right_col h2 {
	font-size: 16px;
	line-height: 1.6em;
	background-color: #EFEFEF;
	padding: 13px 15px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	clear: both;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F28F31;
}
#quick_links ul {
    margin: 0px 0px 15px 0px;
    list-style: none;
}
#quick_links ul li {
    line-height: 1.6em;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    background: url(images/list_services.png) 0px 2px no-repeat;
}
#quick_links ul li a {
    color: #333333;
    text-decoration: none;
}
#quick_links ul li.current a {
    color: #F28F31;
}


#meter ul {
    margin: 0px 0px 15px 0px;
    list-style: none;
}
#meter ul li {
    line-height: 1.6em;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
    background: url(images/list_services.png) 0px 2px no-repeat;
}
#meter ul li a {
    color: #333333;
    text-decoration: none;
}
#meter ul li.current a {
    color: #F28F31;
}


/* Company Info*/
#company_info {
    margin: 30px 0px 0px 0px;
    background-color: #746656;
    padding: 30px 0px;
}
#company_info h3 {
    color: #F28F31;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px dotted #ffffff;
}
#company_info p {
    color: #ffffff;
    margin: 0px 0px 15px 0px;
}
/* Breadcrumbs */
#left_col.editor #breadcrumbs { margin: 20px 0px }
#left_col.editor #breadcrumbs ul { margin: 0px 0px 0px 0px }
#left_col.editor #breadcrumbs ul#general li {
    font-size: 13px;
    line-height: 35px;
    margin: 0px 10px 10px 0px;
    padding: 0px 15px 0px 15px;
    display: inline-block;
    border-radius: 20px;
    background: #F28F31;
}
#left_col.editor #breadcrumbs ul#general li.current { background: #EE4036 }
#left_col.editor #breadcrumbs ul li.current { background: url(images/breadcrumbs_on.gif) right center no-repeat #EE4036 }
#left_col.editor #breadcrumbs ul li {
    font-size: 13px;
    line-height: 36px;
    margin: 0px 10px 10px 0px;
    padding: 0px 24px 0px 10px;
    display: inline-block;
    background: url(images/breadcrumbs.gif) right center no-repeat #F28F31;
}
#left_col.editor #breadcrumbs ul li a {
    color: #ffffff;
    text-decoration: none;
}
#left_col.editor #breadcrumbs ul li span {
    background-color: #ffffff;
    padding: 2px 6px;
    margin: 0px 5px 0px 0px;
    border-radius: 60px;
    color: #F28F31;
}
#left_col.editor #breadcrumbs ul li.current span { color: #EE4036 }
/* Footer*/
footer {
    margin: 0px 0px 0px 0px;
    padding: 20px;
    text-align: center;
}
footer ul {
    margin: 0px;
    list-style: none;
}
footer ul li {
    display: inline;
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    font-size: 14px;
    line-height: 1.6em;
    border-left: 1px solid #CBCBCB;
}
footer ul li:first-child { border-left: 0px solid #CBCBCB }
footer p { margin: 10px 0px }
footer a {
    color: #F28F31;
    text-decoration: none;
}
div.disclaimer {
    display: block;
    padding: 10px;
    border: 2px solid #EE4036;
    margin: 10px 0px;
    text-align: left;
	width:90%;
    font-size: 12px;
    clear: both;
    text-align: left;
}

table.mailform tr th, table.mailform tr td {
    font-size: 14px;
    padding: 15px 10px 15px 10px;
}

.border.sample_resume {
    float: left;
    width: 100px;
    margin: 0px 10px 10px 10px;
}

p.sample {
    clear: both;
    margin: 10px 0px;
}

#contact_form .form_left.cv {
    min-height: 69px;
}

.resume_sample {
    width: 200px;
    margin: 20px 10px;
    text-align: center;
    float: left;
}

.resume_sample img {
    margin: 10px auto 10px auto;
}
@media screen and (max-width: 1200px) {
    #global_nav ul li { font-size: 16px }
}
@media screen and (max-width: 980px) {
    #global_nav ul li { font-size: 14px }
    #meter figure { font-size: 13px }
    header #resume_btn { font-size: 14px }
    header #classified_btn { font-size: 14px }
    header #contact_btn { font-size: 14px }

.dir {
    width: 500px;
    height: 41px;
}
.dir .btn_apprication {
    width: 160px;
    height: 41px;
margin: 0px 10px 0px 10px;
}
.dir .btn_inquiry {
    width: 160px;
    height: 41px;
}

}
@media screen and (max-width: 768px) {
    #global_nav #search { display: none }
    #left_col {
        max-width: 100%;
        margin: 0px 0% 0px 0px;
    }
    #right_col {
        max-width: 100%;
        margin: 30px 0% 0px 0px;
    }
    .inner { padding: 0 1% }
    #description h1 { font-size: 12px }
    .mobile_sec {
        float: left;
        width: 48%;
        margin: 0px 1%;
    }
    #meter {
        padding: 10px;
        min-height: 314px;
    }
    #quick_links {
        padding: 10px;
        min-height: 314px;
    }
    #company_info #left_col {
        float: left;
        max-width: 71%;
        margin: 0px 3% 0px 0px;
    }
    #company_info #right_col {
        float: left;
        max-width: 26%;
        margin: 5px 0px 0px 0px;
    }
    #company_logo { margin: 50px 0px 0px 0px }
    #company_info h3 { font-size: 14px }
    header #classified_btn { font-size: 12px }
    header #classified_btn {
        margin: 25px 10px 25px 0px;
        padding: 15px 18px 15px 80px;
    }
    header #contact_btn { font-size: 12px }
    header #contact_btn {
        margin: 25px 0px 25px 0px;
        padding: 15px 18px 15px 80px;
    }
    header #resume_btn { font-size: 12px }
    header #resume_btn {
        margin: 25px 10px 25px 0px;
        padding: 15px 18px 15px 80px;
    }
    header #logo {
        margin: 28px 0px 0px 0px;
        width: 150px;
    }
    #mobile_btn { clear: both }
    #mobile_btn a {    text-decoration: none;}

    #contact_form .form_left{
    width: 100%;
    border-bottom: 0px solid #E6D4AA;
}
#contact_form .form_right {
    width: 100%;
border-bottom: 0px solid #E6D4AA;
    }
#contact_form .form_left.inquire {
    min-height: 45px;
}

#contact_form .form_left.first, #contact_form .form_right.first {
    border-top: 0px solid #E6D4AA;
}

.fb_iframe_widget {
    margin: 0px auto 40px auto !important;
    width: 302px !important;
    display: block !important;
}
#left_col.editor div.steps{
    width: 90% !important;
    float: none;
    padding: 0 10px;
}
#left_col.editor div.steps img{
    margin: 0 auto;
}

}

@media screen and (max-width: 600px) {
    #mobile_btn {
        clear: both;
        overflow: hidden;
        width: 96%;
        margin: 0px auto;
    }

.resume_sample {
    width: 100%;
    margin: 10px auto 10px auto;
    text-align: center;
    float: left;
}

}
@media screen and (max-width: 479px) {
    .services {
        width: 100%;
        /*width: 98%;*/
        margin: 0px 1% 20px 1%;
        min-height: 150px;
    }
    .mobile_sec {
        float: left;
        width: 98%;
    }
    #company_info #left_col {
        float: left;
        max-width: 100%;
        margin: 0px 0% 0px 0px;
    }
    #company_info #right_col {
        float: none;
        max-width: 238px;
        margin: 0px auto 0px auto;
        clear: both;
    }
    #left_col.editor #breadcrumbs ul li {
        padding: 0px 30px 0px 10px;
        display: inline-block;
    }

    tbody tr{
        display: block;
        margin-bottom: 0em;
    }
    tbody th,
    tbody td{
        display: block;
        border: none;
    }
form#mailform {
    padding: 0px;
}

header #classified_btn {
    margin: 10px auto 10px auto;
    padding: 15px 18px 15px 80px;
    float: none;
}
header #contact_btn {
    margin: 10px auto 10px auto;
    padding: 15px 18px 15px 80px;
    float: none;
}
header #resume_btn {
    margin: 10px auto 10px auto;
    padding: 15px 18px 15px 80px;
    float: none;
}
header #classified_btn {
    margin: 10px auto 10px auto;
    padding: 15px 18px 15px 80px;
    float: none;
}
header #classified_btn {
    font-size: 16px;
}
header #contact_btn {
    font-size: 16px;
}
header #resume_btn {
    font-size: 16px;
}

#global_nav ul li:first-child {
    border-left: 0px solid #CBCBCB;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/*header #logo {
    margin: 10px auto 0px auto;
    width: 200px;
    float: none;
}*/


.services.long {
    min-height: 178px;
}
#meter {
    padding: 10px;
    min-height: 260px;
}

#meter.loginto {
    padding: 10px;
    min-height: 10px;
}
.dir {
    bottom: 3%;
    width: 100%;
    height: 41px;
}
.dir .btn_apprication {
    width: 160px;
    height: 41px;
margin: 0px 10px 0px 10px;
}
.dir .btn_inquiry {
    width: 160px;
    height: 41px;
}
#contact_form .form_left.cv {
    min-height: auto;
}
table.mailform tr th {
    width: 100%;
}
#left_col.editor p.p_right {
    float: none;
    margin: 10px 0px 0px 0px
}

}

@media screen and (max-width: 380px) {
.dir {
    bottom: -2%;
    height: 36px;
}
.dir .btn_apprication {
    width: 118px;
    height: 30px;
}
.dir .btn_inquiry {
    width: 118px;
    height: 30px;
}
#left_col #hero {
    margin-bottom: 30px;
}

}
