/*
Theme Name:recruit
Theme URI: 
Version: 1.0
Author: matsumiya
Author URI: http://design.yoshida-sd.com/
License: matsumiya
*/

/**{font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;}*/
*{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

body{
	position:relative;
	margin:0;
	width:100%;
	height:100%;
	letter-spacing: 2px;
background:#fff;
}

* html body{  
    overflow: hidden;  
	height: 100%;
font-size:90%;
}

/*各種クラス初期設定*/
.fixed{
  /*position: fixed;*/
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}

.clear
{
clear:both;
}

a {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
a:hover {  
    opacity: 0.6;  
filter:alpha(opacity=80);
}

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=80);  
}

.hide{
	text-indent: 100%; 
    	white-space: nowrap; 
    	overflow: hidden; 
	display: block;
	height:0px!important;
	padding:0px!important;
	margin:0px!important;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;

}

h3{
    font-size: 130%;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: bold;
}

h3 span{
font-size:85%;
margin-right:10px;
}

.page img{
	max-width:100%;
	height:auto;
}

ul{
margin:0;
padding:0;
list-style-type:none;
line-height:160%;
}

a{
	color:#333333;
	text-decoration:none;
}

a:hover{
	/*color:#aaaaaa;
	text-decoration:underline;*/

	}

p{
	margin:10px 0 25px 0px;

	color:#333333;
	line-height:180%;
	letter-spacing:0px;
font-size:95%;
}

p a{color:#bc3e3f;}

ol{
font-size: 90%;
}

ol li{
margin:10px 0px;
line-height:160%;
}

.big{
font-size:110%;
}

.small{
font-size:85%;
}

.red{
color:#bc3e3f;
font-weight:bold;
}

hr{
    border-top: 1px;

}

.red_box{
padding:0px 15px;
border:solid crimson 1px;
display:inline-block;
margin-top:10px;
margin-bottom:5px;
}

/*テーブル設定*/

table{
clear: both;
border-collapse: collapse;
margin-left:0px;
margin-top:15px;
margin-bottom:15px;

}


th,td{
padding: 20px 10px 20px 10px;
vertical-align: top;
font-size: 90%;
color: #111111;
line-height:160%;
text-align:left;
letter-spacing:0px;
}

th span{
    font-weight: bold;
    margin: 0px 5px;

}

th p,td p{
font-size:100%;
}

#main_con p, .entrytext p{
text-indent:1em;
}

.pdf {
    background: url(img/pdficon.png) no-repeat;
    padding-left: 25px;
}


/*イメージ*/
img{
    max-width:100%; 
    border:none;
height:auto;
}

.center{
text-align:center!important;
display: block!important;
margin: 10px auto 0!important
}

.maru{
border-radius:15px;
}

/*サイトヘッダー*/
#header{
width: 100%;
z-index: 50;
position:fixed;
height:80px;
	background:#23478B;
}

#home #container{
    
width: 1080px;
margin:0 auto;
max-width: 98%;
}



#header:after {content : "";display : block;height : 0;clear : both;} 

.linkbox {
    position: absolute;
    width: auto; 
    background: #fff; 
    padding: 3px 5px;
    z-index: 999;
    text-align: center;
    bottom: 12px;
    right: 20px;
}

.linkbox span {
position:relative;
    opacity: 1;
    color: #fff;
    padding-left: 18px;
    letter-spacing: 3px;
    font-weight: normal;
}
.linkbox span:before {
position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 5px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid #fff;
}


/*ロゴ*/

#header h1{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    height: 60px;
    margin-right: 60px;
    width: 350px;
    display: inline-block;
    vertical-align: bottom;

}

#header h1 a{
	background:url(img/logo.png);
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
height: 60px;
width: 350px;
}



/*サイドメニュー*/
.drawer-dropdown {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}

.drawer-dropdown a {
    display: block;
    padding: 14px;
    box-sizing:border-box;
    text-decoration: none;
    color: #CDAD7E;
    line-height: 1;
    border-bottom:1px solid #CDAD7E;
}

.drawer-dropdown label {
    display: block;
    margin: 0;
    padding :15px;
    line-height: 1;
    color :#fff;
		background :#CDAD7E;
		cursor :pointer;
    position:relative;
    border-bottom:1px #fff solid;
}

.drawer-dropdown label:after{
	position: absolute;
	top: 50%;
	right:7px;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 8px;
	border-bottom-width: 5px;
	border-top-color: #fff;
}

