@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, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}
body{
	line-height: 1;
}
ol, ul{
	list-style: none;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: 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;
}
/*----- Default
--------------------------------------------------*/
body{
	color: #999;
	font: 14px/20px "メイリオ", Meiryo, san-seri;
	text-align: center;
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/background04.gif) repeat left top;
} 
/*----- Heading
--------------------------------------------------*/
h1{
	font: bold 30px/26px "Playball", "メイリオ", Meiryo, san-seri;
	margin: 0 0 10px 0;
}
h2{
	color: #666;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	border-left: 10px solid #b5cdcd;
	padding: 0 0 0 10px;
	margin: 0 0 10px -10px;
}
h3{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background-color: #f2f2f2;
	padding: 5px;
	margin: 0 0 10px 0;
}
/*----- Block
--------------------------------------------------*/
blockquote{
	background: #f2f2f2 url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/rdquo01.png) no-repeat right bottom;
	border: 1px solid #e5e5e5;
	padding: 0 50px 10px 0;
}
blockquote[cite]:after{
	color: #cc9966;
	display: block;
	content: attr(cite);
	text-align: right;

}
blockquote p{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/ldquo01.png) no-repeat left top;
	padding: 10px 0 0 50px;
	margin: 0;
}
blockquote ul{
	margin: 0;
}
pre{
	font-family: monospace;
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/pre01.gif) repeat left top;
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 */
	word-wrap: break-word; /* IE 5.5+ */
}
/*----- List
--------------------------------------------------*/
.entry-body dl{
	border: 1px solid #ccc;
}
.entry-body dt{
	padding: 5px;
}
.entry-body dd{
	background-color: #f2f2f2;
	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;
}
/*----- Form
--------------------------------------------------*/
input, textarea{
	color: #666;
	font: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	background-color: #f2f2f2;
	border-top: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 3px #e5e5e5;
	-moz-box-shadow: inset 0 1px 3px #e5e5e5;
	box-shadow: inset 0 1px 3px #e5e5e5;
	padding: 3px;
	margin: 0;
}
input:focus, textarea:focus{
	border: 1px solid #cc9966;
}
input[type="button"], input[type="submit"], input[type="reset"]{
	cursor: pointer;
}
button[type="button"], button[type="submit"], button[type="reset"]{
	cursor: pointer;
}
input[type="submit"]{
	color: #fff;
	background-color: #cc9966;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-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;
}
input[type="submit"]:hover{
	background-color: #999;
}
/*----- Hypertext
--------------------------------------------------*/
a{
	text-decoration: none;
}
a:link{
	color: #cc9966;
}
a:visited{
	color: #cc9966;
}
a:hover{
	color: #999;
}
a:active{
	color: #cc9966;
}
/*----- Inline
--------------------------------------------------*/
img{
	max-width: 100%;
	width /***/: auto;　
	height: auto;
}
br{
	letter-spacing: normal;
}
em{
	color: #ff8080;
}
strong{
	color: #ff8080;
	font-weight: bold;
}
ins{
	text-decoration: underline;
}
del{
	color: #ccc;
	text-decoration: line-through;
}
q{
	background-color: #f2f2f2;
}
q:before{
	content: " “";
}
q:after{
	content: "” ";
}
cite{
	font-style: italic;
}
/*----- Layout
--------------------------------------------------*/
/*----- Wrapper -----*/
#wrapper{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/wrapper04.png) repeat-x left top;
}
/*----- Header -----*/
#header{
	width: 90%;
	height: 200px;
	text-align: center;
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/header04.png) no-repeat center center;
	position: relative;
	margin: 0 auto 70px auto;
}
#blogname{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#blogname p{
	font-size: 12px;
	line-height: 18px;
}
#menu{
	font-family: "Playball", "メイリオ", Meiryo, san-seri;
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/menu04.gif) repeat left top;
	line-height: 30px;
	border-bottom: 1px solid #e6e6cf;
}
#menu ul{
	float: right;
}
#menu li{
	float: left;
	margin: 0 20px 0 0;
}
#menu a{
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #6b9b9b;
}
#menu a:hover{
	color: #999;
}
#social{
	text-align: right;
	position: absolute;
	top: 20px;
	right: 0;
}
#social li{
	float: left;
	margin: 0 0 0 10px;
}
#social span{
	display: none;
}
#social li a{
	width: 32px;
	height: 32px;
	display: block;
	transition-property: margin;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
