/*
Theme Name: Stinger3child
Template: stinger3ver20140124
*/

/*
 * Globals
 */
body {
  /*color: #444;*/color: #212121;
	background-color:#f5f5f5;
  -webkit-text-size-adjust: 100%;
  /*font-family: "Open Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  font-family: "Open Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  -webkit-tap-highlight-color:rgba(0,0,0,0.1);
  /*padding-top:44px;*/
}
/*
@media (min-width: 600px){
  body{padding-top:54px;}
}
@media (min-width: 768px){
  body{padding-top:59px;}
}
body.home{
  padding-top:44px;
}
*/



/*img:active,img:hover,img:focus{outline:0;opacity:0.85;}*/
a,a:active,a:hover,a:focus{outline:0;text-decoration:none;}
/*a{color:#0277bb;}a:hover{color:#01476f;}a:active,a:focus{color:#01476f;}*/
a{color:#0288D1;}a:hover{color:#01579B;}a:active,a:focus{color:#01579B;}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-weight: normal;
  /*color: #333;*/color:#212121;
}
h4{
  font-size:16px;
  margin-bottom:15px;
  line-height:1.42857143;
}
blockquote{
	font-size:15px;
}
ul, ol{
  padding-left:35px;
}
.table td div{
  margin-bottom:5px;
}
.img-bottom-text{
  margin-top:-2.0em;
  font-size:70%;
  color:#999;
}
.img-bottom-text a{
   color:#999;
} 
.entry-content p.img-bottom-text{
  margin-bottom:2.0em;
}

/*引用*/
.post-quote{
  margin-top:-1.4em;
}
.post-quote a{
  color:#727272;
  line-height: 1.42857143;
}


/*
 * Button
 */
.btn-appbu {
  padding:10px 30px;
  /*background-color: #039be5;*/background-color: #03A9F4;
  /*border-color: #039be5;*/border-color: #03A9F4;
  color:#fff;
  font-size:15px;
}
.btn-appbu:hover,
.btn-appbu:focus,
.btn-appbu:active,
.btn-appbu.active {
  /*background-color: #0277bb;*/background-color:#0288D1;
  /*border-color: #0277bb;*/border-color:#0288D1;
  color:#FFF;
}
@media (max-width:599px){
  .btn-appbu {
    background-color: #FFF;
    /*border-color: #0277bb;*/border-color: #03A9F4;
    /*color:#0277bb;*/color:#03A9F4;
  }
  .btn-appbu:hover,
  .btn-appbu:focus,
  .btn-appbu:active,
  .btn-appbu.active {
    background-color: transparent;
    /*border-color:#0277bb;*/border-color: #03A9F4;
    /*color:#FFF;*/color:#03A9F4;
  }
}

/* btn-appmodule */
.btn-appmodule{
  width:100%;
  padding:10px 0px;
  background:#efefef;
  max-width:136px;
  line-height:1.1;
}
.btn-appmodule:hover, .btn-appmodule:focus{
	background-color:#4FC1E9;
	border-color: #3bafda;
}
.btn-appmodule>a{
}
.btn-appmodule:hover>a, .btn-appmodule:focus>a{
  color:#fff;
  text-decoration:none;
}



/*
 * Pagenation
 */
.pagination-block{
  padding:15px 0px 15px;
}
/* pagination-nextlink */
.pagination-nextlink a{
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.1);
  font-size: 18px;
  line-height:20px;
  padding: 14px 20px;
  display:inline-block;
  /*color:#777;*/
}
.pagination-nextlink a:hover{
  background-color: #f5f5f5;
}
.pagination-nextlink a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.pagination-nextlink .fa{
  padding-left:20px;
  padding-right:10px;
  width:5px;
}

/* pagination */
.pagination{
  font-weight:bold;
  margin-bottom:0px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
  background-color: #03A9F4;
  border-color:#03A9F4;
}
.pagination-lg>li>a{
  color:#0288D1;
}



/*
 * Lyout
 */

/* Nexus7 */
@media (max-width: 767px){
  .container, .blog-sidebar, .sidebar-module{
    padding-left:40px;
    padding-right:40px;
  }
  .row{
    margin-left:-40px;
    margin-right:-40px;
  }
  .sidebar-module {
    padding: 15px 26px;
    margin: 0 -26px 0px;
  }
  .sidebar-module-inset{
    margin-left:-26px;
    margin-right:-26px;
  }
  .blog-main{
    padding-left:16px;
    padding-right:16px;
  } 
  .blog-main-inner{
    padding:18px 24px;
    background-color:#fff;
	  /*box-shadow: 0 0 0 1px rgba(0,0,0,0.05);*/
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.1);
  }
  .navbar{
    margin-bottom:10px;
  }
  .container>.navbar-collapse, .container>.navbar-header{
    margin-right:-40px;
    margin-left:-40px;
    border-top:0px;
  }
}

/* SP */
@media (max-width: 599px){
  .container, .blog-sidebar, .sidebar-module{
    padding-left:20px;
    padding-right:20px;
  }
  .row{
    margin-left:-20px;
    margin-right:-20px;
  }
  .sidebar-module {
    padding: 15px 20px;
    margin: 0 -20px 0px;
  }
  .sidebar-module-inset{
    margin-left:-20px;
    margin-right:-20px;
  }
  .blog-main{
    padding-left:8px;
    padding-right:8px;
    background-color:#fff;
    border-bottom:solid 1px rgba(0,0,0,0.1);
  } 
  .blog-main-inner{
    padding:15px 12px;
    background-color:#fff;
	  /*box-shadow: 0 0 0 1px rgba(0,0,0,0.05);*/
    box-shadow: none;
  }
  .navbar{
    /*margin-bottom:8px;*/
    margin-bottom:0px;
  }
  .container>.navbar-collapse, .container>.navbar-header{
    margin-right:-20px;
    margin-left:-20px;
  }
}

/* iPad */
@media (min-width: 768px){
  /*20150118 ad-module-main-topとサイズ合わせるため変更*/
  .container {
    width: 758px;
  }
  .container, .blog-sidebar, .sidebar-module{
    padding-left:15px;
    padding-right:15px;
  }
  .blog-sidebar{
    margin-left:0px;
    padding:0 55px;
  }
  .row{
    margin-left:-15px;
    margin-right:-15px;
  }
  .sidebar-module {
    padding: 15px 10px;
    margin: 0 -20px 0px;
  }
  .related-post {
    padding: 15px 20px;
    margin: 0 -20px 0px;
  }
  .sidebar-module-inset{
    margin-left:-10px;
    margin-right:-10px;
  }
  .blog-main{
    /*padding-left:10px;
    padding-right:25px;*/
    /*margin-bottom:45px;*/
    margin-bottom:40px;
  } 
  .blog-main-inner{
    padding:25px 40px;
    background-color:#fff;
	  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
  }
  .navbar{
    margin-bottom:15px;
  }
  .navbar>.container .navbar-brand{
    margin-left:-10px;
  }
  .container>.navbar-collapse{
    margin-right:-10px;
    margin-left:-10px;
  }
}

/* Desktop */
@media (min-width: 992px){
  .container {
    width: 990px;
  }
  .container, .blog-sidebar, .sidebar-module{
    padding-left:15px;
    padding-right:15px;
  }
  .blog-sidebar{
    margin-left:0px;
  }

  /*sidebar-fixed.jsの仕様より固定値*/
  .sidebar-area{
    width:300px;
  }
  .row{
    margin-left:-15px;
    margin-right:-15px;
  }
  .sidebar-module {
    padding: 15px;
    margin: 0 -15px 0px;
  }
  .sidebar-module-inset{
    margin-left:-15px;
    margin-right:-15px;
  }
  .blog-main{
    padding-left:15px;
    padding-right:15px;
    margin-bottom:45px;
  } 
  .blog-main-inner{
    padding:25px 30px;
    background-color:#fff;
	  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
  }
  .navbar{
    margin-bottom:15px;
  }
}
/***20140930 edit***/
/*@media (min-width: 1100px){
  .container {
    width: 1098px;
  }
  .blog-main-inner{
    padding:25px 40px;
    background-color:#fff;
	  box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
  }
}
@media (min-width: 1200px){
  .container {
    width: 1098px;
  }
}
*/
@media (min-width:1100px){
  .container{
    width:1050px;
  }
  .blog-main-inner{
    padding:25px 40px;
  }
  .col-md-4.blog-sidebar{
    width:330px;
    margin-left:0px;
  }
  .col-md-8.blog-main{
    width:720px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1050px;
  }
}



