﻿@charset "utf-8";

html		  { font-family	: MS P ゴシック;	line-height : 1.2	; }
#title2		  { font-wight	: bold ; }
#infomation p { font-weight : bold ; }
#link		p { font-weight : bold ; }


@media (max-width: 640px) {
	html	{ font-size : 80%	}
	img		{ max-width : 95%   }

	#title1 { font-size	: 16px	; }
	#title2 { font-size	: 20px	; }
	#table	{ width		: 64px	; }

	#infomation p { font-size	: 14px ; }
	#link		p { font-size	: 14px ; }
}


@media (min-width: 640px) {
	html	{ font-size	: 100%	; }

	#title1 { font-size	: 24px	; }
	#title2 { font-size	: 28px	; }
	#table	{ width		: 80px	; }

	#infomation p { font-size	: 18px ; }
	#link		p { font-size	: 18px ; }

	#infomation { 
		position  : absolute	; 
		top		  :  40px		; 
		left	  : 360px		;
	}
}