﻿@charset "utf-8";
/* structure
======================================*/
#structure {
	position: relative;
	margin: 0 auto;
	/*padding: 0 18px;*/
	width: 100%;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
	line-height: 1.5;
	color: #4d4d4d;
}

#relation-only #structure {
	width: 240px;  /* width of relation-only iframe */
	padding : 0 0;
}

/* header
======================================*/
