/*
Theme Name:福島県中小企業診断協会のテーマ 
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/
    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */
    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, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
ol, ul {
  list-style: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
/* 遅延表示 */
a{
  -webkit-transition:0.3s ease;
	-webkit-transition-property:opacity,border,color,background;

	-moz-transition:0.3s ease;
	-moz-transition-property:opacity,border,color,background;

	-o-transition:0.3s ease;
	-o-transition-property:opacity,border,color,background;
	transition:0.3s ease;
	transition-property:opacity,border,color,background;
}

body {
  margin: 0;
  padding: 0;
  font-size: 90%; 
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
  background-color: #fff;
  color: #555;
  text-align: center;
  line-height:160%;
  }
  
img {
  max-width:100%;
  height: auto;
  width: auto\9;
}

.cf {
  zoom: 100%;
}
.cf:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.clr,
.clear{ clear: both; line-height: 0;}

b{ font-weight: bold;}

/* ----------------------
見出し title
------------------------- */
#header h1 a{
 text-decoration: none;
}

#header h1 a:hover{
 text-decoration: underline;
}
#main_wide h2,
#main h2,.single h2,.post_h2,.title_h2 {
  line-height: ;
  font-size: 1em;
  color:#fff;
  font-weight: bold;
  max-width: 100%;
  padding: 6px 0 6px 15px;
  margin-bottom:15px;
  clear: both;
  background-color: #376ab0;
  background-image: url('images/h2_border-2.gif');
  background-position: 5px center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 3px #ccc;
  }
.single h2.post_h2{
 margin-top: 20px !important;
}

.home #main h2{
 margin-top: 15px;
}

.page #main h2{
 margin-top: 30px;
}
#main h2.top{
 margin-top: 0 !important;
}


#main_wide h2 a,  
#main h2 a{
 line-height: 1.5 !important;
 color: #fff !important;
}  
  
  
#side h2 {
  line-height: 1.5;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 1em;
  color:#fff;
  font-weight: bold;
  padding: 6px 0 6px 15px;
  margin: 20px 0 10px 0;
  clear: both;
  background-color: #376ab0;
  background-image: url('images/h2_border-2.gif');
  background-position: 5px center;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  box-shadow: 0px 2px 3px #ccc;
  }   
.btn_group h3{
  background: url(images/arrow-7.gif) no-repeat left 3px;
}
  
/* ページヘッダーのタイトル */  

.pagetitle{
  padding-top: 40px;
  font-weight: bold;
}

#main_wide h3,
.post h3,#respond h3{
  display: block;
  font-size: 1.1em;
  margin: 20px 0;
  color: #6699FF;
  font-weight: bold;
  clear: both;
  padding: 8px 0 6px 5px;
  background-position: 0px center;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #ccc;
  }
.post h3 a{
  color: #6699FF;
}
.post h3 a:hover {
  text-decoration: none;
}
.single h3{
  margin-bottom: 20px;
}
.cate_h3{
  margin-top: 0 !important;
}

#main h4{
  font-weight: bold;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  font-size: 110%;
  clear: both;
  }
.post h4{
  color: #555;
}
.point_h4{
  width: auto !important;
  font-size: 90% !important;
  line-height: 25px;
  padding-left: 10px !important; 
  background-color: #915200;
  color: #fff !important;
  font-weight: normal !important;
   border-radius: 5px;      
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;
}


/* ----------------------
 Basic Layout  基本
-------------------------*/

#wrapper{
  margin: 0 auto;
}
#layout{
  text-align:center;
  margin:0 auto;
} 
#contents {
  width: 100%;
  text-align: left;
}
.home_body #contents{
 margin-top: 20px;
}

#contents a{
  text-decoration: none;
}
#contents a:hover{
  text-decoration: underline;
}
.head_bg{
 float: left;
 width: 100%;
 background: url(images/.png) repeat;
}

/* 背景単色の場合 
.main_menu_bg{
 width: 100%;
 background-color: #376AB0;
} 
*/
#main a{
  color: #3366CC;
}  

#main_wide{
 float: left;
 min-height: 400px;
 margin-bottom: 20px;
 width: auto;
}
.entry_wide{
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}

