charset "utf-8";

/*----------------------------------------------------------------------------
基本設定
----------------------------------------------------------------------------*/
html
{
    width: 100%;
    height: 100%;
}

/* 画面の解像度が1024×768の時に、最大化した各ブラウザで横スクロールバーが現れない最大幅を設定 */
body
{
    width: 983px;
    text-align: left;
    color: #000000;
    background-color: #FFFFFF;
    line-height: 120%;
}

form
{
    margin: 0px;
    padding: 0px;
}

*{zoom:1;}

a{cursor: pointer;}

/*----------------------------------------------------------------------------
コンテンツレイアウト
----------------------------------------------------------------------------*/

/* ヘッダ（タイトル、言語、ロゴ） */
#header
{
    width: 100%;
    min-width: 940px;
}

#header table
{
    width: 100%;
}

#header table td.title
{
    width: 450px;
    text-align: center;
}

#header table td.language
{
    width: 250px;
    text-align: center;
    padding: 0px 20px 0px 20px;
}

#header table td.logo
{
    text-align: right;
}

#header table td.title div
{
    background-color: #666666;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
}

#header table td.title div span
{
    line-height: 60px;
}

#header table td.language div
{
    background-color: #cccccc;
    font-size: 20px;
}

#header table td.language div span
{
    line-height: 50px;
}

#header table td.logo div
{
}

#breadcrumb
{
    width: 100%;
    padding: 5px;
}

/* 背景色が水色のメインコンテンツ */
.contentsMain
{
    width: 960px;
    padding: 10px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
    background-color: #DDE6FD;

}

/* 伝言登録画面用の背景色が水色のメインコンテンツ */
.messageAddContents
{
    background-color: #DDE6FD;
}

/* サブコンテンツで背景色が白のもの */
.contentsSubWhite
{
    width: 940px;
    background-color: #FFFFFF;
    padding: 5px;
    text-align: left;
}

/* サブコンテンツで背景色が灰色のもの */
.contentsSubGray
{
    width: 940px;
    background-color: #F2F2F2;
    text-align: left;
}

.contentsSub table
{
    padding: 10px;
}

.contentsForm
{
    margin: 10px 10px 10px 10px;
    width: 964px;
}

.contentsFormSub
{
    width: 500px;
}

/* 要素をインデントする時に用いる */
div.indent
{
    margin: 0px;
    padding: 0px 0px 0px 30px;
}

#formButton
{
    margin: 10px 0px 10px 0px;
    padding: 0px 5px 0px 0px;
    text-align: left;
}

#language
{
   text-align:right;
}

/* 平常時TOP画面の但し書き */
.proviso
{
    background-color:#BCD2EE;
    width: 700px;
    padding: 5px;
}

.information
{
    color: #000000;
    background-color: #FFFFFF;
    width: 500px;
    height: 100px;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
    text-align:left;
    overflow: auto;
}

.informationTitle
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #99cccc;
    padding: 5px 5px 5px 5px;
    width:500px;
    text-align:left;
}

#contentsCenter
{
    text-align:center;
}

#bottomCenterMenu
{
    text-align:center;
    margin-top:50px;
}

#bottomLeftMenu
{
    text-align:left;
    padding-left: 0px;

}
#bottomRightMenu
{
    text-align:right;
    padding-right: 25px;
    padding-bottom: 5px;
}

/* STEP1～3の図 */
.stepImage
{
    width: 400px;
    height: 58px;
}

.step1Image
{
    background: URL("../../img/step1.png/");
    background-repeat:no-repeat;
}

.step2Image
{
    background: URL("../../img/step2.png/");
    background-repeat:no-repeat;

}

.step3Image
{
    background: URL("../../img/step3.png/");
    background-repeat:no-repeat;
}

.step4Image
{
    background: URL("../../img/step4.png/");
    background-repeat:no-repeat;
}

.stepImage table
{
    text-align: center;
    padding: 0;
    width: 400px;
    height: 58px;
}

.stepImage table td.step1Description
{
    width: 130px;
}

.stepImage table td.step2Description
{
    width: 120px;
}

.stepImage table td.step3Description
{
    width: 125px;
}

.stepImage table td.blank
{
    width: 25px;
}

/*----------------------------------------------------------------------------
フォーム（フォームのレイアウト指定）
----------------------------------------------------------------------------*/
table.commentLeft
{
    margin:15px 0px 20px 0px;
    width: 700px;
}

td.titleLeft
{
    vertical-align: top;
    text-align: left;
}

td.msgLeft
{
    background-color: #cccbfd;
    min-height: 80px;
    height: auto;
    height: 80px;
    vertical-align: top;
    text-align: left;
    padding: 5px 5px 5px 5px;
}

table.commentRight
{
    margin:15px 0px 20px 0px;
    width: 700px;

}

td.titleRight
{
    vertical-align: top;
    text-align: left;
}

td.msgRight
{
    background-color: #f5ccff;
    min-height: 80px;
    height: auto;
    height: 80px;
    vertical-align: top;
    text-align: left;
    padding: 5px 5px 5px 5px;

}

