@charset "utf-8";
/*
Theme Name: stinger5ver20150505-child
Template: stinger5ver20150505
Description: stinger5ver20150505-child
Author: Rabbitshimako
Author URI: http://www.rabbitshimako.com/
*/

body {
	min-width: 320px;
	overflow: hidden; /*はみ出た部分をどうするか*/
	word-wrap: break-word;
	background-color:#f2f2f2;
	background: url("http://www.rabbitshimako.com/wp-content/uploads/2015/07/rabbitshimako-mini.png");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left;
}
body.mceContentBody {
	background-color:#FAFAFA;
}
html {
overflow: auto;
}
/* リンクの色 */
a {
	color: #4682B4;
}
/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #ff7b7b;
}
/*ブログタイトル*/
header{
	margin: 0 -200%; /* マージンを追記 */
	padding: 0 200%;/* マージンで横にはみ出した部分を戻す */
	background: #FAEBC3;
}
header .sitename {
	font-size: 12px;
	color: #4e2800;
	line-height: 20px;
	font-family: 'Oswald', sans-serif;
	padding: 0px 0px 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
header .sitename a {
	color: #4e2800;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
}
header .sitename a:hover {
	color: #4e2800;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
header .sitename a:hover  img {
	-moz-opacity: 0.5;
	opacity: 0.5;
}
header .sitename img {
	margin-top: 10px;
	max-width: 100%;
}
/*ブログ名の下のキャプション */

header h1 {
	font-size: 12px;
	color: #4e2800;
	font-weight: normal;
}
header a {
	color: #FFF;
	text-decoration: none;
}
header .descr {
	font-size: 12px;
	color: #4e2800;
	font-weight: normal;
	margin-left: 40px;
	line-height: 20px;
}
.descr:before {
	content: "\f0f4";
	font-family: FontAwesome;
	font-size: 20px;
	color: #4e2800;
	position:relative;
	top:2px;
	margin-left:2px;
	margin-right:3px;
}
/* 記事タイトル */

.entry-title {
	font-size: 24px;
	line-height: 30px;
	color: #4e2800;
	margin-bottom: 10px;
}
.entry-title a:hover {
	text-decoration: underline;
}
.entry-title a {
	color: #4e2800;
	text-decoration: none;
}
h1:before {
	content: "\f0f4";
	font-family: FontAwesome;
	font-size: 25px;
	color: #4e2800;
	position:relative;
	margin-left:2px;
	margin-right:3px;
}
/* 中見出し */
h2 {
	position: relative;
	background: #CFE283;
	color: #4e2800;
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 50px;
	margin-top: 50px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 7px;
}
h2:after {
	content: '';
	position: absolute;
	border-top: 10px solid #CFE283;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
	border-radius: 2px;
}
h2:before {
	content: '';
	position: absolute;
	border-top: 10px solid #CFE283;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -10px;
	left: 30px;
}
/*小見出し*/

.post h3 {
	font-size: 20px;
	margin-bottom: 40px;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #4e2800;
	line-height: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	border-bottom-style: none;
	background: linear-gradient(transparent 40%, #FAFCB9 80%);
}
h3 a {
	color: #4e2800;
	text-decoration: none;
}
.post h3:before {
	content: "\f0a4";
	font-family: FontAwesome;
	font-size: 25px;
	color: #4e2800;
	position:relative;
	top:2px;
	margin-right:10px;
}
.post h4{
	padding:10px;
	margin-top:15px;
	margin-bottom:10px;
	background-color: transparent;
	color: #4e2800;
}
.post h4 a {
	color: #4e2800;
	text-decoration: none;
	border-bottom: 4px dotted #CFE283;
}
.post h4 a:hover {
	color: #ff7b7b;
}
.post h5{
	margin-bottom:10px;
	font-size:16px;
	color: #4e2800;
}
/* サイドバーの見出し */
#side aside h4 {
	color: #4e2800;
}
aside h4:before {
	content: "\f06c";
	font-family: FontAwesome;
	font-size: 25px;
	color: #CFE283;
	position:relative;
	top:2px;
	margin-right:10px;
}
footer h4 a {
	color: #4e2800;
	text-decoration: none;
}
/* 関連記事の文字 */
.point {
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #4e2800;
}
/* 記事タイトル下 */
.blogbox p {
	font-size: 12px;
	margin: 0px;
	color: #99531e;
	line-height: 15px;
}
.blogbox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99531e;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99531e;
	margin-bottom: 20px;
	padding: 5px;
}
/* フッター文字 */
#footer h3 {
	font-size: 16px;
	margin-top: 40px;
	margin-bottom: 1px;
	color: #4e2800;
}
#footer .copy {
	font-size: 12px;
	color: #4e2800;
	line-height: 15px;
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#footer p {
	font-size: 12px;
	color: #4e2800;
}
footer{
	margin: 0 -200%; /* マージンを追記 */
	padding: 30px 200% 5px 200%;/* マージンで横にはみ出した部分を戻す */
	background: rgba(250,235,195,0.9);
	height: auto;
}
footer h4:before {
	content: "\f06c";
	font-family: FontAwesome;
	font-size: 25px;
	color: #CFE283;
	position:relative;
	top:2px;
	margin-right:10px;
	margin-left:10px;
}
/*--- フッターカテゴリーボックス ---*/
.footer-category {
	overflow: hidden;
	font-size: 14px;
}
.footer-category li{
	margin: 0;
	float: left;
	list-style: none;
}
.footer-category li a{
	font-size: 14px;
	line-height: 24px;
	background-color: #E6F0E6;
	text-decoration: none;
	padding: 1px 5px;
	margin: 1px;
	border: 1px solid;
	border-color: #ccc;
	border-radius: 10px;
}
.footer-category li a:before {
	font-family:"FontAwesome";
	content:"\f02c";
	font-size:12px;
	color: #4682B4;
	margin-right: 1px;
}
.footer-category li a:hover{
	background-color: #FAE6E6;
}
/*--------------------------------
トップページやアーカイブ一覧表示
---------------------------------*/
/* タイトル名 */
#topnews dd h3 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
}
#topnews dt {
	float: left;
	width: 100px;
	border: none;
	border-radius: 10px;
	box-shadow: 4px 4px 4px rgba(1,0,0,0.5);
	margin-left: 5px;
}
#topnews dt img {
	width: 100%;
	border-radius: 10px;
}
#topnews dd {
	padding-left: 120px;
	padding-right: 5px;
}
#topnews dl {
	margin-bottom: 20px;
	padding: 10px 5px;
	border-bottom-width: 1px;
	background: #E6F0E6;
	border-radius: 10px;
	box-shadow: 4px 4px 4px rgba(1,0,0,0.5);
	border: 1px solid;
	border-color: transparent;
}
#topnews dl:first-child {
	padding-top: 10px;
	margin-top: 10px;
}
#topnews dl:last-child {
	margin-bottom: 50px;
	padding-bottom: 5px;
	border-style: none;
}
#topnews .clearfix dd h5 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
}
#topnews dl:hover {
	background: #FAE6E6;/* ホバー時背景色を変更 */
	box-shadow: none;
	border: 1px solid;
	border-color: #CCC;
}
/* 抜粋文字 */
#topnews .clearfix dd p {
	font-size: 16px;
	color: #4E2800;
	line-height: 24px;
}
#topnews .clearfix dd h5 a {
	color: #99531E;
	text-decoration: none;
}
/* 一覧タイトル下 */
.blog_info p a {
	color: #99531e;
	text-decoration: none;
	margin-right: 5px;
}
#topnews .clearfix dd .blog_info p {
	font-size: 12px;
	color: #4e2800;
}

