@charset "utf-8";
/*
Theme Name: responsive_026
Theme URI: http://c-tpl.com/
Description: responsive_026
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, 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:90%/1.5 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
border-top:5px solid #000036;
}


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

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
text-decoration:underline;
}


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


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:100%;
line-height:30px;
height:30px;
padding:1px 5px;
margin:0 auto;
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.6;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #FF3300;
background: -moz-linear-gradient(top, #FF3300 0%, #E68405 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF3300), color-stop(100%,#E68405 ));
background: -webkit-linear-gradient(top, #FF3300 0%,#E68405 100%);
background: -o-linear-gradient(top, #FF3300 0%,#E68405 100%);
background: -ms-linear-gradient(top, #FF3300 0%,#E68405 100%);
background: linear-gradient(to bottom, #FF3300 0%,#E68405 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF3300', endColorstr='#E68405',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #FF9D9C;
background: -moz-linear-gradient(top, #E68405 0%, #FF3300 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E68405 ), color-stop(100%,#FF3300 ));
background: -webkit-linear-gradient(top, #E68405 0%,#FF3300 100%);
background: -o-linear-gradient(top, #E68405 0%,#FF3300 100%);
background: -ms-linear-gradient(top, #E68405 0%,#FF3300 100%);
background: linear-gradient(to bottom, #E68405 0%,#FF3300 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E68405', endColorstr='#FF3300',GradientType=0 );
}

.screen-reader-text{
margin:0 0 0 10px;
}

/* レイアウト
------------------------------------------------------------*/
#header, .inner{
margin: 0 auto;
width: 960px;
height:100%;
overflow:hidden;
background:#FFF;
}

#wrapper{
padding:20px 0px 10px 0px;
width: 960px;
margin: 0 auto;
height:100%;
overflow:hidden;
background:#FFF;
}
#header{
height:120px;
padding:0px 0 0 0px;
margin:0 auto;
}

#header a{color:#DE7E14;}
#header a:hover{text-decoration:underline;}




#content{
float:right;
width:690px;
}
p.link_text{
text-align:center;
margin:0 0 20px 0;
font-size:14px;
}

#sidebar{
float:left;
width:240px;
margin:10px 0 0 0px;
padding:0;
}
#sidebar ul{
}
#sidebar ul li{}

#sidebar ul li a{
background:url(images/menu_back.jpg) no-repeat;
border-bottom:1px dashed #999999;
width:230px;
height:26px;
padding:8px 0 0 10px;
margin:0;
color:#000099;
}
#footer{
clear:both;
color:#fff;
background:#003366;
} 

.cat-item-none{
padding:0 0 0 5px;
}

#content .content_inner h4,#koutuujiko h4{
font-weight:bold;
color:#FF6600;
padding:10px 0 10px 30px;
}
#photo_box{
height:100%;
width:340px;
margin:0 auto;
overflow:hidden;
padding:0 0 0 20px;
}
#photo_box li{
float:left;
padding:0 20px 0 0;
width:150px;
text-align:center;
}
#photo_box li:last-child{
padding:0;
}

#photo_box_txt{
padding:15px 0 0;
width:100%;
font-size:14px;
font-weight:bold;
text-align:center;
}

.ryoukin_table{
width:90%;
margin:0 auto 50px auto;
border:#999999 1px solid;
padding:2px;
}
.ryoukin_table th{
text-align:center;
background:#FFF;
color:#000;
vertical-align:middle;
padding:20px 0;
}
.ryoukin_table .midashi {}
.ryoukin_table .midashi th{
border-right:1px dotted #FFFFFF;
border-bottom:none;
}
table.ryoukin_table>tr>th.01_th{ border-right:1px solid dotted;}
.ryoukin_table td{
text-align:center;
vertical-align:middle;
border-right:1px dotted #CCCCCC;
border-bottom:1px dotted #CCCCCC;
padding:5px;
}
.ryoukin_table td.td_left{
text-align:left;
}
.ryoukin_table th.ryoukin_last_th{
border-bottom:none;
}
.ryoukin_table td.ryoukin_last_td{
border-top:none;
}

