@charset "utf-8";

/* ===================================================================
	base 基本スタイル
=================================================================== */

/* ----------------------------------------------------
    リセットスタイル
---------------------------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
form,
select,
option,
address,
pre {
  font-size: 100%;
  font-style: normal;
  font-family: Verdana, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  font-size: 12px;
  font-size: 75%\9;
}
img {
  border: 0px;
  vertical-align: bottom;
}
.listStyleStarUl {
  padding: 0;
  margin: 0 0 0 15px;;
}
.listStyleStar {
  list-style-type: "★";
}
.li-pc-text {
  font-size: 16px;
}

/* ----------------------------------------------------
    リンク スタイル設定（標準）
---------------------------------------------------- */
a {
  color: #2200c1;
  text-decoration: underline;
}
a:hover {
  color: #2200c1;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a img {
  vertical-align: top;
  text-decoration: none;
}

/* ----------------------------------------------------
    フォーム スタイル設定
---------------------------------------------------- */
input.text {
  margin: 0;
  padding: 4px 3px 3px 3px;
  font-size: 100%;
  line-height: 1.3;
  color: #333;
  border: 1px solid #ccc;
}
input.text:focus {
  outline: none;
}
textarea {
  border: 1px solid #ccc;
  font-size: 100%;
  color: #333;
}
textarea:focus {
  outline: none;
}

/* ----------------------------------------------------
    半角英数字 改行設定
---------------------------------------------------- */
table,
th,
td,
div {
  word-wrap: break-word;
}

table td {
  word-break: break-all;
}