/*--------------------------------
関連記事表示部分
---------------------------------*/
/* タイトル名 */
#kanren dd h5 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}
#kanren dt {
	float: left;
	width: 100px;
}
#kanren dt img {
	width: 100px;
	border-radius: 10px;
	margin: 10px 2px 10px 2px;
}
#kanren dd {
	padding-left: 110px;
	margin: 5px 3px 5px 5px;
}
#kanren dl {
	padding: 8px 5px 1px 5px;
	margin: 8px 8px 15px 8px;
	background: rgba(255,255,255,0.7);/*半透明化*/
	border: 1px solid;
	border-color: transparent;
	border-radius: 10px;
	box-shadow: 4px 4px 4px rgba(1,0,0,0.5);
}
#kanren dl:last-child {
	margin-bottom: 20px;
	border-style: none;
}
/* 抜粋文字 */
#kanren .clearfix dd h5 a {
	color: #4e2800;
}
#kanren .clearfix dd h5 a:hover {
	color: #ff7b7b;
}
#kanren .clearfix dd p {
	color: #4e2800;
}
#kanren dl:hover {
	background: rgba(200,220,240,0.5);/* ホバー時背景色を変更 */
	box-shadow: none;
	border: 1px solid;
	border-color: #CCC;
}
/*--------------------------------
人気記事WPP Plus Widget
---------------------------------*/
#popular-post { 
	counter-reset : wpp-ranking ;
}
#mybox #popular-post ul li {
	position : relative;
}
#popular-post ul li::before {
	position : absolute;
	top : 10px;
	left : 2px;
	color : #99531e;
	counter-increment : wpp-ranking;
	text-align : center;
	z-index : 9999;
	float : left;
	line-height : 23px;
	width : 23px;
	height : 23px;
	border-radius : 5px;
}
#popular-post ul li.number1::before,
#popular-post ul li.number2::before,
#popular-post ul li.number3::before,
#popular-post ul li.number4::before,
#popular-post ul li.number5::before {
	content : counter(wpp-ranking, decimal);
	background-color : #F0E6D2;
}
/* 人気記事views数 */
.wpp-views {
	color: #99531e;
	background: rgba(200,220,240,0.4); /*半透明化*/
	margin-bottom: 3px;
	margin-right: 5px;
	padding: 1px 5px;
	border-radius: 5px;
}
#popular-post ul li p{
	font-size: 13px;
	line-height: 20px;
	right: 0;
	bottom: 0;
	position : absolute;
	margin-bottom: 0;
}

