header,
#navbox,
#drawer,
#menu,
.sm,
.sm_menu,
#navTgl,
#hung_menu{
	display:none;
}
#wraps {
	background-color:#fff;
	width:100%;
	margin: 0px;
	padding: 0px;
	min-width:1280px;
}
.wrap {
	width:1140px;
	margin: 0px auto;
	padding: 0px;
}
#go2 {
	position:fixed;
	right: 10px;
	bottom:10px;
	line-height:130%;
	z-index:999;
}
#go2 a{
	text-decoration:none;
	display:block;
	background-color:#93ca6f;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color:#fff;
	text-align:center;
	font-size:10px;
	padding: 5px;
}
#go2 a:hover{
	background-color:#5cb224;
}
#go2 a b{
	font-size:16px;
}
dl{
    display: table-row; 
}
#footer,
.wrap,
#heads{
	min-width:1140px;
}
@media screen and (max-width: 1099px) {/*tablet*/
	body {min-width:900px;}
}
@media screen and (min-width: 1100px) {/*PC*/
}
body{
    background-image: url(../img/main.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#h1{
    font-size: 12px;
    font-weight: normal;
    margin: 0px auto;
    padding: 0px;
    width: 95%;
}
#h1 br{
    display: none;
}
header{
    display: block;
    width: 95%;
    margin: 20px auto;
}
header p#logo{
    margin: -10px 0 0 0px;
    padding: 0px;
    float: left;
    width: 17%;
    font-size: 12px;
    color: white;
    text-align: center;
}
header p#logo{
    
}
header p#logo img{
    width: 100%;
}
header ul{
    display: table;
    float: right;
    margin: -10px 0 0 0px;
    padding: 0px;
}
header ul li{
    margin: 0px;
    padding: 0px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
header ul li:nth-child(1) a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin: 18px 12px;
    display: block;
}
/**/

header ul li:nth-child(2){
    
}
header ul li:nth-child(2) a{
    display: block;
    background-color: white;
    color: #7ac7f0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
header ul li:nth-child(2) a span{
    display: block;
    width: 30px;
    height: 15px;
    font-size: 11px;
    background-color: #7ac7f0;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    float: left;
    font-weight: normal;
    text-align: center;
    line-height: 0;
    padding-top: 15px;
    margin: 0 10px 0 0;
    color: white;
}
header ul li:nth-child(2) a i{
    margin-left: 10px;
    font-size: 20px;
    color: #7ac7f0;
}

/*------*/
#nav_menu{
    display: table;
    clear: both;
    margin:auto;
    letter-spacing: 0.5px;
    font-size: 14px;
}
#nav_menu dl dt{
    display: table-cell;
    padding: 0px 0;
    position: relative;
}
#nav_menu dl dt::after{
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background-color: white;
    display: block;
    top: 12px;
    right: 0;
}
#nav_menu dl dt a.first{
    text-decoration: none;
    color: black;
    padding: 10px 20px;
    position: relative;
    color: white;
}
#nav_menu dl dt a.first i{
    margin-left: 5px;
    font-size: 10px;
    color: yellow;
}
#nav_menu dl dt a.first:hover{
    color: yellow;
}
#nav_menu dl dt a.first:hover::after{
    content: "";
    position: absolute;
    display: block;
    width: 70%;
    height: 3px;
    background-color: white;
    bottom: 0;
    left: 15%;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
    color: green;
}
a.drop:hover::after{
    background-color: white !important;
}
/*--------*/
.dropmenu {
	margin: 0;
    padding: 0;
}
.dropmenu li {
	position: relative;
	margin: 0;
    padding: 0;
    list-style: none;
}
.dropmenu li a {
	display: block;
	margin: 0;
	padding: 13px 15px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}
