@charset "UTF-8";

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

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;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
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 #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
a, area, button, [role="button"],
input:not([type=range]),
label, select, summary,
textarea {
	-ms-touch-action: manipulation;
		touch-action: manipulation;
}

/*-------------------------------------------------
 * Base
-------------------------------------------------*/
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	-webkit-tap-highlight-color: rgba(204,204,204,0.5);
	-webkit-touch-callout: none;
}
*::selection {
	background: #cdedfe;
}
*::-moz-selection { 
	background: #cdedfe;
}
html {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 1.3rem;	
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
  	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* IE11 游ゴシック・游明朝余白（行間）調整 */
_:lang(x)::-ms-backdrop, .selector {
	padding-top: 2px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}  
ul, ol {
	list-style: none;
}
dt, dd, li, th, td, input, textarea {
	vertical-align: top;
}
input, textarea {
	text-align: left;
}
b, strong {
	font-weight: bold;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	line-height: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	line-height: 0;
	vertical-align: top;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img {
	height: auto;
	border: none;
	text-decoration: none;
	border: 0;
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img:hover {
	opacity: .6;
}
a {
	overflow: hidden;
	outline: none;
	transition: color .4s ease, background .4s ease;
	-webkit-transition: color .4s ease, background .4s ease;
	-moz-transition: color .4s ease, background .4s ease;
}
a:focus	{
	overflow: hidden;
	outline: none;
} 
a:link, a:visited {
	text-decoration: none;
	color: #444;
}
a:hover, a:active {
	text-decoration: none;
	outline: none;
}