@import url('../../common/css/pc_vote.css');

/* 以下にイベント毎のオリジナルのCSSを記述 */

#htmlA{
	height: 764px;
}

/* キービジュアル部分の説明文レイアウト */
#TitleWrapper .background_layout{position:relative;/*background: url(/damtomo/includes/images/audition/A00223/bg_key.gif);*/ margin-bottom: 0;}
#TitleWrapper .background_layout .title_layout{margin: 0; padding: 0;}
#TitleWrapper .background_layout .button_layout{
	display: block;
	position: absolute;
	left: 497px;
	top: 666px;
}
#TitleWrapper .background_layout .button_layout li{ }
#TitleWrapper .background_layout .period_layout{position: absolute;}
#TitleWrapper .background_layout .subTitle_layout{position:absolute;}
#TitleWrapper .background_layout .description_layout{ text-align: center; }
#TitleWrapper .background_layout .description_layout p{ line-height:0; font-size: 0;}

/* メインコンテンツ部分 */
.audition_layout #ListUpWrapper {
	width:760px;
	margin:0 auto;
	background-image: url(/damtomo/includes/images/audition/A00223/background_main.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.audition_layout #ListUpWrapper .background_layout{
	background-image: url(/damtomo/includes/images/audition/A00223/background_main_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.audition_layout #ListUpWrapper .background_layout .wrapIn{
	padding: 20px;
	background-image: url(/damtomo/includes/images/audition/A00223/background_main_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.audition_layout #ListUpWrapper p.periodImg{
	clear: both;
	line-height: 0;
	font-size: 0;
	text-align: center;
	padding-bottom: 12px;
}
/* 左右カラム */
.audition_layout #ListUpWrapper .colum_layout{float:left;width:348px; color:#626262;}
.audition_layout #ListUpWrapper .left_layout{margin-right:20px;}
.audition_layout #ListUpWrapper .colum_layout h3{margin-bottom: 8px; line-height: 0; font-size: 0;}
.audition_layout #ListUpWrapper .colum_layout .padder{margin-bottom:2em;}

/* リンク部分の色設定 */
.audition_layout #ListUpWrapper .colum_layout a,
.audition_layout #ListUpWrapper .colum_layout a:visited{
	color:#1b8006;
}

.audition_layout #ListUpWrapper .colum_layout a:hover{
	color:#1b8006;
	text-decoration: none;
}

.audition_layout #ListUpWrapper .colum_layout .button_layout{ text-align: center; margin-bottom: 26px; }
.audition_layout .ListUpWrapper .colum_layout .padder .textList li{
	padding-left: 1em;
	text-indent: -1em;
}
.audition_layout #ListUpWrapper .colum_layout .contactBtn{ vertical-align:middle; margin-left: 15px; }
.mt10{margin-top: 10px !important; }
.ml5{margin-left: 5px !important; }
.mb5{margin-bottom: 5px !important; }
.mb10{ margin-bottom: 10px !important; }
.mb15{ margin-bottom: 15px !important; }
.mb30{ margin-bottom: 30px !important; }
.notes { clear: both; font-size: 11px; }
.images{ line-height: 0; font-size: 0; }
.taCenter{ text-align: center; }
.audition_layout .infoArea{
	clear: both;
	margin-bottom: 15px;
}

.audition_layout .infoArea p.notesImg{
	display: block;
	 float:left;
	 width: 445px;
}

.audition_layout .infoArea .linkImg{ width: 235px; float: right; }
.audition_layout .infoArea .linkImg li{ margin-bottom: 10px; font-size: 0; line-height: 0; }
.tolist {
	margin-top: 20px;
	text-align: right;
}
/*------------------------------ clearFix */
.clear{ clear: both; }
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearFix {
	height: 1%;
}
.clearFix {
	display: block;
}
/* End Hack */