@charset "utf-8";
/* CSS Document */

@charset "utf-8";

/* Safari? */
#safari {
}

/* リセットスタイル */

html, body, div, span, aplet, object, iframe,
h1, h2, h3, h4, h5,  blockquote, pre,p,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Meiryo","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
}

ol, ul, dl {
	list-style: none;
}

/* Win IE 7向け */

*:first-child+html * {
	font-family:"メイリオ", "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Meiryo","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	border-width: 0px;
	border-style: none;
	vertical-align: bottom;
}

/* IE <br/> 対策  */

br{
	letter-spacing:0;
}

/* Firefoxスクロールバー対策  */

html{
    height:100%;
	overflow-y:scroll;
}

/* clearfix  */

.clearfix:after {
 content:".";
 display:block;
 clear:both;
 height:0;
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}

/* exlude MacIE5 \*/

* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* end MacIE5 */

.clearfix + *{
    clear: both;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/*----------------------------------------------------------*/

body {font-size: 14px;color: #000;line-height: 180%; width:680px; margin:0 auto;}


#header{
	padding-top:10px;
	overflow:hidden;
	margin-bottom:20px;
}

#header h1{
	width:210px;
	float:left;
	padding-top:10px;
	margin-right:30px;
}

#header h2{
	font-size:18px;
}

#header h2 span{
	font-size:12px;
}

.box{
	margin-bottom:20px;
	overflow:hidden;
}

.box .title{
	font-size:18px;
	font-weight:bold;
	padding:0 0 10px 0;
	border-bottom:#ccc 3px solid;
	margin-bottom:20px;
	padding-left:1em;
	text-indent:-1em;
}
.box .title img{
	margin-right:10px;
	vertical-align:top;
}

.box .new{
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
}


.box .img{
	width:210px;
	float:right;
}

.box table{
	width:455px;
	float:left;
	border-collapse:collapse;
}

.box th{
	text-align:left;
	width:90px;
	padding:10px 0 10px 10px;
	border-bottom:#ccc 1px solid;
	vertical-align:text-top;
}

.box td{
	padding:10px 0 10px 0;
	border-bottom:#ccc 1px solid;
}



/*-----------------------------*/

.guide{
	margin-bottom:20px;
	font-size:10px;
	line-height:160%;
}

.guide li{
	padding-left:1em;
	text-indent:-1em;
}



#playguide{
	border-top:#ccc 3px solid;
	border-bottom:#ccc 3px solid;
	padding:10px 0;
	text-align:center;
}

#playguide .address{
	margin:10px 0 0;
}