@charset "utf-8";
/*
Theme Name: responsive_042
Theme URI: http://c-tpl.com/
Description: responsive_042
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

    Cloud template v1.0
     http://c-tpl.com/

    This theme was designed and built by Cloud template,
    whose blog you will find at http://c-tpl.com/

    The CSS, XHTML and design is released under GPL:
    http://www.opensource.org/licenses/gpl-license.php

*/

/* =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;
color:#252525;
-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:#252525;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
color:#b0262e;
text-decoration: none;
}


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


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

input, textarea {
font: 12px/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{
max-width:90%;
vertical-align:middle;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

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

input[type="submit"],input[type="reset"],input[type="button"],.button a{
padding:5px 10px;
background: #c3464d;
background: -moz-linear-gradient(top, #c3464d 0%, #b0262e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3464d), color-stop(100%,#b0262e));
background: -webkit-linear-gradient(top, #c3464d 0%,#b0262e 100%);
background: -o-linear-gradient(top, #c3464d 0%,#b0262e 100%);
background: linear-gradient(to bottom, #c3464d 0%,#b0262e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3464d', endColorstr='#b0262e',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{
background: #c3464d;
background: -moz-linear-gradient(top, #b0262e 0%, #c3464d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0262e), color-stop(100%,#c3464d));
background: -webkit-linear-gradient(top, #b0262e 0%,#c3464d 100%);
background: -o-linear-gradient(top, #b0262e 0%,#c3464d 100%);
background: linear-gradient(to bottom, #b0262e 0%,#c3464d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0262e', endColorstr='#c3464d',GradientType=0 );
cursor:pointer;
}

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

/* ボタン
------------------------------------------------------------*/


#content .post a.btn {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    display: block;
    background: #ddd;
    color: #111;
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    width: 30%;
    padding: 10px 10px;
}

#content .post a.btn:hover {
    text-decoration: none;
    color: #111;
	background: #e4e4e4;
}

#content .post a.btn_pdf {	
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    display: inline-block;
	background-image: url(images/pdf.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10px center, 0 0;
    background-size: 24px 24px, contain;
    background-color: #ddd;
	 -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    color: #111;
    width: 40%;
    padding: 10px 10px;
	margin-right: 10%;
}

#content .post a.btn_pdf:hover {
    text-decoration: none;
    color: #111;background-image: url(images/pdf.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10px center, 0 0;
    background-size: 24px 24px, contain;
	background-color: #e4e4e4;
}

#content .post a.btn_excel {	
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    display: inline-block;
	background-image: url(images/excel.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10px center, 0 0;
    background-size: 24px 24px, contain;
    background-color: #ddd;
	 -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    color: #111;
    width: 40%;
    padding: 10px 10px;
}

#content .post a.btn_excel:hover {
    text-decoration: none;
    color: #111;background-image: url(images/excel.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10px center, 0 0;
    background-size: 24px 24px, contain;
	background-color: #e4e4e4;
}

#content .post a.btn_pdf_excel {	
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    display: inline-block;
	background-image: url(images/pdf_excel.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10px center, 0 0;
    background-size: 48px 24px, contain;
    background-color: #ddd;
	 -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    color: #111;
    width: 40%;
    padding: 10px 10px;
}

#content .post a.btn_pdf_excel:hover {
    text-decoration: none;
    color: #111;background-image: url(images/pdf_excel.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10px center, 0 0;
    background-size: 48px 24px, contain;
	background-color: #e4e4e4;
}

#content .post a.btn_calendar {	
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    display: inline-block;
	background-image: url(images/calendar.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10px center, 0 0;
    background-size: 32px 32px, contain;
    background-color: #ddd;
	 -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    color: #111;
    width: 40%;
    padding: 10px 10px;
}

#content .post a.btn_calendar:hover {
    text-decoration: none;
    color: #111;background-image: url(images/calendar.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left 10px center, 0 0;
    background-size: 32px 32px, contain;
	background-color: #e4e4e4;
}

#content .post a.w45{
	width: 45%;
}

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

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

#content{
float:left;
width:710px;
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:#ddd;}


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

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

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

