/*
	Theme Name: Btama
*/


/* Reset */
* {
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {

	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; 
}
body {
	font-size: 14px;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, sans-serif;
}
article, aside, details, figcaption, figure, footer, header, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}






/* clearfix */
.clearfix {width:100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }

/* Global */
body, button, input, select, textarea {
	font-weight: 300;
	color: #666;
	background-color: #ffff;
}
body {
	background-color: #f5f5f5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #292e32;
	font-weight: 300;
}
#content h1 {
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 1.8em;
}
#content h2 {
	line-height: 1.4;
	font-size: 1.5em;
	font-weight: bold;

	padding: 16px;
	margin: 32px 0 16px 0;
	line-height: 1.8em;
	border-radius: 10px;
	color: #000;
	background: #eee;
	letter-spacing: 1.2px;
	
}
#content h3 {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.8em;
}
#content h4 {
	font-size: 25px;
	margin-bottom: 30px;
	line-height: 1.8em;
}
#content h5 {
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1.8em;
}
#content h6 {
	font-size: 15px;
	margin-bottom: 30px;
	line-height: 1.8em;
}
#content blockquote {
    background: none;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px 25px 0;
    margin: 0 0 20px 0;
}
#content blockquote p {
	padding: 26px 16px 8px;
	margin: 0;
	font-size: 15px;
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th, #content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content dl {
	margin: 0 0 24px 0;
}
#content dt {
	font-weight: bold;
}
#content dd {
	margin-bottom: 18px;
}
#content ul {
	margin-bottom: 20px;
	display: block;
	padding-left: 20px;
}
#content li {
	margin-bottom: 5px;
}
#content ol {
	margin-bottom: 20px;
	display: block;
	padding-left: 20px;
	list-style-type: decimal
}
#content address {
	margin-bottom: 20px;
	display: block;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 30px;
}
#content {
	font-size: 16px;
}
#content p {
	margin-bottom: 30px;
	line-height: 25px;
}

#content ul {
	list-style: circle;
}
ol {
	list-style: decimal;
}

b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button, input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 13px;
	line-height: 1;
	padding: .6em 1em .6em;
	color: white;
	background-color: #1e1e1e;
	border: 0px;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #4C4C4C;
}
button:focus, html input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
}
input[type="checkbox"], input[type="radio"] {
 /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
 button::-moz-focus-inner, input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="url"], textarea {
	color: #666;
	border: 4px solid #f5f5f5;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	border: 4px solid #efefef;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"] {
	padding: 3px;
}



textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
.searchform {
	margin-left: 10px;
}
.search-field {
	padding: 6px !important;
	margin-top: -3px;
	margin-bottom: -13px !important;
}
.submit {
	margin-left: 5px;
	margin-top: 3px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before, .clear:after, [class*="content"]:before, [class*="content"]:after {
	content: '';
	display: table;
}
.clear:after, [class*="content"]:after, [class*="site"]:after {
	clear: both;
}

/* Content */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Asides */

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/* Media */

.entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}

/* Navigation  */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* Comments */

.comment-content a {
	word-wrap: break-word;
}


/* Links */
a {
	text-decoration: none;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
a:link{           
	color: #002233;
}
a:visited{
	color: #002233;
}
a:hover, a:focus{
	color: #999;
}
a:active{
 	color: #002233;
}
a img {
	border: 0;
}

.sitetitle a, .sitetitle a:visited {
	color: #fff
}
.sitetitle a:hover {
	color: #999;
}
.itemtitle a, .itemtitle a:visited {
	color: #141414
}
.itemtitle a:hover {
	color: #b8b4b4
}
.itemdate a, .itemdate a:visited {
	color: #b8b4b4
}
.itemdate a:hover {
	color: #141414;
}
.itemcat a, .itemcat a:visited {
	color: #002233;
}
.itemcat a:hover {
	color: #141414;
}



.inside .commentcount a, .inside .commentcount a:visited {
	color:#fff;
}



/* Headings */
.sitetitle {
	float: left;
	margin: 10px 0 0 15px;
	color: #fff;
	font-size: 40px;
	font-family: "Oleo Script", "メイリオ", Meiryo, cursive;
	font-weight: bold;
}
.sitetitle,
.sitetitle a {
	display: block;
	width: 160px;
	height: 50px;
}
.sitetitle:hover {
	opacity: 0.8;
}
#header {
	z-index: 999999999999;
}
#header .menu-pc {
	float: right;
	
}

