@charset "utf-8";
/**
 * QUROBISE FACTORY 0.10
 * 2015/05
 */

html {
  font-size: 100%;
  overflow-y: scroll;
}

body {
  color: #222222;
  font-size: 0.875em;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS PGothic","sans-serif","arial","helvetica";
  line-height: 1;
}


/** エリア
===================================*/
#wrapper {
  width: 1000px;
  margin: 0 auto;
}

/** リンクのCSS
===================================*/
a {
  text-decoration: none;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:active {
  color: #000;
}

/** p,br改行スペースのCSS
===================================*/
p.space2 {
  margin:2px;
}

p.space5 {
  margin:5px;
}

p.space10 {
  margin:10px;
}

p.space20 {
  margin:20px;
}

p.space40 {
  margin:40px;
}

p.space50 {
  margin:50px;
}

p.space100 {
  margin:100px;
}


/** フォントのCSS
===================================*/
font.size120b {
  font-size: 120%;
  font-weight: bold;
  color: #333;
}




/** オンマウスの画像透過のCSS
===================================*/
a:hover img.alpha {
  cursor:pointer;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;              /* Safari 1.x */
  opacity:0.7;
  zoom:1;
}

a:hover input.alpha {
  cursor:pointer;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;              /* Safari 1.x */
  opacity:0.7;
  zoom:1;
}


/** ヘッダーのCSS
===================================*/
#header {
  display: table-cell;
  width: 400px;
  height: 40px;
  padding: 0px;
}

#header_link {
  display: table-cell;
  width: 100%;
  padding: 0px;
  text-align: right;
}


/** スライダーのCSS
===================================*/
.fadein {
  position:relative;
  width:1000px;
  height:250px;
}

.fadein img {
  position:absolute;
  left:0; top:0;
}


/** ボックスのCSS
===================================*/
#box_01 {
  display: table-cell;
  width:300px;
  height:150px;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
  text-align: center;
  vertical-align: top;
  line-height: 140%;
  background-color: #fafafa;
}

#box_02 {
  display: table-cell;
  width:50px;
  height:150px;
  border-width: 0px;
}

#box_03 {
  display: table-cell;
  width:650px;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
  text-align: center;
  vertical-align: top;
  line-height: 140%;
  background-color: #fafafa;
}

#box_04 {
  display: table-cell;
  width:300px;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
  text-align: center;
  vertical-align: top;
  line-height: 140%;
  background-color: #fafafa;
}

/** テーブルのCSS
===================================*/
table.table_01 td {
  padding: 4px 18px;
  text-align: left;
}

table.table_02 td {
  padding: 4px 18px;
  text-align: left;
}


/** フッターのCSS
===================================*/
#footer {
  width: 100%;
  height: 40px;
  padding: 0px;
  text-align: center;
}
