@charset "utf-8";
body {-webkit-text-size-adjust:100%;
//max-width:100%;
//min-width:100%;
//width:100%;
margin:0;
overflow:auto;
//font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
h1{width:100%;font-size:11px;}
#TOP{width:100%;height:auto;}
#WRAP{overflow:hidden;}
#TOP-CONFIRM{display:none;}
#TOP-CONFIRM-SP{display:block;padding:0px;margin-bottom:5px;}
#TOP-CONFIRM-SP2{display:block;padding:0;}
#MENU-SP1{display:block;background: url(./img-layout/bg_menuw.jpg) repeat-x scroll center top;}
#WRAP-MENU-HOME {display:none;}
#MENU-HOME {display:none;}
#WRAP-TOP-MIDASHI{width:100%;}
#TOP-MIDASHI{width:100%;}
#TOP-LINK-IMG1{width:100%;}
#TOP-TEL{display:none;}
#FOOTER-CONFIRM-SP{display:block;}
.foot_c{display:none;}
#slidemenu,#MENU-SP2 {display:inline;}
.menu-sp1 {line-height:50px;margin-top:10px;}
.menu-sp1 a {color: #ffffff;font-size:12px;font-weight:bold;text-decoration:none;background:url(./img-layout/icon_arrow.jpg) no-repeat center left;padding: 0 4px 0 14px;margin: 0 10px;}
.menu-sp2 {width:100%;background-color:#F3F3F3;}
/*___________ slidemenu ___________ */
#WRAP {background:#fff;
//-webkit-transform:translate3d(0px, 0px, 1px);
//-webkit-transition: .2s -webkit-transform ease-in-out;
z-index:1;}
#WRAP.show {//-webkit-transform:translate3d(240px, 0px, 1px);
min-width:320px;}
#slidemenu.show {height:100%;visibility:visible;z-index:1;-webkit-transition: z-index 0s linear .2s;}
#slidemenu_contents {display:none;height:100%;position:relative;width:240px;}
#slidemenu {
background-color: #333;
left: 0;
top: 0;
position: fixed;
visibility: hidden;
z-index: -1;
-webkit-transition: visibility 0s linear .2s;
}
#slidemenu li {
width : 220px;
background-color: #333;
border-top: 1px solid #4D4D4D;
border-bottom: 1px solid #1a1a1a;
font-size:14px;
line-height: 1.8;
padding:10px 0 10px 20px;
}
#slidemenu li a {display:block;text-decoration:none;color:#fff;}
#slidemenu li:first-child {}
#slidemenu li:last-child {}


img{
     max-width: 100%;
     height: auto;
     display:block;
}
object {max-width:98%;}
table,iframe {width:98%;}
textarea,input {width:80%;}

table tr{
    width:95%;
}
table td{
    width:95%;
}
table td img{
    //width:95%;
}

#MAIN{width:100%;}
#CONTENTS{width:97%;padding:5px;}
#SIDE{display:none;}

