@charset "utf-8";
/* CSS Document */

/*reset*/
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;margin:0; padding:0; vertical-align: baseline; outline:0; line-height:1em;}
ol, ul,ol li,ul li{list-style: none;}
body, div,dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,p, blockquote, th, td{margin: 0;padding: 0;}

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

img{ vertical-align:bottom;}

input {line-height: normal;}
button, input, optgroup, select, textarea {color: inherit; font: inherit; margin: 0;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer;}
button, select { text-transform: none; }
button { overflow: visible;}

button, input, optgroup, select, textarea {color: inherit;font: inherit;margin: 0;box-sizing:border-box;}

/*base*/

/*
#####################################################################

	タイポグラフィ
	
#####################################################################
*/


html{
	font-size:15px;
	font-family:'Open Sans', "ヒラギノ角ゴ ProN W3","hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color: #3d464d;
	line-height: 1.8;
}
#page{
	font-size:16px;
	font-family:'Open Sans', "ヒラギノ角ゴ ProN W3","hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	color:#72797f;
}


body {
	background-color:#fff;
	min-height:100%;
	margin:0;
	padding:0;
	-webkit-overflow-scrolling: touch;
}
a,a * {
	cursor:pointer;
	outline:none;
}
a {
	color:#0094CF;
	text-decoration:none;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}
a:hover {
	color:#2EAEF0;
}
a img {
	border:0;
}
p,h1,h2,h3,h4,h5 {
	margin:0 0 1em 0;
	line-height:1.6em
}
h1 {
	font-size:18pt;
	font-weight:normal;
	margin:10px 0
}
h2 {
	padding-top:3px;
	padding-bottom:10px;
	margin-bottom:4px;
	font-size:10pt
}
h3 {
	padding:0;
	margin:0;
	font-size:10pt
}
h4 {
	margin:0 0 0.5em 0;
	font-weight:bold;
	font-size:14px
}
h5 {
	margin:0 0 0.5em 0;
	font-weight:bold;
	font-size:12px
}
input[type=password] {
	font-family:arial, sans-serif
}
button {
	border:0;
	width:auto;
	overflow:visible;
	border-style:solid;
	outline:0
}
form {
	padding:0;
	margin:0
}
label {
	cursor:default
}
noscript {
	font-size:13px;
	font-weight:normal
}

.clearfix:before,.clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
.link-img {
	vertical-align:middle;
	background-color:#fff;
	margin:-2px 0 0 0;
	padding-right:4px;
	background-repeat:no-repeat
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,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: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:0.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 {
	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;
	box-sizing:content-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}

textarea {
	overflow:auto
}

table {
	border-collapse:collapse;
	border-spacing:0
}
td,th {
	padding:0
}