/*
 * Breadcumb
 */

.blog-breadcrumb {
  font-size:13px;
	clear: both;
  /*margin-top:-6px;*/
}
.blog-breadcrumb div {
  display:inline-block;
  /*height:40px;
  height:18px;*/
}
.blog-breadcrumb div a {
	text-decoration: none;
}
.blog-breadcrumb div a:hover, .blog-breadcrumb div a:focus{
  /*color: #2a6496;
  text-decoration: underline;*/
}

/*下記、ボタンをやめ、通常テキストに変更*/
/*
.blog-breadcrumb .icon-arrow{
  color: #999;
  display: inline-block;
  font-size: 13px;
  overflow: hidden;
  margin:0 0 0 2px;
  margin:0px 0px 0px 4px;
  width:5px;
  height:36px;
  line-height:36px;
}
*/
.blog-breadcrumb div .fa{
  margin-left:2px;
  color: #999;
}


/***white-btn***/
.blog-breadcrumb div a {
/*
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.1);
*/
  /*color: #999;*/
  /*display: inline-block;*/
  font-size: 12px;
  overflow: hidden;
/*
  padding: 6px 7px 6px 8px;
  margin-bottom:5px;
*/
}
.blog-breadcrumb div a:hover, .blog-breadcrumb div a:focus{
/*
  background-color: #f2f2f2;
  color: #999;
  text-decoration:none;

color:#2a6496;*/
}
.blog-breadcrumb div a:active{
/*
  background-color: #f2f2f2;
  color: #999;
  text-decoration:none;
  box-shadow: inset 0 0px 1px rgba(0,0,0,0.1), 0 2px 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.1);

color:#2a6496;*/
}



/*
 * Blog-Post
 */

.blog-post-title {
  font-size:22px;
  line-height:1.42857143;
  font-weight:bold;
}
.blog-post-meta {
  font-size:12px;
  /*color: #999;*/color:#727272;
  line-height:1.42857143;
}
.blog-post-meta .fa-tag{
  padding-left:10px;
}
.blog-post-image img{
  max-width:100%;
  height:auto;
  width:auto;
}
.entry-content{
  font-size:16px;
  line-height:1.8;
  /*color:#444;*/color:#212121;
}
@media (max-width: 599px) {
  .entry-content{
    font-size:15px;
    line-height:1.7;
  }
}
.entry-content p, .entry-content ul, .entry-content ol{
  margin-bottom:1.4em;
}
@media (max-width:599px){
  .entry-content ul{
    padding-left:25px;
  }
}
.blog-post h2{
  font-size: 22px;
  line-height:1.42857143;
	padding-left: 16px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #03a9f4;
  padding-top:10px;
  padding-bottom:10px;
  /*margin:30px 0px 30px -12px;*/
  margin:30px 0px 30px -20px;
  font-weight:bold;
}
.blog-post h3 {
  font-size: 20px;
  line-height:1.42857143;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 46px;
	background-image: url(./assets/img/cah3-bk2.png);
	background-repeat: no-repeat;
  background-size:34px 30px;
	background-position: left center;
	margin-left: 0px;
  border-bottom:solid 1px #eee;
  font-weight:bold;
}
.blog-post-title, .blog-breadcrumb, .blog-post-meta, .blog-post-image {
  margin-bottom:10px;
}
.blog-breadcrumb{
  margin-bottom:10px;
}
.blog-post-pagenav{
  padding:30px 0px 0px;
  border-top:solid 1px #eee;
}
.blog-post-pagenav dl{
  margin-bottom:0px;
}
.blog-post-pagenav dd{
  padding:0px 0px 15px;
  font-size:16px;
}
@media (min-width: 600px){
  .sticky .blog-post-title{
    font-size:25px;
  }
  .blog-post-title{
    font-size:27px;
  }
  .blog-post-title, .blog-breadcrumb, .blog-post-meta, .blog-post-image {
    margin-bottom:15px;
  }
  .blog-breadcrumb{
    margin-bottom:15px;
  }
  .blog-post h2{
    font-size: 25px;
    padding-left:20px;
    margin:30px 0px 30px -24px;
  }
  .blog-post h3{
    font-size:22px;
  }
}
@media (min-width: 768px){
  .sticky .blog-post-title{
    font-size:28px;
  }
  .blog-post-title {
    font-size:30px;
  }
  .blog-post .blog-post-title{
    font-size:32px;
  }
  .blog-post h2{
    font-size: 28px;
    padding-left:36px;
    margin:40px 0px 40px -40px;
  }
  .blog-post h3 {
    font-size: 24px;
  }
  .blog-post-title, .blog-breadcrumb, .blog-post-meta, .blog-post-image {
    margin-bottom:15px;
  }
  .blog-breadcrumb, .sticky .blog-post-meta, .sticky .blog-post-title{
    margin-bottom:20px;
  }
}
@media (min-width: 992px){
  .blog-post-title {
    font-size:30px;
  }
  .blog-post .blog-post-title{
    font-size:32px;
  }
  .blog-post h2{
    font-size: 28px;
    padding-left:26px;
    margin:40px 0px 40px -30px;
  }
  .blog-post h3 {
    font-size: 24px;
  }
  .blog-post-title, .blog-breadcrumb, .blog-post-meta, .blog-post-image {
    margin-bottom:15px;
  }
  .blog-breadcrumb, .sticky .blog-post-meta{
    margin-bottom:20px;
  }
}
@media (min-width: 1100px){
  .blog-post h2{
    padding-left:36px;
    margin:40px 0px 40px -40px;
  }
}

/* Pagination おそらく使っていない*/
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}







/*
 * Ad
 */

.sidebar-module-ad{
  background-color:#f2f2f2;
  margin: 0 auto;
  padding:0;
  text-align:center;
}
.sidebar-module-ad-1{
  margin-top:30px;
  width:336px;
  height:280px;
}
.sidebar-module-ad-2{
  margin-top:30px;
  width:336px;
  height:280px;
  margin-bottom:30px;
}
.sidebar-module-ad-3, .sidebar-module-ad-6{
  margin-top:45px;
  width:300px;
  height:250px;
}
.sidebar-module-ad-4{
  margin-top:30px;
  width:336px;
  height:280px;
  margin-bottom:45px;
}
.sidebar-module-ad-5{
  margin-top:30px;
  width:300px;
  height:250px;
  margin-top:-15px;
}
@media (max-width: 599px){
  .sidebar-module-ad-1, .sidebar-module-ad-2, .sidebar-module-ad-4{
    width:300px;
    height:250px;
  }
}
@media (min-width: 600px){
  .sidebar-module-ad-3{
    width:300px;
    height:250px;
  }
  .sidebar-module-ad-6{
    width:336px;
    height:280px;
  }
  .sidebar-module-ad-5{
    display:none;
  }
}
@media (min-width: 768px){
  .sidebar-module-ad-3, .sidebar-module-ad-6{
    margin-top:0px;
    width:250px;
    height:250px;
  }
}
@media (min-width: 992px){
  .sidebar-module-ad-3, .sidebar-module-ad-6{
    width:300px;
    height:250px;
  }
  .sidebar-module-ad-2{
    margin-top:40px;
    margin-bottom:40px;
  }
}
@media (max-width: 992px){
  .sidebar-module-ad-4{
    margin-bottom:30px;
  }
}
/*
@media (min-width: 1100px){
  .sidebar-module-ad-3{
    width:336px;
    height:280px;
  }
}
*/