#header p.catchCopy{
	clear: both;
	margin-bottom: 5px;
	margin-left: 10px;
}

/* ロゴ右スペース
----------------------------------*/
#header .headerRight {
float:right;
text-align: right;
padding:0 0 6px 0;
}
#header .headerRight .headerPhone {
margin-top: 12px;
font-size: 120%;
line-height:1;
color: #b0262e;
font-weight: 700;
}
#header .headerRight .headerPhone span {
font-size: 130%;
}

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

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

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

#header ul li a:hover{
background-position:0 -10px;
//color: #3D97DF;
//text-decoration: underline;
}


/* トップページ　メイン画像
----------------------------------*/
.mainImg,.mainImgSp{
clear:both;
margin: 20px auto;
line-height:0;
text-align:center;
z-index:0;
}
.mainImgSp{
display:none;
}
#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 20px 0;
padding:30px 30px 10px 30px;
border:1px solid #dadada;
background: #fff;
}


/* タイポグラフィ
*****************************************************/
#content h2.title, #content div.title {
clear:both;
margin:0;
padding:10px 30px 10px 30px;
font-size:130%;
border:1px solid #dadada;
border-bottom:0;
background:#fff url(images/border.png) repeat-x 0 100%;
}

h2.title, div.title{
margin:0 0 10px;
padding: 0 5px 0 15px;
line-height:37px;
font-weight: normal;
color:#252525;
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;
margin-top: 5px;
background:url(images/bullet.png) no-repeat 0 7px;
}

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

.post ol li{
margin-top: 2px;
list-style:decimal;
}


.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
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:10px 0 15px 0;
font-size:120%;
font-weight:normal;
padding: 8px 10px;
border-left: 4px solid #b0262e;
line-height: 1.3;
font-weight: 700;
border-bottom: 1px solid #dadada;
}

.post h4, .post .h4{
padding:5px 0;
font-weight: bold;
font-size:115%;
color: #000;
border-bottom: 1px dotted #ccc;
margin-bottom: 10px;
}
.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
}

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

input[type="submit"].wpcf7-submit {
width:100%;
font-size:140%;
}

.post table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:5px 0 20px;
width: 100%;
}

.post table th{
padding:7px 10px 7px 5px;
border-left: 1px #ccc solid;
border-bottom: 1px #ccc solid;
font-weight:bold;
background:#F7F7F7;
vertical-align:middle;
}

.post table td{
padding:7px 5px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
vertical-align:middle;
}

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

.post table thead th{
padding:7px 5px;
border-left: 1px #ccc solid;
border-bottom: 1px #ccc solid;
font-weight:700;
background:#F0F0F0;
text-align:center;
}

.post table tbody th{
padding:7px 5px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#F7F7F7;
font-weight:700;
text-align:center;
}
.post table tbody td{
padding:7px 5px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.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 td.bgYellow, .bgYellow{
background:#f9f9cc;
}

.bgGray {
background:#F7F7F7;
border: solid 1px #E8EAEA;
}

.small {font-size: 89%;}
.red {color: #f00;}

.bold{
    font-weight: bold;
}

.shikaku{
    font-weight: bold;
    font-size: 110%;
}

.att{
    padding-left: 1em;
    text-indent: -1em;
}

.post img {
max-width:100%;
height:auto;
padding: 3px;
border: 1px solid #E8EAEA;
}

img.aligncenter {
display: block;
margin:0px 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;}

/* サイドバー　ウィジェット
*****************************************************/
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: #333;
border-bottom:1px solid #ccc;
}

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

section.widget a{
display:block;
padding:3px 0 3px 13px;
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: #333;
border-bottom:1px solid #ccc;
}

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

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
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:#333;
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:#333;
color:#fff;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事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:#a0a5aa;
}

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

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

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

