﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
	border: 0;
	position: relative;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
img {
	/*max-width: 100%;*/
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	margin: 16px 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select {
	vertical-align: middle;
}
a {
	text-decoration:none;	
}
.clear:after {
	content:"";
	clear:both;
	display:block; 	
}
* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
input::placeholder {
	color: #aaaaaa;
	font-size: 14px;
	font-family :'NotoR',sans-serif;
}
input::-webkit-input-placeholder {
	color: #aaaaaa;
	font-size: 14px;
	font-family :'NotoR',sans-serif;
}
input:-ms-input-placeholder {
	color: #aaaaaa;
	font-size: 14px;
	font-family :'NotoR',sans-serif;
}

input.nameinput::placeholder {
	color: #aaaaaa;
	font-size: 13px;
	font-family :'NotoR',sans-serif;
}
input.nameinput::-webkit-input-placeholder {
	color: #aaaaaa;
	font-size: 13px;
	font-family :'NotoR',sans-serif;
}
input.nameinput:-ms-input-placeholder {
	color: #aaaaaa;
	font-size: 13px;
	font-family :'NotoR',sans-serif;
}


input[type=search]::-webkit-search-cancel-button {
    position:relative;
    right:0px;    
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background: url('../images/ico_close.png') center right no-repeat;
    background-size:15px; 
}
input[type=search]::search-cancel-button {
    position:relative;
    right:0px;    
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background: url('../images/ico_close.png') center right no-repeat;
    background-size:15px; 
}
input[type=search]::-ms-clear {
	position:relative;
    right:0px;    
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background: url('../images/ico_close.png') center right no-repeat;
    background-size:15px; 
}

*{position: relative;}
html, body { height:100%;  overflow-x: hidden;}