/*
 * New Ad
 */
/*main-innerのpadding分拡張*/
.ad-module-inset{
  margin-left:-20px;
  margin-right:-20px;
}
@media (min-width: 600px){
  .ad-module-inset{margin-left:-24px;margin-right:-24px;}
}
@media (min-width: 768px){
  .ad-module-inset{margin-left:-40px;margin-right:-40px;}
}
@media (min-width: 992px){
  .ad-module-inset{margin-left:-30px;margin-right:-30px;}
}
@media (min-width: 1100px){
  .ad-module-inset{margin-left:-40px;margin-right:-40px;}
}
/*下地*/
.ad-module{
  background-color:#f2f2f2;
  margin: 0 auto;
  padding:0;
  text-align:center;
}
/*プレースメント*/
/*ad-module-list-top*/
.ad-module-list-top{
  width:320px;
  height:100px;
  margin-top:20px;
}
@media (min-width: 600px){
  .ad-module-list-top{
    /*width:468px;*/width:320px;
    /*height:60px;*/height:100px;
  }
}
/*ad-module-sidebar-top*/
.ad-module-sidebar-top{
  margin-top:30px;
  margin-bottom:30px;
  width:300px;
  height:250px;
}
@media (min-width: 768px){
  .ad-module-sidebar-top{
    margin-top:0px;
  }
}
/*ad-module-sidebar-bottom*/
.ad-module-sidebar-bottom{
  margin-top: 45px;
  margin-bottom: 45px;
  width:300px;
  height:250px;
}
/*ad-module-main-top*/
.ad-module-main-top{
  width:320px;
  height:100px;
}
@media (min-width: 768px){
  .ad-module-main-top{
    width:728px;
    height:90px;
  }
}


/*
 * Nav-bar
 */
/***201409追加***/
.navbar{
  border:0px;
  min-height: 44px;
}
.navbar-brand-logo img{
  width:130px;height:34px;
}
.navbar-brand-logo{
  display:inline-block;
  padding:8px 15px 8px 0px;
  /*margin-left:8px;*/margin-left:10px;
}
@media (min-width:600px) {
  .navbar-brand-logo{
    margin-left:16px;
  }
}
@media (min-width:768px) {
  .navbar-brand-logo{
    /*padding:11px 15px 11px 0px;*/
    margin-left:0px;
  }
}
.navbar-default {
	/*background-color: #4FC1E9;
  /*box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
	border-color: #3bafda;*/
  background-color: #03a9f4;
  border-color: #03a9f4;
}
.navbar-default .navbar-brand {
	color: #ffffff;
  padding-left:144px;
	background-image: url(./assets/img/sitename.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size:136px 34px;
  text-indent:-9999px;
  width:0px;
}
@media (min-width: 768px){
  .navbar-default .navbar-brand {
  	background-image: url(./assets/img/sitename3.png);
  }
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #ffffff;opacity:0.65;
}
.navbar-default .navbar-text {
	color: #ffffff;
}



/*
 * Navbar-nav
 */

/* color */
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #ffffff;
  background-color: #039be5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #039be5;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #ffffff;
	background-color: #039be5;
}
.navbar-default .navbar-toggle {
	border-color: #03a9f4;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #039be5;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #ffffff;
}
.navbar-default .navbar-link {
	color: #ffffff;
}
.navbar-default .navbar-link:hover {
	color: #ffffff;
}

/*** layout ***/
.navbar-default .navbar-toggle{
  border-color:#03a9f4;
}
.collapsing {
    -webkit-transition: none;
    transition: none;
}

/* SPTab */
@media (max-width: 767px) {
  .navbar-nav{
    background-color:#fff;
    margin-top:0px;
    margin-bottom:0px;
    border-bottom:solid 1px #e8e8e8;
    padding-top:5px;
    padding-bottom:5px;
  }
  .navbar-default .navbar-collapse{
    background-color:#fff;
    /*box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.1);*/
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    padding:0px 24px;
    font-size:15px;
    /*border-bottom: solid 1px rgba(0,0,0,0.05);*/
    /*border-bottom: solid 1px #f5f5f5;*/
    font-weight:normal;
    /*line-height:40px;*/line-height:48px;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    /*padding-left:64px;*/padding-left:24px;
  }
  /*
  li#menu-item-198{
    padding-bottom:8px;
    border-bottom:solid 1px #e8e8e8;
    margin-bottom:8px;
  }
  */

  /*右矢印追加20150118*/
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    position:relative;
  }
  .navbar-default .navbar-nav > li > a:after,
  .navbar-default .navbar-nav .dropdown-menu > li > a:after {  
    display:block;
    content:"";
    position:absolute;
    top:50%;
    right:24px;
    width:9px;
    height:9px;
    margin: -4px 0 0 0 ;
    border-top:solid 2px #039be5;
    border-right:solid 2px #039be5;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
  }

  /*color*/
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
	  /*color: #444;*/color:#212121;
    background-color:#fff;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
	  color: #03a9f4;
    background-color:#fff;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
  	/*color: #444;*/color:#212121;
    background-color:#fff;
  }
	.navbar-default .navbar-nav .dropdown-menu > li > a,
	.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .dropdown-menu > li > a:focus {
		/*color: #444;*/color:#212121;
    background-color:#fff;
	}
	.navbar-default .navbar-nav .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .dropdown-menu > .active > a:focus {
		/*color: #03a9f4;*/color:#212121;
    background-color:#f5f5f5;
	}
  .nav .open>a, .nav .open>a:hover,
  .nav .open>a, .nav .open>a:focus {
    border-color:rgba(0,0,0,0.05);
  }
  .dropdown-menu{
    margin:0px;
    padding:0px;
  }

  /*icon menu-itemによって変わる*/
  #menu-item-37 a:before,
  #menu-item-287 a:before,
  #menu-item-259 a:before,
  #menu-item-422 a:before,
  #menu-item-1708 a:before,
  #menu-item-2081 a:before,
  #menu-item-2082 a:before,
  #menu-item-2084 a:before,
  #menu-item-2083 a:before,
  #menu-item-2085 a:before,
  #menu-item-2086 a:before,
  #menu-item-1208 a:before,
  #menu-item-38 a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    color:#727272;
    font-size:1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
    width: 24px;
    height: 24px;
    text-align: center;
    /*vertical-align:middle;*/
    margin-right:32px;
  }
  /*日本語とアルファベットで差があるので微調整*/
  #menu-item-37 a:before{content: "\f015";}
  #menu-item-287 a:before{content: "\f005";}
  #menu-item-259 a:before{content: "\f164";}
  #menu-item-422 a:before{content: "\f1d8";}
  #menu-item-1708 a:before{content: "\f024";}
  #menu-item-2081 a:before{content: "\f17b";}
  #menu-item-2082 a:before{content: "\f179";}
  #menu-item-2084 a:before{content: "\f109";}
  #menu-item-2083 a:before{content: "\f099";}
  #menu-item-2085 a:before{content: "\f16d";}
  #menu-item-2086 a:before{content: "\f075";}
  #menu-item-1208 a:before{content: "\f07a";}
  #menu-item-38 a:before{content: "\f007";}



  /*子カテゴリも展開*/
  #menu-item-198 .dropdown-menu{
    position: static;
    float: none;
    width: auto;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display:block;
    margin:0px;
    padding:0px;
  }
  #menu-item-198 .dropdown-toggle{
    display:none;
  }
  #menu-item-287 a {
    padding-left:24px;
  }

  /*暫定消す20150202*/
  /*li#menu-item-259,li#menu-item-422{
    display:none;
  }*/
  .navbar-toggle {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

/* SP */
@media (max-width:599px) {
  .navbar-toggle{
    margin-right:10px;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    padding:0px 16px;
    /*line-height:40px;*/line-height:48px;
  }
  .navbar-default .navbar-nav>li:last-child>a {
    border-bottom:none;
  }
  #menu-item-287 a{
    padding:0px 16px;
  }
  .navbar-default .navbar-nav > li > a:after,
  .navbar-default .navbar-nav .dropdown-menu > li > a:after {
    right:16px;
  }
}

