<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*
Theme Name: responsive-orange 0.1.1
Theme URI: http://mitame-template.com/
Description: This is responsive-orange-theme.
Update: 2013.05.20
Color: #fddf27
*/
    
/*===============
common
=================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

/* =image */

img.aligncenter {
	display:block;
	margin: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 20px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0 10px 20px 0px;
	display: inline;
	vertical-align: top;
}
.alignright { float: right; }
.alignleft { float: left }


body {
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.6;
	color: #333;
	background: #eee;
}
#container {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 3px #787878;
	-moz-box-shadow: 0px 0px 8px 3px #787878;
	box-shadow: 0px 0px 8px 3px #787878;
}
a:link, a:visited, a:active {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#contents ul, #contents ol, #sidebar ul, #sidebar ol, #sidebar li {
	list-style: none;
	font-size:12px;
	margin-left:10px;
	margin-bottom:3px;
}
#sidebar li {
	background: url(./images/icon.gif) no-repeat 0px 2px;
}
#sidebar .textwidget a img {
	margin-left:-15px;
}
#sidebar li a{
	margin-left:15px;
	
}

li.recentcomments a{
 margin-left: 15px !important;   
}
#sidebar .textwidget li, #sidebar .widget-container {
	background: none;
}
#sidebar ul {
	margin-top:0px;
}
#sidebar ul ul {
	margin-left:0px;
	margin-right:10px;
}
.st-tag-cloud {
	margin-right:10px;
}
#searchform {
	margin-left: 0px;
}
/*clearfix*/
.clearfix:after {
	visibility:hidden;/*見えなくする*/
	height:0;/*見えなくする*/
	display: block;/*block要素にする*/
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
p, dd {
	font-size: 1.2em;
}
p {
	margin-bottom: 18px;
}
/*footerの背景指定*/
html {
	background: #dedede;
}
.pc {
	display: block;
	font-size: 1.2em;
}
.nonpc {
	display: none;
}
/*==================
header
====================*/

#header {
	margin: auto;
	width: 100%;
	height: 200px;
}
h1 {
	padding: 20px 0 0 20px;
	position: absolute;
}
h1 a:link, h1 a:visited, h1 a:active {
	color:#333;
}
h1 a:hover {
	color: #ff0000;
}
*:first-child+html h1 {
	font-size: 20px;
}
#header img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.description {
    width: 65%;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 1.4em;
	position: absolute;
}
/*==================
contents
====================*/
#contents {
	width: 900px;
	margin: 0 auto;
}
#main {
	width: 600px;
	float: left;
	margin-left: 20px;
}
div#sidebar {
	width: 270px;
	float: right;
	margin-top: 15px;
	margin-right: 10px
}
/* 見出し */
.pan {
	font-size: 1.2em;
	margin-top: 25px;
}
#main h2 {
	background:#fddf27;
	-webkit-box-shadow:2px 2px 3px 0px #999, inset 0px 0px 20px 0px #eee;
	-moz-box-shadow:2px 2px 3px 0px #999, inset 0px 0px 20px 0px #eee;
	-box-shadow:2px 2px 3px 0px #999, inset 0px 0px 20px 0px #eee;
	padding: 3px 0 2px 13px;
	line-height: 29px;
	margin: 25px 5px 0 0;
	font-size: 1.4em;
}
*:first-child+html #main h2 {
	font-size: 16px;
}
#main h3 {
	font-size: 1.3em;
	background: url(./images/icon.gif) no-repeat 0 6px;
	padding-left: 18px;
	margin: 20px 0 10px 0;
}
/*==================
記事本文
====================*/
.post {
	padding: 10px 10px 0 5px;
	font-size: 12px;
}
.post img {
	margin: 10px 10px 10px 0px;
}
p.small {
    clear:both;
	border-top:dotted 1px #eee;
	margin-top:10px;
	margin-right:5px;
	padding-top:5px;
	padding-right:5px;
	text-align:right;
	font-size:12px;
}
p.cate {
	border: solid 1px #333;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}
/*==================
ol,ul
====================*/
#main ul, #main ol {
	list-style-position: outside;
	margin: 10px 10px 1.4em 20px;
}
#main ul {
	list-style-type: disc;
}
#main li {
	line-height: 1.8em;
}
#main li.end {
	border: none!important;
	margin-bottom: 0!important;
}
#main blockquote {
	margin:16px 32px;
	padding-left: 16px;
	border-left: 2px solid #666;
}
#main blockquote p {
	color: #666;
	font-style: italic;
	font-size: 1em;
}
#main .widget_text {
	list-style: none;
}
#main .textwidget {
	text-align:center;
	margin: 25px 0;
}
#main .post .textwidget {
	text-align:left;
	margin: 0 0 10px 0;
}
/* コメント 
====================*/
p.comment {
	font-weight: bold;
	margin-top: 20px;
}
#comments h3 {
	background: none;
	padding:0;
	margin: 0px;
}
#comments li.compost {
	list-style: none;
	margin-bottom:20px;
	margin-left: 0px;
	padding:5px 10px;
}
#comments .cominfo {
	border-top: dotted 1px #eee;
	font-size: 0.75em;
	text-align: right;
	background: #fff;
}
div#respond {
	background: #fff;
	margin-top: 20px;
	padding: 20px 20px 25px;
	border: solid 3px #eee;
}
#comments input, #comments textarea {
	display: block;
}
p#trurl {
	margin-top: 20px;
	font-size:14px;
	padding: 10px;
	border:solid 3px #eee;
	width:575px;
	word-wrap: break-word;
}

code,.form-allowed-tags{
 display:none;   
}

