@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

.sp_menu {
	display:none;
}

/* !Reseting
---------------------------------------------------------- */

body {
	margin: 0;
	background-image:url("../../img/bg.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.ble{
	font-weight:900;
	}
#wrapper {
	width:100%;
	overflow: hidden;
}
img {
	vertical-align:bottom;
    image-rendering: -webkit-optimize-contrast;
}
.bold {
    font-weight: bold;
}
a{
	color:#1d3994;
	text-decoration:none;
}
a:hover {
	opacity:0.6;
	text-decoration:underline;	
}
section {
    max-width: 100%;
	margin:0px auto;
}
.text-bold {
	font-weight:bold;
}
#dialog_menu,
#sp-menu,
#contents .only_sp,
.only_sp {
	display:none;
}
section p {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8em;
}

/*==================================
             contents
==================================*/


/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
#pageTop a {
	background: #000;
	text-decoration: none;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	padding: 13px 20px;
	text-align: center;
	display: block;
	-moz-opacity: 0.5;
	border:#fff solid 1px;
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#pageTop a:before {
    content: "▲";
}



