﻿@charset "utf-8";


/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset{
	font-weight: normal;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}


/* HTML5 */
article, aside, figure, figcaption, footer, header,
hgroup, nav, section, summary{
	display: block;
	margin: 0;
}


/* Base Styles */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font: 13px/1.231 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	*font-size: small;
	*font: x-small;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}

select,input,button,textarea{
	font: 100% "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 100%;
	line-height: 100%;
}

img{
	border: none;
	vertical-align: bottom;
}

iframe{
	border: none;
}

table{
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label,
button{
	cursor: pointer;
}

input,
select,
textarea{
	margin: 0;
	padding: 4px 6px;
	vertical-align: middle;
}

input[type="submit"],
input[type="button"]{
	-webkit-appearance: none;
    border-radius: 0;
	cursor: pointer;
}

select option,
select optgroup{
	padding: 0 4px;
	font-style: normal;
}

ol,ul{
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

address{
	font-style: normal;
} 

a,
input{
	outline: none;
}


/*	Basic Text Link	*/
a{
	color: #333333;	text-decoration: none;
}
a:link{
	color: #333333;	text-decoration: none;
}
a:visited{
	color: #333333;	text-decoration: none;
}
a:hover{
	color: #333333;	text-decoration: underline;
}
a:focus{
	color: #333333;	text-decoration: none;
}
a:active{
	color: #333333;	text-decoration: none;
}
