@charset   "UTF-8";
/*Theme Name:single*/
/*--------------------表---------------------------*/
th,td {
    border: solid 1px;              /* 枠線指定 */
}
.table3{
  margin-top:35px;
  margin-bottom:35px;
  margin-left:5%;
  border-collapse: collapse;
  text-align: center ;
  width:90%; 
  font-size:14px;
}
/*--------------------ブログカード---------------------------*/
.blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px dotted #000000;
  border-radius: 10px; 
  word-wrap: break-word;
  margin: 40px;
  box-shadow: 0 0 10px 6px rgba(0,0,0,.025);
}
.blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
}
.blogcard a:hover {
  opacity: 0.6;
}
.blogcard_thumbnail {
  float: left;
  padding: 20px;
}
.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  color:#000000;
  line-height: 1.4;
  padding: 17px 20px 10px;  
}
.blogcard_excerpt {
  font-size: 0.85em;
  color:#000000;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
}
/*--------------------スライダ---------------------------*/
#photo_container{ 
       display:inline-block;
       width:100%;
      /* background:#808080;*/
      /* overflow: hidden;*/
}

#main_photo {
       position: relative; 
       margin: 0 auto; 
       width:76%; 
}

#main_photo img {	
       position: absolute;       
	top: 0px;
	left:0px;
	max-width: 100%;
}

#thumbnail li{
	list-style-type: none;
}

#caption {
	position: absolute;
	left: 0px;
	margin-left:0px;
	color: #fff;
	width: 100%;
	text-align: center;
	bottom:10px;
	font-size: 14px;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	z-index: 1;
}

#prev1 {
	position: absolute;
	top:  0px;
	left: 0px;
	border: 1px solid #DDD;
	background: #66cdaa;
	font-weight: lighter;
	font-size: 14px;
	font-family: Meiryo;
	color: #fff;
	width: 40px;
	padding: 0px 5px;
	text-align: center;
	-webkit-border-radius: 4px;
}

#next1 {
	position: absolute;
	top:  0px;
	left: 60px;
	border: 1px solid #DDD;
	background: #66cdaa;
	font-weight: lighter;
	font-size: 14px;
	font-family: Meiryo;
	color: #fff;
	width: 40px;
	padding: 0px 5px;
	text-align: center;
	-webkit-border-radius: 4px;
}

.ctr_btn {
	position: absolute;
	top: 0px;
	right:0px;
	border: 1px solid #DDD;
	background: #66cdaa;
	font-weight: lighter;
	font-size: 14px;
	font-family: Meiryo;
	color: #fff;
	width: 40px;
	padding: 0px 5px;
	text-align: center;
	-webkit-border-radius: 4px;
}

.ctr_btn:hover,#prev1:hover,#next1:hover{
	background-color: #9EB8F3;
}

/*--------------------写真を重ねる---------------------------*/
#changephoto{
      position: relative;
      width:70%;
      font-size:14px;
      color:blue;
      padding:0;
      margin:0 auto; 
}

#oldphoto,
#newphoto{
      position: absolute; 
      top:20px;
}

/*-------------------------引用------------------------:*/
blockquote {
	position: relative;
	padding: 10px;
	border: 1px solid;
	border-color: #bbb;
	-webkit-border-radius: 5px;
	background: #ddd;
	quotes: none;
}

blockquote:before {
	position: absolute;
	top: -10px;
	left: -30px;
	z-index: 1;
	width: 100px;
}

blockquote:after {
	display: block; /* border用 */
	padding-top: 5px;
	border-top: 1px solid #fff;
	color: #555;
	font-size: 12px;
	text-align: right;
	text-shadow: 1px 1px 0 #eee;
	line-height: 1.6;
	content: attr(title) "\a" attr(cite); /* title + 改行 + cite */
	white-space: pre-wrap; /* 以下長いURL対策 */
	word-wrap: break-word;
}
/* 最後の子要素 border指定用 */

blockquote>:last-child {
	margin-bottom: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
}

