@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, ul,
button, del, ins, map, object,
 abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
    display: block;
}

html {
    overflow:scroll;
}

img, fieldset {
	border: 0;
}
span {
    display: inline-block;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ie 8 img max-width */
@media \0screen {
	img { width: auto;}
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font: normal 1em/1.4em "メイリオ", 'Open Sans', sans-serif;
	background-color: #fff;
	color: #333;
	word-wrap: break-word;
    display: block;
}
a {
	color: #1159a3;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.contact_done_a {
    font-size: 80%;
}
p {
	padding: 0;
}
small {
	font-size: .87em;
}
blockquote {
	font: italic 1.1em/1.3em "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
.clear {
    clear: both;
}
.center {
    text-align: center;
    font-size: 90%;
}
label {
    cursor: pointer;
}
label.error {
	cursor: default;
    display: block;
    margin-top: 5px;
    color: red;
    background: #fff;
    font-size:80%;
}
.error {
    cursor: auto;
    background: #ffeeee;
}

.left {
    text-align: left;
}
.left a {
    font-size:75%;
}

.right {
    text-align: right;
}
.right a {
    font-size:75%;
}
.right span {
    background:url("../img/header_list.png") no-repeat;
}

/* sp Menu */
#Menu {
    	float: right;
    	margin-top: 0;
    	padding: 0;
    	z-index: 9999 !important;
	}
	#MenuNav {
    	width: 100%;
    	background: #333;
    	opacity: 0.9;
   		position: absolute;
    	top: 0;
   	 	right: 0;
    	z-index: 999 !important;
	}
	.gmenu01, .gmenu02, .gmenu03, .gmenu04, .gmenu05, .gmenu06, .gmenu07, .gmenu08, .gmenu09, {
	}
	.gmenu {
    	position: relative;
    	border-bottom: 1px solid #aaa;
    	padding: 15px 0;
	}
	#MenuNav ul li a {
		text-decoration: none;
    	color: #fff;
    	font-size: 100%;
    	display: block;
    	padding: 10px 30px 10px 20px;
    	text-align: center;
	}
	#close {
    	vertical-align: middle;
    	position: relative;
    	padding: 15px 0;
        background: #111;
	}
	#close a{
		text-decoration: none;
    	color: #fff;
    	font-size: 100%;
    	padding: 10px 30px 10px 20px;
    	display: block;
    	text-align: center;
	}


/* LIST
================================================ */
ul, ol {
	padding: 0;
}
li {
	padding: 0;
    list-style: none;
}

/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	font-family: "メイリオ", Montserrat, sans-serif;
	font-weight: normal;
	color: #000;
    font-size: 100%;
}

/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-family: inherit;
}
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[type=url] {
	border: solid 1px #a1a1a1;
	padding: 6px 10px;
	-webkit-appearance: none;
    box-sizing: border-box;
}
input[type=text], input[type=search], input[type=email], input[type=url] {
}
.wid0 {
    width: 50px;
}
.wid1 {
    width: 150px;
}
.wid2 {
    width: 200px;
}
.wid3 {
    width: 250px;
}
.wid4 {
    width: 400px;
}
.wid5{
    width: 500px;
}
.wid6{
    width: 98%;
}

/* text area */
textarea {
	line-height: 1.5em;
	width: 94%;
    height: 100px;
}
.mail_body_area {
    height:300px !important;
    width: 95% !important;
}
.mail_sign_area {
    height: 120px !important;
    width: 95%;
    box-sizing: border-box;
}
/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	outline: none;
}

/* form button */
input[type=reset], input[type=submit], input[type=button] {
	cursor: pointer;
    margin-top: 5px;
    background: #1159a3;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    border: none;
    -webkit-appearance: none;
    font-size: 100%;
    font-weight: bold;
}
.applicant_extraction {
    background: #fff !important;
    color: #333 !important;
    font-size: 70% !important;
    font-weight: normal !important;
    border: 1px solid #ccc !important;
    padding: 5px 10px !important;
}
.applicant_extraction:hover {
	background: #999 !important;
    color: #fff !important;
}