td.optInfo
{

    margin: 10px 0px 10px 0px;
    padding: 10px 20px 10px 5px;
    background-color: #cccbfd;
    text-align:left;
}

td.optLink
{

    margin: 10px 0px 10px 0px;
    padding: 10px 20px 10px 5px;
    background-color: #c6d9f1;
    text-align:left;
}



.simpleList
{
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 30px 0px;
}

.simpleList td
{
    padding: 5px 0px 5px 0px;
    white-space: nowrap;
}



.vGrid
{
    margin: 10px 0px 10px 0px;
}

.vGrid td
{
    text-align: left;
    white-space: nowrap;
    padding: 8px 25px 8px 0px;
}


.vGrid th
{
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    padding: 10px 25px 10px 0px;
}

.hGrid
{
    margin: 10px 0px 10px 0px;
}

table.top
{
    text-align:center;
    border-collapse:collapse;
    border:0px;
}

table.top td
{
    padding:10px;
}

/* distinction */
table#distinction
{
    text-align:left;
    border-collapse:collapse;
    border:0px;
    width:940px;
}

table#distinction td
{
    padding:5px;
}

table#distinction td.attensionRight
{
    text-align:left;
}

td.userManual
{
    width:788px;
}

a.buttonLink
{
    width:360px;
    padding: 20px;
    border:1px solid #999;
    border-right-color:#333;
    border-bottom-color:#333;

    font-size:28px;
    font-weight:bold;
    font-family:'ＭＳ Ｐゴシック';
    color:#333;
    text-decoration:none;
    vertical-align: middle;

    float:left;

}

/*- ボタンレイアウト -*/
input.buttonShort
{
    width:110px;
}

input.buttonLong
{
    width:230px;
}

input.buttonMiddle
{
    width:170px;
}

input.buttonAdd
{
    padding:1.5em 0;
    width: 260px;
}

input.buttonEdit
{
    padding:0.5em 0;
    width: 260px;
}
input.buttonNoWidth
{
    padding:0.5em 0;
}
input.camouflageLinkSkyBlue
{
  display: inline;
  background: #DDE6FD;
  border: 0;
  text-decoration: underline;
  color: blue;
  cursor: pointer;
  font-size: 1.0em;
}

button.buttonMiddle
{
    padding:0.25em 0;
    width:120px;
}

.imgPen {
  background: url(../../img/pen.png/);
  background-size: contain;
  background-repeat: no-repeat;
  width:  32px;
  height: 32px;
  vertical-align: middle;
  display: inline-block;
}

.imgGlass {
  background: url(../../img/glass.png/);
  background-size: contain;
  background-repeat: no-repeat;
  width:  32px;
  height: 32px;
  vertical-align: middle;
  display: inline-block;
}

/* テキストフィールド */
input.error
{
    background-color:#ffaaaa;
}
input.name
{
    width: 150px;
}
input.phoneNumber
{
    width: 180px;
}

input.mailAddress
{
    width: 250px;
}

input.password
{
    width: 150px;
}

input.exampleValue
{
    color: #808080;
}
textarea.message
{
    width: 480px;
    height: 40px;
}
textarea.error
{
    background-color:#ffaaaa;
}
/* 登録用伝言板選択画面 */
table.selectBoard
{
    margin: 10px 0px 10px 0px;
    padding: 10px 0px 30px 0px;
}

table.selectBoard td
{
    padding: 5px 0px 5px 0px;
}

table.selectBoard td.board
{
    width: 360px;
}

table.selectBoard td.keyIcon
{
    width: 55px;
}

table.selectBoard td.button
{
    width: 60px;
}

/* 伝言登録画面 */
table.messageAdd
{
    width: 100%;
    padding: 5px;
}

table.messageAdd td
{
    padding: 10px;
}

table.messageAdd td.label
{
    width: 150px;
}

table.addOrSearchMessage
{
	margin: 10px 0px 10px 0px;
}

table.addOrSearchMessage td
{
	padding: 0px 10px 0px 0px;
}

/*----------------------------------------------------------------------------
文字表現
----------------------------------------------------------------------------*/

.lineBold
{
    text-decoration: underline;
    font-weight: bold;
}

.bold
{
    font-weight: bold;
}

.required
{
    color:#FF0000;
}

.validate
{
    color:#FF0000;
}


.strong
{
    color:#ff0000;
}

.middle
{
    vertical-align: middle;
}

.underline
{
    text-decoration: underline;
}

/*----------------------------------------------------------------------------
その他
----------------------------------------------------------------------------*/
hr.simple
{
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #000000;
    height: 1px;
    padding-bottom: 5px;
}
div.wraptext {
  position: relative;
}
.wraptext label {
  position: absolute;
  padding: 3px 6px;
  color: #888000;
  font-size: 0.9em;
}

/* 「！」アイコン付の説明文 */
table.sentenceWithIcon td
{
	padding: 0px 5px 0px 0px;
	vertical-align: top;
	text-align: left;
}

/* 要素間のマージン調整用（上下マージン小） */
.narrowMargin
{
	margin: 5px 0px 5px 0px;
}

/* 要素間のマージン調整用（上下マージン大） */
.wideMargin
{
	margin: 10px 0px 10px 0px;
}