/*  Typo
----------------------------------------------- */
@charset "utf-8";

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0 ;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

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

html{
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input, textarea,{
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
    outline:none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.both{
    clear:both;
}

.inline_block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* よく使うCSS start

img {
    max-width:100%;
}

table {
    width:100%;
}

a,a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity:0.75;
    opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
    text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
    -moz-box-shadow: inset 1px 1px 3px #000;
    -webkit-box-shadow: inset 1px 1px 3px #000;
    box-shadow: inset 1px 1px 3px #000;
}

角丸 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

トランジション {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s;
}

透明 {
    filter: alpha(opacity=25);
    -moz-opacity:0.25;
    opacity:0.25;
}

背景のみ透明 {
    background-color:rgba(255,255,255,0.2);
}

グラデーション {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
    background-image: -moz-linear-gradient(top, #ffffff, #000000);
    background-image: -ms-linear-gradient(top, #ffffff, #000000);
    background-image: -o-linear-gradient(top, #ffffff, #000000);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
    background-image: -webkit-linear-gradient(top, #ffffff, #000000);
    background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}

時々使うCSS3 end */
a:link, a:visited
{
    text-decoration: none;
    color:#000;
}
a:active {  text-decoration: underline;}
a:hover { text-decoration:underline; color:red !important;}

/*  Layout
----------------------------------------------- */
.mr10{
    margin-right: 10px;
}
/*  4. Responsive image slider
--------------------------------- */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

strong{
    font-weight:bold !important;
}
body {
    background: #FFFFFF;
    font: 16px "游ゴシック", "メイリオ", Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#000;
/*    background:url("http://corekara.sakura.ne.jp/test/test/wai_bg.jpg")no-repeat top center;
    height:6000px;*/
}
body *{
    font-family:  "游ゴシック", "メイリオ", Arial, Helvetica, sans-serif;
}
#wrapper{
    /*opacity: 0.7;*/
    min-width:980px;
    overflow-x:hidden;
}


#header{
    width:100%;
    border-bottom:solid 7px #f2f2f2;
}
#header .inner{
    width:980px;
    margin:0 auto;
    padding-bottom:18px;
}
#header h1{
    display: inline-block;
    float:left;
    padding-top:34px;
}
#g_nav{
    display: inline-block;
    float:left;
    padding:32px 30px 0px 25px;
}
#g_nav li{
    display: inline-block;
    float:left;
}
#g_nav li:nth-child(n+2){
    margin-left:41px;
}
#g_nav li a{
    color:#004286;
    text-decoration: none;
}
#g_nav li a:hover{
    text-decoration: underline;
}
.h_contact{
    display: inline-block;
    float:right;
    margin-top:24px;
}

.j-textWithImage figure {
  z-index: 0 !important;
}
#eyecatch{
    width:100%;
    text-align:center;
    margin:0 auto;
    position:relative;
    min-width: 980px;
    padding-top:46px;
    background:#004286;
}
#top{
    display: none;
}
.cc-indexpage #top{
    display: block;
}
#top h2{
    background:#004286;
    text-align: center;
    line-height:209px;
    padding-top:10px;
}
#top h2 img{
    display: inline-block;
}
#advantage ul{
    margin:0;
}
#advantage .h2-2{
    padding-top: 30px;
    line-height: 190px;
}
#maincontents{
    width:980px;
    margin:0 auto;
     box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    margin-top:52px;
    min-width:980px;
}
#maincontents h3.content-h3{
    font-size:24px;
    font-weight:bold;
    color:#0068b7;
    text-align: center;
}
#bottom_contact{
    background:#f2f2f2;
    height:474px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    padding-top:82px;
    margin-top:66px;
}
#bottom_contact img{
    margin:0 auto;
}
.cc-indexpage #bottom_contact{
    display: block;
}
#footer_bg{
    height:280px;
    background:#004286;
    width:100%;
    clear:both;
    margin-top:50px;
    text-align: center;
    padding-top:43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cc-indexpage #footer_bg{
    margin-top:0px;
}
#footer{
    width:980px;
    margin: 0 auto;
    position:relative;
}
#footer .f_contact{
    position:absolute;
    top:100px;
    right:0px;
}
#footer img{
    display: inline-block;
}

