/* about, ws, otameshi etc	styles */
/*************************
*******section******
**************************/
section {
	padding-top: 150px;
}
.bg-w {
	background: rgba(255, 255, 255, 0.5);
}
/* ws tabs */
.nav-tabs>li{
	margin-bottom: 0px;
	border-bottom: none;
}
.nav-tabs{
	border-bottom: transparent;
	border-right: none;
}
.nav-tabs>li>a {
	color: #333333;
	border: 0 none;
	font-size: 16px;
	line-height: 24px;
	margin: 0 5px 0 5px;
	padding: 15px 5px;
	border-radius: 30px 0 !important;
	background-color: rgba(68, 64, 55, 0.2);
}
.nav-tabs>li>a:hover{
	background: #38A7BB;
	color:#fff;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
	border: 0;
	color:#fff;
	background: #38A7BB;
	position: relative;
}
.tab-pane{
	padding: 50px;
	background-color: rgba(255, 255, 255, 0.8); 
}
@media (max-width: 767px) {
	.tab-pane{
		padding: 30px;
	}
}
/* beginner tabs */
.panel-group {
	margin-bottom: 20px;
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 0;
	overflow: hidden;
}
.panel-group .panel + .panel {
	margin-top: 10px;
}
.panel-group.accordion .panel {
	border:none;
}
.panel-primary {
	background-color: rgba(255, 255, 255, 0.8); 
	border:none;
}
.panel-primary > .panel-heading {
	background-color: rgba(68, 64, 55, 0.7);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: rgba(68, 64, 55, 0.7);
}
.panel-primary .panel-title {
	line-height: 1.8em;
	font-weight: 300;
}
.panel-primary .panel-title a:link,
.panel-primary .panel-title a:active{
	color: #ffffff;
	text-decoration: none;
}
.panel-primary .panel-title a:visited,
.panel-primary .panel-title a:hover{
	color: rgba(68, 64, 55, 0.9);
	text-decoration: none;
}
.list { /* コンテンツ内のリストスタイル */
	line-height: 1.7em;
	padding-bottom: 8px;
}
#sitemap li { /* コンテンツ内のリストスタイル */
	line-height: 1.7em;
	padding-bottom: 25px!important;
}
/* side menu */
.widget span{
	font-size: 15px;
	line-height: 22px;
	color: #333;
	display: block;
	margin-bottom: 7%;
	padding-bottom: 7%;
	position: relative;
	font-weight: 600;
}
.widget span:before{
	content: "";
	position: absolute;
	bottom: 0;
	background: #CB593E;
	width: 30px;
	height: 4px;
}
.blog_archieve {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.blog_archieve li {
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	padding: 0 0 12px;
	margin-bottom: 10px;
	color: #ababab;
}
.blog_archieve li:first-child {
	padding-top: 0;
}

/*************************
*******campaign******
**************************/
#campaign {
	background:url("../img/bg/bg-campaign-autum.jpg") center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.box-campaign {
	background-color: rgba(255, 255, 255, 0.7)!important; 
	padding: 20px;
	border: dotted 1px #ffffff;
	color: #27241E;
}
/*************************
*******campaign******
**************************/
#onecoin {
	background:url("../img/bg/bg-onecoin.jpg") center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.box-campaign {
	background-color: rgba(255, 255, 255, 0.7)!important; 
	padding: 20px;
	border: dotted 1px #ffffff;
	color: #27241E;
}
/*************************
*******QPD******
**************************/
#get-it {
	background: url(../../img/bg/bg.png);
	padding: 50px 0 30px;
	color: #fff;
	text-align: center;
}
#get-it p {
	margin: 0 0 20px;
}
		.jumbotron {
  background-image: url("../img/pht/ws/inmaculada.jpg");
  background-size: cover;
  background-position: center 60%;
}
