/*
Theme Name: fifteen-child
Template: twentyfifteen
*/
 
@import url('../twentyfifteen/style.css');


/* イベントカレンダー赤帯文字 */
.wn-head{
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 2px 2px 17px #808080;
-moz-box-shadow: 2px 2px 17px #808080;
box-shadow: 2px 2px 17px #808080;
background-color: #B40404;
padding: 4px;
font-weight: bold;
font-size: 12pt;
color: #FFFFFF;
text-align: center;
}


.hentry {
	background-color: #ffffe5;
	padding-top: 2.6923%;
	position: relative;
}


span.headertop {
font-size: 10pt;
color: #ffffff;
 }


li{
 
    list-style-type: none;
 margin-left:20px;
 
}

.entry-title {
		font-size: 2.5rem;
		line-height: 1.2308;
		margin-bottom: 1.2308em;
	}



/*　投稿の余白　*/
.entry-content {
	padding: 0px 10px 0px 10px;
	font-size: 1.3rem;
}

	
/* 全固定ページで非表示 */
.page .entry-title {
    display: none;
}
/* 全投稿ページで非表示 */
.post .entry-title {
    display: none;
}



/* page-kotei */
.wrapper
       {
        width: 900px;
        margin: 0px auto;
	 
      }




table,
th,
td {
	border: 0px;

}




/*　page builderでのblock余白　*/
.widget {
padding: 10px 0px;
}




/**Newpost-Catchを横並びにする**/
#new-post ul{
margin:0px;
}

#new-post ul li {
float: left;
margin-right: 5px;
padding: 2px;
}

#new-post li {
display: inline-block;
overflow: hidden;
clear: both;
margin:5px;
list-style: none;
vertical-align: top;
}

#new-post img{
/*サムネイルのスタイル*/
float:left;
padding:0px;
margin:5px;
}

#new-post .title {
/*記事タイトルのスタイル*/
width: 135px;
float: left;
}

.boxborder
/* border-radius */
border-radius:19px;
-webkit-border-radius:19px;
-moz-border-radius:19px;
/* box-shadow */
box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;

.entry-title{
    font-size:3.0rem;
}
.entry-content{
    font-size:1.5rem;
}

/*メニューのインラインフレーム*/
.michi_menu{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
	table-layout: fixed;
}

.michi_menu iframe{
    position:absolute;
    top:0;
    left:0;
    width:70%;
    height:100%;
}

.table2 {
  width: 600px;
  height: 100px;
  overflow: auto;
  white-space: nowrap;
}

.table2 td {
  border: solid 1px #000;
}