#content .post a {
color: #b0262e;
}
#content .post a:hover, #content .post a:active{
color: #b0262e;
text-decoration: underline;
}
#content .post .postListBox a {
color: #555;
}
#content .post .postListBox a:hover, #content .post .postListBox a:active{
color: #b0262e;
text-decoration: none;
}
.clear {
clear: both;
}
.clearHr {
clear: both;
height: 20px;
line-height: 0;
font-size: 0em;
}
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:5px 0;
border-bottom:1px dotted #DADADA;
}
.sideinfo img {
display:inline;
margin: 0 10px 0 0;
float: left;
width: 80px;
}
.sideinfo p {
padding-bottom: 0;
}
.postListBox a {
display:block;
}
.postListBox a:hover p {
//color:#999;
}
.postListBox img {
display:inline;
margin: 0 10px 0 0;
float: left;
}

.topNewsTitle h2 {
float:left;
}
.topNewsTitle p{
float:right;
padding:0 0 0 10px;
font-size:70%;
background:url(images/arrow.png) no-repeat 0 50%;
}
.topNewsPost dl {
padding-bottom: 20px;
}
.topNewsPost dt {
  clear: left;
  float: left;
  width: 5.3em;
  padding: 5px 1em 2px 0;
  line-height: 1.5;
font-weight: normal;
}
.topNewsPost dd {
  margin-left: 10px;
  padding: 5px 1em 2px 1em;
  line-height: 1.5;
}

 .del span {
   color: #000;
 }
 .del {
   color: #f00;
   text-decoration : line-through ;
 }
/* サービス一覧 */
.list ul {
margin:0 0 10px 0;
}

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

.oshirase{
		border: 1px solid red;
	    padding-left: 0;
	    font-size: 130%;
	    font-weight: bold;
		margin: 0 auto;
		margin-bottom: 15px;
	    overflow: hidden;
}
	
	.oshirase .info_left{
    background: red;
    font-size: 1.2em;
    padding: 4px;
    text-align: center;
    color: yellow;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.oshirase p {
    padding: 15px 20px;
    margin: 0;
}
	
	.oshirase p.info_right{
		text-align:center;
	    padding: 10px;
	}
	
.oshirase a:hover{
	text-decoration: underline;
}

.oshirase span{
	font-size:70%;
}

.waku{
	border: 3px solid red;
	padding: 10px;
}

.waku2{
	border: 3px solid #ffa500;
	padding: 10px;
}

.label-new {
  background: #e60012; /* 赤 */
  color: #fff;        /* 白 */
  padding: 4px 8px;
  font-size: 0.85em;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
}


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

    nav#mainNav{
    clear:both;
    position:relative;
    z-index:200;
    background:url(images/mainnavBg.png) repeat-x;
	width: 960px;
	margin: 0 auto;
    }

    nav#mainNav ul{
    content:""; display: table;clear: both;zoom:1;
    border-right:1px solid #000308;
    border-left:1px solid #981018;
    }

    nav#mainNav ul li{
    float: left;
    position: relative;
    border-left:1px solid #000308;
    border-right:1px solid #354467;
	width: 158px;
    }

    nav#mainNav ul li:first-child{
    border-left:1px solid #c3464d;
	width: 156px;
	background: #b0262e;
    }

    nav#mainNav ul li a{
    display: block;
    text-align: center;
    _float:left;
    color:#fff;
    height:40px;
    line-height:40px;
    font-size:110%;
    padding:15px 37px 5px;
    }

    nav#mainNav ul li a span,nav#mainNav ul li a strong{
    display:block;
    font-size:90%;
    line-height:1.4;
    }

    nav#mainNav ul li a span{
    font-size:70%;
    color:#fff;
    }

    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.png) repeat-x 0 100%;
  }
	
  nav#mainNav ul li#menu-item-44.current-menu-item, nav#mainNav ul li#menu-item-44:hover, nav#mainNav ul li#menu-item-44.current-menu-parent{
  background:#bf2a33;
  }

  nav#mainNav ul ul{width:100%;}

  nav#mainNav ul li ul{display: none;}

  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:60px;
  left:0;
  z-index:500;
    border:0;
}

  nav#mainNav ul li li,nav#mainNav ul li li:first-child{
    padding:0 0 0 10px;
    margin:0;
  float: none;
  height:40px;
  line-height:40px;
  border:0;
  background:url(images/mainnavBg.png) repeat-x 0 -2px;
  width: 148px;
  }

  nav#mainNav ul li li a{
  width:100%;
  height:40px;
  padding:0 0 0 ;
  line-height:40px;
  text-align:left;
  font-size: 98%;
  }

    nav#mainNav ul li li.current-menu-item {background:url(images/mainnavBg.png) repeat-x 0 100%;font-weight:bold;}
    nav#mainNav ul li li:hover{background:url(images/mainnavBg.png) repeat-x 0 100%;}
    nav#mainNav ul li:hover ul li:last-child{border:0;}
	
	
}

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

    nav#mainNav{
    clear:both;
    margin:10px;
    }

    nav#mainNav .inner{
    width:auto;
    border:solid 2px #0f2350;
    }

    nav#mainNav a.menu{
    width:100%;
    display:block;
    height:34px;
    line-height:34px;
    font-weight: bold;
    text-align:left;
    color:#fff;
    background: #0f2350 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:35px;}

    nav#mainNav a.menuOpen{
    border-bottom:0;
    background: #0f2350 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:8px 10px;
    text-align:left;
    border-top:1px solid #eee;
    }

    nav#mainNav ul li a,
    nav#mainNav ul li li a,
    nav#mainNav ul li.current-menu-item li a  {
    background-color:#fff;
    }
    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:#eee;
    }
    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:#aaa;
    }

    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 {
//    color:#fff;
    background-color:#ddd;
//    background-color:#b0262e;
    }

    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;}
	
	.oshirase{
    font-size: 120%;
		width: 95%;
	}
	

}


