html>/**/body {
    background: url(../img/takasudyna/intro-bg.jpg) no-repeat bottom center scroll\9;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/takasudyna/intr o-bg.jpg) no-repeat bottom center scroll;
    /*background-color: #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}


/*-------------------------------*/


a .circle {
	transform: rotateY(0deg);
	border: #BBB solid 1px;
	padding: 5px;
}

a:hover .circle {
	transform: rotateY(180deg);
}


a .circle,
a:hover .circle {
	
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;

	/*transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	-webkit-transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	-moz-transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	-ms-transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
	-o-transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;*/

/*	transition: transform 0.4s cubic-bezier(0.76, -0.21, 0.265, 1.55) 0s;
	-webkit-transition: transform 0.4s cubic-bezier(0.76, -0.21, 0.265, 1.55) 0s;
	-moz-transition: transform 0.4s cubic-bezier(0.76, -0.21, 0.265, 1.55) 0s;
	-ms-transition: transform 0.4s cubic-bezier(0.76, -0.21, 0.265, 1.55) 0s;
	-o-transition: transform 0.4s cubic-bezier(0.76, -0.21, 0.265, 1.55) 0s;*/
}





/*-------------------------------*/

.sponsor a {
	display: block;
	background: #000;
	width: 145px;
	height: 80px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


.sponsor a img {
	border: 1px solid #DDD;
	width: 145px;
	height: 80px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.sponsor a:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}





/* transition
------------------------------------*/

.sponsor a img,
.sponsor a:hover img {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}


/*-------------------------------*/

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout + .bs-callout {
    margin-top: -5px;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}


/*-------------------------------*/

.g-button {
	display: inline-block;
	width: 100%;
	height: 3em;
	text-align: center;
	text-decoration: none;
	line-height: 3em;
	outline: none;
}
.g-button::before,
.g-button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.g-button,
.g-button::before,
.g-button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.g-button {

	
	font-size: 2em;
	position: relative;
	z-index: 2;
	background-color: #E84491;
	border: 2px solid #E84491;
	color: #fff;
	line-height: 3em;
	
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;	
	
}
.g-button:hover {
	background-color: #fff;
	border-color: #59b1eb;
	color: #59b1eb;
}
.g-button::before,
.g-button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #E84491;

   border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.g-button::before {
	top: 0;
}
.g-button::after {
	bottom: 0;
}
.g-button:hover::before,
.g-button:hover::after {
	height: 0;
	background-color: #59b1eb;
}

/*-------------------------------*/


@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}


.navbar-custom {
    /*background-color: #008a7c;*/
background: #ff3d3d; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3d3d 0%, #3d62ad 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3d3d), color-stop(99%,#3d62ad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3d3d 0%,#3d62ad 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3d3d 0%,#3d62ad 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3d3d 0%,#3d62ad 99%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3d3d 0%,#3d62ad 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3d3d', endColorstr='#3d62ad',GradientType=0 ); /* IE6-9 */
}
@media(min-width:767px) {
    .navbar {
		/*background: none repeat scroll 0 0 rgba(0, 138, 124, 0.3);*/
background: -moz-linear-gradient(top,rgba(233,19,85,0.4),rgba(61,98,173,0.4)); /* Firefox用 */  
background: -o-linear-gradient(rgba(233,19,85,0.4),rgba(61,98,173,0.4)); /* Opera */
background: -webkit-gradient(linear,left top,left bottom,from(rgba(233,19,85,0.4)),to(rgba(61,98,173,0.4)));
		-ms-filter: "alpha(opacity=30)";
        /*background: 0 0;*/
    }
	
    .top-nav-collapse {
        /*background-color: #008a7c;*/
background: #ff3d3d; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3d3d 0%, #3d62ad 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3d3d), color-stop(99%,#3d62ad)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3d3d 0%,#3d62ad 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3d3d 0%,#3d62ad 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3d3d 0%,#3d62ad 99%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3d3d 0%,#3d62ad 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3d3d', endColorstr='#3d62ad',GradientType=0 ); /* IE6-9 */
		-ms-filter: "alpha(opacity=100)";		
    }
}
.g_info {
    background-color: #ECFFFD !important;
}



/*-------------------------------*/

#g_detail,
#tou,
#fbsp {
	background-color:#fff;
}