@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
/*font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/

font-size: 16px;/*2026*/
font-family:
		'游ゴシック',
		'游ゴシック体',
		'Yu Gothic',
		YuGothic,
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		'メイリオ',
		Meiryo,
		Osaka,
		'ＭＳ Ｐゴシック',
		'MS P Gothic',
		sans-serif;
color:#000;
-webkit-text-size-adjust: none;
background:#fff;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#000;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
color:#2289DB;
}


/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .topNewsTitle:after, .bg:after,.post:after, .clearfix:after {content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.topNewsTitle,.bg, .post, .clearfix {zoom: 1;}


/* フォーム
------------------------------------------------------------*/

input, textarea {
font: 16px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

input[type="text"], input[type="tel"], input[type="email"], textarea{
width:94%;
vertical-align:middle;
line-height:30px;
height:30px;
padding: 10px 10px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#000;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"],.button a, #content .post .button a {
padding:5px 10px;
background: #F85E7B;
background: -moz-linear-gradient(top, #317b8f 0%, #005b74 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#317b8f), color-stop(100%,#005b74));
background: -webkit-linear-gradient(top, #317b8f 0%,#005b74 100%);
background: -o-linear-gradient(top, #317b8f 0%,#005b74 100%);
background: linear-gradient(to bottom, #317b8f 0%,#005b74 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#317b8f', endColorstr='#005b74',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button a:hover, #content .post .button a:hover {
background: #FAA4B3;
background: -moz-linear-gradient(top, #005b74 0%, #317b8f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005b74), color-stop(100%,#317b8f));
background: -webkit-linear-gradient(top, #005b74 0%,#317b8f 100%);
background: -o-linear-gradient(top, #005b74 0%,#317b8f 100%);
background: linear-gradient(to bottom, #005b74 0%,#317b8f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b74', endColorstr='#317b8f',GradientType=0 );/*FAA4B3*/
cursor:pointer;
color:#fff;
}

input[type="submit"] {
	padding: 14px 24px;
}

*:first-child+html input[type="submit"]{padding:3px;}

.pdnT30 { padding-top: 30px; }


/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:1160px;/*2026*/
}

#header{
overflow:hidden;
background:#fff;
}

#content{
float:left;
width:910px;/*2026*/
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
border-bottom:1px solid #5d5d5d;
background:#f6f6f6;
} 


/* ヘッダー
*****************************************************/
#header .bg {background:#F1F1F1;}


/* サイト説明文 + 住所
----------------------------------*/
#header .bg .inner h1, #header .bg .inner p{
float:left;
padding:2px 0;
font-size:100%;
font-weight:normal;
}

#header .bg .inner p {
float: right;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:8px 0 0 5px;/*2026*/
color: #515151;
font-size:200%;
font-weight:bold;
line-height:1;
width: 300px;
}
#header h2 img {
width:300px;
}

/* ロゴ右スペース
----------------------------------*/
#header .headerRight {
float:right;
text-align: right;
padding:12px 0 12px 0;/*2026*/
}
#header .headerRight .headerPhone {
margin-top: 2px;
font-size: 110%;
line-height:1;
color: #005b74;
font-weight: 700;
}
#header .headerRight .headerPhone .tel-link {
font-size: 160%;
}

#header .headerRight .headerPhone .tel-link .telSp {
padding-bottom: 5px;
}

/* サブナビゲーション
----------------------------------*/

#header ul {
margin-bottom: 6px;
}

#header ul li{
display:inline;
margin-left:10px;
}

#header ul li a{
padding-left:10px;
background:url(images/arrowSub.png) no-repeat 0 5px;
}

#header ul li a:hover{
background-position:0 -10px;
}


/* トップページ　メイン画像
----------------------------------*/
.mainImg,.mainImgSp{
clear:both;
margin: 20px auto;
line-height:0;
text-align:center;
z-index:0;
}
.mainImg a {
text-align:center;
}
.mainImg img {
	width: 1160px;/*2026*/
}
.mainImgSp{
display:none;
}
.ind-banner-marine-sp {
display:none;
}

.ind-banner-voice {
margin-bottom: 20px;
width: 100%;
}
.ind-banner-voice li {
float: left;
width: 25%
}
.ind-banner-voice li img {
width: 100%
}

.ind-banner-voice:after {content:""; display: table;clear: both;}
.ind-banner-voice {zoom: 1;}

#mainImg,#mainImgSp{
clear:both;
margin: 20px auto;
line-height:0;
text-align:center;
z-index:0;
}

