@charset "utf-8";
/*
	Theme Name: ナノシス テーマ
	Description:作成中～～～～～～～～～～～～～～～～～。
	Theme URI: http://nanosys.co.jp/
	Author: Nanosys.co.jp k-tasaka
	Author URI: 作った人の URL
	Version: 1.1
	License: GNU General Public License v2 or later
	License URI: ライセンスの URL
*/

/*--------------------------------------------------------*/
/*	共通命令	*/
/*--------------------------------------------------------*/

	.clear			{	clear:both;			}

	.leftm			{	float:left;			}
	.leftc	*		{	float:left;			}
	.rightm			{	float:right;		}
	.rightc	*		{	float:right;		}

	.text_left		{	text-align:left;	}
	.text_center	{	text-align:center;	}
	.text_right		{	text-align:right;	}
	table td .text_left		{	text-align:left;	}
	table td .text_center	{	text-align:center;	}
	table td .text_right	{	text-align:right;	}

	.size_box		{
		box-sizing			:	border-box;
	    -webkit-box-sizing	:	border-box;
       -moz-box-sizing		:	border-box;
         -o-box-sizing		:	border-box;
        -ms-box-sizing		:	border-box;
            box-sizing		:	border-box;
	}

	.img_width		{	width	: 100%;		height	: auto;	}
	.img_height		{	width	: auto;		height	: 100%;	}

/*--------------------------------------------------------*/
/*	フォントカラー	*/
/*--------------------------------------------------------*/

	.colorbule			{	color	: #0000FF;	}

