/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */

/* 画像サイズを600pxにする */
.img-size-test {
  width: 600px;
  height: auto;
}

/* ページに記事一覧を表示するStyleSheet */
.article_col .sc_article_title{
	width:100%;
}

.widget .article_col ul{
    width: auto%;
	display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
			margin-bottom:3px;
			max-height:280px;
}

.article_col ul li {
    width: auto%;
    display: inline-block;
	border-bottom:none !important;
	overflow:initial;
}

.article_col ul li a{
	padding:.5em;
	margin-bottom:.5em;
	font-size: 1.1em;
    font-weight: bold;
    color: #333;
	   background: #f9f9f9;
    border-radius: 3px;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width:768px){
	.article_col ul li {
    width: 100%;
}
	.article_col .sc_article_title{
		padding:0;
	}
}
@media screen and (max-width:599px){
	.article_col ul li {
    width: 100%;
}
}

/*　Googleカレンダー埋め込み  */

.g-calendar {
    text-align:center;
    }

.g-calendar iframe {
    width:100%;
    max-width:800px;
    height:400px;
    }

@media (min-width: 768px) {
    
.g-calendar iframe {
    height:600px;
    }
        
}