#ryoukin_top{}
#content p img{
width:100%;
margin:0 auto;
text-align:center;
}
#price h4,#access h4,#saimuseiri h4{
font-weight:bold;
color:#FF6600;
padding:0px 0 10px 20px;
}
#price ul#inside_table{ margin:10px 0 0 20px;}

#unei_box{}
#unei_box th{padding:20px;}
#unei_box td{ text-align:left; padding:20px;}

#form_table{}
#form_table th{padding:10px 25px;}
#form_table td{ text-align:left; padding:10px 10px 5px 10px;}
#form_table td input{
margin:3px 10px 10px 0;
}
#form_table td select{
padding:5px;
}
span.style3{
color:#FFF;}
.contact_p{ text-align:center; font-weight:bold; margin:0 0 20px 0;}

#form_table td input,#form_table td select{
border:1px solid #CCCCCC;
}


/*アクセス********************************************/
p#map{
text-align:center;
width:90%;
margin:20px auto;
}
p#map iframe{ width:100%; height:300px; margin:0 auto;}
ul#access_photo{
height:100%;
overflow:hidden;
}
ul#access_photo li{
float:left;
width:50%;
text-align:center;
}

/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:2px 0 0 0px;
font-size:80%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
padding:4px 0 0px 0;
font-size:220%;
font-weight:bold;
}
#header h2 a:hover{
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
}
hgroup{
float:left;	
}
#header hgroup h3{ display:none; }

/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
text-align:right;
width:340px;
font-size:0.8em;
padding:5px 10px 5px 10px;
margin:5px 0 0 0;
line-height:1.5em;
border:#CCCCCC 1px solid;
}
#headerInfo a{
color:#0000FF;
}
#headerInfo p{
text-align:left;
}
#headerInfo_txt{
font-size:1.4em;
line-height:1.5em;
margin:0 0 1px 0;
letter-spacing:-1px;
}

/* 画像
----------------------------------*/
#gazou{
width:50%;
margin:10px auto;
}

#gazou p{
width:100%;
font-weight:bold;
font-size:14px;
padding:5px 5px 0 5px;
border:1px solid #cccccc;
margin:10px auto;
}


/* jobform
----------------------------------*/
#jobform .plof{
margin:0 0 0 35px;


}
#jobform .plof{
width:26%;
float:left;
vertical-align:middle;
}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:10px 0 20px 0px;
padding:14px 10px 9px 10px;
line-height:24px;
font-size:150%;
border-bottom:solid 4px #0066CC;
color:#000000;
}
.content p,#access p{padding:0 15px 15px 20px;}

#content .content_inner h3,#access h3, .index h3{
background:url(images/arrow_orange.gif) no-repeat;
font-weight:bold;
font-size:14px;
color:#333333;
border:none;
padding:0 0 0 25px;
margin:20px 0 5px 10px 
}
.content h4{
font-weight:bold;
color:#000000;
padding:0px 0 10px 10px;
margin:0 auto;
font-size:1.2em;
}
h5{
border-bottom:1px dotted #003366;
border-left:5px solid #003366;
padding:0 0 0 10px;
font-weight:bold;
width:94%;
margin:20px auto 20px auto;
font-size:16px;
color:#003366;
}

strong{font-weight:bold;}

/* 取扱い業務ページ
*****************************************************/

ul.business{ margin:0px 0 20px 50px;}
ul.business li{
list-style:url(images/menu_l2.gif);
margin:0 0 10px 0;
padding:0 20px 0 0;
font-size:100%;
}

.content_inner{
border:1px dotted #FF6600;
padding:0px 10px 0 10px;
margin:0 auto 30px auto;
width:94%;
}
.saimuseiri_box{}
.saimuseiri_box p{
padding:0 0 20px 30px ;
line-height:1.7em;
}
.saimuseiri_box p strong{
border-bottom:#FF6600 1px dashed;
}

