@charset "UTF-8";
/*
 Theme Name: tanteiwatch
 Version: 1.0
 */
/*************************************************************************
 base
 **************************************************************************/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #FFF;
	font: 16px/1.5em/* "游ゴシック", YuGothic, */"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	color: #666;
}
::selection {
	background: #3b8dbd;
	color: #fff;
}
::-moz-selection {
 background: #3b8dbd;
 color: #fff;
}
a {
	color: #C00;
	text-decoration: none;
	outline: 0;
}
a:hover { color: #F33; }
img {
	max-width: 100%;
	height: auto;
}
a,
a:before,
a:after {
	-webkit-transition-property: background color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background color;
	-moz-transition-duration: 0.2s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background color;
	-o-transition-duration: 0.2s;
	-o-transition-timing-function: ease;
	transition-property: background color;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}
a img {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
address,
cite,
em { font-style: italic; }
strong { font-weight: bold; }
.left,
.alignleft { float: left; }
.right,
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.entry-inner { word-break: break-all; }
img { max-width: 100% !important;}
/*  base : clear
 ------------------------------------ */
.clearfix,
.group { zoom: 1; }
.clearfix:before,
.clearfix:after,
.group:before,
.group:after{
	content: "";
	display: table;
}
.clearfix:after,
.group:after { clear: both; }
.clear {
	clear: both;
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*  base : font awesome square size
 ------------------------------------ */
.fa,.im {
	width: 1em;
	text-align: center;
}
/*  base : headings
 /* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-weight: bold;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.entry h1 span,
.entry h2 span,
.entry h3 span,
.entry h4 span,
.entry h5 span,
.entry h6 span { color: #bbb; }
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin-bottom: 14px;
	line-height: 1.3em;
}
.entry h1 {
	font-size: 38px;
	letter-spacing: -1px;
}
.entry h2 {
	font-size: 34px;
	letter-spacing: -0.7px;
}
.entry h3 {
	font-size: 28px;
	letter-spacing: -0.5px;
}
.entry h4 {
	font-size: 24px;
	letter-spacing: -0.3px;
}
.entry h5 { font-size: 20px; }
.entry h6 { font-size: 18px; }

/*************************************************************************
 base : layout
 **************************************************************************/
.container { padding: 0 20px; }
.container-inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
@media only screen and (min-width: 768px) {
#main {
	width: 100%;
	float: left;
}
main{
	display: block;
	margin-right: 340px;
}
aside{
	width: 320px;
	margin-left: -320px;
	float: right;
}
}
/*  base : grid
.pad { padding: 20px 0; }
.grid {
	margin-right: 3.2%;
	float: left;
	display: inline;
	position: relative;
}
.last {
	clear: right;
	margin-right: 0 !important;
}
.one-full {
	margin-right: 0;
	width: 100%;
}
.one-half { width: 48.4%; }
.one-third { width: 31.2%; }
.two-third { width: 65.6%; }
.one-fourth { width: 22.6%; }
.three-fourth { width: 74.2%; }
.one-fifth { width: 17.4%; }
.two-fifth { width: 38.1%; }
.three-fifth { width: 58.7%; }
.four-fifth { width: 79.4%; }
 /* ------------------------------------ */

/*************************************************************************
 header footer
 **************************************************************************/
header {
	background: #000 url(/wp-content/themes/tanteiwatch/img/header_bg.jpg) repeat-x;
	padding: 0 0 40px;
	margin: 0;
	text-align: left;
	color: #FFF;
}
header .sitename {
	float: left;
	margin: 0;
	padding: 0;
	width: 58%;
}
@media only screen and (max-width: 767px) {
header {padding: 0;}
/*s-navi */
#s-navi {	background: #000000;}
#s-navi a { color: #FFF; }
#s-navi dl.acordion { margin: 0;}
#s-navi dl.acordion p { margin: 0; }
#s-navi dt.trigger {
	text-align: right;
	padding: 10px 0px;
	cursor: pointer;
}
#s-navi dt.trigger .op {
	font-size: 14px;
	color: #CCC;
	padding: 0px 10px;
}
#s-navi dd.acordion_tree {
	padding: 0px 10px;
	display: none;
	
}
#s-navi dd.acordion_tree ul {text-align: center; }
.acordion_tree li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.acordion_tree li li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.acordion_tree li a {
	float: left;
	color: #333;
	text-decoration: none;
}
}
@media only screen and (min-width: 768px) {
/*  header : global-nav
------------------------------------ */
nav#gnav {
	margin: 0 0 30px;
	padding: 0;
	background-color: #000;
	border-bottom: 5px solid #c00;
	box-shadow: 0px 5px #CCC;
}
nav#gnav li {
	display: inline;
	border: none;
	margin: 0;
	padding: 5px 10px;
	font-size: 13px;
	position: relative;
	float: left;
}
nav#gnav li a,
nav#gnav li a:hover {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 5px 18px;
	display: inline-block;
	border: none;
}

nav#gnav li:hover,
nav#gnav li.current-cat {
	background-color: #cc0000;
	position: relative;
}
nav#gnav li:hover:after,
nav#gnav li.current-cat:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 0, 0, 0);
	border-top-color: #CC0000;
	border-width: 15px;
	margin-left: -15px;
}
}
/*  footer:
 ------------------------------------ */
footer {
	border: 1px solid #000;
	background-color: #0a4f62;
	padding: 30px 0 0;
	margin: 0;
	text-align: left;
	color: #FFF;
}
footer .sitename {
	padding: 0px 20px;
	margin: 0;
}
footer .sitename h3 {
	font-size: 24px;
	font-weight: bold;
	color: white;
	margin-bottom: 15px;
}
footer .sitename p { font-size: 12px; }
footer #catbox,
footer #likebox { margin: 20px 0 15px; }
footer #catbox ul {
	margin: 0 10px;
	font-weight: normal;
}
footer #catbox ul li {
	font-size: 14px;
	padding: 2px 10px;
}
footer #catbox h3 {
	font-size: 24px;
	font-weight: bold;
	color: white;
	margin-bottom: 15px;
	margin-left: 18px;
}
footer #catbox h4 {
	margin: 0 10px 5px;
	color: #FFF;
	border-bottom: 1px solid #CCC;
}
footer #catbox a { color: #FFF; }
footer .fb-page,
footer .fb-page iframe[style],
footer .fb-page span {
	background: #FFF;
	width: 100% !important;
}
footer #copyright {
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 15px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 30px;
}

@media only screen and (min-width: 768px) {
footer .sitename,
footer #catbox,
footer #likebox {
	float: left;
	width: 32%;
}
}
@media only screen and (max-width: 767px) {
footer .sitename p {
	padding-right: 0px;
	display: block;
}
footer #catbox h3 {
	margin: 0px;
	margin-bottom: 10px;
}
footer #catbox ul { margin: 0px; }
footer #catbox ul li {
	margin: 0px;
	padding: 2px 0px;
}
footer #catbox,
footer #likebox {
	float: left;
	width: 45%;
}
}
/*  footer:PAGE TOP
 ------------------------------------ */
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	right: 50px;
	display: none;
}
#page-top a {
	display: block;
	background: #665e53;
	border-radius: 5px;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	padding: 20px;
	text-align: center;
	opacity: 0.3;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
@media only screen and (max-width: 479px) {
#page-top {
	bottom: 20px;
	right: 20px;
}
#page-top a { padding: 15px; }
}

/*************************************************************************
 aside
 **************************************************************************/
