@charset "UTF-8";

/*
	Theme Name: TW-Blog02
	Description: TieredWorksのコンテンツ配置モジュールType02に対応したブログタイプのテーマ。
	Author: SUNFIRST INC.
	Author URI: http://www.sunfirst.co.jp/
	Version: 1.0.0
	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: sidebar

*/

/****************************************
WordPress Misc
****************************************/


.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}

.wp-caption-text {
	font-size: 80%;
}

.gallery-caption {
	font-size: 80%;
}

.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.wp-caption-dd {
	margin: 0px;
	padding: 0px 5px 5px;
	font-size: 13px;
	line-height: 18px;
}


/****************************************
Layout
****************************************/

#main {
	width: 100%;
	margin-bottom: 30px;
}

#sidebar {
	width: 100%;
	margin-bottom: 30px;
}

.clear {
	clear:both;
}


/****************************************
Main
****************************************/

#main .post {
	overflow: hidden;
	margin-top:0px;
	margin-bottom: 50px;
}

#main .post img {
	margin-top:10px;
	margin-bottom: 10px;
    display: block;
}

#main .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#main .alignleft {
	float: left;
}

#main .alignright {
	float: right;
}

#main img.alignright {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
	margin-left: 24px;

}

#main img.alignleft {
    display: inline-block;
    margin-top: 0px;
    margin-right: 24px;
    margin-bottom: 16px;
	margin-left: 0px;
}

#main_sp img.alignleft{
    clear: both;
	display: block;
    margin-top: 10px;
	margin-right: auto;
    margin-bottom: 10px;
	margin-left: auto;

}

#main_sp img.alignright{
    clear: both;
	display: block;
    margin-top: 10px;
	margin-right: auto;
    margin-bottom: 10px;
	margin-left: auto;

}

.more-link {
	float: right;
}

#navigation {
    width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;

}

#navigation .previous_page {
    width: 50%;
    float: left;
	text-align: left;
}

#navigation .next_page {
    width: 50%;
    float: right;
	text-align: right;

}

#navigation .previous_post {
    width: 50%;
    float: right;
	text-align: right;
}

#navigation .next_post {
    width: 50%;
    float: left;
	text-align: left;

}

#navigation a{
	display: block;
	padding: 15px;
	border: none;
}

#navigation a:hover {
	background: #eaeaea;
	color: #000;
}


#navigation_sp {
	width: 100%;
    margin-top: 30px;
	margin-bottom: 30px;
}


#navigation_sp .previous_page {
    width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;	
	background: none;
	text-align: center;
}

#navigation_sp .next_page {
    width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;	
	background: none;
	text-align: center;
}

#navigation_sp .previous_post {
    width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;	
	background: none;
	text-align: center;
}

#navigation_sp .next_post {
    width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;	
	background: none;
	text-align: center;
}

.page-link{
    width: 100%;
	margin: 30px auto;
    text-align: center;
}

.page-link span{
	display: inline-block;
	margin-right: 3px;
	padding: 5px 8px;
	border: 1px solid #ddd;
	background: #ddd;
}

.page-link a span{
	background: #fff;
}

.page-link a{
	border-bottom: none;
	color: #000;
}

.page-link a span:hover {
	background: #ddd;
	color: #000;
}

/****************************************
Sidebar
****************************************/

#sidebar .widget{
	margin-bottom: 30px;
}

#sidebar .widget h3{
	font-weight:normal;
	font-size:16px;
	margin-bottom: 10px;
}

#sidebar .widget ul{
	padding-left: 24px;
	list-style-type: none;
}

#sidebar .tagcloud a{
	white-space: nowrap;
}

#sidebar table#wp-calendar {
	width: 100%;
}

#sidebar table#wp-calendar th,
#sidebar table#wp-calendar td {
	text-align: center;
}

#sidebar #wp-calendar td#prev {
	text-align: left;
}

#sidebar #wp-calendar td#next {
	text-align: right;
}


/****************************************
Form
****************************************/

input[type="text"] {
	margin: 0px;
	padding: 10px 0px;
	max-width: 100%;
	width: 100%;
	outline: none;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
}


input[type="search"] {
	margin: 0px;
	padding: 10px 0px;
	max-width: 100%;
	width: 100%;
	outline: none;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
}

textarea {
	margin: 0px;
	padding: 10px 0px;
	max-width: 100%;
	width: 100%;
	outline: none;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	overflow: auto;
}

input[type="text"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #cccccc;
	background: #fff;
	color: #444;
}

#s {
	width: 95%;
	padding-left: 5px;
}


/****************************************
Breadcrumb
****************************************/

#breadcrumb{
	margin-bottom: 20px;
}
#breadcrumb li{
	float: left;
	margin-right: .80px;
}