/*--------------------------------
サイドバー
---------------------------------*/
#side aside ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#side aside h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#side aside #mybox ul li ul li {
	font-size: 14px;
	line-height: 27px;
}
#side aside #mybox ul {
	margin-bottom: 10px;
}
/* RSS購読するボタン */
.rssbox a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: rgba(207,226,131,0.8);/*サイドバー半透明化*/
	padding: 5px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 4px 4px 4px rgba(1,0,0,0.5);
}
.rssbox a:hover {
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*--------------------------------
アコーディオン
---------------------------------*/
#s-navi dt.trigger .op {
	color: #4e2800;
}
.acordion_tree li {
	border: 1px solid #ccc;
	margin-bottom: 2px;
	margin-left: 3px;
	padding: 0px;
	width: 48%;
	border-radius: 5px;
	background: #E6F0F0;
	line-height: 35px;
	text-align: center;
}
.acordion_tree li li {
	float: left;
	border: 0px;
	padding-left: 0px;
	display: inline;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	width: 98%;
	border-top: 1px solid #fff;
	border-radius: 0;
}
.acordion_tree li a {
	width: 100%;
	color: #4e2800;
}
.acordion_tree li a:hover {
	background: #FAE6E6;
	border-radius: 5px;
	width: 100%;
}
/*--------------------------------
検索フォーム
---------------------------------*/
#side aside #search {
	padding-bottom: 0px;
	position: relative;
	width: 100%;
}
#s {
	height: 33px;
	color: #4e2800;
	font-size: 14px;
	border-radius: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: rgba(250,240,190,0.8);/*サイドバー半透明化*/
	z-index: 10;
	padding: 10px 65px 10px 5px;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 4px 4px 4px rgba(1,0,0,0.5)
}
#searchsubmit {
	border-radius: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 32px;
	z-index: 20;
	background: rgba(250,240,190,0.3);/*サイドバー半透明化*/
}
*:first-child + html #searchsubmit {
	top: 1px;
}
/*--------------------------------
メニュー
---------------------------------*/
#menu, #menu ul {
    	margin: 0;
    	padding: 0;
    	list-style: none;
}
#menu {
	margin: 0 -200%; /* マージンを追記 */
	padding: 0 200%;/* マージンで横にはみ出した部分を戻す */
	border: none;
	background: #643C28;
	zoom:1;
	border: 1px solid #643C28;
}
#menu:before,
#menu:after {
	content: "";
	display: table;
	clear: both;
}
#menu li {
	float: left;
	border-right: none;
	border-left: none;
	position: relative;
	z-index: 2;
}
#menu a {
	float: left;
	padding: 5px 17px;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #FAEBC3;
}
#menu li:hover > a {
	color: #FF7B7B;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#menu ul {
	margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 1;    
	background: #FAE6E6;   
	border-radius: 6px;
	transition: all .2s ease-in-out;
	border: 2px solid #4e2800;
	text-align: center;
	color: #4e2800;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin-right: 10px;
}
#menu ul ul {
	top: 0;
	left: 100px;
	margin: 0 0 0 20px; 
}
#menu ul li {
	float: none;
	display: block;
	border: 1px solid #4e2800;
}
#menu ul li:last-child {   
	box-shadow: none;    
}
#menu ul a {    
	padding: 4px 20px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	color: #4e2800;
}
#menu ul a:hover {
	color: #ff7b7b;
}
#menu ul li:first-child > a {
	border-radius: 6px 6px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #4e2800;
}
#menu ul ul li:first-child a:after {
    left: -6px;
    top: 40%;
    margin-top: -6px;
    border-left: 0; 
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #4e2800;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #4e2800; 
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #4e2800; 
	border-bottom-color: transparent;   
}
#menu ul li:last-child > a {
	border-radius: 0 0 6px 6px;
}

