﻿/* Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html{
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q{
	quotes: none;
}
:before, q:after{
	content: "";
	content: none;
}
img{
	vertical-align: middle;
}
a img{
	border: none;
}
a:focus{
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
	display: block;
}
::-webkit-input-placeholder{
	color: inherit;
}
:-moz-placeholder{
	color: inherit;
}
button, input, select, textarea{
	font: inherit;
}
@media screen and (max-width: 750px){
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video,
	input, select, textarea{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	img{
		width: 100%;
		height: auto;
	}
}
/* Basic
--------------------------------------------------------------*/
html{
	height: 100%;
	font-size: 62.5%;
}
body{
	background: #f2f2f2;
	min-width: 980px;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #333;
}
@media screen and (max-width: 750px){
	body{
		min-width: 100%;
		font-size: 1.2rem;
		line-height: 1.5;
		padding-top: 50px;
	}
}
a {
	color: initial;
}
/* Page
--------------------------------------------------------------*/

header {
	background-color: #3FA097;
	padding: 6px 10px;
	text-align: right;
}
header button {
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	border: none;
	font-size: 18px;
}
.inner {
	width: 1000px;
	margin: 0 auto;
}
.head {
	padding: 30px 20px;
}
.head p {
	margin-left: 30px;
}
h1 {
	font-size: 26px;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	font-size: 22px;
}
h2#Mac {
	margin-top: 50px;
}
.content {
	background-color: #fff;
	padding: 10px 20px;
	margin-bottom: 30px;
}
.content > * {
	margin: 10px;
}
.content .bold {
	font-weight: bold;
}
.content p {
	border: dashed 1px #333;
	padding: 6px;
	display: inline-block;
}
.content th {
	padding: 10px 10px 10px 0;
	font-size: 110%;
	vertical-align: top;
}
.content td {
	line-height: 2;
	padding: 10px 0;
}
.img1 {
	width: 320px;
}
.img3 {
	width: 500px;
}
