@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(https://blog-imgs-79.fc2.com/h/o/p/hoppy1110/tileable_wood_texture.png) 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(https://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(https://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(https://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(https://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: #fdf6f2;
	border: 1px solid #fdf6f2;
	border-width: 0 1px 1px 0;
	padding: 5px;
}
.entry-body dd{
	margin: 0px;
	background-color: #fdf6f2;
}


.entry-body ol{
	list-style: decimal inside;
}
/*----- Form
--------------------------------------------------*/
input, textarea{
	color: #333;
	font: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	border: 1px solid #efe2d2;
	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: #815b31;
}
a:visited{
	color: #815b31;
}
a:hover{
	color: #e6cbad;
}
a:active{
	color: #815b31;
}
/*----- Inline
--------------------------------------------------*/
br{
	letter-spacing: normal;
}
em{
	color: #ff3333;
}
strong{
	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{
}
/*----- Header -----*/
#header{
}
#menu{
	width: 1150px;
	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: #E9D0BA;
	padding: 20px;
}
#blogname p{
	color: #333;
	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(https://blog-imgs-66.fc2.com/d/i/t/dithis/twitter05.png) no-repeat left top;
}
.twitter a:hover{
	background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/twitter05.png) no-repeat left -42px;
}
.facebook a{
	background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/facebook05.png) no-repeat left top;
}
.facebook a:hover{
	background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/facebook05.png) no-repeat left -42px;
}
.instagram a{
	background: url(https://blog-imgs-94.fc2.com/h/o/p/hoppy1110/facebook05.jpg) no-repeat left top;
}
.instagram a:hover{
	background: url(https://blog-imgs-94.fc2.com/h/o/p/hoppy1110/facebook05.jpg) no-repeat left -42px;
}
.rss a{
	background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/rss05.png) no-repeat left top;
}
.rss a:hover{
	background: url(https://blog-imgs-66.fc2.com/d/i/t/dithis/rss05.png) no-repeat left -42px;
}
.bxslider img{
	width: 100%;
}
.hide{
	display:none;
}
/*----- Container -----*/
#container{
	width: 1150px;
	max-width: 1150px;
	background-color: #f8f0e8;
	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;
	margin: 0 auto 50px auto;
}
/*----- Primary-column -----*/
#primary-column{
	width: 100%;
	float: left;
	margin: 0 -360px 0 20px;
}
#contents{
	margin: 0 380px 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(https://blog-imgs-79.fc2.com/h/o/p/hoppy1110/thumb1036.jpg) 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: "1月";
}
.month02:before{
	content: "2月";
}
.month03:before{
	content: "3月";
}
.month04:before{
	content: "4月";
}
.month05:before{
	content: "5月";
}
.month06:before{
	content: "6月";
}
.month07:before{
	content: "7月";
}
.month08:before{
	content: "8月";
}
.month09:before{
	content: "9月";
}
.month10:before{
	content: "10月";
}
.month11:before{
	content: "11月";
}
.month12:before{
	content: "12月";
}
.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: 12px;
	line-height: 16px;
	background-color: #cfb8a0;
	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: 320px;
	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:hover{
	background-color: #efe2d2;
}
.sidebar h3{
	color: #714c28;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	background: url(https://blog-imgs-79.fc2.com/h/o/p/hoppy1110/tileable_wood_texture74.jpg) 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: #000;
	background-color: #e9d0ba;
	clear: both;
}
#rights{
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding: 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){
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%;
}
#primary-column{
	width: 100%;
	clear: both;
	margin: 0;
}
#contents{
	border: none;
	margin: 0;
}
#secondary-column{
	width: 100%;
	clear: both;
	margin: 0;
}
.sidebar h3{
	margin: 0 -10px 10px -10px;
}
.sidebar h3:before{
	border: none;
	border-top: none;
}
.calender{
	width: 100%;
}
#rights{
	padding: 20px;
}
}


.category_area ul { 
margin: 12px 10px 0px;
padding: 15px;
color: #444444;
font-size: 13px;
line-height: 140%;
}


.date_area ul { 
margin: 12px 10px 0px;
padding: 15px;
color: #444444;
font-size: 13px;
line-height: 140%;
}


.entry_image a:hover img {opacity: 0.6;}

.entry_image{
    float:left;
　　margin:0 10px 10px 0;
    width:90px;
    vertical-align:bottom;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget {
    display: none !important;
}

iframe[src*="youtube.com"]{width:100%;max-width:500px;}



#icons-nav{
	line-height: 30px;
	text-align: center;
}
#icons-nav ul{
	font-size: 0;
}
#icons-nav ul li{
	font-size: 14px;
	display: inline-block;
	margin: 5px;
}
#icons-nav a{
	width: 36px;
	line-height: 36px;
	color: #fff;
	background-color: #346;
	border-radius: 50%;
	display: inline-block;
}
#icons-nav a:hover{
	background-color: #999;
}





/* sns */
#sns-container {
  margin: 0 auto;
  text-align: left;
}

#sns-ul {
  display: inline-block;
  overflow: hidden;
}

#sns-ul li {
  float: left;
  text-align: center;
  margin: 3px;
  overflow: hidden;
}

#sns-ul .fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  -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;
}

#sns-ul .fa:before {
  line-height: 35px;
}

#sns-ul a {
  color: white;
}

#sns-ul .fa-facebook {
  background-color: rgb(59,89,152);
}

#sns-ul .fa-twitter {
  background-color: rgb(73,171,242);
}

#sns-ul .fa-instagram {
  background-color: rgb(81,127,164);
}

#sns-ul .fa-youtube {
  background-color: rgb(204,24,30);
}

#sns-ul .fa-rss {
  background-color: rgb(239, 95, 28);
}

#sns-ul a:hover .fa {
  border-radius: 50%;
}



























