@charset "UTF-8";

/* 
 * 16_photo_gallery - v1.0.0
 *
 * Copyright (c) 2015 tsui - http://dithis.blog.fc2.com/
 * 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;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	font-weight: normal;
	text-align: left;
}
/* ----- Clearfix ----- */
.clearfix:before, .clearfix:after{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom: 1;
}
/* ----- Global
-------------------------------------------------- */
*, *: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.5 "メイリオ", Meiryo, san-seri;
	background-color: #fff;
	word-wrap: break-word;
} 
/* ----- Headings
-------------------------------------------------- */
h1{
	font-size: 30px;
	line-height: 36px;
	font-family: "Josefin Sans", "メイリオ", Meiryo, san-seri;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2{
	font-size: 20px;
	line-height: 26px;
	font-family: "Josefin Sans", "メイリオ", Meiryo, san-seri;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
h3{
	font-size: 14px;
	line-height: 20px;
	font-family: "Josefin Sans", "メイリオ", Meiryo, san-seri;
	font-weight: bold;
	background-color: #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 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: #f2f2f2 url(http://blog-imgs-66.fc2.com/d/i/t/dithis/rdquo01.png) no-repeat right bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 50px 10px 0;
	margin: 0 0 20px 0;
}
blockquote[cite]:after{
	color: #ff7f66;
	font-size: 12px;
	line-height: 18px;
	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;
}
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;
	background-color: #ccc;
	border: none;
	display: block;
	margin: 20px 0;
}
/* ----- Lists
-------------------------------------------------- */
.entry-content > dl, .entry-more > dl{
	margin: 0 0 20px 0;
}
.entry-content > dl dt, .entry-more > dl dt{
	font-weight: bold;
	margin: 5px 0;
}
.entry-content > dl dd, .entry-more > dl dd{
	margin: 0 0 0 1em;
}
.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 ul, .entry-content ol ul{
	list-style-type: circle;
}
.entry-content ul li, .entry-content ol li{
	margin: 0 0 0 1em;
}
/* ----- Table
-------------------------------------------------- */
.entry-content > table, .entry-more > table{
	margin: 0 0 20px 0;
}
/* ----- Forms
-------------------------------------------------- */
input, textarea, select, button{
	color: #666;
	font: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}
input:focus, textarea:focus{
	background-color: #f2f2f2;
}
input[type=submit], input[type=reset], input[type=button], button{
	color: #fff;
	background-color: #e5a15c;
	border: none;
	cursor: pointer;
	padding: 5px 10px;
}
input[type="submit"]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover{
	background-color: #ccc;
}
input[type=checkbox], input[type=radio]{
	background: none;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* ----- Links
-------------------------------------------------- */
a{
	text-decoration: none;
}
a:link{
	color: #e5a15c;
}
a:visited{
	color: #e5a15c;
}
a:hover, a:focus{
	color:  #999;
}
a:active{
	color: #e5a15c;
}
/* ----- Inline
-------------------------------------------------- */
img{
	max-width: 100%;
	height: auto;
}
br{
	letter-spacing: normal;
}
em{
	color: #ff9933;
}
strong{
	font-weight: bold;
}
ins{
	text-decoration: underline;
}
del{
	color: #999;
	text-decoration: line-through;
}
q{
	background-color: #fff;
}
q:before{
	content: "\201C";
}
q:after{
	content: "\201D";
}
cite{
	font-style: italic;
}
/* ----- Layouts
-------------------------------------------------- */
/* ----- Wrapper ----- */
#wrapper{
}
/* ----- Header ----- */
#header{
	width: 80%;
	max-width: 1200px;
	margin: 50px auto;
}
#blogname{
}
#blogname p{
	font-size: 12px;
	line-height: 18px;
}
#menu{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	padding: 10px;
}
#menu ul{
	float: right;
}
#menu ul li{
	float: left;
	margin: 0 10px;
}
/* ----- Container ----- */
#container{
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}
/* ----- Primary-column ----- */
#primary-column{
	width: 100%;
	float: left;
	margin: 0 -250px 0 0;
}
#inner{
	margin: 0 300px 0 0;
}
#grid{
	width: 100%;
	margin: 0 auto 10px auto;
}
.section1{
	width: 340px;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 2px 2px 5px 0 #999;
	cursor: pointer;
	padding: 10px;
	margin: 10px;
}
.entry-image{
	position: relative;
}
.entry-thumb{
	line-height: 0;
}
.entry-thumb img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	display: block;
}
.entry-thumb:empty{
	width: 320px;
	height: 213px;
	background: url(http://blog-imgs-72.fc2.com/d/i/t/dithis/noimage16.gif) no-repeat center center;
}
.entry-caption{
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
}
.entry-caption:hover{
	opacity: 1;
}
.entry-date1{
	font-size: 20px;
	line-height: 26px;
	font-family: "Josefin Sans", "メイリオ", Meiryo, san-seri;
	text-align: center;
	margin:  5px 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-meta ul{
	font-size: 12px;
	line-height: 18px;
	float: right;
}
.entry-meta ul li{
	float: left;
	margin: 0 0 0 10px;
}
.cm a{
	background: url(http://blog-imgs-72.fc2.com/d/i/t/dithis/comment16.png) no-repeat left center;
	padding: 0 0 0 21px;
}
.tb a{
	background: url(http://blog-imgs-72.fc2.com/d/i/t/dithis/trackback16.png) no-repeat left center;
	padding: 0 0 0 21px;
}
.cg{
	background: url(http://blog-imgs-72.fc2.com/d/i/t/dithis/category16.png) no-repeat left center;
	padding: 0 0 0 21px;
}
.section2{
	margin: 0 0 50px 0;
}
.entry-meta2 ul{
	font-size: 12px;
	line-height: 18px;
	float: right;
}
.entry-meta2 ul li{
	float: left;
	margin: 0 0 0 10px;
}
.entry-date1{
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}
.entry-title{
	margin: 0 0 5px 0;
}
.entry-date2{
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px 0;
}
.entry-content{
	margin: 0 0 20px 0;
}
.entry-more{
}
dl.relate_dl{
	background: none;
	background-color: transparent;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	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;
}
.relate_ul{
	list-style-type: disc;
}
.fc2_footer{
	margin: 20px 0;
}
.community{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
.tag{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}
.tag span:after{
	content: ", ";
}
.tag span:last-child:after{
	content: "";
}
.alert{
	color: #cc3333;
	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{
	font-size: 12px;
	line-height: 18px;
}
.cm-entry, .tb-entry{
	width: 80%;
	background-color: #f2f2f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin: 0 auto 20px auto;
}
.cm-title, .tb-title, .list-title, .seach-title{
	font-weight: bold;
}
.list-entry, .search-entry{
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.tb-form{
	margin: 0 0 20px 0;
}
.pn-entry, .pn-page{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin: 0 0 50px 0;
}
.pn-entry{
 	overflow: hidden;
 	position: relative;
	margin: 0 0 50px 0;
}
.pn-entry ul{
	float: left;
	position: relative;
	left: 50%;
}
.pn-entry ul li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 5px;
}
.preventry{
	border-right: 1px solid #ccc;
	padding: 0 10px 0 0;
}
.home{
}
.nextentry{
	border-left: 1px solid #ccc;
	padding: 0 0 0 10px;
}
.pn-page{
 	overflow: hidden;
 	position: relative;
	margin: 40px 0 50px 0;
}
.pn-page ul{
	float: left;
	position: relative;
	left: 50%;
}
.pn-page li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 3px 3px 0;
}
.pn-page span{
	display: inline-block;
	padding: 10px;
}
.pn-page a{
	display: inline-block;
	padding: 10px;
}
.pn-page a:hover{
}
/* ----- Secondary-column ----- */
#secondary-column{
	width: 250px;
	font-size: 12px;
	line-height: 18px;
	float: right;
}
.sidebar{
	background-color: #faf2e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	margin: 0 0 20px 0;
}
.sidebar h3{
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}
.sidebar ul{
	list-style-type: disc;
}
.sidebar ul li{
	margin: 0 0 0 1em;
}
.sidebar ul ul{
	list-style-type: circle;
}
.calender{
	width: 210px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 0 auto;
}
.calender caption{
	text-align: center;
}
.calender th{
	width: 28px;
	line-height: 28px;
	text-align: center;
}
.calender th#sun{
	color: #ff6666;
}
.calender th#sat{
	color: #6666ff;
}
.calender td{
	width: 28px;
	line-height: 28px;
	text-align: center;
}
.calender td a{
	width: 28px;
	display: block;
}
.plugin-tag a{
}
.plugin-search input[type=submit]{
	padding: 5px;
}
/* ----- Footer ----- */
#footer{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border-top: 1px dotted #ccc;
	padding: 20px;
}
#totop{
    position: fixed;
    bottom: 30px;
    right: 50px;
}
#totop a{
	width: 50px;
	height: 50px;
	background: #f2f2f2 url(http://blog-imgs-72.fc2.com/d/i/t/dithis/totop16.png) no-repeat center center;
	border: 1px solid #ccc;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
}
#totop a:hover{
	background-color: #ccc;
}
#totop span{
	display: none;
}
#rights{
}
/* ----- Misc. ----- */
.emoji{
	vertical-align: middle;
}
.frame{
	border: 1px solid #ccc;
}
.photo{
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #e5e5e5;
	box-shadow: 2px 2px 5px #ccc;
	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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	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: 800px){
input, textarea, select, button{
	width: 100%;
	margin: 0 0 5px 0;
}
#container{
	width: 100%;
	padding: 0 10px;
	margin: 0;
}
#primary-column{
	width: 100%;
	float: none;
	margin: 0;
}
#inner{
	margin: 0;
}
#secondary-column{
	width: 100%;
	float: none;
	margin: 0;
}
}
@media screen and (max-width: 360px){
#grid{
	margin: 0;
}
.section1{
	width: 100%;
	margin: 10px 0;
}
.entry-thumb:empty{
	width: 100%;
}
.cm-entry, .tb-entry{
	width: 100%;
}
#totop{
    position: fixed;
    bottom: 10px;
    right: 10px;
}
}