.icon_menu ul{
	list-style-type:none;
}

.icon_menu li a{	
 	text-decoration:none;
	color: #FAEBC3; 
	display:inline;
}
.icon_menu .home a:before,
.icon_menu .thisblog a:before,
.icon_menu .myboss a:before,
.icon_menu .on-media a:before,
.icon_menu .myfriends a:before,
.icon_menu .fri-guideline a:before,
.icon_menu .merumaga a:before,
.icon_menu .mail-backnumber a:before,
.icon_menu .mail-limitedposts a:before,
.icon_menu .contactform-page a:before,
.icon_menu .faq-page a:before,
.icon_menu .moteo-post a:before,
.icon_menu .hangout-customize a:before,
.icon_menu .womens-post a:before,
.icon_menu .womenspost-ranking a:before,
.icon_menu .famous-cosme a:before
{ 
	font-family: "FontAwesome";
	font-size: 13px;
	position:relative;
	margin-right: 5px;
}
/*各クラス名に対してアイコンフォントを個別にセット*/
.icon_menu .home a:before{
	content: "\f015"; 
}
.icon_menu .thisblog a:before{
	content: "\f05a"; 
}
.icon_menu .myboss a:before{
	content: "\f007"; 
}
.icon_menu .on-media a:before{
	content: "\f108"; 
}
.icon_menu .myfriends a:before{
	content: "\f118"; 
}
.icon_menu .fri-guideline a:before{
	content: "\f046"; 
}
.icon_menu .merumaga a:before{
	content: "\f005"; 
}
.icon_menu .mail-backnumber a:before{
	content: "\f0c6"; 
}
.icon_menu .mail-limitedposts a:before{
	content: "\f13e"; 
}
.icon_menu .contactform-page a:before{
	content: "\f003"; 
}
.icon_menu .faq-page a:before{
	content: "\f059"; 
}
.icon_menu .moteo-post a:before{
	content: "\f004"; 
}
.icon_menu .hangout-customize a:before{
	content: "\f0e6"; 
}
.icon_menu .womens-post a:before{
	content: "\f182"; 
}
.icon_menu .womenspost-ranking a:before{
	content: "\f0fe"; 
}
.icon_menu .famous-cosme a:before{
	content: "\f091";
}
/*--------------------------------
ページャー
---------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 14px;
	line-height: 13px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 2px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #c8c8c8;
}
.pagination a:hover {
	color: #fff;
	background-color: rgba(255,123,123,0.6);/*サイドバー半透明化*/
}
.pagination .current {
	padding: 10px 10px 10px 10px;
	color: #fff;
	background: #CFE283;
}
/*--------------------------------
ぱんくず
---------------------------------*/
#breadcrumb {
	font-size: 13px;
}
#breadcrumb a {
	color: #99531e;
	text-decoration: none;
}
div#breadcrumb {
	padding: 0 0 5px;
	margin: 0 0 0px;
	clear: both;
	color: #99531e;
}
div#breadcrumb a {
	color: #99531e
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #99531e;
	text-decoration: none;
}
/*--------------------------------
SNS
---------------------------------*/
.share{
	width:100%;
	margin: 10px 0;
}
.share h4{
	font-size:120%; 
	background-color: transparent;
	color: #4e2800;
	margin: 20px 0;
}
.sns{
	margin:0 auto;
	text-align:center;
}
.sns ul {
	margin:0;
	list-style:none;
}
.post .sns ul li {
	font-size: 14px;
	line-height: 22px;
}
.post .sns ul {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.sns li {
	float:left;
	width:48%;
	margin:0 2% 3% 0;
	list-style:none;
}
.sns li a {
	font-size: 14px;
	position:relative;
	display:block;
	padding:10px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	text-decoration: none;
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:hover {
	-webkit-transform: translate3d(0px, 5px, 1px);
	-moz-transform: translate3d(0px, 5px, 1px);
	transform: translate3d(0px, 5px, 1px);
	box-shadow:none;
}
/* ツイッター */
.sns .twitter a {
	background:#55acee;
	box-shadow:0 5px 0 #0092ca;
}
.sns  .twitter a:hover {
	background:#0092ca;
}
/* Facebook */
.sns  .facebook a {
	background:#3b5998;
	box-shadow:0 5px 0 #2c4373;
}
.sns .facebook a:hover {
	background:#2c4373;
}
/* グーグル */
.sns .googleplus a {
	background:#db4b39;
	box-shadow:0 5px 0 #ad3a2d;
}
.sns  .googleplus a:hover {
	background:#ad3a2d;
}
/* はてぶ */
.sns  .hatebu a {
	background:#5d8ac1;
	box-shadow:0 5px 0 #43638b;
}
.sns .hatebu a:hover {
	background:#43638b;
}
/* LINE */
.sns  .line a {
	background:#25af00;
	box-shadow:0 5px 0 #219900;
}
.sns .line a:hover {
	background:#219900;
}
/* Pocket */
.sns  .pocket a {
	background:#f03e51;
	box-shadow:0 5px 0 #c0392b;
}
.sns  .pocket a:hover {
	background:#c0392b;
}
/* RSS */
.sns  .rss a {
	background:#ffb53c;
	box-shadow:0 5px 0 #e09900;
}
.sns  .rss a:hover {
	background:#e09900;
}
/* Feedly */
.sns  .feedly a {
	background:#87c040;
	box-shadow:0 5px 0 #74a436;
}
.sns  .feedly a:hover {
	background:#74a436;
}
/* フォローボタン */
.follow {
	margin:0 5px;
}
.follow ul{
	position:relative;
	overflow:hidden;
}
.follow ul li{
	float:left;
	width: 50%;
}
.follow ul li a{
	padding-top:10px;
	padding-bottom:5px;
	display:block;
	-webkit-transition:	.2s ease-in-out;
	transition:	.2s ease-in-out;
	color:#fff;
	font-size:14px;
	text-align:center;
	text-decoration:none;
}
.follow ul li a::before{
	position:relative;
	display:block;
	-webkit-transition:.15s ease-in-out;
	transition:.15s ease-in-out;
	color:#fff;
	font-size:24px;
	font-family: "FontAwesome";
}
.follow ul li a:hover{
	background-color: rgba(255,255,255,0.7);
}
.follow ul .twitter a{
	border-radius: 10px 0 0 0;
	background-color:#55acee;
	border:3px solid #55acee;
}
.follow ul .twitter a::before{
	content: "\f099";
}
.follow .twitter a:hover,.follow .twitter a:hover::before{
	color:#55acee;
}
.follow ul .googleplus a{
	border-radius: 0 10px 0 0;
	background-color:#db4b39;
	border:3px solid #db4b39;
}
.follow ul .googleplus a::before{
	content:"\f0d5";
}
.follow ul .googleplus a:hover,.follow ul
 .googleplus a:hover::before{
	 color:#db4b39;
 }
.follow .mail-magazine a{
	border-radius: 0 0 0 10px;
	background-color:#E38692;
	border:3px solid #E38692;
}
.follow .mail-magazine a::before{
	content:"\f005";
}
.follow .mail-magazine a:hover,.follow .mail-magazine a:hover::before{
	color:#E38692;
}
.follow ul .rss a{
	border-radius: 0 0 10px 0;
	background-color:#ffb53c;
	border:3px solid #ffb53c;
}
.follow ul .rss a::before{
	content:"\f09e";
}
.follow ul .rss a:hover,.follow ul .rss a:hover::before{
	color:#ffb53c;
}
/* プロフィール */
.profile-sidebar{
	padding: 1px 5px 5px 15px;
	margin: 20px 0 30px 0;
	background: rgba(220,240,255,0.7);/*サイドバー半透明化*/
	border: none;
	border-radius: 10px;
	box-shadow: 4px 4px 4px rgba(1,0,0,0.5);
	color: #4e2800;
}
.profile-sidebar p {
	font-size: 15px;
	line-height: 25px;
}
.another-sidebar{
	padding: 1px 5px 20px 15px;
	margin: 10px 0 30px 0;
	background: rgba(220,240,255,0.6);/*サイドバー半透明化*/
	border: none;
	border-radius: 10px;
	box-shadow: 4px 4px 4px rgba(1,0,0,0.5);
	color: #4e2800;
}
/* ハングアウト */
.hangout-review-check {
	font-size:12px;
	padding:2px 4px;
	margin:1px 0 10px 20px;
	background-color: rgba(207,226,131,0.7);
	color:#99531e;
	border-radius: 5px;
}
.hangout-review-link {
	margin:5px 5px 0 5px;
	font-size:15px;
}
.hangout-review-link a {
	color: #4e2800;
}
.hangout-review-link a:hover {
	color: #ff7b7b;
}
.hangout-review-flink {
	margin:10px 5px 0 6px;
}

/*画像 */
img.alignright {
	display: block;
	margin: 0 0 0 10px;
	border-radius: 10px;
}
img.alignleft {
	display: block;
	margin: 0 10px 0 0;
	border-radius: 10px;
}
img.aligncenter {
	display: block;
	margin: 0 10px;
	border-radius: 10px;
}
img.alignnone {
	display: block;
	margin: 0 10px 0 0;
	border-radius: 10px;
}
img.float-left {
	float: left;
	border-radius: 10px;
}
img.float-right {
	float: right;
	border-radius: 10px;	
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}
.ie8 img {
	width: auto;
	border-radius: 10px;	
}
.post img {
	border-radius: 10px;
	display: inline;
}
/*リスト */
.post ul {
	list-style-type: disc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.post ul li {
	font-size: 17px;
	line-height: 35px;
}
.post ol {
	list-style-type: decimal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.post ol li {
	font-size: 17px;
	line-height: 35px;
}
/*--------------------------------
PAGE TOP
---------------------------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	right: 1px;
	font-size: 16px;
}
#page-top a {
	color: #fff;
	background-color: rgba(0,0,255,0.9);
	padding: 10px 8px;
	text-align: center;
        border-radius: 15px 15px 0 0;
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
	background: #ff7b7b;
	color: #fff;
}
/*--------------------------------
コメント
---------------------------------*/
#comments p a {
	color: #4682B4;
}
#comments {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color:#F0F5F5;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
	border:2px solid #D2E6FA;
	border-radius: 10px;
}
#comments h3 {
	background-image: ;
	background: linear-gradient(transparent 40%, #FAFCB9 80%);
	font-size: 20px;
	padding: 10px 0px 10px 20px;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
	width:100%;
	margin: 45px 0 1px;
	padding:0;
	display: table;
}
#prev_next  #prev, #prev_next  #next{
	width: 50%;
	padding:30px 10px 10px;
	border-top:#D2E6FA 2px solid;
	display: table-cell;
	position:relative;
	text-decoration:none;
}
#prev_next #prev p, #prev_next #next p{
	font-size:90%;
	line-height:1.5;
	margin-top: 3px;
}
#prev_next #prev:hover, #prev_next #next:hover{
	background-color: rgba(220,240,255,0.7);
}
#prev_next #prev{
	border-right:#D2E6FA 2px solid;
}
#prev_next #prev_title, #prev_next #next_title{
	font-size:90%;
	top:-1em;
	position:absolute; 
	background:#CFE283; 
	text-align: center;
	padding:3px;
	color:#fff;
}
#prev_next #next_title{
	right:10px;
}
#prev_next #prev img, #prev_next #next img{
	margin:0 auto;
	margin-bottom: 2px;
}
#prev_next #prev_no, #prev_next #next_no{
	width: 50%;
	height:140px;
	padding:0 10px;
	display: table-cell;
}
#prev_next #prev_no{
	border-right:#D2E6FA 2px solid;
}
#prev_next_home{
	margin:5px auto;
	background-color: #CFE283;
	border: solid 5px #fff;
	width: 70px;
	height: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	border-radius: 70px;
	box-shadow: 0 0 0 3px #CFE283;
	-webkit-box-shadow: 0 0 0 3px #CFE283;
	-moz-box-shadow: 0 0 0 3px #CFE283;
	text-align:center;	
}
#prev_next_home:hover{
	background-color: rgba(255,123,123,0.5);
}
 #prev_next_home i{
	color:#FFF;
	margin:10px auto ;
	font-size:50px;
}

