/* ===============================================================================
colorbox CSS
=============================================================================== */
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxWrapper {
	max-width: none;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	margin:0 auto;
	overflow:hidden !important;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background:url(../img/common/overlay.png) repeat 0 0;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}
#colorbox {
	outline: 0;
}
#cboxTopLeft {
	width: 0;
	height: 0;
}
#cboxTopRight {
	width: 0;
	height: 0;
}
#cboxBottomLeft {
	width: 0;
	height:0;
}
#cboxBottomRight {
	width: 0;
	height: 0;
}
#cboxMiddleLeft {
	width: 0;
}
#cboxMiddleRight {
	width: 0;
}
#cboxTopCenter {
	height: 0;
}
#cboxBottomCenter {
	height: 0;
}
#cboxContent {
	padding: 0;
	overflow: hidden;
}
.cboxIframe {
	/*background: #fff;*/
}
#cboxError {
	padding: 0;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	margin-bottom: 0;
	padding:48px 0 0;
}
#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}
#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}
#cboxLoadingOverlay {
	background: none;
}
#cboxLoadingGraphic {
	background:url(../img/common/bx_loader.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
	position: relative;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}
#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}
#cboxPrevious,
#cboxNext,
#cboxClose {
	display:none;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.none {
	display:none;
}

/* .lightBox */
.lightBox {
	width:608px;
	margin:0 auto!important;
	clear:both;
	background:#fff;
	padding:10px 55px;
	color:#111;
	position:relative;
	box-sizing:border-box;
}
.lightBox .btn {
	width:100%;
	text-align:right;
	position:absolute;
	top:-50px;
	right:0;
}
.lightBox .btn a {
 	display:block;
}

/* .logSet */
.logSet .tit01 {
	font-size: 1.46rem;
	border-bottom: #ccd6e0 1px solid;
	text-align: center;
}
.logSet .tit01 span {
	width: 55%;
	display: inline-block;
	margin: 0 auto -1px;
	border-bottom: #fc0eb7 1px solid;
	padding: 18px 0;
}
.logSet .txt {
	font-size: 1.07rem;
	text-align: center;
	padding: 55px 0 50px;
}
.logSet .btnParts01 {
	text-align: center;
	padding-bottom: 58px;
}
.logSet .btnParts01 li {
	width: 157px;
	display: inline-block;
	vertical-align: top;
	padding: 0 11px;
}
.logSet .btnParts01 li a {
	width: 100%;
}

/* sp */
.sp .lightBox {
	width: 100%!important;
	padding: 10px 0;
}
.sp .lightBox .btn {
	top: -35px;
}
.sp .lightBox .btn img {
	width: 30px;
	height: auto;
}
.sp .logSet .tit01 {
	font-size: 1.2rem;
}
.sp .logSet .tit01 span {
	padding: 10px 0;
}
.sp .logSet .txt {
	font-size: 0.8rem;
	padding: 20px 0;
}
.sp .logSet .btnParts01 {
	padding-bottom: 20px;
}
.sp .logSet .btnParts01 li {
	width: 40%;
	padding:0 2%;
}

/* .quizSet */
.quizSet {
	text-align: center;
	padding-bottom: 22px;
	font-size: 1.07rem;
}
.quizSet .tit01 {
	border-bottom: #ccd6e0 1px solid;
	text-align: center;
	color: #da0001;
}
.quizSet .tit01 span {
	width: 70%;
	display: inline-block;
	margin: 0 auto -1px;
	border-bottom: #0eaf0f 1px solid;
	padding: 26px 0;
	line-height: 1.2;
	font-size: 2rem;
}
.quizSet .tit01.dis span {
	font-size: 1.46rem;
	padding: 18px 0;
}
.quizSet .txt {
	padding: 35px 0;
}
.quizSet .txt2 {
	font-size: 1.6rem;
} 
.quizSet .txt3 {
	font-size: 1.6rem;
	padding: 25px 0 5px;
} 
.quizSet .txt3 span {
	color: #f845b4;
}
.sp .quizSet {
	font-size: 0.94rem;
}
.sp .quizSet .tit01 span {
	padding: 10px 0;
	font-size: 1.2rem;
}
.sp .quizSet .tit01.dis span {
	font-size: 1rem;
}
.sp .quizSet .txt2,
.sp .quizSet .txt3 {
	font-size: 1.3rem;
}

.lightBox.bg {
	background: url(../img/oogiri/bg_point.jpg) no-repeat right bottom #fff;
	background-size: 100% auto;
}

/* .pointSet */
.pointSet {
	text-align: center;
	padding: 15px 0;
	font-size: 1.07rem;
}
.pointSet .tit01 {
	border-bottom: #ccd6e0 1px solid;
	text-align: center;
}
.pointSet .tit01 span {
	width: 60%;
	display: inline-block;
	margin: 0 auto -1px;
	border-bottom: #cd0e33 1px solid;
	padding: 14px 0;
	line-height: 1.2;
	font-size: 22px;
}
.pointSet div {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	letter-spacing: -0.02em;
	padding: 15px 0;
}
.pointSet div p {
	padding: 0.7em 0;
	line-height: 1.3;
}
.pointSet div p .red {
	color: #cd0027;
}
.sp .pointSet {
	font-size: 0.8rem;
	padding: 5px 3%;
}
.sp .pointSet .tit01 span {
	padding: 10px 0;
	font-size: 1.2rem;
}