/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, input[type=button]:hover {
	background-color: #51a2c0;
}

/* TABLE
================================================ */
/* form1 */
table.form1 {
   width: 100%;
   margin-top: 15px;
}
table.form1 p {
	margin-top: 7px;
}
table.form1 th {
    background-color: #eee;
    width: 25%;
    padding: 10px;
    font-size: 73%;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    font-weight: bold;
}
table.form1 td {
    width: 75%;
    padding: 10px;
	font-size: 85%;
    border-bottom: 1px dotted #ccc;
}
table.form1 span {
    color: red;
    display: inline;
    margin-left: 5px;
}

/* form2 */
table.form2 {
   	width: 100%;
    padding: 7px;
    padding-bottom: 0;
}
table.form2 th {
    background-color: #eee;
    width: 12%;
    padding: 7px;
    font-size: 73%;
    border-bottom: 1px dotted #ccc;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}
table.form2 td {
    width: 38%;
    padding: 7px;
	font-size: 75%;
    border-bottom: 1px dotted #ccc;
}
table.form2 span {
    color: red;
    display: inline;
    margin-left: 5px;
}
table.form2 em {
    color: #f97310;
    display: inline;
    font-size: 140%;
    font-style: normal;
    font-weight: bold;
}

/* form3 */
table.form3 {
   	width: 100%;
    padding: 7px;
    padding-bottom: 0;
}
table.form3 th {
    background-color: #eee;
    width: 15%;
    padding: 7px;
    font-size: 78%;
    border-bottom: 1px dotted #ccc;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}
table.form3 td {
    width: 85%;
    padding: 7px;
	font-size: 78%;
    border-bottom: 1px dotted #ccc;
}
table.form3 span {
    color: red;
    display: inline;
    margin-left: 5px;
}
table.form3 em {
    color: #f97310;
    display: inline;
    font-size: 140%;
    font-style: normal;
    font-weight: bold;
}

/* form4 */
table.form4 {
   width: 100%;
   margin-top: 15px;
}
table.form4 p {
	margin-top: 7px;
}
table.form4 th {
    background-color: #eee;
    width: 15%;
    padding: 10px;
    font-size: 73%;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    font-weight: bold;
}
table.form4 td {
    width: 85%;
    padding: 10px;
	font-size: 85%;
    border-bottom: 1px dotted #ccc;
}
table.form4 span {
    color: red;
    display: inline;
    margin-left: 5px;
}


/************************************************************************************
BUTTON DESIGN
*************************************************************************************/
.contact_button_area {
	width: 100%;
    margin-top: 10px;
}
.contact_button {
	text-decoration: none;
	margin: 0 auto;
	position: relative;
	width: 30%;
   background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(17,89,163,1) 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); */
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(17,89,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(17,89,163,1) 100%);
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1159a3',GradientType=0 );
    background-image: linear-gradient(bottom, rgb(228,240,252) 5%, rgb(186,217,248) 20%, rgb(245,250,254) 60%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(228,240,252) 5%, rgb(186,217,248) 20%, rgb(245,250,254) 60%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(228,240,252) 5%, rgb(186,217,248) 20%, rgb(245,250,254) 60%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(228,240,252) 5%, rgb(186,217,248) 20%, rgb(245,250,254) 60%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(228,240,252) 5%, rgb(186,217,248) 20%, rgb(245,250,254) 60%, rgb(255,255,255) 100%);
    color: #1159a3;
    text-shadow: 1px 1px #fff;
    font-size: 90%;
    font-weight: bold;
    -webkit-appearance: none;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 7px 5px -5px #d1d1d1;
    -moz-box-shadow: 0 7px 5px -5px #d1d1d1;
    box-shadow: 0 5px 5px -5px #d1d1d1;
    padding: 3px 15px;
    display: block;
    text-align: center;
}
.contact_button:hover {
	text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.contact_button:after{
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.contact_button span {
    font-size:75%;
    color: #333;
    text-shadow: 1px 1px #fff;
    display: block !important;
}
.send_button_area {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 90%;
    box-sizing: border-box;
}
.send_button_area p {
    font-size: 80%;
}
.send-button {
    font-size: 90%;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

/* wrap */
#wrap {
    overflow: hidden;
}

/* header */
#header {
    padding: 15px 0 12px 0;
    display: block;
    overflow: hidden;
    border-top: 2px solid #1159a3;
}

/* emergency */
#emergency {
    overflow: hidden;
}

/* content */
#content {
    overflow: hidden;
    margin-bottom: 50px;
}