ul.q_and_a{
margin:0 0 20px 40px;
padding:0 30px 0 0;
border-bottom:1px solid #CCCCCC;
line-height:1.7em;
}
ul.q_and_a li:first-child{
background:url(images/icon_q.gif) no-repeat;
padding:3px 0 20px 40px;
font-weight:bold;
}
ul.q_and_a li:last-child{
background:url(images/icon_a.gif) no-repeat;
padding:3px 0 20px 40px;
}
ul.q_and_a li p{
padding:0;
margin:0 0 20px 0;
line-height:1.7em;
}
ul#last_qa{ border-bottom:none; }


/* プロフィールページ
*****************************************************/

h3.profile_h3{
color:#FFF;
background:#003366;
width:100px;
text-align:center;
padding:3px 0 2px 0px;
margin:20px 0 10px 20px;
}
.profile_box{ margin:100px 0 0;}
.profile_box>dl.career{ height:100%; overflow:hidden; margin:0 auto; width:100%;}
.profile_box>dl.career>dt{
float:left;
width:55%;
}
.profile_box>dl.career>dd{
float:left;
width:45%;
}
.profile_box>dl.career>dd img{
width:95%;
}
.profile_box>dl.career>dt>h2{
color:#FFFFFF;
background:#003366;
padding:3px 5px;
margin:0 0 5px 0;
width:100px;
text-align:center;
}
.profile_box>dl.career>dt>h3{
background:none;
padding:0;
margin:0;
font-size:2em;
}
.profile_box>dl.career>dt>h3>span{
font-size:0.5em;
vertical-align:middle;
}
.profile_box>dl.career>dt>table{}
.profile_box>dl.career>dt>table tr{
}
.profile_box>dl.career>dt>table tr>th{
width:25%;
border-bottom:1px dotted #CCCCCC;
}
.profile_box>dl.career>dt>table tr>td{
width:75%;
padding:3px 0;
border-bottom:1px dotted #CCCCCC;
}
.profile_box>.profile_txt{ margin:20px 0;}
.profile_box>.profile_txt h4{
font-weight:bold;
color:#FF6600;
padding:0px 0 10px 0px;
}
.profile_box>.profile_txt dt{
font-size:1.8em;
padding:0 0 10px 0;
}
.profile_box>.profile_txt dd{ margin:0 0 20px 0;}
.profile_box>.profile_txt dd p{
margin:0 0 10px 0;
}
input[type="submit"] {
padding:10px 100px;
margin:40px 0 0;
}

/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:10px;
margin-bottom:20px;
}

section.widget h3{
margin:0 0 20px 0;
padding:2px 10px 0px 30px;
line-height:33px;
font-size:100%;
font-weight:normal;
background: #003366;
color:#FFFFFF;
}

section.widget a{
display:block;
padding:5px 10px;
}
section.widget a:hover{background-color:#f7f9f4;}

section#side_half{
margin:0 auto;
}
section#side_half ul{
height:100%;
overflow:hidden;
border:none;
}
section#side_half ul li{
width:116px;
float:left;
border:1px solid #999999;
margin:0 0 3px 0;
text-align:center;
}
section#side_half ul li:nth-child(odd){
margin:0 3px 0 0;
}
section#side_half ul li a{
background:url(images/menu_back_pc_02.png) repeat-x;
color:#FFF;
width:116px;
padding:6px 0 0;
}
/* ページ上部へ戻る
*****************************************************/
#pagetop{
clear:both;
display:block;
overflow:hidden;
padding:30px 0 0 0;
margin-bottom:-1px;
width:980px;
background:#FFF;
margin:0 auto;
}

#pagetop a{
float:right;
display:block;
position:relative;
padding:5px 15px 2px 25px;
font-size:90%;
border-bottom:0;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
color:#fff;
background:#003366 url(images/toTop.png) no-repeat 8px 60%;
}

#pagetop a:hover{background-position:8px 40%;}

*:first-child+html #pagetop{margin-bottom:-10px;}

*:first-child+html #pagetop a{
position:static;
padding:5px 15px 5px 25px;
}


/* フッター
*****************************************************/
#footerInfo{
padding:20px 10px;
margin-bottom:20px;
border-bottom:1px dotted #415514;
background: #999999 url(images/noiseBg.png);
}

