@charset "utf-8";



/* pageLayout */
#info-header{
 margin:5px 0;
 padding:5px 10px;

 color:#fff;

 -webkit-appearance:none;

 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;

 box-shadow: 1px 1px 2px #808080;
 -moz-box-shadow: 1px 1px 2px #808080;
 -webkit-box-shadow: 1px 1px 2px #808080;

 background: #299a0b; /* Old browsers */
 background: -moz-linear-gradient(top,  #299a0b 0%, #299a0b 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* IE10+ */
 background: linear-gradient(to bottom,  #299a0b 0%,#299a0b 100%); /* W3C */
 /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); IE6-9 */

}

.info-compList{
 position:relative;
 margin:15px;
 padding:5px;
 list-style:none;
}

.text-block{ margin:5px; }

#info-privacyList{
 margin:15px 5px;
}

#info-privacyList dt{
 margin:10px 0 0;
 padding:5px 10px;
 color:#004d25;

 -webkit-appearance:none;

 border-radius: 4px;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;

 background-color: #a7d28d;
}

#info-privacyList dd{ padding:5px; }

#footer-nav > a{ font-size:14px; }
/* END あいうえお */