/* footer */
#footer {
    overflow: hidden;
    background: #333;
    color: #fff;
}

/************************************************************************************
HEADER
*************************************************************************************/

.header_inner {
    width: 100%;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
}
.sp {
    width: 40px;
    float: right;
}

/* LOGO_AREA
================================================ */
.logo_area {
    float: left;
}
.logo {
	float: left;
	width: 280px;
}
.logo_comment {
    float: left;
    border-left: 1px solid #333;
    margin-left: 15px;
    padding: 10px 10px 10px 15px;
    margin-top: 13px;
}
.logo_comment p {
    font-size: 78%;
    font-weight: bold;
}

/* CONTACT_AREA
================================================ */
.contact_area {
    float: right;
    margin-top: 14px;
}
.contact_area ul{
	line-height: 120%;
   	text-align: center;
}
.contact_area ul li {
	float: left;
    display: inline;
    margin-left: 15px;  
}
.contact_area ul li a {
    font-size: 73%;
    font-weight: bold;
    background: url(../img/header_list.png) no-repeat 2px 3px;
    background-size: 10px;
    padding-left: 15px;
    display: block;
}

/************************************************************************************
PANKUZU , EMERGENCY
*************************************************************************************/

/* PANKUZU
================================================ */
#pankuzu {
	border-radius: 3px;
    font-size: 70%;
    margin: 0 auto;
    margin-top: 10px;
    width: 961px;
    box-sizing: border-box;
    padding: 3px 10px;
    box-shadow: 1px 4px 10px #ccc;
    font-weight: bold;
}
#pankuzu p {
}
#pankuzu a {
}

/* EMERGENCY
================================================ */
#emergency {
}

/************************************************************************************
CONTENT
*************************************************************************************/

/* MAINBOX
================================================ */
.mainbox {
    background: url("../img/mainbox.jpg");
    height:271px;
    overflow: hidden;
    padding: 5px 0;
    box-sizing: border-box;
    box-shadow: 0 1px 1px #ccc;
    border-bottom: 2px solid #1159a3;
    border-top: 1px solid #1159a3;
}
.mainbox_inner {
    width: 961px;
    margin: 0 auto;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.mainbox_inner img {
    margin: 0 auto;
    margin-top: 60px;
}

/* NAV
================================================ */
.nav {
    overflow:hidden;
    margin-bottom: 5px;
    border-bottom: 2px solid #1159a3;
	box-shadow: 0 1px 10px #111;
    background: rgb(255,255,255); */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); */
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    background-image: linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
}
.page_nav {
    border-top: 1px solid #aaa;
    margin-top: 0px;
}
.nav_inner {
    width: 961px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}
