@charset "utf-8";

/*=====================================================
 * Style Name: Base Reset
 * Style URL: /common/css/reset.css
 * Description: Base Style Sheet
 * Version: 1.0
 * Last Up Date: 2017/03/xx
 *
 * Markup Reference:
 *
=====================================================*/

/*@import url("footer_banner.css");*/


/*-----  contents -------

	1: Universal Reset
	
----------------------*/


/*
===== 1: universal reset =================================*/
body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6, p,
form, fieldset, label,
th, td,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #ffffff;
	color: #000000;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

.wf_fugaz {
	font-family: 'Fugaz One', cursive;
}

.wf_asap {
	font-family: 'Asap', sans-serif;
}

h1, h2, h3, h4, h5, h6, dt {
	font-size: 100%;
	font-weight: normal;
}

ul, ol {
	list-style-type: none;
}

em ,i, b, strong {
	font-style: normal;
	font-weight: normal;
}

em {
	font-weight: bold;
}

table, th, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
	/*image-rendering: pixelated;*/
}


/* Form elements styles
-------------------------------------*/

input, textarea, select {
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
	font-size: 100%;
}


.notes {
	padding:0 5px 0px 0 !important;
	margin-left: 1em;
	text-indent: -1em;
}


#container {
		position:relative;

}

.sidenav_pc  a:hover {
	opacity: 0.5;
}





.sidenav_pc {
position: fixed;
    right: 0;
    top: 50%;
    z-index: 2000;

}

.sidenav_sp {
		display: none;

}



 @media screen and (max-width: 767px) {
	.sidenav_pc img {
		display: none;}
	 
	 

	 
	
}
	 

@media screen and (max-width: 480px) {
.sidenav_sp {
position: fixed;
display: block;
	bottom: 0;

    z-index: 2000;
	width: 50%;

}
	
	
		.sidenav_pc img {
		display: none;}
	 
	 

	 
	

}
	 


	 
	




