@charset "UTF-8";

/* 
 * 09_snowfall - v1.1.0
 *
 * Copyright (c) 2015 tsui - http://dithis.fem.jp/
 * 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;
}
/* ----- Clearfix ----- */
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}
/* ----- Global
-------------------------------------------------- */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*: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.6 "Times New Roman", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background: #e5e5e5 url(http://blog-imgs-66.fc2.com/d/i/t/dithis/background09.gif) repeat left top;
	word-wrap: break-word;
} 
/* ----- Headings
-------------------------------------------------- */
h1{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 0 0 5px #36c;
	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: 24px;
	font-weight: bold;
	background: none;
	border-top: 3px solid #a1b8e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	margin: 0 0 10px 0;
}
h3{
	font-size: 18px;
	font-weight: bold;
	background-color: #fafafa;
	border-top: 2px solid #e5e5e5;
	padding: 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: #fafafa 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;
	margin: 0 0 20px 0;
}
blockquote[cite]:after{
	color: #e5aca1;
	text-align: right;
	content: attr(cite);
	display: block;
}
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;
	margin: 0;
}
pre{
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	line-height: 20px;
	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;
	margin: 0 0 20px 0;
}
hr{
	height: 1px;
	border: solid #000;
	border-width: 1px 0 0 0;
	margin: 20px 0;
}
/* ----- Lists
-------------------------------------------------- */
.entry-content > dl, .entry-more > dl{
	margin: 0 0 20px 0;
}
.entry-content > dl dt, .entry-more > dl dt{
	border-left: 1px solid #000;
	padding: 5px 0 5px 5px;
	font-weight: bold;
	margin: 5px;
}
.entry-content > dl dd, .entry-more > dl dd{
	background-color: #fafafa;
	padding: 5px;
}
.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 li, .entry-content ol li{
	margin: 0 0 0 1.5em;
}
.entry-content ul ul, .entry-content ol ul{
	list-style-type: circle;
}
/* ----- Table
-------------------------------------------------- */
.entry-content > table, .entry-more > table{
	margin: 0 0 20px 0;
}
/* ----- Form
-------------------------------------------------- */
input, button, textarea, select{
	color: #666;
	font: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	background-color: #fafafa;
	border-top: 1px solid #ccc;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #e5e5e5;
	padding: 10px;
}
input:focus, textarea:focus{
	border: 1px solid #a1b8e5;
}
#name, #title, #mail, #url{
	width: 60%;
}
#comment{
	width: 80%;
}
#pass{
	width: 30%;
}
#trackback{
	width: 60%;
}
input[type=submit], input[type=reset], input[type=button], button{
	color: #fff;
	background-color: #000;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	cursor: pointer;
}
input[type="submit"]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover{
	background-color: #ccc;
}
#send-btn, #delete-btn{
	width: 30%;
}
input[type=checkbox], input[type=radio]{
	background: none;
	background-color: transparent;
	border: none;
	box-shadow: none;
}
/* ----- Links
-------------------------------------------------- */
a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:link{
	color: #e5aca1;
}
a:visited{
	color: #e5aca1;
}
a:hover, a:focus{
	color: #ccc;
}
a:active{
	color: #e5aca1;
}
/* ----- Inline
-------------------------------------------------- */
img{
	max-width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}
