/*********************************************************************************
    のぐち産業 BASE CSS
*********************************************************************************/

* {
    margin: 0px;
    padding: 0px;
    font-size:100%;
}

.body_top {
    margin: auto;
    text-align: center;
    font-size: 100%;
    font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ", Osaka, verdana, arial, sans-serif;
    background-color: #fff;
    background-image: url(../image/bg_body_top.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

.body_sub {
    margin: auto;
    text-align: center;
    font-size: 100%;
    font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ", Osaka, verdana, arial, sans-serif;
    background-color: #fff;
    background-image: url(../image/bg_sub_image.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}

p {
    margin: 5px 0px 5px 0px;
}

h1 {
    padding: 16px 0px 0px 5px;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1.6px;
}

h2 {
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1.6px;
}

h3 {
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1.6px;
}

h4 {
    padding: 10px 0 0 22px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1.8px;
}

a {
    color: #663333;
    text-decoration: underline;
    /*background-color: #fff;*/
}

a:hover {
    color: #333366;
    text-decoration: none;
    /*background-color: #fff;*/

}

a:hover .hukidasi {
    display: block; 
    position: absolute;
    top: 1em;
    left: 0em; 
}

.hukidasi {
    display: none;
}


/*********************************************************************************
    フォーム共通指定
*********************************************************************************/
fieldset, form, legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

fieldset {
    padding: 0px;
    margin: 0 0 0 0;
    border: 1px solid #ccc;
}

legend {
    padding: 0px;
    font-size: 110%;
    background-color: #e3dfdf;
    color: #333;
}

/*label*/
label {
    text-align: left;
    margin-right: 0px;
    display: inline;
    color: #000;
}

/* Textarea input select */
textarea, input, select {
    margin: 0px;
    padding: 4px;
}

textarea, input[type="text"], input[type="password"] {
    border: 1px solid #aaa;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid #000;
}

select {
    background-color: #fff;
    color: #000;
    padding: 0;
}

input[type="submit"], input[type="reset"] {
/*
    background-color: #ccc;
    margin: 0px 5px 0px 5px;
    padding: 3px;
*/
}

input[type="submit"]:hover, input[type="reset"]:hover {
/*
    background-color: #aaa;
    margin: 0px 5px 0px 5px;
    padding: 3px;
*/
}

input[type="submit"].small, input[type="reset"].small {
    margin: 0px;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-left: 4px;
    font-size: 80%;
    height: 20px;
}

input[type="checkbox"] {
    background-color: #fff;
    color:#000;
    padding: 4px;
}

input[type="radio"] {
    background-color: #fff;
    color: #000;
    padding: 4px;
}

/*option optgroup*/
option {
    color: #000;
    background-color: #fff
}

optgroup {
    color: #000;
    background-color: #ccc;
}

/*button*/
button {
/*
    background-color: #ccc;
    margin: 0px 5px 0px 5px;
    padding: 3px;
*/
}

/*********************************************************************************
    テーブル共通指定
*********************************************************************************/
table.line {
    width: 100%;
    margin: 5px auto 0 auto;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}

th.line {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #f0f0f0;
    font-size: 90%;
    font-weight: normal;
}

td.line {
    padding: 5px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-size: 90%;
    font-weight: normal;
}

table.no_line {
    width: 100%;
    margin: 5px auto 0 auto;
    border: none;
    text-align: left;
    border: none;
}

th.no_line {
    padding: 5px;
    border: none;
    font-size: 90%;
    font-weight: normal;
}

td.no_line {
    padding: 5px;
    border: none;
    font-size: 90%;
    font-weight: normal;
}

table.no_line_guide {
    width: 50%;
    margin: 5px auto 0 auto;
    border: none;
    text-align: left;
    border: none;
}

/*********************************************************************************
    イメージ共通指定
*********************************************************************************/
img {
    border: 0px;
}

img.thumbnail {
    border: 1px solid #aaaaaa;
}

img.thumbnail:hover {
    border: 1px solid #ff0000;
}

/*********************************************************************************

*********************************************************************************/

hr {
    width: 100%;
    height: 1px;
    color: #666;
    margin: 6px 0px 0px 0px;
}

em {
    visibility: hidden;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.p_img {
    float: left;
    margin-right: 5px;
}

.p_imgright {
    float: right;
    margin-right: 5px;
}

.recruit {
    font-size: 120%;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    color: #FF3300;
    border-bottom-width: thin;
    border-bottom-style: dotted;
    border-bottom-color: #666666;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
}

/*********************************************************************************
    フォント
*********************************************************************************/
.small_font {
    font-size: 90%;
    color: #000000;
}

.normal_font {
    font-size: 100%;
    color: #000000;
}

.attent_font {
    font-size: 100%;
    font-weight: bold;
    color: #0000ff;
}

.large_font {
    font-size: 120%;
    font-weight: bold;
    color: #000000;
    margin: 20px;
}

.strong1 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.strong1 a {
    color: #000;
    text-decoration: underline;
}

.strong1 a:hover {
    color: #000;
    text-decoration: none;
}

.strong2 {
    font-size: 16px;
    font-weight: bold;
    color: #ff0000;
}

/*********************************************************************************
    エラーメッセージ
*********************************************************************************/
.err_msg {
    font-size: 100%;
    font-weight: bold;
    color: #ff0000;
    margin: 10px;
}

/*********************************************************************************
    警告
*********************************************************************************/
.small_warn {
    font-size: 90%;
    font-weight: bold;
    color: #ff0000;
}

.normal_warn {
    font-size: 100%;
    font-weight: bold;
    color: #ff0000;
}

.large_warn {
    font-size: 120%;
    font-weight: bold;
    color: #ff0000;
    margin: 20px;
}

/*********************************************************************************
    回り込み解除
*********************************************************************************/
.clear { clear: both; }
.clear hr { display: none; }