.ico_new {
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	font-size: 13px;
	line-height: 22px;
	margin: 2px 5px ;
}
.ico_new:after {
	content: "";
	position: absolute;
	z-index: 1;
	background: #FF005A;
	content: "New!!";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	padding: 0 10px;
	border-radius: 5px;
}
.ico_new:hover:after {
  filter: alpha(opacity=60); /* IE用 */
  -webkit-opacity:0.6; /* Safari,Chrome用 */
  -moz-opacity:0.6; /* Firefox用 */
  -o-opacity:0.6; /* Opea用 */
  opacity:0.6; /* Opea用 */
}

.end-mycomment {
	padding: 5px 10px 5px 0px;
	margin: 20px 5px ;
}
.emoji-mycomment:before {
	content: "\f0e5" ;
	font-family: FontAwesome;
	font-size: 2em;
	color: #4e2800;
	position:relative;
	top:2px;
	margin-right:10px;
}
/*---------------------------------
記事内カテゴリ及びタグの装飾
--------------------------------*/
.tagst {
	color: #4e2800;
	margin: 70px 0 15px 5px;
}
.tagst a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	background-color: #CFE283;
	border-radius: 6px;
	margin: 6px;
	padding: 4px 6px;
}
.tagst a:hover {
	background: rgba(207,226,131,0.5);/*サイドバー半透明化*/
}
/*--------------------------------
AdSense
---------------------------------*/
.my-adsense {
	margin-bottom:5px;
	margin-left:15px;
	font-size:13px;
	color: #4e2800;
}



