/*
Theme Name: Child
Template: attitude
*/
@import url("../attitude/style.css");
#content h1{
position: relative;
margin: 0 0 1.5em;
padding: 0.8em;
background: #6EABD1;
color: #ｆｆｆ;
max-width:500px;
font-size: 1.5em;
font-weight: bold;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
#content h1:after{
position: absolute;
bottom: -15px;
left: 10%;
z-index: 90;
margin-left: -15px;
border-top: 15px solid #6EABD1;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 0;
content: "";
}

.hgroup-wrap {
    padding-bottom: 10px;;
}
#access a{
color:#000;
}
.entry-title, .entry-title a{
color:#fff;
}
.blueContentBox{
 border-radius: 20px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 background-image:url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/wWall.jpg");
 background-repeat:repeat;
 margin:20px 0 0 0;
 padding:40px;
}
.blueContentBox img{
 float: right;
 margin:0.8em;
}

.ContentBox{
margin: 0 0 1.5em;
padding: 0.8em;
border: 2px solid #6eabd1;
background-color:#fff;
font-size: 1em;
font-weight: bold;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background-image: url("http://d-supply.xsrv.jp/plaza_dc/wp-content/uploads/2015/03/photoWall.png");
background-repeat: no-repeat; 
}
.ContentBox img{
float:left; 
margin:8px;
}
.btmLine{
border-bottom:2px dashed #6eabd1;
margin:0.5em; 
}
.btmLine img{
float:right; 
margin:8px;
}
.midashi {
background-image: url("http://d-supply.xsrv.jp/plaza_dc/wp-content/uploads/2015/03/hicoGreen.png"); 
background-repeat: no-repeat; 
padding:15px 0 0 60px; 
line-height: 130%; /* 行の高さ */　
}
.mMidashi {
background-image: url("http://d-supply.xsrv.jp/plaza_dc/wp-content/uploads/2015/03/hicoKamoku.png"); 
background-repeat: no-repeat; 
padding:3px 0 0 38px; 

}
.blueMidashi {
background-image: url("http://d-supply.xsrv.jp/plaza_dc/wp-content/uploads/2015/03/hicoBlue.png"); 
background-repeat: no-repeat; 
padding:3px 0 0 38px; 

}
.orangeMidashi {
background-image: url("http://d-supply.xsrv.jp/plaza_dc/wp-content/uploads/2015/03/hicoTeeth.png"); 
background-repeat: no-repeat; 
padding:3px 0 0 38px; 
font-weight:bold;
font-size:1.2em;
}
.Text{
margin:0.5em 0 0.5em 1em;
color:#000;
}
.redText{
margin:0.5em 0 1em 3em;
color:#ff6347;
font-weight:bold;
font-size:1.2em;
}
.oText{
margin:0.5em 0 1em 3em;
color:#000; 
overflow: auto;	/* 回り込み解除 */
zoom: 1;	/* for ie6 */
}
.imgBox{
width: 100%;/* sutuff　画像横並び表示 */
display: table;
}
.imgStuff{
display: table-cell;/* sutuff　画像 */
margin:1em;
padding:1em;
}

.trainMidashi{
background-image: url("http://d-supply.xsrv.jp/plaza_dc/wp-content/uploads/2015/03/hicoTrain.png"); 
background-repeat: no-repeat; 
margin:0 0 0 20px;
padding:5px 0 0 40px; 
font-weight:bold;
}