/* PC */
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
  background-color:#03a9f4;
}
@media (min-width: 768px) {
  .menu-item.active:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right:  5px solid transparent;
    border-bottom: 5px solid #f5f5f5;
    border-left:   5px solid transparent;
  }
  .nav>li>a{
    font-size:13px;
    padding-left:10px;
    padding-right:10px;
  }
  .dropdown-menu>li>a{
    padding:8px 20px;
  }
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-nav.navbar-right:last-child{
  margin-right:0px;
}
@media (min-width: 992px) {
  .navbar-nav.navbar-right:last-child{
    margin-right:10px;
  }
  .nav>li>a{
    font-size:14px;
    padding-left:15px;
    padding-right:15px;
  }
}
.navbar-nav.navbar-right{
  margin-right:10px;
}



/*
 * Follow
 */
.header-module-follow{
  height:50px;
  padding-left:5px;
}
.header-module-follow>li>a{
  width:52px;
  height:50px;
  padding:0px 10px;
  display:inline-block;
}
.navbar-default .header-module-follow > li > a:hover{
  background-color:#4FC1E9;
}
.header-module-follow span{
  display:none;
}
.twitter-follow{
	background-image: url(./assets/img/twitter-follow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size:32px 32px;
}
.twitter-follow:hover{
	background-image: url(./assets/img/twitter-follow2.png);
}
.facebook-follow{
	background-image: url(./assets/img/facebook-follow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size:32px 32px;
}
.facebook-follow:hover{
	background-image: url(./assets/img/facebook-follow2.png);
}
.googleplus-follow{
	background-image: url(./assets/img/googleplus-follow.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size:32px 32px;
}
.googleplus-follow:hover{
	background-image: url(./assets/img/googleplus-follow2.png);
}
.header-module-follow img:active, .header-module-follow img:hover{
  opacity:1.0;
}
/***今今は単純に非表示***/
@media (min-width: 768px) and (max-width: 991px){
  .header-module-follow{
    display:none;
  }
}



/*
 * Nav-bar Follow-btn
 */
button.follow-btn{
  font-size:22px;
  line-height:22px;
  padding:4px 13px;
  color:#fff;
  width:44px;
  height:34px;
}
.follow-btn .fa-bookmark{
  width:16px;
  height:22px;
}
.follow-box-wrapper{
  background-color:#fff;
  padding:0px;
}
.follow-box{
  margin:0 auto;
}
.follow-box .media{
  width:304px;
  margin:0 auto;
  padding:20px 8px;
  font-size:15px;
}
.follow-box .media-object{
  width:60px;
  height:60px;
}
.follow-box-sns{
  border-top:solid 1px rgba(0,0,0,0.05);
}
.follow-box-sns:last-child {
  border-bottom: solid 1px #e8e8e8;
}
/*@media (max-width:599px){
  .follow-box{
    border-bottom: solid 8px transparent;
  }
}*/
.follow-box ul{
  width:304px;
  margin:0 auto;
  padding: 0px;
  padding:20px 0px;
  padding-left:8px;
}
.follow-box li {
  float:left;
  text-align: center;
  font-size:12px;
  margin-right:16px;
  list-style:none;
}
.follow-box li:last-child{
  margin-right:8px;
}
.follow-box li a{
  width:60px;
  height:60px;
  display:block;
  border-radius:8px;
  margin-bottom:4px;
  padding-top:8px;
  
}



/*
 * bs-doc-header
 */
.home .navbar{
  margin-bottom:0px;
}
.bs-docs-header {
  padding: 30px 0px;
  color: #e1f5fe;
  text-align: center;
  /*text-shadow: 0 1px 0 rgba(0,0,0,.1);*/
  /*background-color: #38b0e7;*/
  background-color: #03a9f4;
  -moz-box-shadow: 0 2px 6px 0px rgba(0,0,0,.1) inset;
  -webkit-box-shadow: 0 2px 6px 0px rgba(0,0,0,.1) inset;
  box-shadow: 0 2px 6px 0px rgba(0,0,0,.1) inset;
  /*元はcover4.png*/
  background-image: url("./assets/img/cover2.png");
  background-position: center center; 
  background-repeat: no-repeat;
  background-size:cover;
  /*font-size:18px;*/font-size:20px;
}
.bs-docs-header h1 {
  color:#fff;
  font-size:22px;
  display:none;
}
.bs-docs-header p{
  margin-bottom:5px;
}
@media (min-width: 600px){
  .bs-docs-header {
    margin-bottom:10px;
    /*font-size:18px;*/font-size:20px;
  }
  .bs-docs-header h1 {
    font-size:24px;
  }
  .bs-docs-header p{
    margin-left:-10px;
    margin-right:-10px;
  }
}
@media (min-width: 768px){
  .bs-docs-header {
    margin-bottom:15px;
    font-size:24px;
    text-align:left;
  }
  .bs-docs-header h1 {
    font-size:24px;
  }
  .bs-docs-header .container{
    padding:0 45px;
  }
  .bs-docs-header p{
    margin-left:0px;
    margin-right:0px;
  }
}
@media (min-width: 992px){
  .bs-docs-header {
    padding: 30px 0px;
    font-size:25px;
    line-height:1.5;
  }
}
@media (min-width: 1110px){
  .bs-docs-header .container{
    padding:0 55px;
  }
}



/*
 * ad-header
 */
.ad-header {
  padding: 0px 0px;
  padding-top:15px;
  padding-bottom:15px;
  border-bottom:solid 1px #dcdcdc;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 600px){
  .ad-header{
    padding-top:5px;
    padding-bottom:15px;
    border-bottom:solid 0px;
    background-color: transparent;
  }
}
@media (min-width: 768px){
  .ad-header{
    padding-top:0px;
    padding-bottom:15px;
  }
}



/*
 * Share
 */

.sidebar-module-share{
	display:block;
	height:auto;
  padding:5px 0px 15px;
  margin-bottom:15px;
  border-bottom:solid 2px #ccc;
}
.sidebar-module-share h4{
  font-size:18px;
  font-weight:bold;
  /*color: #444;*/color:#212121;
}
@media (max-width: 320px) {
.sidebar-module-share h4{
  font-size:14px;
}
}
.sidebar-module-share ul{
  content: "";
  display: table;
  clear: both;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0px 10px;
  width:280px;
}	
.sidebar-module-share ul li{
	list-style-type: none;
	float:left;
	margin-right:10px;
}
.sidebar-module-share ul li:last-child{
  margin-right:0px;
}
.sidebar-module-share img{
	width:48px;
}
.sidebar-module-share img:hover{
	opacity: 0.85;
}
.sidebar-module-share .glyphicon{
  top:3px;
}

/*entry-content*/
.entry-content{
  position:relative;
}
.entry-content .sidebar-module-share{
  padding:0px;
  margin-bottom:0px;
  border-bottom:none;
  position:absolute;
  top:-55px;
  left:8px;
  z-index:1;
}
.entry-content .sidebar-module-share img{
  width:40px;
}
.entry-content .sidebar-module-share ul li{
  margin-right:15px;
}
@media (min-width: 600px){
  .entry-content .sidebar-module-share ul{
    padding-bottom:10px;
  }
  .entry-content .sidebar-module-share{
    top:-60px;
    left:10px;
  }
}
@media (min-width: 992px){
  .entry-content .sidebar-module-share ul{
    padding-bottom:15px;
  }
  .entry-content .sidebar-module-share{
    top:-65px;
  }
}



/*
 * Share2
 */
.social:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.socialbutton { float: left; margin: 0 15px 15px 0px; }
.facebook-button{ min-width:70px; max-width:115px; margin-left:15px;}
.twitter-button{ min-width:87px; max-width:90px; margin: 0 0 0 0px;}
.hatena-button{ min-width:80px; max-width:125px; }
.gplus-button{ min-width:50px; max-width:80px; }
.pocket-button{ min-width:60px; max-width:115px; margin: 0 0 0 -10px; }
.line-button{min-width:82px;max-width:82px;margin:0 0 0 -20px; }
.line-button, .line-button span{line-height:1.0;}

@media (min-width: 600px) and (max-width:768px), (min-width:992px){
  .social{
    overflow:hidden;
    height:22px;
    width:100%;
    margin-bottom:30px;
    margin-top:40px;
  }
  .social1, .social2{
    float:left;
  }
  .social1{
    min-width:225px;
  }
  .social2{
    min-width:225px;
  }
  .facebook-button{ margin-left:17px;}
}
@media (max-width: 600px), (min-width: 768px) and (max-width: 992px){
  .social1, .social2{
    overflow:hidden;
    float:left;
    height:22px;
    width:100%;
    margin-bottom:25px;
  }
  .social1{
    margin-top:10px;
  }
  .social1:after, .social2:after{
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}



/*
 * Search
 */

.btn-primary-appbu{
  color:#fff;
  background-color:#4FC1E9;
	border-color: #3bafda;
}
.btn-primary-appbu:hover, .btn-primary-appbu:focus{
  color:#fff;
  background-color:#3bafda;
	border-color: #3bafda;
}
.form-control{
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow:none;
}
.form-control:hover, .form-control:focus{
  box-shadow:none;
}
.btn.btn-primary-appbu{
  border-radius: 0px;
}
.input-group-btn:last-child>.btn.btn-primary-appbu{
  margin-left:0px;
}



/*
 * Footer
 */
.blog-footer {
  /*padding: 40px 20px;*/
  padding:25px 20px;
  color: #B6B6B6;
  text-align: center;
  /*background-color: #444;*/background-color:#727272;
  border-top: 1px solid #e5e5e5;
}
@media (max-width:767px){
  .blog-footer{
    margin-top:15px;
  }
}
.blog-footer h3 a{
  font-size:16px;
  color: #B6B6B6;
}
.blog-footer h4 a{
  font-size:14px;
  color: #B6B6B6;
}
.blog-footer a{
  color: #B6B6B6;
}
.blog-footer ul {
  clear: both;
  padding: 0;
  text-align: center;
  margin-bottom:15px;
}
.blog-footer h3{
  margin-bottom:15px;
}
.blog-footer li {
  display: inline;
  list-style: none;
  margin: auto;
}
.blog-footer li+li:before {
content: "·";
padding: 0 4px 0 3px;
}
#page-top{
  bottom: 30px;
  /*right: 20px;*/right:21px;
  position: fixed;
}
#page-top a {
  background-color: #FFF;
  opacity: 0.9;
  border-radius:100%;
  /*padding: 12px 13px;
  width: 24px;
  height: 20px;*/
  padding:9px 19px;
  font-size: 28px;
  line-height: 20px;
  color:#727272;
-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}
#page-top a:hover, #page-top a.active{
  opacity: 0.6;
}



/* Sidebar modules for boxing content */
.sidebar-module ul, .sidebar-module li{
  list-style:none;
  margin:0px;
  padding:0px;
}
.sidebar-module.archive-post li{
  line-height:1.8;
}
.sidebar-module-inset{
  margin-bottom:30px;
}
.mgbottom15{
  margin-bottom:15px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
.sidebar-module h4{
  /*color:#3bafda;*/
  color:#727272;
  font-weight:bold;
}
.new-post{
  padding-bottom:0px;
}
.new-post > h4, .related-post > h4{
  margin-bottom:-15px;
}
@media (min-width: 992px) {
  .new-post > h4, .related-post > h4{
    margin-bottom:-10px;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .new-post{
    margin:0 -10px;
  }
}





/*
 * Media
 */
/* title */
.sticky-title, .media-title{
  /*color:#333;*/color:#212121;
  /*font-weight:bold;*/
  line-height: 1.42857143;
}
.media-title{
  font-weight:bold;
}
.post-list h3{
  font-size:18px;
}
.related-post .media-body h4, .new-post-title{
  font-size:18px;
  margin-bottom:10px;
}

/* media */
.media {
  margin-top:30px;
}
.post-list .blog-post-meta, .new-post .blog-post-meta, related-post .blog-post-meta{
  margin-bottom:0px;
}

/* media-object img */
.post-list img, .new-post img, .related-post img{
  width:96px;
  height:96px;
}

/* readmore */
.readmore{
  padding-top:30px;
}

/* sticky */
.sticky{
  margin-bottom:30px;
}
.sticky-body-lead, .media-body-lead{
  font-size:15px;
  line-height:1.7;
  display:none;
}

.sticky .media{
  margin-top:10px;
}
.sticky img{
  max-width:100%;
  height:auto;
  width:auto; /* for ie8 */
}



@media (max-width: 599px) {
  .sticky .pull-left {
    float:none!important;
  }
  .sticky .media>.pull-left{
    margin-right:0px;
  }
  .sticky .btn-appbu{
    margin-top:15px;
    width:100%;
  }
  .media>.pull-left {
    margin-right: 10px;
  }
}

@media (min-width: 600px) {
  .post-list h3{
    font-size:21px;
  }
  .related-post .media-body h4, .new-post-title{
    font-size:20px;
  }
  .media>.pull-left {
    margin-right: 15px;
  }
  .post-list img{
    width:112px;
    height:112px;
  }
  .sticky-body-lead{
    display:block;
  }
  .sticky .media{
    margin-top:15px;
  }
  .sticky img{
    /*max-width:208px;*/
    max-width:225px;/*白銀比*/
    height:auto;
    width:auto; /* for ie8 */
  }
  .sticky .media>.pull-left {
    /*width:208px;*/
    width:225px;
  }
  .sticky-body-lead, .media-body-lead{
    font-size:15px;
    line-height:1.7;
  }
  .related-post img{
    width:112px;
    height:112px;
  }
}

@media (min-width: 768px) {
  .sticky{
    margin-bottom:45px;
  }
  .sticky-body-lead, .related-post .media-body-lead, .post-list .media-body-lead{
    display:block;
    margin-bottom:20px;
    /*color:#444;*/color:#212121;
  }
  .sticky img{
    max-width:265px;/*白銀比*/
    height:auto;
    width:auto; /* for ie8 */
  }
  .sticky .media>.pull-left {
    width:265px;
  }
  /*.related-post .media-body-lead{
    line-height: 1.42857143;
  }*/
  /*.media.post-list{
    margin-top:45px;
  }*/
  .post-list img{
    width:144px;
    height:144px;
  }
  .related-post img{
    width:112px;
    height:112px;
  }
  .media>.pull-left {
    margin-right: 15px;
  }
  .post-list h3{
    font-size:24px;
    margin-bottom:20px;
  }
  .related-post .media-body h4{
    font-size:20px;
    margin-bottom:10px;
    line-height: 1.42857143;
  }
  .new-post-title, .new-post .blog-post-meta, .related-post .blog-post-meta{
    margin-bottom:10px;
  }
  .new-post .blog-post-meta, .post-list .media-body-lead, .related-post .media-body-lead{
    margin-bottom:0px;
  }
  .post-list .blog-post-meta{
    margin-bottom:20px;
  }
}

@media (min-width: 992px) {
  .sticky{
    margin-bottom:45px;
  }
  .sticky-body-lead, .related-post .media-body-lead, .post-list .media-body-lead{
    display:block;
    margin-bottom:20px;
  }
  .sticky img{
    max-width:236px;/*白銀比*/
    height:auto;
    width:auto; /* for ie8 */
  }
  .sticky .media>.pull-left {
    width:236px;
  }
  /*.related-post .media-body-lead{
    line-height: 1.42857143;
  }*/
  /*.media.post-list{
    margin-top:45px;
  }*/
  .post-list img{
    width:144px;
    height:144px;
  }
  .related-post img{
    width:112px;
    height:112px;
  }
  .media>.pull-left {
    margin-right: 15px;
  }
  .post-list h3{
    font-size:24px;
    margin-bottom:20px;
  }
  .related-post .media-body h4{
    font-size:20px;
    margin-bottom:10px;
    line-height: 1.42857143;
  }
  .new-post-title{
    font-size:16px;
    line-height:1.5;
  }
  .new-post-title, .new-post .blog-post-meta, .related-post .blog-post-meta{
    margin-bottom:10px;
  }
  .new-post .blog-post-meta, .post-list .media-body-lead, .related-post .media-body-lead{
    margin-bottom:0px;
  }
  .post-list .blog-post-meta{
    margin-bottom:20px;
  }
}
@media (min-width: 1110px) {
  .sticky img{
    max-width:252px;/*白銀比*/
  }
  .sticky .media>.pull-left {
    width:252px;
  }
}


/*
/* Image
*/

img.sp{
  max-width:250px;
  width:auto; /* for ie8 */
  height:auto;
  padding:10px;
}
img.pc{
  max-width:100%;
  width:auto; /* for ie8 */
  height:auto;
  padding:10px 0px;
}
img.sp2{
  max-width:100%;
  width:auto; /* for ie8 */
  height:auto;
  padding:10px 0px;
}
@media (min-width: 600px) {
  img.sp2{
    max-width:500px;
    width:auto; /* for ie8 */
    height:auto;
    padding:10px 0px;
  }
}



/*
/* App Module
*/

.app-row{
  margin:0;
  margin-left:-5px;
  margin-right:-5px;
  margin-bottom:15px;
}
.app-row .col-xs-12, .app-row .col-sm-6{
  padding:5px;
}
@media (min-width: 600px) {
  .app-row .col-sm-6{
    width:50%;
  }
}
.app-module{
  border:solid 1px #eee;
  border-radius:4px;
  /*margin-bottom:5px;*/
  padding:10px;
}
.app-module .media>.pull-left{
  margin-right:10px;
}
.app-module img{
  width:64px;
  height:64px;
}
.app-module img.icon-os{
  width:30px;
  height:30px;
  margin-top:9px;
  margin-left:16px;
}
.app-module p span{
  display:inline-block;
  /*color:#3bafda;
  font-weight:bold;*/
}
.app-module p{
  margin-bottom:5px;
}
.app-module .media-heading{
  font-weight:bold;
}
.app-module .media .artwork{
  width:64px;
  height:64px;
  position:relative;
}
.app-module .media .artwork>span.mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 66px;
  height: 66px;
  background: url(./assets/img/mask175.png) 0 0 no-repeat;
  background-size: 64px 64px;
}
.label-android{
  background-color:#8bc349;
}
.label-web{
  background-color:#A186CB;
}



/***youtube***/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.aligncenter{
  text-align:center;
}

/***201407***/
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
#copytext .well{
  font-size:18px;
  font-weight:bold;
}

/*
/* Popular posts
*/

.media .wpp-thumbnail{
  margin:0px;
  width:96px;
  height:96px;
}
.sidebar-module .wpp{
 line-height:1.42857143;
}
.sidebar-module .wpp .blog-post-meta, .sidebar-module.related-post .blog-post-meta{
  margin-bottom:0px;
}
@media (min-width: 600px) {
  .media .wpp-thumbnail{
    width:112px;
    height:112px;
  }
}
@media (min-width: 768px) {
 .sidebar-module.related-post .blog-post-meta{
  margin-bottom:10px;
  }
}
.sidebar-module ul{
  margin-bottom:45px;
}
.go-to-top{
  margin-bottom:15px;
  font-size:16px;
}
.sidebar-module.new-post{
  padding-top:0px;
}
@media (min-width: 992px) {
  .media .wpp-thumbnail{
    width:96px;
    height:96px;
  }
}
/* 順位 */
.wpp-list{
  counter-reset: wpp-ranking;
}
.wpp-list div.wpp{
  position:relative;
}
.wpp-list div.wpp:before{
  color:#e1f5fe;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  text-align:center;
  position:absolute;
  top:0;
  left:0;
  line-height:30px;
  width: 30px;
  height: 30px;
  background-color:#039be5;
}


/*
/* Contact Form 7 Plugin
*/


/*iPhoneでinputフォーカス時ズームされなくする対応*/
input, input.form-control, textarea { font-size: 16px; }

.wpcf7-form input{width: 100% !important;padding:5px;}
.wpcf7-form textarea{width: 100% !important;padding:5px;}
.wpcf7-form .wpcf7-submit{width: 80px !important;padding:5px;}
@media (min-width: 992px) {
  .wpcf7-form input{width: 80% !important;padding:5px;}
  .wpcf7-form textarea{width: 80% !important;padding:5px;}
  .wpcf7-form .wpcf7-submit{width: 80px !important;padding:5px;}
}
div.wpcf7-response-output{
  margin:0px 0px 1.4em !important;
}



/*
/* tag by twenty fourteen 2014/09/05
*/



.tag-links a {
  background-color: #727272;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: inline-block;
  /*font-size: 11px;*/font-size:12px;
  font-weight: 700;
  /*line-height: 1.2727272727;*/line-height:1;
  /*margin: 2px 4px 2px 10px;*/margin: 2px 6px 2px 10px;
  /*padding: 5px 9px;*/padding:9px;
  position: relative;
  /*text-transform: uppercase;*/
}
.tag-links a:before {
  /*border-top: 12px solid transparent;*/border-top: 15px solid transparent;
  border-right: 8px solid #727272;
  /*border-bottom: 12px solid transparent;*/border-bottom: 15px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
}
.tag-links a:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  /*top: 10px;*/top:12px;
  left: -2px;
  width: 4px;
}
.tag-links a:hover{
  background-color: #0288D1;
  text-decoration: none;
}
.tag-links a:hover:before{
  border-right-color: #0288D1;
}


