﻿@charset "UTF-8";





/********************************************************
  base
*********************************************************/

/****************************
  reset
*****************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: '游ゴシック', Helvetica Neue, Helvetica, Arial, YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 100%;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: text-bottom;
}

figure {
	font-size: 0;
	line-height: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a :hover{
	opacity: 0.8;
}

.red_color01 {
	color: #f96b53;
}

.f {
	float: left;
}

.fr {
	float: right;
}