.nav_inner ul {
    overflow: hidden;
}
.nav_inner ul li {
	width: 192px;
    float: left;
    text-align: center;
    font-size: 80%;
    font-weight: bold;
    box-sizing: border-box;
}
.nav_inner ul li:first-child {
    border-left: 1px solid #aaa;
}
.nav_inner ul li:last-child {
    box-shadow: 1px 0 #fff;
}
.nav_inner ul li a {
	text-decoration: none;
    padding: 12px 0;
    color: #000;
    font-size: 100%;
    text-shadow: 0 1px 1px #fff;
    border-right: 1px solid #aaa;
    box-shadow: 1px 0 #fff inset;
    display: block;
}
.nav_inner ul li a:hover {
    text-decoration: none; 
    box-shadow: 1px 0 #fff inset;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(17,89,163,1) 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); */
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(17,89,163,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(17,89,163,1) 100%);
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1159a3',GradientType=0 );
    background-image: linear-gradient(bottom, rgb(228,240,252) 5%, rgb(186,217,248) 20%, rgb(245,250,254) 60%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(228,240,252) 5%, rgb(186,217,248) 20%, rgb(245,250,254) 60%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(228,240,252) 5%, rgb(186,217,248) 20%, rgb(245,250,254) 60%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(228,240,252) 5%, rgb(186,217,248) 20%, rgb(245,250,254) 60%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(228,240,252) 5%, rgb(186,217,248) 20%, rgb(245,250,254) 60%, rgb(255,255,255) 100%);
}


/* CONTENTS_INNER
================================================ */
#contents_inner {
    width: 961px;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
}

/* contentsLeft トップページ
================================================ */
#contentsLeft {
    width: 726px;
    float: left;
}
/* contentsLeft ページ
================================================ */
#contentsLeft_pages {
    width: 726px;
    float: right;
}



/* news_area */
.news_area, .top_contents {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.top_contents {
    margin-top: 15px;

}

.contents_inner {
	padding: 20px;
    overflow: hidden;
	border: none;
}



.title, .side_title, .side_title_inner {
	width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
	border-bottom: 2px solid #1159a3;
	border-radius: 3px 3px 0 0;
    background: rgb(255,255,255); */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(232,232,232,1) 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); */
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    background-image: linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
}
.title h2 {
    font-weight: bold;
    border-left: 3px solid #1159a3;
    padding: 3px 0 0 10px;
    font-size: 95%;
}
.news_area ul {
	margin: 5px 0;
}
.news_area ul li {
	padding: 8px 15px;
    font-size: 78%;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}
.news_area ul li:nth-child(even) {
	background: #f9f9f9;
}
.news_area ul li:last-child {
	border-bottom: none;
}
.news_area span {
	float: left;
    margin-right: 10px;
    font-size:10px;
}
span.new_icon {
    background: url(../img/new_icon2.jpg) no-repeat 1px 2px;
    display: inline;
    background-size: 50px 18px;
    height: 18px;
    width: 50px;
}
/* //news_area */

/* contentsRight トップページ
================================================ */
#contentsRight {
    width: 220px;
    float: right;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 3px;
}
/* contentsRight ページ
================================================ */
#contentsRight_pages {
    width: 220px;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 3px;
}
#contentsRight_pages a img:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.side_title, .side_title_inner {
	padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
    border-bottom: 0;
}
.side_title_inner {
    border-bottom: 1px solid #ccc;;
}
.side_title h3 {
    font-weight: bold;
    border-left: 3px solid #1159a3;
    font-size: 85%;
    padding-left: 5px;
}
.side_title_inner h4 {
	text-align: left;
    font-weight: bold;
    font-size: 75%;
    padding-left: 5px;
}
.contentsRight_inner {
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #ccc;
    background: #eee;
}
.contentsRight_inner a img:hover {
	text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.contentsRight_inner_job, .contentsRight_inner_client {
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 5px;
}
.contentsRight_inner_client {
	margin-bottom: 0;
}
.contentsRight_inner_corp {
    border: 1px solid #ccc;
}
.contentsRight_inner_corp ul li {
    border-bottom: 1px solid #ccc;
}
.contentsRight_inner_corp ul li:last-child {
    border-bottom: 0;
}


.contentsRight_inner ul {
	
}
.contentsRight_inner ul li {
	float: none;
    margin-bottom: 5px;
}
.contentsRight_inner ul li:last-child {
    margin-bottom: 0;
}

.contentsRight_inner ul li a {
	
}
.contentsRight_inner ul li img {
	border: 1px solid #ccc;
    border-radius: 3px;
}

/* globalsign (top)
================================================ */
.contentsRight_gsign{
    margin-top:10px;
    border:1px solid #ccc;
    padding: 8px;
    background: #fff;
    line-height:0;
    text-align: center;
}
.contentsRight_gsign p{
	padding: 0 8px;
	line-height: 150%;
    font-size: 65%;
    text-align: left;
}
/* contents1column (ADMIN)
================================================ */
#contents1column {
    width: 100%;
}

