@charset 'utf-8';

body {
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic ProN', 'Meiryo';
  color: rgba(0,0,0,.75);
  margin: 0;
}
a img {
  border: none;
}
a {
  /*color: #11C;*/
  /*color: #365899;*/
  color: #134dbb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
a:hover img {
  opacity: .75;
}
/*section,*/
aside,
nav {
  /*margin: 1.5em 0 3em;*/
  margin: 20px 0 40px;
}
section {
  margin-top: 30px;
  margin-bottom: 60px;
}
article > header {
  margin-bottom: 15px;
}
ul, ol {
  padding: 0 0 0 1.5em;
}
ul, ol, table {
  margin: .75em 0;
}
li {
  padding: 0;
  margin: 0 0 .4em;
}
p, figure, .p {
  margin: 0 0 .5em;
}
.content {

}
li > p:last-child,
dd > p:last-child,
th > p:last-child,
td > p:last-child {
  margin-bottom: 0;
}
small {
  font-size: 90%;
}
code {
  font-family: 'Courier New', 'Courier', monospace;
}


/* ------------------------------------------------
 * フォーム
 */
:placeholder-shown { color: rgba(0,0,0,.25); }
::-webkit-input-placeholder { color: rgba(0,0,0,.25); }
::-moz-placeholder { color: rgba(0,0,0,.25);  opacity: 1; }
:-ms-input-placeholder { color: rgba(0,0,0,.25); }