/*レイアウト スマートフォン
----------------------------------------------------*/
@media only screen and (max-width: 780px){
#wrapper {
	max-width: 980px;
	padding: 0;
	margin: 0 10px;
}
body {
	background: url("http://www.rabbitshimako.com/wp-content/uploads/2015/07/rabbitshimako-mini.png");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left;
}
main {
	background-color:#F0F5F5;
	padding: 20px 10px;
	margin: 0 -10px 20px;
}
header{
	text-align: center;
	width: 100%;
	margin: 0 -100%;
	padding: 0 100%;
}
header .sitename {
	font-size: 9px;
	margin-bottom: 10px;
	margin-left: 0;
}
header .sitename a {
	margin-left: 0;
}
header .descr {
	margin-left: 0;
	font-size: 9px;
}
.post h3 {
	border-bottom: 5px dotted #FAFCB9;
}
footer{
	clear: both;
	text-align: center;
	margin: 0 -100%;
	padding: 10px 100%;
}
.ad {
	padding-top: 10px;
	padding-bottom: 10px;
}
iframe { max-width: 100%; }



/*-- ここまで --*/
}
 
/*media Queries タブレットサイズ
----------------------------------------------------*/ 
@media only screen and (min-width: 380px){
#wrapper {
	padding: 0 20px;
}
main {
	background-color: #F0F5F5;
	border:2px solid #D2E6FA;
	border-radius: 10px;
	padding: 20px 40px;
}
/*--------------------------------
一覧記事表示部分
---------------------------------*/
#topnews dd h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
#topnews dt {
	float: left;
	width: 150px;
	margin-left: 10px;
}
#topnews dt img {
	width: 100%;
	border-radius: 10px;
}
#topnews dd {
	padding-left: 180px;
	padding-right: 20px;
}
#topnews dl {
	margin-bottom: 30px;
	padding: 30px 5px;
}
#topnews dl:first-child {
	padding-top: 20px;
	margin-top: 10px;
}
#topnews dl:last-child {
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-style: none;
}
#topnews .clearfix dd p {
	font-size: 13px;
	color: #4E2800;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
