
body {
	font-family: 'Yu Gothic UI', Tahoma, Geneva, Verdana, sans-serif;
}

.mynavbar {
	background-color: #323232 !important;
	font-size: 14px;
	padding: 0;
}
.mynavbar-brand {
	height: 26px;
}

.mynavicon {
	font-size: 22px;
	color: #eeeeee;
	margin-right: 12px;
}
.mynavicon:hover {
	color: #eeeeee;
}

.my-dropdown-menu {
	padding: 0;
	font-size: 13px;
}

.mycontainer {
	max-width: 1800px !important;
	background-color: #FFF;
}

.std-h1 {
	background-color: #efefef;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 18px;
	background: #ffffff;
	border-left: solid 5px #7de6d8;
	border-bottom: solid 3px #d7d7d7;
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#f1f1f1 3px, #f1f1f1 7px);
	margin-top: 8px;
	color:#222222;
}

.std-h1-2 {
	position: relative;
	padding-left: 25px;
	font-size: 20px;
}

.std-h1-2:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(119, 195, 223);
}
.std-h1-2:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 90%;
	border-bottom: solid 3px rgb(119, 195, 223);
}

.std-h2 {
	padding: 0.20em 0.4em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #f36cbb;
	font-size: 16px;
	margin-top: 8px;
}

.std-button {
	color: #fff;
	background-color: rgb(255, 65, 160);
	border-bottom: 5px solid #ff6aa3;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	transition: 0.2s;
	border-radius: 8px;
	white-space:nowrap;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 8px;
	font-size: 14px;
}
.std-button:hover {
	margin-top: 3px;
	color: #fff;
	border-bottom: 2px solid #ff6aa3;
}

.std-button-2 {
	color: #fff;
	background-color: rgb(129, 129, 129);
	border-bottom: 5px solid #6d6d6d;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	transition: 0.2s;
	border-radius: 8px;
	white-space:nowrap;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 8px;
	font-size: 14px;
}
.std-button-2:hover {
	margin-top: 3px;
	color: #fff;
	border-bottom: 2px solid #6d6d6d;
}

.std-text {
	font-size: 13px;
	color: #222222;
}

.bg-my-win10 {background-color: #1197d5;}
.bg-my-hsp3 {background-color: #f2b015;}
.bg-my-portal {background-color: #7cc811;}
.bg-my-endsup {background-color: #f32c5e;}
.mywarning {color: #f43b7f !important;font-weight: bolder;}
.myrow {padding:0;}

.mycardbody {
	padding-left:12px;
	padding-top:8px;
}
.myblogtitle {
	font-size: 16px;
}
.myblogdate {
	font-size: 13px;
}
.mycard {
	float:left;
	margin-left: 8px;
	margin-bottom: 8px;
	height: 300px;
}

.std-snslink {
	color: #222222;
	font-size: 24px;
	margin-right: 8px;
}
.std-snslink:hover {
	color: #222222;
}

.std-ul {
	list-style: none;
	font-size: 14px;
	color: #444;
}

.bigtop-bg {
	display: block;
	height: 600px;
	overflow: hidden;
	z-index: -1;
}
.bigtop {
	position: absolute;
	overflow: hidden;
	z-index: -1;
}

.all {
	width: 100%;
	background-color: #fff;
}

.jumbotron-bg {
	background-image: url("../webassets/img/jumbo.jpg");
	background-size: cover;
	background-position-y: center;
}