@charset "UTF-8";

/*** CSS Document ********************************************

	default.css

*************************************************************/

/* body
-----------------------------------------------------*/
body{
background: #ffffff;
font-family: Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
font-size: 12px;
line-height: 1.6;
color: #000000;
height: 100%;
word-break: break-all;
word-wrap: break-word;
}

/* link
-----------------------------------------------------*/
a{
color: #000000;
font-weight: bold;
text-decoration: none;
-webkit-tap-highlight-color: rgba(68,0,15,0.2);
}

/* 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
-----------------------------------------------------*/
.IJS_clearFix:after {
  content: "."; 
  display: block; 
  height: 0;
  clear: both; 
  visibility: hidden;
}
*:first-child+html .IJS_clearFix { /* for windows IE7 only */
  display:inline-block;
  min-height:1%;
}
* html .IJS_clearFix { /* for windows IE6 only */
  height:1%;
}