#footerLogo{
float:left;
padding:10px;
}

.contactInfo{float:right;text-align:right;}
.contactInfo .tel a{color:#fff;}

#footer ul{
text-align:center;
font-size:95%;
padding-bottom:20px;
margin:0 auto;
}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:center;
padding:5px 0;
}

#footer ul li a{
display:block;
padding:0 20px 0 13px;
overflow:hidden;
color:#fff;
background:url(images/parent.png) no-repeat 0 3px;
}
#footer ul li a:hover{text-decoration:underline;
background:url(images/parent.png) no-repeat 3px 3px;
}


#footer ul li li{
display:block;
padding:0;
margin-left:10px;
background:url(images/child.png) no-repeat 0 4px;
}

#footer ul li li a{padding:0 10px 0 12px;}

*:first-child+html #footer ul{width:920px;margin:0 auto;}
*:first-child+html #footer ul ul{width:auto;}
*:first-child+html #footer ul li{float:left;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:90%;
color:#fff;
background:#958B7C;
zoom:1;
}
#copyright a{
color:#FFFFFF;
text-decoration:none;
}
#copyright a:hover{
text-decoration:underline;
}

/* slide
------------------------------------------------------------*/
.viewer {
    margin: 10px auto 20px auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

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

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#78953d;
text-align:center;
}

#g_navi_box{
max-width:950px;
margin:0 auto;
}
/* --------------- グローバルナビゲーション ---------------- */

#g_navi_02_box{
background:url(images/navi_back.jpg) repeat-x #0066CC;
}
#g_navi_02{
width:960px;
margin:0 auto;
}
#g_navi_02 ul{
    background: #0066CC;
    font-size: 16px;
    text-align: center;
    width: 100%;
	height:49px;
    display: table;
    table-layout: fixed;
}
#g_navi_02 ul li {
    display: table-cell;
	vertical-align:middle;
}
#g_navi_02 ul li:first-child{
	border-left:1px solid #E2E2E2;
}  
#g_navi_02 ul li a {
    border-right: 1px solid #E2E2E2;
    color: #FFF;
    text-decoration: none;
    padding: 14px 0 11px 0;
    display: block;
	height:auto;
	background:url(images/navi_back.jpg) repeat-x;
 }
#g_navi_02 ul li a:hover {
	background:#FFFFFF;
	height:auto;
    border-right: 1px solid #E2E2E2;
	background:url(images/navi_back_on.jpg) repeat-x;
}



