@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: #666;
	font: 14px/20px "Lora", "メイリオ", Meiryo, san-seri;
	background: #e5e5e5 url(http://blog-imgs-66.fc2.com/d/i/t/dithis/background09.gif) repeat left top;
} 
/*----- Heading
--------------------------------------------------*/
h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-shadow: 0 0 5px #3366cc;
	margin: 0 0 10px 0;
}
h1 a:link{
	color: #fff;
}
h1 a:visited{
	color: #fff;
}
h1 a:hover{
	color: #999;
}
h1 a:active{
	color: #fff;
}
h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	background: none;
	border-top: 3px solid #a1b8e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
	margin: 0 0 10px 0;
}
h3{
	font-weight: bold;
	background-color: #f2f2f2;
	border-top: 2px solid #e5e5e5;
	padding: 5px;
	margin: 0 0 10px 0;
}
/*----- Block
--------------------------------------------------*/
blockquote{
	background: #f2f2f2 url(http://blog-imgs-66.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: #e5aca1;
	display: block;
	content: attr(cite);
	text-align: right;

}
blockquote p{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/ldquo01.png) no-repeat left top;
	padding: 10px 0 0 50px;
}
.entry-body blockquote p{
	margin: 0;
}
pre{
	font-family: monospace;
	background: url(http://blog-imgs-66.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;
}
/*----- List
--------------------------------------------------*/
.entry-body dt{
	border-left: 1px solid #000;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	margin: 5px;
}
.entry-body dd{
	background-color: #f2f2f2;
	padding: 5px;
}
.entry-body ul{
	list-style: disc inside;
}
.entry-body ol{
	list-style: decimal inside;
}
/*----- 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 #a1b8e5;
}
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: #000;
	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: #ccc;
}
/*----- Link
--------------------------------------------------*/
a{
	text-decoration: none;
}
a:link{
	color: #e5aca1;
}
a:visited{
	color: #e5aca1;
}
a:hover, a:focus{
	color: #ccc;
}
a:active{
	color: #e5aca1;
}
/*----- Inline
--------------------------------------------------*/
br{
	letter-spacing: normal;
}
em{
	color: #ff6666;
}
strong{
	background-color: #ffff66;
}
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{
}
/*----- Header -----*/
#header{
	height: 400px;
	background: url(http://blog-imgs-77.fc2.com/f/i/g/figurezukkuri/010_20150123145605190.jpg) no-repeat fixed center center;
	background-size: cover;
	-webkit-box-shadow: 0 0 5px #a1b8e5;
	-moz-box-shadow: 0 0 5px #a1b8e5;
	box-shadow: 0 0 5px #a1b8e5;
	position: relative;
	margin: 0 0 50px 0;
}
#blogname{
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px 0;
}
#blogname p{
	font-size: 12px;
	line-height: 18px;
}
#menu{
	position: absolute;
	top: 20px;
	right: 10px;
}
#menu ul{
	float: right;
}
#menu li{
	float: left;
	margin: 0 20px 0 0;
}
#menu a{
	color: #fff;
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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: 3px 10px;
}
#menu a:hover{
	background-color: #ccc;
}
/*----- Container -----*/
#container{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#contents{
	width: 100%;
	float: left;
	margin: 0 -200px 0 0;
}
#inner{
	width: 100%;
	float: right;
	margin: 0 0 0 -200px;
}
/*----- Primary-column -----*/
#primary-column{
	position: relative;
	margin: 0 220px;
}  
.section{
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #a1b8e5;
	-moz-box-shadow: 0 0 5px #a1b8e5;
	box-shadow: 0 0 5px #a1b8e5;
	padding: 20px;
	margin: 0 0 50px 0;
}
.entry-date{
	font-size: 12px;
	line-height: 18px;
	margin: -5px 0 10px 0;
}
.month01:before{
	content: "January";
}
.month02:before{
	content:"February";
}
.month03:before{
	content: "March";
}
.month04:before{
	content:"April";
}
.month05:before{
	content: "May";
}
.month06:before{
	content: "June";
}
.month07:before{
	content: "July";
}
.month08:before{
	content: "August";
}
.month09:before{
	content: "September";
}
.month10:before{
	content: "October";
}
.month11:before{
	content: "November";
}
.month12:before{
	content: "December";
}
.entry-body{
	margin: 0 0 20px 0;
}
.category a{
	color: #fff;
	background-color: #a1b8e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 5px;
}
.category a:hover{
	background-color: #ccc;
}
.entry-info{
	font-size: 12px;
	line-height: 18px;
}
.entry-info ul{
	float: right;
}
.entry-info li{
	float: left;
	margin: 0 0 0 10px;
}
.cm a{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/comment03.png) no-repeat left center;
	padding: 1px 0 1px 21px;
}
.tb a{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/trackback03.png) no-repeat left center;
	padding: 1px 0 1px 21px;
}
.tag{
	background: url(http://blog-imgs-47.fc2.com/d/i/t/dithis/tag03.png) no-repeat left center;
	padding: 1px 0 1px 21px;
}
.tag span:after{
	content: ", ";
}
.tag span:last-child:after{
	content: "";
}
.extend{
	margin: 20px 0 0 0;
}
.extend a{
	color: #fff;
	text-align: center;
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-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: 3px 10px;
}
.extend a:hover{
	background-color: #ccc;
}
.date{
	font-size: 12px;
	line-height: 18px;
}
.timeline > li{
	overflow: hidden;
	position: relative;
}
.cm-date{
	width: 110px;
	font-size: 12px;
	line-height: 18px;
	float: left;
	margin: 20px 0 0 0;
}
.cm-body{
	width: 100%;
	border-left: 3px solid #e5e5e5;
	float: right;
	padding: 0 0 20px 0;
	margin: 0 -113px 0 0;
}
.cm-body:last-child:after{
	padding: 0;
}
.cm-body:before{
	width: 9px;
	height: 9px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 100%;
	content: "";
	position: absolute;
	left: 106px;
	top: 24px;
	margin: 0 113px 0 0;
}
.balloon{
	background: #f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	padding: 10px;
	margin: 0 113px 0 20px;
}
.balloon:after{
	width: 0;
	height: 0;
	border: solid transparent;
	border-color: rgba(242, 242, 242, 0);
	border-right-color: #f2f2f2;
	border-width: 10px;
	pointer-events: none;
	content: "";
	position: absolute;
	right: 100%;
	top: 18px;
}
.cm-title, .tb-title, .list-title, .search-title{
	font-weight: bold;
}
.tb-entry{
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.tb-form{
	margin: 0 0 20px 0;
}
.list-entry, .search-entry{
	border-left: 1px solid #000;
	padding: 5px 0 5px 5px;
	margin: 0 0 10px 0;
}
.nav-entry, .nav-page{
	text-align: center;
	margin: 0 0 50px 0;
}
.nav-entry{
 	overflow: hidden;
 	position: relative;
}
.nav-entry ul{
	float: left;
	position: relative;
	left: 50%;
}
.nav-entry li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 5px;
}
.preventry{
	border-right: 1px solid #ccc;
	padding: 0 10px 0 0;
}
.nextentry{
	border-left: 1px solid #ccc;
	padding: 0 0 0 10px;
}
.nav-page span{
	width: 35px;
	line-height: 35px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #99aacc;
	-moz-box-shadow: 0 0 5px #99aacc;
	box-shadow: 0 0 5px #99aacc;
	display: inline-block;
	margin: 0 3px;
}
.nav-page a{
	width: 35px;
	line-height: 35px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #99aacc;
	-moz-box-shadow: 0 0 5px #99aacc;
	box-shadow: 0 0 5px #99aacc;
	display: inline-block;
	margin: 0 3px;
}
.nav-page a:hover{
	background-color: #e6eef2;
}
/*----- Secondary-column -----*/
#secondary-column{
	width: 200px;
	font-size: 12px;
	line-height: 18px;
	float: left;
}
.sidebar{
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px #a1b8e5;
	-moz-box-shadow: 0 0 5px #a1b8e5;
	box-shadow: 0 0 5px #a1b8e5;
	padding: 10px;
	margin: 0 0 20px 0;
}
.sidebar h3{
	color: #ccc;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.sidebar ul{
	list-style: disc inside;
}
.calender{
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
}
.calender th{
	width: 27px;
	line-height: 27px;
}
.calender th#sun{
	color: #ff6666;
}
.calender th#sat{
	color: #6666ff;
}
.calender td{
	width: 27px;
	line-height: 27px;
}
.calender td a{
	width: 27px;
	background-color: #f2f2f2;
	display: block;
	-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{
	color: #fff;
	background-color: #ccc;
}
.plugin-tag a{
	background-color: #f2f2f2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 5px;
}
/*----- Tertiary-column -----*/
#tertiary-column{
	width: 200px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}
/*----- Footer -----*/
#footer{
	text-align: left;
	background-color: #000;
	clear: both;
}
#rights{
	font-size: 12px;
	line-height: 18px;
	border-top: 1px solid #333;
	padding: 20px;
}
#pagetop a{
	color: #fff;
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	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;
	padding: 3px 10px;
}
#pagetop a:hover{
	background-color: #ccc;
}
/*----- 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";
}
/*----- 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;
}
#container{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0;
}
#primary-column{
	width: 100%;
	float: none;
	margin: 0;
}
#contents{
	margin: 0;
}
.content{
	padding: 5px;
}
.cm-date{
	width: 100%;
	float: none;
	margin: 0;
}
.cm-body{
	border: none;
	float: none;
	margin: 0;
}
.cm-body:before{
	width: 0;
	height: 0;
	border: none;
	margin: 0;
}
.balloon{
	margin: 0;
}
.balloon:after{
	border: none;
}
#secondary-column{
	width: 100%;
	float: none;
	margin: 0;
}
.calender{
	width: 100%;
}
#tertiary-column{
	width: 100%;
	clear: both;
	margin: 0;
}
}