@charset "utf-8";
@import url("../shared/css/reset.css");
@import url("../shared/css/basic.css");
@import url("../shared/css/layout.css");
/*
---------------------------------------------------------
「和」お披露目パーティ
---------------------------------------------------------
*/
#page {
	margin-right: 10px;
}
/* テーブルの初期化 */
#page table,
#page td,
#page th {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}

#page table {
	margin-bottom: 20px;
}

#page table.link {
	margin-bottom: 0px;
}

#page table.m-b-15px {
	margin-bottom: 15px;
}

/* 見出し　Pタグの初期化 */
#page p {
	margin: 0px;
}
#page h1 {
	margin:0;
}

/*
---------------------------------------------------------
枠＊「和」お披露目パーティ
---------------------------------------------------------
*/

.type {
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
}

.type p{
	padding-top: 15px;
}


.type img.p-b-20px {
	padding-bottom: 20px;
}

