﻿@charset "utf-8";

body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	color: #333;
	text-align: center;
	line-height: 1;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#wrapper {
	margin: 0 auto;
	max-width: 960px;
	padding: 15px auto;
	text-align: center;
}

p.txtRight {
	width: 100%;
	text-align: right;
	background-color: #eee;
	padding: 3px 5px;
	overflow: hidden;
}
p.txtRight a {
	display:block;
	float: right;
	width: 10em;
	background: url("/images/icon_ph.jpg") no-repeat left top;
	background-position: 5px 5px;
}

/* -------------------------------------------------------------------------- */
/* ヘッダー、フッター */

header, header h1 {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

header {
	width: 100%;
	background: url("/images/bg_header.png") repeat-x top left;
}

header h1 {
	padding: 0 0 10px;
	text-align: right;
	width: 960px;
	height: 80px;
	background: url("/images/logo.gif") no-repeat left bottom;
	zoom: 1; /* --- clearfix --- */
}

header h1:before, header h1:after {
	content: ""; /* --- clearfix --- */
	display: table; /* --- clearfix --- */
}

header h1:after {
	clear: both; /* --- clearfix --- */
}

header h1 p#header_h1_text {
	display: block;
	clear: both;
	float: right;
	text-align: right;
}

header h1 p#header_h1_tel {
	display: block;
	clear: both;
	float: right;
	text-align: right;
	margin-top: 0;
}

footer {
	margin: 2em 0 0 0;
	padding: 2em 0;
	clear: both;
	text-align: center;
	background: url("/images/bg_footer.png") left top;
	color: #FFF;
}
footer li {
	display: inline;
	margin: 0 0.5em;
	white-space: nowrap;
}

footer a {
	color: #FFF;
	white-space: nowrap;
}
footer #FooterLinkService {
	font-size: 90%;
	line-height: 2;
	margin: 20px 0;	
}
/* -------------------------------------------------------------------------- */
/* ナビゲーション */

ul#nav_main, ul#nav_main > li {
	margin: 0 auto;
	padding: 0;
}

nav {
	margin: 0 auto 15px;
	padding: 0;
	clear: both;
	text-align: center;
	max-width: 100%;
	background: url("/images/bg_globalnav.png") repeat-x;
	padding: 5px auto;
	height: 47px;
	box-shadow: 0 2px 2px #DDD;
}

ul#nav_main:before, ul#nav_main:after {
	content: ""; /* --- clearfix --- */
	display: table; /* --- clearfix --- */
}

ul#nav_main:after {
	clear: both; /* --- clearfix --- */
}

ul#nav_main {
	width: 100%;
	max-width: 960px;
	height: 38px;
	margin: 4px auto;
	text-align: center;
	zoom: 1; /* --- clearfix --- */
}

ul#nav_main li {
	display: block;
	text-align: center;
	float: left;
	width: 20%;
	height: 38px;
	margin: 4px auto;
	border-left: 1px #FFF solid;
	border-right: 1px #D6D5D3 solid;
}

ul#nav_main li:first-child {
	border-left: 1px #D6D5D3 solid;
}

ul#nav_main li a {
	display: block;
     line-height: 1.5;
	width: 192px;
	height: 0;
     padding-top: 38px;
	background-color: transparent;
	background-repeat: no-repeat;
     overflow: hidden;
}

ul#nav_main li a:hover {
	background-color: #F7DC65;
}

a#nav_1_home    { background: url("/images/nav_1_home.png")    no-repeat 50% 50%; }
a#nav_2_service { background: url("/images/nav_2_service.png") no-repeat 50% 50%; }
a#nav_3_company { background: url("/images/nav_3_company.png") no-repeat 50% 50%; }
a#nav_4_recruit { background: url("/images/nav_4_recruit.png") no-repeat 50% 50%; }
a#nav_5_contact { background: url("/images/nav_5_contact.png") no-repeat 50% 50%; }

.tinynav {
	display: none;
}

/* -------------------------------------------------------------------------- */
/* メイン */