#mainImgSp{
display:none;
}
.easingsliderlite,.easingsliderlite div,.easingsliderlite a,.easingsliderlite img {
margin:0 auto!important;
}
.easingsliderlite-shadow, .easingsliderlite-shadow img {
margin:0 auto!important;
}

#content .post {
margin:0 0 30px 0;
padding:50px 30px 50px 50px;/*2026*/
border-left: 1px solid #005b74;
border-right: 1px solid #005b74;
border-bottom: 1px solid #005b74;
font-size: 110%;
}

#content .post.pinkPost {
border-left: 1px solid #dadada;
border-right: 1px solid #dadada;
border-bottom: 1px solid #dadada;
background: #fafafa;
}
.englishSp {
display: none;
}


/* タイポグラフィ
*****************************************************/
#content h2.title, #content div.title {
clear:both;
margin:0;
padding:45px 50px 0 50px;/*2026*/
color: #005b74;
border-top: 5px solid #005b74;/*E5F1F4*/
border-left:1px solid #005b74;
border-right:1px solid #005b74;
border-bottom:0;
/*background:#fff url(images/border.png) repeat-x 0 100%;*/
}

#content h2.title span, #content div.title span {
	color: #000;
	font-size:200%;
	font-weight: bold;
}

#content h2 i {
background:#005b74;
color: #fff;
padding: 12px 5px;
width: 46px;
text-align:center;
margin-right: 15px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}

#content h2.title.titlePink, #content div.title.titlePink {
color: #FF3C51;
border-top: 5px solid #FF3C51;
border-left:1px solid #dadada;
border-right:1px solid #dadada;
background: #fafafa;
}

#content h2.titlePink i {
background:#FF3C51;
}

h2.title, div.title{
margin:0 0 10px;
padding: 0 5px 0 15px;
/*line-height:37px;*/
font-weight: normal;
color:#B7001B;
border:0;
border-bottom: 2px solid #ddd;
background:none;
}