#social li a:hover{
	margin: -5px 0 0 0;
}
.twitter a{
background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/twitter04.png) no-repeat left top;
}
.facebook a{
background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/facebook04.png) no-repeat left top;
}
/*----- Container -----*/
#container{
	width: 90%;
	margin: 0 auto;
}
/*----- Primary-column -----*/
#primary-column{
	width: 100%;
	float: right;
	text-align: left;
	margin: 0 0 0 -250px;
}
#contents{
	margin: 0 0 0 260px;
}
.section1{
	width: 230px;
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	padding: 10px;
	margin: 0 10px 10px 0;
}
.section1:hover{
	cursor: pointer;
	background-color: #dae6e6;
}
.section1 h2{
	font-size: 12px;
	line-height: 18px;
}
.section1 .entry-date{
	width: 80px;
	height: 54px;
	color: #fff;
	font-size: 14px;
	font-family: "Playball", "メイリオ", Meiryo, san-seri;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 0 #9b9b3f;
	background-color: #b4b46f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	padding: 26px 0 0 0;
	margin: -45px auto 10px auto;
}
.section2{
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	padding: 10px;
	margin: 0 0 50px 0;
}
.section2 .entry-date{
	width: 80px;
	height: 54px;
	color: #fff;
	font-size: 14px;
	font-family: "Playball", "メイリオ", Meiryo, san-seri;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 0 #9b9b3f;
	background-color: #b4b46f;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	padding: 26px 0 0 0;
	margin: -50px auto 10px auto;
}
.month01:before{
	content: "Jan";
}
.month02:before{
	content:"Feb";
}
.month03:before{
	content: "Mar";
}
.month04: before{
	content:"Apr";
}
.month05:before{
	content: "May";
}
.month04: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";
}
.category a{
	color: #fff;
	text-shadow: 1px 1px 0 #9b9b3f;
	background-color: #b4b46f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 2px 5px;
}
.category a:hover{
	background-color: #999;
}
.entry-body{
}
.entry-info{
	text-align: right;
	margin: 10px 0 5px 0;
}
.entry-info ul{
	float: right;
}
.entry-info li{
	float: left;
}
.entry-info a{
	margin: 0 5px;
}
.cm a{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/comment04.png) no-repeat left center;
	padding: 0 0 0 21px;
}
.tb a{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/trackback04.png) no-repeat left center;
	padding: 0 0 0 21px;
}
.date{
	font-size: 12px;
	line-height: 18px;
}
.cm-title, .tb-title, .list-title, .search-title{
	font-weight: bold;
}
.cm-entry, .tb-entry, .list-entry, .search-entry{
	background-color: #f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	margin: 0 0 10px 0;
}
.tb-form{
	margin: 0 0 20px 0;
}
.nav-entry{
	text-align: center;
	margin: 0 0 50px 0;
}
.nav-page{
	text-align: center;
	margin: 40px 0 50px 0;
}
.nav-page span{
	width: 35px;
	line-height: 35px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	display: inline-block;
	margin: 3px;
}
.nav-page a{
	width: 35px;
	line-height: 35px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	display: inline-block;
	margin: 3px;
}
.nav-page a:hover{
	background-color: #dae6e6;
}
/*----- Secondary-column -----*/
#secondary-column{
	width: 250px;
	text-align: left;
	float: left;
}
.sidebar{
	font-size: 12px;
	line-height: 18px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	padding: 10px;
	margin: 0 0 10px 0;
}
.sidebar h3{
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background: none;
	border-left: 10px solid #b5cdcd;
	padding: 0 0 0 10px;
	margin: 0 0 10px -10px;
}
.sidebar ul{
	list-style: disc inside;
}
.calender{
	max-width: 230px;
	text-align: center;
	margin: 0 auto;
}
.calender th{
	width: 33px;
	line-height: 33px;
}
.calender th#sun{
	color: #ff8080;
}
.calender th#sat{
	color: #8080ff;
}
.calender td{
	width: 33px;
	line-height: 33px;
}
.calender td a{
	width: 33px;
	display: block;
	background-color: #f2f2f2;
	-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;
	margin: 1px;
}
.calender td a:hover{
	background-color: #dae6e6;
}
/*----- Footer -----*/
#footer{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/footer04.png) repeat-x left top;
	padding: 50px 0 20px 0;
}
#rights{
	width: 90%;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0 auto;
}
#pagetop a{
	width: 50px;
	height: 50px;
	background: #cc9966 url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/pagetop03.png) no-repeat center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	z-index: 99;
	position: fixed;
	right: 100px;
	bottom: 50px;
	-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;
	transition-property: margin;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}
#pagetop a:hover{
	background-color: #999;
	margin: 0 0 10px 0;
}
#pagetop span{
	display: none;
}
/*----- Misc. -----*/
.fc2_footer{
	margin: 0 0 20px 0;
}
.emoji{
	vertical-align: middle;
}
.frame{
	border: 1px solid #ccc;
}
.aa{
	font-size: 16px;
	line-height: 17px;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
}
/*----- 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;
}
#primary-column{
	width: 100%;
	clear: both;
	margin: 0;
}
#contents{
	margin: 0;
}
.section1{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 10px 0;
}
.section2{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondary-column{
	width: 100%;
	clear: both;
}
.calender{
	width: 100%;
}
}