.menu-pc {
	float: right;
	width: 210px; 
	margin: 10px 25px 0 10px;    
}
.menu-pc li{
	float: left;
	margin: 3px;
}
.menu-pc i {
	font-size: 14px;
	line-height: 36px;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5);
}
.menu-pc a {
	width: 36px;
	height: 36px;
	color: #333;
	line-height: 36px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	display: inline-block;
}
.menu-pc a:hover{
	background-color: #fff;
}
.table-rss {
	clear: both;

	right: 0;
	margin: 20px 0 20px 280px;
	width: 730px;
	height: 150px;
	border: solid 4px #ccc;
}

.table-rss .col {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #fff;
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 5px;
	overflow: hidden;
	overflow-y: scroll;
}
.table-rss .col a {
	color: #000;
}


.archive-title {
	font-family: "Oleo Script", "メイリオ", Meiryo, cursive;
	font-size: 25px;
	color: #141414;
	letter-spacing: 1px;
}
.search-title {
	font-size: 25px;
	color: #141414;
	letter-spacing: 1px;
	margin-bottom:20px;
	margin-top:-15px;
}

.site-logo{
	padding-top:15px;
	padding-bottom:15px;
}
.itemtitle {
	font-family: "Oleo Script", "メイリオ", Meiryo, cursive;;
	font-size: 16px;
	color: #141414;
	margin-top: 13px;
	margin-bottom: 3px;
	word-wrap: break-word;
	border-bottom: 1px solid #e5e5e5;
}
.inside .itemtitle {
	color: #002233;
	font-size: 24px;
	font-family: "Oleo Script", "メイリオ", Meiryo, cursive;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.wp_social_bookmarking_light {
	margin: 10px 0;
}
.searchresult{
	text-align:left!important;
}
.footerheading {
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: .7px;
}
.footer-title {
	font-family: 'Varela', sans-serif;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
}
.comment-reply-title, .comments-title {
	font-family: 'Varela', sans-serif;
	font-size: 20px;
	color: #141414;
	margin-top: 25px;
	margin-bottom: 3px;
	letter-spacing: .7px;
	font-weight: normal !important;
}

/* Theme Layout */
#header {
	background: #002233 url(./img/color_line21.gif) repeat-x center bottom;
	text-align: center;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	width:100%;
	box-shadow: 0 0 10px 0 #666;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}


.wrapper {
	width: 1024px;
	margin: 0 auto;
}

#sidebar {
	float: right;
	width: 312px;
	backgroundL #f00;
	border: solid 1px #ccc;
	border-top: none;

	margin: -19px 0px 20px -40px;

}
.item {
	display: inline-block;
	background: #fff;
	padding: 5px 15px 15px 15px;

	margin: 0 0 3em;
	width: 684px;
	float: left;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

.grid  {
	padding-top: 20px;
}
.grid .item {
	width: 100%;
	height: 370px;
	margin: 20px 10px 0 10px;
	padding: 0;

	float: left;
	width: -webkit-calc(33.333% - 20px);
	width: -moz-calc(33.333% - 20px);
	width: calc(33.333% - 20px);
}

.grid .item .itemimage,
.grid .item .itemimage a {
	width: 100%;
	height: 240px;
	overflow: hidden;
}
.grid .item .itemimage {
	text-align: center;
	position: relative;
}
.grid .item .itemimage a {
	width: 100%;
	vertical-align: middle;
}
.grid .item .itemimage img {
	width: 100%;
	position: relative;
	top: 50%;
        -ms-transform:translateY(-50%);
        -webkit-transform:translateY(-50%);
	transform: translateY(-50%);
}
.grid .item .itemdate {
	width: 80px;
	height: 80px;
	color: #fff;
	line-height: 1;
	font-family: "Oleo Script", cursive;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 9999;
	position: absolute;
	top: -40px;
	left: 50%;
	padding: 12px 0 0 0;
	margin: 0 0 0 -40px;
}
.grid .item:nth-child(6n+1) {
    border-top: 5px solid #fd868c;
}
.grid .item:nth-child(6n+1) .itemdate {
	text-shadow: 1px 1px 0 #d11316;
	background-color: #fd868c;
}
.grid .item:nth-child(6n+2) {
    border-top: 5px solid #8194e1;
}
.grid .item:nth-child(6n+2) .itemdate {
	text-shadow: 1px 1px 0 #0f19a9;
	background-color: #8194e1;
}
.grid .item:nth-child(6n+3) {
    border-top: 5px solid #d1eaa9;
}
.grid .item:nth-child(6n+3) .itemdate {
	text-shadow: 1px 1px 0 #6daf2d;
	background-color: #d1eaa9;
}
.grid .item:nth-child(6n+4) {
    border-top: 5px solid #af9cd3;
}
.grid .item:nth-child(6n+4) .itemdate {
	text-shadow: 1px 1px 0 #381e7d;
	background-color: #af9cd3;
}
.grid .item:nth-child(6n+5) {
    border-top: 5px solid #f5f49a;
}
.grid .item:nth-child(6n+5) .itemdate {
	text-shadow: 1px 1px 0 #7b8720;
	background-color: #f5f49a;
}
.grid .item:nth-child(6n+6) {
    border-top: 5px solid #f3bdf7;
}
.grid .item:nth-child(6n+6) .itemdate {
	text-shadow: 1px 1px 0 #d44beb;
	background-color: #f3bdf7;
}


.grid .item .itemdate .day {
	font-size: 28px;
}
.grid .item .itemtitle {
	background: #fff;
	color: #002233;
 	font-size: 17px;
	font-family: "Oleo Script", "メイリオ", Meiryo, cursive;
	font-weight: bold;
	padding: 5px;
	margin: 0;
	height: 60px;
}
.grid .itemcat {
	text-align: right;
	margin: 0 10px 0 0;
	font-size: 12px;
}
.grid .itemread {

	margin: 7px 0 0 10px;
	width: 100px;
}
.grid .itemread a {
	color: #fff;
	line-height: 1;
	background-color: #002233;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 10px;
	margin: 0px 0 0 0;
	font-size: 14px;
}


.itemdate {
	font-family: 'Varela', sans-serif;
	font-size: 14px;
	color: #b8b4b4;
	letter-spacing: 0.5px;
	margin-top: 2px;
}
.itemcat {
	color: #002233;;
	font-size: 14px;
	letter-spacing: 0.3px;
	margin-top: 2px;
	margin-bottom: 8px;
}
.commentcount {
	width: 30px;
	height: 30px;
	font-size: 11px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: -20px;
	position: relative;
	background-image: url(img/comment.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
.inside .commentcount {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: -20px;
	position: relative;
	background-image: url(img/comment.png);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	padding-left: 0px;
}

/* Inside */
.singleitem {
	background: #fff;
	padding: 1.5em;
	width: 1260px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 100px;
}
#content {
	text-align: left;
	margin: 0 auto;
	margin-top: 30px;
}
@media only screen and (max-width: 750px) {
	#content {
		margin-top: 10px;
	}
}
#bottommeta {
	margin-bottom: 30px;
	margin-top: 30px;
}

