@charset "utf-8";
/*
Theme Name: Fujiikengyo
Description: 藤井建業
Version: 1.0
Author: JJ
*/


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

.wp-caption {
	text-align:center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size:85%;
	line-height:1.4;
	padding:3px 5px 0px 5px;
	margin: 0;
	text-align:left;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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;
	}

.size-medium{

}

img.alignright {
	margin: 0 0 3px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 3px 0;
	display: inline;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
	margin:0px -4px 0px 0px;
	}
/* End Images */