@charset "utf-8";
/* CSS Document */

/* ===================================================================
 10px = 77%  11px = 85%  12px = 93%  13px = 100%  14px = 108%  15px = 116%  16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%  22px = 167%  23px = 174%  24px = 182%  25px = 189%  26px = 197%
=================================================================== */


html {
	overflow-y: scroll; }/* スクロールバーの有無によるズレ対策 */

body {
	font-size:13px; line-height:1.538; font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color:#333;
	/* for IE6/7
	*font-size:small;  */ 
	/* for IE Quirks Mode
	*font:x-small; */ }


select, input, textarea, button, table {
	font-size:100%; line-height:1.538; font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; color:#333; }

/* for IE6 */
* html body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; color:#333;  }
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; color:#333;  }

a:link		{
	color:#039;
	text-decoration:none;
}
a:visited	{
	color:#37C;
	text-decoration:none;
}
a:hover		{
	color:#f03e00;
	text-decoration:none;
}
a:active	{
	color:#005bb8;
	text-decoration:none;
}
a:active, a:focus	{ outline:none; }/* 選択時に点線を表示しない */

.textcenter{ text-align:center; }
.textright{ text-align:right; }
.textleft{ text-align:left; }
.texttop{ vertical-align:top; }
.textbottom{ vertical-align:bottom; }
.textmiddle{ vertical-align:middle; }
.textVcentral{ vertical-align:central; }
.floatleft{ float:left; }
.floatright{ float:right; }
.textjustify{ text-align:justify; }
.textinline{ display:inline; }


img {
	max-width: 100%;
	height: auto;
}
.ie8 img {
	width: auto;
}

/* Clearfix
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0px;
}

.clearfix:after {
  clear: both; }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1; }
	





	