#copyright {
	clear: both;
	text-align: center;
	margin: 20px auto 5px auto;
	font-size: 12px;
}
/* Footer */

#footer {
	clear: both;
	overflow: hidden;
	font-size: 14px;
	padding: 20px 0 20px 0;
	background: #002233 url(./img/color_line21.gif) repeat-x center top;
}

#footer,
#footer  a, #footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
#footer .links {
	float: right;

}
#footer .links dt {
	font-weight: bold;

}

/* Pagination */
.pagination {
	position: relative;
	font-size: 14px;
	font-family: "Oleo Script", cursive;
	line-height: 36px;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	width: 100%;
	text-align: center
}
.pagination span, .pagination a {
	display: inline-block;
	margin: 4px 4px 4px 0;

	text-decoration: none;
	width: 36px;
	height: 36px;
	color: #fff;
	background-color: #24221D;;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.pagination a:hover {
	background: #999;
	color: #fff;
	text-decoration: none;
}
.pagination a:visited {
	text-decoration: none;
}
.pagination .dots,
.pagination .current {
	background-color: #e5e5e5;
	color: rgb(102, 102, 102);
}
.nav-links {
	width: 90%;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-previous a, .nav-next a {
	padding: 15px 18px 14px 18px;
	color: #000;
	display: inline-block;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	-moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.10);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.nav-previous a:hover, .nav-next a:hover {
	padding: 15px 18px 14px 18px;
	background: #24221D;
	color: #fff;
}

/* Comments */
#comments {
	border-top: 4px solid #f5f5f5;
	text-align: left
}
.comments-area {
	width: 60%;
	margin: 0 auto;
}
.comment-notes {
	font-size: 12px;
}
.form-allowed-tags {
	display: none;
}
.comment-form-comment textarea {
	clear: both;
	padding: 10px;
	display: block;
	width: 100%;
}
.comment-form-comment label {
	display: none;
}
.commentinfo {
	font-size: 14px;
	margin-top: 10px;
}
.cancelcomment {
	margin-bottom: 10px;
}
.loggedinauthor {
}
.form-allowed-tags {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.comment-form-author label {
	margin-top: 10px;
	font-size: 14px;
	display: block;
}
.comment-form-author input {
	width: 100%;
	padding: 10px;
}
.comment-form-email label {
	font-size: 14px;
	display: block;
}
.comment-form-email input {
	width: 100%;
	padding: 10px;
}
.comment-form-comment label {
	font-size: 14px;
	display: block;
}
.comment-form-comment input {
	width: 100%;
	padding: 10px;
}
.comment-form-url label {
	font-size: 14px;
	display: block;
}
.comment-form-url input {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
}
.edit-link {
	margin-left: 10px;
	clear: both;
}
.comments ol {
}
.comment {
	line-height: 20px;
}
#commentsform {
	padding-right: 10px;
	position: relative;
	margin-bottom: 0px;
}
#comments p {
	line-height: 24px;
}
.yours {
	float: right;
	margin-top: 20px;
}
.comment {
	padding-bottom: 20px;
}
.comment-author a {
	color: #C8C8C8;
}
.fn {
	font-style: normal;
}
.bypostauthor {
}
.comment-meta {
	font-size: 11px;
}
.comment-meta a {
	border-bottom: 0px;
}
.comment-meta a:visited {
	border-bottom: 0px;
}
.comment-body {
	margin-left: 20px;
}
.comment-body p {
	margin-top: 10px;
	line-height: 20px;
	margin-left: 73px;
}
.comment li {
	margin-top: 20px;
}
.comment {
	list-style-type: none;
}
.children ul {
}
.depth-1 {
	margin-top: 20px;
}
.depth-2 {
	margin-top: 20px;
	margin-left: 10%;
}
.depth-3 {
	margin-top: 20px;
	margin-left: 10%;
}
#comments .comment:last-child.depth-2 {
}
#comments .comment:first-child.depth-2 {
}
#comments .comment:last-child.depth-3 {
}
.comment-author-admin {
}
#comments ul.children {
}
.reply {
	float: right;
	position: relative;
	border-bottom: 4px solid #f5f5f5;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 25px;
	clear: both;
}
.comment-reply-link {
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 13px;
	line-height: 1;
	padding: .6em 1em .6em;
	color: white;
	background-color: #1e1e1e;
}
a.comment-reply-link {
	float: right
}
a.comment-reply-link:visited {
	color: white;
}
a.comment-reply-link:hover {
	background-color: #4C4C4C;
	color: white;
}
.commentinput {
	width: 50%;
	margin-bottom: 20px;
}
.commentbox {
	width: 70%;
	height: 150px;
}
.commentinfo {
	font-size: 11px;
	margin-top: 20px;
}
.commentsubmit {
	margin-top: 20px;
	display: block;
	background-color: #464646;
	color: white;
	border: 0px;
	font-size: 11px;
	padding: 5px 15px;
}
.commentsubmit:hover {
	background-color: #5E5E5E;
	cursor: pointer;
}
.cancelcomment {
	margin-bottom: 10px;
}
.loggedinauthor {
}
#comments .avatar {
	float: left;
	margin-right: 10px;
	height: 60px;
	width: 60px;
	border: 4px solid #f5f5f5;
}
#comments .comment-author {
	font-size: 14px;
	color: #010101;
	clear: both;
}
.comments-title {
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 50px;
	clear: both
}
.nav-links {
	padding: 60px;
}
.nav-previous {
	vertical-align: top;
	width: 50%;
}
.nav-next {
	vertical-align: top;
	width: 50%;
}
.comment-reply-title {
	clear: both;
}
.comment-content {
	padding-left: 8px;
}
.comment-metadata {
	font-size: 11px;
}


