@charset "UTF-8";
/*
CSS for: PATFIT
Site URL: http://patfit.jp/
Author: Amolti
Author URL: http://www.amolti.com/
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
*{padding:0;margin:0;}
/*
*{
  -webkit-transition: all 0.5s ease;
  -moz-transition:    all 0.5s ease;
  -o-transition:      all 0.5s ease;
  transition:         all 0.5s ease;
}
*/


body {
	font-family: 'Roboto Condensed','Mplus 1p', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	text-align: center;
	color: #707070;
	line-height:1.5;
	padding:0;
	margin:0;
	background: #000;
	letter-spacing: 1px;
}

section, article, aside, dialog, figure, footer, header, hgroup, nav,div,p,ul,li,dl,dt,dd,input,label,h1,h2,h3,h4{
	display: block;
	padding:0;
	margin:0;
	text-align:left;
}

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

hr {
	display: block;
	margin: 10px auto;
	width: 90%;
	height: 3px;
	background: #888;
	border: none;
}


a{color:#E89292;text-decoration:none; cursor: pointer;}
a:hover{color:#999;text-decoration:none;}

section{
	text-align:center;
	margin:0 auto 0 auto;
}

p{ padding: 10px; }

table td { vertical-align: bottom; }

