/*
	Theme Name: diver_child_for_smartphone
	Template: diver
	Description:  切り替え機能を実装したDIVERの子テーマ。スマホに対してのみ、クロージングの記事を見せる。ビデオタグに対応
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

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

h1 {
  margin-bottom: 15px;
  font-size: 1.8em;
 line-height: 2.5;
  font-weight: 600;
	margin: 1.5em 0 1em;
}

h2 {
    position: relative;
    background-color: #607d8b;
    color: #fff;
    padding: .5em 1em;
    font-size: 1.5em;
    margin: 0.03em 0 1em;
    line-height: 1.5;
  }



video {
    width: 100%;
    height: auto;
    max-width: 100%;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}



