@charset "UTF-8";

/* ----- 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, s, samp,
strike, strong, sub, sup, var,
u, center,
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, dropdown, 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;
}
/* ----- Clearfix ----- */
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}
/* ----- Global
-------------------------------------------------- */
body{
	color: #000;
	font: 14px/20px "メイリオ", Meiryo, san-seri;
	background: url(http://blog-imgs-47.fc2.com/d/i/t/dithis/topimage08.jpg) no-repeat fixed left top;
	background-size: cover;
} 
/* ----- Heading
-------------------------------------------------- */
h1{
	font: bold 30px/36px "Petit Formal Script", "メイリオ", Meiryo, san-seri;
	margin: 0 0 10px 0;
}
h1 a:link{
	color: #fff;
}
h1 a:visited{
	color: #fff;
}
h1 a:hover, h1 a:focus{
	color: #999;
}
h1 a:active{
	color: #fff;
}
h2{
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	border-bottom: 1px dotted #fff;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
h3{
	background-color: rgba(255,255,255,0.5);
	padding: 5px;
	margin: 0 0 10px 0;
}
/* ----- Block
-------------------------------------------------- */
.entry-body p{
	margin: 0 0 20px 0;
}
blockquote{
	background: url(http://blog-imgs-47.fc2.com/d/i/t/dithis/rdquo06.png) no-repeat right bottom;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid #000;
	padding: 0 50px 10px 0;
	margin: 0 0 20px 0;
}
blockquote[cite]:after{
	color: #006666;
	text-align: right;
	content: attr(cite);
	display: block;
}
blockquote p{
	background: url(http://blog-imgs-47.fc2.com/d/i/t/dithis/ldquo06.png) no-repeat left top;
	padding: 10px 0 0 50px;
	margin: 0;
}
pre{
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	background: url(http://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;
	border: solid #000;
	border-width: 1px 0 0;
	margin: 20px 0;
}
/* ----- List
-------------------------------------------------- */
.entry-body dl{
	border: 1px solid #fff;
	margin: 0 0 20px 0;
}
.entry-body dt{
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding: 5px;
}
.entry-body dd{
	padding: 5px;
}
.entry-body ul{
	list-style: disc inside;
	margin: 0 0 20px 0;
}
.entry-body ol{
	list-style: decimal inside;
	margin: 0 0 20px 0;
}
/* ----- Table
-------------------------------------------------- */
table{
	margin: 0 0 20px 0;
}
/* ----- Form
-------------------------------------------------- */
input, textarea{
	color: #333;
	font: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 3px;
	margin: 0;
}
input:focus, textarea:focus{
	background-color: #fff;
}
input[type=submit], input[type=reset], input[type=button], button{
	color: #fff;
	background-color: #000;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	padding: 5px 10px;
}
input[type="submit"]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover{
	color: #fff;
	background-color: #999;
}
input[type=checkbox], input[type=radio]{
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ----- Link
-------------------------------------------------- */
a{
	text-decoration: none;
}
a:link{
	color: #006666;
}
a:visited{
	color: #ff3366;
}
a:hover, a:focus{
	color: #999;
}
a:active{
	color: #006666;
}
/* ----- Inline
-------------------------------------------------- */
br{
	letter-spacing: normal;
}
em{
	color: #ff3333;
}
strong{
	background-color: #ffff66;
}
ins{
	text-decoration: underline;
}
del{
	color: #999;
	text-decoration: line-through;
}
q{
	background-color: rgba(255,255,255,0.5);
}
q:before{
	content: "“";
}
q:after{
	content: "”";
}
cite{
	font-style: italic;
}
/* ----- Layout
-------------------------------------------------- */
/* ----- Wrapper ----- */
#wrapper{
}
#menu{
	font-size: 12px;
	line-height: 18px;
	background-color: rgba(0,0,0,0.5);
	line-height: 30px;
}
#menu ul{
	float: right;
}
#menu li{
	float: left;
	margin: 0 20px 0 0;
}
#menu a{
	color: #fff;
}
#menu a:hover{
	color: #999;
}
/* ----- Header ----- */
#header{
	height: 200px;
}
#blogname{
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	margin: 0 0 0 60px;
}
#blogname p{
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}
/* ----- Container ----- */
#container{
	width: 90%;
	max-width: 1200px;
	background: url(http://blog-imgs-47.fc2.com/d/i/t/dithis/line08.gif) repeat-y 38px top; 
	margin: 0 auto;
}
/* ----- Primary column ----- */
#primary-column{
	width: 100%;
	float: left;
	margin: 0 -250px 0 0; 
}
#contents{
	margin: 0 270px 0 0px;
}
.section1{
	background-color: rgba(255,255,255,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	padding: 20px;
	margin: 0 0 50px 120px;
}
.section1:after{
	width: 30px;
	height: 30px;
	background: url(http://blog-imgs-47.fc2.com/d/i/t/dithis/balloon-arrow08.png) no-repeat left top;
	content: "";
	position: absolute;
	top: 55px;
	right: 100%;
}
.section2{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
	margin: 0 0 50px 120px;
}
.entry-date{
	width: 80px;
	height: 70px;
	color: #fff;
	font: 14px/1 "Petit Formal Script", "メイリオ", Meiryo, san-seri;
	text-align: center;
	background-color: #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	padding: 10px 0 0 0;
	margin: 30px 0 0 0;
}
.day{
	font-size: 30px;
}
.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-title{
	margin: 0 0 20px 0;
}
.entry-body{
	margin: 0 0 20px 0;
}
.extend{
	margin: 20px 0;
}
.extend a:before{
	content: "? ";
}
.entry-more{
	margin: 0 0 20px 0;
}
.tag{
	font-size: 10px;
	line-height: 16px;
	text-align: right;
	margin: 0 0 10px 0;
}
.tag a{

	background-color: rgba(255,255,255,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 0 5px;
	margin: 0 5px 0 0;
}
.entry-info{
	font-size: 10px;
	line-height: 16px;
}
.entry-info ul{
	border-right: 1px solid #fff;
	float: right;
}
.entry-info li{
	border-left: 1px solid #fff;
	float: left;
	padding: 0 5px;
}
.alert{
	color: #cc3333;
	background-color: #ffe5e5;
	border: 1px solid #e67373;
	padding: 10px;
	margin: 0 0 20px 0;
}
.alert:before{
	content: "Error: ";
}
.alert:empty{
 	display: none;
}
.date{
	font-size: 12px;
	line-height: 18px;
}
.cm-entry, .tb-entry{
	border-bottom: 1px solid #333;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.cm-title, .tb-title, .list-title, .search-title{
	font-weight: bold;
}
.tb-form{
	margin: 0 0 20px 0;
}
.list-title, .search-title{
	background-color: rgba(255,255,255,0.5);
	padding: 5px;
}
.list-entry, .search-entry{
	margin: 0 0 10px 0;
}
.nav-entry, .nav-page{
	text-align: center;
	margin: 0 0 50px 0;
}
.nav-page span{
	width: 35px;
	line-height: 35px;
	background-color: rgba(255,255,255,0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px 3px 0;
}
.nav-page a{
	width: 35px;
	line-height: 35px;
	background-color: rgba(255,255,255,0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px 3px 0;
}
.nav-page a:hover{
	background-color: #fff;
}
/* ----- Secondary column ----- */
#secondary-column{
	width: 250px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}
.sidebar{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
	margin: 0 0 20px 0;
}
.sidebar h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	background-color: transparent;
	padding: 0;
}
.sidebar ul{
 	list-style: disc inside;
}
.sidebar li{
 	margin: 0 0 5px 0;
}
.calender{
	max-width: 250px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto;
}
.calender th{
	width: 33px;
	line-height: 33px;
	border-bottom: 1px solid #000;
}
.calender th#sun{
	color: #ff3333;
	border-bottom: 1px solid #ff3333;
}
.calender th#sat{
	color: #3333ff;
	border-bottom: 1px solid #3333ff;
}
.calender td{
	width: 33px;
	line-height: 33px;
}
.calender td a{
	width: 33px;
	background-color: rgba(255,255,255,0.5);
	display: block;
}
.plugin-search input[type=submit]{
	padding: 3px;
}
/* ----- Footer ----- */
#footer{
	color: #fff;
	clear: both;
}
#pagetop a{
	width: 50px;
	height: 50px;
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/pagetop03.png) no-repeat center center;
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: fixed;
	right: 100px;
	bottom: 50px;
}
#pagetop a:hover{
	background-color: #000;
}
#pagetop span{
	display: none;
}
#rights{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px 60px;
}
/* ----- Misc. ----- */
.fc2_footer{
	margin: 0 0 20px 0;
}
.emoji{
	vertical-align: middle;
}
.frame{
	border: 1px solid #000;
}
.aa{
	font-size: 16px;
	line-height: 17px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* ----- Responsive ----- */
@media screen and (max-width: 768px){
input, textarea{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	width /***/: auto;
	height: auto;
}
#wrapper{
	width: 100%;
}
#container{
	width: 100%;
	background: none; 
}
#primary-column{
	width: 100%;
	float: none;
	margin: 0;
}
#contents{
	border: none;
	margin: 0;
}
.section1{
	padding: 10px;
	margin: 0 0 20px 0;
}
.section2{
	padding: 10px;
	margin: 0 0 20px 0;
}
.section1:after{
	width: 0;
	height: 0;
	content: "";
}
.entry-date{
	float: none;
	margin: 0 auto 10px auto;
}
#secondary-column{
	width: 100%;
	float: none;
	margin: 0;
}
.calender{
	width: 100%;
}
.calender td a{
	width: auto;
}
#rights{
	padding: 20px;
}
}