.dateLabel{
margin:10px 0 10px;
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{padding-bottom:10px; line-height:1.8;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
line-height: 1.7;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 7px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}


.post h1{
margin:20px 0;
padding:5px 0;
font-size:130%;
color:#71452A;
border-bottom:3px solid #000;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
border-bottom:2px solid #515151;
}

/*.post h3{
margin:25px 0 25px 0;
font-size:112%;
font-weight:normal;
padding: 15px 15px 13px;
border-left: 3px solid #FF798C;
line-height: 1.3;
}*/

.post h3{
margin:30px 0 30px 0;/*2026*/
font-size:120%;
font-weight:800;
padding: 18px 12px 17px 16px;
line-height: 1.3;
color: #005b74;
text-align:center;
background: #E5F1F4;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}


.post h3 span{
font-size:87%;
font-weight: normal;
}
.post h4, .post .h4{
padding:20px 0;
font-size:120%;
font-weight: 800;
color: #005b74;
}
.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
}
 
.post h4 span, .post .h4 span{
background: #A7DC61;
color:#fff;
padding: 1px 5px;
}

.tab {
background:#FAFAFA; 
padding:5px 10px; 
margin: 0 0 20px 0;
border: solid 1px #EAEAEA;
border-top: solid 3px #EAEAEA;
}

.post blockquote p{padding:5px 0;}

input[type="submit"].wpcf7-submit, .buttonBig a {
display: block;
margin: 0 auto;
width:50%;
font-size:140%;
}

.post table{
margin:5px 0 12px;
width: 100%;
}

.post table th{
padding:10px 10px 10px 5px;
border-bottom: 1px #E8EAEA solid;
font-weight:normal;
color: #005b74;
vertical-align:middle;
font-size: 100%;
white-space:nowrap;
/*width: 20%;*/
}

.post table td{
padding:10px 5px;
border-bottom: 1px #E8EAEA solid;
background:#fff;
vertical-align:middle;
}

.post table .price {
text-align: right;
white-space: nowrap;
}

.post table.table522 tbody th {
width:50%;
}
.post table tbody th ul, .post table tbody td ul {
font-weight:normal;
text-align:left;
margin: 3px 0 0 10px;
}
.post table.table522 tbody td {
width:25%;
}
.post table.table522 tbody td {
width:25%;
}
.post dt{font-weight:bold;line-height:1.8;}
.post dd{padding-bottom:10px;line-height:1.8;}

.post table tbody .bgGray th, .post table tbody .bgGray td {
background:#f3f3f3;
}

.post .boxset {
margin-right: -5%;
}
.post .box {
float: left;
margin: 30px 5% 30px 0;
width: 45%;
display: block;
}

.prWaku {
border: solid 2px #FF798C;
padding: 5px 15px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
/*background: #FFEACC;*/
}
.prWakuGray {
border: solid 2px #ddd;
padding: 5px 15px;
text-align: left;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.prWakuGray h4 {
text-align: center;
}

.yellowM {background: #FFF7A9;} 
.small {font-size: 90%;}
.red {color: #f00;}
.pink {color: #F75170;}
.green {color: #009584;}
.post img {
max-width:96%;
height:auto;
padding: 3px;
border: 1px solid #E8EAEA;
border-radius:5px;
background: #ffffff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.post img.noborder {
max-width:100%;
height:auto;
padding: 0;
border: 0;
}

.postBanner {
width:100%;
height:auto;
padding: 0;
border: 0;
text-align: center;
}
.postBanner img {
width:100%;
height:auto;
}
.mgnT5 { margin-top: 5px; }
.mgnT10 { margin-top: 10px; }
.mgnT15 { margin-top: 15px; }
.mgnT20 { margin-top: 20px; }
.mgnB20 { margin-bottom: 20px; }

img.aligncenter {
display: block;
margin:10px auto;
}

img.alignright, img.alignleft{
display:inline;
margin: 0 10px 5px 0;
}

img.alignright{
margin: 0 0 5px 10px;
}
.alignright{float:right;}
.alignleft{float:left;}
.aligncenter{text-align:center;}

div.alignleft {width:48%;margin-right:10px;}
div.alignright {width:48%;}
.toppageService h3 a {display:block;}
.toppageService img {display:block;margin:0 auto;}

div.alignleft3 {float:left;width:27%;margin-left:3%;margin-right:3%;margin-top:30px;margin-bottom:30px; }
div.alignright.width66 {width:66%;}

div.alignleft2 {float:left;width:46%;margin-left:2%;margin-right:2%;}

#content .post .entrybutton {
text-align: center;
padding: 20px 0 0 0;
}
#content .post .entrybutton a {
padding: 7px 20px;
}

#content .post .morebutton {
margin-bottom: 10px;
}
#content .post .morebutton a {
width: 100%;
background: #FFEBF0;
color: #666;
text-align: center;
padding: 10px 0;
display: block;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
#content .post .morebutton a:hover {
background: #FFD7E0;
color: #666;
}

/* ページャー
------------------------------------------------------------*/
.pager {
text-align:center;
/*padding: 15px 0;*/
margin: 15px 0;
/*border: 1px solid #E8EAEA;*/
}

.pager .page-numbers {
padding: 6px 10px;
line-height: 0;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
background: #FDE7EB;
color: #666 !important;

}

.pager .page-numbers:hover {
padding: 6px 10px;
line-height: 0;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
background: #F88096;
color: #fff !important;

}

.pager .current {
padding: 6px 10px;
line-height: 0;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
background: #F88096;
color: #fff !important;
}

.pager .current:hover {
padding: 6px 10px;
line-height: 0;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
background: #F88096;
color: #fff !important;
}


/* トップニュース表示　カテゴリアイコン付き
------------------------------------------------------------*/
.topWorksPost dl {
padding-bottom: 20px;
}
.topWorksPost dt {
  clear: left;
  float: left;
  width: 20em;
  padding: 5px 1em 2px 0;
  line-height: 1.5;
font-weight: normal;
}
.topWorksPost dt span {
width: 8em;
display: block;
float: left;
background: #e0f1ef;
text-align: center;
color: #009584;
font-size: 90%;
padding: 2px 0 1px;
margin-right: 10px;
}
.topWorksPost dd {
border-bottom: 1px #E8EAEA solid;
}
.topWorksPost dd {
  padding: 5px 1em 2px 1em;
  line-height: 1.5;
}
/* サイドバー　ウィジェット
*****************************************************/
section.widget, .widgetInfo{
margin: 0 0 20px;
padding: 5px 7px;
border:1px solid #dadada;
background: #fff;
}

#banners {
padding-bottom:10px;
}

#banners img{
max-width:225px;
height:auto;
padding-bottom:5px;
}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #666;
border-bottom:1px solid #ccc;
}

section.widget .sub-menu{
margin-left: 10px;
}

section.widget a{
display:block;
padding:5px 0 5px 13px;/*2026*/
background:url(images/arrow.png) no-repeat 0 50%;
}