.dropmenu li ul {
	position: absolute;
	width: 130%;
	z-index: 9999;
	top: 110%;
	left: -30%;
}
.dropmenu li ul#service{
    width: 160%;
}
.dropmenu li ul#company{
    width: 190%;
}
.dropmenu li ul li{
	overflow: hidden;
	height: 0;
	transition: .2s;
}
.dropmenu li ul li a{
	border-top: 1px solid #7ac7f0;
	background: white;
	color: black;
    text-decoration: none;
}
.dropmenu li ul li a:after {
	content: none;
}
.dropmenu li ul li:first-child a{
	border-top: none;
}
@media screen and (min-width: 601px) {
	.dropmenu li:hover a:after {
		transform: rotate(180deg);
		transition: .1s;
	}
	.dropmenu li:hover ul li{
		overflow: visible;
		height: 40px;
	}
	.dropmenu li ul li a:hover {
		background: #f0faff;
		transition: .1s;
	}
}
@media screen and (max-width: 600px) {
	.dropmenu li.active_sp a:after {
		transform: rotate(180deg);
		transition: .1s;
	}
	.dropmenu li.active_sp ul li{
		overflow: visible;
		height: 40px;
	}
}
#nav_menu_wrap{
    margin: -45px 0 0 0;
    float: left;
    width: 100%;
    clear: both;
}
/*------*/
#top_h2{
    clear: both;
    text-align: center;
    color: white;
    padding: 90px 0 0 0;
    font-size: 110%;
    line-height: 200%;
    height: 500px;
}
#top_h2 h2{
    font-size: 30px;
    line-height: 200%;
}
/*------*/
#top_h3{
    clear: both;
    text-align: center;
    
    background-color: white;
    margin: -50px 0 0 0;
    padding: 60px 0 0 0;
}
#top_h3 h3{
    font-size: 26px;
    line-height: 200%;
}
/*------*/
#base_h2{
    clear: both;
}
#base_h2 h2{
    font-size: 26px;
    line-height: 200%;
}
/*------*/
.cen_title{
    clear: both;
    text-align: center;
}
.cen_title h3{
    font-size: 23px;
    line-height: 200%;
}
/*------*/
.midasi02{
  clear: both;
  font-size: 18px;
  display: flex;
  text-align: left;
  margin: 70px 0 10px 0px;
  padding: 0px 0px 0 0;
    position: relative;
    color: #3e89b4;
}
.midasi02::after{
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #86c6ea;
  top: 13px;
    left: 5px;
    position: relative;
}
.midasi02 i{
    color: #3fa7e2;
    font-size: 60%;
    margin: 8px 5px 0 0;
}
.midasi02 span{
    color: red;
}
/*--------*/
ul#top_sefvbox{
    clear: both;
    margin: 0px;
    padding: 0px;
}
ul#top_sefvbox li{
    list-style: none;
    float: left;
    width: 33.33%;
    margin: 0;
    padding: 0px;
}
ul#top_sefvbox li div{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin: 1%;
    padding: 5% 10%;
    height: 350px;
    position: relative;
    color: white;
}
ul#top_sefvbox li a {
    text-decoration: none;
}
ul#top_sefvbox li a div{
    text-decoration: none;
    display: block;
    border: 2px solid white;
    box-sizing: border-box;
}
ul#top_sefvbox li a:hover div{
    border: 2px solid #aed5ec;
}
ul#top_sefvbox li div h3{
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
    font-size: 20px;
}
ul#top_sefvbox li div p.txt{
    font-size: 85%;
}
ul#top_sefvbox li div p.list{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    border-top: 1px solid white;
    width: 81%;
    padding-top: 2%;
}
ul#top_sefvbox li div p.list span{
    display: block;
    float: left;
    margin: 2% 2% 0 0;
    padding: 2px 5px;
    background-color: rgba(255,255,255,.3);
}
#top_title1{
    padding: 80px 0 30px 0;
}
/*----*/
ol#top_pointlist{
    margin: 0px auto;
    padding: 0px;
    clear: both;
    width: 80%;
}
ol#top_pointlist li{
    display: table;
    margin: 0px;
    padding: 30px 0px;
    clear: both;
    width: 100%;
    list-style: none;
}
ol#top_pointlist li p.num,
ol#top_pointlist li div.txt,
ol#top_pointlist li p.imgs{
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
ol#top_pointlist li p.num{
    width: 7%;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
    font-size: 100px;
    padding-top: 20px;
    color: blue;
}
ol#top_pointlist li div.txt{
    width: 50%;
}
ol#top_pointlist li div.txt h3{
    margin: 0px;
    padding: 10px 0 0 0px;
    color: blue;
    font-size: 16px;
    font-weight: normal;
  position: relative;
  display: flex;
    text-decoration: underline;
}
/*
ol#top_pointlist li div.txt h3::after{
    
  content: '';
    width:30px;
  height: 1px;
 display: inline-block;
  background-color: #337ab7;
    position: absolute;
    bottom: -5px;
    left: 0;
}
*/
ol#top_pointlist li div.txt h4{
    font-size: 24px;
    font-weight: normal;
    margin: 0px;
    padding: 15px 0 5px ;
}
ol#top_pointlist li div.txt p{
    
}
/*-------*/
ol#top_pointlist li p.imgs{
    width: auto;
    height: auto;
}
ol#top_pointlist li p.imgs img{
    width: 90%;
    height: auto;
    float: right;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.kakko {
        position: relative;
        width: 30%;
        text-align: center;
    }
