@charset "UTF-8";

/* 
 * 18_japanease - v1.0.0
 *
 * Copyright (c) 2015 tsui - http://dithis.blog.fc2.com/
 * Licensed under the MIT license - http://opensource.org/licenses/mit-license.php
 *
 */

/* ----- Reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strike, strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, dropdown, output, ruby, section, summary,
time, mark, audio, video{
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}
body{
	line-height: 1;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	font-weight: normal;
	text-align: left;
}
/* ----- Clearfix ----- */
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}
/* ----- Global
-------------------------------------------------- */
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}
body{
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, san-seri;
	background: #fff url(https://blog-imgs-72.fc2.com/d/i/t/dithis/background18.gif) repeat fixed left top;
	word-wrap: break-word;
} 
/* ----- Headings
-------------------------------------------------- */
h1{
	font-size: 30px;
	font-weight: bold;
	text-shadow: 3px 3px 5px #ccc;
	margin: 0 0 10px 0;
}
h1 a{
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h1 a:link{
	color: #000;
}
h1 a:visited{
	color: #000;
}
h1 a:hover, a:focus{
	color: #666;
}
h1 a:active{
	color: #000;
}
h2{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 3px 3px 5px #ccc;
	border-bottom: 1px dotted #666;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
h2 a{
	color: #000;
	text-decoration: none;
}
h2 a:link{
	color: #000;
}
h2 a:visited{
	color: #000;
}
h2 a:hover, a:focus{
	color: #666;
}
h2 a:active{
	color: #000;
}
h3{
	font-weight: bold;
	background-color: #f2f2f2;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
/* ----- Blocks
-------------------------------------------------- */
.entry-content > p, .entry-more > p{
	margin: 0 0 20px 0;
}
p:before, p:after{
	content: "";
	display: table;
}
p:after{
	clear: both;
}
p{
	zoom: 1;
}
blockquote{
	background: url(https://blog-imgs-47.fc2.com/d/i/t/dithis/rdquo06.png) no-repeat right bottom;
	padding: 0 50px 10px 0;
	margin: 0 0 20px 0;
}
blockquote[cite]:after{
	color: #9999ff;
	font-size: 12px;
	text-align: right;
	content: attr(cite);
	display: block;
}
blockquote p{
	background: url(https://blog-imgs-47.fc2.com/d/i/t/dithis/ldquo06.png) no-repeat left top;
	padding: 10px 0 0 50px;
}
pre{
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	line-height: 20px;
	background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/pre03.gif) repeat left top;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin: 0 0 20px 0;
}
hr{
	height: 1px;
	background-color: #ccc;
	border: none;
	display: block;
	margin: 20px 0;
}
/* ----- Lists
-------------------------------------------------- */
.entry-content > dl, .entry-more > dl{
	margin: 0 0 20px 0;
}
.entry-content > dl dt, .entry-more > dl dt{
	font-weight: bold;
	border-bottom: 1px dotted #666;
	padding: 0 0 5px 0;
	margin: 5px 0;
}
.entry-content > dl dd, .entry-more > dl dd{
	margin: 0 0 0 1em;
}
.entry-content ul{
	list-style-type: disc;
}
.entry-content > ul, .entry-more > ul{
	margin: 0 0 20px 0;
}
.entry-content ol{
	list-style-type: decimal;
}
.entry-content > ol, .entry-more > ol{
	margin: 0 0 20px 0;
}
.entry-content ul ul, .entry-content ol ul{
	list-style-type: circle;
}
.entry-content ul li, .entry-content ol li{
	margin: 0 0 0 1em;
}
/* ----- Table
-------------------------------------------------- */
.entry-content > table, .entry-more > table{
	margin: 0 0 20px 0;
}
/* ----- Forms
-------------------------------------------------- */
input, textarea, select, button{
	color: #666;
	font-size: 14px;
	line-height: 1;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	background-color: #ecf2ee;
	border: 1px solid #fff;
	padding: 8px;
}
input:focus, textarea:focus{
}
#name, #title, #mail, #url{
	width: 60%;
}
#comment{
	width: 80%;
}
#pass{
	width: 30%;
}
input[type=submit], input[type=reset], input[type=button], button{
	width: 30%;
	color: #fff;
	background-color: #000;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}
input[type="submit"]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover{
	background-color: #666;
}
input[type=checkbox], input[type=radio]{
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ----- Links
-------------------------------------------------- */
a{
	text-decoration: none;
}
a:link{
	color: #9999ff;
}
a:visited{
	color: #9999ff;
}
a:hover, a:focus{
	color: #666;
}
a:active{
	color: #9999ff;
}
/* ----- Inline
-------------------------------------------------- */
br{
	letter-spacing: normal;
}
em{
	color: #ff6666;
}
strong{
	font-weight: bold;
}
ins{
	text-decoration: underline;
}
del{
	color: #999;
	text-decoration: line-through;
}
q{
	background-color: #fff;
}
q:before{
	content: "\201C";
}
q:after{
	content: "\201D";
}
cite{
	font-style: italic;
}
/* ----- Layouts
-------------------------------------------------- */
/* ----- Wrapper ----- */
#wrapper{
}
/* ----- Header ----- */
#header{
	width: 90%;
	margin: 0 auto 50px auto;
}
#blogname{
}
#blogname p{
	font-size: 12px;
}
#menu{
	font-size: 12px;
	margin: 0 0 20px 0;
}
#menu ul{
	float: right;
}
#menu ul li{
	float: left;
	padding: 0 10px 0 0;
}
#menu ul li:last-child{
	background: none;
	padding: 0;
}
#menu a{
	width: 36px;
	height: 36px;
	background-color: rgba(218,230,222,0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
}
#menu span{
	display: none;
}
.twitter a{
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/twitter18.png) no-repeat center center;
}
.facebook a{
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/facebook18.png) no-repeat center center;
}
.titlelist a{
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/titlelist18.png) no-repeat center center;
}
.rss a{
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/rss18.png) no-repeat center center;
}
.login a{
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/login18.png) no-repeat center center;
}
#menu a:hover{
	background-color: #fff;
}
/* ----- Container ----- */
#container{
	min-height: 100%;
	overflow: hidden;
}
/* ----- Primary-column ----- */
#primary-column{
	width: 100%;
	float: left;
	margin: 20px -300px 0 0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