/* メインメニュー + 検索ボックス　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
  /* 親メニュー */
  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li a:active, .panel ul li.current-menu-parent a{
  background: url(images/mainNav.png) no-repeat 100% 50%;
  }
  
  .panel ul li.current-menu-item a span,.panel ul li a:hover span,.panel ul li a:active span, .panel ul li.current-menu-parent a span{
  background: url(images/mainNav.png) no-repeat 0 50%;
  }
  
  .panel ul li.current-menu-parent li a,
  .panel ul li.current-menu-item li a,
  .panel ul li.current-menu-item li a span,
  .panel ul li.current-menu-parent li a span,
  .panel ul li.current-menu-item li.current-menu-item a span,.panel ul li li a:hover span,.panel ul li li a:active span{
  background:none;
  }
  
  .panel ul li.current-menu-item li a{color:#fff;}
  
  .panel ul li.current-menu-item li.current-menu-item a, .panel ul li li a:hover,
  .panel ul li.current-menu-parent li.current-menu-item a{
  color:#fff;
  background: #78953d;
  background: -moz-linear-gradient(top, #78953d 0%, #415514 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78953d), color-stop(100%,#415514));
  background: -webkit-linear-gradient(top, #78953d 0%,#415514 100%);
  background: -o-linear-gradient(top, #78953d 0%,#415514 100%);
  background: -ms-linear-gradient(top, #78953d 0%,#415514 100%);
  background: linear-gradient(to bottom, #78953d 0%,#415514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78953d', endColorstr='#415514',GradientType=0 );
  }
  
  .panel ul li.current-menu-parent:hover li a span,.panel ul li.current-menu-parent li a{color:#fff;}
  .panel ul li.current-menu-parent:hover li.current-menu-item a span, .panel ul li.current-menu-parent li a:hover{color:#fff;}
  
  .panel ul ul{width:160px;}
  
  .panel ul li li{
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
  }
  
  .panel ul li li a{
  width:100%;
  height:40px;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
  
  .panel ul li ul{display: none;}
  
  .panel ul li:hover ul{
  display: block;
  position: absolute;
  top:40px;
  left:-7px;
  z-index: 100;
  border:1px solid #415514;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  }
  
  .panel ul li:hover ul li{
  margin:0;
  background: #78953d url(images/noiseBg.png);
  border-bottom:1px dotted #415514;
  }
  
  .panel ul li:hover ul li:last-child{
  border:0;
  border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
  -moz-border-radius:0 0 6px 6px;
  }
  
  .panel ul li ul li a span{
  margin:0;
  float:none;
  padding:0 0 0 5px;
  }
	
	#searchHead{
	float:right;
	width:225px;
	margin-top:5px;
	padding:0 0 0 5px;
	text-align:right;
	}
}


/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	}
	
	nav#mainNav .inner{width:100%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #E68405 url(images/menuOpen.png) no-repeat 1em 50%;
  background: url(images/menuOpen.png) no-repeat 1em 50%, -moz-linear-gradient(top, #78953d 0%, #415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78953d), color-stop(100%,#415514));
	background: url(images/menuOpen.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -o-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, -ms-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuOpen.png) no-repeat 1em 50%, linear-gradient(to bottom, #78953d 0%,#415514 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78953d', endColorstr='#415514',GradientType=0 );
	}
	
	nav#mainNav a#menu span{padding-left:3em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#fff;
	background: url(images/menuClose.png) no-repeat 1em 50%, -moz-linear-gradient(top, #78953d 0%, #415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78953d), color-stop(100%,#415514));
	background: url(images/menuClose.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -o-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, -ms-linear-gradient(top, #78953d 0%,#415514 100%);
	background: url(images/menuClose.png) no-repeat 1em 50%, linear-gradient(to bottom, #78953d 0%,#415514 100%);
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border-bottom:1px solid #ccc;
	}

	.panel ul{margin:0;padding:0;}

	.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.4;
	}

	.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:1em 0;
	text-align: left;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f7f9f4));
	background: -webkit-linear-gradient(top, #fff, #f7f9f4);
	background: -moz-linear-gradient(top, #fff, #f7f9f4);
	background: -o-linear-gradient(top, #fff, #f7f9f4);
	background: -ms-linear-gradient(top, #fff, #f7f9f4);
	background: linear-gradient(top, #fff, #f7f9f4);
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	}

 .panel ul li a span{padding-left:1em;}

	.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	color:#415514;
	background:#f7f9f4;
	}

	.panel ul li.current-menu-item li a{color:#78953d;}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a,.panel ul li li a:hover,.panel ul li.current-menu-item li a:hover{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #fff;
	background:url(images/sub1.png) no-repeat 15px 50%;
	}

	.panel ul li li:last-child a,.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:url(images/subLast.png) no-repeat 15px 50%;}

	.panel ul li li a span{padding-left:25px;}
	
	nav div.panel,#searchHead{float:none;}
	
	#searchHead{text-align:center;margin:20px auto 10px;}
	
	.tel{padding:5px 0 5px 48px}
#pagetop{
width:100%;
}
}

@media screen and ( max-width: 1000px ) { /*グローバルナビ*/
#g_navi_02{width:100%;}
#g_navi_02 ul{ width: 100%; height:100%; overflow:hidden; display:block;}
#g_navi_02 ul li { display:block; float:left; width:33%; font-size:1.5em;}
#g_navi_02 ul li a {
    border-right: 1px solid #ccc;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    padding: 22px 0 20px 0;
    display: block;
    border-bottom:2px solid  #999999;
	height:auto;
    background:#0066CC;
	background-image:none;
	filter:none;
}
#g_navi_02 ul li a:hover{
	background-image:none;
	filter:none;
    border-bottom:2px solid #FF6600;
}
.g_navi_right{ border-right:none;}
}


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

	#header h1, #header h2{padding-left:10px;}
	#headerInfo{padding-right:10px;}

	.panel ul, .thumbWrap, .thumbWrap_PR{margin:0 auto;}
	.panel ul ul{padding:0;}

	nav div.panel,#searchHead{float:none;}

	p#mainImg{text-align:center;}
	p#mainImg img{width:98%;height:auto;}

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

	#footer{margin:0;text-align:center;}
	
	#footerInfo, #footer ul{
	float:none;
	width:auto;
	text-align:center;
	}

	#pagetop a{margin-right:15px;}

#content .content_inner h3,#access h3, .index h3{
background:url(images/arrow_orange.gif) no-repeat 0 12px;
font-size:2em;
width:87%;
margin:0 auto;
}
	#headerInfo{display:none;}
	hgroup{float:none;}
	#content p{font-size:16px; width:90%; margin:0 auto; padding:0 10px 30px 10px;}
	#content p strong{font-size:1em;}
	.content_inner{ width:90%; margin:0 auto 20px auto; padding:20px 0 0;}
	#content .content_inner h3,#access h3{ font-size:2.5em; background:url(images/arrow_orange.gif) no-repeat 0 13px;}
	h4{ font-size:2.3em;}
	h2.title{margin:10px auto 20px auto; width:90%; padding:20px 10px 20px 10px; font-size:2.5em; line-height:40px;}
	#content .content_inner h3{
background:url(images/arrow_orange.gif) no-repeat 0px 15px;
font-size:2.5em;
padding:0 0 0 30px;
margin:0 0 15px 30px;
}
h1{ display:none; }
hgroup{
margin:0 auto;
height:100%;
overflow:hidden;
}
#header h2{
width:55%;
padding:15px 0 0 5px;
margin:0;
float:left;
}
#header h2 img{width:100%;}
#header h3{
display:block!important;
width:33%;
float:right;
padding:30px 0 0;
margin:0;
font-size:2em;
font-weight:bold;
text-align:center;
line-height:1.2em;
}
#header h3 a{ color:#FF6600; }
#footer ul{font-size:1.5em; line-height:1.4em;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:center;
padding:5px 0;
}
#footer ul li a{
background:url(images/parent.png) no-repeat 0 10px;
}
#footer ul li a:hover{
background:url(images/parent.png) no-repeat 3px 10px;
}

