@charset "utf-8";

/*
Theme Name: shouwapark
Theme URI: 
Description: 
Version: 1
Author: shouwapark
Author URI: 
*/

#search {
    margin: 20px 0;
    text-align: center;
}

#search input {
	padding: 10px 10px;
}

#searchsubmit {
	vertical-align: bottom;
}

#blog h3.topics_head {
    border-bottom: 3px solid #c9dfd3;
    margin-bottom: 20px;
    font-weight: bold;
	padding: 0 0 10px;
	color: #3484a3;
}


/* staff */
.page-writer h3 {
    border-bottom: 1px dashed #01a27a;
    color: #01a27a;
    margin: 0 !important;
    padding: 5px;
}

.page-writer article {
	padding: 20px 5px !important;
}


.page-writer .blog-list-box {
    display: block;
    padding: 0 !important;
}
.page-writer .blog-list-box:hover {
    background: #e5f5f1 none repeat scroll 0 0;
    text-decoration: none;
}

.page-writer .writer_left {
	float: left;
	width: 340px;
	
}

.page-writer .writer_right {
	float: right;
	width: 80px;
}

.page-writer .blog-list-erea,
.page-writer .blog-list-description {
	color: #222 !important;
}

#blog .blog-main .sns {
}

#blog .blog-main .sns ul li span {
	vertical-align: top !important;
}

/* h1のSEO用非表示 */
.site-h1 {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
