@charset "utf-8";

/*
Theme Name: 花のや専用テーマ 2016
Theme URI: http://hanano-ya.jp
Description: テーマ
Version: 1.0
Author: 花のや
Author URI: http://hanano-ya.jp
*/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }

/* End Images */

/* Captions */
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* End captions */

/* wp_social_bookmarking_light */

.wp_social_bookmarking_light { border: 0 !important; padding: 0 !important; margin: 0 !important; }
.wp_social_bookmarking_light div { float: left !important; border: 0 !important; padding: 0 !important; margin: 0 5px 0px 0 !important; height: 23px !important; text-indent: 0 !important; }
.wp_social_bookmarking_light img { border: 0 !important; padding: 0; margin: 0; vertical-align: top !important; }
.wp_social_bookmarking_light_clear { clear: both !important; }

/*SP用*/@media screen and (max-width:640px) {
	.wp_social_bookmarking_light { flex-wrap: wrap; justify-content: center; }
	.wp_social_bookmarking_light div { margin: 5px !important; }}

ol#path li {display: inline-block;}

ol#path li a:after {content: ' > ';}