@charset "UTF-8";

/* 
 * 14_round - v1.0.4
 *
 * 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: 14px/1.5 "Lato", "メイリオ", Meiryo, san-seri;
	background-color: #fff;
	word-wrap: break-word;
} 
/* ----- Headings
-------------------------------------------------- */
h1{
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
h2{
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}
h3{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #f2f2f2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	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: #f2f2f2 url(https://blog-imgs-66-origin.fc2.com/d/i/t/dithis/rdquo01.png) no-repeat right bottom;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0 50px 10px 0;
	margin: 0 0 20px 0;
}
blockquote[cite]:after{
	color: #ff7f66;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	content: attr(cite);
	display: block;
}
blockquote p{
	background: url(https://blog-imgs-66-origin.fc2.com/d/i/t/dithis/ldquo01.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-origin.fc2.com/d/i/t/dithis/pre01.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-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
	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;
	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: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
}
input:focus, textarea:focus{
	background-color: #f2f2f2;
}
input[type=submit], input[type=reset], input[type=button], button{
	color: #fff;
	background-color: #ff9580;
	border: none;
	cursor: pointer;
	padding: 5px 10px;
}
input[type="submit"]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover{
	background-color: #ffaa99;
}
input[type=checkbox], input[type=radio]{
	background: none;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ----- Links
-------------------------------------------------- */
a{
	text-decoration: none;
}
a:link{
	color: #ff7f66;
}
a:visited{
	color: #ff7f66;
}
a:hover, a:focus{
	color:  #ffbfb2;
}
a:active{
	color: #ff7f66;
}
/* ----- Inline
-------------------------------------------------- */
br{
	letter-spacing: normal;
}
em{
	color: #ff9933;
}
strong{
	background-color: #ffff66;
}
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{
	margin: 50px 0;
}
#blogname{
}
#blogname p{
	font-size: 12px;
	line-height: 18px;
}
#menu{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	background-color: #f2f2f2;
	padding: 10px;
}
#menu ul{
	float: right;
}
#menu ul li{
	float: left;
	margin: 0 10px;
}
/* ----- Container ----- */
#container{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
/* ----- Primary-column ----- */
#primary-column{
	width: 100%;
	float: right;
	margin: 0 0 0 -250px; 
}
#inner{
	margin: 0 0 0 300px;
}
#slider{
}
#slider img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.section{
	margin: 0 0 50px 0;
}
.entry-left{
	width: 80px;
	float: left;
}
.entry-date{
	width: 80px;
	height: 80px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	box-shadow: 0 0 5px #e5e5e5;
	padding: 20px 0 0 0;
}
.month01:before{
	content: "Jan";
}
.month02:before{
	content: "Feb";
}
.month03:before{
	content: "Mar";
}
.month04:before{
	content: "Apr";
}
.month05:before{
	content: "May";
}
.month06:before{
	content: "Jun";
}
.month07:before{
	content: "Jul";
}
.month08:before{
	content: "Aug";
}
.month09:before{
	content: "Sep";
}
.month10:before{
	content: "Oct";
}
.month11:before{
	content: "Nov";
}
.month12:before{
	content: "Dec";
}
.entry-meta{
	font-size: 12px;
	line-height: 18px;
}
.entry-meta ul{
	float: right;
}
.entry-meta ul li{
	float: left;
	margin: 0 0 10px 0;
}
.entry-meta ul li a{
	color: #fff;
	text-align: center;
	background-color: #ff7f66;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	padding: 5px 10px;
}
.entry-meta ul li a:hover{
	background-color: #ffbfb2;
}
.tb a{
	margin: 0 0 0 10px;
}
.entry-right{
	margin: 0 0 0 100px;
}
.entry-content{
	margin: 0 0 20px 0;
}
.extend{
	margin: 20px 0 0 0;
}
.extend a{
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	box-shadow: 0 0 5px #e5e5e5;
	padding: 5px 10px;
}
.entry-more{
}
dl.relate_dl{
	background: none;
	background-color: transparent;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	box-shadow: 0 0 5px #e5e5e5;
	padding: 10px;
	margin: 20px 0 0 0;
}
dl.relate_dl dt.relate_dt{
	font-weight: normal;
	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;
	line-height: 18px;
	text-align: right;
}
.tag{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
.tag span:after{
	content: ", ";
}
.tag span:last-child:after{
	content: "";
}
.category{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	margin: 0 0 10px 0;
}
.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;
}
.date{
	font-size: 12px;
	line-height: 18px;
}
.cm-entry, .tb-entry{
	background-color: #f2eac2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin: 0 100px 20px 100px;
}
.cm-title, .tb-title, .list-title, .seach-title{
	font-weight: bold;
}
.list-num{
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	box-shadow: 0 0 5px #e5e5e5;
	float: left;
	position: relative;
	top: 8px;
	padding: 8px 0 0 0;
}

.list-entry{
	width: 100%;
	float: right;
	margin: 0 0 10px -50px;
}
.list-inner{
	margin: 0 0 0 60px;
}
.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;
	line-height: 18px;
	text-align: center;
	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;
}
.pn-page ul{
	float: left;
	position: relative;
	left: 50%;
}
.pn-page li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 3px 3px 0;
}
.pn-page span{
	width: 30px;
	line-height: 30px;
	display: inline-block;
}
.pn-page a{
	width: 30px;
	line-height: 30px;
	display: inline-block;
}
.pn-page a:hover{
}
/* ----- Secondary-column ----- */
#secondary-column{
	width: 250px;
	font-size: 12px;
	line-height: 18px;
	float: left;
}
.sidebar{
	margin: 0 0 20px 0;
}
.sidebar h3{
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px #e5e5e5;
	-moz-box-shadow: 0 0 5px #e5e5e5;
	box-shadow: 0 0 5px #e5e5e5;
	padding: 10px;
}
.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;
	background-color: #f2f2f2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
}
.plugin-tag a{
}
.plugin-search input[type=submit]{
	padding: 5px;
}
/* ----- Footer ----- */
#footer{
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background-color: #4d3936;
	position: relative;
	padding: 20px 0;
}
#totop{
	position: absolute;
	top: -30px;
	right: 100px;
}
#totop a{
	width: 60px;
	height: 30px;
	color: #fff;
	background: #4d3936 url(https://blog-imgs-72-origin.fc2.com/d/i/t/dithis/totop14.gif) no-repeat center center;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; 
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	display: block;
}
#totop a:hover{
	background-color: #666;
}
#totop span{
	display: none;
}
#rights{
	text-align: center;
}
/* ----- Misc. ----- */
.emoji{
	vertical-align: middle;
}
.frame{
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.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 #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;
}
/* ----- Responsive ----- */
@media screen and (max-width: 800px){
input, textarea, select, button{
	width: 100%;
}
img{
	max-width: 100%;
	width /***/: auto;
	height: auto;
}
#blogname{
	margin: 0 50px;
}
#container{
	width: 100%;
}
#primary-column{
	width: 100%;
	float: none;
	padding: 0 50px;
	margin: 0;
}
#inner{
	margin: 0;
}
.entry-left{
	float: none;
	margin: 0 auto 20px auto;
}
.entry-right{
	float: none;
	margin: 0;
}
.cm-entry, .tb-entry{
	margin: 0 0 10px 0;
}
#secondary-column{
	width: 100%;
	float: none;
	padding: 0 50px;
}
}
@media screen and (max-width: 480px){
#blogname{
	margin: 0 10px;
}
#primary-column{
	padding: 10px;
}
#secondary-column{
	padding: 10px;
}
}