.drawer-dropdown input {
    display: none;
}

.drawer-dropdown ul {
    margin: 0;
    padding: 0;
    background :#f4f4f4;
    list-style: none;
}

.drawer-dropdown li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
    max-height: 46px;
    opacity: 1;
}

/*ACCORDION*/
#panel {
    width: 100%;
    margin-bottom: 30px;
}
#panel > h3 {
    border-bottom: solid 1px white!important;
    background-color: #1170B3;
    color: #fff;
    cursor: pointer;
    padding: 10px!important;
    font-weight: bold;
    position: relative;
    margin: 0px auto!important;
    max-width: 94%;
    font-size: 100%!important;
    letter-spacing: 2px;
}
 
#panel > h3:after{
    content: "▼";
    position: absolute;
    right: 10px;
}
#panel > .active:after{
    content: "▲";
    position: absolute;
    right: 10px;
}

#panel .ac {
    padding: 10px;
    box-sizing: border-box;
}
#panel .ac p{

}


/*ヘッダーメニュー*/
#headercont{
width:1080px;
height: 80px;
margin:0 auto;
position:relative;
}


#top_mainmenu{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 3px;
    position: absolute;
    bottom: 15px;
    right: 10px;
}

#top_mainmenu ul{
    text-align: right;
    margin: 0 auto;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0px 20px;
}

#top_mainmenu li{
    display: inline-block;
    letter-spacing: 1px;
}

#top_mainmenu li a{
    color: #fff;
    font-weight: bold;
    /* margin: 0 20px; */
    padding: 0 20px;
    font-size: 15px;
    line-height: 140%;
}

#top_mainmenu li .recruit{
    padding: 5px 10px;
    border: solid 1px #0FACB9;
    border-radius: 4px;
}

#top_mainmenu li .contact{
    background: #FF7373;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    margin-left: 15px;
}

#top_mainmenu li a span{
display:block;
font-size:70%;
color: #EA5A20;
}

/*#top_mainmenu li:first-child{
border:none;
}*/

#top_mainmenu li ul li {

}

#top_mainmenu li ul li{
border-bottom:none!important;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #ddd;
  z-index: 2;
}

/*fixeメニュー*/
.fix_button{
    position: fixed;
    right: 2%;
    top: 30%;
    width: 99px;
    z-index: 100;
}

.fix_button li{
width:99px;
height:99px;
margin-bottom:20px;
display:inline-block;
}



.link_box ,.wpcf7-form .wpcf7-submit {
color: #fff;
    font-weight: bold;
    font-size: 130%;
    padding: 20px 20px;
    border-radius: 10px;
    margin: 30px auto;
    position: relative;
    background: #1170B3;
    text-align: center;
    display: block;
    max-width: 80%;
}

.wpcf7-submit{border:none;}

.wpcf7-submit:hover{
opacity:0.8;
}

.link_box:hover {

}

.link_box span{
	position: relative;
    padding: 0 35px 0 10px;

}

.link_box span:before{
position:absolute;
width: 25px;
height: 25px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #1D245F;
position: absolute;
    content: "";
right:5px;
}
.link_box span:after{
    position: absolute;
    content: "";
    right: 3px;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 8px solid transparent;
    border-left: 10px solid #fff;
    top: 4px;
}

.bosyu{
    position: absolute;
    right: 0%;
    z-index: 10;
    width: 45%;
    bottom: 15%;
}


/*シェアボタン*/
#share{
		margin-bottom:10px;
		margin-right:3%;
		width:auto;
		padding-top:15px;
		top:15px;
		position:absolute;
		right:0;
		z-index:999;
				
	}

	#share .snsb{
		float:left;
		vertical-align:bottom;
		width:80px;
		margin-right:5px;
	}

	#share:after {
	     content : "";
	     display : block;
	     height : 0;
	     clear : both;
} 


/*見出し*/

h2{
font-size: 120%;
margin: 30px auto 20px;
text-align: left;
color:#333;
font-weight:bold;
}

.main_h2{
font-size: 120%;
padding: 20px 0 20px;
margin:20px auto 20px;
text-align: center;
color:#333;
/*background:url(img/ring.png) no-repeat center;*/
}

.main_h2 span{
font-size:260%;
color:#B6C9E9;
display:block;
}