#WRAP-FOOTER-D{width:100%;}
#footer-d{width:100%;}
#footer-d .wrapper{text-align:left;}
.foot-list .wrapper{text-align:left;margin:0;padding:0;}
.foot-list ul{
border-bottom: 1px solid #ccc;
list-style-type: none;
}
.foot-list ul li{
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
background: linear-gradient(#fff, #f0f0f0);
border-bottom: 1px solid white;
border-top: 1px solid #ccc;
height: 60px;
margin: 0;
}
.foot-list ul li a{
color: #333;
display: block;
height: 60px;
margin: 0;
padding: 0 0 0 10px;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
font-weight: bold;
//white-space: nowrap;
line-height: 60px;
font-size: 18px;
background: url(./images/icon/icon-arrow14.png) no-repeat right #fff;
}
#WRAP-FOOTER{width:100%;margin:0;padding:0;border:none;}
#FOOTER-TEL{display:none;}
#FOOTER-TEL-SP{display:inline;}
#WRAP-TOP-MIDASHI{display:none;}
#WRAP-TOP-MIDASHI2{display:block;}
#TOP-LINK-IMG1{display:none;}
#TOP-LINK-IMG2{display:block;}
#WRAP-MENU-SP1{display:block;}
input[type="radio"]{width:auto;}
/*___________ お客様の声 ___________ */
div.koe{
background-color:#F7F3E8;
padding:10px;
margin:0 0 10px 0;
border:1px solid #333333;
}
.honbun_btn2 img{
display:block;
margin:auto;
}
/*--------------------------------------------------------
グローバルナビ
--------------------------------------------------------*/
#global-nav{display:block;}
#global-nav{
background-color: #fff;
border-bottom: 0;
}
#global-nav #global-nav-in .menu-wrap{ display:none; }
#global-nav .showMenu{ display: block!important; }
#global-nav dl{
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
#global-nav dt,
#global-nav dd{ 
margin: 0;
padding: 0;
}
#global-nav dt{
background: url(./img-layout/menu_base2.jpg) repeat-x;
color: #fff;
}
#global-nav .btn-gnav{
display:block;
padding: 0;
cursor: pointer;
}
#menu-m{
padding-bottom: 5px;
font-size: 1.0em;
}
#global-nav #menu-m li{
position: relative;
float: left;
margin: 0;
border-right: solid 1px #000; /*右側のボーダーの色*/
list-style: none;
font-weight: bold;
z-index:9999;
}
#global-nav #menu-m li.first{ border-left: solid 1px #000; }
#global-nav #menu-m li{ white-space: nowrap; }
/*メニューのデザイン*/
#global-nav #menu-m li a{
display: block;
padding: 0.5em 0.2em 0.5em 0.2em;
color: #333; /* メニューのフォントの色*/
text-decoration: none;
}
#global-nav #menu-m li a:link,
#global-nav #menu-m li a:visited{ background-color: #fff; } /*すでに訪れたリンクの背景色*/
#global-nav #menu-m li a:hover,
#global-nav #menu-m li a:active{ background-color: #efefef; } /*マウスカーソルを乗せた時の背景色*/
#global-nav #menu-m li ul{
display: none;
position: absolute;
top: 100%;
left: 0;
width: 12em;
}
/*ドロップダウンメニューのデザイン*/
#global-nav #menu-m li ul li{
margin: 0;
padding: 0;
width: 12em;
border-top: 0;
border-right: 0;
white-space: normal;
}
#global-nav #menu-m li ul li a{
display: block;
padding: 0.8em 2em;
}
#global-nav #menu-m li ul ul{
top: 0;
left: 100%;
}
#global-nav #global-nav-in #menu-m{ margin-bottom: 0; }
#global-nav #global-nav-in #menu-m,
#global-nav #global-nav-in #menu-m li{
width: 100%;
border: 0;
padding:0;
}
#global-nav #menu-m li.first{ border-left: 0; }
#global-nav #global-nav-in #menu-m li{
border-bottom: 1px solid #ccc;
background-color: #eaeaea;
white-space: normal;
}
#global-nav #global-nav-in #menu-m li.first{ border-left: 0; }
#global-nav #global-nav-in #menu-m ul{
position: static;
width: auto;
padding-left: 10%;
}
#global-nav #global-nav-in #menu-m ul li{ width: 100%; }
#global-nav #global-nav-in #menu-m ul li:last-child{ border-bottom: 0; }
/*メニューのデザイン*/
#global-nav #global-nav-in #menu-m li a:link,
#global-nav #global-nav-in #menu-m li a:visited,
#global-nav #global-nav-in #menu-m li a:hover,
#global-nav #global-nav-in #menu-m li a:active{ background: url(./images/icon/icon-arrow14.png) no-repeat right #fff;}
#global-nav #global-nav-in #menu-m ul li a{ width: auto; }

/*___________ 【FOOTER】 ___________ */
#F-MENU {
	margin: 0;
	padding: 20px 50px 10px 50px;
	font-size: 12px;
}
#F-MENU p {
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#WRAP-FOOTER{
border:1px solid #ccc;
    margin:0;
    padding:20px 0 160px 0;
    background-color:#F7F3E8;
}
#FOOTER {
	margin: 0 auto;
	//padding:10px;
	color:#333333;
	font-size: 12px;
	text-align:left;
	background-color: #F7F3E8;
}
* html #FOOTER { /* for IE6 */ position:relative; zoom:1;}
*:first-child+html #header { /* for IE7 */ position:relative; zoom:1;}
#FOOTER p {
	width:90%;
	font-size: 12px;
	margin: 0;
	padding:10px;
	text-align: left;
}
#FOOTER a {
	//color: #fff;
	//text-decoration: underline;
	//font-size: 12px;
}
#FOOTER a:hover,
#FOOTER a:active, 		/* for IE (Keyboard) */
#FOOTER a:focus {		/* for Netscape (Keyboard) */
	color: #0066CC;
	text-decoration: underline;
}

