/* Enter Your Custom CSS Here */
/* hgroup {
padding-left:120px;
background-image: url("http://takeshikawamoto.com/wp/wp-content/uploads/2015/06/toplogo-01.png");
background-repeat: no-repeat;
background-position: left center;
height:50px;
} */
a {
outline: none;
color: #000;
}
a:hover {
color: #000;
}
.site-info {
display: none;
}
#sb_instagram {
float: left;
}
.clear { clear:both; }  
.clear hr { display:none; } 
/* social button shadow delete */
.crafty-social-buttons-list img{
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
}
/* home slide show */
.slideshow_slide_image{
border-radius: 4px;
}
.slideshow_container{
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
/* entry title display */
#post-9680 .entry-header .entry-title {
display: none;
}
#post-8298 .entry-header .entry-title {
display: none;
}
#post-11 .entry-header .entry-title {
display: none;
}
/* navigation */
#site-navigation {
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
border-bottom: 1px solid #ededed;
border-top: 0px solid #ededed;
}
.main-navigation li {
margin: 0 20px 0 0;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
color: #636363;
font-weight: bold;
border-bottom: 3px solid #636363;
}
.site-header {
padding: 40px 0;
}
.site-header h1 {
color: #000;
font-size: 14px;
line-height: 22px;
margin:0px;
padding-top:10px;
}
.site-header h2 {
text-align: left;
color: #000;
font-size: 14px;
line-height: 14px;
font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.entry-title a {
font-size: 28px;
font-weight: bold;
color: #000;
font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.entry-title {
font-size: 28px;
font-weight: bold;
color: #000;
font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.entry-header .entry-title {
font-size: 28px;
font-weight: bold;
color: #000;
font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.entry-content p {
color: #000;
font-size: 16px;
line-height: 1.8em;
font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.entry-content p a {
color: #000;
}
/* blockquote */
.entry-content blockquote {
  border-radius: 4px;
background-color: #F5F5F2;
padding: 30px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
margin-left:5px;
margin-right:5px;
margin-top:50px;
margin-bottom:50px;
}
.entry-content blockquote p {
color: #333;
font-size: 14px;
}
/* meta */
footer.entry-meta a {
font-size: 12px;
text-decoration: none;
}
footer.entry-meta a:hover {
color: #000;
}
footer.entry-meta {
font-size: 12px;
}
/* hr */
.site-content article {
border-bottom: 1px dashed #ccc;
padding-bottom: 10px;
}
/* sidebar */
.widget-area .widget a,
.widget-area .widget a:visited {
text-decoration: none;
color: #757575;
}
.widget-area .widget a:hover {
color: #000;
}

/*   ###################paginate###########################   */

.post-grid-container-main .paginate .page-numbers {
  background: none repeat scroll 0 0 #555;
}
.post-grid-container-main .paginate .page-numbers:hover {
  background: none repeat scroll 0 0 #333;
}
.post-grid-container-main .paginate .current {
  background: none repeat scroll 0 0 #000;
}
