@charset "utf-8";

/*
Theme Name: stinger-child
Template: stinger3ver20140327
*/

@import url('../stinger3ver20140327/style.css');

/*カスタマイズ個所*/

/*全体のフォント変更*/
* {
	font-family: “Lucida Grande”, “segoe UI”, “ヒラギノ丸ゴ ProN W4”, “Hiragino Maru Gothic ProN”, “メイリオ”, Meiryo, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

/*サイドバーのフォント変更*/
.menu_underh2 {
font-family:  “Lucida Grande”, “segoe UI”, “ヒラギノ丸ゴ ProN W4”, “Hiragino Maru Gothic ProN”, “メイリオ”, Meiryo, Verdana, Arial, sans-serif;
}

/*タイトル下文章のフォント、サイズ変更*/
#h-l .descr {
	font-size: 18px !important;
	font-family: メイリオ;
	margin-bottom: 15px;
}

/*strongタグの設定*/
strong {
	font-weight: normal;
	text-decoration: none;
}

/*-----------------------------
検索フォーム
-----------------------------*/

#s {background-color: #f8f8ff;
}

/*-----------------------------
埋め込みYoutubeの設定
-----------------------------*/

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*スマホ用上部バナー*/
.mobile_ad {
  margin-left: -10px;
  padding-bottom: 5px;
}