/* error.php */
.admin_error {
    padding: 30px;
    color: red;
    text-align: center;
    font-size:90%;
}
/* done.php */
.admin_done {
    padding: 30px;
    text-align: center;
}

/* login.php */
table.login {
    width: 100%;
}
table.login th {
    padding: 10px;
    width: 40%;
    text-align: right;
}
table.login td {
    padding: 10px;
	width: 60%;
}
.login_button {
    text-align: center;
    padding: 10px;
    background: #fff;
}


/* 管理者トップのテーブル */
table.admin_table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse:collapse;
}
table.admin_table thead {
    background: #eee;
}
table.admin_table thead td {
    padding: 5px;
    font-size: 72%;
    text-align: center;
    border: 1px solid #ccc;
    font-weight: bold;
}
table.admin_table td{
    padding: 5px;
    font-size: 72%;
    border: 1px solid #ccc;
}
table.admin_table tr:hover {
    cursor: auto;
}

/************************************************************************************
FOOTER
*************************************************************************************/

/* pagetop_link */
.pagetop_link {
    text-align: center;
    background: #fff;
    border-top: 1px solid #aaa;
}
.pagetop_link a {
    padding: 8px 0 5px 0;
    text-align: center;
    display: block;
}
.pagetop_link a:hover {
    background: rgb(255,255,255);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); */
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    background-image: linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
}
.pagetop_link img {
    display: inline;
}

/* footer_inner */
.footer_inner {
    margin: 0 auto;
    padding: 10px 0 15px 0;
    width: 961px;
    color: #fff;
    overflow: hidden;
}
.footer_inner ul {
	overflow: hidden;
	border-bottom: 1px solid #666;
    padding: 15px 0;
    text-align:center;
}
.footer_inner ul li {
	display:inline-block;
    margin-right: 20px;
    font-size: 75%;
    
}
.footer_inner ul li a {
	text-decoration: none;
	color: #fff;
    background: url(../img/list.png) no-repeat 0 7px;
    background-size: 8px;
    padding-left: 15px;
    display: block;
}
.footer_inner p {
    margin-top: 10px;
    font-size: 70%;
    color:#ddd;
}

/* footer_bottom */
.footer_inner_bottom {
}

