header {
	margin-bottom: 0;
}

#container {
	margin: 30px auto;
	display: block;
}

/* titleBar */
#titleWrapper {
	background: #eee;
	border-top: 5px solid #fed600;
}

#titleBar {
	max-width: 1300px;
	min-width: 1200px;
	margin: 0 auto;
}

#titleText {
	font-size: 24px;
	color: #192b5b;
	line-height: 50px;
	text-align: left;
}

#titleSNSWrapper {
	width: 330px;
	margin: -50px 0 0 0;
	float: right;
}

#titleSNSWrapper li {
	float: left;
	margin-left: 5px;
	padding-top: 10px;
}

#titleSNSWrapper li a {
	display: block;
	width: 100px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

#faceBookBtn{
	background-image:url("/v2/pc/img/header/btnFacebook.png");
}

#twitterBtn{
	background-image:url("/v2/pc/img/header/btnX.png");
}

#lineBtn{
	background-image:url("/v2/pc/img/header/btnLINE.png");
}

#campaignContent #contentWrapper {
	max-width: 1300px;
	min-width: 1200px;
	margin: 30px auto;
}

#campaignContent h1 {
	margin: 30px 10px 10px;
	padding: 0 20px;
	background: #333;
	font-size: 20px;
	color: #fed600;
	line-height: 40px;
}

#campaignBody {
	margin: 10px 10px 30px;
	font-size: 14px;
}

.bannerImg img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
}


/* main contents */
.titleWrapper{
	border-top:1px solid #192b5b;
	padding:20px 0;
}

.titleText{
	float:left;
	padding-left:60px;
	background-repeat:no-repeat;
	background-position:10px center;
}

.titleText h2{
	font-size:24px;
	line-height:1.3;
	color:#192b5b;
}

.titleText{
	font-size:13px;
	line-height:1.2em;
	color:#666;
}


/* slider */

#campaignWrapper {
	min-width: 1200px;
	max-width: 1300px;
	margin: 30px auto;
	background: #fff;
}

.itemsWrapper{
	position:relative;
	margin-bottom:60px;
}

.hideWrapper{
	display:none;
}

.itemsInner{
	margin:0 48px;
}

.itemsPrev,
.itemsNext{
	display:block;
	position:absolute;
	width:58px;
	height:58px;
	background:tranceparent;
}

.itemsPrev{
	left:-10px;
}

.itemsNext{
	right:-10px;
}

.itemsPrev:after{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	left: 24px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 4px solid #ddd;
	border-right: 4px solid #ddd;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.itemsNext:after{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	right: 24px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 4px solid #ddd;
	border-right: 4px solid #ddd;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.itemsPrev:hover,
.itemsNext:hover{
	background:#ddd;
}

.itemsPrev:hover:after,
.itemsNext:hover:after{
	border-color:#fff;
}


#campaignWrapper .titleText{
	position: relative;
}

#campaignWrapper .titleText::before {
    color: #f99;
    content: "\e90a";
    font-family: icomoon;
    font-size: 40px;
    left: 10px;
    position: absolute;
    top: 15px;
}

#campaignWrapper .yabane {
	position: relative;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #192b5b;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 10px center;
	display: block;
    text-decoration: none;
}

#campaignWrapper .yabane a {
	position: relative;
}

#campaignWrapper .yabane a::after {
	position: absolute;
    width: 9px;
    height: 9px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #192b5b;
    border-right: 1px solid #192b5b;
	border-bottom: none;
	border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#campaignWrapper .yabane a:before {
	content: none;
}

#campaignWrapper .yabane span {
    box-sizing: border-box;
	padding: 0;
    position: relative;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #192b5b;
	background: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 10px center;
    display: block;
    text-decoration: none;
}

.campaignBox{
	float:left;
	width:260px;
}

.campaignBox a{
	display:block;
	width:250px;
}

.campaignBox img{
	width:250px;
	height:auto;
}

.circleSignal{
	height:30px;
	text-align:center;
}

.circleSignal li{
	display:inline-block;
	float:none;
	width:10px;
	height:10px;
	margin:0 5px;
	border-radius:5px;
	background:#d5d5d5;
	text-indent:-1000px;
	overflow:hidden;
	cursor:pointer;
}

.circleSignal li.active{
	background:#192b5b;
	cursor:default;
}


/* footContent */

.infoFootContent {
	margin: 60px 0　40px;
	border-top: 1px solid #192b5b;
	padding: 20px 10px;
}

.infoFootContent h2 {
	padding-bottom: 10px;
	font-size:  24px;
	color:  #192b5b;
}

.infoFootContent h3 {
	padding-bottom: 10px;
	font-size:  20px;
	color:  #192b5b;
}

.infoFootContentBody {
	overflow:  hidden;
	position:  relative;
}

.infoFootContentBody img {
	width: calc(33.33% - 10px);
	height: auto;
	float:  left;
}

.infoFootContentBody p {
	margin: 0 0 0 33.33%;
	padding: 0 10px 68px 0;
	font-size: 16px;
	color:  #666;
}

.infoFootContentBody a {
	display:  block;
	position: absolute;
	bottom:  0;
	right: 10px;
	width:  248px;
	height:  58px;
	border:  1px solid #ddd;
	font-size:  14px;
	color:  #192b5b;
	text-align:  center;
	text-decoration:  none;
	line-height: 58px;
}

.infoFootContentBody a:hover {
	background:  #eee;
}

.infoFootContentBody a::after {
	position: absolute;
	width: 9px;
	height: 9px;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.infoFootPanel {
	margin: -1px 0 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #ddd;
}

.infoFootPanel.calender {
	padding: 0;
	border-top: none;
}

.infoFootPanel .backBtn {
	position:  relative;
	display: block;
	width: 248px;
	height: 58px;
	margin:  0 auto;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #192b5b;
	text-align: center;
	text-decoration: none;
	line-height: 58px;
}

.infoFootPanel .backBtn:hover {
	background: #eee;
}

.infoFootPanel .backBtn::after {
	position: absolute;
	width: 9px;
	height: 9px;
	top: 0;
	left: 10px;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	border-bottom: 1px solid #192b5b;
	border-left: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.notAnything {
	width: 100%;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #c00;
}