@charset "UTF-8";

/* ------------------------------------
 * 標準スタイルのリセット＋共通スタイルのインポート
 * ------------------------------------ */
@import "https://azul.vc/pc/css/shopping/reset.css";
@import "https://azul.vc/pc/css/shopping/common.css";

div#header {
width:900px;
margin:0 auto;
}

/*コンテンツ*/
div#contents  {
background:#1a1a1a;
width:785px;
margin:0 auto;
padding:20px 0;
text-align:center;
}

/*コメントテキスト*/
div#txtcom  {
width:700px;
font-size:92%;
padding:25px 0 25px 0;
margin:0 auto;
line-height:160%;
text-align: left;
}

/*フッター*/
div#footer  {
width:900px;
margin:18px auto 10px auto;
text-align: right;
}

/*リンク色*/
a:link{color:#ccc;}
a:visited{color:#666;}
a:hover{color: #2191b9;}
a:active{color:#999;}


/*テキスト(強調)*/
.pw {
background:#990000;
padding:2px;
color:#fff;
font-size:85%;
}

/*テーブル*/
table{
border-collapse:collapse;
padding:0;
margin:0 auto;
}

th,td{
margin:0px;
padding:15px;
empty-cells:show;
vertical-align:middle;
}

th{
text-align:right;
vertical-align:top;
font-weight: normal;
background: url(https://azul.vc/pc/img/common/dot.gif) bottom repeat-x;
}

td{
line-height:160%;
color:#999;
font-size:85%;
background: url(https://azul.vc/pc/img/common/dot.gif) bottom repeat-x;
}

/*タイトルテキスト*/
.txttitle {
width: 900px;
line-height: 17px;
margin:8px 0px 0px 20px;
padding: 8px 0px 0px 20px;
font-weight: bold;
}

#button {
background:#666;
color:#fff;
padding:10px 40px;
}

textarea,
input,
select {
border:1px solid #000;
padding:3px;
}