.entry_h2{
background:url(img/entry_h2.png) no-repeat center;
margin:0 auto 10px;
padding:20px 0 35px;
text-align:center;
}


/*インフォメーション*/
.info{
text-align:center;
margin: 30px auto 40px!important;
}

.info_box{
    background: #F4F4F1;
    padding: 10px 25px;
    box-sizing: border-box;
    width: 48%;
    display: inline-block;
    vertical-align: top;
	text-align:left;
}

.big_img1,.big_img2{
width:100%;
}
.small_img1,.small_img2{
position:absolute;
width:50%;
height:auto;
display:block;
z-index:50;
}

.small_img1{
left:0%;
bottom:0%;
margin: 0 0 -30px -20px;
}

.small_img2{
right:0%;
bottom:0%;
margin: 0 -20px -30px 0;
}


/*TOPトピックス*/

.topics{
background:#F4F4F1;
}

.topics h2{
color:#663300;
border-bottom:solid 1px #0DACB8;
padding-bottom:10px;
font-weight:bold;
}

.topics h2 span{
color:#0DACB8;
font-size:80%;
display:block;
}

#list{
    width: 86%;
    display: block;
    margin: 10px 0px;
}

#list ul{
width:100%;
margin:0 auto;
padding:0;
max-width:100%;
display: inline-block;
}

#list li{
    width: 100%;
    display: inline-block;
    max-width: 100%;
    padding: 15px 10px 10px;
    box-sizing: border-box;
    /* display: block; */
    vertical-align: top;
    margin-bottom: 15px;
    border-bottom: 1px #ccc dotted;
}

#list li h3 a{
color:#663300;
}

#home #main #list li h3{
margin:10px 0px;
}

#sidebar #list li h3{
font-size:90%;
}

#list li .summary{
font-size:70%;
color:#222222;
}

#list li .footer{
margin:5px 0 10px;
font-size:80%;
}

#list li p{
font-size:80%;
text-align:center;
color:#222222;
}

#list li h2{
    font-size: 140%;
    margin: 15px auto;
    color: #777777;
    text-align: center;
}

#list li .thumb{
    vertical-align: top;
    display: inline-block;
    width: 30%;
    height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;

}
#list li .rightCon{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 90%;
}

#list li .rightCon h3{display:inline-block;}

#list li .link_box{
font-size:80%;
font-weight:mormal;
}

.topics_title{
display:inline-block;
}

.date{
font-weight:bold;
color:#0DACB8;
display:inline-block;
margin-right:5px;
}

.cat{
border:1px solid #0DACB8;
color: #0DACB8;
padding:2px 5px;
font-size:95%;
}

/*SNS*/

.sns_h2{
background:url(img/sns_h2.png) no-repeat left;
height:42px;
	text-indent: 100%;
    	white-space: nowrap; 
    	overflow: hidden; 
	display: block;
}

.sns{
clear:both;
width: 250px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}

.access_box h3{
    color: #bc3e3f!important;
border-bottom:1px dotted #bc3e3f!important;
padding:5px!important;
margin-bottom:14px!important;
font-weight:normal!important;
}



/*基本レイアウト*/
#wrap{
margin: 0px auto;
min-height: 100%;
max-width: 100%;
padding: 20px 0 0px 0;
z-index: 3;
position: relative;
}

.content{
max-width:100%;
width:1080px;
margin:0 auto;
padding:0 5px;
box-sizing:border-box;
}

.footer_image{
max-width:70%;
height:auto;
position:absolute;
bottom:0px;
left:0px;
z-index: -1;
font-size:0px;
}

.cont {
margin: 0px auto 0px;
width: 100%;
padding: 10px 0px 30px;
z-index: 1;
overflow: hidden;
max-width: 1080px;
}

.cont p{
	line-height:180%;
	margin: 18px 0 10px;
	padding:0 5px 0 5px;
}

#main_con{
max-width:100%;
width: 880px;
    vertical-align: top;
    display: inline-block;
    padding-left: 5px;
box-sizing:border-box;
}

/*セクション*/
.section{
width:100%;
padding:15px 0;
}

.message{
background:#F1F5F8;
}

.keitai{
font-size:110%;
font-weight:bold;
color:crimson;
border-left:solid crimson 10px;
padding-left:20px;
margin:20px 15px;
}

.worklist{
background:#f1f5f5;
}

.worklist table,.entry_table{
max-width:100%;
width:100%;

margin:20px auto;
}

