@charset "utf-8";
/* CSS Document */
.wrap{
position: relative;
width: 100%;
min-width: 1064px;
letter-spacing: 1px;
line-height:30px;
font-size: 75%;
color: #4e4e4e;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

#fb-root:after{
	content: none!important;
}

sup,
sub{
	position: relative;
	height: 0;
	font-size: 70%; line-height: 1;
	vertical-align: baseline;
}
sup{bottom:0.7ex;}
sub{top:0.5ex;}

/*----------------------------------------
さわらび明朝
----------------------------------------*/
@font-face{
	font-family:Sawarabi Mincho;
	src: url('/trading_p/the-cacaopro/css/sawarabi-mincho-medium.woff')
	format("woff");
}

/*----------------------------------------
あおぞら明朝(さわらび明朝で不足する漢字を補うため)
----------------------------------------*/
@font-face{
	font-family: Aozora Mincho Medium;
	src: url('/trading_p/the-cacaopro/css/AozoraMinchoMedium.woff')
	format("woff");
}

.font-type-min{
	font-family:"Sawarabi Mincho","Aozora Mincho Medium","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN", "游明朝", YuMincho,serif;
}


/*======= 汎用css =======*/
.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb55{margin-bottom: 55px;}
.mb60{margin-bottom: 60px;}
.mb65{margin-bottom: 65px;}
.mb70{margin-bottom: 70px;}
.mt0{margin-top: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.taC{text-align: center;}
.taL{text-align: left;}
.taR{text-align: right;}
.fs15{font-size: 15px;}
.fs16{font-size: 16px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}
.fs21{font-size: 21px;}
.fs22{font-size: 22px;}
.fs23{font-size: 23px;}
.fs24{font-size: 24px;}
.fs25{font-size: 25px;}
.color-w{color: #ffffff;}
.fwB{font-weight: bold;}
.fwN{font-weight: normal;}

/*======= header =======*/
#header{
	width: 98.461%;
	height: 67px;
	position: absolute;
	left: 0;
	right: 0;
	top:  10px;
	margin: 0 auto;
	background: rgba(219,204,183,0.9);
	z-index: 1;
}
#header .header-inner{
	max-width: 1024px;
	margin: 0 auto;
}
#header .logo{
	float: left;
	margin-top: -10px;
	background: #ffffff;
}
#header .right-area{
	float: right;
	position: relative;
}
#header .right-area li:nth-of-type(1){
	position: absolute;
	top: 16px;
	right: 54px;
}
#header .right-area li:nth-of-type(2){
	position: absolute;
  right: 24px;
}
#header .right-area li:nth-of-type(3){
position: absolute;
  top: 15px;
  right: -1px;
}
#header .gnav{
	float: left;
	overflow: hidden;
	display: table;
  width: 800px;
	box-sizing: border-box;
	height: 67px;
}
#header .gnav li{
	display: table-cell;
	vertical-align: middle;
}
#header .gnav li a{
	color: #2f1701;
	display: table-cell;
	padding: 0 18px;
	height: 67px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2;
}
#header .gnav li a:hover{
	opacity: 0.7;
}
#header .en-btn{
	margin-top: -10px;
	background: #ffffff;
}
#header .sns-area{
  margin-top: 21.5px;
	overflow: hidden;
}
#header .sns-area li{
	margin-right: 4px;
}
#header .sns-area li:last-child{
	margin-right: 0;
}
#header a img:hover{
	opacity: 0.7;
}
/*======= sns-line-header =======*/
#header .sns-area li.sns-line-header{
  width: 24px;
}
.sns-line-header iframe{
  transform: scale(1.15);
  transform-origin: left top;
	border-radius: 4px;
}
.sns-line-header iframe:hover{
  opacity: 0.7;
}

/*======= content =======*/

.content{
	padding-top: 10px;
	min-width: 1024px;
	margin:0 auto;
	text-align: center;
}


/*======= mv =======*/
.mv{
	width: 98.461%;
	margin: 0 auto;
	position: relative;
}


/*======= btn-more =======*/
.btn-more{
	text-align: center;
	margin: 50px 0 0;
}



/* box-gotop
==========================================*/
.box-gotop{
	display:none;
	position: fixed;
	right: 20px;
	bottom:0;
	padding-bottom: 19px;
	z-index: 100;
}



/*======= footer =======*/
.footer-wrap{
	width: 100%;
	background:url(/trading_p/the-cacaopro/common/img/bg_footer.gif) repeat;
}
.footer-inner{
	padding: 30px 0;
	width: 600px;
	margin: 0 auto;
}
.footer-nav{
	float: left;
	margin-right: 100px;
}
.footer-nav:last-child{
	margin-right: 0;
}
.footer-nav li{
	margin-bottom: 20px;
}
.footer-nav li:last-child{
	margin-bottom: 0;
}
.footer-nav li a{
	font-size: 18px;
	color: #ffffff;
	letter-spacing: 2px;
	position: relative;
}
.footer-nav li a:before{
	content:"";
	width: 10px;
	height:10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
	left: -25px;
}