.main_slide{
 border: 1px solid #ccc;
 margin-top: 10px;
 margin-bottom: 20px;
 padding: 0.85%;
 max-width: 940px;
 max-height: 370px;
 box-shadow:0px 2px 4px #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.main_slide img {
 max-width:100%;
 height: auto;
 width: auto\9;
}

.entry{}

#footer {
  text-align: center;
  max-width: 1200px; 
  min-height: ;
  margin:0 auto;
  padding: 0 15px;
}

.pagehead,
.sub_image{
  margin-top: 10px;
  background-size:cover;/* 可変指定スタイル */
}
.border_dot{
 width: 100%;
 height: 1px;
 margin-top: 5px;
 border-bottom: 1px dotted #ccc;
}

/* ------- 調整 */
.box_fl{
 float: left;
}
.box_fr{
 float: right;
}
.fl{
 float: left;
}
.w_100p{
 width: 100%;
}
.w_30p{
 width: 30%;
}
.w_25p{
 width: 25%;
}
.w_20p{
 width: 20%;
}
.w_15p{
 width: 15%;
}
.w_85{
 width: 85px;
}
.pb_10{
 padding-bottom: 10px;
}
.mgb_5{
 margin-bottom: 5px;
}
.mgb_10{
 margin-bottom: 10px;
}
.mgb_15{
 margin-bottom: 15px;
}
.mgr_2p{
 margin-right: 2%;
}
.b,
.bold{
 font-weight: bold;
}
.border{
 width: 100%;
 clear: both;
 border-bottom: 1px solid #ccc;
 margin: 30px 0 20px 0;
}
.waku_1 img{
 padding: 5px;
 background-color: #fff;
}
.c_red{
 color: #FF0066;
}
.bb_1{
 border-bottom: 1px dotted #ddd;
}

/* facebookレスポンシブ対応 */
.fb-like-box,
.fb-like-box iframe[style],
.fb-like-box span {
 width: 100% !important;
}

/*-----------------------
 ヘッダーのデザイン
-------------------------*/
.tel_group{
  text-align: left;
  float: right;
}

/* ----------- head navi */

head_navi{
 float: right;
}

.head_navi ul li{
 float: left;
 list-style: none;
 margin-right: 5px;
 font-size: 80%;
}
.head_navi ul li a{
 float: left;
 text-decoration: none;
 color: #3366CC;
 padding-left: 10px;
 padding-top: 2px;
 background: url(images/icon_maru.gif) no-repeat left center;
}

.head_navi li a:hover {
 text-decoration: underline;
}


/* ----------------------
 home ホーム
-------------------------*/

.home_h2_01{
  margin-top: 15px;
  margin-bottom: 15px;
}

.ichiran {
  margin-top: 5px;
  margin-right: 10px;
  float: right;
}

.btn_group h3{
  display: inline-block;
  width: auto;
  padding-left: 20px;
}