#footer ul{
    text-align: right;
    letter-spacing: -.4em;
    margin-top:20px;
}
#footer ul li{
    display: inline-block;
    letter-spacing: normal;
}
#footer ul li:nth-child(n+2){
    margin-left:14px;
}
#footer a{
    text-decoration:none;
    color:white;
}
#footer ul li:nth-child(1) {
    margin-left: -92px !important;
}
#footer ul li:nth-child(n+2) {
    margin-left: 0px !important;
}
#footer #mainNav1 li {
    padding: 0px 20px !important;
}
#footer #mainNav1{
    clear: both;
    padding-top:40px;
    padding-bottom:20px;
    letter-spacing: -.4em;
    text-align: center;
}
#footer #mainNav1 li{
    display: inline-block;
    padding:0px 25px;
    letter-spacing: normal;
}
#footer_bg .copy{
    width:100%;
    text-align: center;
    color:#FFF;
    padding-top:45px;
    font-size:16px;
    min-width:980px;
    margin:0 auto;
}
.f_menu{
    text-align: right;
}
.none{display:none;}
a img:hover{
    opacity: 0.8;
}
a img{
    transition:0.3s;
}

/*下層用*/
#detailTop{
    display: none;
}
.detail_img{
    display: none;
    padding-top:45px;
    padding-bottom:65px;
    background:#004286;
}

/*溶接金網*/
#page-2632274125 #maincontents{
    margin:0 auto;
}
#page-2632274125 #detailTop,#page-2632274125 #detail_1,#page-2632274125 #bottom_contact{
    display: block;
}
#page-2632274125 #footer_bg{
    margin-top:0;
}
#cc-m-13782038325{
    background: #004286;
    margin: 0 -500%;
    padding: 0% 500% 65px !important;
}
#cc-m-13782038325 p{
    line-height:38px;
}
#cc-m-13782038325.ui-helper-clearfix{padding:0 !important;margin:0 !important;}

/*ディスプレイ・什器*/
#page-2643142625 #maincontents{
    margin:0 auto;
}
#page-2643142625 #detailTop,#page-2643142625 #detail_2,#page-2643142625 #bottom_contact{
    display: block;
}
#page-2643142625 #footer_bg{
    margin-top:0;
}
#cc-m-13787330125{
    background: #004286;
    margin: 0 -500%;
    padding: 0% 500% 65px !important;
}
#cc-m-13787330125 p{
    line-height:38px;
}
#cc-m-13787330125.ui-helper-clearfix{padding:0 !important;margin:0 !important;}

/*建築・内装工事*/
#page-2643143125 #maincontents{
    margin:0 auto;
}
#page-2643143125 #detailTop,#page-2643143125 #detail_3,#page-2643143125 #bottom_contact{
    display: block;
}
#page-2643143125 #footer_bg{
    margin-top:0;
}
#page-2643143125 .detail_img{
    padding-bottom:0;
}

/*水産資材*/
#page-2643143225 #maincontents{
    margin:0 auto;
}
#page-2643143225 #detailTop,#page-2643143225 #detail_4,#page-2643143225 #bottom_contact{
    display: block;
}
#page-2643143225 #footer_bg{
    margin-top:0;
}
#cc-m-13787573325{
    background: #004286;
    margin: 0 -500%;
    padding: 0% 500% 65px !important;
}
#cc-m-13787573325 p{
    line-height:38px;
}
#cc-m-13787573325.ui-helper-clearfix{padding:0 !important;margin:0 !important;}

/*企業情報*/
#page-2643143925 table *{
font-size:16px;
}
#page-2643143925 #maincontents{
    margin:0 auto;
}
#page-2643143925 #detailTop,#page-2643143925 #detail_5,#page-2643143925 #bottom_contact{
    display: block;
}
#page-2643143925 #footer_bg{
    margin-top:0;
}
#page-2643143925 .detail_img{
    padding-bottom:0;
}
#cc-m-13787861025 table *{
    font-size:16px;
}
#cc-m-13787861025 table tr{
    border-bottom:solid 1px #000;
}
#cc-m-13787861025 table tr:last-child{
    border-bottom:none;
}
#cc-m-13787861025 table td{
    width:50%;
    padding:10px 0px;
}
#cc-m-13787861025 table td p{
    line-height:34px;
}

#cc-m-13788019925 table tr td:nth-child(1){
    padding-left:55px;
}
#cc-m-13788019925 table tr td:nth-child(2){
    padding-left:15px;
}

#cc-m-13788094225 table tr td:nth-child(1){
    padding-left:55px;
}
#cc-m-13788094225 table tr td:nth-child(2){
    padding-left:15px;
}

#cc-m-13788132125 p{
    height:45px;
    padding-left:60px;
}
#cc-m-13788150025 table tr td{
    line-height:45px;
}
#cc-m-13788150025 table tr td p{
    line-height:45px;
}
#cc-m-13788150025 table tr td:nth-child(2){
    padding-left:25px;
}