@charset "UTF-8";

/*変更　可能箇所
--------------------------------------------------*/
/*ページ背景
-------------------------------------*/
body{
background:#fff;
}
/*全体
-------------------------------------*/
#toiawase{
font:90%/150% "Osaka", "MS PGothic";
color:#000;
}
/*テーブル　線
-------------------------------------*/
#toiawase td{
border:1px solid #339;
}
/*リンク
-------------------------------------*/
a,a:link,a:visited{
text-decoration:none;
color:#000;
}
a:hover{
text-decoration:none;
color:#f60;
}
/*必須項目マーク
-------------------------------------*/
.hissu{
color:#f00;
}
.blue{
color:#339;
}
.rei{
color:#06c;
}

/*問い合わせ事項
-------------------------------------*/
#toiawase .item{
width:156px;
font:90%/150% "Osaka", "MS PGothic";
color:#333;
background:#cff;
color:#000;
}
/*記入欄
-------------------------------------*/
.entry{
/*width:200px;*/
font:90%/150% "Osaka", "MS PGothic";
color:#000;
background:#fff;
color:#000;
}
/*アンダーラインエリア
-------------------------------------*/
.udrLarea{
width:100%;
/*border-bottom:solid #cccccc 1px;*/
margin-bottom:3px;
}
/*エラーリスト
-------------------------------------*/
#error dd li{
color:#ff0000;
}
/*------------------------------------------------*/




*{
padding:0;
margin:0;
}
li{
list-style:none;
}
#toiawase{
position:absolute;
width:560px;
top:20px;
left:50%;
margin-left:-305px;
padding-bottom:20px;
}
#notes{
text-align:center;
}
#toiawase dt{
font-size:110%;
font-weight:bolder;
border-bottom:1px solid #999;
padding-bottom:2px;
}
#notes dd{
margin:5px 0;
}
#toiawase table{
border-collapse: collapse;
margin:10px 0;
width:615px;
}
#toiawase td{
padding:5px 5px 5px 10px;
vertical-align:top;
}
input{
margin-right:5px;
}
#toiawase .item{
width:180px;
}
#toiawase .entry{
width:435px;
}

#toiawase li{
margin:0px 0 5px;
}
p#privacy{
width:560px;
text-align:center;
margin:20px 0;
}
p#pr2{
float:right;
}
#btn{
width:400px;
margin:15px 0 15px 100px;
text-align:center;
}
#btn li{
float:left;
padding-right:20px;
}
#btn li *{
width:95px;
}
#thanks{
width:100%;
margin-top:50px;
text-align:center;
}
#thanks li{
margin-bottom:20px;
}
#error{
margin-bottom:30px;
border-bottom:1px solid #999;
}
#error dd li{
list-style-type: disc;
margin-left:25px;
}
div#right{
float:right;
position:relative;
right:50px;
bottom:40px;
}
div#left{
width:120px;
height:40px;
}
p.subtitle{
font:105%/150% "Osaka", "MS PGothic";
color:#000;
position:relative;
top:10px;
}
