@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: #666;
	font: 14px/20px "Oswald", "メイリオ", Meiryo, san-seri;
	text-align: left;
	background-color: #e5e5e5;
} 
/*----- Heading
--------------------------------------------------*/
h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-shadow: 0 0 5px #004466;
	margin: 0 0 20px 0;
}
h1 a:link{
	color: #fff;
}
h1 a:visited{
	color: #fff;
}
h1 a:hover{
	color: #ccc;
}
h1 a:active{
	color: #fff;
}
h2{
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 50px;
	margin: 0 -50px 20px -50px;
}
h3{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	border-left: 3px solid #000;
	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: #ff9900;
	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;
}
pre{
	font-family: monospace;
	background: #fff 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 dt{
	font-weight: bold;
	margin: 5px;
}
.entry-body dd{
	background-color: #f5f5f5;
	padding: 5px;
}
.entry-body ul{
	list-style: disc inside;
}
.entry-body ol{
	list-style: decimal inside;
}
/*----- Table
--------------------------------------------------*/
table{
	margin: 0 0 20px 0;
}
/*----- Form
--------------------------------------------------*/
input, textarea{
	color: #666;
	font: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	background-color: #f2f2f2;
	border: none;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	padding: 3px;
	margin: 0;
}
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;
	font-size: 12px;
	line-hight: 1;
	background-color: #000;
	border: none;
	-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;
}
input[type="submit"]:hover{
	color: #fff;
	background-color: #999;
}
/*----- Hypertext
--------------------------------------------------*/
a{
	text-decoration: none;
}
a:link{
	color: #ff9900;
}
a:visited{
	color: #ff9900;
}
a:hover{
	color: #999;
}
a:active{
	color: #ff9900;
}
/*----- Inline
--------------------------------------------------*/
img{
	max-width: 100%;
	width /***/: auto;　
	height: auto;
}
br{
	letter-spacing: normal;
}
em{
	color: #ff3333;
}
strong{
	background-color: #ffff66;
}
ins{
	text-decoration: underline;
}
del{
	color: #ccc;
	text-decoration: line-through;
}
q{
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
q:before{
	content: " “";
}
q:after{
	content: "” ";
}
cite{
	font-style: italic;
}
/*----- Layout
--------------------------------------------------*/
/*----- Wrapper -----*/
#wrapper{
	width: 90%;
	max-width: 1200px;
}
/*----- Header -----*/
#header{
	height: 300px;
	position: relative;
}
#blogname{
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#blogname p{
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
#social{
	overflow: hidden;
	position: relative;
}
#social ul{
	float: left;
	position: relative;
	left: 50%;
}
#social li{
	float: left;
	position: relative;
	left: -50%;
} 
#social span{
	display: none;
}
#social li a{
	width: 32px;
	height: 32px;
	display: block;
}
.twitter a{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/twitter05.png) no-repeat left top;
}
.twitter a:hover{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/twitter05.png) no-repeat left -42px;
}
.facebook a{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/facebook05.png) no-repeat left top;
}
.facebook a:hover{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/facebook05.png) no-repeat left -42px;
}
.rss a{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/rss05.png) no-repeat left top;
}
.rss a:hover{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/rss05.png) no-repeat left -42px;
}
/*----- Container -----*/
#container{
	background: #248fb3 url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/container05.jpg) no-repeat fixed left top;
	background-size: auto 100%;
}
/*----- Primary-column -----*/
#primary-column{
	width: 100%;
	float: right;
	margin: 0 0 0 -310px; 
}
#contents{
	background-color: #f2f2f2;
	border-left: 10px solid #e5e5e5;
	margin: 0 0 0 300px;
}
.section{
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding: 0 50px 20px 50px;
	margin: 0 0 50px 0;
}
.entry-title{
	position: relative;
	margin: 0 0 20px 0;
}
.entry-title h2{
	padding: 20px 50px 20px 20px;
	margin: 0 -50px 0 0;
}
.entry-title h2:after{
	width: 0;
	height: 0;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 6px;
	content: " ";
	pointer-events: none;
	position: absolute;
	top: 33px;
	right: 100%;
	margin: -6px 0 0 0;
}
.entry-date{
	width: 40px;
	color: #fff;
	line-height: 1;
	text-align: center;
	background-color: #000;
	float: left;
	padding: 10px 5px;
	margin: -1px 0 0 -50px;
}
.day{
	font-size: 20px;
}
.month, .year{
	font-size: 10px;
}
.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-body{
	margin: 0 0 20px 0;
}
.extend{
	margin: 20px 0;
}
.extend a{
	color: #fff;
	background-color: #ff9900;
	-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;
}
.extend a:hover{
	color: #fff;
	background-color: #999;
}
.entry-more{
	margin: 0 0 20px 0;
}
.entry-info{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
	padding: 10px 50px;
	margin: 0 -50px -20px -50px;
}
.entry-info ul{
	border-right: 1px solid #e5e5e5;
	float: right;
}
.entry-info li{
	border-left: 1px solid #e5e5e5;
	float: left;
	padding: 0 5px;
}
.date{
	font-size: 12px;
	line-height: 18px;
}
.cm-entry, .tb-entry{
	border-bottom: 1px solid #e5e5e5;
	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-entry, .search-entry{
	border-left: 1px solid #e5e5e5;
	padding: 5px 0 5px 5px;
	margin: 0 0 10px 0;
}
.nav-entry, .nav-page{
	text-align: center;
	margin: 0 0 50px 0;
}
.nav-page span{
	width: 33px;
	line-height: 33px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin: 3px;
}
.nav-page a{
	width: 33px;
	line-height: 33px;
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-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: 3px;
}
.nav-page a:hover{
	color: #fff;
	background-color: #999;
	border: 1px solid #999;
}
/*----- Secondary-column -----*/
#secondary-column{
	width: 300px;
	color: #fff;
	text-shadow: 1px 1px 0 #004466;
	float: left;
}
#social ul{
	margin: 0 0 20px 0;
}
#social ul{
	float: left;
	position: relative;
	left: 50%;
}
#social li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 10px 0 0;
}
.sidebar{
	margin: 0 0 50px 0;
}
.sidebar h3{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	background-color: rgba(255,255,255,0.5);
	text-shadow: 1px 1px 0 #004466;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}
.sidebar > div{
	padding: 0 20px;
}
.sidebar a{
	color: #fff;
	text-shadow: 1px 1px 0 #004466;
}
.sidebar a:hover{
	color: #999;
}
.sidebar li a{
	background: url(http://blog-imgs-66-origin.fc2.com/d/i/t/dithis/arrow05.gif) no-repeat 5px center;
	display: block;
	border-bottom: 1px dotted #000;
	-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 5px 15px;
}
.sidebar li a:hover{
	color: #fff;
	background-color: #3399cc;
}
.calender{
	max-width: 250px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 auto;
}
.calender th{
	width: 33px;
	line-height: 33px;
}
.calender th#sun{
	color: #ff3333;
}
.calender th#sat{
	color: #3333ff;
}
.calender td{
	width: 33px;
	line-height: 33px;
}
.calender td a{
	width: 33px;
	background-color: #3399cc;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-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;
}
.calender td a:hover{
	color: #fff;
	background-color: #000;
}
/*----- Footer -----*/
#footer{
}
#rights{
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding: 0 50px 20px 50px;
}
#pagetop{
	font-size: 12px;
	line-height: 18px;
	position: fixed;
	right: 50px;
	bottom: 0;
}
#pagetop a{
	color: #fff;
	background-color: #000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px; 
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: 0.3s ease-in-out;
	transition-property: padding;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	display: block;
	padding: 10px;
}
#pagetop a:hover{
	color: #999;
	padding: 10px 10px 20px 10px;
}
/*----- 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){
#container{
	background-size: cover;
}
h2{
	padding: 20px;
	margin: 0 -20px 20px -20px;
}
input, textarea{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper{
	width: 100%;
}
#primary-column{
	width: 100%;
	clear: both;
	margin: 0;
}
#contents{
	border: none;
	margin: 0;
}
.section{
	padding: 0 20px 20px 50px;
}
.entry-title h2{
	padding: 20px;
	margin: 0 -20px 0 0;
}
.entry-date{
	margin: -1px 0 0 -50px;
}
.entry-info{
	margin: 0 -20px -20px -50px;
}
#secondary-column{
	width: 100%;
	clear: both;
}
.calender{
	width: 100%;
}
#rights{
	padding: 20px;
}
}