/*
Theme Name: WP4テーマ
Description: しろくまシステムズ
Version: 1.0
Author: Shirokuma Systems LLC.
Author URI: https://www.shirokuma-systems.com/
*/
/* basic setting
------------------------- */
* {
	margin:0px;
	padding:0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html {
	font-size:62.5%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
em,address {
	font-style:normal;
}
.edit_link {
	margin-top:24px;
}
.taC {
	text-align:center;
}
.mgt30 {
	margin-top:30px;
}
.flL {
	float:left;
}
.flR {
	float:right;
}

/* go to top
------------------------- */
#gototop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 35px;
	height: 35px;
}
#gototop a {
	display: block;
	width: 35px;
	height: 35px;
	overflow: hidden;
	text-indent: 300%;
	white-space: nowrap;
	background: url("img/button/gototop_circle.png") no-repeat;
}
div.gototop2 {
	overflow: hidden;
	clear: both;
	height: 24px;
	padding-top: 12px;
	margin: 0px 0px 12px;
}
div.gototop2 a {
	float: right;
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: 100%;
	white-space: nowrap;
	width: 43px;
	height: 13px;
	background: url("img/icon/gototop2.png") no-repeat 0px 0px;
}
div.gototop2 a:hover {
	background:url("img/icon/gototop2.png") no-repeat 0px -13px;
}
/* go to top
------------------------- */
.breadcrumbs {
	font-size:1.2rem;
	margin: 10px 0 20px 0;
}
.breadcrumbs a {
	color:#ff8400;
	margin:10px 0 0 0;
	text-decoration:none;
}
/* Post Icon
------------------------- */
#main_column ul.post_date {
	overflow:hidden;
	height:20px;
	list-style-image:none;
	list-style-type:none;
	margin-left:12px;
	margin-bottom:24px;
	font-size:12px;
}
#main_column ul.post_date li {
	float:left;
	margin-right:16px;
	padding-left:13px;
	margin-bottom:14px;
	line-height:1.3;
}
#main_column ul.post_date li a {
	color:#444;
}
#main_column ul.post_date li a:hover {
	color:#c00;
}
#main_column ul.post_date li.time {
	background:url("img/icon/tokei.png") no-repeat 0px 2px;
	color:#444;
}
#main_column ul.post_date li.pers {
	background:url("img/icon/person.png") no-repeat 0px 2px;
}
#main_column ul.post_date li.tags {
	background:url("img/icon/tag.png") no-repeat 0px 2px;
}
#main_column ul.post_date li.cate,
#main_column ul.post_date li.taxo {
	background:url("img/icon/flag.png") no-repeat 0px 2px;
}
/* uc
------------------------- */
.uc {
	margin-top:50px;
	padding-top:145px;
	background:url("img/icon/uc.png") no-repeat center top;
	text-align:center;
}
/* Images */
.core_contents img {
	max-width:100%;
	height:auto;
}
.alignleft {
	display: block;
	float: left;
	margin-right:10px;
}
.alignright {
	display: block;
	float: right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* table
 --------------------------------- */
.core_contents table {
	text-align:left;
	margin: 0 10px 15px 10px;
	padding: 0;
	border-top: 1px solid #ad6126;
	border-left: 1px solid #ad6126;
	border-collapse: separate;
	border-spacing: 0;
}
.core_contents table th {
	vertical-align: middle;
	padding: 5px;
	border-right: 1px solid #ad6126;
	border-bottom: 1px solid #ad6126;
	background: #bf8354;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
.core_contents table td {
	vertical-align: middle;
	padding:5px;
	border-right: 1px solid #ad6126;
	border-bottom: 1px solid #ad6126;
	background:#FFFFFF;
	font-weight: normal;
	line-height:1.3;
}
/*
.core_contents table .at {
	padding:5px;
	background:#f5dac3;
	font-size:11px;
}
*/
/* button
 --------------------------------- */
.simple-button a {
	transition:0.4s;
	display:block;
	width:238px;
	padding:0.4rem 0 0.4rem;
	background-color:#2fa139;
	border-radius:5px;
	text-decoration:none;
	text-align:center;
	font-size:1.6rem;
	color:#fff;
}
.simple-button a:hover {
	background-color:#6db808;
	color:#fff;
}
.simple-button a span {
	display:block;
	position:relative;
}
.simple-button a span:after {
	position:relative;
	top:3px;
	content: "\f105";
	margin-left:10px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-size:2.2rem;
}
.btnA a {
	transition:0.3s;
	transform: rotate(0.05deg);
	display:inline-block;
	margin:10px 5px;
	padding: 7px 25px 6px;
	background:#77aa33;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px #437506;
	-moz-box-shadow: 0 3px #437506;
	-o-box-shadow: 0 3px #437506;
	-ms-box-shadow: 0 3px #437506;
	box-shadow: 0 3px #437506;
	line-height:1;
	letter-spacing:2px;
	text-decoration:none;
	font-weight:700;
	font-family:
		'M PLUS Rounded 1c',
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",
		"メイリオ", "Meiryo",
		sans-serif;
	font-size: 2rem;
	color:#fff;
}
.btnA a:hover {
	background:#88cc2e;
	-webkit-box-shadow: 0 3px #4f8f02;
	-moz-box-shadow: 0 3px #4f8f02;
	-o-box-shadow: 0 3px #4f8f02;
	-ms-box-shadow: 0 3px #4f8f02;
	box-shadow: 0 3px #4f8f02;
}
.btnA a:active {
	transform:translate3d(0,1px,0);
	-webkit-box-shadow: 0 1px #2a4c00;
	-moz-box-shadow: 0 1px #2a4c00;
	-o-box-shadow: 0 1px #2a4c00;
	-ms-box-shadow: 0 1px #2a4c00;
	box-shadow: 0 1px #2a4c00;
}
.btnA a:before {
	content : "\f105";
	margin-right:3px;
	font-family:"Font Awesome 5 Free";
	font-size: 2.2rem;
	font-weight:900;
}
/*
div.wsbl_google_plus_one {
	width:32px;
}
*/
div.wsbl_twitter {
	width:68px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.wsbl_twitter {
		width:75px;
	}
}
/* ----- [ end of style.css ] ----- */