/* ページナビ */
span.oldpage {
	float: left;
	margin-top:30px;
	margin-bottom:20px;
	padding-left:5px;
	font-size:12px;
}
span.newpage {
	float: right;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-right:5px;
	font-size:12px;
}
p.pagelink {
	margin-bottom:50px;
	font-size:12px;
}
.wp-pagenavi {
	text-align:center;
	margin-bottom:20px;
	font-size:12px;
}
.to-pagetop {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	margin-right: 10px;
	text-align: right;
}
/*==================
sidebar
====================*/
#sidebar h3 {
    font-size:14px;
	margin-top: 25px;
	background:#fddf27;
	-webkit-box-shadow:2px 2px 3px 0px #999, inset 0px 0px 20px 0px #eee;
	-moz-box-shadow:2px 2px 3px 0px #999, inset 0px 0px 20px 0px #eee;
	-box-shadow:2px 2px 3px 0px #999, inset 0px 0px 20px 0px #eee;
	height: 20px;
	padding: 8px 0 5px 10px;
	margin: 10px 10px 10px 0;
}
*:first-child+html #sidebar h3 {
	font-size: 14px;
}
#sidebar p {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px 7px 10px 10px;
}
.feed ul li a {
	text-align:left;
	background: url(images/feed-icon.png) no-repeat 0px 2px;
	padding-left: 20px;
}
.feed ul li {
	background: none !important;
	margin-left: 5px !important;
}
/*==================
widget
====================*/
table#wp-calendar {
	width:100%;
	text-align:center;
	margin:0px !important;
	padding:0px !important;
	font-size:12px;
}
table#wp-calendar a {
	margin-left: 0px;
}
.textwidget {
	margin:10px;
}
.widget_search {
	margin:10px;
}
.screen-reader-text {
	display:none;
}
/*==================
footer
====================*/

#footer {
	width:100%;
	margin:0 auto;
	margin-top:60px;
	text-align:center;
}
/*==================
page
====================*/

#content {
	width: 900px;
}
#page {
	width:80%;
	margin: 20px auto;
	border: 1px solid #fddf27;
}
#page h2 {
	background:#fddf27;
	-webkit-box-shadow:2px 2px 3px 0px #999, inset 0px 0px 20px 0px #eee;
	-moz-box-shadow:2px 2px 3px 0px #999, inset 0px 0px 20px 0px #eee;
	-box-shadow:2px 2px 3px 0px #999, inset 0px 0px 20px 0px #eee;
	padding: 3px 10px;
	line-height: 29px;
	border: 1px solid #fddf27;
	margin: 10px;
}
.sitemap {
	margin-left: 20px;
}
h2.sitemap {
	background: none !important;
	-webkit-box-shadow:2px 2px 3px 0px #fff, inset 0px 0px 20px 0px #fff !important;
	-moz-box-shadow:2px 2px 3px 0px #fff, inset 0px 0px 20px 0px #fff !important;
	-box-shadow:2px 2px 3px 0px #fff, inset 0px 0px 20px 0px #fff !important;
	margin: 10px 0 !important;
	padding: 0px !important;
	font-style: normal;
	height: 16px !important;
	border: none !important;
}
h2.sitemap a {
	color: #0000ff;
	font-size: 12px;
}
li.sitemap, ul.sitemap li {
	list-style: circle !important;
	margin-left: 0px !important;
	font-size: 12px;
}
h3.sitemap {
	font-size:12px !important;
	font-weight:bold;
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
	background: none !important;
}
*:first-child+html #page h2 {
	font-size: 16px;
}
#page h3 {
	font-size: 1.3em;
	background: url(./images/icon.gif) no-repeat 0 6px;
	padding-left: 18px;
	margin: 20px 0 10px 0;
}
#content .widget_text {
	list-style: none;
}
#content .textwidget {
	text-align:center;
	margin: 25px 0;
}
#page .post {
	padding: 10px 15px 20px;
	font-size: 12px;
}
#content .to-pagetop {
	clear: both;
	text-align:right;
	margin-right:20px;
	font-size: 12px;
}
#content .to-sitepagetop {
	clear: both;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 12px;
}
#foot .feed ul {
	text-align: center;
}
#foot .feed ul li {
	list-style: none;
	display: inline;
}
#foot .feed ul li a {
	text-align: center;
	background: url(images/feed-icon.png) no-repeat 0px 2px;
	margin-left: 5px;
	padding-left: 20px;
}
/*==================
ol,ul
====================*/
#page ul, #page ol {
	list-style-position: outside;
	margin: 10px 10px 1.4em 20px;
}
#page ul {
	list-style-type: disc;
}
#page li {
	line-height: 1.8em;
}
#page li.end {
	border: none!important;
	margin-bottom: 0!important;
}
#page blockquote {
	margin:16px 32px;
	padding-left: 16px;
	border-left: 2px solid #666;
}
#page blockquote p {
	color: #666;
	font-style: italic;
	font-size: 1em;
}
div#widget-area {
}
#foot .widget-box {
	width:300px;
	float: left;
	line-height: 1.8em;
	margin: 10px 0px 20px 0px;
}
.widget-box li {
	list-style:none;
	padding:0 5px 0 15px;
}
#foot h3 {
	background-color: #fddf27;
	padding:5px;
	margin:10px 10px;
	color:#333;
}
#foot h3 {
	font-size: 14px;
}
#foot .st-tag-cloud {
	margin:10px 15px;
}
#foot .textwidget {
	margin: 10px 15px;
}
#foot {
	width:900px;
	margin:0px auto;
	font-size:12px;
	text-align:left;
	border-top: dotted 1px #eee;
	background:#fcfcfc;
}
address {
	background:#fcfcfc;
	clear: both;
	padding: 15px 0 15px;
	font-size: 1em;
	text-align: center;
}
#foot address a {
	color: #333;
}</pre></body></html>