/* ---------- 設定リセット ---------- */
*	{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html	{
	font-size: 62.5%; /* 1rem = 10px */
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body	{
	-webkit-text-size-adjust: 100%;
}
/* Clearing floats */
.clear, .clear:after, .nav-menu:after, .site-main:after, .site-footer .sidebar-container:after, .entry-content:after, .navigation:after, .nav-links:after, .gallery:after, .attachment .entry-header:after, .comment-body:after, .sidebar-inner:after	{
	clear: both;
}
.clear:before, .clear:after, .nav-menu:before, .nav-menu:after, .site-main:before, .site-main:after, .site-footer .sidebar-container:before, .site-footer .sidebar-container:after, .entry-content:before, .entry-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .attachment .entry-header:before, .attachment .entry-header:after, .comment-body:before, .comment-body:after, .sidebar-inner:before, .sidebar-inner:after	{
	content: "";
	display: table;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary	{
	display: block;
}
audio, canvas, video	{
	display: inline-block;
}
audio:not([controls])	{
	display: none;
	height: 0;
}
[hidden]	{
	display: none;
}
a	{
	-webkit-transition: none;
	transition: none;
}
a:focus	{
	outline: thin dotted;
}
a:active, a:hover	{
	outline: 0;
}
a:hover	{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: none;
	transition: none;
}
abbr[title]	{
	border-bottom: 1px dotted;
}
b, strong	{
	font-weight: bold;
}
dfn	{
	font-style: italic;
}
mark	{
	background: #ff0;
}
code, kbd, pre, samp	{
	font-family: monospace, serif;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
pre	{
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q	{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after	{
	content: "";
	content: none;
}
blockquote blockquote	{
	margin-right: 0;
}
small	{
	font-size: smaller;
}
sub, sup	{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup	{
	top: -0.5em;
}
sub	{
	bottom: -0.25em;
}
dt	{
	font-weight: bold;
}
dd	{
	margin: 0 0 1.5rem;
}
dd:last-child	{
	margin: 0 0 0rem;
}
nav ul, nav ol	{
	list-style: none;
	list-style-image: none;
}
li > ul, li > ol	{
	margin: 0;
}
img	{
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
svg:not(:root)	{
	overflow: hidden;
}
figure	{
	margin: 0;
}
form	{
	margin: 0;
}
fieldset	{
	border: dotted 1px #CCC;
	padding: 2rem;
	margin-bottom: 2.3rem;
}
legend	{
	border: 0;
	padding: 0 5px;
	white-space: normal;
}
button, input, select, textarea	{
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input	{
	line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]	{
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled]	{
	cursor: default;
}
input[type="checkbox"], input[type="radio"]	{
	padding: 0;
}
input[type="search"]	{
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}
input[type="search"]::-webkit-search-decoration	{
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner	{
	border: 0;
	padding: 0;
}
textarea	{
	overflow: auto;
	vertical-align: top;
}

/* ---------- form ---------- */
.screen-reader-text	{
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
/* Form fields, general styles first. */
button, input, textarea	{
	background: transparent;
	border: dotted 1px #CCC;
	font-family: inherit;
	padding: 8px 10px;
	padding: 0.8rem 1rem;
	-webkit-transition: border 0.2s;
	transition: border 0.2s;
}
input:focus, textarea:focus	{
	border-color: rgba(0, 0, 0, 0.3);
	outline: 0;
}
/* Buttons */
button, input[type="submit"], input[type="button"], input[type="reset"]	{
	background: transparent;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
}
button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus	{
	border-color: rgba(0, 0, 0, 0.3);
	outline: none;
}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active	{
	border-color: rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.5);
	-webkit-transition: none;
	transition: none;
}
.post-password-required input[type="submit"]	{
	vertical-align: bottom;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder, :-moz-placeholder ,::-moz-placeholder, :-ms-input-placeholder	{
	color: #333;
}

/* Responsive images */
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption	{
	max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"]	{
	height: auto;
}
img.header-image, img.size-full, img.size-large, img.wp-post-image	{
	height: auto;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video	{
	max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered	{
	max-width: 100% !important;
}
/* Images */
.alignleft	{
	float: left;
}
.alignright	{
	float: right;
}
.aligncenter	{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft	{
	margin: 5px 20px 5px 0;
	margin: 0.5rem 2rem 0.5rem 0;
}
.wp-caption.alignleft	{
	margin: 5px 10px 5px 0;
	margin: 0.5rem 1rem 0.5rem 0;
}
img.alignright	{
	margin: 0;
}
.wp-caption.alignright	{
	margin: 0;
}
img.aligncenter	{
	margin: 0 auto;
}
img.alignnone	{
	margin: 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption	{
	font-style: normal;
	font-weight: normal;
}
img.wp-smiley, .rsswidget img	{
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul, .wp-caption.alignleft + ol 	{
	list-style-position: inside;
}
.site-content	{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.text-center	{
	text-align: center;
}
