@charset "utf-8";
/*** #av-bito TOP
----------------------------------------- ***/
#av-bito #list-new{

}
#av-bito #list-new .list-new-each{
	overflow:hidden;
	margin-bottom:20px;
}
#av-bito #list-new .list-new-each img {
	float:left;
	margin-right:20px;
}
#av-bito #list-new .list-new-each .list-new-each-r{
	float:right;
	width:550px;
}
#av-bito #list-new .list-new-each .ttl-author {
	display: block;
	background:url(../images/ico_profile.gif)  no-repeat left top;
	padding-left:40px;
	padding-bottom:2px;
	border-bottom: #AFAFAF dotted 1px;
	margin-bottom:0.5em;
	font-size:110%;
}
#av-bito #list-new .list-new-each .ttl-author .name,
#av-bito #list-backnumber .list-backnumber-each .name{
	vertical-align:bottom;
	padding-left:0.5em;
	font-size:150%;
	font-weight:bold;
}
/********* 2018/9/20追加 ここから ********/
#av-bito #list-new .list-new-each .ttl-author .published{
	vertical-align:bottom;
	float: right;
	margin-right: 0.5em;
	font-size:100%;
	color: #666666;
}
/********* 2018/9/20追加 ここまで ********/
#av-bito #list-new .list-new-each a,
#av-bito #list-backnumber .list-backnumber-each a{
	text-decoration: none;
		color: #000000;
}
#av-bito #list-new .list-new-each a:visited,
#av-bito #list-backnumber .list-backnumber-each a:visited{
	text-decoration: none;
	color: #000000;
}
#av-bito #list-new .list-new-each a:hover,
#av-bito #list-backnumber .list-backnumber-each a:hover{
	text-decoration: underline;
	color: #eb6100;
}

#av-bito #list-new .list-new-each .ttl-author br{
	display: none;
}
#av-bito #list-new .list-new-each .intro {
	color:#eb6100;
}
#av-bito #list-backnumber h3                            {
 margin: 0 0 25px;
 padding: 20px 20px 10px 5px;
 font-size: 2.2em;
 line-height: 30px;
 color: #eb6100;
border-bottom: #AFAFAF dotted 1px;
}
#av-bito #list-backnumber{
	overflow:hidden;
}
#av-bito #list-backnumber .list-backnumber-each{
	float:left;
	width:45%;
	padding-left:40px;
	background:url(../images/ico_profile.gif)  no-repeat left top;
	padding-bottom:2px;
	border-bottom: #AFAFAF dotted 1px;
	margin-bottom:2em;
	font-size:110%;
}
#av-bito #list-backnumber .list-backnumber-each.m-right{
	margin-right:40px;
}


/*** #av-bito 記事ページ
----------------------------------------- ***/

#av-bito h1                                   {
 width: 100%;
 margin: 0 0 30px;
}
#av-bito p {
	font-size:1.3em;
}

#av-bito .back-list {
	margin-bottom:5px;
	padding-left:10px;
	text-align:right;
} 
#av-bito .back-list img{
	margin-bottom:5px;
}
#av-bito .back-list a {
	color: #eb6100;
	margin-left:5px;
	text-decoration:underline;
	}
#av-bito .back-list a:visited {
	color: #eb6100;
}
#av-bito .back-list a:hover {
	text-decoration:none;
}

#av-bito .ttl-small {
	font-size:70%;
}
	
#av-bito .author                              {
 width: 100%;
 margin: 20px 0 30px;
 padding: 15px;
 overflow: hidden;
 background: #f5f5f5;
}
#av-bito .author .thumb                       {
 float: left;
 width: 120px;
 height: 90px;
 margin-right: 15px;
}
#av-bito .author .run                      {
 float: right;
 width: 535px;
}

#av-bito .author h3                           {
 margin: 0 0 5px;
 font-size: 1.4em;
 line-height: 24px;
 color: #eb6100;
}
#av-bito .author h3 br{
	display: none;
}

#av-bito .author li                           {
 font-size: 1.2em;
 line-height: 20px;
 position: relative;
 padding: 0 0 0 12px;
}
#av-bito .author li:before                    {
 display: block;
 content: "・";
 width: 14px;
 height: 20px;
 position: absolute;
 left: 0;
 top: 0;
}

#av-bito .entry h2                            {
 margin: 0 0 25px;
 padding: 20px 20px 20px 45px;
 font-size: 2.6em;
 line-height: 30px;
 color: #eb6100;
 background: #f5f5f5 url(../../run/images/entry/h2.png) no-repeat 20px 22px;
 background-size: 18px 24px;
 border-radius: 6px;
}

#av-bito .entry h3                            {
 clear: both;
 margin: 30px 0 20px;
 padding: 0 0 3px 30px;
 position: relative;
 font-weight: normal;
 font-size: 2.2em;
 line-height: 34px;
 background: url(../../run/images/entry/h3.png) no-repeat 0 5px;
 background-size: 22px 22px;
 border-bottom: 1px dotted #ccc;
}

#av-bito .entry .index h4                               {
 font-size: 1.8em;
}

#av-bito .entry p,
#av-bito .entry dl,
#av-bito .entry table td,
#av-bito .entry table th,
#av-bito .entry ul li                              {
 font-size: 1.4em;
}


#av-bito .other                               {
 margin: 30px 0 30px;
 position: relative;
 overflow: hidden;
 height:50px;
 border-top:#000000 dotted 1px;

}
#av-bito .other li                            {
 width: 220px;
 font-size: 1.2em;
 line-height: 20px;
  padding-top:10px;
}
#av-bito .other li a                          {color: #eb6100;text-decoration: underline;}
#av-bito .other li a:hover                    {text-decoration: none;}
#av-bito .other .current                      {
 margin-left: -110px;
 position: absolute;
 left: 50%;
 top: 0;
 text-align: center;
}
#av-bito .other .prev                         {float: left;text-align: left;}
#av-bito .other .next                         {float: right;text-align: right;}