.kakko::before{
        content: "“";
        position: absolute;
        width: 50px;
        height: 50px;
        display: block;
        font-family: "BIZ UDPGothic", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
        left: 0;
        top: 0;
    }
.kakko::after{
        content: "”";
        position: absolute;
        width: 50px;
        height: 50px;
        display: block;
        font-family: "BIZ UDPGothic", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 50px;
        right: 0;
        bottom: 0;
    }
.top_voicewrap,
#top_voicewrap{
    display: table;
    width: 100%;
    min-width: 1150px;
}
.top_voicewrap dl dt,
#top_voicewrap dl dt{
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 45%;
    padding: 25px 0 50px 0;
    min-width: 500px;
}
.top_voicewrap dl dt a,
#top_voicewrap dl dt a{
    text-decoration: none;
    color: black;
}
.top_voicewrap dl dt a:hover td,
#top_voicewrap dl dt a:hover td{
    color: #3fa7e2;
}
.top_voicewrap dl dt:nth-child(2),
#top_voicewrap dl dt:nth-child(2){
    padding-left: 2%;
}
.top_voicewrap dl dt table,
#top_voicewrap dl dt table{
    
}
.top_voicewrap dl dt table th,
#top_voicewrap dl dt table th{
    width: 110px;
    text-align: center;
    vertical-align: top;
    line-height: 140%;
}
.top_voicewrap dl dt table th img,
#top_voicewrap dl dt table th img{
    width: 100px;
    height: 100px;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    float: left;
    margin-bottom: 5px;
    border: 1px solid #86c6ea;
}
.top_voicewrap dl dt table th p,
#top_voicewrap dl dt table th p{
    clear: both;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    padding: 2% 0 0 10%;
}
.top_voicewrap dl dt table td,
#top_voicewrap dl dt table td{
    
}
.top_voicewrap dl dt table td h4,
#top_voicewrap dl dt table td h4{
    width: 93%;
    text-align: left;
    padding-left: 7%;
    padding-bottom: 70px;
    font-size: 20px;
    margin: 0 0 -50px 0;
    font-weight: bold;
}
.top_voicewrap dl dt table td p,
#top_voicewrap dl dt table td p{
    padding-left: 7%;
}
/*---------------*/
#news_wrap{
    background-color: #f7f7f7;
    clear: both;
    margin: 100px 0;
    padding: 100px 0 200px 0;
}
#news_wrap div#news_wrap_box{
    display: table;
    width: 1000px;
    margin: auto;
}
#news_wrap div dl dt#left,
#news_wrap div dl dd#right{
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
#news_wrap div dl dt#left{
    width: 200px;
}
#news_wrap div dl dt#left b{
    font-size: 20px;
}
#news_wrap div dl dt#left a{
    font-size: 13px;
}
/*------*/
footer{
    clear: both;
    display: block;
    width: 100%;
    background-color: #8ec4f2;
    text-align: center;
    color: white;
    padding: 20px 0 0 0;
}
footer p#f_logo{
    margin:  auto;
    padding: 0px;
    width: 17%;
    font-size: 12px;
    color: white;
    text-align: center;
}
footer p{
    padding: 20px 0;
}
footer p#f_logo img{
    width: 100%;
}
footer a{
    color: white;
}
footer ul{
    margin: -10px auto 0 auto;
    padding: 0px;
}
footer ul li{
    margin: auto;
    padding: 0px;
    clear: both;
    list-style: none;
}
footer ul li:nth-child(1) a{
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    margin: 18px 12px;
    display: block;
}
/**/

