@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 768px){
/* メディアクエリー */

/* PC用基本CSS */

/* フォント回り */
html, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
 
body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 12px;
}
 
body.msie {
    font-size: 80%;
}
 
body.win {
    font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


/* ページ基本設定 */
::selection {
background: #000;
color: #fff;
}
::-moz-selection {
background: #000;
color: #fff;
}


html,
body {

}

body {
}

/*テーブルの設定 */
table,td,th {
	font-size:inherit;
	font-size: 100%;
	color: #000;
	line-height: 1.4;
	text-align:left;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}

/* 各要素マージン無効化 */
html,body,h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote, table, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	
	font-weight: normal;
}

/* 各種テキストサイズ */
	.text10 { font-size:77%; }
	.text11 { font-size:85%; }
	.text12 { font-size:93%; }
	.text13 { font-size:100%; }
	.text14 { font-size:108%; }
	.text15 { font-size:116%; }
	.text16 { font-size:123.1%; }
	.text17 { font-size:131%; }
	.text18 { font-size:138.5%; }
	.text19 { font-size:146.5%; }
	.text20 { font-size:153.9%; }
	.text21 { font-size:161.6%; }
	.text22 { font-size:167%; }
	.text23 { font-size:174%; }
	.text24 { font-size:182%; }
	.text25 { font-size:189%; }
	.text26 { font-size:197%; }

/* リストマークの消去 */
ul {
	list-style: none;
}

/* イメージの下部スペースの解消、及びボーダーの消去 */
img {
	border-style: none;
	vertical-align: bottom;
}


/* リンク疑似クラスの設定 */
	
/* クリアフィックス */
.C-Fix{
    zoom:1;/*for IE 5.5-7*/
}
.C-Fix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0; 
    visibility:hidden;
}

/* 最外部コンテナ */
.Container {
	padding: 0;
	margin: 0 auto;
	position: relative;
}




/* ヘッド、ボディ、フットメインスペース確保 */
header, footer, #BODYspc {
	width: 100%;
	clear: both;
	
}





/* IE6用バグ回避要素 */
.IE6BUG {
	display: none;
}

/* カラーレッド */
.RED{
	color: #e20505;
	font-weight: bold;
}