#pagetop a{
float:right;
display:block;
position:relative;
padding:5px 15px 2px 25px;
font-size:1.5em;
border-bottom:0;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
color:#fff;
background:#003366 url(images/toTop.png) no-repeat 8px 60%;
}
.profile_h3{ font-size:1.5em; padding:20px 0;}
.profile_box>dl.career{ width:90%; margin:0 auto;}
.profile_box>dl.career>dt h2{ font-size:1.5em; padding:10px 15px;}
.profile_box>dl.career>dd img{ max-width:400px; width:95%;}
.profile_box>.profile_txt dt{ width:90%; margin:0 auto;}
.profile_box>.profile_txt dd{ margin:0 auto; width:100%;}
.profile_box>.profile_txt h4{ width:90%; margin:10px auto 0 auto; font-weight:normal; }

#price ul#inside_table li{ font-size:1em;}

ul.q_and_a{ font-size:2em!important;}
ul.q_and_a li:last-child p{ padding:0 10px 30px 0px!important; margin:0!important; font-size:2em!important;}
ul.q_and_a li:first-child{background:url(images/icon_q.gif) no-repeat 0 14px;}
ul.q_and_a li:last-child{background:url(images/icon_a.gif) no-repeat 0 14px;}

h5{
border-bottom:1px dotted #003366;
border-left:5px solid #003366;
padding:10px 0 10px 10px;
font-weight:bold;
width:94%;
margin:20px auto 20px auto;
font-size:2.3em;
color:#003366;
}
ul.business li{
list-style:url(images/menu_l2.gif) 0 0;
margin:0 0 10px 0;
padding:0 20px 0 0;
font-size:2em;
}
#price h4,#access h4,#saimuseiri h4,#koutuujiko h4, .content h4{
font-weight:bold;
color:#000;
padding:0px 0 10px 20px;
width:92%;
margin:0 auto;
font-size:2.1em;
}
/*　サイドメニュー ------------------------------*/
#sidebar ul li{
border-bottom: #CCCCCC 1px dotted;
background:url(images/menu_back_sp.png) repeat-x;
font-size:2.3em;
z-index:0;
margin:0 0 5px 0;
}
#recent-posts-2 ul{
width:96%;
margin:20px auto 0 auto;
border-right:none;
}
#recent-posts-2 ul li:last-child{
border-bottom:none;
}
#sidebar ul li a{
padding:33px 5% 51px 15%;
filter:none;
display:block;
z-index:1;
background:url(images/arrow_black.gif) no-repeat 95% 50%;
width:80%;
}
#sidebar ul li p#li_01{background:url(images/list_01.png) no-repeat 25px 25px; padding:0; margin:0;}
#sidebar ul li p#li_02{background:url(images/list_02.png) no-repeat 25px 25px; padding:0; margin:0;}
#sidebar ul li p#li_03{background:url(images/list_03.png) no-repeat 25px 27px; padding:0; margin:0;}
#sidebar ul li p#li_04{background:url(images/list_04.png) no-repeat 25px 27px; padding:0; margin:0;}
#sidebar ul li p#li_05{background:url(images/list_05.png) no-repeat 25px 27px; padding:0; margin:0;}
#sidebar ul li p#li_06{background:url(images/list_06.png) no-repeat 25px 27px; padding:0; margin:0;}

