/*
Theme Name: tonoka
*/


.sp
{
display:none;
}

@media screen and (max-width:640px)/*スマートフォン*/
{
.sp
{
display:block;
}
}

@media (max-width:768px){
.pc_only {
	display: none !important;
}
}

@media (min-width:768px){
.sp_only {
	display: none !important;
}
}


/* blog contents  ---------------------------------------- */

.blog_contents img {
	padding-bottom: 10px;
	padding-top: 10px;
}
#nav-below .nav-previous a {
	float: left;
}
#nav-below .nav-next a {
	float: right;
}
#nav-below {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	height: 2em;
}

/* wordpress ---------------------------------------- */

h1,h2,h3,h4,h5,h6{

}

#subpage .wp-caption {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subpage .alignleft {
	float: left;
}
#subpage .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
#subpage img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#subpage .alignright {
	float: right;
}
#subpage .wp-caption-text{
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #7F7F7F;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
blockquote p:last-child {
	margin-bottom: 0;
}

/* contents meta ---------------------------------------- */
footer.entry-meta {
	margin-top: 24px;
	font-size: 12px;
	color: #757575;
}



/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
.ul.footer_menu
{
display:none;
}
@media screen and (max-width:640px)/*スマートフォン*/
{
.pc
{
display:none;
}
.sp
{
display:block;
}
#pageTop {
	display:none !important;
}
}
ul.footer_menu {
    margin: 0 auto;
    padding: 12px 0;
    width: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
}
 
ul.footer_menu li {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align:middle;
    list-style-type: none;
    font-size: 13px;
    line-height: 15px;
}
 
ul.footer_menu li a i {
    font-size: 24px;
}
 
ul.footer_menu li a {
    border: none;
    display: block;
    color: #382B19;
    text-align: center;
    text-decoration: none;
}
 
.footer_menu {
    position: fixed;
    bottom: 0;
    left:0;
    background: #fff;
    z-index: 9999999999;
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.pc_bottom {
	clear: both;
	display: block;
	bottom: 33px;
	right: 0px;
	position: fixed;
}
.pc_bottom .footermsg {
	background-position: center 10px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin: 2px 0px;
	background-color: rgba(0,0,0,0.6);
	letter-spacing: 0.1em;
	border-radius: 3px;
	padding: 2px 8px;
	display: block;
	letter-spacing: 0px;
	color: #ffffff;
}
.pc_bottom p {
	display: inline-block;
	text-decoration: none;
	background-position: center 10px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	margin: 0px 2px;
	color: #ffffff;
	background-color: #2B1500;
	letter-spacing: 0.1em;
	border-radius: 3px;
	padding: 2px 8px;
}
.pc_bottom a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	z-index: 1000;
}



/* pageTop ---------------------------------------- */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 8px;
	padding-bottom: 2px;
	width: 80px;
	background-color: #2B1500;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 12px;
}
 
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}
