/*
Theme Name: sanyo
Theme URI:  https://www.gadgelog.com/
Author:  Gadgelog team(中山、椎名)
Author URI: https://www.gadgelog.com/
Description: サンヨー食品のテーマです。
Version: 1.0
License: Gadgelog 
Tags: Business
*/


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