div.main {
	margin: 0 0 1em;
	padding: 0;
	width: 660px;
	float: left;
	text-align: left;
}

div.main > h2 {
	text-align: left;
	margin: 2em 0 2em;
	padding: 0;
	background-color: transparent;
	background-image: none;
	border-bottom: 3px #CCC double;
	line-height: 0;
}

div.main > h3 {
	text-align: left;
	padding: 0 0 1em;
	background-color: transparent;
	background-image: none;
	border-width: 0;
}

div.main section {
	margin: 0 0 1em;
	padding: 0;
	text-align: left;
	line-height: 1.7;
	clear: both;
	zoom: 1;
}

div.main section:before, div.main section:after {
	content: "";
	display: table;
}

div.main section:after {
	clear: both;
}

div.main section h3:before {
	content: url("/images/h3_arrow.png");
}

div.main section h3 {
	margin: -0.3em 0 1em;
	padding: 0.2em 1em;
	border-radius: 3px;
	color: #FFF;
	background: #931c1c;
	background: -webkit-linear-gradient(top, #931c1c 0%, #771616 17%, #6b1414 33%, #5b0909 86%, #3f0e06 100%);
	background: -moz-linear-gradient(top, #931c1c 0%, #771616 17%, #6b1414 33%, #5b0909 86%, #3f0e06 100%);
	background: -ms-linear-gradient(top, #931c1c 0%, #771616 17%, #6b1414 33%, #5b0909 86%, #3f0e06 100%);
	background: -o-linear-gradient(top, #931c1c 0%, #771616 17%, #6b1414 33%, #5b0909 86%, #3f0e06 100%);
	background: linear-gradient(to bottom, #931c1c 0%, #771616 17%, #6b1414 33%, #5b0909 86%, #3f0e06 100%);
}

ul.page_nav {
	text-align: left;
	margin-bottom: 2em;
	padding: 1em;
	box-shadow: 1px 1px 4px #AAA;
}

ul.page_nav li {
	display: inline;
	padding: 1em 1em 1em 11px;
	line-height: 2;
	background: url("/images/page_nav.png") no-repeat 0% 50%;
	white-space: nowrap;
}

dl.notes {
	widht: 100%;
	font-size: 80%;
	line-height: 1.3;
	border: #F90 1px solid;
	padding: 5px 10px;
	margin-bottom: 20px;
}
dl.notes dt {
}
dl.notes dd {
	color: #333;
}
dl.notes dd sup {
	color: #F00;
}
sup.note {
	color: #F00;
}

/* -------------------------------------------------------------------------- */
/* サイドバー */

#sidebar {
	margin: 0;
	padding: 20px 0 0 40px;
	width: 300px;
	float: right;
}

#sidebar section {
	margin: 0 0 2em;
	padding: 0;
	text-align: left;
	line-height: 1.5;
	clear: both;
	border-width: 0;
}

#sidebar ul li {
	margin: 0 0 7px;
	padding: 0;
	display: block;
	text-align: left;
}

#sidebar h2 {
	text-align: center;
	padding: 5px;
	border: 1px #CCC solid;
}

.fb-like-box, .fb-like-box span, .fb-like-box iframe {
	width: 100% !important;
}

section#sidebar_Pmark {
	width: auto;
	text-align: center;
}
section#sidebar_Pmark img {
	width: 100px;
	margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/* スライド */

div#slide_wrapper {
	margin: 20px auto;
	padding: 15px auto;
	width: 100%;
	clear: both;
	background-color: #F9F5E0;
	/*
	background: url("/images/bg_slide.png");
	*/
	box-shadow: 0 3px 3px #E8DDBB, 0 -2px 2px #E8DDBB;
}

div#slide_img {
	margin: 0 auto;
	padding: 15px 0;
	max-width: 960px;
	width: 960px;
	width: auto !important;
}

/* -------------------------------------------------------------------------- */
/* サービス案内 */

#main_service table {
	border-left: 1em #FFF solid;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2em;
}

