@charset "UTF-8";
/* -----------------------------------------------------------
  CSS Information
  File name: core.css
  Author: mitsume
  Style Info: core
----------------------------------------------------------- */

/* Reset
----------------------------------------------------------- */

body{
  color: #555;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  background: #f8f8f8;
}

a{
  text-decoration: none;
  color: #555;
}

a:link,a:visited{
  /*text-decoration:none;*/
  border:none;
}

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td,img{
  margin:0;
  padding:0;
}

/*h2,h3,h4,h5,h6{
  font-size:0;
  font-style:normal;
  font-weight:normal;
}*/

table{
  /*border-spacing:0;*/
  border-collapse:collapse;
  border:0;
}

fieldset,img,abbr,acronym{
  border:0;
}

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var{
  /* font-style:normal; */
  /* font-weight:normal; */
}

/*img{
  vertical-align:bottom;
}*/

ol {
  list-style:decimal;
}

ul li{
  list-style:none;
  margin: 0;
  padding: 0;
}

caption, th{
  text-align:left;
}

/*strong {
  font-weight:normal;
}*/

/*q:before,q:after{
  content:'';
}*/

hr{
  border:0;
  height:1px;
  background-color:#bbb;
  color:#555;
}

a img,:link img,:visited img{
  border:none;
}

address {
  font-style:normal;
}

.clear {
  clear:both;
}

.nodisp {
  display: none;
}

.hidden {
  display:none;
}

.top {
  vertical-align:top;
  top: 0;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  display:inline-block;
  min-height:1%;/* for IE 7*/
}

img{
  vertical-align: bottom;
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; clear:both; overflow:hidden; zoom:1;}
/* End hide from IE-mac */#inside #container2 #contents #main_cont .TableValue2.value2cust {
}

* {
  box-sizing: content-box;
}