section.widget a:hover{
text-decoration:none;
}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 20px;
padding:5px 0;
color: #666;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:100%;
background:url(images/arrow.png) no-repeat 0 50%;
}

/*
.news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#666;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#777;}

*/

/* フッター
*****************************************************/
#footer ul{
padding-bottom:10px;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
margin-right:60px;
background:url(images/arrow.png) no-repeat 0 12px;
}

#footer ul li	a{
display:block;
padding:0 0 0 12px;
overflow:hidden;
text-decoration:underline;
}

#footer ul li	a:hover{text-decoration:none;}

#footer ul li li{
display:block;
padding:0;
margin:0 0 0 10px;
background-position:0 5px;
}


*:first-child+html #footer ul li{display:inline;}
*:first-child+html #footer ul ul,*:first-child+html #footer ul li li a,*:first-child+html #footer ul li li{display:none;}

#copyright{
clear:both;
padding:10px;
text-align:center;
font-size:75%;
zoom:1;
background:#666;
color:#fff;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/
.thumbWrap{
width:735px;
margin:20px -25px 20px 0;
}

.thumbWrap li{
float:left;
width: 220px;
margin:0 25px 0 0;
padding:2px 0 40px;
background:none;
}

/* 最新記事リンク */
ul.thumb h3{
margin-top:10px;
padding:1px;
font-weight:normal;
font-size:100%;
text-align:center;
background:#fff;
border:1px solid #777;
}

ul.thumb h3 span{
display:block;
padding:2px 3px;
background:#357dbd;
}

ul.thumb h3 a{color:#fff;}

ul.thumb h3:hover span{background:#56a8e7;}

/* 追加
*****************************************************/
#footer{
background:#ddd;
} 

#content .post a {
color: #2289DB;
}
#content .post a:hover, #content .post a:active{
color: #F75170;
}
#content .tab a {
color: #FFA300;
font-weight: 700;
font-size: 110%;
}
#content .tab a:hover, #content .tab a:active{
color: #FF7700;
text-decoration: underline;
}
#content .post .postListBox a {
color: #2289DB;
}
#content .post .postListBox a:hover, #content .post .postListBox a:active{
color: #357dbd;
text-decoration: underline;
}
.clear {
clear: both;
}
.clearHr {
clear: both;
height: 20px;
line-height: 0;
font-size: 0em;
}
.clearHr hr {
visibility: hidden;
border: 5px;
}
.textright {
text-align: right;
}
.textcenter {
text-align: center;
}
.red {
color: #f00;
}

#breadcrumb ul {
padding: 5px 5px 0 5px;
height: 25px;
}
#breadcrumb ul li {
display:inline;
font-size:80%;
}

#content {
padding: 0 0 0 0;
}

#sidebar {
padding: 0 0 10px 0;
}

.sideinfo article {
padding:8px 0;/*2026*/
border-bottom:1px dotted #DADADA;
}
.sideinfo img {
display:inline;
margin: 0 10px 0 0;
float: left;
width: 80px;
}
.sideinfo p {
padding-bottom: 0;
	font-size: 90%;/*2026*/
	line-height: 1.5;
}
.postListBox a {
display:block;
}
.postListBox a:hover p {
//color:#999;
}
.postListBox img {
display:inline;
margin: 0 30px 0 0;
float: left;
}

.topNewsTitle h2 {
float:left;
}
.topNewsTitle p{
float:right;
padding:5px 0 0 10px;
font-size:100%;/*2026*/
background:url(images/arrow.png) no-repeat 0 50%;
	margin-top: 12px;
}
.topNewsPost dl {
padding-bottom: 20px;
}
.topNewsPost dt {
  clear: left;
  float: left;
  width: 5.3em;
  padding: 8px 1em 5px 0;/*2026*/
  line-height: 1.5;
font-weight: normal;
}
.topNewsPost dd {
  margin-left: 10px;
  padding: 8px 1em 5px 1em;/*2026*/
  line-height: 1.5;
}
/* サービス一覧 */
.list ul {
margin:0 0 10px 0;
}

#pageTop{
	background:#666;
	border-radius:5px;
	padding:10px;
	line-height:1;
	position:fixed;
	bottom:20px;
	right:20px;
	color:#fff;
	}
#pageTop:hover{
	background:#999;
	}

/* ギャラリー一覧css */
.gallery-icon {
	margin-left: 20px;
	margin-right: 20px;
}

