@charset "Shift_JIS";
@import url(/common/css/jtb_site_970.css);

/*パンくず*/
.nav {
  margin-bottom: 10px;
  font-size: 13px;
}
.nav ul {
  overflow: hidden;
}
.nav ul li {
  float: left;
}
.nav ul li:before {
  margin-left: 10px;
  content: "＞";
}
.nav ul li.first:before {
  content: "";
}

.btnArea {
  overflow: hidden;
  margin-top: 18px;
}
.btnArea ul {
  letter-spacing: -0.4em;
}
.btnArea ul li {
  display: inline-block;
  letter-spacing: normal;
}
.btnArea .socialBtn {
  float: right;
  letter-spacing: -0.4em;
	width: 230px;
}
.btnArea .socialBtn li {
  margin-left: 5px;
  width: 40px;
  height: 40px;
}

.endTxt {
    margin: 10px 0;
    padding: 10px;
    background: #ccc;
    text-align: center;
    font-weight: bold;
}

/* --------------------------------------------------contents */

#contentsarea{
  position: relative;
	width: 950px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 130%;
	line-height: 170%;
	background: #00b8ee;
}

.cpn2016{
	width: 870px;
	margin: 20px;
	background: #fff;
	padding: 30px 20px;
}

.cpn2016  h2{
	margin: 30px 0;
}

.cpn2016 li{
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 20px;
}

.cpn2016 .txt_main{
	font-size: 150%;
	font-weight: bold;
	color: #00b8ee;
	line-height: 130%;
}

.cpn2016 .txt_main2{
	margin: 20px 0 0 30px;
}

.cpn2016 .txt_sub{
	margin: 0 30px;
}

.cpn2016 .moushikomi{
	text-align: center;
	margin: 30px 0;
}

.cpn2016 .moushikomi a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.cpn2016 .fsS{
	font-size: 50%;
	font-weight: normal;
}

.cpn2016 .fsS2{
	font-size: 70%;
	line-height: 130%;
}

.cpn2016 .bold{
	font-weight: bold;
}

.cpn2016 .blue{
	color: #00b8ee;
}

.cpn2016 .red{
	color: #fa1200;
}

.cpn2016 .mt20{
	margin-top: 20px;
}

.cpn2016 .mt30{
	margin-top: 30px;
}

.toha{
	text-align: center;
}

.toha img{
	margin: 20px 0 40px 0;
}

.toha a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*--------------------------------------------- pagetop*/
#pageTop{
	background:#000;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:70px;
	left:920px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}

#pageTop:hover{
	background:#666;
}
