@charset "utf-8";

/*base
---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
p,th,td{
    margin:0;
    padding:0;
    list-style: none;
 	font-weight: 200;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}
a img{ border:0; }
a{
	text-decoration: none;
	color: #000;
}
ul {
    list-style-type: none;
}

li img {
    vertical-align: bottom;
}
p{
	line-height: 20px;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

body{
	font-family: 'Raleway', sans-serif;
	letter-spacing:0;
	width:100%;
	color: #000;
 	font-weight: 400;
}
.t-r{
	text-align: right;
}
.t-c{
	text-align: center;
}
.t-l{
	text-align: left;
}
.f-right{
	float: right;
}
.f-left{
	float: left;
}
