/*
Theme Name: kubosan
Description:
Theme URI: 
Author: l-panning
Author URI: http://l-planning.jp/
Version: 
License: 
License URI: 
*/

@charset "UTF-8";

body.blog{
	margin: 0px;
	padding: 0;
	width: auto;
	clear: both;
	float: none;
}

#right_column{
	float:right;
}

.commentlist{
	list-style:none;
	padding:0;
}
.commentlist li{
	margin-bottom:20px;
}
.comment-author{
	display:inline;
}
.commentlist li .commentmetadata{
	display:inline;
}

/* pagination
----------------------------------- */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
}
.pagination span, .pagination a {
  display: block;
  float: left;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 5px 9px 5px 9px;
  background-color: #fff;
  color: #555;
  text-decoration: none;
}
.pagination a {
  border: 1px solid #ccc;
}
.pagination a:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}
.pagination .current {
  padding: 5px 9px 5px 9px;
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #fff;
}


/* photo
----------------------------------- */
.album_frame{
    float:left;
    text-align:center;
    padding:5px 3px 10px 3px;
    margin:5px 3px;
    width:106px;
    border-right:1px solid #888;
    border-bottom:1px solid #888;
}
.album_image{
    overflow:hidden;
    width:100px;
    height:125px;
}
.album_image img{
    height:125px;
    margin:auto;
}
.album_title{
    overflow:hidden;
    height:1.5em;
    font-size:10px;
}
.album_title a:link,.album_title a:visited,.album_title a:hover,.album_title a:active{
}
.page_nav{
    text-align:center;
}


/* --------------------------------------------------
	80. Common
-------------------------------------------------- */
.layoutHalf {
  width: 328px;
}

.layout1Third {
  width: 32%;
}

.layout2Third {
  width: 66%;
}

.layout3Col {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.layout3ColLast {
  float: left;
  width: 32%;
  margin-right: 0%;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}

img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

#wp-calendar{
	width:100%;
	text-align: center;
	border-collapse:collapse;
}
#wp-calendar th , #wp-calendar td{
	border:1px solid #ccc;
	padding:3px 0;
}
.sideArchiveLink{
	text-align:center;	
}
.sideArchiveLink ul{
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.8;
}

.widgettitle{
	color:#333;
	font-size:12px;
	font-weight:normal;
	letter-spacing	:2px;
	width:200px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.sideWidget ul{
	list-style:none;
	margin:0;
	padding:0;
	line-height:1.8;
}
.sideWidget ul ul{
	text-align:center;
}

/* --------------------------------------------------
	90. Other
-------------------------------------------------- */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.clearFix{ }
.clearFix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearFix{
	display:inline-block;
}
/* Hides from IE-mac \*/
*html.clearFix{ height:1%; }
.clearFix{ display:block; }
/*End hide from IE-mac */
