
#middle_single{
	width: 700px;
	float: left;
	position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
}

#single_main{
	width: 1020px;
	margin: auto;
}
#single_main h2{
	font-size: 30px;
	font-family: Garamond;
	color: rgb(50,50,50);
}
#post_header_title{
	font-size: 35px;
	font-family: Garamond;
	color: rgb(50,50,50);
	float: left;
	margin: 5px 20px 5px 20px;;
  width: 600px;
  overflow: hidden;
}
.post_header{
	font-size: 18px;
	float: left;
	width: 1020px;
	margin: auto;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding: 30px 0px 30px 0px;
	margin: 20px auto;
}

.post_content h2{
	width: 640px;
	margin: 30px 0;
	font-size: 30px;
	font-weight: bold;
    border-bottom: solid rgb(50,50,50) 2px;
}
.post_content h3{
	width: 640px;
	margin: 30px 0;
	font-size: 30px;
	font-family: Garamond;
	padding-left: 10px;
    border-left: solid rgb(50,50,50) 1px;
}
.post_content caption{
	margin: 10px;
	font-size: 30px;
	font-family: Garamond;
	padding-left: 10px;
}

.post_content blockquote{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	background-color: #F3F3F3;
	text-align: left;
	line-height: 120%;
	margin: 10px 0;
	border-width: 0px;
	border-style: solid;
	border-color: #dddddd;
	padding: 25px 20px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}



.post_content ul{
	padding-left:2em;
}
.post_content li{
	list-style-type:disc;
} 

.post_content ol{
	padding-left:2em;
}

ol li{
	list-style-type:decimal;
}

.post_content em{
	font-style: italic;
}


.post_header img{
	float: left;
	width: 300px;
	height: 180px;
}

#pick_up_button{
  border-radius: 5px;
  background: white;
  border: 2px solid rgb(50,50,50);
  padding: 5px;
  font-size: 20px;
  font-family: Garamond;
  width: 100px;
  height: 40px;
  float:right;
  margin: 10px 50px 0 0;
}
#pick_up_button:hover{
  border-radius: 5px;
  background: rgb(50,50,50);
  border: 2px solid rgb(50,50,50);
  padding: 5px;
  font-size: 22px;
  font-family: Garamond;
  width: 100px;
  height: 40px;
  color: white;
  cursor: pointer;
  float:right;

}

.post_header p{
	float: left;
	width: 670px;
	height: 77px;
	margin: 0 25px;
	line-height:150%;
	overflow: hidden;
}

.post_content{
	font-size: 20px;
	width: 658px;
	float: left;
	line-height:150%;
	position: relative;
    margin-top: 20px;
    padding: 20px 0;
    border: solid rgb(200,200,200) 0px;
}

.explanation_right{
	float: right;
    width: 300px;
    padding: 10px;
}
.big_img img{
	width: 650px;
	margin: auto;
}
.big_img p{
	text-align: center;
}

.table_question{
	padding: 5px;
	border: solid rgb(100,100,100) 2px;
	background: rgb(100,100,100);
	color: white;
}
.table_answer{
	padding: 5px;
	border: solid 2px rgb(200,200,200);
}

.box_table{
	border: solid rgb(200,200,200) 5px;
}

#bottom_button{
	font-family: Garamond;
	font-size: 24px;
	color: #ffffff;
	background-image: url(/wp-content/themes/tokyo_story/img/stl.png);
	margin: 30px auto;
	width: 180px;
	height: 50px;
	border: 2px solid #000000;
	padding: 0 0 5px 0;
}

#bottom_button:hover{
	background-image: url(/wp-content/themes/tokyo_story/img/stl2.png);
  color: #ffffff;
  cursor: pointer;
	border: 2px solid #777777;

}

#info_block{
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	background-color: none;
	text-align: left;
	line-height: 140%;
	margin: 40px 10px 20px 0;
	border-width: 1px;
	border-style: solid;
	border-color: #dddddd;
	padding: 20px;
}

#info_label{
	font-size: 24px;
	font-family: Garamond;
	font-weight: bold;
	color: #000000;
	text-align: left;
	line-height: 140%;
	margin: 0 20px 20px 0;
}

.sns_share{
	width: 670px;
}


.sns_share_link{
	width: 24%;
	height: 40px;
	margin: 0px 0px 0px 0.5%;
	float: left;
}

#fb{
	background-color: #3B5998;
}

#tw{
	background-color: #33CCFF;
}
#gp{
	background-color: #DB4A38;
}
#pk{
	background-color: #EE4257;
}

.pickup_label{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	padding: 0 0 0 15px;
}


.favorite{
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	text-align: left;
	line-height: 100%;
	margin: -5px 0px 0px 0px;
	padding: 3px 8px;
}