#gallery-1 .gallery-icon img {
	border: 1px solid #E8EAEA;
	padding: 3px;
}

	img.imagePc {
	display: inline;
	}
	img.imageSp {
	display: none;
	}

/* 購入ボタン */
input[type="text"].shopping-qty {
width:30px;
height: 30px;
vertical-align:bottom;
line-height: 1.7;
}

/* フッター購入ボタン */
#footerBtn {
	position:fixed;
	bottom:0;
	right:0;
	width: 540px;
	height: 100px;
	}
#footerBtn img {
	width: 540px;
	height: 100px;
	}

/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){

	nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	background:url(images/mainnavBg_n.png) repeat-x;
	}
	
	nav#mainNav ul{
	content:""; display: table;clear: both;zoom:1;
	border-left:1px solid #337478;
	border-right:1px solid #337478;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	border-left:1px solid #337478;
	border-right:1px solid #1e5355;
	}
	
	nav#mainNav ul li:first-child{
	border-left:1px solid #1e5355;
	}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	_float:left;
	color:#fff;
	height:56px;/*2026*/
	line-height:56px;/*2026*/
	font-size:120%;
	padding:15px 25px 5px;/*2026*/
	}
	
	nav#mainNav ul li#menu-item-13 a span{
	color:#FFEE00;
	}
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:100%;
	line-height:1.4;
	}
	
	nav#mainNav ul li a span{
	font-size:80%;
	color:#CBEFF7;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu {display:none;}
  
  nav#mainNav ul li.current-menu-item, nav#mainNav ul li:hover, nav#mainNav ul li.current-menu-parent{
  background:url(images/mainnavBg_n.png) repeat-x 0 100%;
  }

  nav#mainNav ul ul{width:100%;}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:76px;/*2026*/
  left:-1px;
  z-index:500;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}
	
  nav#mainNav ul li li,nav#mainNav ul li li:first-child{
	padding:0 0 0 10px;
	margin:0;
  float: none;
  height:50px;/*2026*/
  line-height:50px;/*2026*/
  	border:0;
	background:url(images/mainnavsubBg_n.png) repeat-x 0 -5px;
  }
	
  nav#mainNav ul li li a{
  width:100%;
  height:50px;
	padding:0 0 0 ;
  line-height:50px;
  text-align:left;
  font-size: 98%;
  }
	
	nav#mainNav ul li li.current-menu-item {background:url(images/mainnavsubBg_n.png) repeat-x 0 100%;font-weight:bold;}
	nav#mainNav ul li li:hover{background:url(images/mainnavsubBg_n.png) repeat-x 0 100%;}
	nav#mainNav ul li:hover ul li:last-child{border:0;}

}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){

	#header h2 {padding:10px 10px 10px 10px;} /* ロゴ */

	nav#mainNav{
	clear:both;
	margin:0 10px 10px 10px;
	}
	
	nav#mainNav .inner{
	width:auto;
	border:solid 2px #444;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:44px;
	line-height:44px;
	font-weight: bold;
	text-align:left;
	color:#b4b4b4;
	background: #444 url(images/menuOpen.png) no-repeat 12px center;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	}
	
	nav#mainNav a#menu span{padding-left:44px;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	background: #444 url(images/menuClose.png) no-repeat 12px center;
	background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-o-background-size: 16px 16px;
	-ms-background-size: 16px 16px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	width:100%;
	display: none;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,
	nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding:12px 14px;
	text-align:left;
	border-top:1px solid #444;
	color: #fff;
	}

	nav#mainNav ul li a,
	nav#mainNav ul li li a,
	nav#mainNav ul li.current-menu-item li a  {
	background-color:#555;
	}
	nav#mainNav ul li a:hover,
	nav#mainNav ul li li a:hover,
	nav#mainNav ul li.current-menu-item li a:hover {
	background-color:#444;
	}
	nav#mainNav ul li a:active,
	nav#mainNav ul li li a:active,
	nav#mainNav ul li.current-menu-item li a:active {
	background-color:#444;
	}
	
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li.current-menu-item a:hover,
	nav#mainNav ul li.current-menu-item a:active, 
	nav#mainNav ul li li.current-menu-item a, 
	nav#mainNav ul li li.current-menu-item a:hover, 
	nav#mainNav ul li li.current-menu-item a:active {
	background-color:#444;
	}
	
	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a,
	nav#mainNav ul li.current-menu-item li a,
	nav#mainNav ul li li.current-menu-item a {
		padding-left:40px;
		background-image: url(images/sub1.png);
		background-position: 20px 10px;
		background-repeat: no-repeat;
		}