.btn_s{
 margin-top: 5px;
 float: right;
 background: linear-gradient(to bottom, #FFFFFF 0%, #E7E7E7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
 border: 1px solid #ddd;
 border-radius: 3px;
 color: #000000;
}
.btn_s a{
 background-image: url(images/arrow-1.png);
 background-repeat: no-repeat;
 background-position: 3px center;
 font-size: 80%;
 padding: 1px 5px 0px 15px;
 display: block;
 cursor: pointer;
}
.btn_s a:hover{
 background-image: url(images/arrow-1.png);
 background-repeat: no-repeat;
 background-position: 3px center;
 text-decoration: none !important;
 background-color: rgb(200,225,247); /* Old browsers */
}

.btn_group-2{
 display: table; 
 margin: 0 auto 5px auto;
 width: 100%;
 padding: 15px 0;
 border-bottom: 1px dotted #ccc;
}

.post_outer{
 width: 100%;
}

.home_main .daytime{
 text-align: center;
}
.category_entry .imgbox,
.home_entry .imgbox{
 margin-bottom: 10px;
}

.home_main h2.home_h2{
 margin-bottom: 6px !important;
}

.home_entry .botan{
 margin-top: 20px;
 margin-bottom: 30px;
}

/*-----------------------
 side
-------------------------*/
#side a{ color: #3366CC;}

.side_bn{
  margin: 0px 0 10px 0px;
 }

.btn_02{ margin-top: 8px;
  border: 1px solid #ccc;}

.areabox{
 width: 190px;
 margin-left: auto;
 margin-right: auto;
}

.feed{ margin-top: 10px; padding-top: 3px;}

.tagcloud a{
 font-size: 90% !important;
 padding-top: 5px !important;
 padding-bottom: 5px !important;
 border-bottom: 1px dotted #ccc;
}


/* ----------------------
 home 新着情報
-----------------------*/
ul.new_ul li{
  line-height: 37px;
  display: block;
  border-bottom: 1px dotted #ccc;
  }
.new_ul{
  width: 100%;
  float: left;
  margin: 0px 0 15px 0;
}
.new_ul span{
  float: left;
  margin-right: 10px;
  padding-left: 15px;
}

ul.new_ul li a{
  background-image: url('images/arrow-5.gif');
  background-repeat: no-repeat;
  background-position: left center;
  display: block;
  list-style-type: none;
  padding-left: 15px;
}
ul.new_ul li a:hover{
  background-color: #efefef;
}
/* ---------------------------
サイドバーウィジット挿入時
--------------------------- */

ul.side_navi li,
ul.side_navi ul li {
 list-style-type: none;
 line-height: 1.5;
 border-bottom: 1px dotted #ccc;
}

ul.side_navi li a{
  background-image: url('images/arrow-5.gif');
  background-repeat: no-repeat;
  background-position: left center;
  padding: 10px 0 10px 15px;
  display: block;
  font-size: 90%;
}

ul.side_navi li a:hover{
 background-color: #efefef;
}
.widget-container {
  list-style-type: none;
  margin-bottom: 15px;
}

ul.children li a{
 background: none;
}
ul.children li{
 border-bottom: none !important;
}

/* -------------------------- side_menu_2 */
ul.side_navi_2{
  margin-top: 5px;
}

ul.side_navi_2 li{
  list-style-type: none;
  border-bottom: px dotted #ccc;

}
ul.side_navi_2 li a{
  font-size: 90%;
  font-weight: bold;
  display: block;
  padding: 7px 0 7px 18px;
}
ul.side_navi_2 li a:hover{
  background-color: #F8FAEB;
}
    
/*-----------------------
 パンくずリスト
-----------------------*/  
.bread{
  display: inline-block;
  width: 97%;
  min-height: 18px;
  margin-bottom: 15px;
  padding: 5px 0 5px 10px;
  border-bottom: 1px dotted #ccc;
  clear: both;
  color: #666;
  font-size: 80%;      
  }
.bread a{
  color: #666;
  text-decoration: underline;
  }  
.bread a:hover{
  color: #b20000;
}  

.bread ul li{
  list-style-type: none;
  float: left;
  padding-right: 5px;
}

/*------------------
 page top
--------------------*/

/*------------
 page top
--------------*/

#back-top {
 z-index: 10;
  position: fixed;
  bottom: 10%;
  right: 3.5%;
  }
#back-top span {
  width: 35px;
  height: 35px;
  display: block;
  }

/* ----------------------
 footer
-------------------------*/

#footer_bg{
  margin: 0 auto;
  padding-top: 0px;
  background-color: #2f5995;
  min-height: 150px;
  width: 100%;
  border-top: 5px solid #66CCFF;
}
#footer_bg_2{
  margin: 0 auto;
  padding-top: 0px;
  background-color: #555;
  min-height: 150px;
  width: 100%;
  border-top: 5px solid #f0c600;
}
#footer_bg_3{
  margin: 0 auto;
  padding-top: 0px;
  background-color: #555;
  min-height: 150px;
  width: 100%;
  border-top: 5px solid #5fab15;
}

#footer p {
  margin: 0;
  padding: 0;
}
#footer{
 color: #fff;
}
#footer a {
  color:#fff;
}

#f_navi ul {
  padding-top: 5px;
}