#av-bito .entry p img                         {height: auto;}
#av-bito .entry .hidari                       {margin: 0 30px 20px 0;padding: 0;}
#av-bito .entry strong                        {color: #eb6100;}

/* 2015-11-09 added */
#av-bito .top .entry {
 position: relative;
 overflow: hidden;
}
#av-bito .top .entry ul li,
#av-bito .top .entry p {
 font-size: 1.3em;
}

  #av-bito .entry p {
	  margin-bottom:1em;
  }
#av-bito .top .entry h3 {
 color: #31313F;
 padding-left: 40px;
}

#av-bito .top .entry ul {
 margin: 0 0 16px 26px;
}
#av-bito .top .entry ul li a {
 background: url( "../../shared/aside/content/images/lili_off.png" ) no-repeat 0 0.35em;
 display: block;
 color: #000000;
 padding: 0 0 0 20px;
}
#av-bito .top .entry .migi {
	float:right;
 margin: 0 0 10px 10px;
}
#av-bito .top .entry .img-center {
	margin:20px auto 40px;
	text-align:center;
}
#av-bito .av-bito_chuki{
	margin-top:2em;
}

#av-bito .list-orange li{
	list-style-type: disc;
	color: #eb6100;
	font-weight: bold;
}
/*page10*/
#av-bito .area-intro p{
	line-height:1.2;
	margin-bottom:0.5em;
}
#av-bito .area-intro{
	border:#F05923 3px solid;
	border-radius: 10px;
	padding:15px 30px;
	margin:5px auto 20px;
 }
 #av-bito .area-intro .box{
	 overflow:hidden;
	 margin-top:20px;
 }
  #av-bito .area-intro .box .left{
	  float:left;
	  width:250px;
	  display:block;
	  margin-right:20px;
  }
    #av-bito .area-intro .box .left img{
		margin-bottom:5px;
	}
   #av-bito .area-intro .box .right{
	  float:left;
	  display:block;
	  width:320px;
  }
    #av-bito  .area-intro .box .right .ttl{
		  font-weight:bold;
		  font-size:16px;
	  }


@media screen and (min-width: 0px)
              and (max-width: 610px)        {
				  
/*** #av-bito TOP
----------------------------------------- ***/
#av-bito #list-new{

}
#av-bito #list-new .list-new-each{
	overflow:hidden;
	width:100%;
}
#av-bito #list-new .list-new-each img {
	width:30%;
	height:auto;
	float:left;
	margin-right:10px;
}
#av-bito #list-new .list-new-each .list-new-each-r{
	float:right;
	width:65%;

}
#av-bito #list-new .list-new-each .ttl-author {
	display: block;
	background: none;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	margin-bottom:0.5em;
	font-size:100%;
	margin-top:-5px;
}
#av-bito #list-new .list-new-each .ttl-author br{
	display: inline;
}
#av-bito #list-new .list-new-each .ttl-author .name{
	font-size:140%;
	font-weight:bold;
	padding-left:0.5em;
}
/********* 2018/9/20追加 ここから ********/
#av-bito #list-new .list-new-each .ttl-author .published{
	width: 70px;
	position: relative;
	text-align: right;
	margin-right: 0em;
}
/********* 2018/9/20追加 ここまで ********/
#av-bito #list-new .list-new-each .intro{
	font-size: 120%;
	line-height:120%;
}
#av-bito .title h2                            {
 margin: 0 0 20px;
 padding: 15px 20px 15px 45px;
 font-size: 2.2em;
 line-height: 24px;
 color: #eb6100;
 background: #f5f5f5 url(../../run/images/entry/h2.png) no-repeat 15px 12px;
 background-size: 18px 24px;
 border-radius: 6px;
}

#av-bito #list-backnumber{
	overflow:hidden;
	margin-bottom:30px;
}
#av-bito #list-backnumber .list-backnumber-each{
	float: none;
	width:100%;
	padding-left:40px;
	background:url(../images/ico_profile.gif)  no-repeat left top;
	padding-bottom:2px;
	border-bottom: #AFAFAF dotted 1px;
	margin-bottom:2em;
	font-size:90%;
}
#av-bito #list-backnumber .list-backnumber-each.m-right{
	margin-right:0px;
}

/*** #av-bito 記事ページ
----------------------------------------- ***/

#av-bito #list-new .list-new-each .intro {
	color:#eb6100;
}

#av-bito .back-list img{
	width:15px;
}
 #av-bito .entry br                           {display: none;}
 #av-bito .entry p img                        {height: auto;}
 #av-bito .entry strong                       {color: #eb6100;}


 #av-bito .author                             {
  width: 100%;
  margin: 20px 0 30px;
  padding: 15px;
  overflow: hidden;
  background: #f5f5f5;
 }
 #av-bito .author .thumb                      {}
 #av-bito .author .run                     {
  float: none;
  width: 100%;
 }
 #av-bito .author h3 br{
	display: inline;
}
  #av-bito .author .run p                {
	  display:block;
	  float:left;
 }
 #av-bito .other:before                       {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
 }
 
 #av-bito .other li                           {width: 50%;}
 
 #av-bito .other li i                         {display: inline;}

 #av-bito .other .current                     {display: none;}
 #av-bito .other .prev                        {float: left;padding: 10px 10px 0 0;}
 #av-bito .other .next                        {float: right;padding: 10px 0 0 10px;}
}