.worklist th{
background:#d8e4f9!important;
font-weight:bold;
}

.worklist th,.worklist td{
background:#fff;
border:1px solid #F3F3F3;
}

#entry{
padding-top:0px!important;
}

.entry_table th {
background:#F1f5f5!important;
font-weight:bold;
}

.entry_table th,.entry_table td{
background:#F7F9F9;
border:1px solid #F3F3F3;
}


/*共通BOX*/

.cont_box{
max-width:1080px;
width:100%;
margin:10px auto 15px;
}


.three_box,.four_box,.five_box,.six_box,.seven_box{
padding:15px;
box-sizing:border-box;
}


.seven_box{
width:68%;
max-width:100%;
margin:10px auto 10px;
display: inline-block;
vertical-align: top;
}

.seven_box h3{
margin-top:0px!important;
}

.seven_box img{
display: inline-block;
    vertical-align: top;
    text-align: center;
    /* height: 180px!important; */
    width: 90%;
    margin: 0 auto 5px;
}

.six_box{
width:58%;
max-width:100%;
margin:10px auto 10px;
display: inline-block;
vertical-align: top;
}

.four_box{
width:39%;
max-width:100%;
margin:10px auto 10px;
display: inline-block;
vertical-align: top;
}

.four_box img{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: auto;
    margin: 0 5px;
}

.five_box{
width: 48%;
max-width: 100%;
margin: 10px 5px 10px;
display: inline-block;
vertical-align: top;
}

#page.five_box img{
    display: inline-block;
    vertical-align: top;
text-align:center;
    width: auto;
    margin: 0 5px;
}
#page .five_box img{
border-radius:8px;
}

.three_box{
width:27%;
max-width:100%;
margin:10px auto 10px;
display: inline-block;
vertical-align: top;
}

.three_box img{
    border-radius:10px;
    display: inline-block;
    vertical-align: top;
text-align:center;
    width: auto;

}

/*単独ページの共通設定*/
#page .cont p{
	text-align:left;
padding:0 5px 20px 5px;
}

#page #main h2{

    margin: 10px 0;
    color: #fff;
    font-size: 130%;
    padding: 5px 10px;
    border-radius: 4px;
}

#page #main h3{
    position: relative;
    font-size: 120%;
    margin: 20px 0 15px;
    padding: 5px 0 5px 22px ;
    border-bottom: 1px dotted #ccc;
}

#page #main h3:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 5px;
    box-sizing: border-box;
	width: 12px;
    height: 5px;
    border: 8px solid transparent;
    border-left: 8px solid #bc3e3f;
}

 h4{
        margin: 10px 0 10px;
    font-size: 105%;
    font-weight: bold;
}



#page_title{

    margin: 10px 0;
    color: #fff;
    font-size: 130%;
    padding: 5px 10px;
    border-radius: 4px;
}



/*サイドバー */
#sidebar{
    margin-left: 40px;
    width: 220px;
    vertical-align: top;
    display: inline-block;
}

#sidebar h2{
	text-indent: 100%; 
height:42px;
    	white-space: nowrap; 
    	overflow: hidden; 
	display: block;
   	text-align: center;
	background:url(img/side_h2.jpg) no-repeat;
    	margin: 17px 0 10px;
}

#sidebar .sideinfo{
margin:15px auto 5px;
 letter-spacing: 1px;
text-align:left;
}

.sideinfo span{
font-size:120%;
}

.fontchange{
text-align:center;
position:absolute;
bottom:10px;
right:5px;
}

.fontchange .comment{
border:none!important;
background:none!important;
font-size:10px;
}

.fontchange li{
color:#0C4B6E;
padding:0px 2px;
display:inline-block;
margin:0px;
border:1px  solid #0C4B6E;
vertical-align:bottom;
letter-spacing: 0;
}

#fzS:hover,#fzM:hover,#fzL:hover{
background:#0C4B6E;
color:#fff;
}

.fontchange #fzS{
font-size:8px!important;
padding:0px 4px;
}
.fontchange #fzM{
font-size:10px!important;
padding:1px 6px;
}
.fontchange #fzL{
font-size:12px!important;
padding:2px 7px;
}

#sidebar .sidemenu ul{
    margin: 10px auto 20px;
}

#sidebar .sidemenu ul li{
    margin: 2px auto;
    padding: 5px 0;
    font-size: 100%;
    border-bottom: #bc3e3f dotted 1px;
}