#f_navi li {
  display: inline;
  float: left;
  list-style: none;
  background-image: url('images/arrow-1.png');
  background-repeat: no-repeat;
  background-position: center left;
  vertical-align: center;
  text-align: center;
  padding-left:10px;
  padding-right:10px;
  }   

#f_navi li a {
  font-size: 80%;   
  text-decoration: none;   
  }  
#f_navi li a:hover {
  font-size: 80%;
  color: #FF9900;   
  text-decoration: underline;   
  }

.address strong{
 font-weight: bold;
}
   
/* ------------   
.footline{
  float: left;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-image: url('images/line_2.gif');
  background-repeat: repeat-x;
  clear: both;
}  
-----------*/

/*------------------
ページネーション
-------------------- */
.page_nate{
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 margin-bottom: 20px;
 text-align: center;
 height: 30px;
}

.page_nate span, .page_nate a {
	width: 20px;
	text-align: center;
  padding: 4px 10px;
	background: #afdaff;
	color:#444;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.page_nate a:hover{
	background: #0059a5;
	text-decoration: none !important;
	color: #fff;
}
.page_nate .current{
	background: #0059a5;
	color: #fff;
}
    
/*-----------------------
 table設定-1
-------------------------*/

/* -----------table bace */

table{
  margin: 0px 0 15px 0;
  width: 100%;
  border: 1px #E3E3E3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
  padding: 7px;
  border: #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  font-weight: bold;
  background-color: #ececec;
  line-height: 120%;
  vertical-align: middle;
}
table td {
  padding: 7px;
  border: 1px #E3E3E3 solid;
  border-width: 0 0 1px 1px;
  text-align: left;
  vertical-align: middle;
  
}

table.base th{
 width: 20%;
}


.t_center{
  text-align: center !important;
}
.t_right{
  text-align: right !important;
}

.pale_blue,
.tbg_1 th {/* 淡いブルー */
  background-color: #f0fefe;
}
.tbg_2 th {/* クリーム */
  background-color: #fffced;
}
.tbg_3 th {/* 淡いグリーン */
  background-color: #f6ffed;
}
.tbg_4{/* グレー */
 background-color: #ececec; 
}
.tbg_5{/* 淡いオレンジ */
 background-color: #fee8d9;
}


.th_20{
  width: 20%;
}
.th_23{
  width: 23%;
}
.th_30{
  width: 30%;
}
.th_40{
  width: 40%;
}
.th_50{
  width: 50%;
}
.td_60{
 width: 60%;
}
.td_70{
 width: 70%;
}

.w_160{
 width: 160px;
}

table.img_table{
  display: block;
  width: 100%;
}
.img_table th{
  padding: 7px 0;
  text-align: center;
  font-weight: bold;
}
.img_table td{
  padding: auto;
  text-align: center;
  vertical-align: middle;
}
.img_table img{
  max-width: 100%;
 width: auto; 
  height: auto;
  width: auto\9;
  table-layout:fixed;
}

/* -----------------
 メタ情報
--------------------*/
.category_entry .blog_meta,
.home_entry .blog_meta{
 width: 100%;
 padding-bottom: 5px;
 border-bottom: 1px dotted #ccc;
}

.blog_meta{
 float: left;
 margin-bottom: 10px;
 clear: both;
}
.blog_meta a{
 color: #0099FF;
}
.blog_meta ul li{
 float: left;
 font-size: 90%;
 list-style: none;
 margin-right: 10px;
}

.post-by{
 padding-left: 20px;
 background: url(images/user.png) no-repeat left 3px;
}
.h-day{
 padding-left: 20px;
 background: url(images/calendar-alt.png) no-repeat left 3px;
}
.cat{
 padding-left: 20px;
 background: url(images/folder.png) no-repeat left 3px;
}
.tag{
 padding-left: 20px;
 background: url(images/tag.png) no-repeat left 3px;
}

.share_bottom{
 margin-top: 15px;
 padding-top: 10px;
 border-top: 1px dotted #ccc;
}

/*-----------------------
 ページ設定基本
-------------------------*/

.img_box{
  width: 32%;/* max200px */
  float: left;
}
.img_box p{
  margin-bottom: 5px;
  text-align: center;
}
.table_box{
 width: 65%;
 float: right;
}