/* Widgets */
.widget {
	margin: 20px 0px 10px 5px;
}
.widgettitle {
	color: #424242;
	font-size: 15px;
	font-family: "Oleo Script", "メイリオ", Meiryo, cursive;
	font-weight: normal;
	border-bottom: 1px solid #A4A4A4;
	border-left: 3px solid #002233;
	padding-left: 5px;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Text widget */
.textwidget {
	padding: 7px;
}
/* Search widget */
.widget .search-form {
	margin: 10px 0;
}
.widget input[type=text] {
	color: #333;
	font-size: 14px;
	line-height: 1;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px #e5e5e5 inset;
	-moz-box-shadow: 0 1px 3px #e5e5e5 inset;
	box-shadow: 0 1px 3px #e5e5e5 inset;
	padding: 8px;
}
.widget input[type=text]:focus {
	border: 1px solid #99bbff;
	-webkit-box-shadow: 0 0 5px #99bbff;
	-moz-box-shadow: 0 0 5px #99bbff;
	box-shadow: 0 0 5px #99bbff;
}

.widget input[type=submit] {
	color: #fff;
	background-color: #002233;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transform: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	padding: 8px 16px;
	width: auto;
}

.widget input[type=submit]:hover {
	background-color: #224455;
}

.widget ul {
	margin: 10px 0;
}
.widget .cat-item {
	height: 50px;
	background: url('./img/20151204osomatu001.jpg') 0 0 no-repeat;
	background-size: 50px 50px;
	padding: 10px 0 0 60px;
	margin-bottom: 5px;
}
.widget .cat-item a {
	width: 100%;
	height: 100%;
	display: block;
}
.widget .cat-item-7 {
	background-image: url('./img/20151207osomatu0011.jpg');
}
.widget .cat-item-3 {
	background-image: url('./img/20151207osomatu0012.jpg');
}
.widget .cat-item-2 {
	background-image: url('./img/20151207osomatu0013.jpg');
}
.widget .cat-item-9 {
	background-image: url('./img/20151207osomatu0014.jpg');
}
.widget .cat-item-8 {
	background-image: url('./img/20151207osomatu0015.jpg');
}
.widget .cat-item-10 {
	background-image: url('./img/20151207osomatu0016.jpg');
}
.widget .cat-item-6 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/024.png');
}
.widget .cat-item-5 {
	background-image: url('./img/20151207osomatu0017.jpg');
}
.widget .cat-item-12 {
	background-image: url('./img/20151207osomatu0018.jpg');
}
.widget .cat-item-4 {
	background-image: url('./img/20151207osomatu0019.jpg');
}

