/*
	Theme Name: Hueman Child
	Theme URI: http://alxmedia.se/themes/hueman/
	Description: Sample child theme for customization.
	Author: You
	Author URI: 
	Template: hueman
	Version: 1.0.0
*/

@import url("/assets/front/css/main.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

/* Global */



/* Put a picture in the header */
/*---------------------------- */
/*
#header {
background: url(https://hokuobook.com/wp-content/uploads/2014/07/headerbg.png);
position: relative;
background-repeat: none;
background-position: right;
}
*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

 
.soldout {
/*padding: 3px 8px;*/
text-align: center;
background: #fff;
color: red;
font-weight: bold;
font-size: 12px;
/*position: absolute;
top: 6px;
left: 6px;*/
}