@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: <子テーマの名前>
Template: stinger5ver20140902
Description: <子テーマの説明>
Author: <あなたの名前（ハンドルネーム）>
Author URI: <あなたのブログのURL）>
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Version: 20140823 (for stinger5ver20140902)
---------------------------------------------------------*/
@import url('../stinger5ver20140902/style.css');

* {
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;   
　　font-size: 18px;
　}

a {
   text-decoration: none;
}
h2{
	position:relative;
        font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
        margin-left: -20px;
        margin-right: -20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	background-color: #51A2C1;
	color: #fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
 

.h3 a {
	color: #333;
	text-decoration: none;
}

.post h3 {
        font-size: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #1a1a1a;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -20px;
        margin-right: -20px;
	border-left:25px double #89c3eb;
        background-color: #f5f9fc;
	}

.post h4{
border-left:8px solid #8491c3;
padding:10px;
margin-top: 10px;
margin-bottom:20px;
background-color:#f3f3f3;
}

.menu_underh2 {
        color: #000;
        background-color: #dc6d79;
        border-radius: 3px;
        display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
        margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	box-sizing: border-box;
	text-decoration: none;
	}


.rssbox2 a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #E8C868;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #000;
	box-sizing: border-box;
	text-decoration: none;
        border-radius: 3px;
        font-weight: bold;
}

.rssbox4 a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #55acee;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
        border-radius: 3px;
        font-weight: bold;
}


.rssbox5 a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #008fde;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
        border-radius: 3px;
        font-weight: bold;
}

.rssbox6 a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #315096;
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
        border-radius: 3px;
        font-weight: bold;
}



.post blockquote {
	background-color: #e9f3fa;
        border: 1px solid #ccc;
        border-radius: 5px;
}


/*-------------------------
画像フレーム
---------------------------*/
.sumbox img {
  border:solid 1px #ccc;
  padding:3px;
}
 
.post img {
  border:solid 1px #ccc;
  padding:3px;
}

.blogbox {
	margin-bottom: 5px;
	padding: 3px;
}

.blogbox p {
        font-size: 14px;
        background-color: #c0ddf0;
        border-radius: 6px;
        padding: 5px 5px 5px 5px;
        margin-top: 5px;
}

/* 記事タイトル */

.entry-title {
	font-size: 24px;
	line-height: 30px;
	color: #333;
        margin-top: 30px;
	margin-bottom: 30px;
        text-decoration: none;
}

.tagst a {
        color: #666;
	text-decoration: none;
        background-color: #e9ebfa;
        border-radius: 6px;
        margin: 3px;
        padding: 3px 3px 3px 3px;
}

#kanren .related-article-title h5 {
	font-size: 16px;
}

#kanren .related-article-title h5 a {
	color: #333;
	text-decoration: none;
}

#kanren .related-article-title h5 a:hover {
	color: #b22222;
}

.tagcloud {
  overflow: hidden;
  padding: 10px 0px;
}

.tagcloud  a {
  float: right;
  display: block;
  background: #5e7fc0;
  line-height: 100%;
  color: #fff;
  text-decoration: none;

  font-weight: 400;
  font-size: 85%;
  padding: 4px 5px 3px;
  margin: 0 4px 4px 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 4px;
}
.tagcloud  a:hover {
  background: #70b94c;
}

.adcc{
margin-left:-10px
}

/* 表の設定 */
.example table {
width: 300;
height: 200;
border: 1px #000000 solid;
border-collapse: collapse;
}

.example td {
font-size: 13px;
border: 1px #000000 solid;
text-align: center;
vertical-align: middle;
}

.example th {
font-size: 13px;
border: 1px #000000 solid;
background-color: #ffe4e1;
text-align: center;
vertical-align: middle;
}

/*--------------------------------
ナビゲーションバー
---------------------------------*/
nav {
	margin: 10px 0px;
	border-radius: 4px;
}

/*--------------------------------
サイドバー
---------------------------------*/
aside {
	background: #ebebeb;
	padding: 10px;
　　　　　margin-top : 20px;
	border-radius: 7px;
}


