@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------
　00：打消し用
-----------------------------------------------------*/
#main-contents_brayden h3{
	border:none;
	border-bottom:1px solid #414141;
	margin-bottom:0.5em;
}

/*----------------------------------------------------
　01：publicity-typeA01
-----------------------------------------------------*/
#publicity-typeA01{
	line-height:1.3em;
	margin-bottom:20px;
}

#publicity-typeA01 .group{
	border: 4px double #414141;
    margin-bottom: 20px;
    padding: 10px;
	transition: all 0.8s ease 0s;
	background:url(../../img/bg.png) no-repeat left bottom;
}

#publicity-typeA01 .group .ttl{
	padding:5px 0 5px 30px;
}


#publicity-typeA01 .group .star{
	color:#FFFF00;
	padding-left:10px;
}


#publicity-typeA01 .group .fL{
	float:left;
	width:25%;
}


#publicity-typeA01 .group .fL p a img{
	width:100%;
}


#publicity-typeA01 .group .fR{
	float:right;
	width:75%;
}

#publicity-typeA01 .group .fR ul{
	margin:0 0 10px;
}

#publicity-typeA01 .group .fR ul li{
	float:left;
	width:24%;
	text-align:center;
	color:#fff;
	font-size:12px;
	list-style:none;
	background-color:#5174f4;
	padding:5px;
	margin-right:5px;
}



#publicity-typeA01 .no1,
#publicity-typeA01 .no2,
#publicity-typeA01 .no3,
#publicity-typeA01 .no4,
#publicity-typeA01 .no5,
#publicity-typeA01 .no6,
#publicity-typeA01 .no7,
#publicity-typeA01 .no8,
#publicity-typeA01 .no9,
#publicity-typeA01 .no10{
	padding-left:30px;
}


#publicity-typeA01 .no1 {
	background:url(../../img/crown01.png) no-repeat 0.3em 0.1em;
}

#publicity-typeA01 .no2 {
	background:url(../../img/crown02.png) no-repeat 0.3em 0.1em;
}

#publicity-typeA01 .no3 {
	background:url(../../img/crown03.png) no-repeat 0.3em 0.1em;
}

#publicity-typeA01 .no4 {
	background:url(../../img/crown04.png) no-repeat 0.3em 0.1em;
}

#publicity-typeA01 .no5 {
	background:url(../../img/crown05.png) no-repeat 0.3em 0.1em;
}

#publicity-typeA01 .no6 {
	background:url(../../img/crown06.png) no-repeat 0.3em 0.1em;
}

#publicity-typeA01 .no7 {
	background:url(../../img/crown07.png) no-repeat 0.3em 0.1em;
}

#publicity-typeA01 .no8 {
	background:url(../../img/crown08.png) no-repeat 0.3em 0.1em;
}

#publicity-typeA01 .no9 {
	background:url(../../img/crown09.png) no-repeat 0.3em 0.1em;
}

#publicity-typeA01 .no10 {
	background:url(../../img/crown10.png) no-repeat 0.3em 0.1em;
}


/*----------------------------------------------------
　02：ボタン
-----------------------------------------------------*/

.button01 {
	display: inline-block;
	width: 100%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}

.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button01 {
	position: relative;
	-webkit-perspective: 300px;
	perspective: 300px;
}
.button01 span {
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	border: 2px solid #333;
	text-align: center;
	line-height: 56px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
}
.button01 span:nth-child(1) {
	background-color: #333;
	color: #fff;
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button01 span:nth-child(2) {
	background-color: #fff;
	color: #333;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: 50% 50% -30px;
	-moz-transform-origin: 50% 50% -30px;
	transform-origin: 50% 50% -30px;
}
.button01:hover span:nth-child(1) {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.button01:hover span:nth-child(2) {
	background-color: #333;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}



/*----------------------------------------------------
　02：ボタン02
-----------------------------------------------------*/

.button02 {
	display: inline-block;
	width: 100%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
}

.button02::before,
.button02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button02,
.button02::before,
.button02::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button02{
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
	line-height: 60px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button02:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}
.button02:active {
	top: 3px;
	box-shadow: none;
}



/*----------------------------------------------------
　02：ボタン03
-----------------------------------------------------*/

.button03 {
	display: inline-block;
	width: 100%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
}

.button03::before,
.button03::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button03,
.button03::before,
.button03::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button03 {
	position: relative;
	background-color: #f7d034;
	border-radius: 4px;
	color: #fff;
	line-height: 60px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #f7ba59;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
}
.button03:hover {
	top: -4px;
	box-shadow: 0 7px 0 #f7ba59;
}
.button03:active {
	top: 3px;
	box-shadow: none;
}


/*----------------------------------------------------
　02：ボタン04
-----------------------------------------------------*/

.button04 {
	display: inline-block;
	width: 100%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;

}

.button04::before,
.button04::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button04,
.button04::before,
.button04::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button04 {
	position: relative;
	border-radius: 4px;
	color: #fff;
	line-height: 60px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
	text-shadow: 0px 1px 0px #f56778;
}
.button04,
.button04:hover {
	border-bottom: 4px solid #cb5462;
	background-color: #f56778;
	background-image: -webkit-linear-gradient(top, #f997b0, #f56778);
	background-image: linear-gradient(to bottom, #f997b0, #f56778);
	box-shadow: inset 1px 1px 0 #fbc1d0;
}
.button04::before,
.button04::after {
	bottom: -1px;
	left: -1px;
	width: 100%;
	height: 50px;
	border: 1px solid #ee8090;
	border-bottom: 1px solid #b84d5a;
	border-radius: 4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: none;
	transition: none;
}
.button04::before {
	height: 48px;
	bottom: -4px;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 1px 1px 0px #bfbfbf;
}
.button04:hover {
	background: #f56778;
	background-image: -webkit-linear-gradient(top, #f56778, #f997b0);
	background-image: linear-gradient(to bottom, #f56778, #f997b0);
	color: #913944;
	text-shadow: 0px 1px 0px #f9a0ad;
}
.button04:active {
	bottom: -4px;
	margin-bottom: 4px;
	border: none;
	box-shadow: 1px 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, .3);
}
.button04:active::before,
.button04:active::after {
	border: none;
	box-shadow: none;
}


/*----------------------------------------------------
　06：clearfix
-----------------------------------------------------*/
.clearfix:after {
display:block;
content:"";
clear:both;
}

.clearfix {
zoom:1;
}