#main_service h5 {
	margin-left: 1em;
	font-size: 100%;
	font-weight: bold;
	background-color: #F9EDC2;
	color: #333;
	text-align: center;
	border-radius: 1em;
	text-shadow: 1px 1px 0 #FFF;
}

#main_service td, #main_service th {
	border-bottom: 1px #AAA dotted;
	padding: 0.25em 0.5em 0.25em 0;
	color: #555;
}
#main_service th.celTypeA, #main_service th.celTypeB, #main_service th.celTypeC {
	text-align: center;
    background-color: #eee;
	border: 1px #fff solid;
	padding: 5px;
}
#main_service td.celTypeA, #main_service td.celTypeB, #main_service td.celTypeC {
	border: 1px #AAA dotted;
	padding: 5px;
}

#main_service th {
	white-space: nowrap;
}

#main_service th.pointTH {
	text-align: center;
}
#main_service th.pointTH img {
	width: auto;
}
#main_service td.point {
    color: #EB9B00;
}

#main_service .main_catch {
    background-color: #FFFFFF;
    border: 1px solid #FCBE25;
    margin: 0;
    padding: 10px;
    text-align: center;
}

/* -------------------------------------------------------------------------- */
/* 会社情報 */

#company_map_div {
	width: 100%;
	height: 500px;
}

#company_about dt {
	width: 7em;
}

#company_about dd {
	margin-left: 8em;
}

#company_adviser table {
	border: none;
	width: 100%;
	margin-bottom: 1em;
}

#company_adviser td {
	text-align: left;
	vertical-align: top;
	padding: 1em 0;
	border-bottom: 1px #AAA dotted;
}

/* -------------------------------------------------------------------------- */
/* フォトギャラリー */

div#main_gallery {
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
	float: none;
	text-align: center;
}

div#main_gallery section {
	margin: 1em 0;
	padding: 2em;
	line-height: 1;
	border-width: 0;
	background-color: #F9F5E0;
	box-shadow: 1px 1px 4px #C9C3B9;
	text-align: center;
}

.top_navigator, .folder_caption, .buttons, .lazyest_navigator {
	display: none !important;
}

ul.lgi-list {
	float: left;
}

li.lgi-item {
	float: left !important;
	margin: 0 2em 2em 0;
}

.lg_thumb_image img {
	/*
	border: 10px #FFF solid;
	border-radius: 3px;
	*/
	box-shadow: 3px 3px 5px #A58C72;
}

.lg_thumb_caption {
	display: none !important;
}

.caption {
	padding-top: 1em;
	font-weight: bold;
}

.lg_gallery img.slide {
	border: 10px #FFF solid;
	border-radius: 3px;
	box-shadow: 3px 3px 5px #A58C72;
}

/* -------------------------------------------------------------------------- */
/* お問い合わせ */

#main_contact section dt {
	width: 8em;
	white-space: nowrap;
}

#main_contact section dd {
	margin-left: 8em;
}

#main_contact section input {
	padding: 0.2em;
}

/* -------------------------------------------------------------------------- */
/* プライバシーポリシー */

div#main_privacy ul {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 2em;
}

div#main_privacy ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding-left: 2em;
}

/* -------------------------------------------------------------------------- */
/* 他 */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #CE7406;
	text-decoration: underline;
}

a:hover {
	color: #FF9C56;
	text-decoration: none;
}