footer ul li:nth-child(2){
    width: 200px;
}
footer ul li:nth-child(2) a{
    display: block;
    background-color: white;
    color: #7ac7f0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
footer ul li:nth-child(2) a span{
    display: block;
    width: 30px;
    height: 15px;
    font-size: 11px;
    background-color: #7ac7f0;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
    float: left;
    font-weight: normal;
    text-align: center;
    line-height: 0;
    padding-top: 15px;
    margin: 0 10px 0 0;
    color: white;
}
footer ul li:nth-child(2) a i{
    margin-left: 10px;
    font-size: 20px;
    color: #7ac7f0;
}
#f_link{
    display: table;
    margin: 30px auto;
    line-height: 160%;
}
#f_link dl dt{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid white;
}
#f_link dl dt:last-child{
    border-right: 1px solid white;
}
#f_link dl dt a{
    display: block;
    padding: 0 20px;
}
address{
    display: block;
    padding: 30px 0 0 0;
    font-size: 12px;
}
/*------*/
#base_title{
    clear: both;
    text-align: center;
    color: white;
    padding: 30px 0 20px 0;
    font-size: 110%;
    line-height: 200%;
    height: 200px;
}
#base_title h2{
    font-size: 30px;
    line-height: 200%;
    position: relative;
}
#base_title h3{
    font-weight: normal;
    font-size: 13px;
    margin: -10px auto 0 auto;
    padding: 0;
}
#base_title h3 span{
    color: #1485bd;
    background-color: white;
    padding: 2px 20px;
}
#base_wrap{
    clear: both;
    background-color: white;
    padding: 50px 0;
    margin: 0 0 -20px 0;
}
/**/
#tabs {
    display: table;
    margin: -30px auto -5px auto;
}
#tabs dl dt{
    display: table-cell;
    vertical-align: top;
    text-align: center;
}
#tabs dl dt a{
    display: block;
    margin: 0px;
    padding: 12px 30px;
    margin: 0 1px;
    background-color: rgba(255,255,255,.7);
    box-sizing: inherit;
}
#tabs dl dt a:hover{
    background-color: white;
    text-decoration: none;
}
#tabs dl dt#fix a{
    background-color: white;
    text-decoration: none;
    border-top: 2px solid blue;
}
/**/
.img_list{
    display: table;
    margin: 50px 0;
    clear: both;
}
.img_list dl dt,
.img_list dl dd{
    display: table-cell;
    vertical-align: top;
}
.img_list dl dt img{
    width: 90%;
    height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.left dl dt{
    width: 35%;
    text-align: left
}
.left dl dd{
    
}
.left dl dd h3{
    color: #3e89b4;
    margin: 0px;
    padding: 0px;
}
#prbox{
    background-color: #fbf7ed;
    padding: 2% 10%;
}
/**/
ul#tabi_list{
    margin: 0px 0 0 -1%;
    padding: 0px;
}
ul#tabi_list li{
    margin: 0px 0 30px 0;
    padding: 1%;
    float: left;
    list-style: none;
    width: 23%;
    font-size: 13px;
    line-height: 170%;
}
ul#tabi_list li div{
    
}
ul#tabi_list li img{
    width: 100%;
    height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul#tabi_list li h4{
    font-size: 18px;
    color: #3e89b4;
    margin: 0px;
    padding: 10px 0 6px 0;
}
/*--------*/
.flow_box ol{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
.flow_box ol li{
    margin: 0px;
    padding: 0px;
    list-style: none;
    clear: both;
}
.flow_box ol li img{
    width: 200px;
    height: auto;
    float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.flow_box ol li div{
    float: right;
    margin: 0;
    padding: 0;
    width: 80%;
}
.flow_box ol li h4{
    font-size: 18px;
    margin: 10px 0 -5px 0;
}
.flow_box {
    font-size: 1.6rem;
    padding: 2px 0 40px 36px;
    position: relative;
}

.flow_box::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    z-index: 1;
    border: 2px solid #3e89b4;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.flow_box::after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: lightgrey;
    position: absolute;
    top: 0;
    left: 10px;
}

.last::after {
    display: none;
}

.flow_content time {
    color: #3e89b4;
    font-weight: bold;
    display: block;
    margin-top: -6px;
}
/**/
.bordbox{
    margin: 50px 0;
}
.bordbox th{
    padding: 10px 0;
}
.bordbox td{
    border-right: 10px solid white;
    border-bottom: 10px solid white;
    background-color: #fbf7ed;
    padding: 2% 4%;
}
.bordbox td ul{
    margin: 0;
    padding: 0 0 0 15px;
    font-weight: bold;
}
.serv_rightimg{
    float: right;
    margin: 0px 0 20px 20px;
    padding: 0px;
    width: 30%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/**/
.pricebox{
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: auto;
}
.pricebox th,
.pricebox td{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    font-weight: normal;
    text-align: left;
}
.pricebox th{
    background-color: #f7f7f7;
}
.pricebox td{
    
}
.ef_logo img{
    width: 650px;
    height: auto;
}
#companytable{
    width: 650px;
    margin: 30px 0;
}
/*--------*/
#top_voicewrap dl dt#syousai,
#top_voicewrap dl dt#syousai table{
    width: 1280px !important;
}
#top_voicewrap dl dt#syousai table td h4{
    width: 55%;
    padding-left: 4%;
    font-size: 30px;
    margin: 10px 0 -50px 20px;
    font-weight: normal;
    line-height: 140%;
}
#top_voicewrap dl dt#syousai table td p{
    padding: 20px 0 0 6%;
}
/**/
.staff dl dd h2{
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0px;
}
.staff dl dd h3{
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0px;
}
.staff dl dd h4{
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0;
    padding: 0px;
    color: #3e89b4;
    font-style: italic;
}
/**/
#goto{
    position: fixed;
    bottom: -15px;
    right: 0;
}
#goto a{
    display: block;
    width: 80px;
    height: 60px;
    color: white;
    background-color: #8ec4f2;
    text-decoration: none;
    z-index: 1000;
    text-align: center;
    border-top: 1px solid white;
    border-left: 1px solid white;
}
#goto a i{
    margin: 15px auto 0 auto;
    font-size: 30px;
}

