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

/* フォント候補 meiryoKe_PGothic
 * font-family: 'meiryoKe_PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
 * font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
 */


/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */
 

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:12px/1.231;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	/* for IE6/7 */ 
	*font-size: medium; 
	/* for IE Quirks Mode */
	*font:x-small;
	line-height: 165%;	
}


/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font: 99%;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}


/**
 * To help tables remember to inherit
 */
table {
	font: 100%;
	font-size: inherit;
	line-height: 150%;
}


/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 100%;
}


/* Font Size */
.f10 {
	font-size: 77%;
}

.f11 {
	font-size: 85%;
}

.f12 {
	font-size: 93%;
}

.f13 {
	font-size: 100%;
}

.f14 {
	font-size: 108%;
}

.f15 {
	font-size: 116%;
}

.f16 {
	font-size: 123.1%;
}

.f17 {
	font-size: 131%;
}

.f18 {
	font-size: 138.5%;
}

.f19 {
	font-size: 146.5%;
}

.f20 {
	font-size: 153.9%;
}

.f21 {
	font-size: 161.6%;
}

.f22 {
	font-size: 167%;
}

.f23 {
	font-size: 174%;
}

.f24 {
	font-size: 182%;
}

.f25 {
	font-size: 189%;
}

.f26 {
	font-size: 197%;
}


.alsokblue_1{
	color:#01b2fe; /* cmyk */
	font-weight:700;	
}
.alsokblue_2{
	color:#4b28f6; /* 指定 */
	font-weight:700;	
}
.red{
	color:red;
	font-weight:700;
}

.contact_must{
	color:red;
	font-weight:700;
	font-size: 77%;
}