@charset "utf-8";

/* CSSリセット */
/*

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;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}
*/

body{
	margin:0;
	padding:0;

	color:#000;

	/*
	background:url(../../img/mainbg.jpg) center center #02050C;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;

	*/

	
	background-color:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

html {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

.top_title{
	padding:5px;
	margin-bottom:10px;
	
	width:100%;
	height:64px;
	
	background-color:#FFF;
	border-bottom:solid 1px #ccc;
}

.top_title > span{
	margin-left:5px;
	font-size:32px;
	line-height:64px;
	font-weight:bold;
	color:#131313;
}

/* ---------------------------------------------------

	メニューボタン
	
--------------------------------------------------- */
#menu{
	width:100%;
	height:40px;
	background-color:#000;

	color:#FFF;
	font-size:22px;
	line-height:40px;
	font-weight:bold;

	text-align:center;
}

#menu_icon{
	position:fixed !important;
	top:3px;
	left:5px;
	z-index:1;
}


/* ---------------------------------------------------

	メニュー
	
--------------------------------------------------- */
#nav{
	position:fixed !important;
	top:0;
	left: -320px;
	margin: 0;
	width:320px;
	height:100%;
	float:left;
	overflow:hidden;
	font-weight:bold;

	color:#fff;
	background-color:#000;
    opacity: 0.8;

	border-right: dashed 1px;
	overflow:auto;
	z-index:3;

	-webkit-overflow-scrolling: touch;
}

#nav > * {
  -webkit-transform: translateZ(0px);
}

#nav dl{
	margin-top:5px;
	margin-left:10px;
	text-align:left;
	font-weight:bold;
}
#nav dt{
	font-size:22px;
	line-height:30px;
	margin-bottom:10px;
	text-align:center;
}

#nav dd{
	margin-left:5px;
	text-align:left;

	font-size:16px;
	line-height:40px;
	height:40px;
}

#nav dd img{
	vertical-align: middle;
	margin-right:10px;
}

#nav dd:hover{
	cursor:pointer;
	color:#0F0;
}

.menu_icon{
	width:32px;
	height:32px;
}

#contents_area{
	margin-top:5px;
	margin-left:5px;
}


#close{
	position:absolute;
	top:0px;
	right:0px;
	width:30px;
	height:100%;
	background-color:#333;

	z-index:2;
}

#close:hover{
	cursor:pointer;
	background-color:#F00;
}

#close_img{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

/* ---------------------------------------------------

	吹き出し
	
--------------------------------------------------- */
/*
.balloon {
	display: none;

	position:absolute;
	top:-80px;
	padding: 0 15px;
	width: auto;
	line-height: 34px;

	color: #19283C;
	text-align: center;
	background: #F6F6F6;
	border: 3px solid #19283C;
	z-index:3;
}
.balloon:before {
	content: "";
	position: absolute;
	bottom: -8px; left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 9px 0 9px;
	border-color: #F6F6F6 transparent transparent transparent;
	z-index: 0;
}
.balloon:after {
	content: "";
	position: absolute;
	bottom: -12px; left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #19283C transparent transparent transparent;
	z-index: -1;
}

#balloon_box{
	position:relative;
}
*/

/* balloon common */
div.balloon-wrapper {
	position:relative;
}
div.balloon-wrapper::after {
	clear: both;
	content: "";
	display: block;
	line-height: 0;
}
p.balloon-left,
p.balloon-right {
	display: none;
	position:absolute;
	top:-20px;
	z-index: 1;
	max-width: 80%;
	min-width: 10%;
	margin: 15px auto;
	padding: 13px;
	background-color: #fff;
	border-width: 3px;
	border-style: solid;
	border-radius: 10px;
}
p.balloon-left::before,
p.balloon-right::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
	top: 10px;
	width:  0;
	height: 0;
	border: 15px solid transparent;
}
p.balloon-left::after,
p.balloon-right::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 100;
	top: 10px;
	width:  0;
	height: 0;
	border: 15px solid transparent;
}

/* balloon left */
p.balloon-left {
	float: left;
	border-color: #8d8;
}
p.balloon-left::before {
	left: -31px;
	border-right: 15px solid #8d8;
}
p.balloon-left::after {
	left: -26px;
	border-right: 15px solid #fff;
}

/* balloon right */
p.balloon-right {
	float: right;
	border-color: #aad;
}
p.balloon-right::before {
	right: -31px;
	border-left: 15px solid #aad;
}
p.balloon-right::after {
	right: -26px;
	border-left: 15px solid #fff;
}