@charset "UTF-8";

* {
	margin:0;
	padding:0;
}


body {
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	padding:0;
}

p	{
	color: #333;
	line-height:1.8em;
}

img {
	border-style:none;
}

/* ----------------------------------

	左サイドバー （メニュー部分）

---------------------------------- */

/* 左サイドバー */

#navi {
	height: 100%;
	width: 200px;
	position: absolute;
	background-image:url(/openhouse/11/img/bg.png);
	top:0;
	left:0;
	margin:0;
	padding:0;
}

/* イベントロゴ */

h1 {
	display:block;
	background-repeat:no-repeat;
	margin-bottom:40px;
}


/* メニューまわり */

#nav_menu {
	width:200px;
	position:fixed;
	top:200px;
	left:0;
	margin:0;
	padding:0;
}

#nav_menu ul{
	padding:0;
	margin:0;
	list-style:none;
	}

#nav_menu li{
	padding:0;
	margin:0;
	line-height:0;
}

#nav_menu a {
	display:block;
	padding:1em 10px;
	font-size:1em;
	font-weight: bold;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	line-height:normal;
}

#nav_menu a:hover {
	background-color: #FFE100;
	color:#000;
	font-weight: bold;
}

/* メニュー最後の項目 bottomに罫線ひく */

.last { 
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/* ----------------------------------

	壁

---------------------------------- */


/* 全ての壁を格納するdiv */ /*width jsで調整する？ */

#cont {
	display:block;
}


/* 壁ごとのコンテナ　ポスター入るところ */ /*各値Jsで制御なう*/
.container_wall {
	height:400px;
	width:600px;
	margin:0;
	padding-left:200px;
}

/* 壁ごとのコンテナ　ポスター入らないところ */ /*各値Jsで制御なう*/
.container_info {
	width:600px;
	margin:0;
	padding-left:200px;
}

/*壁のタイトル帯*/

.container_title {
	width:600px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	background:url(/openhouse/11/img/bg_y.png);
}

h3 {
	font-size:1.3em;
	font-weight:bold;
}

h3 img {
	vertical-align:middle;
	margin-right:1em;
}


/* ----------------------------------*/
/* ----------------------------------*/

#top_headder {
	height:400px;
	width:400px;
}

#top_image {
	height:400px;
	width:400px;
	background:url(/openhouse/11/img/top_image.jpg);
}

/* 2カラムしまうコンテナ */ /*各値Jsで制御なう*/
.area {
	width:800px;
	padding:40px;
}

/* 左カラムコンテナ */ /*各値Jsで制御なう*/
.area_l{
	width:50%;
	float:left;
}

/* 右カラムコンテナ */ /*各値Jsで制御なう*/
.area_r{
	width:50%;
	float:right;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom:15px;
	margin-top:30px;
	background:#FFE100;
	padding:8px 0px 8px 10px;;
}

.area_link{
	
	font-size:0.9em;
	font-weight:bold;
	text-align:center;
	background:#DFDFDF;
	margin-top:1em;
	margin-bottom:1em;
	padding:4px 0px 4px 0px;
	cursor:pointer;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.area_link:hover{
	color:#FFF;
	background:#41B6A3;
}

.area_link img {
	vertical-align:middle;
	margin-right:1em;
}

a { 
	text-decoration:none;
	color:#333;
}



/* ----------------------------------*/
/* ----------------------------------*/

/* ↓ ポスターがあるところ ↓ */

/*壁ごとのポスターが入るところ*/ /*各値Jsで制御なう*/
.wall {
	width:400px;
	height:400px;
}

/* コンテンツごとの壁を２分割 */
.wall_s {
	width:100%;
	}


/*  壁ごとのidふり*/
#a {
	background: #FFE100 url(../img/test_wall01.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

#b {
	background: #FFE100 url(../img/test_wall02.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

#c {
	background: #FFE100 url(../img/test_wall03.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

#d {
	background: #FFE100 url(../img/test_wall04.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}



/* ----------------------------------

	サムネイルとしてのポスター設定

---------------------------------- */

/* ボックス設定 */
.poster {
	width:180px;
	height:240px;
	background-color:#FFF;
	float:left;
	display: block;
	padding:10px;
	cursor:pointer;
}

/*ポスターの画像*/
.poster img {
	margin-bottom:5px;
}

/* ポスター内の催事名 */
 h4 {
	font-size:0.8em;
	line-height:1.5em;
	font-weight:bold;
}

.poster table {
	height:55px;
	border:0;
}

/* ----------------------------------

	詳細画面
	
---------------------------------- */


/* ボックスの設定 */
.detail {
	width:400px;
	background-color:#FFF;
	z-index:10;
	margin:auto;
	padding:10px;
	text-align:left;
	
}

/* 詳細情報のカテゴリ */
.dtl_cat {
	font-size:0.8em;
	padding:0.5em 0 0.5em 1em;
	font-weight: bold;
	background-color: #FFE100;
}

/* 詳細情報のタイトル */
.dtl_ttl {
	font-size:1.5em;
	width:100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: bold;
}

/* 詳細情報のテキスト */
.dtl_text {
	width:100%;
	font-size:1em;
	line-height:1.8em;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

/*詳細画面が表示される際の背景 */
.screen {
	height:100%;
	width:100%;
	position:absolute;
	background-image:url(/openhouse/11/img/bg.png);
	top:0;
	left:0;
	margin:0;
	padding:0;
	z-index:5;
	display:none;
	text-align:center;
}


/* float解除 */
.clear {
	clear:both;
}



.drop-shadow {
    -webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.6), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
 
.drop-shadow:before,
.drop-shadow:after {
    content:"";
    position:absolute;
    z-index:-2;
    bottom:15px;
    left:10px;
    width:50%;
    height:20%;
}
 
.drop-shadow:after{
    right:10px;
    left:auto;
}
