/*layout
----------------------------------------------------*/
/*
.tb{
  display: none;
}

*/








/*見出し*/


/*

article {
  padding: 0 10px;
}

*/


/*box

.box2{
 margin: 10px auto 0;
 width:100%;
 max-width: 300px;
 height: auto;
 max-height: 180px;
 display:block;
 }

.box2 .top_1 {
width: 200px;
margin: 0 atuo;
position: relative;
top: -50px;
left:0x;
}

.box3{
 box-sizing: border-box; 
 width:100%;
 height: auto;
 padding:10px;
 display:block;
 }

 .box3_sub{
box-sizing: border-box; 
 width:50%;
 height: auto;
 padding:20px 10px;
 display:block;
 float: left
 }


.box4{
 box-sizing: border-box; 
 width:100%;
 height: auto;
 padding: 40px 10px;
 display:block;
  float:left;
  }


.box4_mini{
 box-sizing: border-box; 
 width:50%;
 height: auto;
 padding: 40px 10px;
 display:block;
 float:left;
  }  

.box4 .p_inner{
  position: relative;
  width:85%;
  top:-170px;
  left: 20px;
 }

.box4_maru{
  box-sizing: border-box; 
 width:50%;
 height: auto;
 padding: 40px 10px;
 display:block;
 float:left;
 border-radius: 10px;       
 -webkit-border-radius: 10px;   
 -moz-border-radius: 10px; 
  }

  .box4_maru .p_inner{
  position: relative;
  width:85%;
  top:-170px;
  left: 20px;
 }
*/
/*
 #titlebg{
  height:100px;
  margin:0 auto;
  display:block;
  background: url(../img/titlebg.png)no-repeat; 
  background-position: center;     
}
/*
  aside .banner{
  width:100%;
  height:auto;
  display:block;
  margin-bottom:15px;
  text-align: center;
  }

  aside {
    display: block;
    float: right;
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 0.75em;
    min-height:100%;
    height:100%; 
  }

  
  
  aside h3 {
    margin: 20px 10px 10px 0;
    padding: 5px 5px 5px 10px;
    background: #e5e5e5;
    border-radius: 3px;
  }

  aside ul {
    margin: 10px;
    padding: 0;
  }

  aside ul li {
    margin-bottom: 15px;
    list-style-type: none;
    margin-left:10px;
  }

  aside p{
    margin-top: 0.5em;
  }

*/