#sidebar .sidemenu ul li a{
color:#bc3e3f;
padding:15px 0 15px 25px;
position:relative;
}
#sidebar .sidemenu ul li a:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 5px;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #bc3e3f;
}

#sidebar img{
    text-align: center;
    display: block;
    margin: 15px auto;
}

#cont:after {content : "";display : block;height : 0;clear : both;} 

/*フッター*/
#footer{
	overflow:hidden;
	color:#fff;
    	min-width: 100%;
background:#003E90;
position:relative;
	bottom: 0px;
}

#footer p{
color:#fff;
}

#footer .ft_bottom{
background:#333;
padding:20px 0;
color:#fff;

width:100%;
font-size:70%;
text-align:center;
}

.footmenu {
    margin: 10px auto;
    display: inline-block;
    width: 100%;
font-size:115%;
}

.footmenu ul{
display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    text-align: left;
    margin: 0 5px;
}

.footmenu ul h3{
padding:5px 0 5px 0px;
font-weight:bold;
color:#333;
}

.footmenu ul li{
margin:8px 0;
}

.footmenu ul li a{
color:#333;
}

.footlogo{
width: 100%;
max-width: 100%;
padding-top: 0px;
text-align: center;
margin-top: 20px;
}
.footlogo img{
max-width:100%;
}

.footlogo p{
    text-align: center!important;
    font-size: 107%;
    margin-top: 0px!important;
    letter-spacing: 0;
}

.footlogo p span{
font-size: 140%;
font-weight: bold;
}

/*  ロゴ */

#footer h1{
width:340px;
text-indent:-9999px;
height:110px;
margin:0px auto 0 auto;
padding-top:0px;
	}

#footer h1 a{
	width:340px;
	height:110px;
	text-indent:-9999px;
	background:url(img/logo.png) no-repeat top left;
	display:block;

}

/*固定ページメインタイトル*/

#pageheader{
    width: 100%;
    /* height: 200px; */
    padding: 130px 0px 50px;
    background: url(img/01.jpg) repeat-x;
    margin: 0 auto;
}

.pageheader_cont{
width:1080px;
max-width:90%;
margin:0 auto;
height:auto;
padding-left: 10px;
}

.pageheader_cont h2{
    background: url(img/pagehead_h2.png) no-repeat;
    color: #fff!important;
    font-size: 140%!important;
    margin:10px auto;
    padding: 0px 0px 0px 20px;
    border: none;
    font-weight: normal!important;
    letter-spacing: 3px;
}

.pageheader_cont h2 span{
    color: #fff;
    display: block;
    font-size: 80%;
    font-weight: bold;
    margin: 5px 0 0;
}





/*メインコンテンツ*/
#main{
max-width: 100%;
width:780px;
font-size: 100%;
z-index: 1;
padding: 5px;
vertical-align: top;
display: inline-block;
}


.post{
	padding:0px 0 20px 0px;
	z-index:1;
}

.entrytext{
padding:0 5px;
}

.post-foot{
/*	height:100px;
        margin-bottom:100px;*/
	
}

.pdf{
    background: url(img/pdficon.png) no-repeat;
padding-left: 25px;
    padding-top: 0px;
    display: block;

}

/*カテゴリー一覧設定*/

.cate_block{
border-top:1px dotted #8C6900;
border-bottom:1px dotted #8C6900;
width:100%;
max-width:100%;
text-align:center;
font-size:0;
margin:10px auto 20px;
}

.cate_left{
display:inline-block;
width:150px;
max-width:100%;
vertical-align:top;
padding:10px!important;

}

.cate_right{
vertical-align:top;
display:inline-block;
font-size:14px;
width:680px;
max-width:100%;
text-align:left;
padding:10px!important;
}

/*トピックス専用*/
.topics_h3{
    background: none!important;

    font-size: 120%!important;
    margin: 10px 0!important;
}
　
/* 各ページ設定 */

/* 概要ページ */

.gaiyou th , .gaiyou td{
text-align:left;
border:1px solid #ddd;
min-width:100px;
}

.gaiyou th{
color:#fff;
background:#FAADC0;
font-weight:normal;
border:1px solid #ddd;
}

.enkaku th,.enkaku td{
padding:5px;
text-align:left;
border-bottom:1px dotted #ddd;
min-width:100px;
}

