/*
Theme Name: あかばつや子ホームページ
Description: しろくまシステムズ
Version: 1.0
Author: Shirokuma Systems LLC.
Author URI: http://www.shirokuma-systems.com/
*/

@charset "UTF-8";

/* go to top
------------------------- */
div.gototop2 {
	overflow:hidden;
	clear:both;
	height:13px;
	padding:12px 5px;
}
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;
}

/* BreadCrumbs
------------------------- */
div.breadcrumbs {
	margin-bottom:18px;
	font-size:12px;
}
div.breadcrumbs a {
	text-decoration:none;
}
/* 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;
	font-size:12px;
}
div#main_column ul.post_date li {
	float:left;
	margin-right:16px;
	padding-left:13px;
	margin-bottom:4px;
	line-height:1.3;
}
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/tokei.png") no-repeat 0px 3px;
	color:#444;
}
div#main_column ul.post_date li.pers {
	background:url("img/icon/person.png") no-repeat 0px 3px;
}
div#main_column ul.post_date li.tags {
	background:url("img/icon/tag.png") no-repeat 0px 3px;
}
div#main_column ul.post_date li.cate,
div#main_column ul.post_date li.taxo {
	background:url("img/icon/flag.png") no-repeat 0px 3px;
}
/* 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 */
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#main_column img,
img.header-image,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	margin:5px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
body.page-id-2 #main_column img,
#left_column img.noshade,
#main_column img.noshade,
#main_column div.shop_info img,
.entry-content img.noshade {
	margin:8px;
	border-radius: 0px;
	box-shadow: none;
}
#main_column img.noshade2 {
	margin:0px 5px 0px 0px;
	border-radius: 0px;
	box-shadow: none;
	vertical-align:-4px;
}
#main_column img.noshade3 {
	margin:0px;
	border-radius: 0px;
	box-shadow: none;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding:0px 2px;
	line-height:1;
	font-size:12px;
	color:#087890;
}

/* Button
------------------------- */
form#searchform {
	margin:12px 0px;
	text-align:left;
}
label.screen-reader-text {
	color:#600;
}
form.searchform input[type="text"] {
	width:135px;
	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"] {
	width:200px;
	padding: 5px 7px 5px 7px;
	font-size: 13px;
	line-height: 1.3;
	letter-spacing:2px;
	font-weight: normal;
	color: #fff;
	background-color: #ee809b;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ef8fa6, #e5587b);
	background-image: -ms-linear-gradient(top, #ef8fa6, #e5587b);
	background-image: -webkit-linear-gradient(top, #ef8fa6, #e5587b);
	background-image: -o-linear-gradient(top, #ef8fa6, #e5587b);
	background-image: linear-gradient(top, #ef8fa6, #e5587b);
	border: 1px solid #f3c6bd;
	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 {
	background-color: #e6ddcd;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f7c4d1, #ee809b);
	background-image: -ms-linear-gradient(top, #f7c4d1, #ee809b);
	background-image: -webkit-linear-gradient(top, #f7c4d1, #ee809b);
	background-image: -o-linear-gradient(top, #f7c4d1, #ee809b);
	background-image: linear-gradient(top, #f7c4d1, #ee809b);
	color: #fff;
}
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:12px 5px 24px;
	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:left;
	vertical-align:middle;
	letter-spacing:0px;
}
table.tb_type_2 th {
	width:23%;
	text-align:left;
	background:#fcf7ee;
	color:#791b32;
}
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;
}
/* ----- [ end of style.css ] ----- */