.widget .cat-item-17 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/012.png');
}

.widget .cat-item-18 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/013.png');
}

.widget .cat-item-19 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/014.png');
}

.widget .cat-item-20 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/015.png');
}

.widget .cat-item-21 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/016.png');
}

.widget .cat-item-22 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/023.png');
}

.widget .cat-item-32 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/025.png');
}

.widget .cat-item-25 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/026.png');
}

.widget .cat-item-26 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/034.png');
}

.widget .cat-item-27 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/035.png');
}

.widget .cat-item-28 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/036.png');
}


.widget .cat-item-29 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/045.png');
}

.widget .cat-item-30 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/046.png');
}

.widget .cat-item-31 {
	background-image: url('http://btama.net/wp/wp-content/uploads/2017/05/056.png');
}

/* ブログについて */
.widget .cat-item-1,
.widget .cat-item-11 {
	display: none;
}









/* TagCloud */
.tagcloud {
	overflow: auto;
	padding: 10px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: -5px;
}
.tagcloud a, a.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 8px 13px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	margin: 5px;
	margin-right: 0px;
	color: white !important;
	background-color: #555555;
}
.tagcloud a:hover, a.button:hover {
	background: #8e8e8e;
	-webkit-transition: background-color 1s ease-in-out;
	-webkit-transition-duration: 0.4s;
	-moz-transition: background-color 1s ease-in-out;
	-moz-transition-duration: 0.4s;
	color: white;
	-webkit-transition: color 1s ease-in-out;
	-webkit-transition-duration: 0.4s;
	-moz-transition: color 1s ease-in-out;
	-moz-transition-duration: 0.4s;
}
.tagcloud a:active, a.button:active {
	color: white;
}
/* List Authors */
.widget-list-authors li {
	background: none;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.widget-list-authors li:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.widget-list-authors .avatar {
	float: left;
	margin: 5px 15px 0 0;
}
.widget-list-authors .author-name, .widget-list-authors .author-name:hover {
	display: block;
	text-decoration: none;
}
.widget-list-authors .author-url, .widget-list-authors .author-url:hover {
	display: block;
	font-size: 11px;
	margin: 0.2em 0 0.3em;
	overflow: hidden;
	text-decoration: none;
}
.widget-list-authors .post-count {
	display: block;
	font-size: 11px;
	overflow: hidden;
}

/* Social Menu */
#menu-social {
	text-align: center;
	margin: 0 auto;
}
#menu-social ul {
	list-style: none;
	margin: 0 0 10px;
	text-align: center;
}
#menu-social ul li {
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 12px;
}
#menu-social li a {
	color: #dbdddc;
}
#menu-social li a:hover {
	color: #141414 !important;
}
#menu-social li a::before {
	content: '\f408';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 22px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}
