/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Abel);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Helvetica+Neue);
@import url(https://fonts.googleapis.com/css?family=Ropa+Sans);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text);

/* ======================================================================================
    GENERAL STYLE
========================================================================================*/
body {
    font-family: Roboto, 'Ropa Sans', sans-serif;
	font-weight: 300;
	/*font-family: 'Roboto', sans-serif;*/
	font-weight: 300;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image:url(../img/bg/bg_1_topics.jpg) ;
	background-attachment: fixed;
	
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

main {
	margin-top: 60px;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.container { position: relative; z-index: 1; }

.container img{ /*width:100%;height:100%*/ }


img { 
border: 0;

}

h1, h2, h3, h4, h5 { font-family: Roboto, 'Ropa Sans', sans-serif; text-transform: uppercase; margin: 0; padding: 0; color: #cccccc; }
h2 { font-size: 3em; margin-bottom: 10px; display: inline-block; font-family: Roboto, 'Ropa Sans', sans-serif; color: #cccccc;}
h3 { font-size: 1.5em; color: #cccccc; }
h4 { font-size: 1.2em; color: #cccccc; }
h5 { font-size: 1em; text-transform: none; color: #cccccc; }
ul { list-style-type: none; color: #cccccc; }
p { margin: 20px 0; font-size: 15px; font-weight: 300; color: #cccccc;}

.article_style { margin: 20px 0; font-size: 15px; font-weight: 300; color: #cccccc;}

.our_color { color: #660000; }
.inner-title { font-family: 'Big Caslon', Roboto, 'Ropa Sans', sans-serif; font-size: 1.5em; font-weight: 300; }
#separate { margin-top: 70px;}

section {
	padding-top: 0px;
	background-color: transparent;
 }

/*link*/
a { outline: none; color: #ffffff; }
a:hover { 
	text-decoration: underline;
	 color: #ffffff;
 }

/*form*/
form input, textarea, button {
	outline: none;
	color: #000000;
}

.breadcrumbs {
	padding: 0px;
	text-align: left
}

/*============== SHORTCODE ======================*/
/*button*/
.button-div {
	display: inline-block;
}
.button-color { 
	background-color: #660000;
	border: 0px solid white;
	padding: 6px 25px;
	line-height: 17px;
	margin: 10px 0px;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	text-align: center;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
}
.button-color:hover { background: #cc0000; }
.button-none {
	background: transparent; 
	border: 1px solid white;
	padding: 7px 30px;
	margin: 0 15px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 0.875em;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
	font-weight: 200;
}
.button-none:hover {
	background-color: #fff;
	color: #332d26;
}

.more-btn {
	margin: 0 auto;
	text-align: center;
}

/*medium button*/
.medium-btn { background: #332d26; padding: 10px 50px; -webkit-transition: 0.5s; transition: 0.5s; }
.medium-btn:hover { background: #f5503b; }

blockquote { border: none; font-style: italic; font-size: 1.2em; padding: 0 40px; }

/*===================== Responsive shortcode ===========================*/
/* Large desktop */
@media (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	.button-color {
		padding: 5px 15px;
		line-height: inherit;
		font-size: inherit;
	}
}


/* ======================================================================================
	NAVIGATION STYLE 
========================================================================================*/
.navbar {
	background: none;
	background-color: black;
	margin-bottom: 0px;
	filter: none;
	border: none;
	box-shadow: none;
	height: 84px;
/*	background: -prefix-linear-gradient(top, transparent, transparent);*/
/*	background: linear-gradient(to bottom, transparent, transparent);*/
	font-family: 'Big Caslon', Roboto, 'Ropa Sans', sans-serif;
	font-weight: 300;

}
	.navbar .navbar-header {
		margin-top: 24px;
	}

	.navbar .nav {
		margin-top: 24px;
	}

	.navbar ul li {
		height: 60px;
		padding: 0px 0px;
		margin: 0;
		color: #FFF;
	}

.navbar-default .navbar-nav > li > a { 
	height: 60px;
	color: #fff; 
	text-transform: uppercase;
	font-size: 16px;
	-webkit-transition: 0.3s; /* For Safari 3.1 to 6.0 */
	transition: 0.3s;
	outline: none;
	padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #990000;
	
}


.navbar-default .navbar-nav > li > a:focus {
	color: #990000;
	
	}



.navbar-default .navbar-nav > li.currentClass a { color: #0048d8;}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
	padding: 5px 12px;
    height: 40px;
}


/* ======================================================================================
	Language Switcher
========================================================================================*/
ul.langs {
	padding: 0;
	height: 14px;
	margin: 0;
	position: absolute;
	right: 12px;
	top: 12px;
}

ul.langs li {
	display: inline-block;
	font-size: 14px;
	height: 14px;
	padding: 0 4px;
	margin: 0;
	color: #ffffff;
}


ul.langs li:last-child {
	padding-right: 0;
}


ul.langs > li > a {
	transition: 0.3s;
	outline: none;
	text-decoration: none;
}

ul.langs > li > a:hover {
	color: #990000;
}

ul.langs > li > a:focus {
	color: #990000;
}




/* Large desktop */
@media (min-width: 1200px) { 

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

	.navbar-collapse {
		width: auto;
		margin: 0px;
		background: #000;
		padding: 5px 30px;
		border: none;
	    filter:alpha(opacity=75);
		-moz-opacity: 0.75;
		opacity: 0.75;
		/*max-height: 500px;*/
	}
	.navbar .nav li { padding: 5px; height: 40px;}
	.navbar-default .navbar-nav > li > a {
		height: 40px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav > li > a:hover { border: none; background: #333333; }

	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-right: 30px;
		padding-left: 30px;
	}
	.navbar .container {
		width: auto;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin-right: -15px;
		margin-left: -15px;
	}

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
		margin-top: 13px;
		margin-bottom: 13px;
		padding: 0px 10px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: 0px;
	}

	.navbar {
		height: 60px;
	}

	.navbar .navbar-header {
		margin-top: 10px;
	}

	ul.langs {
		right: 68px;
		top: 22px;
	}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.navbar-collapse {
		margin: 0px;
		background: #000;
		padding: 5px 30px;
		border: none;
	    filter:alpha(opacity=75);
		-moz-opacity: 0.75;
		opacity: 0.75;
		/*max-height: 500px;*/
	}
	.navbar .nav li { padding: 5px; height: 40px;}
	.navbar-default .navbar-nav > li > a {
		height: 40px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav > li > a:hover { border: none; background: #333333; }
	.navbar-toggle {
		margin-top: 13px;
		margin-bottom: 13px;
		padding: 0px 10px;
	}

	.navbar {
		height: 60px;
	}

	.navbar .navbar-header {
		margin-top: 10px;
	}

	ul.langs {
		right: 68px;
		top: 22px;
	}


}

/* Landscape phones and down */
@media (max-width: 480px) {
	
}

.servicesslider { background: red; width: 100%; }

/* ======================================================================================
	HEADER STYLE 
========================================================================================*/
#header { 
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	/*background-position: center 0px;*/
	color: white;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	padding-bottom:57%;
	position: relative;
}

#header h1{ font-size: 2.45em; margin-bottom: 30px; }
#header h2 { font-size: 2em; margin-bottom: 30px; }

#header p {
	font-weight: 100;
	font-size: 1.125em;
	line-height: 1.5em;
	margin: 0 0 40px 0;
}

#header a { color: #fff; }
#header a:hover { color: #fff; }
#header a:hover.button-none { color: #332d26;}






.logo {
	margin: 340px auto 0;
	max-width: 100%;
}


/*---------------------	HEADER SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 
}/*end of media*/
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}/*end of media*/
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#header{
		background-attachment:scroll;
	}

}/*end of media*/
 
/* Landscape phones and down */
@media (max-width: 480px) {

	#header{
		background-attachment:scroll;
	}

}/*end of media*/




/* ======================================================================================
	PARALLAX STYLE 
========================================================================================*/
.parallax_img { 
	
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	text-align: center;
	width: 100%;
	
}

.parallax_box{
	/*60%だとパララックス	*/
	/*padding-bottom:60%;*/

	/*0%だとパララックス無し*/
    	padding-bottom:0%;
}


/*---------------------PARALLAX  RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 

}/*end of media*/
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}/*end of media*/
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.parallax_img{
		
		background-attachment:scroll;

	}


}/*end of media*/
 
/* Landscape phones and down */
@media (max-width: 480px) {

	.parallax_img{
		
		background-attachment:scroll;

	}

}/*end of media*/



/* ======================================================================================
	COMMON STYLE 
========================================================================================*/


.title { 
	margin: 0 auto;
	border-bottom:1px solid #660000;
	width:100%;
	text-align:center;
	margin-bottom:30px;
}

.title img{ 
	
}

.link_button{

	
	margin: 0 auto;
	text-align: center;
	background-color: #660000;
	color:#ccc;
	font-size:1.2em;
	user-select: none;
	border-radius: 2px;
	paddin-bottom:5px;
	width:120px;
	line-height:26px;
	margin:5px;

	display:inline-block;


}

.link_button a {
	color:#ccc;
	text-decoration: none;
}

.link_button a:visited {
	color:#ccc;
}


.link_button:hover {
	background-color: #cc0000;
	cursor: pointer;
}

.discolist{
	padding-left:0;
	
	 text-align: center;
	

}

.featured-container img{
}

.yearlist img {
	width:40px;
	height:15px;
}

.yearlist {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;/*回り込み有効化*/
}

.yearlist .col {
    margin-right: 3px;
    margin-bottom: 10px;
	width:40px;
	height:15px;
}
.yearlist .bio_year_box {
	background-color: #000000;
}

.yearlist .bio_year {
	font-family: "Crimson Text", "Times New Roman", Symbol;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	color:#fff;
	transform: scale(0.9, 1);
	letter-spacing:0.05em;
	/*IE6 IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#000000);
	/* IE8 IE9 */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#000000)";
	zoom: 1;
	background: -moz-linear-gradient(top, #ffffff, #000000);/* FF3.6+ */
	background: -webkit-linear-gradient(top, #ffffff, #000000);/* Chrome10+, Safari5.1+ */
	background: -ms-linear-gradient(top,  #ffffff,  #000000);/* IE10 */
	background: linear-gradient(to bottom, #ffffff, #000000);/* IE10+, W3C */
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;

}

.yearlist .bio_year:hover {
	cursor: pointer;
	cursor: hand;
   -moz-opacity:0.7; /* IE 8,9 */
   opacity:0.5;
}


.bio-image img{
	width:100%;
	border: 0;
}




.disappear{
	/*テスト用に要素を消す場合はこのクラスを記述*/
	display:none;


}


/*---------------------COMMON SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#contact .contact-info .content { 
		width: 95%; padding: 150px 0 0;}

	.title img {
	
		width:100%;
		max-width:350px;
	} 


}





/* ======================================================================================
	TOPICS STYLE 
========================================================================================*/
#topics { 
	padding-top: 40px;
	padding-bottom: 20px;
	background-image: url(../img/bg/bg_1_topics.jpg);
	background-repeat: no-repeat;
    	background-attachment: fixed;
	background-size: 100%;

}

.topics-img{
	border:1px solid #333333;
}

.topics-img img{
	width:100%;
	height:100%;
}

.topics-item {
	 width:100%;

}

.topics-item dt {
	
	float:left;
	clear:left;
	width:100px;
	font-weight:bold;
	font-size: 14px;
	line-height:15px;
}

.topics-item dd {
	/* width:85%; */
	margin-left:100px;
	font-weight:inherit;
	font-size: 14px;
	line-height:15px;
}


.topics-title {
	height:auto;
	font-size: 12px;
	color:#ffffff;
	padding-bottom:0px;
}


.topics-box{
	
}



#banner{
	padding-bottom:40px;


}

.banner-item {
	padding: 0 5% !important;
	padding-bottom:20%;
}


.banner-item li {
	width: 23%;
	overflow: hidden;
	float: left;
	margin: 1%;
	
}



.banner-box {
	    	position: relative;
    		padding-top: 38%;
}

.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0% 0% 0% 0%;


}

.banner-img img{
	border :1px solid #333333;
    width:100%
}



/*---------------------TOPICS SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	

	.topics-title {
		height:auto;
	}


	.banner-item li {
		width: 48%;
		overflow: hidden;
		float: left;
		margin: 1%;
		
	}




}
 
/* Landscape phones and down */
@media (max-width: 480px) {

	ul.topics-item {
		padding: 0 !important;
	}
	

	.topics-title {
		height:auto;
	}

	.banner-item li {
		width: 48%;
		overflow: hidden;
		float: left;
		margin: 1%;
	
	}

}



/* ======================================================================================
	FEATURE STYLE 
========================================================================================*/
#feature { 
	padding-top: 60px;
	padding-bottom: 20px;
	background-image: url(../img/bg/bg_5.jpg);
	background-repeat: no-repeat;
    	background-attachment: fixed;
	background-size: 100%;

}

.feature-item img{ 
	width:100%;

}

.feature-img{
	border:1px solid #333333;
}

.feature-img img{
	width:100%;
	height:100%;
}

.feature-item {
	padding: 0 5% !important;
}

.feature-item li {
	width: 98%;
	overflow: hidden;
	float: left;
	margin: 1%;
	border :1px solid #333333;
}


/*---------------------FEATURE SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#contact .contact-info .content { width: 95%; padding: 150px 0 0;}
}

/* ======================================================================================
	VIDEO STYLE 
========================================================================================*/
#video { 

	padding-top: 60px;
	padding-bottom: 20px;
	background-image: url(../img/bg/bg_6.jpg);
	background-repeat: no-repeat;
    	background-attachment: fixed;
	background-size: 100%;

}

.video-img{
	border:1px solid #333333;
}

.video-img img{
	width:100%;
	height:100%;
}

.video-item {
	padding: 0 5% !important;
}

.video-item li {
	width: 98%;
	overflow: hidden;
	float: left;
	margin: 1%;
	border :1px solid #333333;
}


/*---------------------FEATURE SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#contact .contact-info .content { width: 95%; padding: 150px 0 0;}
}

/* ======================================================================================
	RELEASE STYLE 
========================================================================================*/
#release { 

	padding-top: 60px;
	padding-bottom: 20px;
	background-image: url(../img/bg/bg_2_feature.jpg);
	background-repeat: no-repeat;
    	background-attachment: fixed;
	background-size: 100%;

}

.release-img{
	border:1px solid #333333;
}

.release-img img{
	width:100%;
	height:100%;
}

.release-item {
	padding: 0 5% !important;
}

.release-item li {
	width: 98%;
	overflow: hidden;
	float: left;
	margin: 1%;
	border :1px solid #333333;
}


/*---------------------FEATURE SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#contact .contact-info .content { width: 95%; padding: 150px 0 0;}
}


/* ======================================================================================
	ABOUT STYLE 
========================================================================================*/
#about { }
#about .content { background: transparent; width: 80%; }

#about-us { padding-bottom: 31px; }
#about-us p { margin-bottom: 5px; }

.about-slider { width: 500px; margin: 70px auto 0; padding: 20px; background: gold; }

.about-nav-slider { margin: 70px auto 50px; text-align: center; }
.about-nav-slider ul { list-style-type: none; padding: 3px; margin: 0; padding: 0;}
.about-nav-slider ul li { display: inline-block;}
.about-nav-slider ul li a { text-decoration: none; }
.about-nav-slider ul li a:hover { text-decoration: underline; color: gold;}

.news { margin-bottom: 20px; }

.news-list { font-size: 15px; margin: 0; text-align: left; padding: 0px 40px; margin: 10px 0px; }
.news-item span { font-weight: 500; }
.news-item { padding: 4px 0px; }
.news-list a { text-decoration: underline; color: #aaa; }
.news-list a:hover { text-decoration: none; }
.news-date { float: left; display: block; margin-right: 20px; }
.news-title { display: inline-block; }

.banner { text-align: center; margin: 60px 0; }
.banner ul { padding: 0; }
.banner ul li { margin: 10px; display:inline-block; }


/*----quote-----*/
#about-quote { 
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 70% center;
	color: white;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 600px;
	overflow: hidden;
	padding: 70px 0 0 0;
}

#about-quote p { font-size: 1.5em; text-align: left; font-weight: 600; margin-bottom: 27px; }
#about-quote cite { font-family: Roboto, 'Ropa Sans', sans-serif; font-size: 1.2em; }

/*----what-we-do-----*/
#what-we-do { text-align: center; padding: 40px 0 40px 0; }

#what-we-do .section-text { margin: 33px 0 -30px 0; }
#what-we-do p { text-align: center; }

.latest-videos { padding: 0 10%; margin-bottom: 20px; }

.videos { 
	text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 20px 0;

	border:1px solid #333333;


}
.videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* twitter */
#twiiter-section {
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 20% center; 
	color: white;
	text-align: center;
	font-family: Roboto, 'Ropa Sans', sans-serif;
	width: 100%;
	height: 600px;
	padding: 0px 0;
}

#twiiter-section p { font-size: 1.5em; text-align: left; font-weight: 600; }
#twiiter-section b { text-transform: uppercase; }

#twiiter-section #twitter-icon { font-size: 3em; margin-top: 85px;}

/*-------team--------*/
#team { text-align: center; padding: 40px 0 50px 0; }
#team .section-text { margin: 33px 0 -30px 0; text-align: center; }
.team .tab-two { display: none; }

/* skills section */
#skills-section { margin-top: 13px; margin-left: auto; margin-right: auto; width: 80%; }
.skills-image {}

ul.photo-item {
	padding: 0 5% !important;
}

.photo-item li {
	width: 23%;
	height: 23%;
	overflow: hidden;
	float: left;
	margin: 1%;

	border:1px solid #333333;


}

.instagram .container { display: inline-block; }

.our-skills { text-align: left; }
.our-skills .progress { height: 30px; line-height: 30px; background-color: #e5e1d5; border-radius: 0px; font-size: 1.05em; margin: 23px 0; 
position: relative; }
.our-skills .progress:last-child { margin: 0px;}
.our-skills .progress .progress-bar { background: #f5503b; line-height: 30px; font-size: 1.05em;}
.our-skills .progress .progress-bar #color-white { color: #fff; }
.our-skills .progress .progress-bar .skills-percentage { position: absolute; top:0; right:15px; color: #332d26; }
.our-skills .progress .skills-name { padding-left: 20px; }

/*---------------------ABOUT SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1440px) { 
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#about h2:before { width: 0px; }
	#about h2:after { width: 0px; }
	.news-date { float:none; width: 100%; }
	.news-title { width: 100%; }

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	#header{ 
		
		
	}

	#about h2:before { width: 0px; }
	#about h2:after { width: 0px; }
	#about .content { width: 95%; text-align: center; }
	#about .content p { text-align: left; }
	#what-we-do p { text-align: center; }
	#about-quote p { text-align: center; }
	.news-date { float:none; width: 100%; }
	.news-title { width: 100%; }
	.skills-image { margin-bottom: 103px; text-align: center; }
	ul.photo-item {
		padding: 0 !important;
	}
	.photo-item li {
		width: 48%;
		height: 48%;
		overflow: hidden;
		float: left;
		margin: 1%;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#header{ 
		background-attachment: scroll;
		
	}
	
	#about-quote { background-attachment: scroll; }
	#twiiter-section { background-attachment:  scroll; }
	.news-list { font-size: 15px; text-align: left; padding: 0; margin: 10px 0px; }
	.news-item { padding: 8px 0px; }
	.news-date { float:none; width: 100%; }
	.news-title { width: 100%; }
	.latest-videos { padding: 0; margin-bottom: 20px; }
	.instagram {
		margin: 20px 0px;
		height: auto;
	}
	ul.photo-item {
		padding: 0 !important;
	}
	.photo-item li {
		width: 48%;
		height: 48%;
		overflow: hidden;
		float: left;
		margin: 1%;
	}
}

/* ======================================================================================
	WORK STYLE
========================================================================================*/
#work {  }
#our-work { padding-bottom: 91px; }
.work { width: 90%; margin: 0 auto; }
.work .section-text { margin: 33px 0 -22px 0; }



.portfolio .look {
	width: 40px;
	height: 40px;
	background: #332d26;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom:-100%;
	right: 0;
	cursor: pointer;
	z-index: 9999;
}
.portfolio .video {
	width: 36px;
	height: 36px;
	background: #332d26;
	background-image: url(../images/video.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom:-100%;
	right: 0;
	cursor: pointer;
	z-index: 9999;
}

#filters {
	padding:3px;
	list-style:none;
	text-align: center;
	display: inline-block;
	margin-top: 50px;
}

	#filters li {
		float:left;
	}
	
	#filters li {
		display: block;
		padding:5px 5px;		
		text-decoration:none;
		color:#666;
		cursor: pointer;
	}
	
	#filters li span.active {
		color: #f5503b;
	}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:31%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		text-align: center;
	}
	
	.portfolio-wrapper img { width: 100%; }

	.portfolio .content-background {
		position: absolute;
		background: #f5503b;
		width: 100%;
		height: 100%;
		bottom:-100%;
		right: 0;
		opacity: 0.9;
		z-index: 99;
	}
	.portfolio .content-text { 
		position: absolute;
		width: 100%;
		height: 100%;
		bottom:-100%;
		right: 0;
		padding: 0px 10px;
		color: #fff;
		z-index: 100;
	}
	.portfolio .content-text h3 { margin-top: 41px; }
	.portfolio .content-text p { margin: 0; margin-top: 22px; }
	.portfolio .label {
		position: absolute;
		width: 100%;
		height: 100%;
		bottom:-100%;

		right: 0;
	}

		.portfolio .label-bg {
			background: #f5503b;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}

/* ------------------ featured -------------------------------- */
#discography { background: #fff; padding: 0 0 92px 0; }
.discography .section-text { margin: 33px 0 -20px 0; }



.discography-img img{
	width:100%;
}


.discography-title {
	    margin-top: 20px;
}

.discography-title h1{
		font-size: 40px;
}




.featured-item p {
	margin: 0;
}







.featured-item .look {
	width: 36px;
	height: 36px;
	background: #332d26;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom:-100%;
	right: 0;
	cursor: pointer;
	z-index: 9999;
}
.featured-item .video {
	width: 40px;
	height: 40px;
	background: #332d26;
	background-image: url(../images/video.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom:-100%;
	right: 0;
	cursor: pointer;
	z-index: 9999;
}

.featured-container { width: 100%; overflow: visible; padding: 0; margin: 0 auto; margin-top: 20px; text-align: left; }
.featured-item { 
	margin: 1%; 
	width: 10.5%;
	height:auto;
	float: left;
	padding: 0px;
	overflow: hidden;
	position: relative;
	text-align: center;
 }

.featured-item-img { 
	width: 100%;
	height:100%;

 }





.featured-item-img img { 
	/*width: 100%;*/
	height:100%;
	border: 1px solid #333333;
}

.featured-item-img:hover img {
	opacity: 1;
  	-webkit-animation: flash 1.5s;
  	animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}



.featured-item-content-background { 
	background: #aaa; 
	color: #fff;
	width: 100%; height: 100%; 
	position: absolute; 
	bottom: -100%; left: 0;
	opacity: 0.9;
}
.featured-item-content { width: 100%; height: 100%; position: absolute; bottom: -100%; left: 0; color: #fff; padding: 0 10px; }

.featured-item-content h3 { color: #fff; padding: 45% 0px; text-align: center; font-size: 15px; }
.featured-item-content p { margin: 0; margin-top: 10px; text-align: left; font-size: 11px; }

.music-player { margin-top: 70px; }

/*----- Work quote ------------*/
#work-quote { 
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 70% center;
	color: white;
	text-align: center;
	font-family: Roboto, 'Ropa Sans', sans-serif;
	width: 100%;
	height: 600px;
	overflow: hidden;
	padding: 0;
}
#work-quote p { font-size: 1.5em; text-align: left; font-weight: 600; margin-bottom: 26px; }
#work-quote cite { font-family: Roboto, 'Ropa Sans', sans-serif; font-size: 1.2em; }
/*---------------------WORK SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) {
		
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#work .container { width: 100%; }
	.work { width: 100%; margin: 0 auto; }
	#work h2:before { width: 0px; }
	#work h2:after { width: 0px; }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#work .container { width: 100%; }
	#work #portfoliolist .portfolio { width:48%;margin:1%; }
	.work { width: 100%; margin: 0 auto; }
	#work h2:before { width: 0px; }
	#work h2:after { width: 0px; }
	.featured-item { width: 45%; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#work-quote { background-attachment: scroll; }
	#work .container { width: 100%; }
	#work #portfoliolist .portfolio { width:98%; margin:1%; }
	.work { width: 100%; margin: 0 auto; }
	.featured-item { width: 100%; }

}

/* ======================================================================================
	BLOG STYLE
========================================================================================*/
#blog { }
.blog { padding: 0 0 53px 0; }
#blog .content { width: 80%; }
.blog .section-text { margin: 33px 0 61px 0; }

.b-day { padding-bottom: 40px;}

.b-day-title { width: 100%; text-align: center; margin-bottom: 40px; }
.title-logo { width: 100%; padding-top: 10px; }
.b-day-title h2 { margin-left: 30px; color: black;}
.big_h2 { font-size: 79px; line-height: 1.4em; }

.b-day-contents { display: inline-block; width: 100%; }
.b-day-contents .contents-text { overflow: hidden; width: 100%; padding:0; }
.b-day-contents .contents-text li { width: 48%; float: left; margin: 0 1%; text-align: left; padding-bottom: 20px; }
.b-day-contents .text-serif { font-size: 24px; font-family: Roboto, 'Ropa Sans', sans-serif; margin: 0px; color: #000; }
.b-day-contents p { margin: 10px 0;}

.blog-posts {
	float: left;
	display: block;
	position: relative; 
	width: 100%;
	margin: 20px 0;
	overflow: hidden;
	border: 1px solid #332d26;
	margin-bottom: 36px;
}

.blog-post-content { 
	width: 100%; 
	margin: 0 auto; 
}

.blog-posts .image img { width: 100%; height: 100%;}


.blog-posts .hover-background { 
	background: #f5503b; 
	width: 100%; 
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	overflow: hidden;
	color: white;
	opacity: 0.9;
}

.blog-posts .content-blog {
	text-align: center;
	color: white;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
}

.blog-posts .content-blog h3 { margin-top: 41px; }
.blog-posts .blog-data { font-size: 1em; margin-top: 5px; font-weight: 200; }
.blog-posts .content-blog p { font-family: Roboto, 'Ropa Sans', sans-serif; margin: 15px 100px; font-weight: 400; }

.blog-posts .look {
	width: 40px;
	height: 40px;
	background: black;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}

.blog-posts .read-more {
	height: 36px;
	line-height: 36px;
	padding: 0 41.5px;
	background: #332d26;
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	font-size: 1.2em;
}

.blog-posts .video {
	width: 40px;
	height: 40px;
	background: black;
	background-image: url(../images/video.png);
	background-repeat: no-repeat;
	background-position: center;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
}


.black-button { 
	background: #332d26; 
	height: 40px; width: 200px; 
	overflow: hidden; 
	margin: 150px auto 0 auto; 
	font-size: 0.95em; 
	font-weight: 400;
}

ul.pagination li a { 
	background: #332d26; 
	border: 0px; 
	margin: 5px 5px; 
	color: #fff; 
	-webkit-transition: 0.5s; 
	transition: 0.5s;
	font-size: 1.2em;
}
ul.pagination li a:hover { background: #f5503b; color: #fff; }
ul.pagination li.active a { background: #f5503b; border: none; }
ul.pagination li.active a:hover { background: #f5503b; }

/* ---- client ---- */
#client {
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 80% center; 
	color: white;
	text-align: center;
	font-family: Roboto, 'Ropa Sans', sans-serif;
	width: 100%;
	height: 600px;
	padding: 0;
}
.client { }

.client img { margin: 20px 0 0 20px; }

/*---------------------BLOG SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#blog .content { width: 100%; }
	.blog h2:before { width: 0px; }
	.blog h2:after { width: 0px; }
	.blog-posts .content-blog p { margin: 15px 50px;}

	.b-day-title { text-align: center; }
	.title-logo { max-width: 100%; text-align: center; margin: 0 auto 20px; float: none; }
	.b-day-title h2 { color: black; margin: 0; line-height: 1em; margin-bottom: 20px; }
	.big_h2 { font-size: 79px; line-height: 1em; }
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#blog .content { width: 100%; }
	.blog h2:before { width: 0px; }
	.blog h2:after { width: 0px; }
	.blog-posts .content-blog p { margin: 10px 30px; font-size: 0.9em;}

	.b-day-title { text-align: center; }
	.title-logo { max-width: 100%; text-align: center; margin: 0 auto 20px; float: none; }
	.b-day-title h2 { color: black; margin: 0; line-height: 1em; margin-bottom: 20px; }
	.big_h2 { font-size: 79px; line-height: 1em; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#client { background-attachment: scroll; }
	.blog-posts .content-blog p { display: none; }

	.b-day-title { width: 100%; text-align: center; }
	.title-logo { width: 100%; margin-bottom: 20px; }
	.b-day-title h2 { color: black; margin: 0; line-height: 1em; margin-bottom: 20px; }
	.big_h2 { font-size: 79px; line-height: 1em; }

	.b-day-contents { display: inline-block; }
	.b-day-contents .contents-text ul { overflow: hidden; padding: 0; }
	.b-day-contents .contents-text li { width: 100%; text-align: left; padding-bottom: 20px; }
	.b-day-contents .text-serif { font-size: 26px; font-family: Roboto, 'Ropa Sans', sans-serif; margin: 0px; }
	.b-day-contents p { margin: 10px 0;}

}

/* ======================================================================================
	PRICE STYLE
========================================================================================*/
#price { margin-bottom: 70px;}
.price { margin-bottom: 80px; }
.price .section-text { margin: 33px 0 35px 0; }

.table-price { width: 90%; margin: 0 auto; }

.flat ul { background: red;}

.flat .plan {
  list-style: none;
  padding: 0 0 0 0;
  background: #e5e1d5;
  text-align: center;
  margin: 10px;
}
.flat .plan li {
  padding: 15px 15px;
  color: #342d27;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.flat .plan li.plan-name {
  padding: 15px;
  font-size: 24px;
  line-height: 24px;
  color: #342d27;
  border-top: 0;
  text-transform: uppercase;
}
.flat .plan li.plan-price {
	background: #342d27;
	padding: 25px;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
}
.flat .plan.featured li.plan-price {
  background: #f5503c;
  padding: 20px;
}
.flat .plan li.plan-action { 
	background: #342d27; 
	padding: 20px 0; 
	margin-top: 27px;
}
.flat .plan li.plan-action a { 
	color: #fff; 
	font-weight: 600; 
	text-transform: uppercase; 
}
.flat .plan li.plan-action a:hover { text-decoration: none; }
.flat .plan.featured li.plan-action { 
	background: #f5503c;
	margin-top: 15px;
}
.flat .plan li > strong {
  color: #f5503c;
}

.flat .plan.featured {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.flat .plan.featured li.plan-price > strong {
	color: #fff;
}

/*---------------------BLOG SECTION RESPONSIVE --------------------*/
/* Large desktop */
@media (max-width: 1200px) { 
	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#price h2:after { 
		width: 0;
	}
	#price h2:before { 
		width: 0px;
	}
	.flat .plan.featured {
		margin: 50px 0;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#price h2:after { 
		width: 0;
	}
	#price h2:before { 
		width: 0px;
	}
	
	.flat .plan.featured {
		margin: 50px 0;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
}
/* ======================================================================================
	WP STYLE
========================================================================================*/
.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.alignleft{
	float: right;
}	
.alingleft{
	float: left;
}
.aligncenter{
	display: block;
	margin: auto;
}
/* ======================================================================================
	CONTACT STYLE
========================================================================================*/
#contact {
	margin-top: 0px;
	padding-top: 0px;
}

#contact .contact-info {
	
	background-repeat: no-repeat;
	background-attachment:fixed;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	font-family: Roboto, 'Ropa Sans', sans-serif;
	background-size: contain;
	background-image: url(../images/2017/05/bg_new_4.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 65vw;
	position: relative;
	text-align: center;
	width: 100%;

}

#contact .contact-info .content { width: 100%; padding: 0 0; color: #fff; font-size: 25px;}
#contact .contact-info .content h5 { margin: 0px; margin-top: -4px; }
#contact .contact-info .content p { font-size: 1em; margin: 0px; margin-top: 10px;}
#contact .contact-info .contact1 {
	background-image: url(../images/contact/address.png); 
	background-repeat: no-repeat; 
	background-position: center;
	width: 170px; height: 197px; 
	margin: 30px auto;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
	transition: 0.5s;
}
#contact .contact-info .contact1:hover { background: url(../images/contact/addressHover.png); }
#contact .contact-info .contact2 {
	background-image: url(../images/contact/phone.png); 
	background-repeat: no-repeat; 
	background-position: center;
	width: 170px; height: 197px;
	margin: 30px auto;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */

	transition: 0.5s;
}
#contact .contact-info .contact2:hover { background: url(../images/contact/phoneHover.png); }
#contact .contact-info .contact3 {
	background-image: url(../images/contact/globe.png); 
	background-repeat: no-repeat; 
	background-position: center;
	width: 170px; height: 197px; 
	margin: 30px auto;
	-webkit-transition: 0.5s; /* For Safari 3.1 to 6.0 */
	transition: 0.5s;
}
#contact .contact-info .contact3:hover { background: url(../images/contact/globeHover.png); }

/*-- contact form */
#contact .contact { width: 90%; margin: 0 auto; padding: 85px 0 92px 0px; overflow: hidden; }
#contact .contact form { font-size: 1em; }
#contact .contact form .float-left { float: left; width: 45%; }
#contact .contact form .float-right { float: right; width: 55%; }
#contact .contact form input { 
	height: 40px; width: 90%; 
	padding: 5px; margin: 18px 10px; 
	border: 1px solid #c1c0bd; border-radius: 3px; 
}
#contact .contact form textarea { 
	height: 192px; width: 90%; 
	padding: 5px; margin: 18px;
	border: 1px solid #c1c0bd; border-radius: 3px; 
}
#contact .contact form button { width: 95.3%; margin-left: 8px; margin-top: -10px; color: #fff; }
#contact .contact #message-here {
	color: #00529B; 
	background-color: #BDE5F8; 
	border: 1px solid #3d83ba; 
	width: 50%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	-webkit-border-radius:.5em;
	border-radius:.5em;
	margin-top: 20px;
	display: none;
}

/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#contact .contact #message-here { width: 70%; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#contact .contact form .float-left { width: 100%; }
	#contact .contact form .float-right { width: 100%; }
	#contact .contact form input { height: 30px; margin: 5px 10px; }
	#contact .contact form textarea { height: 120px; margin: 5px 10px; }
	#contact .contact form button { width: 91%; margin-left: 0px; }
	#contact .contact #message-here { width: 90%; }

	#contact .contact-info {
		padding-top: 20px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: 140%;
		height: auto;
	}
}
/* ======================================================================================
	FOOTER STYLE
========================================================================================*/
#contact .contact-info footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer { text-align: left;}
footer a { color: #f5503b; }
footer a:hover { color: #f5503b; text-decoration: none; }
footer h1 { text-transform: none; margin-bottom: 39px; font-weight: 300; font-size: 2em; }
footer ul { padding: 0; margin: 0; }
footer ul li { padding: 0 0 5px 5px; }
footer a:hover { color: #080808; }
footer caption { margin-bottom: 10px; }
footer thead tr th { width: 30px; text-align:center; margin: 5px; }
footer tbody tr td { text-align: center; }
footer p { margin-bottom: 36px; margin-top: -5px; padding: 0; }
.twitter-username { color: #e8503c; font-weight: 700;}
.comment-img { background: gold; width: 40px; float: left; margin: 0px 10px;}
.comment-img img { width: 40px; }
.flickr-widge img { width: 59px; height: 59px; margin: 5.5px 4px;}
/* copyright */
#copyright { background: transparent; padding: 7px 0; color: #fff; }
.copyright { padding-left: -40px; overflow: hidden;}
.text { font-size: 15px; }
.link { }
.link a { margin-right: 30px }
.social { text-align: center; margin: 0 0 80px; font-size: 40px; }
#contact a { color: #fff; }
#contact a:hover { color: #990000; }
.social a { margin: 0 7px; padding: 3px 10px; }

/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.copyright { padding-left: 0px;}
	.social a { margin: 0 10px; padding: 3px 0px; }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.copyright { padding-left: 0px; }
	.text { margin-bottom: 10px; float: none; text-align: center; }
	.link { margin-top: 0px; margin-right: 
		0px; }
	.link a { margin: 0 0 0 0px; }
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	#contact .contact-info .content { width: 95%; padding: 0 0;}
    #contact .contact-info footer {
		position: static;
	}
}

/*ページネーション*/
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px ;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
}

div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 2px 2px 2px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #666 ;
}

div.pagination a:hover{
	color:#fff ;
	background: #fdcd1a;
}

div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #fdcd1a;
	color:#fff ;
}



/* biography (history) */
.blog-content ul { padding: 0px; margin-top: 30px; height: 100px; overflow: hidden; position: relative; }
.checktab > li{ height: 30px; float:left; margin-right: 15px; }
 
.checktab .btn{ display: block;  line-height: 30px; padding: 0px; cursor:pointer; color: #aaa; font-size: 18px; }
.checktab .btn:hover{ color: #f50070; }
.checktab input[type="radio"]{ display: none; }
.checktab input[type="radio"]:checked ~ .contents{ display:block; }
.checktab input[type="radio"]:checked + .btn{ background-color:#fff; color: #f50070; cursor:default; font-size: 22px; font-weight: bold; }
.checktab .contents{ position: absolute; top: 50px ; left: 0; display: none; text-align: left; }

.bio-title {  font-size: 20px; padding: 40px 0 5px; }
.checktab .contents p {margin:0px;}

.bio-description { padding-bottom:10px;  }

@media (max-width: 480px) {
	.checktab .contents{ position: absolute; top: 90px;}
}

label { width: 100%; }

