@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
}
ol, ul {
  list-style: none;
}

body {
	background: url("../image/back.jpg")right center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-ckground-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 500px;
	height: 100%; 
    margin: 0 auto;  
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p{
	font-size: 12px;
	line-height:18px;
}
table{
	margin:0 0 0 10px;
	font-size: 12px;
}
#wrapper {
	width: 450px;
	margin: 0 auto;
	background-color:rgba(255,255,255,0.5);
}
#main{
	width: 450px;
}
#main img{
	display: block;
	margin: 0 auto;
	width:450px;
}
#nomenu{
	height:10px;
}
#menu{
	width:450px;
	height:120px;
	margin:8px auto 0 auto;
	padding:0;
}
#menu a {
	overflow: hidden;
	float: left;
}
#menu a:hover {
	border: 8px solid rgba(0,255,255,0.3);
}
#menu li img{
	width:104px;
	margin:4px;
}
#menu a:hover img {
	margin: -4px;
}
ul{
	text-align:left;
	list-style-type:none;
	font-size: 0;
}
li{
	display: inline-block;
	float:left;
}

#detail {
	clear:both;
	width: 410px;
 	margin: 10px auto;
	padding: 0 20px;
}
.annotation{
	font-size: 10px;
}

@media only screen and (max-device-width : 480px) {
/* スマートフォンだけ以下を適用 */
html,body{
	width: 380px;
	height: 100%; 
    margin: 0 auto;  
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 4px;
}

img { 
	width:360px;
}
	
li{
	list-style-type:none;
	font-size: 8px;
}
#detail {
	width: 90%;
 	margin: 0 auto;
}
}

h1{
	text-align: center; 
}

h2{
	font-size: 20px;
	font-weight: bold;
	color: #00a6bd;
}

#back{
	margin: 40px auto;
	padding: 20px auto;
    text-align: center; 
}