/*--------------------------------
メディアクエリ
---------------------------------*/
@media only screen and (min-width: 780px) {
	aside {
		width: 280px;
	}
}

@media only screen and (max-width: 780px) {
	nav {
		margin: 0 20px;
	}
	main {
		margin: 0 0 20px;
	}

}

.adad {
   position: relative;
    left: -10px;
}

#topnews dt img {
	width: 100%;
       border:solid 1px #ccc;
       padding:3px;
}


.snsbox{
    overflow:hidden;
}
.snsbox li{
    margin: 10px 5px 0 0;
    float: left;
    list-style:none;
}

.sns-icon {
    display: block;
    width: 70px;
    height: 20px;
    text-indent: -9999px;
    background: url('images/sns-icons.png') no-repeat;
}
.facebook { background-position: 0 -80px; }
.twitter { background-position: 0 -60px; }
.gplus { background-position: 0 -20px; }
.hatebu { background-position: 0 -40px; }
.feedly { background-position: 0 0; }

.sns-count {
    position: relative;
    display: block;
    width: 68px;
    margin-bottom: 7px;
    padding: 3px 0;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 3px;
    background: #fff;
}
.sns-count:after, .sns-count:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    content: ' ';
    pointer-events: none;
    border: solid transparent;
}
.sns-count:after {
    margin-left: -5px;
    border-width: 5px;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
}
.sns-count:before {
    margin-left: -6px;
    border-width: 6px;
    border-color: rgba(170, 170, 170, 0);
    border-top-color: #aaa;
}

.pocket { background-position: 0 -100px; }

/* Font Awesome hatena bookmark */
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}

/* TOPリンク拡大*/
#topnews dl.clearfix:hover {
	background-color : #eef0f1;
	cursor : pointer ;
-webkit-transition: 1.5s;
-moz-transition: 1.5s;
-o-transition: 1.5s;
-ms-transition: 1.5s;
transition: 1.5s;
}

#topnews dl.clearfix {
	padding : 10px ;
	margin-bottom : 0 ;
}

/* サイドリンク拡大*/

#kanren dl.clearfix:hover {
	background-color : #eef0f1 ;
	cursor : pointer ;
-webkit-transition: 1.5s;
-moz-transition: 1.5s;
-o-transition: 1.5s;
-ms-transition: 1.5s;
transition: 1.5s;
}

#kanren dl.clearfix {
	padding : 10px ;
	margin-bottom : 0 ;
}

.icon-uniE007{
　　font-size: 20px;
　　margin-bottom: -12px;
}

.icon-uniE007:before {
    color:#2BB24C;
　　font-size: 20px;
　　margin-bottom: -12px;
}

.toppagead {
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px dotted #999;
}


nav {
background-color: #76B8AD;/*背景の色*/
border-radius: 3px;
}
 
nav li a {
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
margin-top: -15px;
margin-bottom: -15px;
-webkit-transition: 0.9s;
-moz-transition: 0.9s;
-o-transition: 0.9s;
-ms-transition: 0.9s;
transition: 0.9s;
}

nav li a:hover {
text-decoration: none;/*リンクの装飾（下線）を消す*/
background-color: #f6f6f6;/*カーソルを合わせたときの背景色*/
}


/*  dropdown menu   */
 
.smanone .menu-item {
	display: inline-block;
	text-align: left;
	padding: 0;
}
.smanone a {
	display: block;
	padding: 15px;
	position: relative;
}
.smanone .sub-menu {
    margin-top: 30px;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .5s ease-in-out;
	-moz-transition:  opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    width: 200px;
    z-index: 99;
}
.smanone .menu > li:hover .sub-menu a,
.smanone .sub-menu a {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
	background: #cae3df;
	position: relative;
	width: 200px;
}
.smanone .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.smanone .sub-menu .sub-menu {
	margin: 0px 0 0 230px;
}
.smanone .menu > li:hover .sub-menu a:hover,
.smanone .sub-menu a:hover {
	background: #eee;
}

.post-thumbnail-caption {
        margin-top: -20px;
	font-size: 8px;
}

table {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}
table th,
table td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}
table th {
  background-color: #eee;
}