/* 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 h2 {padding:12px 10px 0;} /* ロゴ */
    #header .headerRight {padding:10px 15px 0;} /*右スペース */
    #header .headerRight .headerPhone { margin-top: 0; } /* TEL */
    #header .headerRight .headerPhoneTitle { display: none; }
    #header .headerRight .headerAddress { padding-bottom: 0;}

    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;
    }
	
	#content .post a.btn {
    width: auto;
	}
	
	#content .post a.btn_pdf_excel {
    width: auto;
	display: block;
	}

	#content .post a.btn_pdf {	
    width: auto;
	display: block;
	margin-right: 0px;
	}

	#content .post a.btn_excel {	
    width: auto;
	display: block;
	margin-top: 20px;
    }
	
	#content .post a.w45 {	
    width: auto;
    }
	
	
	
	


}


/* 幅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;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px) and (orientation:portrait){
    #header {background: none;}
    #header .headerRight {width:100%; padding:3px 0 0 0 ;text-align:center;} /*右スペース */
    #header .headerRight .headerPhone {margin: 5px 0;}
    #header .headerRight .headerAddress {display: none;}
    img.alignright, img.alignleft{display: block;    margin:5px auto;}
    .alignright,.alignleft{float:none;}

    #footer ul{text-align:left;padding:15px; }
    #footer ul ul{padding:0;}
    #header h2 {padding:13px 0 0; width: 100%; text-align:center; }
    #header h2 img {width:250px;}
    #banners p {display:block;}
.mainImg {
display:none;
}
.mainImgSp {
display:block;
padding: 0 10px;
}
#content .post {
    padding:15px;
}
.post p { padding-bottom:10px;}
    section.widget, .widgetInfo {
    padding: 10px 15px;
    background: #eee;
}
#content h2.title, #content div.title {
padding:5px 15px 5px 15px;
font-size: 120%;
}
.post h3 {
margin: 15px 0;
font-size: 110%;
}
.wpcf7 .alignleft {
width:100%;
}
div.alignleft, div.alignright {width:100%;}
input[type="text"], input[type="tel"], input[type="email"], textarea{
max-width:90%;
}
.postListBox img {
width: 80px;
}
	
	.oshirase{
    font-size: 100%;
	}
	
	.oshirase span.info_right{
		margin-left: 10%;
	}
	
	

}

@media only screen and (max-width: 320px){
	.oshirase span.info_right{
		margin-left: 5%;
		font-size: 90%;
	}
}

strong {
	font-weight:bold;
}

