@charset "UTF-8";

/* -----------------------------------
	initialize
----------------------------------- */
body{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 1em 0;
	color: #333333;
	background: #F1F1F1;
	line-height: 1.4;
	font-size: 14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
/	font-family: Verdana, Geneva, sans-serif;
}
* html body{
	font-size: 80%;
}
*:first-child+html body{
	font-size: 80%;
}
img{
	border: 0;
	vertical-align: bottom;
}
em{
	font-style: normal;
	font-weight: bold
}
div.container{
	padding: 0 30px 30px;
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
}
p.logo,
h1{
	color: #84a2d4;
	font-size: 250%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.67em;
}
h1 span.japanese{
	font-size: 50%;
}
h2{
	color: #FFFFFF;
	background: #84a2d4;
	font-size: 150%;
	padding: 5px 8px;
	margin-top: 1.2em;
}


h3{
	margin: 1.2em 0 0;
	padding: 5px 8px;
	color: #333333;
	background: #d3ccd6;
}
h3 span.subtitle{
	font-size: 70%;
}

h4 span.subtitle{
	font-size: 80%;
}

/* -----------------------------------
	anchor
----------------------------------- */
a.external{
	margin-right: 3px;
	padding-right: 14px;
	background: url("../img/ico-external.gif") no-repeat 100% 60%;
}

/* -----------------------------------
	list
----------------------------------- */
ul.list-webservice{
	list-style-type: none;
	padding-left: 0;
}
ul.list-webservice li{
	margin: 3px 0;
	padding-left: 22px;	
}
ul.list-webservice li.ico-cssnite{ background: url("../img/ico-cssnite.gif") no-repeat 0 0; }
ul.list-webservice li.ico-twitter{ background: url("../img/ico-twitter.gif") no-repeat 0 0; }
ul.list-webservice li.ico-mixi{ background: url("../img/ico-mixi.gif") no-repeat 0 0; }


/* -----------------------------------
	table
----------------------------------- */
/*---------- tbl-a-001 ----------*/
table.tbl-a-001{
	width: 100%;
	font-size: 100%;
	border-top: 1px solid #999999;
	border-collapse: collapse;
}
table.tbl-a-001 th{
	padding: 10px;
	background: #F1F1F1;
	border-bottom: 1px solid #999999;	
}
table.tbl-a-001 td{
	padding: 10px;
	border-bottom: 1px solid #999999;	
}
table.tbl-a-001 th span.require{
	color: #CC0000;
	font-size: 80%;
}
table.tbl-a-001 td span.error_message{
	color: #CC0000;
	font-size: 80%;
}

/*---------- tbl-a-002 ----------*/
table.tbl-a-002{
	width: 100%;
	margin-top: 1em;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-collapse: collapse;
}
table.tbl-a-002 th{
	padding: 5px 10px;
	background: #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;	
}
table.tbl-a-002 td{
	padding: 5px 10px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;	
}
table.tbl-a-002 .break{
	background: #F1F1F1;
}

/* -----------------------------------
	unique (#index)
----------------------------------- */
div#index p.btn-entry{
	margin: 1em;
	text-align: center;
}
div#index p.btn-entry a{
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 0.7em;
	color: #FFFFFF;
	font-size: 120%;
	background: #FF6600;
}
div#index div.session{
	background: #F1F1F1;
	padding: 1em;
	margin: 1em 0 0 0;
}
div#index div.session h4{
	margin: 0;
	font-size: 110%;
}
div#index div.session div.speaker{
	padding-bottom: 0.5em;
	background: #FFFFFF;
}
div#index div.session div.speaker h5{
	margin: 0 1em;
	padding-top: 1em;
	font-size: 100%;
}
div#index div.session div.speaker p{
	margin: 1em;		
}
div#index div.session div.speaker p.visual-r{
	float: right;
	width: auto;
	display: inline;
	border: 1px solid #CCCCCC;
	margin-top: -1em;
}
div#index div.session-local{
	margin-left: -10px;
}
div#index div.session-local-first{
	margin-top: -1em;
}
div#index div.session-local div.session{
	float: left;
	width: 371px;
	padding: 12px;
	margin-left: 10px;
}
div#index div.session-local{
	display: inline-block;
}
div#index div.session-local:after{
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
	clear: both;
	line-height: 0;
}
/* hide from MacIE \*/
* html div#index div.session-local{
	height: 1em;	
}
div#index div.session-local{
	display: block;	
}
/* end of clearfix */

/* -----------------------------------
	unique (#policy)
----------------------------------- */
div#policy p.close{
	text-align: center;
	margin-top: 2em;
}

