@charset "utf-8";
/* body */
BODY {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	background-color: #F6F6F6;
    background-image: url(../images/bg_body.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
	background-size: cover;
}

ul, ol, li, p, hr, h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
img {
	border:none;
	padding:0px;
	margin:0px;
}

/* MISC */
/*------------------------------------*/
::selection {
	background:#ff6801;
	color:#ffffff;
	text-shadow:none;
}
::-webkit-selection {
background:#ff6801;
color:#ffffff;
text-shadow:none;
}
::-moz-selection {
background:#ff6801;
color:#ffffff;
text-shadow:none;
}
.fade {
	FILTER: alpha(opacity=40);
	-moz-opacity: 0.2
}
.gtm-noscript-iframe{
  display:none;
  visibility:hidden;
}
	.z100
	{
		z-index:100;
	}
	.b_radius30
	{
		border-radius: 30px;
	}
	.padding30
	{
		padding: 30px;
	}
	.font1_5em
	{
		font-size:1.5em;
	}
	.div_block
	{
		display:block;
	}
	.div_none
	{
		display:none;
	}
	.top48
	{
		margin-top:48px;
	}
	.profile1
	{
		color:darkorange;font-size:80px;
	}
	.width100
	{
		width:100%;
	}
	.profile2
	{
		text-align: center; padding-bottom: 15px;
	}
	.profile3
	{
		width:90%;margin:auto;
	}
	.profile4
	{
		border-top:3px solid #007bff;font-size:1.2em;color:darkorange;
	}
	.profile5
	{
		font-size:1.2em;
	}
	.text_center
	{
		text-align: center;
	}
	.profile6
	{
		background-color:white;border-radius: 15px;
	}
	.profile7
	{
		text-align:center; color:#105dfb;
	}
	.profile8
	{
		line-height: 1.5;
	}
	.profile9
	{
		width:90%;text-align: center;
	}
	.profile10
	{
		text-align:center; color:#ff6801;
	}
	.profile11
	{
		width:90%;text-align: left;
	}
	.profile12
	{
		font-size: 1.3em;font-weight: bold;border:none;background-color:#ff7900;color:white; padding: 10px 15px 10px 15px;border-radius: 10px;
	}
	.profile13
	{
		font-size: 1.3em; font-weight: bold; border: none; background-color: rgb(0, 87, 255); color: white; padding: 10px 15px; border-radius: 10px; white-space: nowrap;
	}
	.profile13.hovered { background:#ff7900; }
	.profile14
	{
		white-space: nowrap;
	}
	.profile15
	{
		color:orange;
	}
	.profile16
	{
		border-radius: 20px;background-color:lightgray;padding:10px 15px 15px 10px;
	}
	.profile17
	{
		border-radius: 20px;background-color:orange;color:white;padding:10px 15px 15px 10px;
	}
	.profile18
	{
		border-radius: 20px;background-color:blue;color:white;padding:10px 15px 15px 10px;
	}
	.profile19
	{
		line-height: 1.2em;white-space: nowrap;
	}
	.profile20
	{
		min-width:250px;width:24%;display:inline-block;vertical-align: top;text-align:left;border-left:solid 1px black;padding:10px;
	}
	.profile21
	{
		width:100%;max-width: 800px;display:none;
	}
	.profile22
	{
		border-top: 1px solid gray;
	}
	.profile23
	{
		width:200px;display:inline-block;
	}
	.profile24
	{
		width:200px;display:none;
	}
	.profile25
	{
		font-size:1em;
	}

	.width110
	{
		width:110px;
	}
	.width150
	{
		width:150px;
	}
	.width200
	{
		width:200px;
	}
	.width300
	{
		width:300px;
	}