#menu-social li a[href*="wordpress.org"]::before, #menu-social li a[href*="wordpress.com"]::before {
	content: '\f19a';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="facebook.com"]::before {
	content: '\f082';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="twitter.com"]::before {
	content: "\f099";
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="dribbble.com"]::before {
	content: '\f17d';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="plus.google.com"]::before {
	content: '\f1a0';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="pinterest.com"]::before {
	content: '\f0d2';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="github.com"]::before {
	content: '\f113';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="tumblr.com"]::before {
	content: '\f173';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="youtube.com"]::before {
	content: '\f166';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="flickr.com"]::before {
	content: '\f16e';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="vimeo.com"]::before {
	content: '\f194';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="instagram.com"]::before {
	content: '\f16d';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="codepen.io"]::before {
	content: '\f1cb';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#menu-social li a[href*="linkedin.com"]::before {
	content: '\f08c';
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
}



.entry-box {
	background: none;
	background-color: transparent;
	border: none;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 20px 0px 20px;
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height: 18px;
}
.entry-box .caption {
	font-weight: normal;
	background: none;
	background-color: transparent;
	border: none;
	margin: 0 0 10px 0;
}
.entry-box  a {
	color: #000;
}
.entry-box ul li {
	list-style-type: disc;
}
.entry-box.rss {
	height: 268px;
	overflow: auto;
	margin-bottom: 20px;
}
#content .xross-rss-list {
	padding-left: 0;
	margin-bottom: 0 !important;
}
#content .xross-rss-list li {
	list-style: none;

}

