@charset "utf-8";
/* default_css */
/*ブラウザ間フォントサイズ統一指定（変更禁止）*/

body{
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;    
	line-height:1.6;
	color:#464646;
}

/* default_link_style */
a:link {
	color: #04C;
	text-decoration:none; 
}

a:visited {
	color: #04C;
	text-decoration:none; 
}

a:hover {
	color: #04C;
	text-decoration:underline; 
}

/* 汎用クラスタ */
.ex_fontsize10{
	font-size:77%;
}

.ex_fontsize12{
	font-size:93%;
}

.ex_fontsize14{
	font-size:107%;
}

.ex_fontsize15{
	font-size:114%;
}

.ex_fontsize16{
	font-size:122%;
}

.ex_fontsize18{
	font-size:136%;
}

.ex_fontsize20{
	font-size:152%;
}

.ex_fontbold{
	font-weight:bold;
	
}

/* contact_table【お問合わせフォーム】 */
table#contact_table{
	border-collapse:collapse;
}

table#contact_table th{
	white-space:nowrap;
}

table#contact_table td{
	font-size:85%;
}

/* contact_table【必須項目】 */
.necessary{
	color:#C00;
}

/* contact_error【お問合わせエラー】 */
#contact_error{
	margin:20px;
}

#contact_error p{
	padding-bottom:10px;
}

/* contact_thanks【お問合わせ完了】 */
#contact_thanks{
	margin:20px;
}

#contact_thanks{
	padding-bottom:10px;
}

/* top_link + website_manager */
#sapo {
	float:left;
	font-size:0.8em;
	padding:8px 0px 8px 0px;
	text-align:left;
	color:#999;
}

#wm {
	float:right;
	font-size:0.8em;
	padding:8px;
	text-align:right;
	color:#FFF;
}

/* clearfix */
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  line-height:0;
  visibility:hidden;
}
.clearfix {
  display: inline-block; /* for IE 7 */
}
/* Hides from Mac IE \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from Mac IE */