img {
	border-width: 0;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

input, textarea {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

hr {
	border: 0;
	height: 1px;
	background: #888;
	background-image: -webkit-linear-gradient(left, #ccc, #888, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #888, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #888, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #888, #ccc);
	background-image: linear-gradient(left, #ccc, #888, #ccc);
}

.text_red {
	color: #FC4E50;
}

.text_blue {
	color: #1669CA;
}

p.img_main {
	text-align: center;
	background-color: #FFF;
}

p.img_right {
	float: right;
}

p.img_right img {
	margin-top: -1em;
	margin-left: 1em;
}

p.p_indent {
	padding-left: 1em;
}

p.p_right {
	text-align: right;
}

p.p_center {
	text-align: center;
}

ul, ol, dl {
	margin: 0;
	padding: 0;
	clear: both;
	list-style-type: none;
}

dt {
	clear: left;
	float: left;
	margin: 0 1em 0 0;
	padding: 0.5em 0 0 0;
	font-weight: normal;
	color: #FF6A00;
	text-align: right;
}

dd {
	padding: 0.5em 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-size: 100%;
}

h2 {
	width: 100%;
	display: block;
	font-size: 105%;
}

h3 {
	width: 100%;
	font-size: 105%;
}

h4 {
	font-size: 105%;
	font-weight: bold;
	margin: 0 0 1em;
	border-bottom: 1px #771616 dotted;
	color: #771616;
}

em {
	font-weight: bold;
	font-style: normal;
}

strong {
	font-size: 105%;
	font-weight: bold;
	font-style: normal;
}

ul.list_before, ul.list_after {
	margin-left: 1em !important;
	padding: 0.5em 0.5em 0.5em 30%;
	border-radius: 3px;
	min-height: 150px;
}

ul.list_before {
	border: 1px #9BCEFF solid;
	background: #FFF url("/images/bg_list_before.png") no-repeat left top;
}

ul.list_after {
	border: 1px #FFB99B solid;
	background: #FFF url("/images/bg_list_after.png") no-repeat left top;
}

ul.list_before li, ul.list_after li {
	font-weight: bold;
	padding: 0.1em 1em;
	margin: 0.7em;
	border-radius: 5px;
}

ul.list_before li {
	border: 2px #98DBEA solid;
}

ul.list_after li {
	border: 2px #EDC49C solid;
}

ul.list_normal {
	margin-left: 0 !important;
}

ul.list_normal li, #main_sitemap ul li {
	background: url("/images/li_chk_green.png") no-repeat 0% 50%;
	margin: 0.4em 0;
	padding: 0 0 0 20px;
	font-weight: bold;
}

.floatLeft{
	float:left;
	margin-right:30px;
	background-color:#11f;
	padding5px;
}

.floatLight{
	float:right;
	margin-left:0px;	
}

.overflowh{
	overflow: hidden;
	margin:0px auto 15px;
	text-align:center;
}

.textLeft{
	text-align: left;
}

.dd2line{
	/*padding-left:0em;*/
	text-indent:-1em;
}


/* -------------------------------------------------------------------------- */
/* clearfix (http: //nicolasgallagher.com/micro-clearfix-hack/) */

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

/* -------------------------------------------------------------------------- */
/* Media Queries */

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

header h1 {
	height: 80px;
	width: 100%;
}

header h1 p#header_h1_text {
	display: none;
}

header h1 p#header_h1_tel {
	margin-top: 27px;
}

ul#nav_main li a {
	width: auto;
     line-height: 37px;
	height: 37px;
     padding: 0;
	background-image: none;
	color: #777;
	font-weight: bold;
}

div.main {
	margin: 0;
	padding: 0 5px;
	width: 100%;
	float: none;
	clear: both;
}

#sidebar {
	margin: 0;
	padding: 0 5px;
	width: 100%;
	clear: both;
	float: none;
}

#sidebar_banner {
	display: block;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 270px;
	max-width: 270px;
	width: auto !important;
}

#sidebar_video {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 270px;
	max-width: 270px;
	width: auto !important;
}

}

/* -------------------------------------------------------------------------- */
/* Media Queries */

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

.tinynav {
	display: block;
	margin: 0 auto;
	padding: 0.5em;
	width: 100%;
}

nav {
	padding: 0.5em;
	height: auto !important;
}

#nav_main {
	display: none;
}

#main_contact section dt {
	width: 6em;
	white-space: normal;
}

#main_contact section dd {
	margin-left: 6em;
}

ul.list_before, ul.list_after {
	background-size: 30% auto;
}

}


/* -------------------------------------------------------------------------- */
/* Media Queries */