section.widget h3{
line-height:2.5em;
width:100%;
font-size:2em;
background: #003366;
color:#FFFFFF;
margin:0 auto;
}
section#side_half{
margin:0 auto;
}
section#side_half ul{
height:100%;
overflow:hidden;
width:96%;
margin:10px auto;
}
section#side_half ul li{
width:50%;
float:left;
margin:0 0 1% 0;
border:1px solid #999999;
}
section#side_half ul li:nth-child(odd){
margin:0 1% 0 0;
width:48%;
}
section#side_half ul li a{
text-align:center;
padding:20px 5% 38px 5%;
margin:0;
background:url(images/menu_back_sp_02.png) repeat-x;
width:90%;
color:#FFF;
}

/*　プロフィールページ、経歴スマホ時 ------------------------------*/
.profile_box>dl.career>dt{
float:none;
width:100%;
margin:0 auto;
padding:0 0 0 0;
}
.profile_box>dl.career>dd{
float:none;
width:100%;
max-width:400px;
margin:0 auto;
}
.profile_box>dl.career>dd>img{
width:100%;
text-align:center;
margin:0 auto;
}
.profile_box>dl.career>dt>h2{
margin:20px 0 5px 0;
}
.profile_box>dl.career>dt>h3{ font-size:2.5em;}
.profile_box>dl.career>dt>h3>span{
font-size:0.6em;
vertical-align:middle;
}
.profile_box>dl.career>dt>table{ margin:20px 0; font-size:1.5em;}
.profile_box>dl.career>dt>table tr{
font-size:1.2em;
}
.profile_box>dl.career>dt>table tr>th{
width:25%;
border-bottom:1px dotted #CCCCCC;
}
.profile_box>dl.career>dt>table tr>td{
width:75%;
padding:3px 0;
border-bottom:1px dotted #CCCCCC;
}
.profile_box>.profile_txt dt{ font-size:2.5em;}
.profile_box>.profile_txt h4{
font-weight:bold;
color:#FF6600;
width:90%;
text-align:left;
}
/*---------------------------------料金ページ----*/
.ryoukin_table{
font-size:2em;
margin:0 auto 50px auto;
}
.ryoukin_table th{
text-align:center;
background:#003366;
border-top:1px solid #003366;
border-left:1px solid #003366;
border-right:1px solid #003366;
border-bottom:1px dotted #FFF;
color:#FFFFFF;
vertical-align:middle;
padding:20px 0;
}
.ryoukin_table .midashi {}
.ryoukin_table .midashi th{
border-right:1px dotted #FFFFFF;
border-bottom:none;
}
table.ryoukin_table>tr>th.01_th{ border-right:1px solid dotted;}
.ryoukin_table td{
text-align:center;
vertical-align:middle;
border-right:1px dotted #CCCCCC;
border-bottom:1px dotted #CCCCCC;
padding:5px;
}
/*------------------------------------------アクセスページスマホ*/
ul#access_photo{
width:90%;
margin:0 auto;
}
ul#access_photo li{
float:none;
width:90%;
text-align:center;
margin:0 auto 10px auto;
font-size:2em;
}
ul#access_photo li img{
width:100%;
margin:0 auto;
text-align:center;
}
/*------------------------------------------フォーム スマホ時----*/
#form_table{ width:90%; margin:auto;}
#form_table tr,tbody{ width:92%; margin:0 auto; padding:0;}
#form_table th{ width:92%; float:left; margin:0 auto;}
#form_table td{ width:92%; float:left; margin:0 auto; border:none; padding:20px 0 20px 10px;}
#form_table td input,#form_table td select{
margin:3px 10px 10px 0;
padding:15px 10px 10px 10px;
border:1px solid #CCCCCC;
}
#form_table td select{
padding:20px 10px 15px 10px;
}
#form_table td#adress select{
height:40px;
width:40%;
}
.contact_p{
font-size:2em;}
input:focus {
border:solid 1px #FF9900;
}
input[type="submit"] {
padding:10px 100px;
font-size:2.5em;
margin:40px 0 0;
}
}

