@charset "UTF-8";

* {
  padding:0;
  margin: 0;
  font-family: Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

#base {
  width: 1077px;
  margin-right: auto;
  margin-left: auto;
}

#base02 {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

body {
  color:#333333;
  font-size: 12px;
  background: #E6E6E6;
}

ul{
padding: 0;
margin: 0;
border-width: 0;
list-style: none;
text-decoration: none;
line-height: 250%;
}

p{
  margin-bottom: 15px;
}

a {
  color: #E0044D;
  text-decoration: none;
}

a:hover{
  color: #F57BA4;
  text-decoration: underline;
}

.content img{
  float: left;
  width: 30%;
  margin-right: 10px;
}

.mainbar h2{
  color: #4C4B4B;
  padding: 4px 15px;
  margin-bottom: 10px;
  border-bottom: 6px double #000;
  margin-top: 20px;
}



img{
  width: 100%;
}

/*
ヘッダー
-------------------------------------------*/
#header{
  width: 100%;
  margin: 0 auto;
  background-color: #000;
}


#header h1{
    font-size: 16px;
    line-height: 2.5em;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}



#top_navi li a{
  display: block;
  float: left;
  width: 173px;
  font-size: 12px;
  color: #FFFFFF;
  /* border-right: 1px solid #FFF; */
  text-decoration: none;
  text-align: center;
  background-color: #000000;
  line-height: 40px;
  /* margin-bottom: 25px; */
  
  margin-left: 6px;
  /* border-bottom: 2px solid #D30B0B; */
  /* border-radius: 20px; */
}

#top_navi li a:hover{
  background: #464646;
  color: #fff;
  transition: 0.3s;
  border-radius: 20px;
}

/*
メイン
-------------------------------------------*/

#base h2{
  color: #4C4B4B;
  padding: 4px 15px;
  margin-bottom: 10px;
  /* background-color: #4C4B4B; */
  /* border-radius: 20px; */
  border-bottom: 6px double #000;
  margin-top: 20px;
}

#base h3{
  color: #000;
  margin-bottom: 5px;
  padding: 3px 10px;
  border-left: 6px double #191919;
}

#base02 h2{
  color: #4C4B4B;
  padding: 4px 15px;
  margin-bottom: 10px;
  /* background-color: #4C4B4B; */
  /* border-radius: 20px; */
  border-bottom: 6px double #000;
}

#base02 h3{
  color: #000;
  margin-bottom: 5px;
  padding: 3px 10px;
  border-left: 6px double #191919;
}

.social{
  margin-top: 10px;
  margin-bottom: 10px;
}


.box_03{
  border: 3px double #646464;
  margin-bottom: 20px;
  padding: 10px;
  /* float: left; */
  width: 284px;
  /* margin-left: 13px; */
  background-color: #fff;
}

.box img{
  width: 95%;
}

.sam_01{
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  width: 95%;
  margin: 0 auto;
}

.main2 img{
  float: left;
  width: 32%;
  margin-bottom: 20px;
  margin-right: 15px;
}

.main2 h3{
  clear: both;
}

.recommend{
  margin-bottom: 30px;
  background-color: #fff;
  padding: 10px;
  width: 95%;
  margin: 0 auto;
}

.page_image{
  margin-bottom: 15px;
  width: 90%;
}

.check a{
  display: block;
  color: #fff;
  background: #646464;
  width: 150px;
  text-align: center;
  padding: 5px;
  float: right;
  border-radius: 20px;
  box-shadow: 2px 5px 5px #646464;
}

.check a:hover{
  background: #A7A5A5;
  box-shadow: 0px 0px 0px #ccc;
  transition: 0.3s;
  border-radius: 0px;
}

.box_02{
  background: #fff;
  margin-bottom:30px;
  padding: 10px;
  /* border: 2px solid #D30B0B; */
  box-shadow: 2px 5px 5px #646464;
  border-radius: 20px;
}



.box_02 img{
  float: left;
  width: 30%;
  margin-right: 10px;
  border: 2px dashed #000;
}


.box_03 img{
  float: left;
  width: 50%;
  margin-right: 8px;
}


.mainimg img{
  float: left;
  width: 40%;
  margin-right: 13px;
}


/*
@media
-------------------------------------------*/

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

body{
    font-size: 80%;
}


#base{
    width: 95%;
    padding: 10px;
}

#base02{
    width: 95%;
    padding: 10px;
}

.mainbar{
    width: 95%;
    padding: 10px;
}

.sidebar{
    width: 95%;
    padding: 10px;
}

#sub_contents{
      width: 95%;
    padding: 10px;
}


#sub_contents img{
      width: 95%;
    padding: 10px;
}

#contents_img img{
    display: block;
    width: 100%;
    height: auto;
}

#subimg_container img{
      display: block;
    width: 100%;
    height: auto;
}

.logo_img {
  display: block;
  width: 50%;
}

.box_02{
  width: 92%;
}

.box_02 p{
      width: 100%;
}

.box_03{
  width: 92%;
}

.box_03 p{
      width: 100%;
}

#sub_contents p{
  width: 100%;

}

.two_box p{
    width: 368px;
}

#top_navi li a{
    font-size: 11px;
    width: 100%;
}

#footer_navi li a{
    font-size: 11px;
    width: 100%;
}

#topcontents_container p{
    margin-bottom: 20px;
}

#subimg_container img{
    display: block;
    width: 100%;
}

}

/*
@media
-------------------------------------------*/

/* ---------- footer（下部分） ---------- */

#footer{
  padding: 10px;
  text-align: center;
  margin-top: 30px;
  background-color: #000;
  color: #fff;
}


/*
clearfix
-------------------------------------------*/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */

/*
内部
-------------------------------------------*/


#sub_contents{
margin: 0 auto;
padding: 0;
}

#footer_navi li a{
  display: block;
  float: left;
  width: 151px;
  font-size: 13px;
  color: #B30E4D;
  border-bottom: 1px solid #B30E4D;
  text-decoration: none;
  text-align: center;
  line-height: 25px;
  margin-bottom: 40px;
  margin-left: 12px;
}

.Copyright{
  margin-top: 30px;
}

.bese02 img{
  float: left;
  width: 32%;
  margin-bottom: 20px;
  margin-right: 15px;
}

.bese02 h3{
  clear: both;
}

.base02.sb_con img{
  height: auto;
  width: 100%;
}

section.content{
padding: 10px;
margin-bottom:20px;
overflow:hidden;
/* font-size:14px; */
background:#fff;
box-shadow:0 0 3px #ddd;
margin-top: 20px;
}

* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

section.content img{
/* max-width:90%; */
height:auto;
}