#topnews .clearfix dd h5 a {
	color: #4682B4;
	text-decoration: none;
}



/*-- ここまで --*/
}
 
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px){
#wrapper {
	padding: 0 40px;
	max-width: 1050px;
}
 header {
	padding-top: 10px;
	margin-bottom: 40px;
}
#contentInner {
	float: left;
	width: 100%;
	margin-right: -330px;
}
main {
	margin-right: 350px;
	margin-left: 0px;
	margin-bottom: 60px;
	background-color: #F0F5F5;
	border:2px solid #D2E6FA;
	border-radius: 10px;
	padding: 20px 40px;
}
#side aside {
	float: right;
	width: 320px;
	padding: 0px;
}

/*--------------------------------
各フォント設定
---------------------------------*/
p {
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 20px;
}
/*--------------------------------
ページャー
---------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 8px 12px 7px 12px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background-color: #c8c8c8;
}
.pagination a:hover {
	color: #fff;
	background-color: rgba(255,123,123,0.6);/*サイドバー半透明化*/
}
.pagination .current {
	padding: 8px 12px 7px 12px;
	color: #fff;
	background: #CFE283;
}

/*--------------------------------------
  768px PREV NEXT
--------------------------------------*/
#prev_next #prev, #prev_next #prev::before, #prev_next #prev::after,
#prev_next #next, #prev_next #next::before, #prev_next #next::after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#prev_next #prev_title, #prev_next #next_title{
	padding:3px 10px;
}
#prev_next #next_title{
	right:10px;
}
#prev_next #prev img{
	float:left;
	margin-right:10px
}
#prev_next #next img{
	float:right;
	margin-left: 10px;
}

