@charset "UTF-8";

#common-contents article{
	width:780px;
	background:url(own-contents/div.gif) repeat-y;
	margin:20px auto;
	position:relative;
}

/* clear fix */
#common-contents article{
	zoom:1;/*for IE 5.5-7*/
}
#common-contents article:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

	
#common-contents h2{
	display:block;
	width:200px;
	height:50px;
	text-decoration:none;
	text-indent:-9999px;
	overflow:hidden;
	line-height:0em;
	font-size:0;
	background:url(own-contents/h2.gif) no-repeat;
	float:left;
}

#common-contents h3{
	padding:1em 50px;
	width:450px;
	color:#fff;
	font-size:90%;
	font-weight:bold;
	background:#2c9cd7 url(own-contents/h3.gif) no-repeat top left;
	float:right;
}



#common-contents div{
	display:block;
	width:450px;
	padding:20px 49px;
	margin:0 0 30px;
	float:right;
	border:1px solid #ccc;
	background:url(own-contents/common-contents_div.gif) no-repeat top left;
}


#common-contents div:last-child{
	margin:0;
}


#common-contents div table{
	width:450px;
}

#common-contents div table tr th,
#common-contents div table tr td{
	border-bottom:#2c9cd7 dashed 1px;	
	padding:0.7em;
	font-size:small;
}

#common-contents div table tr:last-child th,
#common-contents div table tr:last-child td{
		border-bottom:none;	
}


#common-contents div table tr th{
	vertical-align:top;
	text-align:left;
	color:#2c9cd7;
}

#common-contents div p{
	padding:1em 0 0;
	font-size:xx-small;
}



/* ---------------------------------------------
期間限定ID #contents-reservs
--------------------------------------------- */
#common-contents div:last-child p{
	font-size:small;
}

#common-contents div:last-child p:last-child{
	font-size:xx-small;
	clear:both;
}

#common-contents .smallFont {	
	font-size:small;
}

#common-contents .textAlignCenter {	
	text-align:center;
}

#common-contents table th {	
	white-space: nowrap;
}


/* ---------------------------------------------
2011/11/15 追加
--------------------------------------------- */

#common-contents table.topicTable{
	width:450px;
	border-top:1px solid #2c9cd7;
	border-right:1px solid #2c9cd7;
	margin:0 0 1em;
}

#common-contents table.topicTable th,
#common-contents table.topicTable td{
	padding:0.5em;
	font-size:small;
}


#common-contents table.topicTable th{
	background:#2c9cd7;
	color:#fff;
	text-align:left;
	border-bottom:1px solid #fff;
	width:100px;
}

#common-contents table.topicTable td{
	border-bottom:1px solid #2c9cd7 !important;
}

#common-contents div p.normalFont {
	font-size: small !important;
}

/* ---------------------------------------------
2012/10/17 追加
--------------------------------------------- */

#common-contents dl.noStyle{
	margin:0;
}

#common-contents dl.noStyle dt{
	margin:1em 0 0 0;
	list-style: none;
}

#common-contents dl.noStyle dt:first-child{
	margin:0;
}

#common-contents dl.noStyle dt dfn{
	margin-left:1em;
}

#common-contents dl.noStyle dd{
	text-indent: 0;
	margin-left:3em;
}

#common-contents table.tableInTable{
	border:0;
	margin-bottom:0;
	width:270px;
}

#common-contents table.tableInTable th{
	border:0;
	width:190px;
	background-color:#fff;
	color: #999999;
	padding:0;
}

#common-contents table.tableInTable.narrow th{
	width:120px;
}

#common-contents table.tableInTable td{
	padding:0;
	border:0;
}



#common-contents ol{
	margin:0 0 0 2.5em;
}

#common-contents ol li{
	list-style:decimal-leading-zero outside;
}
