@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------*/
/*コンテンツ
/*-------------------------------------------------------*/
div#mailMagazineContent{
width:100%;
background:url(images/bg.gif);
padding:10px 0 21px 0;
}

/*-------------------------------------------------------*/
/*レフトナビ
/*-------------------------------------------------------*/
a#leftNaviLink{
display:block;
width:185px;
height:61px;
background:url(images/l_navi.gif) no-repeat;}
a#leftNaviLink:hover{background-position:bottom;}


/*-------------------------------------------------------*/
/*メディア掲載情報BOX
/*-------------------------------------------------------*/
.mediaInfoBox{
width:716px;
margin-left:20px;
padding-top:20px;
}
.mediaInfoBox h3{
height:24px;
border-bottom:1px dotted #ccc;
font-size:18px;
padding-top:12px;
margin-bottom:20px;
text-align:center;
}

.mediaInfoBox p{
padding:0 8px 35px 8px;
}

.input {
  border-width:1px;
  border-style:solid;
  border-color:#aaaaaa;
  margin:4px;
}
.input:hover {
  background-color:#ffffcc;
}

a#formSubmit{
float:left;
display:block;
width:127px;
height:35px;
background:url(images/submit.gif);
position:relative;
top:27px;
left:30px;
/*margin:27px 0 0 15px;*/
}
a#formSubmit:hover{background-position:bottom;}

div#errorFeald{
  color:#ff0000;
  font-size:12px;
  font-weight:bold;
  padding:8px;
  background-color:#ffffcc;
  width:570px;
}

div#okFeald{
  color:#005500;
  font-size:12px;
  font-weight:bold;
  padding:8px;
  background-color:#ffcccc;
  width:570px;
}