.jyoukyou th{
font-weight:normal;
color:#fff;
background:#81D1F3;
}

.jyoukyou th,.jyoukyou td{
text-align:left;
border:1px solid #ddd;
min-width:100px;
padding: 4px;
}

/* クレヨンハウス */

.riyou th , .riyou td{
text-align:left;
border:1px solid #ddd;
min-width:120px;
padding:8px
}

.riyou th{
color:#fff;
background:#10C2C7;
font-weight:normal;
border:1px solid #ddd;
}

.flow th , .flow td{
text-align:left;
border:1px solid #ddd;
min-width:100px;
padding:8px
}

.flow th{
color:#8C6900;
background:#FFF4D5;
font-weight:normal;
border:1px solid #ddd;
}

.service li{
font-weight:bold;
padding:5px 0px;
border-bottom:1px #ccc dotted;

font-size:100%;
}

.c_table th{
background:url(img/arrow_c.png) bottom no-repeat;
}

.attachment-thumbnail{
    border: 3px solid #FACBD6!important;
border-radius:8px;
}
.gallery-caption{
letter-spacing:0px;
font-size:90%;
}

.gallery-columns-4 img{
max-width: 80%!important;
height: auto!important;
}

/*訪問支援*/

h6{
    padding: 40px 0px 10px 50px!important;
    border-bottom: 3px #B3FF99 solid;
    font-size: 130%;
    text-align: left;
    margin: 20px 0 20px;
}

.q1{
    background: url(img/q1.png) bottom left no-repeat!important;
}
.q2{
    background: url(img/q2.png) bottom left no-repeat!important;
}
.q3{
    background: url(img/q3.png) bottom left no-repeat!important;
}

/*ワードプレス設定*/
.edit a{
	font-size:12px;
	background:#007fff;
	color:#fff;
	padding:1px 3px;
	margin-left:20px;
	text-decoration:none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.postnav{
	text-align:right!important;
}

.postnav a{
    background: #8C6900;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff!important;
}

.postnav a:hover{
color:#bbbbbb!important;
}

.more-link,.more-link:hover{
	color:#111111;
}

.catLabel{
	background:#666;
	display:inline-block;
	padding:1px 4px;
	color:#fff;
	font-weight:normal;
	margin-right:5px;
}

.catLabel a{
	color:#fff;
}



.gallery{
	clear:both;
}

/* =Widget Areas
-------------------------------------------------------------- */



.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}

.widget-container li
	{
	padding-top:3px;
	text-indent:29px;
	margin-left:0px;
}

.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	
	/*text-decoration: underline;*/
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#siderbar .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}
#siderbar .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}


/* ここからが透過PNG適用のためのCSS */  
    html>body .sampleBox {  
        background-image: url(img/bg.gif);  
    }  
    * html .sampleBox {  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg.gif', sizingMethod='scale');  
    }

/* お問い合わせ */
.wpcf7-form {
padding: 20px;  /*ボックス内の余白*/
margin-top:-50px;
border-radius: 20px}    /*ボックスを角丸に指定*/
 
.wpcf7-form span.hissu  {
color: #aa0000; /*必須の文字色指定*/
font-size: smaller} /*文字サイズを一回り小さく*/
 
.wpcf7-form input   {width: }    /*入力フィールド幅*/
 
.wpcf7-form textarea    {width:80%; height:150px;}   /*テキストエリア幅*/
 
.wpcf7-form p.submit    {text-align: left}    /*送信ボタンの場所*/
 
.wpcf7-form .wpcf7-submit   {width: 30%}/*送信ボタンの横幅指定*/

/*　ロールアップ　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index:100;
}
#page-top a {
background: url(img/up.png) no-repeat;;
text-decoration: none;
color: #fff;
width: 45px;
height: 45px;
text-indent: -99999px;
display: block;
}

#page-top a:hover {
width: 45px;
margin-bottom: 0px;
height: 45px;
}


/*　スマイル消し　*/
img#wpstats{
    position:absolute;
    width:0px;
    height:0px;
    padding:0px;
    border:none;
    overflow:hidden;
}


#contactArea {

overflow: hidden;
width:230px;
border-bottom: 0px solid #02b6f1; 
background:url(img/contact.png);
z-index:9999;
position:relatibive;
}

