/*<meta />*/

@import url('tibco.css');

@import url('tibco-variables_ja.css');

@import url('tibco-html-variables_ja.css');

p.MTDisclaimer	/*Copyright statement in the masterpage*/
{
	text-align: left;
	font-size: 12px;
	background-color: #f4f4f4;
	box-shadow: 0 -2px 5px #dadada;
	left: 0;
	bottom: 28px;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	position: fixed;
	width: 98%;
	height: 48px;
	right: 20px;
}

body
{
	word-spacing: normal !important;
	letter-spacing: normal !important;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 52px;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	letter-spacing: normal;
}

button#myBtn
{
	bottom: 92px;
}

@media only screen and (max-width: 767px)
{
	body
	{
		margin-bottom: 100px;
	}

	p.MTDisclaimer
	{
		font-size: 11px;
		height: 106px;
		padding-left: 10px;
	}

	button#myBtn
	{
		bottom: 152px;
	}
}

@media print
{
	body
	{
		font-family: "Noto Sans JP", sans-serif;
	}
}

