/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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%;
	vertical-align: baseline;
	list-style-type: none;
}

body {
    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;
   
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



@charset "UTF-8";
html {
    font-size: 62.5%; /
	height: 100%;
    width: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; 
    font-size: 1.4rem; 
    line-height: 1.5; 
    text-align: justify; 
    -webkit-text-size-adjust: 100%; 
	height: 100%;
}

body * {
    box-sizing: border-box;
    background-repeat: no-repeat; 
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;	
}

a {
    display: block; 
    text-decoration: none; 
    color: inherit;
}



h1 {
	font-size: 1.6rem;
	line-height: 2;
}



p {
	font-size: 1.4rem;
	line-height: 1.6;
}

p a {
    display: inline; 
    color: #00f; 
    text-decoration: underline; 
}

p a:hover {
    text-decoration: none; 
}

small {
    display: block; 
    font-size: 1rem;
}

#wrap {
    width: 100%; 
    overflow-x: hidden; 
}

.inner {
	height: auto;
	margin: 0;
	display: block;
	position: relative;
	height: auto;
	margin:0 auto 0 auto;
	padding:0;
}

#footer {
    width: 100%; 
}

.fl {
    float: left;
}

.fr {
    float: right; 
}

.cf:after { 
    display: block;
    content: "";
    clear: both;
}

.sp {
    display: block; 
	visibility: visible;	
}

.pc {
    display: none; 
	visibility: hidden;
}

#footer {
	width:100%;

	
}

#footerinner {
	width:100%;
	
	
}

.gotop {
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}
	
	
.gotop img {
	
	height:auto;
	}
		
.shere{
	height: auto;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
			}
		
.shere_tw{
	float: left;
}

.shere_fb {
	float: right;
}

.copyright{
	font-size: 2.5vw;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
	
}

@media screen and (min-width: 750px) {
	
	.copyright {
	font-size:20px;	
		}
	
	}