#contactArea ul {
overflow:hidden;
margin-top:10px;
   /*display:inline; /* IE7 and below 
    *zoom:1; /* IE7 and below */
    padding-left:0;
width:220px;

}
#contactArea li {
font-size:67%;
overflow:hidden;
text-align:center;
width:200px;
float:left;
list-style-type:none;
text-align:center;
color:#333333;

margin:4px auto;
padding:4px;
border-bottom:1px #F1E4E4 dotted;
}

/*#contactArea li + li {
	
    margin-top:20px;
    
}*/

#contactArea li a{
	display:block;
    color:#703838;
    text-shadow: 2px 2px 4px #aaaaaa;

}

div.wpcf7 {
margin: 0;
padding: 50px 0 0 0px!important;
}

/* ----- The Pretty Stuff ----- */

* {outline: 0; } 


/*ドロップダウン*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  /*width: 780px;*/
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;

}
.dropmenu li a{
  display: block;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  width: 180px!important;
  border-radius:5px;
}
.dropmenu li ul li{
  margin:0px!important;
  background: #fff!important;
  width: 180px!important;
    line-height: 150%;
}
.dropmenu li ul li a{
  padding: 10px 5px!important;
  border-top: 1px solid #cccccc;
  text-align: center;
  font-size: 100%;
  letter-spacing:1px;
  font-weight: normal;
color:#513F2D;
width: 170px!important;
}

.dropmenu li:hover > a{
  background: #dddddd;
  color:#ffffff;
}
.dropmenu li a:hover{
  color:#ffffff;
  background: #dddddd;
}

.dropmenu li ul li a:hover{
background:#CAB59F;
color:#ffffff!important;
}


/*フェードイン*/
.fade-in2 li ul{
  opacity: 0;
  top: 50%;
  visibility: hidden;
  transition: .5s;
  width: 100%;
}
.fade-in2 li:hover ul{
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.fade-in2 li ul li:hover{

}

.fade-in2 li ul li a:hover{

opacity: 1!important;
}

.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius:15px;
}
#mapCas{
width:90%;
height:480px;
margin:10px auto;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


/*パンくずリスト*/
.breadcrumbs{
 font-size: 80%;
 margin-left: 5px;
 margin-bottom:15px;

}
.breadcrumbs span{
padding: 0 7px;
}

/*レスポンシブ対応*/

.pcheader{display:block; min-width:1080px;}
.mobileheader{display: none!important;}
#mobile{display: none!important;}

#header,#wrap, #container,.slide00,#footer,.panel_bg{min-width:1080px;}

.drawer-hamburger{display:none!important;}

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

.drawer-hamburger{display:block!important;}

#header,#wrap,#container, #footer,.slide00,.panel_bg{min-width:100%; max-width:100%; }
.two_box,.three_box,.four_box,.five_box,.seven_box,.six_box{
max-width:100%;
width:100%;
margin:0px;
box-sizing:border-box;
}

#header {
display:none!important;
background:none;
}

#main_con{
padding:5px;
box-sizing:border-box;
}
.two_box img,.three_box img,.four_box img,.five_box img,.seven_box img,.six_box img{
margin:5px auto;
}

#main_menu{display:none;}


.pcheader{max-width:100%; min-width:100%; height:40px!important;}
#headercont{display:none!important;}
.mobileheader{display:block!important;
background: #ccc;
height: 0px!important;
width: 100%;
position: fixed;
z-index: 130;
}

#header h1{
background: url(img/mobilelogo.png);
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
display: block;
width: 55px;
height: 55px;
margin-left:-27px;
top: 10px;
}

#wrap{

}


#main{
box-sizing:border-box;
}

h2{font-size:120%!important;}
h3{font-size:110%!important;}
p{font-size:85%!important;}

.link_box{
font-size:100%;
}

.long_table{
overflow-x:scroll;
}

.pic_box,.info_box{
display:inline-block;
    display: inline-block;
    width: 96%;
    vertical-align: top;
}

.panel li{width:80%;}

th, td {
    padding: 10px 5px;
    vertical-align: top;
    font-size: 80%;
    text-align: left;
}

.four_box{
text-align:center;
}

.keitai{
font-size:100%;
margin:15px 0px;
}

.worklist table{
max-width:auto;
width:auto;
}

.bosyu{
    width: 75%;
    bottom: 10%;
}

}

@media screen and (max-width: 600px) {
	#wpadminbar {
	    position: fixed!important;
	}
}