﻿/*---------------------------------------------------------
Theme Name: Stinger5-Child "Stinger-minimum"
Template: stinger5ver20150505b
Description: Customize css for stinger5
Auther: mami
Author URI: http://scope.minibird.jp/niji-life
License:MIT
License URI:http://scope.minibird.jp/niji-life
Version: 1.0
---------------------------------------------------------*/
@import url('../stinger5ver20150505b/style.css');
@charset "UTF-8";

* {
  color: #555;
  margin: 0px;
  padding: 0px;
}
body {
  color: #555;
  background-color: #fff;
  font-size: 100%;
}
/* 画像リンクのマウスオーバーに透かし */

img.size-full, img.size-large {
  padding: 3px;
  background-color: #EDF2FA;
  border: 1px solid #DDD;
  max-width: 96%;
}


/*ブログタイトル*/
header .sitename {
  font-size: 20px;
}
header .sitename a {
  color: #555;
  text-decoration: none;
  text-shadow:-1px -1px 1px #000;
}
header .sitename a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/*ブログ名の下のキャプション */

header h1.descr {
  color: #F9AA89;
}
header a {
  color: #F9AA89;
}
header .descr {
  color: #F9AA89;
}

/* 記事タイトル */

.entry-title {
  padding-top: 0;
}
.entry-title a:hover {
  color: rgba(54, 171, 138, 0.7);
}
.entry-title a {
  margin-top: -5px;
  color: #36AB8A;
  text-decoration: none;
}
/* 中見出し */

h2 {
  margin-bottom: 40px;
}

/*小見出し*/

.post h3 {
  margin-bottom: 40px;
}

/* サイドバーの見出し */
.menu_underh2:first-letter {
  color: #c77b95;
  font-size: 24px;
  margin-right: 2px;
}

.menu_underh2:nth-child(2n+1) {  
  color: #e9a341;
}

/* 関連記事の文字 */
.point {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #f2705e;
  border-right: 1px solid #f2705e;
  background: rgba(245, 149, 135, 0.3);
  color: #f2705e;
  margin-bottom: 40px;
}
/* 引用 */
.post blockquote {
  margin-left: 0;
  border-left-color: #8dbdc9;
}
/*--------------------------------
関連記事表示部分
---------------------------------*/
#kanren dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom-color: #ddd;
}

/*--------------------------------
サイドバー
---------------------------------*/
aside ul li {
  line-height: 1.75;
  margin-bottom: 10px;
}
aside h4.menu_underh2 {
  color: #E9A341;
}
/* RSS購読するボタン */
.rssbox a {
  color: #1A1A1A;
}

/*--------------------------------
検索フォーム
---------------------------------*/
aside #search {
  padding: 0 0 40px 0;
}


/*----------------------------
コメント
------------------------------*/
#comments {
  margin-left: 0;
  background-color: #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #8fc73e;
  border-left-color: #81CBCE;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #E9A341;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9A341;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
.p-navi {
  margin-top: 40px;
}
.p-navi dl dt {
padding: 10px 0;
}
.p-navi dl dd {
padding: 10px 0;
}
/*-----------------------------
フッター
------------------------------*/
footer{border-top: 1px solid #ddd;}
#footer{
  margin-top: 40px;
  border-top: 1px solid #c77b95;
}

#footer h3 {
	font-size: 14px;
	margin-bottom: 10px;
}
#footer .copy {
	font-size: 12px;
	color: #999;
	line-height: 15px;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
#topnews dl {
  border-bottom-color: #ddd;
  padding: 10px 0 20px;
}
#topnews dl:first-child {
  padding-top: 0;
}
/* タイトル名 */
#topnews h3 a {
  color: #36AB8A;
}

#topnews h3 a:hover {
  color: rgba(54, 171, 138, 0.7);
}
/* 一覧タイトル下 */

#topnews .clearfix dd p {
  margin-top: 20px;
}
#topnews .clearfix dd .blog_info p {
  margin-top: 0;
  color: #f2705e;
}
.fa-clock-o, .fa-tags {
  color: #FFB74B;
  font-size: 1.2em;
}