/*---------------------------------
フッターカスタマイズ
--------------------------------*/
#footer_w {
	width: auto;
	text-align: left;
}
#footer_w ul li {
	margin: 5px 10px;
	padding: 0;
	list-style-type: none;
}
.footer_l {
	float: left;
	width: 270px;
	margin: 0 10px 0 5px;
	padding: 0;
}
.footer_c {
	float: left;
	width: 450px;
	margin: 0 10px 0 20px;
}
.footer_r {
	float: left;
	width: 240px;
	margin: 0 5px 0 10px;
}
#footer_w h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	color: #4e2800;
	border-bottom: 1px dotted #4e2800;
	margin: 10px auto;
}
#footer_w a {
	color: #4682B4;
}
#footer_w a:hover {
	color: #ff7b7b;
}
#footer_w p {
	font-size: 14px;
	line-height: 25px;
	color: #4e2800;
}
.link-monitor {
	height: 200px;
	overflow: auto;
	width: 260px;
}
/*--------------------------------------
  780px SNS
--------------------------------------*/
.share{
	padding-bottom:10px;
	margin: 0;
}
.share h4{
	font-size:20px; 
	line-height: 25px;
	background-color: transparent;
	color: #4e2800;
}
.sns ul {
	margin:0 auto;
	list-style:none;
}
.sns li {
	width:23%;
	margin:0 2% 3% 0;
}
.sns li a {
	font-size: 14px;
	padding:10px 2px;
}
.sns li:nth-child(4n) {
	margin-right:0;
}
/* はてぶ */
.fa-hatena:before {
	content: "B !";
	font-size: 15px;
	font-weight: bold;
	margin-right:4px;
}



/*ここまで*/
}