#F-MENU-H {
	margin: 0 -500%;
	padding: 15px 500%;
	width: 100%;
	color: #333333;
	background-color: #99cccc;
	border:1px solid #cccccc;
}
* html #F-MENU-H { /* for IE6 */ position:relative; zoom:1;}
*:first-child+html #header { /* for IE7 */ position:relative; zoom:1;}
#F-MENU-H p {
	margin: 0;
	padding: 0 0 0 10px;
	font-weight:bold;
}

/*___________ 固定設定 ___________ */
/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト設定 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}

/* ____ スペーサー ____ */
.spacer1 {
    clear: both;
    width: auto;
    height: 1px;
}
.spacer5 {
    clear: both;
    width: auto;
    height: 5px;
}
.spacer10 {
    clear: both;
    width: auto;
    height: 10px;
}
.spacer20 {
    clear: both;
    width: auto;
    height: 20px;
}
.spacer30 {
    clear: both;
    width: auto;
    height: 30px;
}

/*___________ 【ContactForm】 ___________ */
.wpcf7 form div{padding:0;}

.wpcf7-text, .wpcf7-textarea{
    border:1px solid #777;
    padding: 5px;
    color: #000;
    background: #fff;
    border-radius: 5px;
     
    zoom: 1;
}

.wpcf7-submit{
    border:1px solid #777;
    padding: 9px 25px;
    color: #333;
    cursor: pointer;
    background: #FFCC00;
    border-radius: 5px;
    font-size:x-large;
     
/* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#eee),
        to(#fff)
        );
      -webkit-border-radius: 5px;
      -webkit-box-shadow: 1px 1px 1px #fff;
     
/* Firefox */
    background: -moz-linear-gradient(
        top,
        #eee,
        #fff
        );
      -moz-border-radius: 5px;
      -moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}

.c1{
background:#fff;
padding:15px 20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
display:block;
line-height:50px;
}
 
.c2{
background:#E8EEF9;
padding:20px;
border-bottom:1px solid #ccc;
font-weight:bold;
color:#595858;
line-height:50px;
}
 
p.c1,p.c2{
margin:0;
}
 
.c1:hover,.c2:hover{
background:#FFEEEE;
}
 
.c1.last,.c2.last{
border-bottom:none;
}
 
.m-alert{
padding:5px;
background:#ff8080;
color:#fff;
margin:5px;
font-weight:normal;
}
 
input[type=text],input[type=tel],input[type=email]{
font-size:15px;
}
 
.c1 textarea,.c2 textarea{
font-size:13px;
width:95%;
   margin:0 5px 0 5px;
}
 
.file{
margin:10px;
display:block;
}
 
span.wpcf7-list-item { display: block; }
input[type=text],input[type=email],input[type=tel]{
   width:95%;
   margin:0 5px 0 5px;
}
 
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #20b2aa;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}
 
.contact_right textarea{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:100%;
   padding:0 3px;
}
 
.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}
 
.contact_right textarea {
   outline: none;
width:100%;
}
 
input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:33%;
   height:50px;
font-size:20px;
   padding:0 3px;
   margin:5px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}
 
.contact_form input[type=submit]{
width:50%;
}
 
.contact_form input[type=text],.contact_form input[type=email]{
width:100%;
height:50px;
font-size:1.5em;
}
 
input[type="radio"]{
margin: 0 0 4px 0 !important;
}

.sent .form-wrapper{display:none;}
.wpcf7-form .complete-display {display:none;}
.wpcf7-form.sent .complete-display {display:block;background:#E8EEF9;padding:20px;}



/*--------------------------------
スマホのヘッダーメニュー
---------------------------------*/
ul.header_menu {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	display: table;
	background: #F7F3E8;
}

ul.header_menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 10px;
	border-right:1px solid #ccc;
}

ul.header_menu li a i{
	font-size: 24px;
}

ul.header_menu li a {
	border: none;
	display: block;
	color: #666;
	text-align: center;
	text-decoration: none;
}

.header_menu {
	//position: fixed;
	//top: 0;
	//left:0;
	//background: #fff;
	z-index: 9999999999;
	//-moz-opacity: 0.9;
	//opacity: 0.9;
	//border-bottom:1px solid #333;
}
#header_menu_wrap{
width: 100%;
//box-shadow: 0 1px 10px #333;
border-top:2px solid #ccc;
border-bottom:2px solid #ccc;
background: #fff;
-moz-opacity: 0.9;
opacity: 0.9;
}

