@charset "utf-8";
*{margin:0;padding:0;list-style:none}
body {font-family:'メイリオ',Meiryo,sans-serif; line-height:1em;}

html,body {
  height: 100%;
	background:transparent;
}
body {
	font-size:14px;
	line-height:1.6em;
	background:url(images/bg.jpg) center top no-repeat fixed;
	color:#fff;
	background-color:#0f0000;
	letter-spacing:0.05em;
}
a {
	color:#fff;
}
a:hover {
	color:#4ABDCB !important;
}
strong {
	font-weight:bold;
}
body>header {
	height:55px;
	background:black;
	border-bottom:1px solid #f2ede2;
	margin-bottom:30px;
}
body>header div {
	width:1100px;
	margin:0 auto;
}
body>header h1 {
	width:203px;
	float:left;
}
body>header h1 a {
	width:203px;
	height:55px;
	display:block;
	background:url(images/logo_sinoa.gif) no-repeat;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
  color: black;
}
body>header h2 {
	float:left;
	color:white;
	font-size:12px;
	margin:27px 0 0 35px;
}
footer {
  background-color: black;
  font-size: 11px;
  line-height: 1.7em;
  text-align: center;
  color: #ccc;
  padding: 10px 0 5px;
}
footer a {
  text-decoration: none;
}
footer p {
  margin-bottom: .5em;
}

/*--main-----------------------------------------------------------------------------------*/
main {
  display: block;
  width: 1100px;
  margin: 0 auto;
}
article {
  height: 100%;
  position: relative;
  background:rgba(0,0,0,.3);
  padding: 5px;
}
article h1 {
  font-size: 18px;
  margin-bottom: .7em;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.5);
}
article h1 +p {
  margin-bottom: 1em;
  color: #eee;
}
section {
  margin-bottom: 60px;
}
section ul {
  overflow: hidden;
}
section ul li {
  box-sizing: border-box;
  background-repeat:no-repeat;
  background-size:100%;
  border:1px solid  rgba(255,255,255,.5);
  width: 49.5%;
  float: left;
  border-radius: 10px;
  margin-bottom: 12px;
}
section ul li a {
  border-radius: 10px;
  display: block;
}
section ul li a img {
  width: 100%;
  border-radius: 10px;
  vertical-align: bottom;
}
section ul li a:hover {
  background-color: white;
}
section ul li a img:hover {
  opacity: .8;
}
section ul li:nth-of-type(odd) {
  margin-right: 1%;
}

.lala {
  position: absolute;
  right: 10px;
  bottom: 20px;
}

article.privacy {
  padding: 1em 1em 3em;
}
article.privacy li {
  list-style: disc;
  margin-left: 1.5em;
}


/*--sp-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1100px) {
  main {width: 100%;}
  body>header {height: auto;overflow: hidden;}
  body>header div {width: 100%;}
  section ul li {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  body {font-size:3vw;}
  body>header h1,body>header h2 {float: none}
  body>header h1 {
    padding-left: 5px;
  }
  body>header h2 {
    margin:0 0 5px 5px;
  }
  
  section {
    margin-bottom: 3em;
  }
  section ul li {
    width: 100%;
  }
  .lala {display: none}
}

.adsbygoogle {
  width: 95%;
  max-width: 1100px;
  margin: 1em auto 2em;
}












