@charset "utf-8";

/*********************************************************************
 *
 * </tech/katri/css_v2/common.css>
 *
 * 更新日: 2009/12/20
 *
 * ===================================================================
 * 
 *  ■概要
 *
 *  importと、基本タグ・汎用classの指定
 *
 * ===================================================================
 *
 *  ■プロパティリスト (以下の順でプロパティを記述)
 *
 *   - display
 *   - list-style
 *   - position
 *   - float
 *   - clear
 *   - width
 *   - height
 *   - margin
 *   - padding
 *   - border
 *   - background
 *   - color
 *   - font
 *   - text-decoration
 *   - text-align
 *   - vertical-align
 *   - white-space
 *   - other text
 *   - content
 *
 * ===================================================================
 *
 *  ■使用ハック
 *
 *  01) Windows IE7・IE6対象
 *
 *      e { *propaty: value; }
 *
 *  02) Windows IE6対象
 *
 *      e { _propaty: value; }
 *
 *  03) Firefox 2以降対象 ※印刷用CSSで使用
 *
 *      html:not([lang*=""]) e { }
 *
 *  04) Safari 3対象 ※[お問い合わせ] で使用
 *
 *      body:first-of-type e { }
 *
 *  05) Clearfix
 *
 * ===================================================================
 *
 *  ■フォントサイズ
 *
 *  ※文字サイズ [標準] を選択している場合。
 *
 *  基準値: font-size: 13px = 81.2%
 *
 *  font-size:  84.6% = 10px
 *  font-size:  92.5% = 12px
 *  font-size: 107.7% = 14px
 *  font-size: 138.5% = 18px
 *
 *********************************************************************/

@import url("/common/css/reset.css");
@import url("/common/css/body.css");
@import url("/common/css/footer.css");
@import url("/common/css/module/block.css");
@import url("/tech/himeji_castle/css/himeji_main.css");
@import url("/tech/himeji_castle/css/header.css");

/*  Common Elements
---------------------------------------------------------- */

html {
	overflow-y: scroll;
}

body {
	background-color: #fff;
	color: #363434;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px;
	*font-size: 81.2%;
	text-align: center;
}

a:link {
	color: #1d3994;
	text-decoration: underline;
}

a:visited {
	color: #941d55;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #cc0033;
}

img {
	border: 0;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

blockquote {
	padding: 15px;
}

table th,
table td,
table caption {
	_font-size: 81.2%;
	line-height: 1.7;
}


/*  Common id, class
---------------------------------------------------------- */

p#counter {
	position: absolute;
	top: 0;
}

.rollover {
}

.hover {
	cursor: pointer;
}

.clear {
	clear: both;
}

br.clear {
	display: none;
}

.no_margin {
	margin: 0 !important;
}


/*  IE再生マーク表示 20210306追記
---------------------------------------------------------- */

/*IE再生マーク表示*/
.video_wrap .play_btn1,
.video_wrap .play_btn2,
.video_wrap .play_btn3,
.video_wrap .play_btn4,
.video_wrap .play_btn5 {
	display: none;
  }
.video_wrap .play_btn1 img,
.video_wrap .play_btn2 img,
.video_wrap .play_btn3 img,
.video_wrap .play_btn4 img,
.video_wrap .play_btn5 img {
	width: 100px !important;
	height: auto;
}
@media all and (-ms-high-contrast: none) {
.video_wrap {
	position: relative;
  }		
.video_wrap .play_btn1,
.video_wrap .play_btn2,
.video_wrap .play_btn3,
.video_wrap .play_btn4,
.video_wrap .play_btn5 {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin:0;/*余計な隙間を除く*/
	padding:0;/*余計な隙間を除く*/
  }
}
/*IE再生マーク表示　ここまで*/

/*  Clearfix
---------------------------------------------------------- */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/**/