/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
ul.footer_menu {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	display: table;
	background: #F7F3E8;
}

ul.footer_menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 10px;
	border-right:1px solid #ccc;
}

ul.footer_menu li a i{
	font-size: 24px;
}

ul.footer_menu li a {
	border: none;
	display: block;
	color: #666;
	text-align: center;
	text-decoration: none;
}
.footer_menu {
}
#footer_menu_wrap{
position: fixed;
bottom: 0;
display:block;
width: 100%;
border-top:2px solid #ccc;
border-bottom:2px solid #ccc;
background: #F7F3E8;
//-moz-opacity: 0.9;
//opacity: 0.9;
z-index: 9999999999;
}




h2{
font-size:18px;
}
h3{
font-size:18px;
}
h4{
font-size:18px;
}

ul.tags {
	margin:20px 0 0 0;
	padding: 0;
	list-style: none;
}
ul.tags li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
ul.tags li a {
	display: inline-block;
	//max-width: 100px;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
ul.tags li a:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
}

/* --------related---------- */
#related h3 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2px;
  font-size: 18px;
  letter-spacing: 1px;
}
#related ul {
  padding-left: 0px;
}
#related ul a{
  display: block;
  height: 100%;
}
#related li {
  list-style: none;
  border-bottom: 1px dotted #ddd;
  margin: 0 0 20px 0;
  padding: 0 0 0px 0px;
  width: 95%;
  float: left;
}
#related li p{
  margin:0;
  padding:0;
  height:80px;
}
#related .cat-thum {
  width: 80px;
  float:left;
  padding-right:10px;
}
#related img.wp-post-image {
  width: 80px;
  height: 80px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ccc;
  margin-bottom: 10px;
}
//#related h4 {
//  font-size: 14px;
//  margin: 0px;
//  border:none !important;
//}

/* --------related-home ---------- */
#related-home h3 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2px;
  font-size: 18px;
  letter-spacing: 1px;
}
#related-home ul {
  padding-left: 0px;
}
#related-home li {
  list-style: none;
  border-bottom: 1px dotted #ddd;
  margin: 0 2% 20px 0;
  padding: 0 0 0px 0px;
  width: 98%;
  float: left;
}
#related-home .cat-thum {
  width: 80px;
  float:left;
  padding-right:10px;
}
#related-home img.wp-post-image {
  width: 80px;
  height: 80px;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #ccc;
  margin-bottom: 10px;
}
#related-home p {
  padding:0;
  margin:0;
}
#related-home a{
  text-decoration:none;
}
#related-home .post-cat{
  //font-size: 14px;
  //padding: 0.2em;
    background-color: #fff;
    //border: 1px solid #AAA;
    //border-radius: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    text-decoration: none;
    //transition: all 0.2s ease 0s;
}
#related-home .link-next a{
  text-decoration:underline;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
    width:100%;
    margin: 36px 0 24px;
    padding:0;
    display: table;
}

#prev_next  #prev, #prev_next  #next{
    width: 50%;
    padding:30px 10px 10px;
    border-top:#ccc 1px solid;
    border-bottom:#ccc 1px solid;
    display: table-cell;
    position:relative;
	text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
	    font-size:90%;
		line-height:1.5;
}
#prev_next #prev:hover, #prev_next #next:hover{
	background-color: rgba(238,238,238,0.7);
}

#prev_next #prev{
	border-right:#ccc 1px solid;
}

#prev_next #prev_title, #prev_next #next_title{
    font-size:90%;
    top:-1em;
    position:absolute; 
    border: 1px #ccc solid;
    background:#fff; 
    text-align: center;
    padding:3px;
    color:#666;
}
#prev_next #next_title{
	right:10px;
}

#prev_next #prev img, #prev_next #next img{
    margin:0 auto;
}

#prev_next #prev_no, #prev_next #next_no{
	width: 50%;
	height:140px;
    padding:0 10px;
    display: table-cell;
}

#prev_next #prev_no{
	border-right:#ccc 1px solid;
}

#prev_next_home{
    margin:0 auto;
    background-color: #f48881;
    border: solid 9px #fff;
    width: 100px;
    height:100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    box-shadow: 0 0 0 3px #f48881;
    -webkit-box-shadow: 0 0 0 3px #f48881;
    -moz-box-shadow: 0 0 0 3px #f48881;
	text-align:center;	
}

