@charset "UTF-8";

/*Reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	font-weight: normal;
    vertical-align:baseline;
    background:transparent;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    line-height:1;
}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

@font-face {
    font-family: 'UtsukushiMincho';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/UtsukushiMinchoSubset.otf') format('opentype'), url('../fonts/UtsukushiMinchoSubset.woff') format('woff'), url('../fonts/UtsukushiMinchoSubset.woff2') format('woff2');
}
@font-face {
    font-family: 'UtsukushiMinchoVertical';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/UtsukushiMinchoVerticalSubset.otf') format('opentype'), url('../fonts/UtsukushiMinchoVerticalSubset.woff') format('woff'), url('../fonts/UtsukushiMinchoVerticalSubset.woff2') format('woff2');
}
@font-face {
    font-family: 'KozGo';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/KozGoELSubset.otf') format('opentype'), url('../fonts/KozGoELSubset.woff') format('woff'), url('../fonts/KozGoELSubset.woff2') format('woff2');
}
@font-face {
    font-family: 'KozGo';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/KozGoHSubset.otf') format('opentype'), url('../fonts/KozGoHSubset.woff') format('woff'), url('../fonts/KozGoHSubset.woff2') format('woff2');
}

/*Header*/
header {
	position: fixed;
	z-index: 3;
	top: 0;
	width: 100%;
	background-color: #e18930;
}
header div {
	width: 964px;
	margin: 0 auto;
	padding: 8px;
	overflow: hidden;
}
header div h1 {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 1.2rem;
	color: #FFF;
	transform: scale(0.8, 1);
	transform-origin: left;
	letter-spacing: 0.1em;
	float: left;
	-webkit-font-smoothing: antialiased;
}
header div ul#menu {
	list-style: none;
	float: left;
}
header div ul#menu li {
	float: left;
	display: block;
}
header div ul#menu li a {
	color: #FFF;
	display: inline-block;
	padding: 0 8px;
	font-size: 0.8rem;
	text-decoration: none;
	border-left: solid #FFF 1px;
}
header .facebook a {
	height: 0;
	width: 1.2rem;
	overflow: hidden;
	padding-top: 1.2rem;
	display: block;
	background-image: url(../img/facebook_logo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
section#main_contents {
	min-width: 980px;
}
section#main_contents::before {
}
#totop {
	width: 500px;
	height: 100vh;
	min-height: 680px;
	position: fixed;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 50%;
	float: left;
	z-index: 1;
}
#totop p {
	text-align: center;
	position: absolute;
	left: 180px;
	bottom: 50%;
	transform: translateY(50%);
}
#totop p::before {
	display: block;
	margin: 0 auto 16px;
	content: '';
	width: 250px;
	height: 280px;
	background-image: url(../img/logo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#totop p a {
    background-color: #968475;
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: inline-block;
    transform: rotate(45deg);
	border-radius: 35px;
	
}
#totop p a::before {
	content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 20px;
    border: solid thick #FFF;
	border-bottom: none;
	border-right: none;
	transform: translate(2px,2px);
}
section > article > div {
	width: 980px;
	margin: 0 auto;
}
#catchphrase {
	background-color: #011901;
	background-image: url(../img/1bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#catchphrase div {
	height: 100vh;
	min-height: 640px;
	position: relative;
}
#catchphrase div h3 {
    font-family: 'KozGo';
	font-weight: bold;
	position:absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #e18930;
	display: inline-block;
	padding: 16px 0;
	font-size: 1.3rem;
	text-align: center;
}
#catchphrase div h3::after {
	content: "\30C7\30F3\30BF\30EB\30AF\30E9\30D5\30C8\5317\5C71";
	display: block;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 1.8rem;
	color: #FFF;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	padding: 200px 128px 60px;
	background-image: url(../img/dentalcraft.svg), url(../img/kitayama.svg);
	background-position: center 1em, center 3.5em;
	background-size: 50%, 90%;
	background-repeat: no-repeat;
}
#introduction div {
	position: relative;
	height: 500px;
    background-image: url(../img/DCKsite_preA.jpg);
    background-position: 100px bottom;
    background-repeat: no-repeat;
    background-size: auto 480px;
}
#introduction div * span {
	display: inline-block;
}
#introduction div h3 {
	font-family: 'UtsukushiMinchoVertical';
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #5e6c64;
	font-size: 1.8rem;
	height: 10em;
	line-height: 1.8;
	position: absolute;
	top: 20px;
	right: 360px;
}
#introduction div p {
	font-family: 'UtsukushiMincho';
	display: block;
	line-height: 1.8;
	width: 15em;
	text-align: center;
	margin: 50px 8px;
}
#sumary {
	background-image: url(../img/3bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#sumary div h3 {
    font-family: 'KozGo';
	font-weight: bold;
	margin-left: 8px;
	width: 15em;
	font-size: 2.4rem;
	line-height: 1.8;
}
#sumary div h3 span {
	display: inline-block;
	font-weight: bold;
	font-weight: bold;
}
#sumary div p.photo {
	margin: 48px 8px 0;
	width: 560px;
	overflow: hidden;
}
#sumary div p.photo img {
	width: 220px;
	height: auto;
	margin: 0 20px 20px 0;
}
#sumary div p.photo img:first-child + img {
	float: right;
	width: 300px;
	height: auto;
}
#sumary div p.caption {
	bottom: 0;
	background-color: #3db3a0;
	line-height: 1.6;
	padding: 12px 40px;
	border-radius: 40px;
	color: #FFF;
	width: 480px;
}
#sumary div p.caption span {
	display: inline-block;
}
#system > div > h3 {
	font-family: 'UtsukushiMincho';
	color: #3db3a0;
	font-size: 1.8rem;
	margin: 0 8px 16px;
	padding-top: 48px;
}
#system > div > p {
	font-family: 'UtsukushiMincho';
	width:500px;
	line-height: 1.6;
	margin: 0 8px;
}
#system > div > p span {
	display: inline-block;
}
table {
	margin: 32px 8px 0;
	width: 560px;
	font-size: 0.8rem;
	border-collapse:separate;
    position: relative;
    z-index: 1;
}
table tr.process0 {
	position: relative;
	z-index: 2;
}
table tr th {
	font-family: 'UtsukushiMincho';
	color: #FFF;
	font-size: 1.4rem;
	width: 50%;
	position: relative;
	z-index: 2 !important;
}
table tr th p {
	position: absolute;
    left: 25%;
    top: calc(-2px - .5em);
}
table tr th p strong {
	border-radius: 16px;
	margin: auto;
	padding: 4px;
	width: 6em;
	display: inline-block;
}
table tr th.clinic p strong {
	background-color: #e95513;
}
table tr th.dck p strong {
	background-color: #3db3a0;
}
table tr td {
	border-left: solid thick;
	border-right: solid thick;
    padding: 0 8px;
	line-height: 1.6;
	background-color: #FFF;
}
table tr.process1 td {
	border-top: solid thick;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
	padding: 32px 8px 0;
}
table tr.process5 td {
	border-bottom: solid thick;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
	padding-bottom: 16px;
}
table tr td.clinic {
	border-color: #e95513;
}
table tr td.dck {
	border-color: #3db3a0;
}
table tr.process1 td.clinic p strong {
	color: #e95513;
}
table tr.process1 td.dck p strong {
	color: #3db3a0;
}
table tr.process2 td {
	padding-top: 16px;
}
table tr.process2 td.clinic p:first-child::after, table tr.process3 td.clinic p:first-child::before, table tr.process4 td.dck p::before, table tr.process5 td.clinic p::before, table tr.process5 td.dck p::before {
	content: "\2B07\FE0E";
	display: block;
}
table tr.process2 td.clinic p span {
	display: inline-block;
}
table tr.process2 td.dck {
	background-image: url(../img/logo.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
table tr.process3 td.clinic {
	padding-right: 100px;
	background-image: url(../img/arrow_r.svg);
    background-position: right 8px bottom;
    background-repeat: no-repeat;
    background-size: auto 64px
}
table tr.process3 td.clinic p strong {
	color: #3db3a0;
}
table tr.process3 td.clinic p span {
	display: inline-block;
	margin-left: 2em;
	text-indent: -1em;
}
table tr.process3 td.clinic p span::before {
	content: "\25CF";
}
table tr.process3 td.dck p strong {
	color: #e95513;
}
table tr.process3 td.dck {
	vertical-align: bottom;
}
table tr.process4 td.clinic {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	color: #e95513;
	font-size: 1rem;
	vertical-align: middle;
}
table tr.process5 td.clinic {
	padding-right: 100px;
	background-image: url(../img/arrow_l.svg);
    background-position: right 8px top;
    background-repeat: no-repeat;
    background-size: auto 64px
}
#staff {
	padding-top: 100px;
	margin-top: -30px;
	background-color: #E5D7D2;
	background-image: url(../img/washi_01.jpg);
	background-size: cover;
	overflow: hidden;
}
#staff .person {
	padding-bottom: 64px;
	/*overflow: hidden;*/
}
#staff .person::after {
	content: '';
	clear: left;
}
#staff h2 {
	margin-left: 8px;
    font-family: 'KozGo';
	font-size: 4rem;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 8px;
}
#staff .person .photo {
	float: left;
	margin: 0 60px 1em 32px;
}
#staff .person .photo img {
	width: 160px;
	height: auto;
}
#staff .identity {
	display: inline-block;
	text-align: center;
	font-size: .8rem;
	line-height: 1;
}
#staff .identity * {
	margin-bottom: 8px;
}
#staff .identity .name {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0;
}
#staff .person .profile {
	margin-left: 252px;
	display: block;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: .8rem;
	width: 320px;
}
#staff .person .profile p {
	padding: 8px 0; 
}
#staff .person .profile ul {
	list-style: none;
}
#staff .person .profile ul li {
	padding: 8px 0; 
	border-top: solid 1px #000;
	list-style: none;
}
#staff .person .profile ul li strong {
	margin-right: 1em;
}
#products {
	background-color: #000;
}
#products > div > h3 {
	font-family: 'UtsukushiMincho';
	color: #3db3a0;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 64px 8px;
	width: 16em;
}
#products > div > h3 span {
	display: inline-block;
}
#products > div > #material {
	margin: 0 8px 0;
	padding-bottom: 32px;
	width: 500px;
}
#products > div > #material li {
	overflow: hidden;
}
#products > div > #material li .photo {
	float: right;
	margin-left: 16px;
}
#products > div > #material li .photo img {
	width: 240px;
	height: auto;
}
#products > div > #material li h4 {
    font-family: 'KozGo';
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 8px;
}
#products > div > #material li h4 span {
	color: #81c0e9;
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
}
#products > div > #material li p {
	color: #FFF;
	line-height: 1.4;
	margin-bottom: 1.5em;
}
#products > div > #material li h5 {
	line-height: 1.4;
}
#products > div > #material li h5 span {
	color: #FFF;
	display: inline-block;
}
#contact {
	position: relative;
	z-index: 1;
}
#contact article {
	background-color: #EEE;
	min-width: 980px;
	background-image: url(../img/27764002_M.jpg);
	background-position: center bottom;
	background-size: cover;
}
#contact article div {
	overflow: hidden;
}
#contact article div h2 {
    font-family: 'KozGo';
	font-size: 5rem;
	padding: 32px 8px;
	float: left;
	-webkit-font-smoothing: antialiased;
}
#contact article div h2::after {
	font-size: 3rem;
	content: "\304A\554F\5408\305B";
	display: block;
	font-weight: bold;
	color: #0c5a78;
	margin-top: 32px;
}
#contact article div form {
	display: inline-block;
	margin: 64px 0 32px 6rem;
}
#contact article div form h3 {
	font-family: 'UtsukushiMincho';
	font-size: 1.4rem;
	margin-bottom: 1em;
}
#contact article div form h4 {
	font-family: 'UtsukushiMincho';
	margin-bottom: 3em;
}
#contact article div form p {
	margin-bottom: 8px;
	text-align: right;
	font-size: .8rem;
}
#contact article div form p strong {
	font-weight: bold;
}
#contact article div form p span {
	color: red;
}
#contact article div form input {
	border: none;
	margin-left: 1em;
	width: 240px;
	height: 1.6em;
	padding: 4px;
}
#contact article div form textarea {
	vertical-align: text-top;
	border: none;
	margin-left: 1em;
	width: 240px;
	height: 6em;
	padding: 4px;
}
#contact article div form input[type="submit"] {
	letter-spacing: 1em;
	padding: 4px 0 4px 1em;
	height: 2.5em;
	font-weight: bold;
	color: #FFF;
	background-color: #241d1a;
    width: 6em;
}
#recruit {
	background-color: #FFF;
    position: relative;
	z-index: 2;
	padding: 32px 0;
}
#recruit article {
	width: 980px;
	margin: 0 auto;
}
#recruit article h2 {
	font-size: 2rem;
}
#recruit article p {
	line-height: 3;
    text-indent: 2em;
}
#aboutus {
/*	background: linear-gradient(90deg,#241d1a 0%,#241d1a 50%,#FFF 50%,#FFF 100%);*/
	position: relative;
	z-index: 2;
}
#aboutus article {
	width: 980px;
	margin: 0 auto;
	display: table;
}
#aboutus article div {
	display: table-cell;
}
#aboutus article div#facebook {
	background-color: #241d1a;
	padding: 32px 8px;
}
#aboutus article div#facebook p {
	color: #FFF;
	font-size: .9rem;
	line-height: 1.6;
}
#aboutus article div#facebook p.thumbnail {
	margin: 32px 0 0;
}
#aboutus article div#facebook p.thumbnail a::after {
	content: '';
	display: inline-block;
	height: 64px;
	width: 148px;
	background-image: url(../img/facebook_logo.svg), url(../img/facebook.svg);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
	background-size: 48px 48px, auto 16px;
}
#aboutus article div#facebook p.thumbnail a img {
	width: 500px;
	height: auto;
}
#aboutus article div#facebook #totop_bottom {
	float: right;
	margin: -50px 60px;
}
#aboutus article div#facebook #totop_bottom a {
    background-color: #968475;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    transform: rotate(45deg);
	border-radius: 35px;
	
}
#aboutus article div#facebook #totop_bottom a::before {
	content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 16px;
    border: solid thick #FFF;
	border-bottom: none;
	border-right: none;
	transform: translate(2px,2px);
}
#aboutus article div#access {
	background-color: #FFF;
	padding: 32px 8px 32px 32px;
	/*width: 600px;*/
}
#aboutus article div#access h2 {
	font-family: 'UtsukushiMincho';
	color: #3db3a0;
	font-size: 2.4rem;
	margin-bottom: 16px;
}
#aboutus article div#access address {
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.6;
	float: left;
}
#aboutus article div#access address span {
	line-height: 3;
}
#aboutus article div#access iframe {
	border: solid thin #3db3a0;
	margin: 16px 0 16px 100px;
}
#aboutus article div#access #privacy {
	margin-left: 500px;
}
footer {
	min-width: 980px;
	background-color: #1d2087;
	position: relative;
	z-index: 2;
}
footer p#copyright {
	color: #FFF;
	width: 964px;
	margin: 0 auto;
	padding: 8px;
	font-size: .8rem;
	-webkit-font-smoothing: antialiased;
}
footer p#copyright span {
	display: inline-block;
	height: 0;
	margin: 0 0.5em;
	padding-top: 1.5em;
	overflow: hidden;
	background-image: url(../img/dentalcraft.svg);
	background-repeat: no-repeat;
	background-size: contain;
    background-position: center center;
    vertical-align: middle;
}
footer p#copyright strong {
	display: inline-block;
	height: 0;
	padding-top: 1.5em;
    padding-left: 2.5em;
	overflow: hidden;
	background-image: url(../img/kitayama.svg);
	background-repeat: no-repeat;
	background-size: contain;
    background-position: center center;
    vertical-align: text-bottom;
}