#inner{
	margin: 0 300px 0 0;
}
#grid{
	margin: 0 auto;
}
.section1{
	width: 280px;
	font-size: 12px;
	box-shadow: 0 0 5px 0 #999;
	float: right;
	padding: 50px 0;
	margin: 0 10px 20px 10px;
}
.section1:nth-child(5n+1){
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/wagara1-18.gif) repeat left top;
}
.section1:nth-child(5n+2){
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/wagara2-18.gif) repeat left top;
}
.section1:nth-child(5n+3){
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/wagara3-18.gif) repeat left top;
}
.section1:nth-child(5n+4){
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/wagara4-18.gif) repeat left top;
}
.section1:nth-child(5n+5){
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/wagara5-18.gif) repeat left top;
}
.entry{
	background-color: #fff;
	padding: 20px;
}
.section2{
	width: 70%;
	max-width: 800px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 #999;
	padding: 30px;
	margin: 0 auto 50px auto;
}
.section2 h2{
	font-size: 20px;
}
.image{
	width: 16px;
	height: 16px;
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/image18.png) no-repeat left top;
}
.image span{
	display: none;
}
.entry-date{
	text-align: right;
}
.entry-meta{
	font-size: 12px;
}
.entry-meta ul{
	float: right;
}
.entry-meta ul li{
	float: left;
	margin: 0 0 0 10px;
}
.cm a{
}
.tb a{
}
.entry-content{
	margin: 10px 0;
}
.extend{
	text-align: right;
	margin: 10px 0;
}
.extend a{
	color: #fff;
	background-color: #000;
	padding: 8px;
}
.extend a:hover{
	background-color: #666;
}
.entry-more{
}
dl.relate_dl{
	background: none;
	background-color: #f2f2f2;
	padding: 20px;
	margin: 20px 0 0 0;
}
dl.relate_dl dt.relate_dt{
	background: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
dl.relate_dl dd.relate_dd{
	background: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
.relate_ul{
	list-style-type: disc;
}
.fc2_footer{
	margin: 20px 0;
}
.community{
	font-size: 12px;
	text-align: right;
}
.tag{
	font-size: 12px;
	text-align: right;
}
.tag span:after{
	content: ", ";
}
.tag span:last-child:after{
	content: "";
}
.category{
	font-size: 12px;
	text-align: right;
}
.alert{
	color: #cc3333;
	background-color: #ffe5e5;
	border: 1px solid #e67373;
	padding: 10px;
	margin: 0 0 20px 0;
}
.alert:before{
	content: "Error: ";
	display: inline;
}
.alert:empty{
 	display: none;
}
#comment_form dd{
	margin: 0 0 10px 0;
}
.date{
	font-size: 12px;
}
.cm-title, .tb-title, .list-title, .seach-title{
	font-weight: bold;
}
.cm-entry p, .tb-entry p, .list-entry p, .search-entry p{
	margin: 10px 0;
}
.cm-entry, .tb-entry{
	background-color: #f2f2f2;
	padding: 20px;
	margin: 0 0 20px 0;
}
.list-entry, .search-entry{
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.tb-form{
	margin: 0 0 20px 0;
}
.pn-entry, .pn-page{
	font-size: 12px;
	text-align: center;
	clear: both;
	margin: 0 0 50px 0;
}
.pn-entry{
 	overflow: hidden;
 	position: relative;
}
.pn-entry ul{
	float: left;
	position: relative;
	left: 50%;
}
.pn-entry ul li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 5px;
}
.preventry{
	border-right: 1px solid #ccc;
	padding: 0 10px 0 0;
}
.home{
}
.nextentry{
	border-left: 1px solid #ccc;
	padding: 0 0 0 10px;
}
.pn-page{
 	overflow: hidden;
 	position: relative;
	margin: 30px 0 50px 0;
}
.pn-page ul{
	float: left;
	position: relative;
	left: 50%;
}
.pn-page li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 3px 3px 0;
}
.prevpage{
	position: absolute;
	top: 0;
	left: 0;
}
nextpage{
	position: absolute;
	top: 0;
	right: 0;
}
.pn-page span{
	display: inline-block;
	padding: 5px 10px;
}
.pn-page a{
	color: #666;
	text-decoration: none;
	background-color: rgba(218,230,222,0.5);
	display: inline-block;
	padding: 5px 10px;
}
.pn-page a:hover{
	background-color: #fff;
}
/* ----- Secondary-column ----- */
#secondary-column{
	width: 300px;
	font-size: 12px;
	background-color: rgba(218,230,222,0.5);
	float: right;
	padding: 20px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
