@charset "UTF-8";

/*** CSS Document ********************************************

	default.css

*************************************************************/

/* html
-----------------------------------------------------*/
html{
height:100%;
background: #ffffff;
}

/* body
-----------------------------------------------------*/
body{
background: #ffffff;
font-family: Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
font-size: 12px;
line-height:1.25;
color: #353025;
}

/* link
-----------------------------------------------------*/
a{
color: #353025;
text-decoration:none;
-webkit-tap-highlight-color: rgba(0,0,0,0.3); /* タップ時の背景色 */
}

/* reset
-----------------------------------------------------*/
body,div,th,td,p,ul,ol,dl,dt,dd,img,form,h1,h2,h3,h4,h5,h6,
article,aside,figure,footer,header,hgroup,menu,nav,section{
margin: 0;
padding: 0;
}

article,aside,figure,figcaption,
footer,header,hgroup,menu,nav,section{
display: block;
}

html{
-webkit-text-size-adjust: none;
}

table{
border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6{
font-size: 100%;
font-weight: bold;
}

input,textarea,select{
font-family: inherit;
font-size: 100%;
}

th, td{
text-align: left;
}

ul,ol{
list-style-type: none;
}

hr{
display: none;
}

img{
border: 0;
vertical-align: top;
}

/* clearfix
-----------------------------------------------------*/
.clearfix::before,
.clearfix::after{
content:"";
display:table;
}
.clearfix::after{
clear:both;
}