/* footer_inner_bottom_left */
.footer_inner_bottom_left {
    float: left;

}
.footer_inner_bottom_left ul {
	border: none;
}
.footer_inner_bottom_left ul li {
	float: left;
    margin-right: 10px;
}
.footer_inner_bottom_left ul li a{
	background: none;
    padding: 0;
}
.footer_inner_bottom_left p {
    font-weight: bold;
}
.footer_inner_bottom_left img {
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

/* footer_inner_bottom_right */
.footer_inner_bottom_right {
}
.footer_inner_bottom_right ul {
	border: none;
    padding-top: 60px;
    padding-bottom: 0;
    text-align: right;
}
.footer_inner_bottom_right ul li {
	float: none;
    margin: 0;
}

/* //footer_bottom */

/************************************************************************************
PAGE 
*************************************************************************************/

.page {
	padding: 15px 10px;
    border: 1px solid #ccc;
    border-bottom: 3px solid #1159a3;
    background: url("../img/title_background.jpg") no-repeat;
}
.page h2 {
    font-size: 120%;
}
.message, .corp_detail {
	margin-top: 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 5px 10px;
    background: rgb(255,255,255);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,232,232,1))); */
    /* background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%);
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(232,232,232,1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
    background-image: linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -o-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(242,242,242) 5%, rgb(211,211,211) 20%, rgb(250,250,250) 60%, rgb(255,255,255) 100%);
}
.message h3 {
    font-size: 90%;
    font-weight: bold;
}

.message_textarea, .contents_inner {
    padding: 15px;
    overflow: hidden;
}
.message_textarea {
    border: 1px solid #ccc;
}
.message_textarea p, .contents_inner p {
    font-size: 80%;
}
.message_textarea b, .contents_inner b {
    font-size: 75%;
    font-weight: normal;
}
.policy_update span {
    font-size: 80%;
    text-align: right;
    margin-top: 20px;
}

.message_textarea h4, .contents_inner h4 {
    font-size: 100%;
    font-weight: bold;
    border-left: 2px solid #1159a3;
    padding: 5px 5px 5px 10px;
    margin: 25px 0 5px 0;
    margin-bottom: 10px;
    background: #eee;
}
.message_textarea_left {
    float: left;
    width: 210px;
}
.message_textarea_left img {
	border: 1px solid #ccc;
    padding: 3px;
    width: 100%;
}
.message_textarea_right {
	padding-left: 20px;
    float: left;
    width: 478px;
    box-sizing: border-box;
}
.message_textarea_right p {
    font-size: 90%;
    display: inline;
}
.sign {
	margin-top: 20px;
    width: 100%;
    text-align: right;
}
.message_textarea_right img {
    max-width: 170px;
    display: inline;
}
.corp_detail h3 {
    font-size: 90%;
    font-weight: bold;
}
.corp_detail_table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
}
.corp_detail_table  th {
	width: 20%;
    border: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 80%;
    text-align: right;
    background: #eee;
}
.corp_detail_table  td {
	width: 80%;
    border: 1px solid #ccc;
    padding: 8px 10px;
    font-size: 80%;
}
.corp_detail_table a {
}

/************************************************************************************
JOB
*************************************************************************************/

