@charset "UTF-8";

/* 
 * 16_photo_gallery - v1.0.4
 *
 * 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 "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background-color: #fff;
	word-wrap: break-word;
} 
/* ----- Headings
-------------------------------------------------- */
h1{
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2{
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
h3{
	font-size: 18px;
	font-weight: bold;
	background-color: #fafafa;
	border-radius: 3px;
	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-origin.fc2.com/d/i/t/dithis/rdquo01.png) no-repeat right bottom;
	border-radius: 3px;
	padding: 0 50px 10px 0;
	margin: 0 0 20px 0;
}
blockquote[cite]:after{
	color: #e5a15c;
	font-size: 12px;
	text-align: right;
	content: attr(cite);
	display: block;
}
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;
}
pre{
	font-family: Consolas, "Courier New", Courier, Monaco, monospace;
	line-height: 20px;
	background: url(http://blog-imgs-66-origin.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, button, textarea, select{
	color: #666;
	font: 14px/1 "ＭＳ Ｐゴシック", "MS PGothic", san-seri;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
}
input:focus, textarea:focus{
	background-color: #fafafa;
}
#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: #e5a15c;
	border: 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: #e5a15c;
}
a:visited{
	color: #e5a15c;
}
a:hover, a:focus{
	color:  #999;
}
a:active{
	color: #e5a15c;
}
/* ----- Inline
-------------------------------------------------- */
img{
	max-width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}
br{
	letter-spacing: normal;
}
em{
	color: #f93;
}
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 p{
}
#menu{
	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;
}
#grid{
	width: 80%;
	max-width: 1200px;
	margin: 0 auto 40px auto;
}
/* ----- Primary-column ----- */
#primary-column{
	width: 100%;
	float: left;
	margin: 0 -300px 0 0;
}
#inner{
	margin: 0 350px 0 0;
}
.grid-item{
	width: -webkit-calc(33.333% - 20px);
	width: -moz-calc(33.333% - 20px);
	width: calc(33.333% - 20px);
	margin: 0 10px 20px 10px;
}
.section-toppage{
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
	cursor: pointer;
	padding: 10px;
}
.entry-image{
 	overflow: hidden;
 	position: relative;
}
.entry-thumb{
	width: 100%;
	height: auto;
}
.entry-thumb:empty{
	width: 100%;
	height: 240px;
	background: url(http://blog-imgs-86-origin.fc2.com/d/i/t/dithis/noimage16.jpg) no-repeat center center;
	background-size: cover;
}
.entry-caption{
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
}
.entry-caption:hover{
	opacity: 1;
}
.entry-date-toppage{
	font-size: 18px;
	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-toppage ul{
	float: right;
}
.entry-meta-toppage ul li{
	float: left;
	margin: 0 0 0 10px;
}
.section-permanent{
	margin: 0 0 50px 0;
}
.entry-meta-permanent{
	margin: 20px 0 0 0;
}
.entry-meta-permanent ul{
	float: right;
}
.entry-meta-permanent ul li{
	float: left;
	margin: 0 0 0 10px;
}
.entry-date-permanent{
	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;
	border-radius: 3px;
	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;
}
.relate_ul{
	list-style-type: disc;
}
.fc2_footer{
	margin: 20px 0;
}
.community{
	text-align: right;
}
.tag{
	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;
}
.cm-form dd{
	margin: 0 0 10px 0;
}
.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;
}
.cm-entry, .tb-entry{
	background-color: #fafafa;
	border-radius: 3px;
	padding: 20px;
	margin: 0 0 20px 0;
}
.search-entry, .list-entry{
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
.tb-form{
	margin: 0 0 20px 0;
}
.tb-form input{
	margin: 0 0 10px 0;
}
.pn-entry{
	text-align: center;
	margin: 0 0 50px 0;
}
.pn-entry ul li{
	height: 1.6em;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	overflow: hidden;
}
.preventry{
	width: 40%;
}
.pn-home{
	width: 20%;
	text-align: center;
}
.nextentry{
	width: 40%;
	text-align: right;
}
.pn-page{
	line-height: 36px;
	text-align: center;
	margin: 30px 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: #fafafa;
	border-radius: 50%;
	display: inline-block;
}
.pn-page a{
	width: 36px;
	color: #fff;
	background-color: #e5a15c;
	border-radius: 50%;
	display: inline-block;
}
.pn-page a:hover{
	background-color: #ccc;
}
.prevpage{
	float: left;
}
.nextpage{
	float: right;
}
/* ----- Secondary-column ----- */
#secondary-column{
	width: 300px;
	float: right;
	margin: 0 0 50px 0;
}
.sidebar{
	background-color: #faf2e1;
	border-radius: 3px;
	padding: 10px;
	margin: 0 0 20px 0;
}
.sidebar h3{
	font-size: 14px;
	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{
	max-width: 280px;
	line-height: 30px;
	text-align: center;
	border-collapse: separate;
	border-spacing: 8px;
	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;
	color: #fff;
	background-color: #e5a15c;
	border-radius: 50%;
	display: block;
}
.calender td a:hover{
	background-color: #ccc;
}
/* ----- Footer ----- */
#footer{
	text-align: center;
	border-top: 1px dotted #ccc;
	padding: 20px;
}
#totop{
	position: fixed;
	right: 50px;
	bottom: 30px;
}
#totop a{
	width: 50px;
	height: 50px;
	background: url(http://blog-imgs-72-origin.fc2.com/d/i/t/dithis/totop16.png) no-repeat center center;
	display: block;
}
#totop a:hover{
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
#totop span{
	display: none;
}
#rights{
}
/* ----- 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: 90%;
	margin: 0 auto;
}
#grid{
	width: 100%;
}
}
@media screen and (max-width: 768px){
.grid-item{
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);  
}
#container{
	width: 80%;
	margin: 0 auto;
}
#primary-column{
	width: 100%;
	float: none;
	margin: 0;
}
#inner{
	margin: 0;
}
#secondary-column{
	width: 100%;
	float: none;
	margin: 0;
}
.sidebar{
	padding: 10px;
}
}
@media screen and (max-width: 480px){
h1{
	font-size: 30px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 14px;
}
#grid{
	padding: 0 10px;
}
.grid-item{
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: calc(100% - 20px); 
	margin: 0 0 20px 0; 
}
#header{
	width: 100%;
	padding: 0 20px;
}
#container{
	width: 100%;
	padding: 0 20px;
}
dl.relate_dl{
	padding: 10px;
}
.cm-entry, .tb-entry{
	padding: 10px;
}
#footer{
	padding: 20px 20px 80px 20px;
}
#totop{
	right: 10px;
	bottom: 80px;
}
}