aside.sidebar {
	padding: 10px 0;
}
.sidebar-content {
	background-color: #f7f7f7;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 300px;
}
.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar .pad {
	padding-left: 20px;
	padding-right: 20px;
}
.sidebar-top { padding: 5px 30px; }
.sidebar-top p {
	float: left;
	font-size: 16px;
	line-height: 1.3;
	padding: 3px 0;
}
.sidebar li a { color: #444; }
.sidebar li a:hover { color: #208dc3; }
@media only screen and (max-width: 767px) {
.sidebar-content {width: 100%;}
}
/*  aside : Widgets
 /* ------------------------------------ */
.widget {
	color: #777;
	font-size: 15px;
}
.widget > h3 { font-size: 15px;}
.widget > h3 a img {
	display: none;
	float: left;
	margin: 3px 7px 0 0;
}
.widget select {
	border: 1px solid #ddd;
	color: #777;
	font-size: 15px;
	padding: 7px;
	width: 100%;
	max-width: 100%;
}
.sidebar .widget {
	padding: 20px 5px 20px;
	background-color: #f7f7f7;
}
.widget > ul li:before,
.widget > ul li a:before,
.widget > div > ul li a:before,
.widget_calendar caption:before {
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: 6px;
	color: #ccc;
	display: inline-block !important;
	width: 1em;
	text-align: center;
}
.widget > ul li a:hover:before { color: #999; }
.widget_archive > ul > li a:before { content: "\f073"; }
.widget_categories > ul > li a:before { content: "\f07c"; }
.widget_links > ul > li a:before { content: "\f08e"; }
.widget_meta > ul > li a:before { content: "\f0da"; }
.widget_recent_comments > ul > li:before { content: "\f075"; }
.widget_recent_entries > ul > li a:before { content: "\f017"; }
.widget_calendar caption:before { content: "\f073"; }
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before { content: "\f068"; }
.widget_search > h3,
.widget_text > h3,
.widget_tag_cloud > h3,
.widget_calendar > h3 { margin-bottom: 1em; }
.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_pages ul li a,
.widget_nav_menu ul li a{
	padding: 10px 0;
	border-bottom: 1px solid #e4e4e4;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li { color: #bbb; }
.widget_recent_comments ul li,
.widget_recent_entries ul li { color: #999; }
.widget_recent_entries .post-date { display: block; }
.widget_pages ul li a,
.widget_nav_menu ul li a { display: block; }
.widget_pages li li a,
.widget_nav_menu li li a { padding-left: 15px; }
.widget_pages li li li a,
.widget_nav_menu li li li a { padding-left: 30px; }
.widget_pages ul ul,
.widget_pages ul ul ul,
.widget_nav_menu ul ul,
.widget_nav_menu ul ul ul { border: 0; }
.widget_rss ul li a { display: block; }
.widget_rss ul li span.rss-date {
	color: #444;
	font-weight: bold;
	display: block;
	font-size: 12px;
}
.widget_rss ul li cite { color: #999; }
.s1 .widget_rss ul li a { color: #3b8dbd; }
.widget_search input.search {
	color: #999;
	padding-left: 26px;
	width: 100%;
}
.widget_search .screen-reader-text,
.widget_search #searchsubmit { display: none; }
.widget_text .textwidget p { margin-bottom: 1em; }

/*  aside:side_list人気記事
/* ------------------------------------ */
.tab_area {display: none; }
#side_list h3 {
	float: left;
	font-weight: bold;
	font-size: 18px;
	padding: 0px 5px;
	margin: 0;
}
#side_list h3:before {
	font-family: FontAwesome;
	font-weight: normal;
	content: "\f201";
	color: #999;
	margin-right: 5px;
}
#side_list .tab {
	float: right;
	margin: 0;
}
#side_list ul.wpp-list { margin: 0 10px; }
#side_list > ul li {
	float: left;
	margin-left: 10px;
}
#side_list > ul li:first-child:after { content: "　|"; }
#side_list > hr {
	clear: both;
	border: none;
	border-top: 2px solid #CC0000;
}
#side_list ul.wpp-list li {
	position: relative;
	margin: 12px 0 0 10px;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	height: 97px;
	overflow: visible;
}
#side_list ul.wpp-list li:before {
	position: absolute;
	top: -10px;
	left: -10px;
}
#side_list ul.wpp-list li:nth-child(1):before { content: url("img/top/rank01.png"); }
#side_list ul.wpp-list li:nth-child(2):before { content: url("img/top/rank02.png"); }
#side_list ul.wpp-list li:nth-child(3):before { content: url("img/top/rank03.png"); }
#side_list ul.wpp-list li:nth-child(4):before { content: url("img/top/rank04.png"); }
#side_list ul.wpp-list li:nth-child(5):before { content: url("img/top/rank05.png"); }
#side_list ul.wpp-list li:nth-child(6):before { content: url("img/top/rank06.png"); }
#side_list ul.wpp-list li:nth-child(7):before { content: url("img/top/rank07.png"); }
#side_list ul.wpp-list li:nth-child(8):before { content: url("img/top/rank08.png"); }
#side_list ul.wpp-list li:nth-child(9):before { content: url("img/top/rank09.png"); }
#side_list ul.wpp-list li:nth-child(10):before { content: url("img/top/rank10.png"); }
#side_list ul.wpp-list li img {
	float: left;
	padding-bottom: 20px;
}
#side_list ul.wpp-list .li_title {
	display: block;
	font-size: 14px;
	padding-left: 6px;
}
#side_list ul.wpp-list li .li_sp1 {
	position: absolute;
	bottom: 5px;
	left: 100px;
	color: #000;
}
#side_list ul.wpp-list li .li_sp2 {
	position: absolute;
	bottom: 5px;
	right: 0px;
	color: #000;
}
#side_list ul.wpp-list li .li_sp2:before {
	font-family: 'FontAwesome';
	content: "\f06e";
	margin-right: 3px;
}
#side_list .tab li.active a { font-weight: bold; }
@media screen and (max-width: 479px) {
#side_list ul.wpp-list {
	margin: 0;
	padding: 0;
}
#side_list ul.wpp-list li {margin: 12px 0 0px;}
#side_list ul.wpp-list .li_title {
	font-size: 12px;
	line-height: 1.3em;
}
}
/*************************************************************************
 forms
 **************************************************************************/
