@charset "utf-8";

body {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/*font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	font-style: normal;
	color: #333333;
	line-height: 1.6;
	font-size: 16px;
	background: #FFFFFF;
	box-sizing: padding-box;
	letter-spacing: 0.02em;
}

:root {
	box-sizing: border-box; }

*, *:before, *:after {
	box-sizing: inherit; }


a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #777777;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

html, body {
	margin: 0;
	padding: 0; }

html {
	font-size: 100%; }

/*--- reset */
html,body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: auto !important;
	width: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: 400;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
img,abbr,acronym,fieldset {
	border: 0;
}
img{
	vertical-align:bottom;
	-webkit-backface-visibility: hidden
}
li {
	list-style-type: none;
}
li {
	list-style-type: none;
}

.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
	display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	margin: 0;
}

.switch {
	visibility: hidden;
}

p,
table,
dl,
ul,
ol,
pre {
	margin: 0 0 1em;
}

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

.centerize {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  }
.center { text-align: center !important; }
.right { text-align: right !important; }
.left {
    text-align: left !important;
    font-size: 120%;
}
.rightBox { float: right !important; }
.leftBox { float: left !important; }
.bold { font-weight: bold !important; }



/* ----------------------------------------
	header
---------------------------------------- */

@media screen and ( min-width:1001px ) {

header#masthead {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: #FFFFFF;
	z-index: 11;
}
header#masthead .inner {
	position: relative;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
header#masthead .site_title {
	width: 25%;
	margin-right: 40px;
}
header#masthead #nav_global {
	width: 60%;
}
header#masthead ul#nav_main {
	margin: 0;
	display: flex;
	justify-content: space-between;
}
header#masthead ul#nav_main li a {
	display: block;
	padding: 10px;
	font-size: 0.875rem;
	text-decoration: none;
	transition: all .2s ease-out;
}
}

@media screen and (max-width:1000px){

header#masthead {
	position: fixed;
	top:0;
	left:10px;
	width: 100%;
	height: 80px;
	z-index: 10;
	background: #FFFFFF;
}

header#masthead .site_title img {
	position: absolute;
	left: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 80%;
	width: auto;
}
#nav_global {
	display: none;
}
#rwdMenuWrap {
	width: 100%;
}
#rwdMenuWrap #switchBtnArea {
	width: 100%;
	height: 80px;
	position: relative;
	top: 0;
}
#rwdMenuWrap #switchBtnArea #switchBtn {
	right: 3%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 35px;
	display: block;
	text-align: center;
	position: absolute;
}
#rwdMenuWrap #switchBtnArea #switchBtn span {
	left: 0;
	width: 31px;
	height: 5px;
	display: block;
	position: absolute;
	background-color: #676767;
	border-radius: 2px;
	transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {top:5px;transform: rotate(0);}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {top:15px;transform: scale(1);}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {top:25px;transform: rotate(0);}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:15px;transform: rotate(-45deg);}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {top:15px;transform: rotate(45deg);}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose:after {
	position: fixed;
	top: 80px;
	bottom: -50px;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255, 255, 255, 0.8);
	z-index: 3;
}
#rwdMenuWrap ul {
	position: absolute;
	width: 100%;
	display: none;
	z-index: 100;
	margin: 0;
	padding: 0 0 20px;
	background: rgba(0,0,0,0.8);
}

#rwdMenuWrap ul li {
	margin: auto;
	width: 100%;
	text-align: center;
}
#rwdMenuWrap ul li a {
	margin: 0 3%;
	padding: 20px 0;
	display: block;
	line-height: 1.4;
	border-bottom: 1px dashed #AAAAAA;
}
#rwdMenuWrap ul li a:link,
#rwdMenuWrap ul li a:visited,
#rwdMenuWrap ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}


@media screen and (max-width:640px){

header#masthead {
		height: 60px;
	}
	#rwdMenuWrap #switchBtnArea {
		height: 60px;
	}
}

}
