@charset "utf-8";
/**********************************************
セブンアクト
インポート・初期化・再定義用CSS
***********************************************/
/* インポート
-------------------------------------------------------------*/
@import url(layout.css);
@import url(shared.css);

/* 初期化・再定義
-------------------------------------------------------------*/
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'メイリオ',Meiryo,Verdana,Arial,sans-serif,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
    font-size: 12pt;
}
h1,h2,h3,h4,h5,h6,p,table,th,td,ul,ol,li,dl,dt,dd,caption{
    margin: 0;
    padding: 0;
    color: #333;
}
ul {
    list-style: none;
}
img {
    border: 0;
    vertical-align: bottom;
}

p,ul,ol,table,dl {
    margin-bottom: 20px
}
a {
    color: #333;
    outline: 0;
    text-decoration:none;
}
button {
    border: none;
    background: 0;
    margin: 0;
    padding: 0;
    line-height: 1.0;
    cursor: pointer;
}
table {
    display: table;
    border-collapse: collapse;
    border-spacing: 2px;
    border-color: gray;
    margin-bottom:20px;
    font-size:90%;
}
table th,
table td {
	border:1px solid #ccc;
	padding:5px 8px;
}
table th {
	background:#F4F4FC;
}
table p,
table ul,
table ol,
table dl {
	margin:0;
}
form {
	margin:0;
	padding:0;
}
input,select,textarea {
	margin:0;
}