@media only screen and (min-width:700px) {
/* report form */

div.reportform #privacy input{width: 20px;}
div.reportform{
	margin:0 auto;
	padding-top: 455px;
	width: 680px;
	height: 680px;
	background: url("/images/report_bg_form.png") no-repeat center;
}
div.reportform table{
	margin:0 auto;
	padding-top:0px;
	width: 500px;
	font-size: 13px;
border-collapse: collapse; 
}
div.reportform table th{
	border: 1px solid #333;
	margin:0 auto;
	width: 160px;
	line-height: 50px;
	text-align: left;
	vertical-align:middle;
	padding-left: 15px;
	background-color: #FFD64B;
}
div.reportform table th span{
	border: 0 none;
	background: red;
	color: #fff;
	font-size: 9px;
	padding: 3px;
	border-radius: 3px;
	margin-left: 10px;
	cursor: default;
}
div.reportform table td{
	border: 1px solid #333;
	vertical-align:middle;
	padding: 3px;
	background-color: #fff;
}
div.reportform table td input{
	margin:0;
	padding:3px;
	font-size: 15px;
	height: 20px;
	line-height:20px;
	width: 310px;
}
div.reportform p{
	margin:0;
	padding-top: 0px;
	text-align: center;
}
div.reportform p input.wpcf7-submit{
	margin:0 auto;
	padding:0;
	border: 0 none;
	background: url("/images/contact_03.png") no-repeat top center;
	width: 309px;
	height: 50px;
	cursor: pointer;
	display: block;
text-indent: 110%;
white-space: nowrap;
overflow: hidden;
}
div.reportform p input.wpcf7-submit:hover{
	margin:0 auto;
	padding:0;
	border: 0 none;
	background: url("/images/contact_03.png") no-repeat bottom center;
	width: 309px;
	height: 50px;
	cursor: pointer;
}
.wpcf7-validation-errors{
display :none;
}
}
/* -------------------------------------------------------------------------- */
/* Media Queries */

@media only screen and (max-width:699px) {
/* report form */
div.reportform{
	margin:0 auto;
	padding-top: 0;
	width:100%;
	background: none;
}
div.reportform table{
	margin:0 auto;
	padding-top:0px;
	width: 100%;
	font-size: 13px;
border-collapse: collapse; 
}
div.reportform table th{
	float: left;
	border: 1px solid #333;
	margin:0 auto;
	width:100%;
	line-height: 50px;
	text-align: left;
	vertical-align:middle;
	padding-left: 15px;
	background-color: #FFD64B;
	text-align: center;
}
div.reportform table th span{
	border: 0 none;
	background: red;
	color: #fff;
	font-size: 9px;
	padding: 5px;
	border-radius: 3px;
	margin-left: 10px;
	cursor: default;
}
div.reportform table td{
float: left;
	border: 1px solid #333;
	vertical-align:middle;
	padding: 5px;
	background-color: #fff;
	text-align: center;
}
div.reportform table td input{
	margin:0;
	padding:3px;
	font-size: 15px;
	height: 20px;
	line-height:20px;
	width: 90%;
	text-align: center;
}
div.reportform p{
	margin:0;
	padding-top: 15px;
	text-align: center;
}
div.reportform p input{
	margin:0 auto;
	padding:0;
	border: 0 none;
	background: url("/images/contact_03.png") no-repeat top center;
	width: 309px;
	height: 50px;
	cursor: pointer;
	display: block;
text-indent: 110%;
white-space: nowrap;
overflow: hidden;
-moz-background-size:100% auto;
background-size:100% auto;
}
div.reportform p input:hover{
	margin:0 auto;
	padding:0;
	border: 0 none;
	background: url("/images/contact_03.png") no-repeat bottom center;
	width: 309px;
	height: 50px;
	cursor: pointer;
	display: block;
text-indent: 110%;
white-space: nowrap;
overflow: hidden;
-moz-background-size:100% auto;
background-size:100% auto;
}
.wpcf7-display-none{
display: block;
}
.wpcf7-response-output{
text-align: center;
}
}