/* カレント時　白い罫線にしたいとき
	nav#mainNav ul li li.current-menu-item a {
		background-image: url(images/sub1.png);
		background-position: 20px -70px;
		background-repeat: no-repeat;
		}
	*/
	nav#mainNav ul li li:last-child a,
	nav#mainNav ul li li:last-child a:hover,
	nav#mainNav ul li.current-menu-item li:last-child a:hover {
		background-image: url(images/subLast.png);
		background-position: 20px 10px;
		background-repeat: no-repeat;
		}
/* カレント時　白い罫線にしたいとき
	nav#mainNav ul li li:last-child.current-menu-item a {
		background-image: url(images/subLast.png);
		background-position: 20px -75px;
		background-repeat: no-repeat;
		}
	*/
	nav div.panel{float:none;}
	.mainImg{margin: 0 auto 20px auto;}
	.mainImg{padding: 0 10px;}
	.mainImgSp{margin: 0 auto 10px auto;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header .bg .inner h1, #header .bg .inner p{padding:5px 10px;}
	#header .headerRight {display: none;} /*右スペース */

	nav#mainNav ul, .thumbWrap{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}
	#breadcrumb {display: none;}
	nav div.panel{float:none;}
	.mainImg img,.mainImgSp img {width:100%;height:auto;}
	.widgetInfo { display: none; }

	#content, #sidebar{
	clear:both;
	width:auto;
	float:none;
	margin:0 10px;
	}

	#banners{width:100%;margin:0 auto;text-align:center;}
	#banners p{display:inline;margin:0 10px;}
	#banners p img{width:100%;height:auto;}
	
	section.widget, .widgetInfo {
	padding: 20px 30px;
	background: #eee;
	}
	section.widget_search{
	text-align:center;
	border-top: none;
	margin-top: -20px;
	}
}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
	.thumbWrap img{width:100%;height:auto;}

/* ギャラリー一覧css */
.gallery-icon {
	margin-left: 10px;
	margin-right: 10px;
}
.gallery-icon img {
	width: 100%;
	height: auto;
}

}


/* 幅644px以下から ヘッダー等微調節 スマホ表示
------------------------------------------------------------*/
@media only screen and (max-width: 644px) and (orientation:portrait){

	img.imagePc {
	display: none;
	}
	img.imageSp {
	display: inline;
	}

	#header {background: none;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	div.alignright.width66 {width:auto;}
	#footer ul{text-align:left;padding:15px; }
	#footer ul ul{padding:0;}
	#header h2 { width: 100%; text-align:center;padding:10px 0 10px 0; }
	#header h2 img  {width: 300px; }
	#banners p {display:block;}
.mainImg {
display:none;
}
.mainImgSp {
display:block;
padding: 0 10px;
}

.ind-banner-marine-sp {
display:block;
padding: 0 10px 10px 10px;
}

.ind-banner-marine-sp img {
width: 100%;
}
	.ind-banner-voice li.ind-banner-voice-clear {
	clear: left;
	}
	.ind-banner-voice li {
	width: 50%;
	}
#content .post {
	padding:15px;
}
.post p { padding-bottom:10px;}
section.widget, .widgetInfo {
	padding: 10px 15px;
	background: #eee;
}
#content h2.title, #content div.title {
padding:20px 30px 0 15px;
}
#content h2.title span, #content div.title span {
font-size:140%;
}
.post h3 {
margin: 15px 0;
font-size:110%;
}
.wpcf7 .box {
width:100%;
}
div.alignleft, div.alignright {width:100%;}
.post .works {
margin-right: 0;
}

.post .boxset {
margin: 30px 0;
}
.post .box {
float: none;
margin: 0 0 0 0;
padding-bottom:10px;
width: 100%;
display: block;
}

input[type="text"], input[type="tel"], input[type="email"], textarea{
max-width:100%;
}
.postListBox img {
width: 80px;
}

.search_result {
	margin: 10px 0;
}

div.alignleft3 {float:none;width:100%;margin-left:0;margin-right:0;margin-top:30px;margin-bottom:30px; }
/* contact */
.contact dl dt { width: 100%; float: none; text-align:left; margin-right:0; }
.contact dl dd { width: 100%; float: none; }

/* フッター購入ボタン */
#footerBtn {
	width: 100%;
	height: auto;
	line-height: 0;
	}
#footerBtn img {
	width: 100%;
	height: auto;
	}

}