/*-----------------------写真の枠-------------------------*/
.imgR300 {
	display: block;
	max-width: 320px;
	float: right;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 5px;
	box-sizing: border-box;/* borderとpaddingをwidthに含める */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.imgR300 img {
	vertical-align: top;
}

.imgL300 {
	display: block;
	max-width: 320px;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.imgL300 img {
	vertical-align: top;
}

.imgC300 {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.imgC300 img {
	WIDTH: 100%;
	height: auto;
	vertical-align: top;
}

.waku01 {
	padding: 6px;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(20,20,20,0.2);/* ドロップシャドウ 【横位置 縦位置 ぼかし幅 色】の順に記述 */
}

.waku02 {
	position: relative;
}

.waku02:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0px 6px rgba(255,255,255,0.6);
}

.waku02.radius img {
	border-radius: 4px;
}

.waku03.bImg {
	border: 6px solid #ccc;
	border-image: url(img/body-bg.jpg) 15 repeat;
	-webkit-border-image: url(img/body-bg.jpg) 15 repeat;
	border-width: 6px;
}

.waku03.bImg:before {
	box-shadow: none;
}

.waku03.shadow {
	box-shadow: 1px 3px 8px rgba(20,20,20,0.3);
}

.waku03.shadow:before {
	box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.4),
                          -1px -1px 2px rgba(40,40,40,0.2), 
                          1px 1px 2px rgba(255,255,255,1);
}
/*---------------------gallery-light-----------------------*/
ul.gallery-thumbs3 {
        clear: both;
	padding-left:10px;
}

ul.gallery-thumbs3 li {
	float:left; 
        list-style-type:none; 
	padding: 0;
    	margin: 5px 5px 0 0;
}

li.gallery-item3{
       position: relative;
}

#caption3 {
       display:none;
}

.captionlike {
     	position: absolute;
	left:0px;
        margin-left:0px;
	color: #fff;
        width: 100%; 
	text-align: center;
	font-size: 14px;
	bottom:10px;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	z-index: 50;
}
/*---------------------socail-----------------------*/
#fb-like{
     padding-top:10px;
     padding-left:6px;
}

/*---------------------light box-----------------------*/
#bg_layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.60;
  filter: alpha(opacity=60);
  z-index: 10;
}
 
#over_layer {
  display: none;
  position: fixed;
  z-index: 15;
}


p.close_button {
  display: none;
  position: absolute;
  margin:0;
  right:-15px;
  top: -15px;
  cursor: pointer;
  z-index: 20;
}

p.next_button {
  display: none;
  position: absolute;
  margin:0;
  top:40%;
  left:0px;
  cursor: pointer;
  z-index: 30;
}

p.prev_button {
  display: none;
  position: absolute; 
  margin:0;
  top:40%;
  right:0px;
  cursor: pointer;
  z-index: 30;
}

/*--------------------medeia対応---------------------------*/
@media screen and (min-width:480px)and (max-width:767px){
.post-content p{
     font-size:15px;
     line-height:18px;
   /*  font-size:14px;*/
}

#main_photo,#over_layer,img.lightboxlike{
       margin:0 auto;
       width:100%
}

p.close_button {
  right:0px;
  top: 0px;
}

p.close_button img,p.next_button img,p.prev_button img{
  width:80%;
  height:80%;
}

.blogcard {
    margin: 40px 0;
  }
  .blogcard_title {
    font-size: 0.95em;
    padding-bottom: 17px;
  }
  .blogcard_excerpt  {
    display: none;
  }
}

@media screen and (max-width: 479px){
.post-content p{
     font-size:15px;
     line-height:18px;
    /* font-size:13px;
     line-height:16px;*/
}

#main_photo,#over_layer,img.lightboxlike{
       width:100%
}

p.close_button {
  right:0px;
  top: 0px;
}

p.close_button img,p.next_button img,p.prev_button img{
  width:60%;
  height:60%;
}

#side{
       display:none;
}

#sidemenu{
     clear: both;
     float:left;
     width: 60%;
     padding-top:0;
}
/*
.life_h4,.riter_h4,.home_h3,.top-title{
     font-size: 20px;
    font-size: 13px;/
}
*/
.ctr_btn,#prev1,#next1{
        font-size: 10px;
	width: 26px;
	padding: 0px 2px;
}

#caption{
   /*  font-size:12px;*/
     font-size:15px;
}

.blogcard {
    margin: 40px 0;
  }
.blogcard_title {
    font-size: 0.95em;
    padding-bottom: 17px;
  }
.blogcard_excerpt  {
    display: none;
  }
}
