
/* ----------------------------------------------------------------------
	
	馬主サイト - 馬主になるには 競走馬をめぐる人々
	
---------------------------------------------------------------------- */

/* - 
---------------------------------------------------------------------- */

div.schematic {
	/*border: 1px solid #f3f3f3;*/
	border-radius: 8px;
	background-color: #f3f2ee;
	padding: 10px;
}

div.schematic > ul {
	display: table;
    width: 100%;
    table-layout: fixed;
}

div.schematic > ul > li {
	display: table-cell;
	width: 33.3%;
    padding: 10px;
	vertical-align: top;
}

div.col_unit {
	padding: 14px;
	background-color: #f3f3f3;
	border-radius: 6px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #eee;
}

div.producer,
div.trainer,
div.jockey,
div.owner {
	padding: 15px;
	border-radius: 3px;
}

div.producer { background-color: #bfd5da; }
div.trainer { background-color: #f8f2c5; }
div.jockey { background-color: #fcdbb9; }
div.owner { background-color: #188542; }

div.producer > h3,
div.trainer > h3,
div.jockey > h3 {
	font-size: 1.6rem;
	font-weight:  bold;
	margin-bottom: 8px;
	background-color: #fff;
	border-radius: 2px;
	padding: 4px 0;
	/*border: 1px solid #ddd;*/
}

/*div.producer > h3 { background-color: #d3e3e7; }
div.trainer > h3 { background-color: #f2efd6; }
div.jockey > h3 { background-color: #fce5ce; }
div.owner > h3 { background-color: #d6e5d5; }*/

div.owner > h3 {
	margin: 0 ;
	color: #fff;
	font-size: 2.0rem;
	font-weight:  bold;
}


/* ---- 矢印部分 ---- */
div.arrow_unit {
	margin: 10px;
	position:  relative;
	text-align: center;
}

div.arrow_unit > i {
	color: #444;
	font-size: 6rem;
	font-size: 8rem;
}

div.arrow_unit > p.arrow_txt {
	position: absolute;
	left: 50%;
	top: 30%;
	width: 100px;
	/*height: 30px;*/
	text-align: center;
	vertical-align: middle;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 4px 8px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 3px;
    color: #444;
	color: #ba0000;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    /*display: inline-block;*/
    z-index: 10;
	/*margin-left: -50px;*/
	margin-top: -10px ;
	
	font-size: 1.6rem;
	width: auto;
	top: 25%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*div.arrow_unit > p.arrow_txt.up {
	top: 50%;
}*/


/* ---- 生産者・調教師・騎手の部分 ---- */
p.img {  }
p.img > img { vertical-align: top; }
p.txt {
	margin-top: 10px;
	text-align: left;
	
	/*font-size: 1.2rem;*/
	}


/* ------------------------------------------------------------

	979px以下

------------------------------------------------------------ */
@media screen and ( max-width : 979px ) {

	
}


/* ------------------------------------------------------------

	767px以下

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

div.col_unit {
    padding: 10px;
     }
	
}


/* ------------------------------------------------------------

	639px以下

------------------------------------------------------------ */
@media screen and (max-width : 639px) {


div.schematic > ul {
	display: block;
}

div.schematic > ul > li {
	display: block;
	width: 100%;
	margin-top: 10px;
}

div.schematic > ul > li:first-child {
	margin-top: 0;
}

div.arrow_unit > p.arrow_txt {
	/*
	width: 120px;
	font-size: 1.4rem;
	margin-left: -60px;
	*/
	
	/*font-size: 1.4rem;*/
}


}


/* ------------------------------------------------------------

	479px以下

------------------------------------------------------------ */
@media screen and (max-width : 479px) {


	
}

/* ------------------------------------------------------------

	359px以下

------------------------------------------------------------ */
@media screen and (max-width : 359px) {
	
	
	
}


