@charset "UTF-8";

/* CNDOOR CSS FORMAT */

/*各要素全体のリセット - YUI Reset CSS 参照*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0 ;
	padding: 0 ;
}
table {
	/*border-collapse: collapse ;
	border-spacing: 0 ;*/
}
fieldset,img { 
	border: 0 ;
	position: relative ;
}
article,aside,canvas,details,figcaption,figure,header,footer,main,menu,nav,section,summary {
	font-style: normal ;
	font-weight: normal ;
}
ol,ul {
	list-style: none ;
}
caption,th {
	text-align: left ;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100% ;
	font-weight: normal ;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0 ;
}
a:focus{ outline: none ; }


/*表示フォントの調整*/

body {
	font-family: CenturyGothic, 'Century Gothic','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif !important ;
}
select, input, button, textarea, button {
	font-family: CenturyGothic, 'Century Gothic','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif !important ;
}
table {
	font-size: inherit ;
	font: 100% ;
}