/*index
================================================ */
.textarea_imgarea {
    margin: 15px 0;
    overflow: hidden;
}
.textarea_imgarea ul {
}
.textarea_imgarea ul li {
	float: left;
    margin-right: 10px;
}
.textarea_imgarea ul li:last-child {
	margin-right: 0;
}
.textarea_imgarea ul li img { 
	width: 222px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.textarea_imgarea ul li a:hover img { 
	opacity: 0.7;
 	filter: alpha(opacity=70);
  	-ms-filter: "alpha(opacity=70)";
}
.message_textarea_entryarea {
	margin-top: 15px;
    padding: 20px;
    border: 1px solid #ccc;
    overflow: hidden;
    font-size: 80%;
}
.message_textarea em, .message_textarea_entryarea p em, .contents_inner em {
	font-family: "メイリオ", 'Open Sans', sans-serif;
	display: inline;
    font-size: 110%;
    font-weight: bold;
    color: #f97310;
}
.newjob {
    margin-top: 35px;    
}
.newjob ul {
	margin-top: 15px;
}
.newjob ul li {
	padding: 5px 10px;
    font-size: 78%;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}
.newjob ul li p {
	font-size: 100%; !important
}
.newjob span {
	float: left;
    margin-right: 10px;
}
.job_contact {
    margin-top: 35px;
}
.job_contact p {
	margin-top: 10px;
}
.job_contact a{
	margin-top: 10px;
    padding: 20px 0;
}

/* pref
================================================ */
.count {
    margin-top: 10px;
    font-size: 80%;
}
.job_none_message {
    font-size: 80%;
    color: red;
    padding-top: 15px;
}
.jobbox {
	background: #f0fbfd;
    overflow: hidden;
    border: 1px solid #1159a3;
    border-top: 3px solid #1159a3;
    border-bottom: 0;
    padding: 10px;
    margin-top: 10px;
}
.jobbox h3 {
    font-size: 95%;
    font-weight: bold;
}
.jobbox span {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    font-size: 75%;
    padding: 3px 3px 0 3px;
    border-radius: 3px;
    line-height: 1.8;
}
.jobbox_textarea {
    border: 1px solid #1159a3;
    border-top: 0;
}
.job_send_button_area {
    text-align: center;
    padding: 10px;
    background: #fff8f2;
	margin-top: 7px;
    border-top: 0;
    line-height: 0;
}
input[type=image]{
    width: 160px;
    height: 48px;
    border-radius: 5px;
}
input[type=image]:hover {
   	opacity: 0.7;
}
.job_send_button_area a {
    display: inline-block;
}
.job_send_button_area a:hover {
	opacity: 0.7;
}
.job_send_button_area img {
    border-radius: 5px;
}

/* pref-detail
================================================ */


/************************************************************************************
CLIENT
*************************************************************************************/

/*index
================================================ */
.outsoucing_area {
    margin-top: 35px;
}
.outsourcing_area img {
    margin-top: 15px;
}

/************************************************************************************
ADMIN
*************************************************************************************/

/*footet
================================================ */
.admin_footer {
    width: 100%;
    text-align: center;
}
.admin_footer ul {
    border: 0;
}
.admin_footer ul li {
    float: none;
}

/*button
================================================ */
.admin_button_list {
    text-align: right;
    margin-bottom: 10px;
    overflow: hidden;
}
.admin_button_list ul {
    
}
.admin_button_list li {
    float: left;
    margin-right: 5px;
}
.admin_button {
    font-size: 70% !important;
    background: #333 !important;
    border: 1px solid #ccc !important;
    color: #fff !important;
    width: 120px !important;
   	padding: 3px !important;
    font-weight: normal !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
}
.admin_button:hover {
    background-color: #666 !important;
}
.edit_button, .delete_button {
    background: #1159a3 !important;
    padding: 3px !important;
    color: #fff !important;
    width: 40px !important;
    font-weight: normal !important;
}
.delete_button {
    background: #9b0000 !important;
}
.edit_button:hover, .delete_button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.new_headline {
    margin-top: 25px;
}
.already, .notyet {
    padding: 0 5px;
    margin-right: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 85%;
    display:inline-block;
    line-height: 1.8;
}
.already {
    background: green;
}
.notyet {
    background: red;
}

/* paging
================================================ */
.paging {
    margin-top: 10px;
    text-align: center;
}
.paging_right a {
	padding: 0 5px;
    color: #a1a1a1;
    background: #fff;
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: 70%;
}
.viewPage {
    background: #a1a1a1 !important;
    color: #fff !important;
}

/* nencho */
.nencho{
    padding:0 10px;
}
.nencho p {
    margin-bottom:10px;
    font-size:14px;
}
.nencho ul{
    
}
.nencho ul li{
    padding:0 0 10px 0;
    font-size:14px;
}




/************************************************************************************
@media
*************************************************************************************/

/* min-width 961px
================================================ */
@media only screen and (min-width: 961px) {

	/* header_inner */
	.header_inner {
    	width: 961px;
	}
	.sp {
		display: none;
	}
	.td_wid1 {
		width: 65px;
	}
	.td_wid2 {
		width: 51px;
	}
	.td_wid3 {
		width: 51px;
	}
	.td_wid4{
		width: 172px;
	}
	.td_wid5 {
		width: 174px;
	}
	.td_wid6 {
		width: 174px;
	}
	.td_wid7 {
		width: 122px;
	}
	.td_wid8 {
		width: 60px;
	}
	.td_wid9 {
		width: 60px;
	}
}

/* max-width 960px
================================================ */
@media only screen and (max-width: 960px) {

	/* display none */
	.logo_comment, .contact_area, .nav, #pankuzu, #contentsRight_pages {
    	display: none;
	}

	.logo_area {
		width: 280px;
    	margin-left:10px;
	}
	#content {
    	margin-bottom: 20px;
	}
	.mainbox {
		height: auto;
    	border-top: 2px solid #1159a3;
    	background: url("../img/mainbox2.jpg");
    }
	.mainbox_inner {
		width: 100%;
    }
	.mainbox_inner img {
		max-width: 524px;
    	margin-top: 8px;
    	margin-bottom: 0;
	}
	#emergency {
    	width: 100%;
	}
	#contents_inner {
    	width: 100%;
	}
	#contentsLeft {
		width: 100%;
    	float: none;
	}
	.news_area, .top_contents {
		width: 100%;
    	border-left: 0;
    	border-right: 0;
    	border-radius: 0;
    }
	.title, .side_title, .side_title_inner {
		border-radius: 0;
	}
	.textarea_imgarea {
    	margin-top: 0;
	}
	.textarea_imgarea ul li {
		margin-right: 0;
    	padding: 10px 10px 0 0;
    }
	#contentsRight {
		display: none;
	}
	#footer {
		width: 100%;
    }
	.footer_inner {
		width: 100%;	
	}
	.footer_inner ul {
		padding: 0 0 15px 0;
	}
	.footer_inner ul li {
		display: block;
    	padding: 10px 0 0 10px;
	}
	.footer_inner p {
		margin-left: 10px;
	}
	.footer_inner_bottom_left, .footer_inner_bottom_right {
		float: none;
    	width: 100%;
	}
	.footer_inner_bottom_right ul {
		padding: 10px 0 0 0;
    	text-align: center;
	}
	#contentsLeft_pages {
		width: 100%;
	}
	.page, .message_textarea, .message, .corp_detail {
		border-left: 0;
    	border-right: 0;
	}
	.message_textarea {
		padding: 10px;
    	border-bottom: 0;
	}
	.contact_button {
		width: 250px;
	}
	.count, .job_none_message {
		padding-left: 10px;
	}
	.message_textarea_left {
		width: 30%;
	}
	.message_textarea_right {
		width: 70%;
	}
}