br{
	letter-spacing: normal;
}
em{
	color: #f66;
}
strong{
	font-weight: blod;
}
ins{
	text-decoration: underline;
}
del{
	color: #ccc;
	text-decoration: line-through;
}
q{
	background-color: #fafafa;
}
q:before{
	content: "\201C";
}
q:after{
	content: "\201D";
}
cite{
	font-style: italic;
}
/* ----- Layout
-------------------------------------------------- */
/* ----- Wrapper ----- */
#wrapper{
}
/* ----- Header ----- */
#header{
	height: 400px;
	background: url(http://blog-imgs-85.fc2.com/n/o/a/noavlife/header09_2016041315580589d.jpg) no-repeat fixed center center;
	background-size: cover;
	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);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	padding: 20px;
}
#menu{
	line-height: 1;
	position: absolute;
	top: 20px;
	right: 10px;
}
#menu ul{
	float: right;
}
#menu ul li{
	float: left;
	margin: 0 20px 0 0;
}
#menu a{
	color: #fff;
	background-color: #000;
	border-radius: 3px;
	display: inline-block;
	padding: 10px;
}
#menu a:hover{
	background-color: #ccc;
}
/* ----- Container ----- */
#container{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
#contents{
	width: 100%;
	float: left;
	margin: 0 -270px 0 0;
}
#inner{
	width: 100%;
	float: right;
	margin: 0 0 0 -270px;
}
/* ----- Primary column ----- */
#primary-column{
	position: relative;
	margin: 0 290px;
}
.section{
	background-color: #fff;
	box-shadow: 0 0 5px #a1b8e5;
	padding: 30px;
	margin: 0 0 50px 0;
}
.entry-date{
	margin: 0 0 20px 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-content{
	margin: 0 0 20px 0;
}
dl.relate_dl{
	background: none;
	background-color: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 20px;
	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;
}
.fc2_footer{
	margin: 20px 0 0 0;
}
.community{
	text-align: right;
}
.entry-meta{
	margin: 20px 0 0 0;
}
.entry-meta ul{
	float: right;
}
.entry-meta li{
	float: left;
	margin: 0 0 0 10px;
}
.meta-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;
}
.meta-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;
}
.meta-tag{
	background: url(http://blog-imgs-47.fc2.com/d/i/t/dithis/tag03.png) no-repeat left center;
	padding: 1px 0 1px 21px;
}
.meta-tag span:after{
	content: ", ";
}
.meta-tag span:last-child:after{
	content: "";
}
.meta-cg a{
	color: #fff;
	background-color: #a1b8e5;
	border-radius: 3px;
	padding: 3px 5px;
}
.meta-cg a:hover{
	background-color: #ccc;
}
.entry-more-link{
	line-height: 1;
	margin: 20px 0;
}
.entry-more-link a{
	color: #fff;
	background-color: #000;
	border-radius: 3px;
	display: inline-block;
	padding: 10px;
}
.entry-more-link a:hover{
	background-color: #ccc;
}
.alert{
	color: #c33;
	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{
}
.cm-title, .tb-title, .search-title, .list-title{
	font-weight: bold;
	margin: 0 0 10px 0;
}
.cm-entry p, .tb-entry p, .search-entry p, .list-entry p{
	margin: 0 0 10px 0;
}
.timeline > li{
	overflow: hidden;
	position: relative;
}
.cm-date{
	width: 120px;
	float: left;
	margin: 17px 0 0 0;
}
.cm-content{
	width: 100%;
	border-left: 3px solid #e5e5e5;
	float: right;
	padding: 0 0 20px 0;
	margin: 0 -120px 0 0;
}
.cm-content:last-child:after{
	padding: 0;
}
.cm-content:before{
	width: 9px;
	height: 9px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 100%;
	content: "";
	position: absolute;
	left: 117px;
	top: 24px;
	margin: 0 100px 0 0;
}
.balloon{
	background-color: #fafafa;
	border-radius: 3px;
	position: relative;
	padding: 20px;
	margin: 0 120px 0 20px;
}
.balloon:after{
	width: 0;
	height: 0;
	border: solid transparent;
	border-color: rgba(242, 242, 242, 0);
	border-right-color: #fafafa;
	border-width: 10px;
	pointer-events: none;
	content: "";
	position: absolute;
	right: 100%;
	top: 18px;
}
.tb-entry{
	background-color: #fafafa;
	border-radius: 3px;
	padding: 20px;
	margin: 0 0 20px 0;
}
.tb-form{
	margin: 0 0 20px 0;
}
.tb-form input{
	margin: 0 0 10px;
}
.list-entry, .search-entry{
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.pn-entry{
	text-align: center;
	margin: 0 0 50px 0;
}
.pn-entry ul{
	font-size: 0;
}
.pn-entry ul li{
	font-size: 14px;
	display: inline-block;
}
.preventry{
	border-right: 1px solid #ccc;
	padding: 0 10px 0 0;
}
.pn-home{
	padding: 0 10px;
}
.nextentry{
	border-left: 1px solid #ccc;
	padding: 0 0 0 10px;
}
.pn-page{
	line-height: 36px;
	text-align: center;
	margin: 0 0 50px 0;
}
.pn-page ul{
	font-size: 0;
}
.pn-page ul li{
	font-size: 14px;
	display: inline-block;
	margin: 3px;
}
.pn-page span{
	width: 36px;
	background-color: #fff;
	box-shadow: 0 0 5px #a1b8e5;
	display: inline-block;
}
.pn-page a{
	width: 36px;
	background-color: #fff;
	box-shadow: 0 0 5px #a1b8e5;
	display: inline-block;
}
.pn-page a:hover{
	background-color: #e6eef2;
}
.prevpage{
	float: left;
}
.nextpage{
	float: right;
}
/* ----- Secondary column ----- */
#secondary-column{
	width: 270px;
	float: left;
	margin: 0 0 50px 0;
}
.sidebar{
	background-color: #fff;
	box-shadow: 0 0 5px #a1b8e5;
	padding: 10px;
	margin: 0 0 20px 0;
}
.sidebar h3{
	color: #ccc;
	font-size: 18px;
	font-weight: bold;
	background: none;
	background-color: transparent;
	border: none;
	padding: 0px;
}
.sidebar ul{
	list-style-type: disc;
}
.sidebar ul li{
	margin: 0 0 0 1.5em;
}
.sidebar ul ul{
	list-style-type: circle;
}
.calender{
	width: 250px;
	line-height: 30px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 3px;
	margin: 0 auto;
}
.calender caption{
	text-align: center;
}
.calender th{
	width: 30px;
	text-align: center;
}
.calender th#sun{
	color: #f66;
}
.calender th#sat{
	color: #66f;
}
.calender td{
	width: 30px;
	text-align: center;
}
.calender td a{
	width: 30px;
	background-color: #fafafa;
	display: block;
}
.calender td a:hover{
	color: #fff;
	background-color: #ccc;
}
.plugin-tag a{
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #fafafa;
	display: inline-block;
	padding: 3px;
	margin: 3px;
}
.plugin-tag a:hover{
	background-color: #ccc;
}
/* ----- Tertiary-column ----- */
#tertiary-column{
	width: 270px;
	float: right;
	margin: 0 0 50px 0;
}
/* ----- Footer ----- */
#footer{
	text-align: left;
	background-color: #000;
	clear: both;
}
#totop{
	line-height: 1;
	position: fixed;
	right: 100px;
	bottom: 50px;
}
#totop a{
	color: #fff;
	background-color: #000;
	border-radius: 3px;
	padding: 10px;
}
#totop a:hover{
	background-color: #ccc;
}
#rights{
	border-top: 1px solid #333;
	padding: 20px;
}
/* ----- Misc. ----- */
#change_mobile{
    	width: 100% !important;
    	height: auto !important;
}
#change_mobile img{
    	width: 100% !important;
    	height: auto !important;
}
img.emoji{
	vertical-align: middle;
}
.frame{
	border: 1px solid #ccc;
}
.shadow{
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.photo{
	background-color: #fff;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
	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;
	border-radius: 3px;
	display: inline-block;
	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: 1024px){
#name, #title, #mail, #url, #comment, #pass, #trackback{
	width: 100%;
}
#container{
	width: 70%;
}
#contents{
	float: none;
	margin: 0;
}
#inner{
	float: none;
	margin: 0;
}
#primary-column{
	width: 100%;
	float: none;
	margin: 0;
}
#secondary-column{
	width: 100%;
	float: none;
}
#tertiary-column{
	width: 100%;
	float: none;
}
}
@media screen and (max-width: 768px){
#container{
	width: 80%;
}
.cm-date{
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
}
.cm-content{
	border: none;
	float: none;
	margin: 0;
}
.cm-content:before{
	width: 0;
	height: 0;
}
.balloon{
	margin: 0;
}
.balloon:after{
	border: none;
}
}
@media screen and (max-width: 480px){
h1{
	font-size: 30px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 14px;
}
#container{
	width: 100%;
	padding: 0 10px;
}
.section{
	padding: 10px;
}
dl.relate_dl{
	padding: 10px;
}
.balloon{
	padding: 10px;
}
.tb-entry{
	padding: 10px;
}
#totop{
	right: 10px;
	bottom: 80px;
}
}

/* 続きを読む・閉じる */
.readmore {
margin-top: 10px;
}
.readclose {
margin-top: 10px;
margin-bottom: 10px;
}