/*
/* Share4&5
*/
/*
/* btn Color by Twitter's Bootstrap 3 Button Generator
*/



/***tw***/
.btn-tw {
  background-color: #55acee;
  border-color: #55acee;
  color:#fff;
}
.btn-tw:hover,
.btn-tw:focus,
.btn-tw:active,
.btn-tw.active {
  background-color: #3ea1ec;
  border-color: #2795e9;
  color:#fff;
}
.btn-tw.hasshadow{
  border-bottom: 2px solid #2795e9;
}
/***fb***/
.btn-fb {
  background-color: #3b5998;
  border-color: #3b5998;
  color:#fff;
}
.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active,
.btn-fb.active {
  background-color: #344e86;
  border-color: #2d4373;
  color:#fff;
}
.btn-fb.hasshadow{
  border-bottom: 2px solid #2d4373;
}
/***white***/
.btn-white {
  background-color: #fff;
  border-color: #e6e6e6;
  /*color: #444;*/color:#212121;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  background-color: #f2f2f2;
  border-color: #e6e6e6;
  /*color: #444;*/color:#212121;
}
/***gray***/
.btn-gray {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color:#727272;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
  background-color: #e8e8e8;
  border-color: #dcdcdc;
  color:#727272;
}
/***gplus***/
.btn-gplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color:#fff;
}
.btn-gplus:hover,
.btn-gplus:focus,
.btn-gplus:active,
.btn-gplus.active {
  background-color: #d73925;
  border-color: #c23321;
  color:#fff;
}
/***LINE***/
.btn-line {
  background-color: #00c300;
  border-color: #00c300;
  color:#fff;
}
.btn-line:hover,
.btn-line:focus,
.btn-line:active,
.btn-line.active {
  background-color: #00aa00;
  border-color: #009000;
  color:#fff;
}
.btn-line.hasshadow{
  border-bottom: 2px solid #009000;
}
/***hatena***/
.btn-hatena {
  background-color: #00A5DE;
  border-color: #00A5DE;
  color:#fff;
}
.btn-hatena:hover,
.btn-hatena:focus,
.btn-hatena:active,
.btn-hatena.active {
  background-color: #0092c5;
  border-color: #007fab;
  color:#fff;
}
.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}
/***feedly***/
.btn-feedly {
  background-color: #6cc655;
  border-color: #6cc655;
  color:#fff;
}
.btn-feedly:hover,
.btn-feedly:focus,
.btn-feedly:active,
.btn-feedly.active {
  background-color: #5bc042;
  border-color: #52ae3a;
  color:#fff;
}
@media (max-width: 991px) {
  .follow-box-feedly{
    display:none;
  }
}
/***line***/
.btn-line {
  background-color: #00c402;
  border-color: #00c402;
  color:#fff;
}
.btn-line:hover,
.btn-line:focus,
.btn-line:active,
.btn-line.active {
  background-color: #00c402;
  border-color: #00c402;
  color:#fff;
}
@media (min-width: 992px) {
  .follow-box-line{
    display:none;
  }
  /*last-child指定が効かないため代替*/
  .sidebar-block-about .follow-box li.follow-box-feedly{
    margin-right:0px;
  }
}


