@charset "utf-8";


/* =============================================================================
   #Reset etc...
   ========================================================================== */
*{
margin:0;
padding:0;
}

a{
color:#333;
text-decoration:none;
}

a:hover {
color:#333;
text-decoration:none;
}

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;
}

article, aside, canvas, footer, header, hgroup, nav, section, figure, figcaption { 
display: block;
margin: 0;
padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
}

table {
border-collapse: collapse;	
border-spacing: 0;
}

caption, th	{
text-align: left;
}

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

object, embed {
vertical-align: top;
}

legend {
display: none;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}

img, abbr, acronym, fieldset {
border: 0;
vertical-align: bottom;
}

li {
list-style-type: none;
}

::selection {
background: #8ec43e;
}

input[type="submit"]{
border-style: none;
}

input[type=radio],
input[type=”text”] {
font-size: 16px;
}

input[type="text"]:focus,
textarea:focus {
outline: none;
}



/* =============================================================================
   #html,body etc...
   ========================================================================== */
html{
font-size: 62.5%;
}

body {
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
font-size: 1.4rem;/* 14px*/
line-height: 2;
color:#333;
letter-spacing:2px;
-webkit-text-size-adjust:100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-feature-settings: "palt";

-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
.ie body {
font-family: "Helvetica", Meiryo, sans-serif;
}



/* =============================================================================
   #Clearfix
   ========================================================================== */
.cfix{ /zoom:1; }
.cfix:after{ content : ''; display : block; clear : both; height:0; }
.cfix{ overflow:hidden; }