/* max-width 524px
================================================ */
@media only screen and (max-width: 524px) {

	.sp_none {
    	display: none;
	}
	
	.wid4, .wid5, .wid6 {
    	width: 96%;
	}
	.mainbox_inner img {
		width: 98%;
	}
	table.form1 th, table.form1 td, table.form4 th, table.form4 td {
		width: 100%;
    	display: block;
    	clear: both;
    	border-bottom: 0;
    	box-sizing: border-box;
	}
	table.form4 td  {
    	padding: 10px 0;
	}
	table.form1 th {
		padding: 8px;
    }
	table.form1 td {
		padding: 8px 8px 8px 0;
    }
	.send_button_area {
		border-top: 1px dotted #ccc;
    }
	table.form2 th {
		width: 15%;
    }
	.message_textarea_left {
		width: 100%;
    	clear: both;
    	display: block;
    	float: none;  
	}
	.message_textarea_left img {
		width: 200px;
    	margin: 0 auto;
	}
	.message_textarea_right {
		width: 100%;
    	clear: both;
    	display: block;
		margin-top: 10px;
    	float: none;
    	padding-left: 0;
	}
	.corp_detail_table {
		border: 0;  	
	}
	.corp_detail_table th {
		width: 25%;
	}
	.corp_detail_table td {
		width: 75%;
	}
	.logo {
		width: 220px;
    	margin-top: 6px;
	}

	input[type=image]{
    	width: 120px;
    	height: 36px;
	}
	.job_send_button_area a {
    	display: inline-block;
	}
	.job_send_button_area img {
		width: 120px;
    	height: 36px;
	}
	/* login.php */
	table.login th, table.login td {
		width: 100%;
    	display:block;
    	text-align: left;
	}
	
}