.sidebar{
	margin: 0 0 20px 0;
}
.sidebar h3{
	color: #000;
	background-color: transparent;
	border: none;
	padding: 0;
}
.sidebar ul{
	list-style-type: disc;
}
.sidebar ul li{
	margin: 0 0 0 1em;
}
.sidebar ul ul{
	list-style-type: circle;
}
.calender{
	width: 210px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto;
}
.calender caption{
	text-align: center;
}
.calender th{
	width: 28px;
	line-height: 28px;
	text-align: center;
}
.calender th#sun{
	color: #ff6666;
}
.calender th#sat{
	color: #6666ff;
}
.calender td{
	width: 28px;
	line-height: 28px;
	text-align: center;
}
.calender td a{
	width: 28px;
	display: block;
}
.plugin-tag a{
}
.plugin-search input[type=submit]{
	width: auto;
}
/* ----- Footer ----- */
#footer{
	font-size: 12px;
	clear: both;
	margin: 0 0 20px 0;
}
#totop{
    position: fixed;
    bottom: 30px;
    right: 350px;
}
#totop a{
	width: 50px;
	height: 50px;
	background: url(https://blog-imgs-72.fc2.com/d/i/t/dithis/totop18.png) no-repeat center center;
	display: block;
}
#totop a:hover{
}
#totop span{
	display: none;
}
#rights{
	text-align: center;
}
/* ----- Misc. ----- */
.emoji{
	vertical-align: middle;
}
.frame{
	border: 1px solid #000;
}
.photo{
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #e5e5e5;
	box-shadow: 2px 2px 5px 0 #ccc;
	padding: 10px;
}
.pull-right{
	display: inline;
	float: right;
	margin: 0 0 0 10px;
}
.pull-left{
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}
.btn{
	color: #fff;
	text-shadow: 1px 1px 0 #243cb3;
	background-color: #527acc;
	background: -webkit-gradient(linear, left top, left bottom, from(#527acc), to(#5252cc));
	background: -webkit-linear-gradient(top, #527acc, #5252cc);
	background: -moz-linear-gradient(top, #527acc, #5252cc);
	background: -o-linear-gradient(top, #527acc, #5252cc);
	background: -ms-linear-gradient(top, #527acc, #5252cc);
	background: linear-gradient(to bottom, #527acc, #5252cc);
	border: 1px solid #243cb3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px;
}
.btn:hover{
	background: #5252cc;
}
a.btn{
	color: #fff;
}
.aa{
	font-size: 16px;
	line-height: 17px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	white-space: pre;
}