
@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　レイアウトスタイル　- 2009.02 -
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* --------------------------------------------------------------------------------------
 表
--------------------------------------------------------------------------------------- */

div.section-tbl table {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}

div.section-tbl th,
div.section-tbl td {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	text-align: left;
	vertical-align: top;
}

div.section-tbl th {
	background: #F5F5F5;
	font-weight: bold;
}

div.section-tbl td {
	background: #FFFFFF;
}


div.section-tbl table .t-center {
	text-align: center;
}

div.section-tbl table .t-middle {
	vertical-align: middle;
}

div.section-tbl table .bg {
	background: #EDF4F9;
}

div.section-tbl table .nobg {
	background: #FFFFFF;
}

.txt_space01 {
	margin:0 0 12px 12px;
	}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　メディアキャンペーン用スタイル　- 2008.11 -
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
  SEO用
--------------------------------------------------------------------------------------- */
#ct-area h1,
#ouboArea h2 {
	display:none;
	}

/* --------------------------------------------------------------------------------------
 パンくずリスト
--------------------------------------------------------------------------------------- */

p#location {
	font-size: 100%;
}

/* --------------------------------------------------------------------------------------
 TOPイメージ設定
--------------------------------------------------------------------------------------- */

#top-area {
	width:690px;
	height:553px;
	background: url(img/bg_mediacampaign_top.jpg) no-repeat;
	margin-bottom:24px;
	}
	
ul#oubobutton {
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
	}
ul#oubobutton li {
	list-style: none;
	}
ul#oubobutton li a {
	position: absolute;
	}
	
a#oubodvd {
	top: 442px;
	left: 61px;
	}
	
a#oubobd {
	top: 442px;
	left: 369px;
	}


/* --------------------------------------------------------------------------------------
 応募ボタン2設定
--------------------------------------------------------------------------------------- */
#oubobutton2 {
	margin-top:28px;
	margin-left:61px;
	margin-bottom:50px;
	}
#oubobutton2 img{
	padding-right:48px;
	}

/* --------------------------------------------------------------------------------------
 応募要項設定
--------------------------------------------------------------------------------------- */
#ouboArea {
	width:690px;
	background: url(img/bg_oubotbl_side.gif) repeat-y;
	}
	
#ouboArea-in {
	width:690px;
	background: url(img/bg_oubotbl_btm.gif) no-repeat left bottom;
	}
	
#oubotbl table{
	empty-cells: show;
	border-collapse: collapse;
	text-align: left;
	font-size: 12px;
	margin:4px 11px 2px 11px;
	width:668px;
	}

#oubotbl table th,
#oubotbl table td {
	padding: 6px 0px;
	border-bottom: 1px dotted #666;
	vertical-align: top;
	}

#oubotbl table th {
	width:140px;
	}
	
#oubotbl table th.noline,
#oubotbl table td.noline{
	border-bottom: none;
	}


#oubotbl table th span {
	display: block;
	padding-left: 6px;
	border-left: 4px solid #0C59AC;
	}
	
#shopInfo table {
	empty-cells: show;
	border-collapse: collapse;
	font-size: 12px;
	margin:8px 15px;
	width: 395px;
	}

#shopInfo table th,
#shopInfo table td {
	padding: 6px 6px;
	border-bottom: #FFF dashed 1px;
	}
#shopInfo table th {
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	}
	
/* --------------------------------------------------------------------------------------
 項目内設定
--------------------------------------------------------------------------------------- */

/* テーブル設定 -------------------- */
.plctbl table{
    margin:10px auto 0;
	width:500px;
	border:1px solid #333;
	border-right:none;
	border-bottom:none;
	}
	
.plctbl table td{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	text-align:center;
	width:100px;
	padding:2px;
	}
	
.plctbl table th{
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	font-weight:normal;
	text-align:left;
	padding:2px;
	color:#000;
	}




