/*
Theme Name: レスポンシブWebデザインテーマ Rev.1
Description: しろくまシステムズ
Version: 0.35
Author: Shirokuma Systems LLC.
Author URI: http://www.shirokuma-systems.com/
*/

@charset "UTF-8";

:root {
	--Turquoise: #008eaf;
}
.hentry {
	overflow:hidden;
	line-height:1.7;
}

/* edit link 
------------------------- */
div.edit_link {
	margin:24px 6px;
}
div.edit_link a {
	display:block;
	width:210px;
	height:24px;
	margin:auto;
	padding-top:4px;
	padding-left:10px;
	background:#ebe2d7;
	border:solid 1px #e3dacf;
	background: #fffcf2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmNmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmU3ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,	#fffcf2 0%, #efe7da 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcf2), color-stop(100%,#efe7da));
	background: -webkit-linear-gradient(top,	#fffcf2 0%,#efe7da 100%);
	background: -o-linear-gradient(top,	#fffcf2 0%,#efe7da 100%);
	background: -ms-linear-gradient(top,	#fffcf2 0%,#efe7da 100%);
	background: linear-gradient(to bottom,	#fffcf2 0%,#efe7da 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcf2', endColorstr='#efe7da',GradientType=0 );
	border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;
	box-shadow:1px 1px 1px #eee;

	text-decoration:none;
	letter-spacing:8px;
	text-align:center;
}
div.no_entry.edit_link a {
	padding-left:0px;
	letter-spacing:1px;
}
div.edit_link span.lts-1 a {
	width:80px;
	display:inline-block;
	letter-spacing:1px;
}
/* breadcrumbs
------------------------- */
div.breadcrumbs {
	margin:0px 10px 11px 10px;
	font-size:11px;
}
div.breadcrumbs a:hover {
	color:#c00;
}
div.breadcrumbs a {
	color:#AD9943;
}
/* go to top
------------------------- */
div#gototop {
	display:none;
	overflow:hidden;
	width:35px;
	height:35px;
	position: fixed;
	bottom:5px;
	right:5px;
}
div#gototop a {
	overflow:hidden;
	white-space:nowrap;
	display:block;
	text-indent:100%;
	width:35px;
	height:35px;
	background:url("img/icon/icon_deep_gray/gototop.png") no-repeat;
}
div.gototop2 {
	overflow:hidden;
	clear:both;
	height:13px;
	padding:0px;
	margin:25px 0;
}
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.gif") no-repeat 0px 0px;
}
div.gototop2 a:hover {
	background:url("img/icon/gototop2.gif") no-repeat 0px -13px;
}
/* Page Navi Link 
------------------------- */
ul.page_navi_link {
	height:60px;
	overflow:hidden;
	list-style-type:none;
	margin:12px 0px !important;
	padding:0px !important;
}
ul.page_navi_link li.li_prev {
	width:135px;
	float:left;
}
ul.page_navi_link li.li_next {
	width:135px;
	float:right;
	text-align:right;
}
/* Post Icon
------------------------- */
div#main_column ul.post_date {
	overflow:hidden;
	height:auto;
	list-style-image:none;
	list-style-type:none;
	margin-top:12px;
	margin-left:12px;
	margin-bottom:24px;
	line-height:1.2;
	font-size:12px;
}
div#main_column ul.post_date li {
	float:left;
	margin-right:16px;
	padding-left:13px;
}
div#main_column ul.post_date li a {
	color:#444;
}
div#main_column ul.post_date li a:hover {
	color:#c00;
}
div#main_column ul.post_date li.time {
	background:url("img/icon/icon_deep_gray/tokei.png") no-repeat 0px 2px;
	color:#444;
}
div#main_column ul.post_date li.pers {
	background:url("img/icon/icon_deep_gray/person.png") no-repeat 0px 2px;
}
div#main_column ul.post_date li.tags {
	background:url("img/icon/icon_deep_gray/tag.png") no-repeat 0px 2px;
}
div#main_column ul.post_date li.cate,
div#main_column ul.post_date li.taxo {
	background:url("img/icon/icon_deep_gray/flag.png") no-repeat 0px 2px;
}
div#main_column ul.post_date li.pen {
	background:url("img/icon/icon_deep_gray/pen.png") no-repeat 0px 2px;
}
/* UC
------------------------- */
div.uc {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	height:240px;
	background:url("img/icon/uc.gif") no-repeat center center;
}
/* Images
------------------------- */
/* Responsive images */
#main_column img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width:100%;
}
.entry-content .twitter-tweet-rendered {
	max-width:100% !important; /* Override the Twitter embed fixed width */
}
#main_column .hentry img {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	display:block;
	border-radius: 3px;
	/*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}
/*body.page-id-2 #main_column img,*/
#left_column img,
#main_column img.noshade,
.entry-content img.noshade {
	border-radius: 0px;
	/*box-shadow: none;*/
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin:0px 5px 5px 5px;
	float: left;
}
img.alignright {
	margin:0px 5px 5px 5px;
	float: right;
}
.aligncenter {
	display:block;
	margin:0px auto 5px;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
/* Button
------------------------- */
form#searchform {
	margin:10px 0px 15px;
	text-align:left;
}
label.screen-reader-text {
	color:#600;
}
form.searchform input[type="text"] {
	width:115px;
	padding:3px;
	border:solid 1px #c0c0c0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 5px 7px 3px 7px;
	font-size: 12px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #5f4a3d;
	background-color: #e8dcc8;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff7e2, #e8dcc8);
	background-image: -ms-linear-gradient(top, #fff7e2, #e8dcc8);
	background-image: -webkit-linear-gradient(top, #fff7e2, #e8dcc8);
	background-image: -o-linear-gradient(top, #fff7e2, #e8dcc8);
	background-image: linear-gradient(top, #fff7e2, #e8dcc8);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #a99d8b;
	background-color: #e6ddcd;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff9eb, #e6ddcd);
	background-image: -ms-linear-gradient(top, #fff9eb, #e6ddcd);
	background-image: -webkit-linear-gradient(top, #fff9eb, #e6ddcd);
	background-image: -o-linear-gradient(top, #fff9eb, #e6ddcd);
	background-image: linear-gradient(top, #fff9eb, #e6ddcd);
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
/* Table
------------------------- */
table td,
table th {
	vertical-align:top;
}
table.tb_type_1 th {/* Type1 */
	padding-right:15px;
}
table.tb_type_2 {/* Type2 */
	margin:24px 24px 32px;
	border-collapse:collapse;
	border-top:solid 1px #e0cba9;
	border-left:solid 1px #e0cba9;
}
table.tb_type_2 th,
table.tb_type_2 td {
	border-bottom:solid 1px #e0cba9;
	border-right:solid 1px #e0cba9;
	padding:8px 7px 6px 7px;
	text-align:center;
	vertical-align:middle;
}
table.tb_type_2 th {
	background:#fcf7ee;
	color:#410000;
}
table.tb_type_2 th.sum {
	background:#fadeab;
}
table.tb_type_2 td.sum {
	background:#ffecc9;
	color:#410000;
}
table.tb_type_2 thead th {
	background:#410000;
	color:#fcf7ee;
}

/* チェックボックスのスタイル */
input[type*=checkbox] {
	display: none;
}
.mw_wp_form {
	padding:0 0 50px;
}
.mw_wp_form input[type*=checkbox] {
	display: inline-block;
}
.mw_wp_form #form-area dd {
	margin:0 0 20px;
}
.mw_wp_form input[type="email"],
.mw_wp_form input[type="text"]{
	padding:5px;
}
.mw_wp_form input[type="email"],
.mw_wp_form .text input[type="text"]{
	width:285px;
}
.mw_wp_form textarea {
	width:285px;
	padding:5px;
}
.mw_wp_form .btn {
	text-align:center;
}
.mw_wp_form input[type="submit"],
.mw_wp_form input[type="button"],
.mw_wp_form input[type="reset"] {
	width:135px;
	padding: 5px 10px 3px;
	line-height:1.5;
	letter-spacing:1px;
	font-size:16px;
}
#form-area * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
table#apl {
	width:100%;
	margin:1rem auto;
	border-collapse:collapse;
	border-top:solid 1px #808080;
	border-left:solid 1px #808080;
}
table#apl th,
table#apl td {
	padding:10px;
	border-bottom:solid 1px #808080;
	border-right:solid 1px #808080;
	vertical-align:middle;
}
table#apl td {
	background:#fff;
	font-size:15px;
}
table#apl tbody th {
	width:175px;
	background:#efefef;
	font-size:14px;
}
table#apl thead th {
	background:#002b72;
	color:#fff;
}
table#apl tbody th {
	text-align:left;
}
table#apl small {
	display:block;
	margin:7px 0 0;
	line-height:1.3;
	font-weight:normal;
	font-size:13px;
}
.waku {
	padding:10px;
	border:solid 1px #ef7f83;
	border-radius:5px;
	background-color:#ffeeef;
}
.core_contents .waku p {
	margin:0;
}
#note1 {
	margin:16px 0 0;
	line-height:1.5;
	font-size:15px;
}
#note1 span {
	color:#F20F8E;
}
#note1 a {
	text-decoration:underline;
}
.scap {
	font-size:12px;
	color:#F20F8E;
}
.mw_wp_form_preview #note1 {
	display:none;
}
.mw_wp_form .error {
	color: #e00 !important;
}

label[for*=iqfm-input-checkbox-] {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 20px 8px 0;
	padding: 12px 12px 12px 42px;
	border-radius: 8px;
	background-color: #f7f5ee;
	vertical-align: middle;
	cursor: pointer;
}
label[for*=iqfm-input-checkbox-]:hover {
	background-color: #f3c6e0;
}
label[for*=iqfm-input-checkbox-]:hover:after {
	border-color: #e75b97;
}
label[for*=iqfm-input-checkbox-]:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
}
label[for*=iqfm-input-checkbox-]:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #e75b97;
	border-bottom: 3px solid #e75b97;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type*=checkbox]:checked + label[for*=iqfm-input-checkbox-]:before {
	opacity: 1;
}

/* Social Button */
div.wsbl_twitter {
	width:68px;
}
div.wsbl_google_plus_one {
	width:32px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.wsbl_twitter {
		width:75px;
	}
}
/* ----- [ end of style.css ] ----- */