.img_box_2{
  width: 32%;/* max200px */
  float: right;
}
.table_box_2{
 width: 65%;
 float: left;
}

.t_center td,
.t_center th{
 text-align: center;
}
.color_1 td{
 background-color: #fffbef;
}
.small_t{
 font-size: 15px !important;
}
.red{
 color: #CC3300;
}

/* リスト */
ul.ul_1 li{
 line-height: 1.5;
 background: url(images/list_bg_1.gif) no-repeat left top 5px;
 padding-left: 17px;
}
ul.ul_2 li{
 line-height: 1.5;
 background: url(images/list_bg_2.gif) no-repeat left top 5px;
 padding-left: 17px;
}
ul.ul_3 li{
 line-height: 1.5;
 background: url(images/list_bg_3.gif) no-repeat left top 5px;
 padding-left: 17px;
}


/*-----------------------
      img 画像
-------------------------*/

a img { border: none; }
p img {	padding: 0; max-width: 100%;}
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {float: right;padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {float: left;padding: 4px;margin: 0 7px 2px 0;display: inline;}
img.alignleft-2{
 float: left;
 margin-right: 7px !important;
}

.wp-caption{
 text-align: center;
 padding: 4px 0 3px 0;
 border: 1px solid #ccc;
 border-radius: 4px;      
  -webkit-border-radius: 4px;  
  -moz-border-radius: 4px;   
}
.center{
 margin-left: auto;
 margin-right: auto;
}

.wp-caption-text{
 text-align: center;
}

/* ----------------------
   お問い合わせ
-------------------------*/
.control-group {
  margin-bottom: 5px;
  padding: 10px 0;
  background-color: #fffbef;
  *zoom: 1;
}

legend + .control-group {
  margin-top: 10px;
  -webkit-margin-top-collapse: separate;
}

.control-group:before,
.control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.control-group:after {
  clear: both;
}

.control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.controls {
  text-align: left;
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.controls:first-child {
  *padding-left: 180px;
} 
.wpcf7-textarea{
 width: 90%;
}

.wpcf7-list-item-label{
 margin-top: 4px;
}



@media screen and (max-width: 700px) {
.control-label {
  float: none;
  width: auto;
  padding-top: 0;
  text-align: left;
  }
.controls {
   text-align: center;
   margin-top: 5px;
   margin-left: 0;
  }
.control-list {
   padding-top: 0;
  }
.wpcf7-form-control{
 width: 80%;
}

}

/*------------------
 検索フォーム
--------------------*/

#search_box{
 max-width: 280px;
 min-height: 36px;
 height: auto;
 padding: 5px 0; 
}

#searchform {
 width: 100%;
 display: block;
 padding: 5px 0px 5px 0;
 text-align: center;
}
#searchform .input_box{
 width: 200px;
 float: left;
}


#searchsubmit{
 margin-left: 5px;
 float: right;
}

#side #searchform #s {
 padding: 3px 6px;
 margin: 0px 0px 0 0;
 font-size: 14px;
 line-height: 20px;
 max-width: 160px; width: 90%;
 vertical-align: middle;
 }

.entry form {text-align:center;}
.select {width: 130px;}

/* -------------------------------------
  カテゴリー アーカイブ 投稿記事 基本
----------------------------------------*/
.single .entry{
 padding-top: 30px; 
}

.post {	}
.post hr { display: block; line-height: 1;}
.entry ul{margin-left: 5px; display: block;}
.entry ol {margin-left: 10px;}

