@charset "UTF-8";
/* =============================================================================
   Font size
============================================================================= */
/**
 *   8px - 50%
 *   9px - 56.3%
 *  10px - 62.5%
 *  11px - 68.8%
 *  12px - 75%
 *  13px - 81.3%
 *  14px - 87.5%
 *  15px - 93.8%
 *  --------------------
 *  16px - 100%
 *  --------------------
 *  17px - 106.3%
 *  18px - 112.5%
 *  19px - 118.8%
 *  20px - 125%
 *  21px - 131.3%
 *  22px - 137.5%
 *  23px - 143.8%
 *  24px - 150%
 *  25px - 156.3%
 *  26px - 162.5%
 *  27px - 168.8%
 *  28px - 175%
 *  29px - 181.3%
 *  30px - 187.5%
 *  31px - 193.8%
 *  32px - 200%
 */

/* =============================================================================
   EVOWORX Reset 
============================================================================= */
/* ----------------------------------------------
   override normalize.css
---------------------------------------------- */
html,button,input,select,textarea {
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

dl,ul,ol {
	margin-top: 0;
	margin-bottom: 0;
}

/* ----------------------------------------------
   Clearfix
---------------------------------------------- */
.clearfix {
	/zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

/* =============================================================================
   Default Settings
============================================================================= */

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

p {
}

dl {
}

dt {
}

dd {
}

li {
}

li li {
}

ul {
}

ul ul {
}

ul ul ul {
}

ol {
}

ol ol {
}

ol ol ol {
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* =============================================================================
   Sample
============================================================================= */

/* ----------------------------------------------
   CSS Sticky Footer
<div id="container">
	<div id="push"></div>
</div>
<div id="footer"></div>
---------------------------------------------- */
html,body {
	height: 100%;
}

#container {
	clear: both;
	margin-bottom: -200px; /* same as footer's height */
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#container #push {
	height: 200px; /* same as footer's height */
}

#footer {
	position: relative;
	clear: both;
	height: 200px;
	background: #333;
	color: #fff;
}

/* =============================================================================
   Comment Sample　(Large)
============================================================================= */

/* ----------------------------------------------
   Comment Sample　(Middle)
---------------------------------------------- */

/* Comment Sample　(Small)
---------------------------------------------- */

/* Comment Sample　(Inline) */


/* =============================================================================
   Media Queries
============================================================================= */

@media screen and (min-width:481px) and (max-width:800px) { /* Smartphone(landscape),Tablet(portrait) */

}

@media screen and (max-width:480px) { /* Smartphone(portrait) */

}