
/*オリジナル
--------------------------------------------*/



.item-container-box{
    padding-top: 20px;
    padding-bottom: 20px;
}

.item.item-box {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 5px #ffffff solid;
    margin-bottom: 20px;
    /* border-left: 0px; */
    /* border-right: 0px; */
}

img.cover {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
}

.round{
  border-radius: 8px!important;
  -webkit-border-radius: 8px!important;
 -moz-border-radius: 8px!important;
    margin: 5px;
}


.position_c{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}
hr {
    padding: 10px;
    border: 0px;
}

.preopen {
    position: absolute;
    top: -230px;
    right: 50px;
}
.preopen img:hover{
    opacity: 0.9;
}

.item h3{
	font-size: 34px;
	    text-shadow: 1px 2px 1px #096088;
}

.item h4 {
	font-size: 34px;
    margin: 0px 0px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    font-family: "Rounded Mplus 1c";
    padding: 15px 0;
    /*
    background-image: url(../images/common/h4_bg.png);
	background-position: center top;
    background-repeat: repeat-x;
	*/
	    background: #0075cf;
}
.item h4 span {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    border-bottom: 0px #8fd5f7 solid;
    line-height: 1.1;
    /* text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff; */
    border: 2px #f1eb0d dotted;
    border-left: 0;
    border-right: 0;
    margin: 10px auto 0;
    padding: 10px;
}

.item .inbody p.txt {
    line-height: 1.3;
    font-size: 21px;
    margin: 10px 10px;
    text-align: left;
    color: #2c6ebd;
    font-family: "Rounded Mplus 1c";
}

.item-box .item .inbody {
    padding: 10px 55px;
}


table.tbl-border th {
    background: #ddd;
    width: auto;
}


.page-navi li.index {
    display: none;
}


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

スマホ用

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


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

.youtube{
height:200px;
}

.item-container-box {
}

img.cover {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
}

.item h3,
p.ttl{
    zoom: 0.7;
}

.item h4  {
    zoom: 0.7;
}
.item-box .item .inbody {
    padding: 10px 10px;
}
.item .inbody p.txt {
    font-size: 18px;
}


}

