/*****************************************
 テーマ以外のオリジナルCSS
******************************************/

/* ----------------------------------------------------------------
    [ バナーのCSS ]
-----------------------------------------------------------------*/

.banner-top {
	background-image: url(../images/head/index01.jpg);
}

.sub_banner {
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
}



/* ----------------------------------------------------------------
    [ レジュメのCSS ]
-----------------------------------------------------------------*/

table.tb-single_resume {
	margin: 10px 0;
}

table.tb-single_resume th {
	padding: 0 10px 0 0;
}

.movie-box {
	margin-bottom: 50px;
}

.v-wrap {
	margin-bottom: 20px;
}


/* ----------------------------------------------------------------
    [ 作品集のCSS ]
-----------------------------------------------------------------*/

.work_content_area {
	line-height: 0;
	-webkit-column-count: 4;
	-webkit-column-gap: 0px;
	-moz-column-count: 4;
	-moz-column-gap: 0px;
	column-count: 4;
	column-gap: 0px;
}

.work_content_area img {
	width: 100% !important;
	height: auto !important;
}

.col-xs-6 {
	width: inherit;
	float: inherit;
}


/* ----------------------------------------------------------------
    [ プロフィールのCSS ]
-----------------------------------------------------------------*/

table.about {
	width: 100%;
	margin-top: 30px;
	border-spacing: 0 20px;
	border-collapse: separate;
}

table.about tr {
	
}

table.about tr th {
	width: 30%;
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

@media only screen and (max-width: 767px) { 

.v-wrap {
	margin-left: 1%;
	margin-right: 1%;
	max-width: 100%;
	max-height: 100%;
}

.v-wrap iframe {
	width: 100%;

}

.work_content_area {
	line-height: 0;
	-webkit-column-count: 2;
	-webkit-column-gap: 0px;
	-moz-column-count: 2;
	-moz-column-gap: 0px;
	column-count: 2;
	column-gap: 0px;
}

.work_content_area img {
	width: 100% !important;
	height: auto !important;
}

.col-xs-6 {
	width: inherit;
	float: inherit;
}


/* ----------------------------------------------------------------
    [ プロフィールのCSS ]
-----------------------------------------------------------------*/

table.about tr th, table.about tr td {
	width: 100%;
	display: block;
}
	
}