#prev_next_home:hover{
	background-color: rgba(244,136,129,0.7);
}

 #prev_next_home i{
	color:#FFF;
	margin:10px auto ;
	font-size:60px;
}

#CONTENTS div.post-title h2 {
	padding: .75em 1em;
	border: 1px solid #ccc;
	border-left: 3px solid #930;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
#CONTENTS div.post-title h2 a{
	text-decoration:none;
	color: #000000;
}
#CONTENTS div.post-title h2 a:hover{
	text-decoration:none;
	color: #000000;
}

#CONTENTS h2 {
	padding: .75em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid #930;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

#CONTENTS h3 {
padding: .5em .75em;
	background: #f4f4f4;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
}

#CONTENTS div.post-title h3 {
padding: .5em .75em;
	background: #f4f4f4;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
    clear:both;
}

#CONTENTS div.post-title h3 a{
    color: #333;
    text-decoration:none;
}

#CONTENTS h4{
	font-size: 18px;
	border-bottom: 2px solid #ddd;
	margin: 15px 3px 10px 5px;
	padding: 0.5em 12px 0.4em;
	background: #f5f5f5;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
	clear: both;
}

/*___________ 【パンくずリスト】 ___________ */
div.breadcrumbs {
	display:none;
}

/*___________ Company ___________ */
.ctable { width: 100%; }
.ctable th  { width: 30%; text-align: left; }
.ctable th, .ctable td  { padding: 10px; border: 1px solid #ddd; }
.ctable th  { background: #f4f4f4; }
.ctable { margin: 0 -10px; }
.ctable th,
.ctable td{
    width: 100%;
    display: block;
    border-top: none;
}
.ctable tr:first-child th   { border-top: 1px solid #ddd; }

/*___________ Home  ___________ */
.htable { width: 100%;font-size:14px;margin-bottom:10px; }
.htable th  { width: 20%; text-align: left; }
.htable th, .htable td  { padding: 10px; border: 1px solid #ddd; }
.htable th  { background: #f4f4f4; }
#CONTENTS h4.htitle{
margin:0;
padding: .25em 0 .25em .75em;
border-left: 6px solid #3498db;
border-bottom:none;
}

div.entry img{
-webkit-box-shadow: 3px 3px 5px 1px #777;
-moz-box-shadow:    3px 3px 5px 1px #777;
box-shadow:         3px 3px 5px 1px #777;
}

div.entry img.imgnoshadow{
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;
}

/*___________ 【ページナビゲーション】 ___________ */
.tablenav {
	color: #2583ad;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #00019b;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #328ab2;
}

.tablenav .current {
	color:white;
	background:#328ab2;
	border-color:#328ab2;
	font-weight:bold;
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}

/* SNSボタン */
.share {margin-top : 5px;}
.share ul {margin : 0;
    padding : 0;
    list-style : none;}
.share li a {display : block;
    padding : 10px;
    color : #fff;
    font-size : 14px;
    text-decoration : none;
    text-align : center;}
.share li a:hover {opacity :0.8;
    color : #fff;}
.share li a:visited{ color: #fff;}
.share ul:after {content : "";
    display : block;
    clear : both;}
.tweet a{background-color : #55acee;}
.facebook a{background-color : #315096;}
.googleplus a{background-color : #dd4b39;}
.hatena a{background-color : #008fde;}
.line a{background-color: #00c300;}
.pocket a{background-color :#f03e51;}
.rss a{background-color: #ff8c00;}
.feedly a{background-color: #6cc655;}
  
.fb-like{
margin:10px 0 10px 0;
}
.share li {
  float : left;
  width : 48%;
  margin:0 2% 3% 0;}
.share li a {border-radius:6px;}


/*___________ ソーシャルフォント ___________ */
@font-face {
    font-family: 'icomoon';
    src:    url('./font-social/icomoon.eot?32ee5z');
    src:    url('./font-social/icomoon.eot?32ee5z#iefix') format('embedded-opentype'),
        url('./font-social/icomoon.ttf?32ee5z') format('truetype'),
        url('./font-social/icomoon.woff?32ee5z') format('woff'),
        url('./font-social/icomoon.svg?32ee5z#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="iconsocial-"], [class*=" iconsocial-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconsocial-feedly:before {
    content: "\e900";
}
.iconsocial-hatebu:before {
    content: "\e901";
}
.iconsocial-line:before {
    content: "\e902";
}
.iconsocial-pocket:before {
    content: "\e903";
}
.iconsocial-bubble:before {
    content: "\e904";
}
.iconsocial-mail4:before {
    content: "\e905";
}
.iconsocial-google-plus:before {
    content: "\e906";
}
.iconsocial-facebook:before {
    content: "\e907";
}
.iconsocial-twitter:before {
    content: "\e908";
}
.iconsocial-rss:before {
    content: "\e909";
}
.iconsocial-rss2:before {
    content: "\e90a";
}

/*___________ メニューフォント ___________ */
@font-face {
  font-family: 'fontello';
  src: url('./font/fontello.eot?66440736');
  src: url('./font/fontello.eot?66440736#iefix') format('embedded-opentype'),
       url('./font/fontello.woff?66440736') format('woff'),
       url('./font/fontello.ttf?66440736') format('truetype'),
       url('./font/fontello.svg?66440736#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('./font/fontello.svg?66440736#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-emo-laugh:before { content: '\e800'; }
.icon-child:before { content: '\e801'; }
.icon-ok:before { content: '\e802'; }
.icon-link-ext-alt:before { content: '\e803'; }
.icon-home:before { content: '\e804'; }
.icon-list-numbered:before { content: '\e805'; }
.icon-angellist:before { content: '\e806'; }
.icon-note:before { content: '\e807'; }
.icon-star:before { content: '\e808'; }
.icon-heart:before { content: '\e809'; }
.icon-search-outline:before { content: '\e80a'; }
.icon-edit:before { content: '\e80b'; }
.icon-chat-empty:before { content: '\e80c'; }
.icon-menu:before { content: '\e80d'; }
.icon-yen:before { content: '\e80e'; }
.icon-phone:before { content: '\e80f'; }


/*___________ 目次（TOC+が使えない箇所） ___________ */
#my_toc {
//margin: 30px 40px;
margin: 0;
padding: 20px;
background: #f9f9f9;
border: 1px solid #aaa;
}
.mokuji {
font-size: 1.2em;
font-weight: bold;
color: #333;
text-align: center;
}
#my_toc ol {
text-align: left;
padding: 0;
margin-top: 10px;
margin-bottom: 0;
height:auto;
}
#my_toc ol li {
font-size: 0.95em;
list-style:none;
//margin-bottom: 1em;
margin:0;
color: #000070;
//border-bottom: 1px dotted #ddd;
float:none;
}
#my_toc ol li a {
text-decoration: none;
color: #0066CC;
background:#f9f9f9;
border:none;
margin:0;
padding:0;
float:none;
}
#my_toc ol a:hover {
opacity: 0.5;
}
#my_toc ol>ol {
padding-left: 15px;
margin: 0;
}
#my_toc ol>ol li {
font-size: 1em;
font-weight: 500;
}

/*___________ Table of Contents Plusカスタマイズ ___________ */
#toc_container {
  margin-bottom: 40px;
  padding: 15px 20px;
  background: #fff;
  border: 5px solid #e1eff4;
  border-radius: 2px;
  color: #666; }

#toc_container .toc_title {
  font-family: "Unica One", cursive;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 1.7em;
  border-bottom: 2px solid #dedede; }

#toc_container .toc_list {
  list-style-type: none !important;
  counter-reset: li; }

#toc_container .toc_list > li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 6px;
  line-height: 1.3em;
  font-size: 0.9em; }

#toc_container .toc_list > li:after {
  counter-increment: li;
  content: "0" counter(li) " |";
  position: absolute;
  left: -40px;
  top: 0px;
  background: none;
  font-family: "Unica One", cursive;
  font-size: 1.4em;
  letter-spacing: -1px;
  color: #008db7; }

#toc_container .toc_list > li a {
  text-decoration: none !important; }

#toc_container .toc_list > li a:hover {
  text-decoration: underline !important; }

#toc_container .toc_list > li ul {
  list-style-type: disc;
  margin-top: 15px;
  padding-left: 20px;
  color: #008db7; }

#toc_container .toc_list > li > ul li {
  font-size: 0.9em;
  margin-bottom: 8px; }

@media only screen and (min-width: 641px) {
  #toc_container {
    padding: 25px 40px; }

  #toc_container .toc_title {
    font-size: 2em; }

  #toc_container .toc_list > li {
    margin-bottom: 18px;
    margin-left: 12px;
    font-size: 1em; }

  #toc_container .toc_list > li:after {
    left: -48px;
    top: 0px;
font-size: 26px; } }
/*___________ Table of Contents Plusカスタマイズ ___________ */