#content .twitter-tweet {
	margin: auto;
}
#content .free-text {
	text-align: center;
	margin: 20px 0;

}
#content .tweet-base {
	margin-bottom: 50px;
	text-align: center;	
}
#content .tweet-response-title {
	text-align: center;
	margin: 30px auto;
	font-size: 120%;
}
#content .tweet-response-title::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f086";
	margin-right: 5px;
}
#content .tweet-response {
	background: #f8f8f8;
}

#content .tweet-response .tweet  {
	overflow: hidden;
	padding: 10px;
	position: relative;
	border-bottom: solid 1px #ddd;
}
#content .tweet-response .tweet a:hover {
	text-decoration: underline;
}
#content .tweet-response .user-icon {
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	width: 24px;
	height: 24px;
	border-radius: 1px;
}

#content .tweet-response .right {
	clear: both;
	overflow: hidden;
	word-break: break-all
}
#content .tweet-response .right p {
                margin: 0;
                white-space: pre-wrap!important;
 
}


#content .tweet-response .action ul {

	margin: 0;
	padding: 0;
}
#content .tweet-response .action li {
	display: inline;
	list-style: none;
	font-size: 11px;
	margin-right: 15px;
}
#content .tweet-response .action li a,
#content .tweet-response .action li a:link,
#content .tweet-response .action li a:visited,
#content .tweet-response .action li::before {
	color: #999;
}
#content .tweet-response .action li::before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
}
#content .tweet-response .action li.act-reply::before {
	content: "\f112";
}
#content .tweet-response .action li.act-retweet::before {
    content: "\f079";
}
#content .tweet-response .action li.act-favorite::before {
    content: "\f079";
}

#content .tweet-response .time {
	float: right;
	margin-left: 6px;
	font-size: 11px;
}
#content .tweet-response .name {
	padding: 3px 0 0 0;
	font-size: 11px;
}
#content .tweet-response a,
#content .tweet-response a:link,
#content .tweet-response a:visited,
#content .tweet-response .screen-name a ,
#content .tweet-response .screen-name a:link,
#content .tweet-response .screen-name a:visited {
	color: #999 !important;	
}
#content .tweet-response .screen-name {
	margin-left: 10px;
	padding: 0;
	margin: 0 0 0 5px;
}


#content .tweet-response .text {
	clear: both;
	white-space: pre-wrap;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
#content .tweet-response .text a {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}









table.kiji{
    border-top:1px solid #C0C0C0;
    border-left:1px solid #C0C0C0;
    border-collapse:collapse;
    background-color:#ffffff;
    empty-cells:hide;
    width: 100%;
}
.kiji th{
    border-right:1px solid #C0C0C0;
    border-bottom:1px solid #C0C0C0;
    padding:0.3em 0.3em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:left;
}
.kiji td{
    border-right:1px solid #C0C0C0;
    border-bottom:1px solid #C0C0C0;
    padding:0.3em 0.3em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align:left;
}


.entry-pochi{
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 14px;
}
.entry-pochi p {
	clear: both;
	margin: 0;
}
.entry-pochi .col {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
	.entry-pochi .col {
		width: 100%;
	}
}

.item .entry-meta {
	text-align: right;
	font-size: 12px;
}
.item .entry-meta > div {
	display: inline-block;
}
.item .entry-meta .itemdate {
	margin-right: 1em;
}

.post-nav {
	clear: both;
}
.post-nav .col {
	float: left;

}
.post-nav .col1 {
	text-align: center;
	width: 40%;
}
.post-nav .col2 {
	text-align: center;
	width: 20%;
}
.post-nav .col3 {
	text-align: center;
	width: 40%;
}
/* Responsive*/
img {
	max-width: 100%;
	height: auto;
}



