@charset "utf-8";
/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
    border: 0;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 105%;
    font-style: inherit;
    font-weight: inherit;
    line-spacing: 1.0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10;
    margin-left: 0;
}
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font: 12px/1.5 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    color: #333;
    -webkit-text-size-adjust: none;
    background: #fcfcfc;
}
/* リンク設定
------------------------------------------------------------*/
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}
a:hover, a:active {
    outline: none;
}
/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after, ul.post li:after, nav#mainNav .inner:after {
    content: "";
    display: table;
    clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post, ul.post li, nav#mainNav .inner {
    zoom: 1;
}
/* フォーム
------------------------------------------------------------
input[type="text"], textarea, input[type="email"] {
    vertical-align: middle;
    max-width: 90%;
    line-height: 30px;
    height: 30px;
    padding: 1px 5px;
    border: 1px solid #d4d4d7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 100%;
    color: #555;
    background: #fcfcfc;
}
textarea {
    height: auto;
    line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 3px 10px;
    background: #6cb1c2;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 1.5;
    font-size: 120%;
    color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: #8bcfe1;
    cursor: pointer;
}
*:first-child+html input[type="submit"] {
    padding: 3px;
}
*/
/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner {
    margin: 0 auto;
    max-width: 80%;
}

@media screen and (max-width: 1024px) {
#wrapper, .inner {
    max-width: 90%;
    font-size: 80%;
}
}
#header {
    overflow: hidden;
}
#content {
    margin: 0 auto;
    padding: 0 0 100px;
}
#footer {
    clear: both;
}
/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1 {
    padding: 5px 0;
    font-size: 80%;
    font-weight: normal;
    float: left;
}
#header h2 {
    padding: 5px 0;
    font-size: 80%;
    font-weight: normal;
    float: right;
}
/* ロゴ (サイトタイトル)
----------------------------------*/
#header #logo {
    clear: both;
    float: left;
    padding: 0 10px 0px 10px;
}
/* コンタクト
----------------------------------*/
.contact {
    float: right;
    padding: 0 10px 0px 10px;
    text-align: right;
}
/* トップページ　メイン画像
----------------------------------*/
#mainImg {
    margin-top: 20px;
    clear: both;
    line-height: 0;
    text-align: center;
    z-index: 0;
}
.post {
    margin: 0 0 20px 0;
    padding: 20px 10px 20px 20px;
    background: #fff;
}
.toppage h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.toppage {
    padding: 20px 10px 20px 20px;
}
.main_top {
    padding: 20px 0px 20px 0px;
}
.main_left {
    float: left;
    width: 360px;
}
.main_right {
    float: right;
    width: 260px;
}
/* フッター
*****************************************************/
#footer {
    clear: both;
    background: #4c4948;
}
#footer .inner {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    text-align: center;
}

@media screen and (max-width: 1024px) {
#footer .inner {
    width: 85%;
}
}
#footer a {
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
#footer a {
    font-size: 80%;
}
}
#copyright {
    clear: both;
    padding: 0 0 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
#copyright {
    font-size: 80%;
}
}
/* メインメニュー
------------------------------------------------------------*/
nav#mainNav {
    clear: both;
    position: relative;
    z-index: 200;
    width: 100%;
    height: 50px;
}
nav#mainNav .inner {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
}
nav#mainNav a {
    color: #000000;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
nav#mainNav a {
    font-size: 80%;
}
}
nav#mainNav a:hover {
    padding-bottom: 10px;
    border-bottom: solid 3px #e68013;
}
nav#mainNav .logo a:hover {
    border-bottom: none;
}

@media screen and (max-width: 1024px) {
nav#mainNav .logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}
nav div.panel {
    display: block !important;
    float: left;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0 10px 24px;
}
a#menu {
    display: none;
}
/* top
------------------------------------------------------------*/
.row-wrap {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0;
}

@media screen and (max-width: 1024px) {
.row-wrap {
    width: 95%;
}
}
/* recruit
------------------------------------------------------------*/
.mb-25 {
    margin-bottom: 25px;
}
#rec h3 {
    font-size: 20px;
    color: #dc7d1a;
}
#rec h4 {
    padding: 25px 0 5px;
}
#rec p {
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
#rec p {
    font-size: 80%;
}
}
#rec p {
    line-height: 30px;
}
/* works
------------------------------------------------------------*/
#works p{
	font-size: 14px;
}
@media screen and (max-width: 1024px) {
#works p {
    font-size: 80%;
}
}
/* about
------------------------------------------------------------*/
#about th {
    width: 30%;
}
#about th, td {
    padding: 10px 30px;
}

@media screen and (max-width: 1024px) {
#about th, td {
    padding: 10px;
}
}
/* privacy
------------------------------------------------------------*/
#pri h3 {
    font-size: 20px;
    padding-top: 15px;
}
#pri p, ul {
    font-size: 16px;
    line-height: 25px;
}
/* contact
------------------------------------------------------------
form div {
    margin: 3% auto;
}
#contact label {
    display: inline-block;
    width: 40%;
    text-align: left;
    font-weight: 100;
}
input, textarea {
    width: 50%;
    box-sizing: border-box;
}
#msg {
    height: 150px;
}
.name input {
    width: 50%;
}
.submit {
    text-align: center;
}
.submit input {
    width: 200px;
    background-color: #DC7D1A;
}
.error_list {
    padding: 10px 30px;
    color: #ff2e5a;
    font-size: 86%;
    text-align: left;
    border: 1px solid #ff2e5a;
    border-radius: 5px;
}
*/
/* contact
------------------------------------------------------------*/
#contact label {
    display: inline-block;
    width: 40%;
    text-align: left;
    font-weight: 100;
}
#contact .c_btn {
	text-align: center;
}
input[type=text] {
	vertical-align: middle;
	width: 50%;
    padding: 5px 10px;
    font-size: 86%;
    box-sizing: border-box;
	border: 1px solid #000;
    border-radius: 3px;
}
input[name=btn_confirm],  input[name=btn_submit],  input[name=btn_back] {
    margin-top: 10px;
    padding: 5px 70px;
    font-size: 100%;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 3px;
	border: none;
    background-color: #DC7D1A;
}
input[name=btn_back] {
    margin-right: 20px;
    background: #999;
}
textarea[name=contact] {
	vertical-align: middle;
    padding: 5px 10px;
    width: 50%;
    height: 100px;
    font-size: 86%;
    box-sizing: border-box;
	border: 1px solid #000;
    border-radius: 3px;
}
.element_wrap {
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: left;
}
label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    width: 150px;
}
.element_wrap p {
    display: inline-block;
    margin: 0;
    text-align: left;
}
.error_list {
    padding: 10px 30px;
    color: #ff2e5a;
    font-size: 86%;
    text-align: left;
    border: 1px solid #ff2e5a;
    border-radius: 5px;
}