input,
textarea,
button,
select,
label { font-family: inherit; }
.themeform input,
.themeform textarea,
.themeform button,
.themeform select,
.themeform label { font-size: 14px; }
.themeform input::-moz-focus-inner, .themeform button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform input[type="submit"],
.themeform button,
.themeform textarea {
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.themeform input,
.themeform textarea,
.themeform button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.themeform input[type="checkbox"] {
	-moz-appearance: checkbox;
	-webkit-appearance: checkbox;
}
.themeform input[type="radio"] {
	-moz-appearance: radio;
	-webkit-appearance: radio;
}
.themeform label {
	font-weight: bold;
	color: #444;
}
.themeform input[type="text"],
.themeform input[type="password"],
.themeform input[type="email"],
.themeform textarea,
.themeform input#author {
	background: #fff;
	border: 2px solid #BBB;
	color: #777;
	display: block;
	max-width: 100%;
	outline: none;
	padding: 7px 8px;
}
.themeform input[type="text"]:focus,
.themeform input[type="password"]:focus,
.themeform input[type="email"]:focus,
.themeform textarea:focus {
	border-color: #ccc;
	color: #444;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.themeform label .required { color: #3b8dbd; }
.themeform input[type="submit"],
.themeform button[type="submit"] {
	background: #3b8dbd;
	color: #fff;
	padding: 8px 14px;
	font-weight: bold;
	display: inline-block;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.themeform input[type="submit"]:hover,
.themeform button[type="submit"]:hover { background: #444; }

/* sidebar:search
 /* ------------------------------------ */
.themeform.searchform div {
	position: relative;
	padding: 0 10px 25px;
}
.themeform.searchform div input {
	padding-left: 30px;
	line-height: 20px;
	 width: 100%;
}
.themeform.searchform div:after {
	color: #ccc;
	line-height: 24px;
	font-size: 14px;
	content: "\f002";
	position: absolute;
	left: 25px;
	top: 6px;
	font-family: FontAwesome;
}
/*  aside:side_authors
/* ------------------------------------ */
#side_authors a{
	display: block;
	margin: 0 10px 15px;
	padding: 8px 0;
	border-radius: 3px;
	background: #C00;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#side_authors a:hover { background: #F33; }


/*************************************************************************
 parts
 **************************************************************************/
/*  social-icons
 ------------------------------------ */
header ul.social-icons {
	float: right;
	list-style-type: none;
	text-align: right;
	font-size: 0;
	line-height: 0;
	width:37%;
	padding: 0;
	margin: 35px 15px 0 0;
	
}
header ul.social-icons li {display: inline-block;}
header ul.social-icons a {
	display: inline-block;
	float: left;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	width: 40px;
	height: 40px;
	margin: 0 5px 5px 0;
	padding-top: 5px;
	background-color: #FFF;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
header .social-icons .icon-twitter { background-color: #55acee; }
header .social-icons .icon-facebook { background-color: #3c599f; }
header .social-icons .icon-googleplus { background-color: #dd4b39; }
header .social-icons .icon-hatena { background-color: #00a5de; }
header .social-icons .icon-line { background-color: #50c900; }
header .social-icons .icon-rss { background-color: #fa9b39; }
header .social-icons .icon-mail { background-color: #999; }
header .social-icons a:hover { background-color: #FFF; }
header .social-icons .icon-twitter:hover { color: #55acee; }
header .social-icons .icon-facebook:hover { color: #3c599f; }
header .social-icons .icon-googleplus:hover { color: #dd4b39; }
header .social-icons .icon-hatena:hover { color: #00a5de; }
header .social-icons .icon-line:hover { color: #50c900; }
header .social-icons .icon-rss:hover { color: #fa9b39; }
header .social-icons .icon-mail:hover { color: #999; }
@media only screen and (min-width: 480px) and (max-width: 767px) {
header ul.social-icons {
	margin: 30px 15px 0 0;
}
header ul.social-icons a {
	width: 32px;
	height: 32px;
	font-size: 24px;
}
}
@media only screen and (min-width: 480px) and (max-width: 619px) {
header ul.social-icons  {
	margin: 10px 30px 0 0;
	width: 120px;
}
}
@media only screen and (max-width: 479px) {
header ul.social-icons {display: none; }
}
/*  social-btn
 ------------------------------------ */
.btn {
	border: none;
	outline: none;
	display: inline-block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn.icon-twitter:before,
.btn.icon-facebook:before,
.btn.icon-googleplus:before,
.btn.icon-hatena-square:before,
.btn.icon-pocket-square:before,
.btn.icon-line-square:before {
	font-family: FontAwesome;
	speak: none;
	font-weight: normal;
}
.btn.icon-hatena-square:before,
.btn.icon-pocket-square:before,
.btn.icon-line-square:before { font-family: 'icomoon'; }
.btn.icon-twitter:before { content: "\f099"; }
.btn.icon-facebook:before { content: "\f09a"; }
.btn.icon-googleplus:before { content: "\f0d5"; }
.btn.icon-hatena-square:before { content: "\e602"; }
.btn.icon-pocket-square:before { content: "\e606"; }
.btn.icon-line-square:before { content: "\e604"; }
.social-btn {
	text-shadow: 0 1px rgba(0,0,0,0.2);
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	
}
.social-btn span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}
.social-btn:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 1.5em;
	font-size: 180%;
	left: 0;
	top: -100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.social-btn:hover { top: 2px; }
.social-btn:active { top: 5px; }
.social-btn:active:before { color: #CCC; }
.social-btn { color: #FFF !important; }
.social-btn:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}
.social-btn:before {
	left: 0;
	top: -100%;
}
.social-btn:hover:before { top: 0; }
.social-btn i { margin-right: 5px }
.social-btn.icon-twitter {
	background: #55acee;
	box-shadow: 0 5px #389EEB;
}
.social-btn.icon-twitter:hover { box-shadow: 0 3px #389EEB; }
.social-btn.icon-twitter:active { box-shadow: 0 0 #389EEB; }
.social-btn.icon-facebook {
	background-color: #3c599f;
	box-shadow: 0 5px #344D8A;
}
.social-btn.icon-facebook:hover { box-shadow: 0 3px #344D8A; }
.social-btn.icon-facebook:active { box-shadow: 0 0 #344D8A; }
.social-btn.icon-googleplus {
	background-color: #dd4b39;
	box-shadow: 0 5px #CB3522;
}
.social-btn.icon-googleplus:hover { box-shadow: 0 3px #CB3522; }
.social-btn.icon-googleplus:active { box-shadow: 0 0 #CB3522; }
.social-btn.icon-hatena-square {
	background-color: #00a5de;
	box-shadow: 0 5px #0094C7;
}
.social-btn.icon-hatena-square:hover { box-shadow: 0 3px #0094C7; }
.social-btn.icon-hatena-square:active { box-shadow: 0 0 #00A1CB; }
.social-btn.icon-line-square {
	background-color: #50c900;
	box-shadow: 0 5px #48B500;
}
.social-btn.icon-line-square:hover { box-shadow: 0 3px #48B500; }
.social-btn.icon-line-square:active { box-shadow: 0 0 #48B500; }
.social-btn.icon-pocket-square {
	background-color: #ee4056;
	box-shadow: 0 5px #E3142E;
}
.social-btn.icon-pocket-square:hover { box-shadow: 0 3px #E3142E; }
.social-btn.icon-pocket-square:active { box-shadow: 0 0 #E3142E; }
/*aside SNS*
 ------------------------------------ */
#social-sidebar { margin: 0px 10px 40px; }
#social-sidebar .social-btn {
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	width: 48%;
	height: 27px;
}
#social-sidebar .social-btn.twitter { float: left; }
#social-sidebar .social-btn.facebook { float: right; }
/*  social-maintop
 ------------------------------------ */
#social-maintop { margin: 15px 0 30px; }
#social-maintop .social-btn {
	padding: 13px 0 0;
	font-size: 17px;
	font-weight: bold;
	width: 19%;
	height: 42px;
}
@media only screen and (min-width: 480px) and (max-width: 860px) {
#social-maintop span { font-size: 14px; }
#social-maintop .social-btn { width: 18.9%; }
}

@media only screen and (max-width: 479px) {
#social-maintop span { font-size: 13px; }
#social-maintop i { display: none; }
#social-maintop .social-btn {
	padding: 10px 0 0;
	width: 18.5%;
}
}
/*  social-mainbtm
 ------------------------------------ */
#social-mainbtm {
	margin: 0;
	line-height: 0;
}
#social-mainbtm .twitter-button,
#social-mainbtm .fb-like,
#social-mainbtm .fb-share-button{
	display: inline-block;
	vertical-align: bottom;
	margin-right:2px;
}

/*************************************************************************
 single
 **************************************************************************/
/*  breadcrumb
 ------------------------------------ */
#breadcrumb {
	font-size: 14px;
	padding: 5px 0;
	margin: 0;
	clear: both;
}
#breadcrumb a {
	color: #999;
	text-decoration: none;
}
#breadcrumb div {
	display: inline;
	font-size: 13px;
}
/*  date & category & view
 /* ------------------------------------ */
.post-thumbnail .post-category {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	z-index: 100;
}
.underbox .post-category,
.underbox .post-date,
.underbox .post-author,
.li_sp1 {
	display: inline-block;
	margin: 0 7px 0 0;
	padding: 0;
	font-size: 12px;
}
.underbox .post-author a:hover {	text-decoration: underline;}
.post-category a,
.li_sp1 a {
	width: 65px;
	display: inline-block;
	margin: 0;
	padding: 3px 0;
	text-align: center;
	font-size: 11px;
	line-height: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.post-category a:hover,
.li_sp1 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: white;
	text-decoration: none !important;
}
.post-category a,
.li_sp1 a {
	color: white!important;
	background-color: #555;
}
.post-category a:hover,
.li_sp1 a { color: white!important; }
.post-category.cat-item-1 a,
.post-category a.cat_1,
.li_sp1 a.cat-id-1 { background-color: #9b814f!important; }
.post-category.cat-item-2 a,
.post-category a.cat_2,
.li_sp1 a.cat-id-2 { background-color: #84ad8d!important; }
.post-category.cat-item-3 a,
.post-category a.cat_3,
.li_sp1 a.cat-id-3 { background-color: #a960a5!important; }
.post-category.cat-item-4 a,
.post-category a.cat_4,
.li_sp1 a.cat-id-4 { background-color: #87b041!important; }
.post-category.cat-item-5 a,
.post-category a.cat_5,
.li_sp1 a.cat-id-5 { background-color: #55996d!important; }
.post-category.cat-item-6 a,
.post-category a.cat_6,
.li_sp1 a.cat-id-6 { background-color: #6896a2!important; }
.post-category.cat-item-7 a,
.post-category a.cat_7,
.li_sp1 a.cat-id-7 { background-color: #b46262!important; }
.post-category.cat-item-21 a,
.post-category a.cat_21,
.li_sp1 a.cat-id-21 { background-color: #95a225!important; }
.lv1_list_box .underbox,
.lv2_list_box .underbox {
	background-color: #000;
	padding: 0 15px 5px;
}
.lv1_list_box .underbox span,
.lv2_list_box .underbox span,
.lv1_list_box .underbox .post-author a,
.lv2_list_box .underbox .post-author a {color: #FFF;}

/*  iine
 ------------------------------------ */
.iinebox{
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px 0;
}
.iinebox .fb-bt{
	background: rgba(0, 0, 0, 0.6);
	color: #FFF;
	padding: 30px;
	text-align: center;
	font-weight: bold;
}
.iinebox .fb-bt .txtsmall{font-size: 14px;}
.iinebox .fb-bt p{ margin: 10px;}

/*  single:author bio
 ------------------------------------ */
.author-head {
	border: 5px solid #eee;
	padding: 15px 15px 10px 95px;
	margin-bottom: 15px;
}
.author-head .bio-avatar {
	float: left;
	margin: 0 0 8px -80px;
	width: 64px;
	height: auto;
}
.author-head h2 {
	font-size: 18px;
	margin: 0 0 3px;
}
.author-head .post_count {
	font-size: 14px;
	font-weight:normal;
}
.author-head .desc {
	margin: 5px 20px 5px 5px;
	padding: 5px 0 0;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	color: #888;
	border-top: #C00 2px solid;
}
.author-head .contact a, 
.author-head .contact span {
	display: inline-block;
	color: #FFF;
	border-radius: 3px;
	padding: 2px 25px;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;	
}
.author-head .contact span {	color: #666;}
.author-head .contact a:hover { opacity: 0.8; }
.author-head .contact .homepage {	background: orange;}
.author-head .contact .facebook {	background: #324C82;}
.author-head .school { background: #0acd00; }
.author-head .contact .links {	background: #949494;}

@media only screen and (max-width: 767px) {
.author-bio .bio-desc { font-size: 13px; }
.author-head .bio-avatar {
	width: 50px;
	margin-right: 5px;
}
.author-head .contact a {	padding: 2px 15px;}
}
@media only screen and (max-width: 320px) {
.author-head { margin-left: 0%; }
.author-head .contact a {	padding: 2px 5px;}
}
/*  single : kanren
 /* ------------------------------------ */
#kanren { margin: 30px 0 }
.heading,
#reply-title {
	margin: 0 0 15px;
	padding-bottom: 3px;
	border-bottom: 2px solid #CC0000;
	font-weight: bold;
}
.heading i {
	color: #999;
	font-size: 22px;
	margin-right: 6px;
	margin-top: 15px
}
.kanrenkiji { margin-left: 5px;}
.kanrenkiji .post-thumnail-rightbox h2.post-title a {
	font-size: 20px;
}
.kanrenkiji .lv3_list_box {
	margin-bottom: 15px !important;
	background-color: #ffffff;
	margin-bottom: 0;
	padding-bottom: 0;
}
.kanrenkiji .lv3 { margin-bottom: 15px !important; }
.kanrenkiji .lv3_list_box .post-thumbnail a {
	margin: 0 !important;
	padding: 0 !important;
}
.kanrenkiji .lv3_list_box .post-thumbnail img {
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: bottom !important;
}

@media screen and (max-width: 767px) {
.lv3.kanrenkiji .underbox { margin-top: 0px; }
.lv3.kanrenkiji .post-thumnail-rightbox h2.post-title { margin-top: 0px; }
.kanrenkiji .post-thumnail-rightbox h2.post-title a { font-size: 16px; }
}
/*  single:post-nav
 ------------------------------------ */
.single_nav {margin: 40px 0;}
.single_nav .post-nav li {
	display: block;
	width: 48%;
	margin: 0 auto 20px;
}
.single_nav .post-nav li.next {
	float: right;
	text-align: right;
}
.single_nav .post-nav li.previous {
	float: left;
	text-align: left;
}
.single_nav .post-nav li a {
	display: block;
	padding: 0;
}
.single_nav .post-nav li .thumb_wrap {
	position: relative;
	height: 100px;
	overflow: hidden;
}
.single_nav .post-nav li .thumb_wrap img {
	position:	absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.single_nav .post-nav li .thumb_wrap img:hover { opacity: 0.8; }
.single_nav .post-nav li .thumb_wrap .navbg {
	position: absolute;
	top: 0;
	height: 100px;
	width: 30px;
	background: #000;
	opacity: 0.4;
	z-index: 9;
	padding: 0;
	margin: 0;
}
.single_nav .post-nav li.next .thumb_wrap .navbg { right: 0; }
.single_nav .post-nav li.previous .thumb_wrap .navbg { left: 0; }
.single_nav .post-nav li .thumb_wrap i {
	position: absolute;
	top: 42px;
	color: #CCC;
	font-size: 20px;
	z-index: 10;
}
.single_nav .post-nav li.next .thumb_wrap i { right: 0; }
.single_nav .post-nav li.previous .thumb_wrap i { left: 0; }
.single_nav .post-nav li .thumb_wrap:hover i { color: #FFF; }
.single_nav .post-nav li p{
	font-size: 12px;
	line-height: 1.2;
}
@media only screen and (max-width: 479px) {
.single_nav .post-nav li { width: 100%; }
.single_nav .post-nav li.next,
.single_nav .post-nav li.previous {
	float: none;
	text-align: left;
}
}
/*comments
/* -------------------------------------------------- */
#comments {
	background: #f3f3f3;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 10px 20px;
}
.comment-author { display: none; }
#comments h3#reply-title {
	display:block;
	margin-top: 30px;
}
#comments h3#reply-title:after {
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	margin: 3px 0;
 	content: "記事へのコメントは承認制になりました。承認後に公開とさせて頂きます。";
}
#comments h3#reply-title:before {
	font-family: FontAwesome;
	font-weight: normal;
	content: "\f075";
	color: #999;
	margin-right: 5px;
}
.commentlist li,
.pinglist li {
	padding-left: 0px;
	font-size: 14px;
	line-height: 22px;
}
.commentlist .comment-body,
.pinglist li {
	clear: both;
	padding-bottom: 15px;
}
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation {
	display: block;
	float: right;
	margin-right: 10px;
}
.commentlist .comment-author { margin-right: 6px; }
.commentlist .fn,
.pinglist .ping-link {
	color: #444;
	font-style: normal;
	font-weight: bold;
}
.commentlist .says { display: none; }
.commentlist .avatar { display: none;/*position: absolute;
	left: -60px;
	top: 0;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}
.commentlist .comment-meta:before,
.pinglist .ping-meta:before {
	color: #ccc;
	content: "\f017";
	font-family: FontAwesome;
	font-size: 10px;
	margin-right: 3px;
	vertical-align: 4%;
}
.commentlist .comment-meta a,
.pinglist .ping-meta { color: #aaa; }
.commentlist .reply {
	font-size: 13px;
	line-height: 16px;
}
/*.commentlist .reply a { color: #aaa; }
.commentlist .reply a:hover { color: #444; }*/
.comment-awaiting-moderation {
	color: #3b8dbd;
	font-style: normal;
}
.commentlist .comment-body p {
	font-size: 14px;
	margin-bottom: 8px;
	color: #666;
	clear: both;
}
.commentlist .children p { color: #999; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li {
	list-style: decimal;
	margin-left: 2em;
	padding: 0;
}
.commentlist .comment-body ul li {
	list-style: square;
	margin-left: 2em;
	padding: 0;
}
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after {
	background: #3b8dbd;
	display: block;
	position: absolute;
	content: "\f040";
	color: #fff;
	line-height: 12px;
	width: 12px;
	font-style: normal;
	font-family: FontAwesome;
	text-align: center;
}
.commentlist li.comment-author-admin > .comment-body:after { content: "\f005"; }
.commentlist li.bypostauthor > .comment-body:after,
.commentlist li.comment-author-admin > .comment-body:after {
	top: 32px;
	left: -28px;
	font-size: 10px;
	padding: 2px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.commentlist li li.bypostauthor > .comment-body:after,
.commentlist li li.comment-author-admin > .comment-body:after {
	top: 22px;
	left: -26px;
	font-size: 8px;
	padding: 1px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.commentlist li ul { }
.commentlist li li {
	padding-left: 48px;
	margin: 0;
}
.commentlist li li .avatar {
	width: 36px;
	height: 36px;
	left: -48px;
	top: 0;
}
.commentlist li li .comment-meta { left: 70px; }
.comments-nav { margin-bottom: 20px; }
.comments-nav a { font-weight: bold; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right; }
.logged-in-as,
.comment-notes,
.form-allowed-tags { display: none; }
#respond { position: relative; }
#reply-title { margin-bottom: 20px; }
li #reply-title {
	font-size: 0;
	margin: 0 !important;
	padding: 0;
	height: 0;
	border-top: 0;
}
#cancel-comment-reply-link {
	color: #CCC;
	display: block;
	position: absolute;
	bottom: 26px;
	right: 20px;
	font-size: 12px;
}
#cancel-comment-reply-link:hover { color: #777; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label {
	padding: 6px 0;
	font-weight: bold;
	display: block;
}
#commentform input[type="text"],
#commentform textarea {
	max-width: 100%;
	width: 100%;
}
#commentform textarea { height: 100px; }
#commentform p.form-submit { margin-top: 10px; }
#commentform #submit {
	width: 100%;
	margin: 10px 0 20px;
	padding: 10px 0;
	background: #CC0000;
	-webkit-box-shadow: 0 3px #A80000;
	box-shadow: 0 3px #A80000;
	color: #FFF;
}

/*  base : entry
 /* ------------------------------------ */
.entry {
	font-size: 18px;
	line-height: 1.6em;
	margin-top: 15px;
}
.entry p,
.entry dd {
	margin-bottom: 1.5em;
	color: #333;
}
.entry dt { color: #444; }
.entry ol,
.entry ul { margin: 0 0 15px 30px; }
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol { margin-bottom: 0; }
.entry li { margin: 0; }
.entry ul li,
.entry ol ul li { list-style: square; }
.entry ol li,
.entry ol ul ol li { list-style: decimal; }
.entry dt { font-weight: bold; }
.entry address { margin-bottom: 1em; }
.entry blockquote {
	position: relative;
	color: #777;
	font-style: italic;
	margin: 0 0 20px 0;
	padding-left: 50px;
}
.entry blockquote p { margin-bottom: 0.75em; }
.entry blockquote:before {
	content: "\f10d";
	color: #ccc;
	font-size: 32px;
	font-style: normal;
	font-family: FontAwesome;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.entry blockquote.twitter-tweet:before { content: "\f099"; }
.entry code,
.entry pre {
	font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
	font-size: 11px;
}
.entry pre {
	background: url(img/pre.png) repeat top;
	padding: 18px 20px;
	margin: 30px 0;
	border: 1px solid #ddd;
	line-height: 19px;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-x: auto;
	overflow-y: hidden;
}
.entry code {
	background: #eee;
	padding: 0 3px;
}
.entry ins { background: #fff486; }
.entry sub,
.entry sup { font-size: 62.5%; }
.entry sub { vertical-align: sub; }
.entry sup { vertical-align: super; }
/* image position & caption */
.entry img.size-auto,
.entry img.size-large,
.entry img.size-medium,
.entry attachment img {
	max-width: 100%;
	height: auto;
}
.entry img.alignleft { margin: 18px 20px 18px 0; }
.entry img.alignright { margin: 18px 0 18px 20px; }
.entry img.aligncenter {
	margin: 18px auto;
	clear: both;
	display: block;
}
.entry img .size-full { width: 100% !important; }
.entry .gallery img,
.entry img.wp-smiley { margin: 0; }
.entry .wp-caption {
	background: #f1f1f1;
	max-width: 100%;
	margin-bottom: 14px;
	padding-top: 5px;
	text-align: center;
}
.entry .wp-caption-text { font-style: normal; }
.entry .wp-caption a { border-bottom: none; }
.entry .wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
.entry .wp-caption.alignleft { margin-right: 20px; }
.entry .wp-caption.alignright { margin-left: 20px; }
.entry .wp-caption.alignnone {
	width: 100% !important;
	overflow: hidden;
}
.entry .wp-caption.alignnone img {
	margin: 0 auto;
	max-width: 100% !important;
}
.entry .wp-caption-text {
	color: #999;
	font-size: 13px;
	padding: 0 0 8px 0;
	margin: 0;
}
/* table */
.entry table {
	font-size: 14px;
	margin-bottom: 1.5em;
	width: 100%;
	text-align: center;
}
.entry table tr.alt { background: #f1f1f1; }
.entry table td {
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	padding: 5px;
	vertical-align: middle;
}
.entry table th {
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 5px;
}


/*  common : page title
 /* ------------------------------------ */
.page-title {
	background: #fff;
	position: relative;
	padding-top: 18px;
	padding-bottom: 17px;
	border-bottom: 1px solid #eee;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: 5px;
}
.page-title.pad {
	padding-top: 12px;
	padding-bottom: 12px;
}
.page-title a { color: #aaa; }
.page-title a:hover { color: #444; }
.page-title span { color: #aaa; }
.page-title i { margin-right: 8px; }
.page-title h1,
.page-title h2,
.page-title h4 { color: #666; }
.page-title .meta-single li {
	float: left;
	margin-right: 14px;
}
.page-title .meta-single li.comments {
	float: right;
	margin-right: 0;
}
/*  common : search
 /* ------------------------------------ */
.notebox {
	background: #f0f0f0;
	position: relative;
	padding: 12px 15px;
	color: #888;
	margin-bottom: 30px;
}
.notebox:before {
	content: '';
	display: inline-block;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #f1f1f1;
	position: absolute;
	top: -8px;
	left: 13px;
}
.notebox:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #f1f1f1;
	position: absolute;
	top: -5px;
	left: 15px;
}
.notebox span { font-weight: bold; }
.notebox .search-again { margin-top: 10px; }
.notebox input[type="text"] { width: 100%; }
/*  common : page image
 /* ------------------------------------ */
.page-image {
	overflow: hidden;
	position: relative;
	margin: 0 0 30px 0;
}
.page-image-text {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	width: 100%;
	text-align: center;
}
.page-image-text .caption {
	color: #fff;
	font-size: 44px;
	line-height: 70px;
	font-weight: bold;
	text-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.page-image-text .description {
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 36px;
}
.page-image-text .description i {
	background: rgba(0,0,0,0.7);
	opacity: 0.9;
	font-style: normal;
	padding: 6px 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/*  common : thumb icon
 /* ------------------------------------ */
.thumb-icon {
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-box-shadow: 0 0 2px rgba(255,255,255,0.4);
	box-shadow: 0 0 2px rgba(255,255,255,0.4);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.thumb-icon i {
	font-size: 18px;
	padding: 7px 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.thumb-icon .fa-play { margin: -1px 0 0 2px; }
.thumb-icon.small {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 14px;
	left: 14px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.thumb-icon.small .fa {
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0;
}
.thumb-icon.small .f-play { margin: -1px 0 0 2px; }
.ad-sidebar-top,
.ad-sidebar-bottom {margin: 15px auto;}
@media only screen and (max-width: 767px) {
.themeform.searchform div {
	position: relative;
	margin-top: 0px;
}
.themeform.searchform div input[type=text] {
	padding-left: 26px;
	line-height: 6px;
}
.themeform.searchform div:after {
	color: #ccc;
	line-height: 20px;
	font-size: 14px;
	content: "\f002";
	position: absolute;
	left: 10px;
	top: 6px;
	font-family: FontAwesome;
}
section .pad {
	margin: 0px;
	padding: 0px;
}
section .post-list { padding: 10px; }
}
/*************************************************************************
 Post Entry
 **************************************************************************/
#page { padding-bottom: 60px; }
#page .container-inner { background: #fff; }
.content .post,
.content .page {
	position: relative;
	/* overflow: hidden; */
}
.blog .post,
.single .post,
.archive .post,
.search .post,
.search .page { margin-bottom: 15px; }
/*  post : search
 /* ------------------------------------ */
.search .page.type-page .post-thumbnail,
.search .page.type-page .post-meta { display: none; }

/*  post : featured
 /* ------------------------------------ */
.featured{
	margin-bottom: 0px;
	border: none;
}
.featured .post:last-child { margin-right: 0px; }
.featured .post {
	margin-bottom: 0;
	width: 32%;
	display: inline-block;
	margin-right: 1.2%;
}
.featured .post-title {
	font-size: 34px;
	letter-spacing: -0.7px;
	line-height: 1.4em;
}
.post-inner.lv1_list_box,
.post-inner.lv2_list_box{
	margin-bottom: 1em;
	background: #000;
}
.post-thumbnail {
	position: relative;
	width: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
	height: 150px;
	overflow: hidden;
}
.post-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.post-thumbnail .post-new{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: #C00;
	padding: 5px;
	font-weight: bold;
	font-size: 10px;
	line-height: 1em;
	color: #FFF;
}
.post-thumbnail h2.post-title {
	position: absolute;
	bottom: 0px;
	color: #fff;
	width: 90%;
	background: rgba(0,0,0,.3);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), color-stop(30%, rgba(0,0,0,.7)), to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1)0%, rgba(0,0,0,.7)30%, rgba(0,0,0,0)100%);
	background: -moz-linear-gradient(bottom, rgba(0,0,0,1)0%, rgba(0,0,0,.7)30%, rgba(0,0,0,0)100%);
	background: linear-gradient(bottom, rgba(0,0,0,1)0%, rgba(0,0,0,.7)30%, rgba(0,0,0,0)100%);
	margin-bottom: 0px;
	padding: 20px 5% 10px;
	font-weight: bold;
	line-height: 0.6em;
}
.post-thumbnail h2.post-title a {
	font-size: 16px;
	line-height: 1em;
}
.post-thumbnail .lv1-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
}
.post-thumbnail .post-title.lv1-title a { font-weight: bold; }
.lv2 .post-thumbnail h2.post-title,
.lv2 .post-thumbnail h2.post-title a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
.featured .post {
	width: 95% !important;
	margin-left: 2.5% !important;
}
.featured .post:first-child {
	margin-top: 10px;
	width: 95%;
	margin-left: 2.5%;
}
.featured .post .post-thumbnail { margin-bottom: 5px; }
}
.post-list .post-row {
	/*margin-left: -30px;
	margin-bottom: 20px;
	padding-left: 30px;
	float: left;*/
	width: 100%;
	border: none;
	position: relative;
}
.category. post-list .post-row {
 margin-bottom: 0;
}
.category. post-list .post-row:first-child {
 margin-bottom: 20px;
}
.post-list .post-row:last-child {
	border: none;
	margin-bottom: 0;
}
/*.post-list .post, */
.post-list .lv2,
.post-list .page {
	width: 50%;
	float: left;
}
.post-list .post-inner { margin-right: 30px; }
.post-hover:hover .post-thumbnail { opacity: 0.75; }
.post-hover:hover .post-title a { color: #fff; }
.post-hover:hover .thumb-icon {
	background: #fff;
	color: #111;
}
/*.lv3 .post-thumbnail { width: 148px; float: left;} */
.lv3 .post-thumbnail {
	width: 25%;
	float: left;
}
.category .post-list .post-row:first-child { margin-bottom: 20px; }
.category .post-list .post-row { margin-bottom: 0; }
.lv3 .post-thumnail-rightbox {
	float: right;
	width: 72%;
	text-align: left;
}
.lv3 .post-thumnail-rightbox .linkbox {
	float: right;
	font-size: 14px;
}
.lv3 .post-thumnail-rightbox .linkbox a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 5px 20px;
	border: 1px solid #df0909;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f62b2b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
	background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
	background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
	background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
	background-image: -o-linear-gradient(top, #f62b2b, #d20202);
	background-image: linear-gradient(to bottom, #f62b2b, #d20202);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#f62b2b, endColorstr=#d20202);
	box-shadow: inset 0 1px 0 #f69696;
}
.lv3 .post-thumnail-rightbox .linkbox a:before {
	font-family: FontAwesome;
	font-weight: normal;
	content: "\f054";
	color: #FFF;
	margin-right: 5px;
}
.lv3 .post-thumnail-rightbox .linkbox a:hover { opacity: 0.7; }
.lv3 .post-thumnail-rightbox h2.post-title {
	font-weight: bold;
	line-height: 1.1em;
}
.lv3 .post-thumnail-rightbox .entry.excerpt {
	font-size: 12px;
	height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.lv3 .post-thumnail-rightbox h2.post-title a { color: #000; }
.lv1 .post-thumbnail h2.post-title a:hover,
.lv2 .post-thumbnail h2.post-title a:hover,
.lv3 .post-thumnail-rightbox h2.post-title a:hover { color: #208dc3; }
.lv3 .post-thumnail-rightbox .entry.excerpt a { color: #aaa; }
.lv3 .post-thumnail-rightbox .entry.excerpt a:hover { color: #208dc3; }
.lv3 .lv3_list_box { border-bottom: 1px dotted #808080; }
.category .post-list .post-row .lv3 { margin-bottom: 20px; }
.page .post-list .post-row .lv3 { margin-bottom: 20px; }

@media only screen and (max-width: 767px) {
.post-thumbnail h2.post-title,
.post-thumbnail h2.post-title a {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	padding-top: 5px;
}
.lv2 .post-thumbnail h2.post-title,
.lv2 .post-thumbnail h2.post-title a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.2em !important;
	position: relative;
	left: 0px;
	background: none;
	height: 48px;
	overflow: hidden;
}
.lv2:nth-child(1) .post-inner.post-hover { padding-right: 5px; }
.lv2:nth-child(2) .post-inner.post-hover { padding-left: 5px; }
.lv3 .post-thumnail-rightbox h2.post-title { overflow: visible; }
.lv3 .post-thumbnail {
	width: 30%;
	float: left;
}
.lv3 .post-thumnail-rightbox { width: 66%; }
.lv3 h2.post-title,
.lv3 h2.post-title a {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
.lv3 .entry p,
.lv3 .excerpt p {
	font-size: 12px;
	line-height: 1.2em;
}
.featured { padding: 0; }
.post-hover:hover .post-thumbnail { opacity: 1.0; }
/*	.lv3 .post-thumnail-rightbox h2.post-title { margin-bottom: 16px; } */
.lv3 .post-thumnail-rightbox .entry.excerpt { display: none; }
.lv3 .post-thumnail-rightbox .linkbox { display: none; }
.lv3 .post-thumnail-rightbox .underbox img.catimg {
	width: 50px;
	padding-top: 4px; /*width: 68px;*/
}
.lv3 .post-thumnail-rightbox .underbox { margin-top: 12px; /*margin-top: 10px;*/ }
}
/** おすすめトピック **/
#tag_cloud-2 > h3 {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 4px solid #ff0000;
	padding-bottom: 5px;
	margin: 0px;
}
#tag_cloud-2 .tagcloud > a {
	display: block;
	width: 48%;
	float: left;
	border-bottom: 1px solid #eeeeee;
	margin-right: 5px;
	padding: 5px 0;
}
#tag_cloud-3 > h3 {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 4px solid #ff0000;
	padding-bottom: 5px;
	margin: 0px;
}
#tag_cloud-3 .tagcloud > a {
	display: block;
	width: 48%;
	float: left;
	border-bottom: 1px solid #eeeeee;
	margin-right: 5px;
	padding: 5px 0;
}
/** アーカイブ **/
#archives-2 > h3 {
	clear: both;
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 4px solid #ff0000;
	padding-bottom: 5px;
	margin: 0px;
}
#archives-2 ul li {
	position: relative;
	width: 50%;
	float: left;
	border: none;
}
#archives-2 ul li a {
	display: block;
	width: 96%;
	border-bottom: 1px solid #eeeeee;
	margin-right: 5px;
	padding: 5px 0;
}
/** サイドバー　SNSボタン **/
#sidebar_sns .sns_lft {
	float: left;
	width: 143px;
}
#sidebar_sns .sns_rgt {
	float: right;
	width: 143px;
}
/** 記事ページ **/
a.head_tag {
	padding: 2px 5px;
	background-color: #e0e0e0;
}
a.head_tag:link { text-decoration: none; }
article.post .post-inner .entry { margin: 0 5px; }
article.post .post-inner > img { width: 68px; }
article.post h1 { font-weight: bold; }
article.post h1+ img {
	margin-right: 10px;
	float: left;
}
.post-comments {
	background: #82b965;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-box-shadow: inset -1px 0 1px rgba(0,0,0,0.2);
	box-shadow: inset -1px 0 1px rgba(0,0,0,0.2);
}
.post-comments > span {
	display: block;
	position: relative;
	padding: 2px 7px;
}
.post-comments > span:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid #82b965;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 5px;
	left: -14px;
}
.post-comments i { margin-right: 3px; }
.post-comments:hover {
	color: #fff !important;
	padding-right: 4px;
}
.post-meta {
	font-size: 16px;
	color: #bbb;
	margin-bottom: 0.3em;
}
.post-meta .post-category {
	float: left;
	margin-right: 6px;
}
.post-meta .post-date { float: left; }
.post-title {
	color: #444;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 0px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.post-title strong { font-weight: bold; }
.post-title i { font-style: italic; }
.post-title a { color: #fff }
.post-title a:hover { color: #fff; }
.entry.excerpt {
	font-size: 16px;
	color: #aaa;
}
.entry.excerpt p { margin-bottom: 0; }
/* ------------------------------------------------------------------------- *
 *  Single
 /* ------------------------------------------------------------------------- */
.single .post-title {
	font-size: 32px;
	letter-spacing: -1px;
	line-height: 1.3em;
}
.single .post-inner .post-thumbnail { margin-bottom: 15px; }
.entry-inner { margin-bottom: -1.5em }
.post-main {
	width: 100%;
	margin: 10px 0;
}
.post-main .post-ttlimg {
	width: 100%;
	max-width: 100%;
}
/*  single : post pages
 /* ------------------------------------ */
.post-pages {
	font-weight: bold;
	margin-bottom: 20px;
}
/*  single : tags
 /* ------------------------------------ */
.post-tags { margin-bottom: 40px; }
.post-tags span {
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin: 0 7px 0 0;
}
.post-tags a {
	background: #f2f2f2;
	display: inline-block;
	line-height: 16px;
	white-space: nowrap;
	font-size: 12px;
	color: #999;
	padding: 3px 7px;
	margin: 0 5px 2px 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.post-tags a:hover {
	background-color: #3b8dbd;
	color: #fff;
}
/*************************************************************************
Plugins
 **************************************************************************/
/*  common : pagination
 /* ------------------------------------ */
.pagination { margin-bottom: 15px; }
.pagination a {
	font-size: 18px;
	font-weight: bold;
}
/*  plugin : wp-pagenavi
 /* ------------------------------------ */
.wp-pagenavi {
	text-align: right;
	font-weight: bold;
	line-height: 20px;
	float: none;
	margin-right: 0px;
	text-align: center;
	margin-top: 30px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #aaa;
	font-size: 16px;
	padding: 7px 12px;
	display: inline;
	margin: 0 2px;
}
.wp-pagenavi span.pages {
	font-size: 17px;
	display: block;
	margin-bottom: 1em !important;
	border: none !important;
}
.wp-pagenavi span.pages:before {
	content: "\f15c";
	font-family: FontAwesome;
	margin-right: 6px;
}
.wp-pagenavi span.extend { border: none !important; }
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current {
	color: #fff;
	background-color: #808080 !important;
}
.wp-pagenavi a {
	color: #3b8dbd;
	border: none;
	background-color: #eee;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:active,
.wp-pagenavi span.current {
	background: none;
	border: none;
}
@media only screen and (max-width: 767px) {
.pagination a {	font-size: 13px;}
.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 13px;
	padding: 5px 9px;
}
.wp-pagenavi span.pages {
	font-size: 13px;
}
}


.comment-form-url,
.comment-form-email,
.form-allowed-tags { display: none; }
.fb_edge_widget_with_comment span.fb_edge_comment_widget { display: none !important; }
.align-center { text-align: center; }
.sp_adsense { margin-top: 20px; }
.sp_adsense_title { margin-left: -10px; }

.pc_footer_adsence_left {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}
.pc_footer_adsence_right {
	float: left;
	margin-top: 20px;
}
.wp-fb-like-ranking li {
	overflow: hidden;
	clear: both;
	margin: 10px 0px 0px;
	border-bottom: 1px dashed #AAAAAA;
}
#wp-fb-like-ranking {
	color: #444;
	font-size: 15px;
	padding: 20px 15px 20px;
	overflow: hidden;
}
#wp-fb-like-ranking h3 { color: #444; }
.wp-fb-like-ranking-thumb { margin: 5px 0px 10px; }
.wp-fb-like-ranking-count {
	display: table;
	background-color: #fff;
	margin-left: 5px;
	color: #3b5998;
	font-size: 15px;
	font-weight: bold;
}
.wp-fb-like-ranking-count::after {
	content: "いいね！";
	margin-left: 5px;
}







@media screen and (min-width: 768px) {
.pcnone { display: none !important; }
}
@media screen and (max-width: 767px) {
.smanone { display: none !important; }
.container { padding: 0 10px; }
.container-inner { padding: 0px; }
.pad { padding: 20px 20px 10px; }
.grid {
	width: 100%;
	margin: 0 0 10px;
}
.entry { font-size: 15px; }
/* text */
.entry h1 {
	font-size: 30px;
	letter-spacing: -0.7px;
}
.entry h2 {
	font-size: 26px;
	letter-spacing: -0.5px;
}
.entry h3 {
	font-size: 24px;
	letter-spacing: -0.3px;
}
.entry h4 {
	font-size: 22px;
	letter-spacing: -0.3px;
}
.entry h5 { font-size: 18px; }
.entry h6 { font-size: 16px; }


.post-thumbnail .lv2 h2.post-title {
	position: absolute;
	bottom: 0px;
	color: #000;
	width: 100%;
	background: none;
	margin-bottom: 0px;
	padding: 0px 0 10px;
	font-weight: bold
}
.post-thumbnail h2.lv1-title {
	position: absolute;
	bottom: 0px;
	color: #fff;
	width: 90%;
	background: rgba(0,0,0,.3);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), color-stop(30%, rgba(0,0,0,.7)), to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1)0%, rgba(0,0,0,.7)30%, rgba(0,0,0,0)100%);
	background: -moz-linear-gradient(bottom, rgba(0,0,0,1)0%, rgba(0,0,0,.7)30%, rgba(0,0,0,0)100%);
	background: linear-gradient(bottom, rgba(0,0,0,1)0%, rgba(0,0,0,.7)30%, rgba(0,0,0,0)100%);
	margin-bottom: 0px;
	padding: 20px 5% 10px;
	font-weight: bold;
}
#single_content {
	padding: 10px;
	width: auto;
}

.comment-tabs { font-size: 14px; }
.commentlist li { font-size: 13px; }
.commentlist li ul li { padding-left: 10px; }
#page {
	margin-top: 0;
	padding-bottom: 10px;
}
.pagination { margin-bottom: 30px; }
.page-title { font-size: 14px; }
.page-image-text { margin-top: -15px; }
.page-image-text .caption {
	font-size: 26px;
	line-height: 30px;
}
.page-image-text .description { font-size: 13px; }
.post-list {
	margin-left: 0;
	margin-right: 0;
}
.post-list .post,
.post-list .page { width: 100%; }
.post-list .post-row {
	margin-left: 0;
	padding-left: 0;
}
.post-list .post-inner { margin-right: 0; }
.featured .post-title,
.single .post-title {
	font-size: 22px;
	line-height: 1.5em;
	letter-spacing: 0;
}
/* search */
.notebox { margin-bottom: 20px; }
}

@media only screen and (max-width: 479px) {
.pad { padding: 15px 15px 5px; }
.sidebar {
	float: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
	width: 100%;
	display: block;
	float: none;
}

.sidebar-top,
.sidebar .widget {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* hide */
.mobile-sidebar-hide-s1 .s1,
.mobile-sidebar-hide .sidebar { display: none; }
/*search*/
.notebox { margin-bottom: 15px; }
}
@media screen and (max-width: 320px) {
#side_list ul.wpp-list .li_title {
	width: 100px;
	display: inline-block;
	float: left;
	padding-left: 0px;
}
.post-thumbnail .lv1-title {
	position: absolute;
	bottom: 0px;
	color: #fff;
	width: 90%;
	background: rgba(0,0,0,.3);
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), color-stop(30%, rgba(0,0,0,.7)), to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1)0%, rgba(0,0,0,.7)30%, rgba(0,0,0,0)100%);
	background: -moz-linear-gradient(bottom, rgba(0,0,0,1)0%, rgba(0,0,0,.7)30%, rgba(0,0,0,0)100%);
	background: linear-gradient(bottom, rgba(0,0,0,1)0%, rgba(0,0,0,.7)30%, rgba(0,0,0,0)100%);
	margin-bottom: 0px;
	padding: 20px 5% 10px;
	font-weight: bold;
}
}












/*  plugin : contact form 7
 /* ------------------------------------ */
.wpcf7 p {
	color: #222;
	font-size: 14px !important;
	font-weight: normal !important;
	margin: 0 0 12px;
	width: 100%;
	float: left;
	position: relative;
}
/*.wpcf7 span.wpcf7-form-control-wrap {
	display: block;
	position: relative;
}*/
.wpcf7 p span { color: #999; }
.wpcf7 label {
	/*display: block;
	float: left;
	width: 20%;
	margin: 9px 0 0 12px;
	text-align: left;*/
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
	display: block;
	float: left;
	padding: 10px;
	width: 100%;
}
.wpcf7 textarea {
	display: block;
	float: left;
	padding: 10px;
	width: 100%;
}
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	background: #f5f5f5;
	margin-top: 12px;
}
.wpcf7 input[type="checkbox"] {
	width: 30px;
	height: 30px;
	display: inline;
}
.wpcf7 input[type="submit"] {
	width: 100%;
	padding: 10px 0;
	font-size: 18px;
}
.wpcf7 div.wpcf7-validation-errors {
	border: none;
	margin: 0;
	padding: 0;
}
.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-mail-sent-ng { border: none; }
.wpcf7 div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}
.wpcf7 span.wpcf7-not-valid-tip {
	background: #f2dede;
	border-color: #e3bfbf;
	color: #b94a48;
	padding: 4px 14px;
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	left: 0;
	top: 12px;
	width: auto;
	right: 0;
	display: block;
}

/* ------------------------------------------------------------------------- *
 *  IE Fixes
 /* ------------------------------------------------------------------------- */
.ie8 .author-bio .bio-avatar:after,
.ie8 .commentlist li.bypostauthor > .comment-body:after { display: none; }
.ie8 .nav li > a:after { content: "" !important; }
.ie8 .nav > li > a:after { content: "" !important; }
.ie8 .thumb-icon,
.ie8 .image-caption,
.ie8 .page-image-text .description i { background: url(img/ie/opacity-70.png); }
#in_roop div.fb-like,
#in_roop div.fb-like iframe[style],
#in_roop div.fb-like span { margin-top: -10px; }