.carMidashi{
background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hicoCar.png"); 
background-repeat: no-repeat; 
margin:0 0 0 20px;
padding:5px 0 0 40px; 
font-weight:bold;
}
.earthMidashi{
background-image: url("http://d-supply.xsrv.jp/plaza_dc/wp-content/uploads/2015/03/hicoEarth.png"); 
background-repeat: no-repeat; 
margin:0 0 0 20px;
padding:5px 0 0 40px; 
font-weight:bold;
}
.timetable{
width:100%;
border-collapse: separate;
border-spacing: 0px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
.timetable th{
width: 12%;
padding: 4px;
text-align: center;
vertical-align: top;
color: #fff;
background-color: #80ddd6;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.timetable td{
 padding: 4px;
 text-align:center;
 vertical-align:middle;
 background-color: #fafafa;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
#content h1{
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background: #6EABD1;
    color: #ｆｆｆ;
    max-width:500px;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#content h1:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #6EABD1;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
#access a{
 color:#000;
}
.entry-title, .entry-title a{
 color:#fff;
}
.featured-content{
  visibility:hidden;
}
.featured-text .featured-title{
 visibility:hidden;
}
.blueContentBox{
 border-radius: 20px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 background-image:url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/wWall.jpg");
background-repeat:repeat;
margin:20px 0 0 0;
padding:40px;
}
.blueContentBox2{
 border-radius: 20px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 background-image:url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/wWall.jpg");
background-repeat:repeat;
margin:20px 0 0 0;
padding:40px;
}
.blueContentBox img{
 float: right;
}
.btmLine{
  border-bottom:1px dashed #696969;
  margin:0.5em; 
}
.midashi {
  background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hico.png"); 
  background-repeat: no-repeat; 
  padding:15px 0 0 60px; 
  line-height: 130%; /* 行の高さ */　
}
.midashi2{
 background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hicoRibon.png");
 background-repeat: no-repeat; 
  padding:12px 0 0 60px; 
  line-height: 130%; /* 行の高さ */　
}
.pMidashi{
  background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hicoPink.png"); 
  background-repeat: no-repeat; 
  margin:0 0 0 8px;
  padding:5px 0 0 40px; 
 font-weight:bold;
 }

.oMidashi{
  background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hicoOrange.png"); 
  background-repeat: no-repeat; 
  margin:0 0 0 20px;
  padding:5px 0 0 40px; 
 font-weight:bold;
 }
.oMidashi2{
  background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hicoOrange2.png"); 
  background-repeat: no-repeat; 
  margin:0 0 0 20px;
  padding:5px 0 0 40px; 
 font-weight:bold;
 }
.impMidashi{
  background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hicoImplant.png"); 
  background-repeat: no-repeat; 
  margin:0 0 0 20px;
  padding:5px 0 0 30px; 
 font-weight:bold;
 }
.bMidashi{
  background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hicoBlue.png"); 
  background-repeat: no-repeat; 
  margin:0 0 0 8px;
  padding:5px 0 0 40px; 
 font-weight:bold;
 }
.trainMidashi{
  background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hicoTrain.png"); 
  background-repeat: no-repeat; 
  margin:0 0 0 20px;
  padding:5px 0 0 40px; 
 font-weight:bold;
 }
.busMidashi{
  background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hicoBus.png"); 
  background-repeat: no-repeat; 
  margin:0 0 0 20px;
  padding:5px 0 0 40px; 
 font-weight:bold;
 }
.carMidashi{
  background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hicoCar.png"); 
  background-repeat: no-repeat; 
  margin:0 0 0 20px;
  padding:5px 0 0 40px; 
 font-weight:bold;
 }
.earthMidashi{
  background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/02/hicoEarth.png"); 
  background-repeat: no-repeat; 
  margin:0 0 0 20px;
  padding:5px 0 0 40px; 
 font-weight:bold;
 }
.text1{
 margin:0.5em 0 0.5em 1em;
 color:#000;
}
.redText{
 margin:0.5em 0 0.5em 1em;
 color:#ff6347;
 font-weight:bold;
 font-size:1.2em;
}
.oText{
 margin:1em 0 0.5em 3em;
 color:#000; 
}
.imgBox{
 width: 100%;/* sutuff　画像横並び表示 */
 display: table;
 
}
.imgStuff{
 display: table-cell;/* stuff　画像 */
}
.camMidashi{
  background-image: url("http://d-supply.xsrv.jp/izumidai_dc/wp-content/uploads/2015/03/hicoCam.png"); 
  background-repeat: no-repeat; 
  margin:0 0 0 20px;
  padding:5px 0 0 40px; 
 font-weight:bold;
 }


#yoyaku-banner{
 float:right;
 margin:20px 32px 0 32px;
}
#yoyaku-banner li{
    margin-bottom:5px;
}
#yoyaku-banner ul{
    vertical-align: bottom;
    overflow: hidden;
}
#yoyaku-banner li a{
    display: block;
}