@charset "utf-8";


body {
 font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,Verdana,"游ゴシック",fantasy,YuGothic,sans-serif;
 _font-size: 100%;
}

/*
　スペース設定
**************************************/

/*パディング*/

.pdall10 {
 padding: 10px;
}

.pdt10 { padding-top: 10px !important;}
.pdt20 { padding-top: 20px !important;}
.pdt30 { padding-top: 30px !important;}
.pdt40 { padding-top: 40px !important;}
.pdt50 { padding-top: 50px !important;}
.pdt60 { padding-top: 60px !important;}

.pdb10 { padding-bottom: 10px !important;}
.pdb20 { padding-bottom: 20px !important;}
.pdb30 { padding-bottom: 30px !important;}
.pdb40 { padding-bottom: 40px !important;}
.pdb50 { padding-bottom: 50px !important;}
.pdb60 { padding-bottom: 60px !important;}

.pdr5 { padding-right: 5px !important;}
.pdl5 { padding-left: 5px !important;}
.pdl10 { padding-left: 10px !important;}
.pdl30 { padding-left: 30px !important;}

.pdr10 { padding-right: 10px !important;}

/*マージン*/

.mgt5 { margin-top: 5px !important;}
.mgt10 { margin-top: 10px !important;}
.mgt20 { margin-top: 20px !important;}
.mgt30 { margin-top: 30px !important;}


.mgt40 { margin-top: 40px !important;}
.mgt50 { margin-top: 50px !important;}
.mgt80 { margin-top: 80px !important;}

.mgb5 { margin-bottom: 5px !important;}

.mgb10 { margin-bottom: 10px !important;}
.mgb20 { margin-bottom: 20px !important;}
.mgb30 { margin-bottom: 30px !important;}
.mgb40 { margin-bottom: 40px !important;}
.mgb50 { margin-bottom: 50px !important;}
.mgb70 { margin-bottom: 70px !important;}

.mgr5 { margin-right: 5px !important;}
.mgr10 { margin-right: 10px !important;}
.mgr20 { margin-right: 20px !important;}
.mgr30 { margin-right: 30px !important;}


.mgl5 { margin-left: 5px !important;}
.mgl10 { margin-left: 10px !important;}
.mgl30 { margin-left: 30px ;}


.mgl-n { margin-left: 0px !important;}
.mgr-n { margin-right: 0px !important;}
.pdl-n { padding-left: 0px !important;}
.pdr-n { padding-right: 0px !important;}


h1 {
  margin-top: 0px;
  margin-bottom: 7px;
}
.imgThumb {
  width: 100%;
  height: 180px;
  display: block;
  overflow: hidden;
}
.navbar-brand {
  padding: 0 15px;
}
.navbar-nav {
  padding-top: 4px;
}