/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	background: url(../img/bg.png) repeat-x;
	background-position: left -40px;
}
.container {
	width: 960px;
	margin: 0 auto;
}
p, ol, ul, table {
	font-size: 0.875em;
}
a {
	color: #FF2626;
}
.title01 {
	font-size: 1em;
	font-weight: normal;
	color: #1A6600;
	border-left: 5px solid #1A6600;
	background-color: #e9fef4;
	margin: 0 0 16px;
	padding: 12px 0 8px 16px;
}
.title02 {
	font-size: 0.875em;
	font-weight: normal;
	border-bottom: 2px solid #70cd8c;
	margin: 0 0 8px;
	padding: 0 0 4px;
}

/* index
------------------------*/

/* header */

#header #headText {
	color: #333;
	font-size: 0.75em;
}
#header .headerContent {
	overflow: hidden;
	padding: 24px 0 0;
}	
#header .headerContent h1 {
	float: left;
	margin: 0 0 8px;
	padding: 0 0 0 16px;
}
#header .contact {
	float: right;
	margin: 0;
	padding: 0 16px 0 0;
}
#header nav ul {
	overflow: hidden;
	padding: 0;
	margin: 8px 0;
}
#header nav ul li {
	float: left;
}

/* container */
.container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* conetnt */
#content {
	margin: 0 0 32px;
}

/* maining */
#index #content #maining {
	margin: 0 0 16px;
}

/* contentList */
#index #content #contentList ul {
	overflow: hidden;
	list-style: none;
	padding: 0 15px;
	margin: 0 0 20px;
}
#index #content #contentList ul li {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
	float: left;
	width: 266px;
	border: 1px solid #E6E6E6;
	padding: 12px 16px;
}
#index #content #contentList li h3 {
	font-weight: normal;
	background: url(../img/ico_circle_yellow.png) no-repeat 0px 4px;
	padding: 0 0 0 32px;
}
#index #content #contentList li.listCenter {
	margin: 0 15px;
}
#index #content #contentList li p {
	font-size: 0.875em;
	letter-spacing: 1px;
}

/* news */
.box3 {
  padding: 0 15px;
}
.box3 > * {
  box-sizing: border-box;
}
#index #news {
	float: left;
	width: 610px;
	border: 5px solid #E6E6E6;
	border-radius: 10px;
	margin: 0 0 0 15px;
}
#index #news.aside_none {
	float: none;
	width: 100%;
    margin: 0;
}
#index #news h3 {
	font-weight: normal;
	font-size: 1.125em;
	color: #fff;
/*	border-radius: 10px 10px 0px 0px;*/
	border-radius: 7px 7px 0px 0px;
	background-color: #000;
	padding: 10px 0 10px 20px;
}
#index #news .box01 {
	padding: 20px 20px 0px 20px;
}
#index #news .box01 h4 {
	font-size: 1.125em;
	color: #00B200;
}
#index #news .box01 p {
	font-size: 0.875em;
  
  line-height: 1.5;
}
#index #news .box01 p:not(:last-child) {
  padding-bottom: 1em;
  border-bottom: 1px dotted #bbb;
}
#index #request {
	float: right;
	width: 285px;
	margin: 0 15px 0 0;
}
#index #request h3 {
	font-size: 1.125em;
	font-weight: normal;
}
#index #request .box01 h4 {
	font-size: 1.125em;
	color: #00B200;
}
#index #request .box01 p {
	font-size: 0.875em;
	line-height: 1.6;
	margin: 18px 0;
}
#index #request .box01 .btn {
	background: url(../img/btn_index01.png) no-repeat left top;
	padding: 11px 0px 11px 14px;
}

/* footer */
footer .pagetopArea {
	background-color: #eee;
}
footer .pagetopArea p {
	text-align: right;
}
footer .footerContent {
	overflow: hidden;
	background-color: #00B200;
}
footer .footerContent .container {
	padding: 24px 0 36px;
}
footer .footerContent ul {
	float: left;
	list-style: none;
	width: 400px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
footer .footerContent li {
	background: url(../img/ico_circle_white.png) no-repeat 0px 7px;
	width: 44%;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 0 4px;
}
footer .footerContent li.last {
	width: auto;
	margin: 24px 0 0;
}
footer .footerContent li a {
	font-size: 0.875em;
	color: #fff;
}
footer .compInfo {
	float: right;
	text-align: right;
}
footer .compInfo p {
	font-size: 0.75em;
	color: #fff;
	margin: 0;
}
footer .compInfo .img {
	margin: 0 0 16px;
}
footer .compInfo .txtArea {
	margin: 0 0 16px;
}
footer .copy {
	font-size: 1em;
	text-align: center;
	color: #fff;
	background-color: #BBBBBB;
	padding: 8px 0;
}
footer .copy small {
	font-size: 100%;
}

/* main */

#main {
	width: 640px;
	float: left;
	margin: 24px 0 0;
}

/* side */

#side {
	width: 300px;
	float: right;
	margin: 24px 0 0;
}

.sideBox01 {
	margin: 0 0 16px;
}