/*------*/
#archive_wrap{
    display: table;
    width: 95%;
    margin: auto;
}
#archive_wrap dl dd,
#archive_wrap dl dt{
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
#archive_wrap dl dt#left{
    width: 20%;
    padding-right: 3%;
    font-size: 13px;
}
#archive_wrap dl dt#left h2{
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #f1eee6;
}
#archive_wrap dl dt#left ul{
    margin: 0px;
    padding: 0px;
}
#archive_wrap dl dt#left ul li{
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #f1eee6;
    list-style: none;
}
#archive_wrap dl dt#left ul li a{
    display: block;
    color: black;
    padding: 5px 0;
    text-decoration: none;
}
#archive_wrap dl dt#left ul li a i{
    margin: -5px 5px 0 0;
    font-size: 60%;
}
#archive_wrap dl dt#left ul li a:hover{
    background-color: #fcfaf4;
}
#archive_wrap dl dt#left ul li a p{
    margin: 0px;
    padding: 0px;
    font-size: 90%;
    color: dimgray;
}
#archive_wrap dl dt#left ul li a h4{
    margin: 0px;
    padding: 0px;
}
#archive_wrap dl dd{
}
/**/
#blogcontents{
    margin: auto !important;
    display: block;
    width: 80%;
    min-width: 800px;
}
/**/
.sp_wrap{
    width: 800px;
    margin: 0px auto;
}
.sp_wrap img{
    width: 100%;
    height: auto;
    border-radius: 5px 5px 5px 5px;
}
.bg_day{
    display: table;
    border-top: 1px solid #ddd;
    width: 100%;
    margin: 5px 0 30px 0;
}
.bg_day p,
.bg_day div{
    display: table-cell;
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}
.bg_day p {
    width: 13%;
}
.bg_day div{
    text-align: right;
}

/*------------------*/
table#bloglist{
    
}
table#bloglist th,
table#bloglist td{
    border-bottom: 1px dashed #ddd;
}
table#bloglist th{
    width: 20%;
    text-align: left;
    padding: 15px 0;
    vertical-align: top;
}
table#bloglist th span.sidebar-post-thumb{
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
}
table#bloglist th img{
    width: 90%;
    height: auto;
    float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    margin-bottom: 20px;
}
/**/
table#bloglist td{
    font-size: 13px;
    line-height: 160%;
    padding: 15px 0;
}
table#bloglist td span{
    font-size: 12px;
    color: gray;
}
table#bloglist td h3{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
table#bloglist td p.day{
    margin: 0px;
    padding: 0px;
}
table#bloglist td a{
    font-size: 17px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
}
/**/
#f_bana{
    display: table;
    margin: auto;
    width: 700px;
}
#f_bana dl dt{
    display: table-cell;
    width: 50%;
}
#f_bana dl dt img{
    width: 100%;
    height: auto;
}