.blogbox p {
  background: #34495E;
  padding: 10px;
  color: #fff;
}

.entry-date, .fa-calendar{
  color: #fff;
}

/*--------------------------------
アコーディオン
---------------------------------*/
#s-navi {
  background: #34495E;
  margin-bottom: 40px;
}

#s-navi dt.trigger span.op, .fa-bars {
  color: #fff;
}

#s-navi dt.trigger .op {
  font-size: 18px;
  color: #fff;
  padding: 0px 20px 0 ;
}
.acordion_tree li {
  float: left;
  font-size: 16px;
  padding-left: 10px;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-left: none;
}
#s-navi li a {
  color: #fff;
}


/*レイアウト スマートフォン
----------------------------------------------------*/
#wrapper {
  max-width: 1040px;
}
footer {
  border-top: 1px solid #ddd;
  padding-bottom: 0; 
}

/*media Queries 
----------------------------------------------------*/
@media only screen and (min-width: 500px) {
header {
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 15px;
  overflow: hidden;
}

header:after {
  content: '';
  display: block;
  position: absolute;
  right: 40px;
  top: 130px;
  height: 100px;
  width: 100px;
  background: #E9A341;
  opacity: .3;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
header:before {
  content: '';
  display: block;
  position: absolute;
  right: 120px;
  top: 130px;
  height: 100px;
  width: 100px;
  background: #8dbdc9;
  opacity: .3;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.sns {
  border: 3px double #ddd;
  padding-left: 20px;
  margin-bottom : 40px;
}
.tagst {
  font-size: 13px;
}

/*-- ここまで --*/
}
/*media Queries 
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
/*ブログ名の下のキャプション */
header h1 {
  color: #F9AA89;
}
header a {
  color: #F9AA89;
}
header p.descr {
  color: #F9AA89;
}
/* 中見出し */

h2 {
  margin-bottom: 40px;
}

/*小見出し*/

.post h3 {
  margin-bottom: 40px;
}
img.size-full, img.size-large {
  max-width: 96%;
}
/*-- ここまで --*/
}


/*media Queries PCサイズ 1024px
----------------------------------------------------*/
@media only screen and (min-width: 1024px) {
header {
  min-height: 140px;
  padding-top: 80px;
  padding-bottom: 10px;
  overflow: hidden;
}

header:after {
  content: '';
  display: block;
  position: absolute;
  right: 100px;
  top: 80px;
  height: 100px;
  width: 100px;
  background: #E9A341;
  opacity: .3;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
header:before {
  content: '';
  display: block;
  position: absolute;
  right: 180px;
  top: 80px;
  height: 100px;
  width: 100px;
  background: #8dbdc9;
  opacity: .3;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
main {
  padding: 0 40px 20px 0;
  margin-right: 330px;
  border-right: 3px double #ddd;
  border-radius: 0px;
}

/*記事タイトル*/
.entry-title-ac {
  padding-top: 0;
}
.entry-title-ac a {
  margin-top: -5px;
  color: #36AB8A;
  text-decoration: none;
}
.entry-title-ac a:hover {
  color: rgba(54, 171, 138, 0.7);
}

/*---------------------
ナビゲーション
-----------------------*/
nav  {
  margin: 40px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
nav [class*="menu"] ul {
  list-style: none;
  margin: 0 0 .5em -13px;
  padding-left: 0;
}

nav [class*="menu"] ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
nav [class*="menu"] ul >li {
  display: list-item;
  margin-right: 1em;
  border: none;
  white-space: nowrap;
}
nav [class*="menu"] ul >li a{
  color: #8FC73E;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
nav [class*="menu"] ul >li a:hover {
  color: #333333;
}

nav li[class*="has_children"] > a:after,
nav li[class*="has-children"] > a:after{
  content: '\f0d7';
  margin-left: 7px;
  font-family: 'FontAwesome';
}
nav ul.children,
nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #8FC73E;
  color: #fff;
  margin: 0;
  z-index: 2;
}
nav ul.children ul.children,
nav ul.sub-menu ul.sub-menu{
  top: -1px;
  left: 100%;
  width: 105%;
  color: #fff;
}
nav ul.children li,
nav ul.sub-menu li{
  display: block;
  position: relative;
  margin-right: 0;
  padding: .2em .2em .2em 1em;
  line-height: 1.5;
  font-size: .875rem; 
  font-weight: normal;
  text-indent: -.2em;
  color: #fff;
  z-index: 3;
  overflow: visible;
}
nav [class*="menu"] ul li >ul li >a {
  color: #fff;
  z-index: 99;
}
nav [class*="menu"] ul li >ul li >a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  margin: 0 4px 0 2px;
  color: #fff;
  text-decoration: none;
}
nav ul.children ul.children,
nav ul.sub-menu ul.sub-menu {
  width: 100%;
}
/*ブログ名の下のキャプション */

header h1 {
  color: #F9AA89;
}
header a {
  color: #F9AA89;
}
header .descr {
  color: #F9AA89;
}
/*-- ここまで --*/
}

/*media Queries PCサイズ 1140px
----------------------------------------------------*/
@media only screen and (min-width: 1140px) {
header {
  min-height: 140px;
  padding-top: 80px;
  padding-bottom: 10px;
  overflow: hidden;
}

header:after {
  content: '';
  display: block;
  position: absolute;
  right: 280px;
  top: 80px;
  height: 100px;
  width: 100px;
  background: #E9A341;
  opacity: .3;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
header:before {
  content: '';
  display: block;
  position: absolute;
  right: 360px;
  top: 80px;
  height: 100px;
  width: 100px;
  background: #8dbdc9;
  opacity: .3;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
main {
  padding: 0 40px 20px 0;
  margin-right: 330px;
  border-right: 3px double #ddd;
  border-radius: 0px;
}

/*記事タイトル*/
.entry-title-ac {
  padding-top: 0;
}
.entry-title-ac a {
  margin-top: -5px;
  color: #36AB8A;
  text-decoration: none;
}
.entry-title-ac a:hover {
  color: rgba(54, 171, 138, 0.7);
}

/*---------------------
ナビゲーション
-----------------------*/
nav  {
  margin: 40px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}
nav [class*="menu"] ul {
  list-style: none;
  margin: 0 0 .5em -13px;
  padding-left: 0;
}

nav [class*="menu"] ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
nav [class*="menu"] ul >li {
  display: list-item;
  margin-right: 1em;
  border: none;
  white-space: nowrap;
}
nav [class*="menu"] ul >li a{
  color: #8FC73E;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 15px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
}
nav [class*="menu"] ul >li a:hover {
  color: #333333;
}

nav li[class*="has_children"] > a:after,
nav li[class*="has-children"] > a:after{
  content: '\f0d7';
  margin-left: 7px;
  font-family: 'FontAwesome';
}
nav ul.children,
nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #8FC73E;
  color: #fff;
  margin: 0;
  z-index: 2;
}
nav ul.children ul.children,
nav ul.sub-menu ul.sub-menu{
  top: -1px;
  left: 100%;
  width: 105%;
  color: #fff;
}
nav ul.children li,
nav ul.sub-menu li{
  display: block;
  position: relative;
  margin-right: 0;
  padding: .2em .2em .2em 1em;
  line-height: 1.5;
  font-size: .875rem; 
  font-weight: normal;
  text-indent: -.2em;
  color: #fff;
  z-index: 3;
  overflow: visible;
}
nav [class*="menu"] ul li >ul li >a {
  color: #fff;
  z-index: 99;
}
nav [class*="menu"] ul li >ul li >a:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  margin: 0 4px 0 2px;
  color: #fff;
  text-decoration: none;
}
nav ul.children ul.children,
nav ul.sub-menu ul.sub-menu {
  width: 100%;
}
/*ブログ名の下のキャプション */

header h1.descr {
  color: #F9AA89;
}
header a {
  color: #F9AA89;
}
header .descr {
  color: #F9AA89;
}

/*-- ここまで --*/
}

* {
font-family: “Lucida Grande”, “segoe UI”, “ヒラギノ丸ゴ ProN W4”, “Hiragino Maru Gothic ProN”, “メイリオ”, Meiryo, Verdana, Arial, sans-serif;
}
