
/* CSS Document */
body {
  background-color:#fbfbfb;
  background-image: none;
}

h1 {
  font-size: 30px;
}

body, p, .navbar-default .navbar-nav > li > a, a {
  font-family: "メイリオ", "Meiryo", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', sans-serif !important;
}


a.topcorona{
	font-size:1.4em;
	text-align:center;
	display:block;
	border:1px solid #ED1C24;
	width:100%;
	padding:21px;
	margin:26px 0px;
	background-color:rgba(237,28,36,1);
	color:#ffffff;
	transition: all 0.45s ease 0s;
}
a.topcorona:hover{
	background-color:rgba(255,255,255,1);
	color:#ED1C24;
}

.totsuka_ttl1{
	border-bottom:5px solid #AFC6E4;
	padding-bottom:3px;
}
.blog_postcontent .image_frame{
	margin-bottom: 0px; 
}

.featured_section3 b {
	 font-size: 34px;
}
.featured_section3 strong{
	font-size: 42px;
}
.featured_section3 {
	padding: 0px 0px 80px 0px;
}
.footerline{
	border-top:1px solid #999999;
	margin-top:-10px;
	padding-top:20px;
}
.otoiawase_tbl td{
	float:left;
}
.totsuka_ct{
	text-align:center;
}
.totsuka_lt{
	text-align:left;
}
.totsuka_rt{
	text-align:right;
}
.footer{
    padding: 30px 0px 0px 0px !important;
}
.page_title2 {
    padding: 25px 0px;
}
.container {

}
@media (min-width: 1023px){
.effHidden, .effHidden * {
    visibility: visible;
}
}
@media (max-width: 999px){
.navbar-collapse.pull-right {
    /* float: none !important; */
    background-color:rgba(249,249,249,0.96);
	border:1px solid #BCBCBC;
}
.navbar-default .navbar-nav>li>a {
	color:#3E3E3E;
	font-size:1.1em;
	display:block;
	width:100%;
	-webkit-tap-highlight-color:rgba(240,240,240,0.6);
}
body .navbar-collapse {
    max-height: 380px;
}
}

@media only screen and (max-width: 479px){
.page_title2 {
    padding: 0px 0px 10px;
}
.featured_section3 b {
    font-size: 24px;
    line-height: 24px;
}

.container {
    width: 92%;	
	
}
.totsuka_2columns{
	padding-left:0px !important;
	padding-right:0px !important;
}
}