@media only screen and (min-width: 736px) {

}

@media only screen and (max-width: 735px) {
	header div {
	    width: 100%;
	}
	header div p.facebook {
    	position: absolute;
        right: 0;
    	margin: 0 8px;
	}
	section#main_contents {
	    min-width: inherit;
	}
	#totop, #totop_bottom {
		display: none;
	}
	section > article > div {
		width: 100%;
	}
	#catchphrase div {
    	min-height: 360px;
	}
	#catchphrase div h3 {
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: .8rem;
    	width: 100%;
	}
	#catchphrase div h3::after {
		padding: 128px 0 0;
	    background-size: auto 48px, auto 48px;
		font-size: 1.2rem;
	}
	#introduction div {
		background-position: center bottom;
		background-size: 375px auto;
	}
	#introduction div h3 {
		line-height: 1.4;
		font-size: 1.4rem;
		top: 0;
		right: 8px;
	}
	#introduction div p {
		line-height: 1.4;
		font-size: .9rem;
	}
	#sumary div h3 {
	    font-size: 1.3rem;
	    line-height: 1.6;
	}
	#sumary div p.photo {
		margin: 8px 0px 0;
    	padding: 8px 16px;
		width: 100%;
		box-sizing: border-box;
	}
	#sumary div p.photo img {
		width: 39%;
		margin: 0 5% 5% 0;
	}	
	#sumary div p.photo img:first-child + img {
		width: 55%;
		margin-right: 0;
	}
	#sumary div p.caption {
		width: 100%;
		font-size: 0.8rem;
    	padding: 12px;
    	border-radius: 24px;
		box-sizing: border-box;
	}
	#sumary div p.caption span {
		display: inline;
	}
	#system > div > h3 {
		font-size: 1.6rem;
		padding-top: 70px;
	}
	#system > div > p {
		font-size: .8rem;
		width: auto;
	}
	#system > div > p span {
		display: inline;
	}
	table {
		width: auto;
	}
	table tr th {
		font-size: 1.1rem;
	}
	table tr th p {
	    left: calc(50% - 3em - 4px);	
	}
	table tr td * {
		font-size: .6rem;
	}
	table tr.process3 td.clinic {
    	padding-right: 32px;
		background-position: right 2px bottom;
    	background-size: auto 32px;
	}
	table tr.process5 td.clinic {
    	padding-right: 32px;
		background-position: right 2px top;
    	background-size: auto 32px;
	}
	#staff {
	    padding-top: 70px;
	}
	#staff h2 {
    	font-size: 3rem;
	}
	#staff .person .photo {
    	margin: 0 16px 1em 8px;
		width: 40%;
	}
	#staff .person .photo img {
    	width: 100%;
	}
	#staff .identity {
		margin-top: 7em;
	}
	#staff .person .profile {
		clear: left;
		margin: 16px;	
		width: auto;
	}
	#products > div > h3 {
		font-size: 1.2rem;
		width: auto;
	}
	#products > div > h3 span {
		display: inline;
	}
	#products > div > #material {
		width: auto;
	}
	#products > div > #material li {
		margin-bottom: 1.5em;
	}
	#products > div > #material li .photo {
		text-align: center;
		float: none;
		margin: 0;
	}
	#products > div > #material li p {
		margin-bottom: 4px;
	}
	#contact article {
		min-width: auto;
	}
	#contact article div h2 {
    	font-size: 3rem;
		float: none;
	}
	#contact article div h2::after {
    	font-size: 2rem;
		margin-top: 0;
	}
	#contact article div form {
		margin: 8px;
	}
	#contact article div form h3, #contact article div form h4 {
		margin-bottom: 8px;
	}
	#contact article div form p {
		text-align: left;
	}
	#contact article div form p:last-child {
		text-align: right;
	}
	#contact article div form p input, #contact article div form p textarea {
		margin-top: 4px;
		margin-left: 0;
    	padding: 4px;
    	box-sizing: border-box;
		width: 100%;
		border-radius: 0;
	}
	#contact article div form p input {
    	height: 2.6em;
	}
	#contact article div form p input[type="submit"] {
		letter-spacing: normal;
	}
	#recruit article {
		width: auto;
	}
	#aboutus {
		background: none;
	}
	#aboutus article {
		width: 100%;
	}
	#aboutus article div {
    	display: block;
		padding: 8px !important; 
		box-sizing: border-box;
	}
	#aboutus article div#facebook p.thumbnail a img {
    	width: 100%;
	}
	#aboutus article div#access h2 {
		font-size: 1.4rem;
	}
	#aboutus article div#access address {
		font-size: .8em;
	}
	#aboutus article div#access iframe {
		margin: 0;
		width: 100%;
		height: auto;
	}
	#aboutus article div#access #privacy {
		margin: 0;
	}
	footer {
		min-width: inherit;
	}
	footer p#copyright {
		width: auto;
	}
}