@charset "utf-8";
/* ------------------------------------------- CSS Information
 File Name:      default.css
----------------------------------------------------------- */


/* スマホ対応 */

body {
    -webkit-text-size-adjust: 100%;
}

article, aside, figure, figcaption, footer, header, nav, section {
display: block;
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,span,a,pre,form,fieldset,input,textarea,p,blockquote,table,tr,th,td,img
{
	margin: 0;
	padding: 0;
}


h1,h2,h3,h4,h5,h6
{
	font-weight:normal;            /*h1～6の太字をノーマルに*/
}

ol,ul,li
{
	list-style:none;               /*リストのブレッドを消す*/
}

img,fieldset
{
	border: 0;
	vertical-align: bottom;        /*画像下のスペースをなくす*/
}

textarea
{
	font-size: 100%;               /*テキストエリア内文字サイズのブラウザ間での差異をなくす*/
}

table
{
	border-collapse: collapse;    /*隣接するセルのボーダーを重ねて表示する*/
	border-spacing: 0; 
}

.abc
{
	background-color:#909;
	color:#FFF;
	font-weight:bold;
	margin-bottom:20px;
	padding:10px;
}

