@charset "UTF-8";

/****************************************

	各種タグ用スタイル

*****************************************/

.conv h1{
	font-size:2.2em;
	margin-left:-5px;
	margin-bottom:20px;
}

.grid_conv {width: 305px;}

.grid_conv {
  float: left;
  display: inline;
  margin-left: 20px;
  margin-bottom:20px;
  padding: 10px 5px 0px 15px;
  border:solid 5px #dddddd;/* #ce1*/
  background-color:#FFFFFF;
}

.conv h2{
	margin:5px 0px 5px 0px;
	padding:3px 0px 0px 5px;
	background-color:#fff;
	font-size:2em;
	font-weight:bold;
	height:auto;
	color:#f06;
	text-shadow: 1px 1px 1px #ddd;
	text-align:center;
	border:none;

}

.conv_h3{
	background-image:none;
	color:#F06;
}

.conv h4{
	font-size:150%;
	font-weight:bold;
}


div.conv_table{
	padding-bottom:15px;
}

	div.conv_table table{
		margin-bottom:-3px;
		border:none;
	}

		div.conv_table table td{
			padding:0px 5px 0px 0px;
			text-align:left;
			vertical-align:top;
			border:none;
		}

div.conv_title_lv4{
	background-image:url(/pcnw2013/conv/images/index/border.jpg);
	background-repeat:no-repeat;
	margin:3px 0px 6px 0px;
	background-position:bottom
}
	div.conv_title_lv4 h4{
		margin-left:2px;
		padding:5px 0px;
		font-size:1.2em;
		font-weight:bold;
	}

img.conv_face{
	float:right;
	margin:0px 5px 5px 0px;
	border:none;
	width:140px;
	height:100px;
}

/*	■案内ブロック用■	*/
	/*	■見出し■	*/
	.boxtitle_lv4  h4{
		margin:0px;
		padding:0px;
		height:auto;
		font-size:1.6em;
		font-weight:bold;
		color:#9c0;
		background-image:none;
		text-shadow: 1px 1px 1px #ddd;
	}
	/*	■テキストブロック■	*/
	p.info{
		font-size:1.2em;
		font-weight:bold;
	}
	.boxpadding{
		padding-left: 10px;
	}
	/*	■枠■	*/
	.frame1, .frame2{
		float: left;
		display: inline;
		margin-left: 20px;
		margin-bottom:20px;
		border:solid;
		border-width:thin;
		padding:10px;
	}
	.frame1{width:300px;}
	.frame2{width:400px;}
	
	/*	■吹き出し■	*/
	blockquote { 
		margin: 0 0 50px 0; padding: 0; 
	} 
	blockquote#fukidashi { 
		width: 250px; 
		background: #eee; 
		margin: 0px 0px 0px 200px; 
		padding: 35px; 
		position: relative; 

		-moz-border-radius: 25px;/* for Firefox */
		-webkit-border-radius: 25px;/* for Safari and Chrome */
		border-radius: 25px;/* CSS3 */
	} 
	blockquote#fukidashi .arrow { 
		width: 0; 
		height: 0; 
		line-height: 0; 
		border-bottom: 40px solid #eee; 
		border-left: none; 
		border-right: 30px solid white; 
		position: absolute; 
		bottom: 30%; 
		right: -30px; 
	}
	
/*	■テキストブロック■	*/
p.paragraph{
	padding-bottom:20px;
}

/*	■基本のテーブル■	*/
div.tableSet{
	zoom:1; /* fix haslayout bug for ie */
	padding-bottom:20px;
}

	div.tableSet h4{
		margin-top:-3px; /* kill letter upper padding */
		font-weight:bold;
		font-size:1.2em;
		padding-bottom:2px;
	}

	div.tableSet .tani{
		margin-top:-21px;
		text-align:right;
		padding-bottom:3px;

	}

	div.tableSet p.caption{
		font-size:1em; /* M */
		margin-top:-2px; /* kill letter upper padding */
		padding-bottom:0px;
	}

	div.tableSet p.caption,
	div.tableSet p.caption *{
		line-height:1.5; /* M */
	}

	div.tableSet .textList-notes{
		padding-bottom:0px;
	}

	div.tableSet table{
		border-collapse:separate;
		border-top:1px solid #cccccc;
		border-left:1px solid #cccccc;
		margin-bottom:5px;
	}

		div.tableSet table th,
		div.tableSet table td{
			padding:7px 7px 5px 7px;
			border-right:1px solid #cccccc;
			border-bottom:1px solid #cccccc;
			margin-bottom:-12px;
			text-align:left;
			vertical-align:top;
		}

				div.tableSet#faq table th,
				div.tableSet#faq table td{
					padding:7px 7px 5px 7px;
					border-right:1px solid #cccccc;
					border-bottom:1px solid #cccccc;
					text-align:left;
					vertical-align:top;
				}
		

		div.tableSet table th{
			background:#ffffff;
		}


		div.tableSet table td{
			background:#ffffff;
		}
	

		/* cell markup */
		div.tableSet table .lv1{
			background:#226600;
			font-weight:bold;
			color:#FFFFFF;
			white-space: nowrap;
		}

		div.tableSet table .lv2{
			background:#66bb00;
			font-weight:bold;
			color:#FFFFFF;
			white-space: nowrap;
		}

		div.tableSet table .lv3{
			background:#ccff88;
			white-space: nowrap;
		}

		div.tableSet table .normal{
			white-space:normal !important;
		}

		div.tableSet table .marked{
			background:#ffdddd;
		}

		
		div.tableSet table div.inTableElementCollection{
			padding:0;
			margin-bottom:-15px;
		}

/*	■テーブル（ボーダー、背景色なし）■	*/	
div.plane_table{
	padding-bottom:20px;
}
	div.plane_table table{
		margin-bottom:-3px;
		border:none;
	}
		div.plane_table table td{
			padding:0px 8px 3px 0px;
			text-align:left;
			vertical-align:top;
			border:none;
		}
	
	
/***************************

	個別スタイル・特殊効果用スタイル

****************************/

/*	■センター配置■	*/
.xcenter{
	margin:0 auto;
	text-align:center;
}

/*	■画像マウスオーバーの処理■	*/
a:hover img.hover{
	opacity:0.6;
	filter: alpha(opacity=65);
	-ms-filter: "alpha( opacity=60 )";
	background: #00FF00;
}

/*	■角丸にするとき■	*/
.radius{
	-moz-border-radius: 7px;/* for Firefox */
	-webkit-border-radius: 7px;/* for Safari and Chrome */
	border-radius: 7px;/* CSS3 */
	behavior: url(/common/css/border-radius.htc);/* for IE */
}