.postmetadata ul, .postmetadata li {display: inline;list-style-type: none; list-style-image: none; }
blockquote {margin: 15px 30px 0 10px;padding-left: 20px;border-left: 5px solid #ddd;}
blockquote cite {margin: 5px 0 0;display: block;}
.center { text-align: center; }/* エラータイトルh2 */
.hidden { display: none; }
.navigation { display: block;text-align: center;margin-top: 10px;margin-bottom: 60px;}
.navigation a{
 color: #0099FF;
}

.aligncenter,div.aligncenter {display: block; margin-left: auto;margin-right: auto;}
div.alignleft{float: left;}
div.alignright{float: right;}
.daytime{
  width: 100%;
  margin-top: 3px;
  margin-bottom: 15px;	
  clear: both;
  font-size: 0.9em;
}
/* カテゴリー */
.category_post{
 border: 1px solid #efefef;
 margin-bottom: 20px;
 padding: 10px;
 background: url(images/entry_bg.gif) repeat-x bottom;
}

.category_entry{
 margin-bottom: 10px;
}

.post_thumb{
 display: inlineblock;
 margin-right: 10px;
 float: left;
}

img.attachment-thumbnail{
 padding: 4px;
 border: 1px solid #ccc;
}

/* 続きを読むボタン */
.home_entry .more-link a{
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  font-size: 12px;
  line-height: 23px;
   border-radius: 5px;  
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;  
  text-decoration: none !important;
  padding: 3px 10px 3px 10px;
  margin-top: 10px;
  display: block;
  color: #fff !important;
  background-color: #555;
}

.category_entry .more-link a{
  font-size: 12px;
  line-height: 23px;
   border-radius: 5px;  
  -webkit-border-radius: 5px;  
  -moz-border-radius: 5px;  
  text-decoration: none !important;
  float: right;
  padding: 3px 10px 3px 10px;
  margin-top: 10px;
  display: block;
  color: #fff !important;
  background-color: #555;
}
.more-link a:hover{
  background-color: #0099e0;
  text-decoration: none !important;
  text-shadow: none;
}

hr { margin: 10px 0; color: #ccc; } 
code { font: 1.1em 'Courier New', Courier, Fixed;}

/* -----------------ギャラリー */
.gallery img{
 border: 1px solid #cfcfcf !important;
 width: 85%;
 height: auto;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  display: block;
  line-height: 20px;
  padding: 3%;
  background-color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.gallery img:hover{
 opacity:0.7;
 filter: alpha(opacity=70);
 -ms-filter: "alpha( opacity=70 )";
 border-color: #0099FF !important;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
   -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
      box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.i_box_200{
 width: 24%;
 max-width: 200px;
 float: left;
 margin-right: 1.3%;
}
.i_box_200_fit{
 width: 24%;
 max-width: 200px;
 float: left;
 margin-left: 0;
}
.i_box_200 img{
 width: 100%;
}

/* ----------------------
  ボタン
-------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  margin-top: 0px;
  cursor: pointer;
  -webkit-appearance: button;
}

.button:hover,
#searchsubmit:hover,
.wpcf7-submit:hover{
 background: #ebf1f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #ebf1f6 0%, #abd3ee 50%, #d5ebfb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ebf1f6 0%,#abd3ee 50%,#d5ebfb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-8 */
}


/* bootstrap */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
     -o-transition: border linear 0.2s, box-shadow linear 0.2s;
      transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: auto;
  min-width: 50px;
  max-width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

/*---------------------------- Calendar */
#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 tbody {color: #aaa;}
#wp-calendar tbody td {
	background: #f5f5f5;padding: 3px 0 2px;text-align: center;
	}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {text-align: right;}

/* プライバシー */

/* ---------------------------
 mynote記事
------------------------------ */
.my_note .section{
 width: 96%;
 padding: 0 2% 2% 2%;
 border: 1px solid #ccc;
 margin-bottom: 20px;
}

ul.inyo li{
 margin-bottom: 30px;
}

@media screen and (min-width: 700px) {/* ページ設定700まで */

}

@media screen and (max-width: 700px) {/* ページ設定700以下 */

}


/* ---------------------------
 button
-------------------------------*/

button,
input {
  *overflow: visible;
  line-height: normal;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
  cursor: pointer;
}
/* ----------------------
 bootstrap
------------------------- */
.btn,
.button,
 html input[type="button"],
 input[type="reset"],
 input[type="submit"] {
 font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Arial,sans-serif;
 display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
      border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button,
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
   -moz-transition: background-position 0.1s linear;
     -o-transition: background-position 0.1s linear;
      transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
   -moz-box-shadow: none;
      box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
      border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
      border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
      border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
      box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}