#main #summary {
	background-color: #fff;
}
#main #summary table {
	width: 100%;
	margin: 0 0 24px;
}
#main #summary table th, 
#main #summary table td {
	text-align:left;
	font-size: 1em;
	border-bottom: 1px solid #fff;
}
#main #summary table th {
	color: #333;
	background-color: #DFF0D8;
	width: 120px;
	padding: 16px;
}
#main #summary table td {
	background-color: #f9f9f9;
	color: #333;
	padding: 8px 8px 8px 16px;
}
#main #summary table td:first-child {
	padding: 8px 8px 8px 16px;
}

#side {
}
#side .sideBox02 {
}
#side .sideBox02 h3 {
	font-size: 0.875em;
	color: #333;
	border-left: 5px solid #333;
	border-bottom: 1px dotted #ccc;
	background-color: #fff;
	padding: 4px 4px 4px 16px;
}
#side .sideBox02 {
	margin: 24px 0 0;
}
#side .sideBox02 dl {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 16px;
}
#side .sideBox02 dt,
#side .sideBox02 dd {
	font-size: 0.875em;
}
#side .sideBox02 dt {
}
#side .sideBox02 dd {
	margin: 0;
}

/* association
----------------------------*/
#association #main h4 {
	padding: 0 0 4px;
	border-bottom: 2px dotted #00B100;
}

/* member
----------------------------*/
#member #main h4 {
	padding: 0 0 4px;
	border-bottom: 2px dotted #00B100;
}

/* wiresew
----------------------------*/
#wiresew .box01 {
	margin: 0 0 24px;
}
#wiresew ol li {
	list-style: decimal inside;
}
#wiresew ol li span {
	color: #f00;
}
#wiresew .detail {
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding: 8px 4px 4px;
	margin: 0 0 24px;
}
#wiresew .detail span {
	display: block;
	font-size: 0.875em;
}
#wiresew .item {
	overflow: hidden;
	margin: 0 0 24px;
}
#wiresew .item .detail {
	float: left;
}
#wiresew .item table {
	width: 286px;
	text-align: left;
	float: right;
}
#wiresew .item table .first {
	text-align: center;
}
#wiresew .item table th,
#wiresew .item table td {
	border-bottom: 1px dotted #ccc;
	padding: 8px 4px;
}
#wiresew .item table  th {
	width: 160px;
	border-right: 1px dotted #ccc;
}
#wiresew .item table .first th {
	border-right: none;
}
#wiresew #flow.box01 li {
	list-style: none;
}
#wiresew #flow.box01 li span {
	color: #333;
}
#wiresew #product.box01 .detail,
#wiresew #flow.box01 dl .detail {
	width: 330px;
}

/* sekisanseikyu
---------------------------*/

#main #summary .formContent table th {
	width: 200px;
}
#main #summary .formContent table th span {
	display: inline-block;
	font-size: 0.75em;
	font-weight: normal;
	background-color: #f00;
	color: #fff;
	border-radius: 4px;
	padding: 4px;
	margin: 4px 0 0;
}
#main #summary .formContent table td input,
#main #summary .formContent table td textarea {
	padding: 6px 8px;
}
#main #summary .formContent table td input.sizeM,
#main #summary .formContent table td textarea.sizeM {
	width: 90%;
}
#main #summary .formContent ul {
	list-style: none;
}
#main #summary .formContent li.submit {
	text-align: center;
}
#main #summary .formContent li.submit input {
	background-color: #E06A3B;
	color: #fff;
	font-weight: bold;
	padding: 16px 36px;
}
#main #summary td.checkbox input {
	margin: 0 8px 0 0;
}
#main #summary .submit {
	text-align: center;
}
#main #summary .submit li {
	text-align: center;
	display: inline-block;
}
#main #summary .submit li input {
	width: 200px;
	height: 50px;
	color: #fff;
	font-weight: bold;
	background-color: #e06a3b;
	text-align:center;
	display: inline-block;
}

/* works
---------------------------*/
#works #main table th {
	width: 130px;
}
#works #main table td {
	padding: 16px;
}
#works table td.remark {
	width: 100px;
}
#works table td.number {
	width: 30px;
}
#works table td.order {
	width: 90px;
}
#works table td.day {
	width: 73px;
}
#works table td.unit {
	width: 25px;
}

/* inquiry
-------------------------*/
#inquiry #main td.select select {
	color: #777;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.attachedmail {
	font-size:1.6em;
}

/* ==========================================================================
   共通
   ========================================================================== */
.flex_type1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}


/* ==========================================================================
   グローバルメニュー修正
   ========================================================================== */
#header .nav_list {
  width: 100%;
}
#header .nav_list .litem {
  float: none;
  padding: 0.15em;
  flex-grow: 5;
  background-color: #00b200;
  position: relative;
}
#header .nav_list .litem:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 45px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  
}
#header .nav_list .litem a {
  display: block;
  padding: 1.15em 2.15em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#header .nav_list .litem a:hover {
  background-color: rgba(255,255,255,0.2);
}

/* ==========================================================================
   トップページ
   ========================================================================== */
#index #content #contentList ul li {
  float: none;
  width: 45%;
}
#index #content #maining {
  position: relative;
}
.text {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 740px;
  padding: 1em;
  background-color: rgba(255,255,255,0.2);
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.75;
}