.entry-ad {
	display: none;
}


 @media only screen and (min-width: 1100px) {

}






.menu-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	a {
		color: #4073D4;
	}
	#header {
		padding: 0;
		background-image: none;
	}
	#sidebar {
		display: none;
	}
	.wrapper {
		width: 100%;
	}
	.sitetitle {
		float: none;
		font-size: 20px;
		width: 128px;
		height: 47px;
		margin: 0 auto;
		padding: 10px 0;
		font-size: 20px;
		font-weight: 500;

		text-align: center;

	}
	.sitetitle a {
		width: 100%;
	}
	.table-rss, .menu-pc {
		display: none;
	}
	.menu-sp {
		display: table;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		border-top: solid 1px #fff;
	}
	.menu-sp > li {
		display: table-cell;
		width: 25%;
		height: 40px;
		font-size: 14px;
		font-weight: 500;
		margin: -2px 0 0 0;
		padding: 0;
		border-right: solid 1px #fff;
	}
	.menu-sp > li:last-child {
		border: none;
	}
	.menu-sp > li > a {
		color: #fff;
		display: block;
		padding: 9px 0;
	}
	#cate-slider {
		display: none;
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		height: auto;
		background-color: #EFEFEF;
		z-index: 9999999;
	}
	#cate-slider li {
		background-color:#EFEFEF;
		list-style-type: none;
		border-bottom:1px solid #DEDEDE;
	} 
	#cate-slider li a {
		color:#333333;
		text-decoration: none;
		text-align: left;
		font-size: 14px;
		overflow: hidden;
		display: block;
		background-color:#EFEFEF;
		padding:10px;
	}
	#cate-slider li strong{
		color:#000;
		margin:3px 0;
		font-weight:normal;
		font-size:85%;
	}

	#cate-slider li.cat-item-1,
	#cate-slider li.cat-item-11 {
		display: none;
	}


	#cate-slider li span{
		margin:3px 0;
		font-size:100%;
	}
	.item {

		width: 100%;
		float: none;
	}
	.inside .itemtitle {
		font-size: 17px;
	}
	.grid .item {
		float: none;
		width: 100%;
		height: 88px;
		margin: 0;
		padding: 5px;
		position: relative;
		border-left: none;
		border-right: none;
		border-radius: 0;

		display: table !important; 
		vertical-align: middle !important;
	}

	.grid .item .itemimage {
		float: left;
		width: 72px;
		height: 72px;
		margin: 5px 5px 5px 0;
		overflow: hidden;
		position: relative;
		@display: table-cell;
		@vertical-align: middle;
	}

	.grid .item .itemimage img  {

	}
	.grid .item .itemtitle {
		position: static;
		border: none;
		font-size: 16px;
		padding: 0;
		margin: 5px 0 0 0;
		padding: 0;
		height: auto;
	}
	.grid .item .itemtitle,
	.grid .item .itemtitle a {
		display: block;
		height: 100%;
	}
	.grid .item .itemdate {
		position: absolute;
		display: block;
		top: auto;
		right: 15px;
		left: auto;
		margin: 0;
		padding: 0;
		bottom: 10px;
		background: none;
		color: #444 !important;
		text-shadow: none !important;
		background: none !important;
		width: 100%;
		height: 1em;
		border-radius: 0;
		text-align: right;
	}
	.grid .item .itemdate .year,
	.grid .item .itemdate .month,
	.grid .item .itemdate .day {
		display: inline;
		font-size: 10px;
		font-weight: normal;
		font-family: Helvetica, Arial, sans-serif;
		color: #999;
		position: static;
	}
	.grid .item .itemdate .day::before {
		display: inline;
		content: " ";
		}
	.grid .item .itemdate .day::after {
		display: inline;
		content: ", ";
	}
	.grid .item .itemcat,
	.grid .item .itemread {
		display: none;
	}


	.entry-ad {
		display: block !important;
		width: 300px;
		height: 250px;
		margin: 20px auto;
		z-index: 10000;
	}

	.entry-ad-middle {
		height: auto;
	}


}
