@charset "utf-8";
/*
Theme Name: BaseViews3
Theme URI: http://baseviews.com
Description: baseviews.com css
Version: 3
Author: baseviews.com
Author URI: http://baseviews.com
Tags: 
*/
body{font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Meiryo', 'メイリオ', 'sans-serif';}
.dancingscript{font-family: 'Dancing Script', cursive;}
a, a:hover, a:active{color:#04F;}
.dl-inline dt, .dl-inline dd{display:inline;}
.text-333{color:#333;}
.text-555{color:#555;}
.table-responsive{border:none;}



#archivesTable th{padding:0 5px 0 0;border:none;}
#archivesTable td{padding:0 5px;color:#ccc;border:none;}

.mt0{margin-top:0;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt50{margin-top:50px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb50{margin-bottom:50px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr50{margin-right:50px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml25{margin-left:25px;}
.ml50{margin-left:50px;}

.f9{font-size:9px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}

/* header and logo */
#header{
  background:#222;
  box-shadow:0 0 10px #222;
  width:100%;
  height:40px;
}

#logo{margin:3px 0 0 0;}
#logo>a{color:#FFF;font-size:24px;text-decoration:none;}
#logo>a>small{font-size:14px;}

/* header link color reset */
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a{color:#333;text-decoration:none;}
h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover, h5>a:hover, h6>a{color:#333;text-decoration:none;}

.index-section{}

/* breadcrumb */
.breadcrumb{background:transparent;/*font-family:'Dancing Script';*/}
.breadcrumb li+li:before{content:'≫';}

/* simple inline dl */
.mydl dt, .mydl dd{display:inline;}
.mydl dt{font-weight:normal;}
.mydl dt:after{content:'：';}