@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,
h1, h2, h3, h4, h5, h6, p, a,blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, 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;
    border:0;
    outline:0;
    font-size:100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    vertical-align:baseline;
    background:transparent;
}

html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset{
   margin: 0;
   padding: 0;
}

html{
 overflow: scroll;
 overflow: -moz-scrollbars-vertical;
 overflow-x: scroll;

}

/**/
body {
	color: #222;
	letter-spacing:0.4px;
	line-height: 1.6;
	font-size:1.04em;
	font-family: arial, helvetica, clean, sans-serif;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*{
	box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul{
		list-style:none;
}

html {-webkit-text-size-adjust:none}
caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* 幅1200px以下のスタイル*/
@media screen and (max-width: 1200px) {
	body {
		font-size:1em;
	}
	.container{
		max-width: 100%;
		padding: 1%;
		margin: 0 auto;
	}
}
/* 幅767px以下のスタイル*/
@media screen and (max-width: 767px) {
	body {
		font-size:0.94em;
	}
	
	.container{
		max-width: 100%;
		padding: 1%;
		margin: 0 auto;
	}
}