@charset "utf-8";
/*!  stylesheet base (generated by scss compiler)
	Copyright (C) 2015 Sofrosune; http://www.sofrosune.net/
	No part of this program may be reproduced or transmitted in any form or 
	by any means without permission from the author, Sofrosune.
	Version: 1.00, July 27, 2015
	Creation date: Wed, 28 Oct 2015 00:33:59 UTC+0900
*/
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
}

body {
	margin:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display:block;
}

audio, canvas, progress, video {
	display:inline-block;
	vertical-align:baseline;
}

audio:not([controls]) {
	display:none;
	height:0;
}

[hidden], template {
	display:none;
}

a {
	background-color:transparent;
}

a:active, a:hover {
	outline:0;
}

abbr[title] {
	border-bottom:1px dotted;
}

b, strong {
	font-weight:bold;
}

dfn {
	font-style:italic;
}

h1 {
	font-size:2em;
	margin:.67em 0;
}

mark {
	background:#ff0;
	color:#000;
}

small {
	font-size:80%;
}

sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sup {
	top:-0.5em;
}

sub {
	bottom:-0.25em;
}

img {
	border:0;
}

svg:not(:root) {
	overflow:hidden;
}

figure {
	margin:1em 40px;
}

hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}

pre {
	overflow:auto;
}

code, kbd, pre, samp {
	font-family:monospace,monospace;
	font-size:1em;
}

button, input, optgroup, select, textarea {
	color:inherit;
	font:inherit;
	margin:0;
}

button {
	overflow:visible;
}

button, select {
	text-transform:none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}

button[disabled], html input[disabled] {
	cursor:default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border:0;
	padding:0;
}

input {
	line-height:normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height:auto;
}

input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}

fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em;
}

legend {
	border:0;
	padding:0;
}

textarea {
	overflow:auto;
}

optgroup {
	font-weight:bold;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td, th {
	padding:0;
}

/*! stylesheet base globals v1.00 (http://www.sofrosune.net/) */
/*! stylesheet mixins v1.00 (http://www.sofrosune.net/) */
/*! stylesheet base reset v1.00 (http://www.sofrosune.net/) */
/* === reset css === */
* {
	margin:0px;
	padding:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:100%;
}

html {
	font-family:"Trebuchet MS", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height:1.5;
	font-size:0.75rem;
}
@media print, screen and (min-width: 720px) {
	html {
		font-size:0.875rem;
	}
}
@media print, screen and (min-width: 960px) {
	html {
		font-size:1.0rem;
	}
}

p, li, dt, dd, th, td, pre {
	-ms-line-break:normal;
	line-break:normal;
	-ms-word-break:normal;
	word-break:normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
	margin-top:0;
}

h1 {
	font-size:2.5rem;
	line-height:1.0;
	margin-bottom:1.5rem;
}

h2 {
	font-size:2.0rem;
	line-height:1.3333;
	margin-bottom:1.5rem;
}

h3 {
	font-size:1.75rem;
	line-height:1.0;
	margin-bottom:1.5rem;
}

h4 {
	font-size:1.5rem;
	line-height:1.5;
	margin-bottom:1.5rem;
}

h5 {
	font-size:1.25rem;
	line-height:1.5;
	margin-bottom:1.5rem;
}

h6 {
	font-size:1.0rem;
	line-height:1.5;
	margin-bottom:1.5rem;
}

a {
	text-decoration:none;
}

img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
}

figure {
	margin:0px 0px;
}

/*! stylesheet base print v1.00 (http://www.sofrosune.net/) */
/* === print === */
@media print {
	body {
		-webkit-print-color-adjust:exact;
		width:960px !important;
	}
}
/*! stylesheet base utilities v1.00 (http://www.sofrosune.net/) */
/* === clearfixl === */
.clearfix::before, .clearfix::after {
	content:" ";
	display:table;
}
.clearfix::after {
	clear:both;
}

/* === element control === */
.pull-right {
	float:right !important;
}

.pull-left {
	float:left !important;
}

.hidden {
	display:none !important;
}

.hide {
	display:none !important;
}

.show {
	display:block !important;
}

.invisible {
	visibility:hidden;
}

@media only screen and (max-width: 351px) {
	.hidden-xs-under {
		display:none !important;
	}
}

@media only screen and (max-width: 479px) {
	.hidden-xs {
		display:none !important;
	}
}

@media print, screen and (min-width: 352px) {
	.hidden-xs-up {
		display:none !important;
	}
}

@media only screen and (min-width: 480px) and (max-width: 719px) {
	.hidden-sm-but-xs {
		display:none !important;
	}
}

@media only screen and (max-width: 719px) {
	.hidden-sm-down {
		display:none !important;
	}
}

@media only screen and (max-width: 719px) {
	.hidden-sm {
		display:none !important;
	}
}

@media print, screen and (min-width: 480px) {
	.hidden-sm-up {
		display:none !important;
	}
}

@media only screen and (max-width: 959px) {
	.hidden-md-down {
		display:none !important;
	}
}

@media only screen and (min-width: 720px) and (max-width: 959px) {
	.hidden-md {
		display:none !important;
	}
}

@media print, screen and (min-width: 720px) {
	.hidden-md-up {
		display:none !important;
	}
}

@media print, screen and (min-width: 960px) {
	.hidden-lg {
		display:none !important;
	}
}

/* end of style */
