@charset "utf-8";
/*===================================

 * file name : reset.css
===================================== */

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;
}
html {
 overflow-y: scroll;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

img {
	vertical-align:top;
}
.clear_both {
	clear:both;
}
.cursor_pointer {
	cursor: pointer;
}
.hide{
	visibility:hidden;
	display:none;
}
/*---margin・padding----------------------------------------------*/
.mp0{margin:auto;padding:auto}
/*---margin・padding----------------------------------------------*/
/*---float--------------------------------------------------------*/
.f_wrap:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.f_left{float:left;}
.f_right{float:right;}
/*---float--------------------------------------------------------*/

/*---text-align---------------------------------------------------*/
.t_align_l{text-align:left;}
.t_align_c{text-align:center;}
.t_align_r{text-align:right;}
/*---text-align---------------------------------------------------*/

/*---display------------------------------------------------------*/
.display_b{display:block;}
.display_i{display:inline;}
/*---display------------------------------------------------------*/
/*-----------------共通項目-----------------*/