/*
/* line-font-icon by Icon Moon
*/



@font-face {
	font-family: 'icomoon';
	src:url('./assets/fonts/icomoon.eot?xi3gl2');
	src:url('./assets/fonts/icomoon.eot?#iefixxi3gl2') format('embedded-opentype'),
		url('./assets/fonts/icomoon.woff?xi3gl2') format('woff'),
		url('./assets/fonts/icomoon.ttf?xi3gl2') format('truetype'),
		url('./assets/fonts/icomoon.svg?xi3gl2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	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;
}

.icon-hatena:before {
	content: "\e600";
}
.icon-line:before {
	content: "\e601";
}
.icon-pocket:before {
	content: "\e602";
}


/***シェアボタンとタグを追加***/
.blog-post-share-bottom{
  padding-top:10px;
  margin-bottom:30px;
}
.footer-tag{
  margin-bottom:30px;
}


/***btn-group-share***/
.btn-group-share .btn{
  height:40px;
  padding:0px;
  font-size:26px;
  border-radius:0px;
  border-color:#f0f0f0;
  color:#4FC1E9;
}
.btn-group-share .fa{
  line-height:40px;
}
/***微調整
.btn-group-share .fa-google-plus, .btn-group-share .fa-facebook{
  line-height:40px;
}
微調整***/
.btn-group-share span{
  display:none;
}
.btn-group-share .tablet-only{
  display:none;
}
@media (min-width:992px) { 
  .btn-group-share span{
    display:inline-block;
    vertical-align:5px;
    font-size:13px;
  }
  .btn-group-share .fa{
    margin-right:8px;
  }
  .btn-group-share span.hatenaspan{
    vertical-align:6px;
  }
  .btn-group-share .mobile-only{
    display:none;
  }
  .btn-group-share .tablet-only{
    display:table-cell;
  }
}
.fa-line-white.fa-line-lg img{
  width:1.333333333em;
  height:1.333333333em;
}
.fa-line-white.fa-line-2x img{
  width:2em;
  height:2em;
}
/*** share3 ***/
.share-btn-top .fa-lg{
  line-height:1em;
}
.share-btn-top .btn{
  padding:5px 12px;
  border-radius:0px;
}
.share-btn-top a span{
  display:none;
}
.share-btn-top a span.fa-line-white{
  display:block;
}
@media (min-width: 600px) {
  .share-btn-top a{
    font-size:16px;
  }
}
@media (min-width:768px) {
  .btn-group-justified>.btn.onlymobile, .share-btn-bottom ul li.onlymobile{
    display:none;
  }
}
/*** share4 ***/
.share-btn-bottom{
  margin-left:-3px;
  margin-right:-4px;
}
.share-btn-bottom ul{
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height:1em;
  width: 100%;
  table-layout: fixed;
  display: table;
  list-style: none;
  margin:0;
  padding:0;
}
.share-btn-bottom ul li{
  padding-left: 3px;
  padding-right: 4px;
  display: table-cell;
}
.share-btn-bottom ul li a{
  padding: 9px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}
.share-btn-bottom ul li a i, .share-btn-bottom ul li a span{
  display: block;
  margin: auto auto 5px;
  vertical-align: middle;
}
.share-btn-bottom .btn{
  line-height:1em;
  border-radius:0px;
}
/***微調整***/
.share-btn-bottom .fa-twitter{
  margin-bottom:2px;
  margin-top:3px;
}
.share-btn-bottom .fa-facebook{
  margin-bottom:2px;
  margin-top:3px;
}
.share-btn-bottom ul li a span.hasdo{
  display:none;
}
@media (min-width:768px) {
  .share-btn-bottom ul li a i{
    display:inline-block;
    margin-right:15px;
  }
  .share-btn-bottom .btn{
    font-size:16px;
    font-weight:bold;
    padding-top:15px;
    padding-bottom:10px;
  }
  .share-btn-bottom ul li a span.hasdo{
    display:inline-block;
  }
  .btn-fb.hasshadow{
    border-bottom: 3px solid #2d4373;
  }
  .btn-tw.hasshadow{
    border-bottom: 3px solid #2795e9;
  }
  .share-btn-bottom .fa-twitter, .share-btn-bottom .fa-facebook{
    margin: -5px 15px 0px 0px;
  }
}



/***share-groupe-top***/
.blog-post-share-top{
  margin:0;padding:0;
  margin-top:0px;
  margin-bottom:12px;
}
/***イレギュラー***/
@media(min-width:360px) {
  .blog-post-share-top{
    margin-top:0px;
    margin-bottom:12px;
  }
}
@media(min-width:600px) {
  .blog-post-share-top{
    margin-bottom:15px;
  }
}
@media(min-width:992px) {
  .blog-post-share-top{
    margin-bottom:20px;
  }
}
.share-groupe-top{
  margin:0 auto;
  max-width:360px;
}
.share-groupe-top ul{
  display:table;
  width:100%;
  table-layout:fixed;
  padding:0px;
  maring:0;
  height: 42px;
}
.share-groupe-top li{
  display:table-cell;
  text-align:center;
  height: 42px;
  line-height:42px;
}
.share-groupe-top li a{
  border:solid 2px;
  width: 42px;
	height: 42px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  display:inline-block;
  line-height:42px;
  vertical-align: middle;
}
.share-groupe-top li i{
  font-size:1.65em;
  line-height:40px;
}
.share-groupe-top .tablet-only{
  display:none;
}
@media (min-width:768px) {
  .share-groupe-top .mobile-only{
    display:none;
  }
  .share-groupe-top .tablet-only{
    display:table-cell;
  }
}
@media (min-width:600px) {
  .share-groupe-top{
    margin:0 0 0 -5px;
    max-width:270px;
  }
}
/***tw***/
.c-tw{
  border-color:#55acee;
  color:#55acee;
}
.c-tw:hover,
.c-tw:focus,
.c-tw:active,
.c-tw.active {
  background-color: #55acee;
  border-color: #55acee;
  color:#fff;
}
/***fb***/
.c-fb {
  border-color: #3b5998;
  color: #3b5998;
}
.c-fb:hover,
.c-fb:focus,
.c-fb:active,
.c-fb.active {
  background-color: #3b5998;
  border-color: #3b5998;
  color:#fff;
}
/***gplus***/
.c-gplus {
  border-color: #dd4b39;
  color: #dd4b39;
}
.c-gplus:hover,
.c-gplus:focus,
.c-gplus:active,
.c-gplus.active {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color:#fff;
}
/***LINE***/
.c-line {
  border-color: #00c300;
  color: #00c300;
}
.c-line:hover,
.c-line:focus,
.c-line:active,
.c-line.active {
  background-color: #009900;
  border-color: #009900;
  color:#fff;
}
/***hatena***/
.c-hatena {
  border-color: #00A5DE;
  color: #00A5DE;
}
.c-hatena:hover,
.c-hatena:focus,
.c-hatena:active,
.c-hatena.active {
  background-color: #00A5DE;
  border-color: #00A5DE;
  color:#fff;
}
/***pocket***/
.c-pocket {
  border-color: #f03e56;
  color: #f03e56;
}
.c-pocket:hover,
.c-pocket:focus,
.c-pocket:active,
.c-pocket.active {
  background-color: #f03e56;
  border-color: #f03e56;
  color:#fff;
}


/*
 * Bootstrap embed
 */
.embed-responsive{
  margin-bottom:1.4em;
}


/*
/* AmazonJS
*/
.amazonjs-media{
  padding:12px;
  border:solid 1px #eee;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.1);
  border-radius: 2px;
  background: url(./assets/img/amazonjs-logo.png) no-repeat;
  background-size: 24px 24px;
  background-position:right 12px bottom 12px;
  /*box-shadow: 0 0 0 1px rgba(0,0,0,0.1);*/
}
.amazonjs-media .media-heading{
  margin-bottom:0px;
}
.amazonjs_price{
  font-size:85%;
  color:#b12704;
  font-weight:bold;
}
.amazonjs_listprice {
  text-decoration: line-through;
}
.amazonjs_price span {
  margin-left: .5em;
  /*color: #444;*/color:#212121;
  font-weight:normal;
  font-size:85%;
}
.amazonjs_price span.amazonjs_listprice{
  font-size:100%;
}
.amazonjs_price b{
  /*color: #444;*/color:#212121;
  font-weight:normal;
}  
.amazonjs_info ul li b {
  margin-right: .5em;
  /*color: #444;*/color:#212121;
  font-weight:normal;
}
.amazonjs-media small{
  /*color: #444;*/color:#212121;
}
.amazonjs-media img{
  max-width:96px;
  width:auto;
  height:auto;
}
@media(min-width:600px) {
  .amazonjs-media img{
    max-width:128px;
    width:auto;
    height:auto;
  }
  /*.amazonjs-media .media-heading{
    font-size:1.1em;
  }*/
}



/*
/* about
*/
.about-img{
  width:112px;
  height:112px;
}
@media(min-width:600px){
 .about-img{
    width:192px;
    height:192px;
  }
}



/*
/* sidebar-Block
*/
/*** base ***/
.sidebar-block{
  padding-top:15px;
  margin-bottom:30px;
}
.sidebar-block h4{
  color: #727272;
  font-weight: bold;
}
.sidebar-block ul{
  margin:0;
  padding:0;
}
.sidebar-block li{
  list-style:none;
}
.sidebar-block-inset{
  margin-left:-20px;
  margin-right:-20px;
  padding:20px 20px;
  margin-bottom:10px;
  background-color:#eee;
}
@media (min-width:600px){
  .sidebar-block-inset{
    margin-left:-26px;
    margin-right:-26px;
    padding:20px 26px;
    border-radius:4px;
  }
}
@media (min-width:768px){
  .sidebar-block.sidebar-block-inset{
    margin-left:-40px;
    margin-right:-40px;
    padding:20px 40px;
  }
}
@media (min-width:992px){
  .sidebar-block.sidebar-block-inset{
    margin-left:-15px;
    margin-right:-15px;
    padding:20px 15px;
  }
}




/*** sidebar-block-about ***/
.sidebar-block-about .media .media-body p{
  font-size:15px;
  line-height:1.7;
}
.sidebar-block-about .follow-box ul{
  width:280px;
  margin:0 auto;
  padding: 0px;
  padding:20px 0px 0px;
}
.sidebar-block-about .follow-box li{
  margin-right:13px;
}
.sidebar-block-about .follow-box li:last-child{
  margin-right:0px;
}
.sidebar-block-about .follow-box{
 margin:0px;
}
/*@media (min-width:768px) and (max-width:991px){
  .follow-box-feedly{
    display:none;
  }
  .sidebar-block-about .follow-box{
    margin:0px;
  }
  .sidebar-block-about .follow-box ul{
    width:244px;
    padding-left:16px;
  }
}*/
@media (min-width:992px){
  .sidebar-block-about .media .media-body p{
    font-size:14px;
  }
}
/*** sidebar-block-widget ***/
.sidebar-block-widget .wpp .blog-post-meta{
  margin-bottom:0px;
}
.sidebar-block-widget ul{
  margin-bottom:30px;
}
.sidebar-block-widget ul+ul{
  padding-top:15px;
}
.sidebar-block-widget ul.children, .sidebar-block-widget ul.sub-menu{
  padding-left:15px;
  margin-bottom:0px;
  padding-top:10px;
}
.sidebar-block-widget .cat-item,
.sidebar-block-widget .menu-item{
  font-size:15px;
  /*line-height:1;
  margin-top:15px;*/
  line-height:20px;
  padding-top:10px;
  padding-bottom:10px;
}
/*イレギュラー*/
.sidebar-block-widget .cat-item.cat-item-10{
  padding-bottom:0px;
}


/*
/* app-list
*/
/*pull-leftと同じ事をやっている*/
.app-list	{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
  margin-bottom:1.6em;
}
.app-list-icon {
	width: 106px;/*96px+10px*/
}
@media (min-width:600px){
  .app-list-icon {
    width:111px;/96px+15px*/
  }
}
@media (min-width:992px){
  .app-list-icon {
    width:116px;/96px+20px*/
  }
}
.app-list-body {
  width:auto;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
.app-list-body p{
  margin-bottom:0px;
}
.app-list-show	{
	width: 56px;
  text-align:center;
}
.app-list-show a{
  display:block;
  line-height:96px;
}



/*** category ***/
.sidebar-block-cate .cat-item,
.sidebar-block-cate .menu-item,
.sidebar-block-tag li{
  font-size:15px;
  line-height:20px;
  padding-top:10px;
  padding-bottom:10px;
}
.sidebar-block-cate .cat-item:last-child{
  padding-bottom:0px;
}
.sidebar-block-cate ul.children, .sidebar-block-cate ul.sub-menu{
  padding-left:15px;
  margin-bottom:0px;
  padding-top:10px;
}
@media (min-width:992px){
  .sidebar-block-cate .cat-item,
  .sidebar-block-cate .menu-item,
  .sidebar-block-tag li{
    padding-top:8px;
    padding-bottom:8px;
  }
  .sidebar-block-cate ul.children, .sidebar-block-cate ul.sub-menu{
    padding-top:8px;
  }
}



/*
/* Plugin:Wordpress Related Posts
*/
.wp_rp_content li{
  overflow: hidden;
  zoom: 1;
  margin-top:30px;
}
.wp_rp_content li img{
  float:left;
  margin-right:10px;
}
.wp_rp_content li a{
  font-size:18px;
  color:#212121;
  font-weight:bold;
}
.wp_rp_content li a:hover,.wp_rp_content li a:focus,.wp_rp_content li a:active{
  color:#01579B;
}
.wp_rp_excerpt{
  display:none;
}
@media (min-width:600px){
  .wp_rp_content li img{
    margin-right:15px;
  }
  .wp_rp_content li a{
    font-size:20px;
  }
}
@media (min-width:768px){
  .wp_rp_excerpt{
    display:block;
    font-size:15px;
    line-height:1.7;
    margin-top:10px;
    color:#727272;
  }
}
/*
/* Well2
*/
.well.well2{
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  background: #fff;
}
/*
/* Well featured-block
*/
.well.featured-block{
  -webkit-box-shadow: none;
  box-shadow: none;
  border:0px;
  border-radius:0px;
  margin:0px -20px;
  background:#727272;
  color:#fff;
}
.well.featured-block h4{
  color:#fff;
}
.well.featured-block ul{
  margin-bottom:0px;
}
.well.featured-block ul li.active{
  color:#b6b6b6;
}
.well.featured-block ul li a{
  color:#fff;
}
@media (min-width: 600px){
  .well.featured-block{
    margin:0px;
    padding:20px;
  }
}