/*
Theme Name: STINGER PLUS2 Child
Template: stingerplus2
Version: 20170621
*/

/*カテゴリID別に色を指定できます
例）IDが7の場合
.catname.st-catid7 {
	background:#ff0000;
	color:#fff;
}
*/

#headbox-bg{
background: white;
}


#s-navi dd.acordion_tree {
    background: #666699;
    float: none;
    position: absolute;
    right: 0;
    width: 70%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
}


.acordion_tree li a {
color:#fff !important;
text-decoration: none;
}

.acordion_tree li  {
border-bottom: solid 1px white;
}

.menu-item a{
color:#fff !important;
}


.blog-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    clear: both;
}

.post-content-wrapper {
    position: relative;
}

.blog-post-thumb {
    margin-bottom: 20px;
}

.post-info-date {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin-bottom: 10px;
    background: #76a5cd;
    padding: 3px 10px;
    display: inline-block;
}


.post-header-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    text-align: left;
}


.post-header-title a {
    color: #000000;
    text-decoration: none;
}


.post-categories a {
    color: #a6a7a8;
    text-decoration: none;
}


.entry-content {
    overflow: visible;
}

.entry-title a {
font-weight: normal;
}


.entry-content p:last-child {
    margin-bottom: 0;
}
.new-itiran .entry-content p {
    font-size: 0.8em;
	 font-weight: normal;
}


.new-itiran-txt{
	width:100%;
	text-align:center;
	position: relative;
}

.new-itiran-txt:before {
    position: absolute;
    content: '';
    border-bottom: 2px solid #4682b4;
    top: 50%;
    left: 0;
    width: 100%;
}

.new-itiran-txt span{
display: inline-block;
padding:1em;
background:#fff;
position: relative;
color: #4682b4;
}


.sidebar-itiran-txt {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.sidebar-itiran-txt:before {
    position: absolute;
    content: '';
    border-bottom: 2px solid #4682b4;
    top: 50%;
    left: 0;
    width: 100%;
}

.sidebar-itiran-txt span{
display: inline-block;
padding:1em;
background:#fff;
position: relative;
color: #4682b4;
}


.sidebar-header-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: left;
}


.sidebar-header-title a {
    color: #000000;
    text-decoration: none;
}


.kanren-itiran-txt {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 40px;
}

.kanren-itiran-txt:before {
    position: absolute;
    content: '';
    border-bottom: 2px solid #4682b4;
    top: 50%;
    left: 0;
    width: 100%;
}

.kanren-itiran-txt span{
display: inline-block;
padding:1em;
background:#fff;
position: relative;
color: #4682b4;
}


.comment-itiran-txt {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 40px;
}

.comment-itiran-txt:before {
    position: absolute;
    content: '';
    border-bottom: 2px solid #4682b4;
    top: 50%;
    left: 0;
    width: 100%;
}

.comment-itiran-txt span{
display: inline-block;
padding:1em;
background:#fff;
position: relative;
color: #4682b4;
}




h2 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
  border-top: 0px;
  border-bottom: 0px;
}

h2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}

.post h3{
background: #fff0d9;
box-shadow: 0px 0px 0px 5px #fff0d9;
border: dashed 2px white;
padding: 0.2em 0.5em;
}


.blog-post-thumb img{
width:100%;
height:auto;
}

#footer {
margin-top: 50px;
}


/* お知らせ */
#topnews-box dt {
color: #76a5cd;
}


/* 個別ページ */
.st-eyecatch img
{
background-color: #fff;
}
.p-navi dl dt {
width: 65px;
}

.comment-author.vcard img{
display:none;
}

#comments {
padding:0px 0px 0px 0px;
margin-top:-25px;
}

.comment-body {
margin-bottom:0px;
}
.commentmetadata{
padding-bottom:20px;
}

.post ol {
padding-bottom:0px;
margin-bottom:0px;
}

/*media Queries タブレットサイズ（960px以下）
----------------------------------------------------*/
@media only screen and (max-width: 960px) {

#headbox-bg{
position: fixed;
z-index: 100;
width: 100%;
}

#gazou-wide{
position: relative;
z-index: 10;
top: 100px;
width: 100%;
}

#content-w {
position: relative;
z-index: 10;
top: 100px;
width: 100%;
}
	
#gazou-wide{
top: 130px;
}


#content-w {
top: 130px;
}

#header-l {
 margin-top:-60px;
}
	
#s-navi dd.acordion_tree {
 top: 60px;
}	
	
.blog-post .post-content-wrapper {
    width: 100%;
    float: none;
}
	
	
.blog-post .post-content {
    margin-left: 0;
}
	


	

/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以上）
----------------------------------------------------*/
@media only screen and (min-width: 600px) {


	

	
	
/*-- ここまで --*/
}

/*media Queries タブレットサイズ（600px以下）
----------------------------------------------------*/
@media only screen and (max-width: 600px) {

#header-l {
margin-top:-40px;
}
#s-navi dd.acordion_tree {
top: 40px;
}	
	

#gazou-wide{
top: 105px;
}

#content-w {
top: 105px;
}


/*-- ここまで --*/
}










/*media Queries PCサイズ（960px以上）
----------------------------------------------------*/
@media print, screen and (min-width: 960px) {


/*-- ここまで --*/
}