@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: #333;
	font: 14px/20px "Oswald", "メイリオ", Meiryo, san-seri;
	background: #ccc url(http://blog-imgs-47.fc2.com/d/i/t/dithis/background06.gif) repeat left top;
} 
/*----- Heading
--------------------------------------------------*/
h1{
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	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;
	margin: 0 0 10px 0;
}
h3{
	font-weight: bold;
	background: url(http://blog-imgs-47.fc2.com/d/i/t/dithis/line06.gif) repeat-x left bottom;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
/*----- Block
--------------------------------------------------*/
blockquote{
	color: #fff;
	background: #333 url(http://blog-imgs-47.fc2.com/d/i/t/dithis/rdquo06.png) no-repeat right bottom;
	border: 1px solid #000;
	padding: 0 50px 10px 0;
}
blockquote[cite]:after{
	color: #3399cc;
	display: block;
	content: attr(cite);
	text-align: right;
}
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: monospace;
	background: #fff url(http://blog-imgs-66.fc2.com/d/i/t/dithis/pre03.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;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
	border-width: 0 1px 1px 0;
	padding: 5px;
}
.entry-body dd{
	margin: 5px;
}
.entry-body ul{
	list-style: disc inside;
}
.entry-body ol{
	list-style: decimal inside;
}
/*----- Form
--------------------------------------------------*/
input, textarea{
	color: #333;
	font: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	border: 1px solid #e5e5e5;
	padding: 3px;
	margin: 0;
}
input:focus, textarea:focus{
	border: 1px solid #333;
}
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-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;
}
/*----- Link
--------------------------------------------------*/
a{
	text-decoration: none;
}
a:link{
	color: #3399cc;
}
a:visited{
	color: #3399cc;
}
a:hover{
	color: #999;
}
a:active{
	color: #3399cc;
}
/*----- 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: #f2f2f2;
}
q:before{
	content: "“";
}
q:after{
	content: "”";
}
cite{
	font-style: italic;
}
/*----- Layout
--------------------------------------------------*/
/*----- Wrapper -----*/
#wrapper{
}
/*----- Header -----*/
#header{
}
#menu{
	width: 90%;
	margin: 50px auto 0 auto;
}
#menu a{
	color: #000
}
#menu a:hover{
	color: #fff;
}
#menu ul{
	float: right;
}
#menu li{
	float: left;
	margin: 0 0 0 10px;
}
#blogname{
	background-color: #333;
	padding: 20px;
}
#blogname p{
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}
#social{
	float: right;
	margin: -68px 0 0 0;
}
#social ul{
	margin: 0 20px 0 0;
}
#social ul li{
	float: left;
	margin: 0 0 0 10px;
} 
#social span{
	display: none;
}
#social li a{
	width: 32px;
	height: 32px;
	display: block;
}
.twitter a{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/twitter05.png) no-repeat left top;
}
.twitter a:hover{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/twitter05.png) no-repeat left -42px;
}
.facebook a{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/facebook05.png) no-repeat left top;
}
.facebook a:hover{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/facebook05.png) no-repeat left -42px;
}
.rss a{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/rss05.png) no-repeat left top;
}
.rss a:hover{
	background: url(http://blog-imgs-66.fc2.com/d/i/t/dithis/rss05.png) no-repeat left -42px;
}
.bxslider img{
	width: 100%;
}
/*----- Container -----*/
#container{
	width: 90%;
	max-width: 1200px;
	background-color: #f2f2f2;
	border-top: 5px solid #000;
	-webkit-box-shadow: 0 0 50px #666;
	-moz-box-shadow: 0 0 50px #666;
	box-shadow: 0 0 50px #666;
	clear: both;
	margin: 0 auto 50px auto;
}
/*----- Primary-column -----*/
#primary-column{
	width: 100%;
	float: left;
	margin: 0 -290px 0 20px; 
}
#contents{
	margin: 0 310px 0 0; 
}
.section1{
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 20px 20px 0 20px;
	margin: 0 0 50px 0;
}
.section2{
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 20px;
	margin: 0 0 50px 0;
}
.entry-date{
	width: 60px;
	height: 70px;
	background: url(http://blog-imgs-47.fc2.com/d/i/t/dithis/entry-date06.gif) no-repeat left top;
	float: left;
}
.entry-date span{
	line-height: 1;
	text-align: center;
	display: block;
}
.day{
	color: #fff;
	font-size: 20px;
	padding: 10px 0 0 0;
}
.month{
	color: #fff;
	font-size: 10px;
	padding: 5px 0;
}
.year{
	color: #fff;
	font-size: 10px;
	padding: 0 0 10px 0;
}
.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{
	height: 70px;
	margin: 0 0 20px 0;
}
.entry-title h2{
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	margin: 0 0 0 70px;
}
.entry-body{
	clear: both;
	margin: 20px 0;
}
.extend{
	margin: 20px 0;
}
.entry-more{
	margin: 0 0 20px 0;
}
.entry-info{
	font-size: 10px;
	line-height: 16px;
	background-color: #333;
	clear: both;
	padding: 10px;
	margin: 0 -20px;
}
.entry-info ul{
	border-right: 1px solid #000;
	float: right;
}
.entry-info li{
	border-left: 1px solid #000;
	float: left;
	padding: 0 5px;
}
.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-entry, .search-entry{
	border-left: 1px solid #333;
	padding: 0 0 0 5px;
	margin: 0 0 10px 5px;
}
.nav-entry, .nav-page{
	text-align: center;
	margin: 0 0 50px 0;
}
.nav-page span{
	width: 33px;
	line-height: 33px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	display: inline-block;
	margin: 0 0 3px -1px;
}
.nav-page a{
	width: 33px;
	line-height: 33px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	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: 0 0 3px -1px;
}
.nav-page a:hover{
	color: #fff;
	background-color: #999;
	border: 1px solid #999;
}
/*----- Secondary-column -----*/
#secondary-column{
	width: 250px;
	font-size: 12px;
	line-height: 18px;
	float: right;
	margin: 0 20px 0 0;
}
.sidebar{
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px;
	margin: 0 0 20px 0;
}
.sidebar a:hover{
	color: #999;
}
.sidebar li a{
	background: url(http://blog-imgs-47.fc2.com/d/i/t/dithis/arrow06.png) no-repeat 5px center;
	border-bottom: 1px solid #e5e5e5;
	-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;
	display: block;
	padding: 5px 10px 5px 24px;
}
.sidebar li a:hover{
	background-color: #f2f2f2;
}
.sidebar h3{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	background: url(http://blog-imgs-47.fc2.com/d/i/t/dithis/h306.gif) repeat-x left top;
	position: relative;
	padding: 0 10px;
	margin: 0 -20px 10px -10px;
}
.sidebar h3:before{
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #000;
	content: "";
	position: absolute;
	top: 100%;
}
.sidebar h3:before {
	border-left: 5px solid #000;
	right: 0;
}
.calender{
	max-width: 250px;
	text-align: center;
	margin: 0 auto;
}
.calender th{
	width: 33px;
	line-height: 33px;
	border: 1px solid #e5e5e5;
}
.calender th#sun{
	color: #ff3333;
}
.calender th#sat{
	color: #3333ff;
}
.calender td{
	width: 33px;
	line-height: 33px;
	border: 1px solid #e5e5e5;
}
.calender td a{
	width: 33px;
	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;
}
.calender td a:hover{
	color: #fff;
	background-color: #999;
}
/*----- Footer -----*/
#footer{
	color: #fff;
	background-color: #333;
	clear: both;
}
#rights{
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding: 20px 50px;
}
#pagetop{
	font-size: 12px;
	line-height: 18px;
}
#pagetop a{
	color: #fff;
	background-color: #000;
	text-align: center;
	display: block;
	padding: 10px;
}
#pagetop a:hover{
	color: #999;
}
/*----- 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;
}
#container{
	width: 100%;
}
#primary-column{
	width: 100%;
	float: none;
	margin: 0;
}
#contents{
	border: none;
	margin: 0;
}
#secondary-column{
	width: 100%;
	float: none;
	margin: 0;
}
.sidebar h3{
	margin: 0 -10px 10px -10px;
}
.sidebar h3:before{
	border: none;
	border-top: none;
}
.calender{
	width: 100%;
}
#rights{
	padding: 20px;
}
}