/* 幅750px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 750px){
#content p{font-size:2.3em; width:90%; margin:0 auto; padding:0 10px 30px 10px;}
#content .content_inner h3,#access h3, .index h3{
background:url(images/arrow_orange.gif) no-repeat 0 15px;
font-size:2.5em;
width:86%;
margin:0 auto;
}
section.widget h3{
line-height:2.5em;
width:100%;
font-size:2em;
background: #003366;
color:#FFFFFF;
}
ul.q_and_a{
width:90%;
margin:0 auto 20px auto;
padding:0 10px 0 10px;
}
ul.q_and_a li:first-child{
background:url(images/icon_q.gif) no-repeat 0 12px;
padding:3px 0 20px 40px;
font-size:1.7em;
line-height:1.5em;
}
ul.q_and_a li:last-child{
background:url(images/icon_a.gif) no-repeat 0 15px;
padding:3px 0 20px 40px;
font-size:1.7em;
line-height:1.7em;
}
ul.q_and_a li p{
font-size:1em!important;
width:100%!important;
}
}


/* 幅648px以下から
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
.thumbWrap,.thumbWrap_PR{width:100%;margin:0 auto;text-align:center;}
.thumbWrap_PR ul.thumb li{width:30%;}
.thumbWrap_PR ul.thumb li{margin:0 1% 0 2%;}
.thumbWrap_PR img{width:100%;height:auto;}
.thumbWrap ul.thumb li{width:100%;margin:0 auto;text-align:left;}
#footerInfo .contactInfo{float:none;text-align:center;}
#header{text-align:center; width:100%;}
#headerInfo{padding:10px;}
#headerInfo p, #footerInfo p{font-size:90%;margin:3px 0;}
#headerInfo p.tel, #footerInfo p.tel{font-size:200%;}
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;}

#content .content p{
font-size:16px;
}

/* 画像
----------------------------------*/
#gazou{
width:95%;
float:none;
text-align:center;
margin-right:15px;
}

#gazou p{
width:90%;
}

#gazou img{
width:90%;
}

#gazou02{
width:205px; float:left; text-align:center;
}

#gazou02 p{
padding:5px 5px 0 5px; border:1px solid #cccccc; width:200px; font-size:14px;
}



}

/* iPhone6 Plus ~ ちょっと大きいスマホまで */
@media screen and (max-width: 499px)
{
 
}