body{
	word-wrap: break-word;
}

.back-sp{
	background:#fffbac !important;
}

#spLinkBlockInPc{
	display:none;
}


@media screen and (min-width: 640px){
.sp-only {
	display:none;
}
}


/* txt
-------------------------------------------*/
.txt{
margin:10px 0;
}

.txt-pa{
padding:10px 0;
}

.txt-c{
text-align:center;
padding:10px;
}

.txt-r{
text-align:right;
padding:10px 0;
}

.txt-center li{
padding:10px;
}

.a-underline a{
text-decoration:underline;
}

.float-l{
	float:left;
	margin-right:25px;
}

.float-l:after{
  content: "."; 
  display: block; 
  height: 0;
  font-size:0;
  clear: both; 
  visibility:hidden;
}


 /* clearfix
-------------------------------------------*/
.floatcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}
	
.floatcontainer{display: inline-block;} 

/* Hides from IE Mac \*/
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}
/* End Hack */ 


/* content
-------------------------------------------*/
#content{
	width:960px;
	margin:0 auto;
	position:relative;
}

#content header img{
	width:100%;
}

#content-sp{
	width:100%;
}

/* メニュー
-------------------------------------------*/
#menu-bar {
    width: 250px;
	margin-top:20px;
	float: left;
    z-index: 1000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#menu-list dt{
	background:url(../img/i-plus.png) 97% no-repeat;
	background-size:10px;
	border-bottom:solid 1px #fff;
	padding:10px 5px 10px 0;
	display:block;
	cursor:pointer;
	font-weight:bold;
}

#menu-list dt:hover{
	color:#fff;
	display:block;
	background-color:#cb2825;
}

#menu-list dt.active{
    background:url(../img/i-minus.png) 97% no-repeat;
	background-size:10px;
}

#menu-list dt img{
	margin-right:5px;
}

#menu-list dd{
	margin-left:10px;
	padding:10px 5px;
	line-height:2;
	display:none;
}


#menu-list-sp{
	margin:10px 0;
}

#menu-list-sp dt{
	background:url(../img/i-plus.png) 97% no-repeat;
	background-size:10px;
	border-bottom:solid 1px #fff;
	padding:5px 10px;
	display:block;
	cursor:pointer;
	font-weight:bold;
}

#menu-list-sp dt:hover{
	color:#fff;
	display:block;
}

#menu-list-sp dt.active{
    background:url(../img/i-minus.png) 97% no-repeat;
	background-size:10px;
}

#menu-list-sp dt img{
	margin-right:5px;
}

#menu-list-sp dd{
	padding:10px 5px;
	display:none;
}

#menu-list-sp dd li{
	border-bottom:solid 1px #999;
	padding:5px 0;
	margin:0 5px;
}


/* メイン
-------------------------------------------*/
#main-content {
    padding: 10px;
	margin:20px;
    float: left;
	box-shadow:rgba(163, 150, 113, 0.65098) 0px 0px 15px 1px;
	width:650px;
}

#main-content h1{
	font-size:150%;
	color:#cb2825;
}

#main-content ul li{
	border-bottom:1px solid #fff;
	padding:10px 0;
	margin:10px 0;
}

#main-content ul li .icon{
	float:left;
	width:100px;
}

#main-content ul li .date,#main-content-sp ul li .date{
	color:#999;
}

#main-content ul li .txt{
	float:left;
	width:530px;
	margin: 0 10px;
}


#main-content-sp {
    padding: 10px;
	width:90%;
	margin:20px auto;
	box-shadow:rgba(163, 150, 113, 0.65098) 0px 0px 15px 1px;
}

#main-content-sp h1{
	font-size:120%;
	color:#cb2825;
}

#main-content-sp ul li{
	border-bottom:1px solid #fff;
	padding:5px 0;
	margin:5px 0;
	line-height:1.2;
}

#main-content-sp ul li .icon{
	float:left;
	width:50px;
}

#main-content-sp ul li .txt{
	margin:0 0 0 60px;
}


/* data
-------------------------------------------*/
.data-box{
	padding:10px;
}

.data-inner .date{
	color:gray;
}

.data-inner h2{
	font-size:110%;
	margin-bottom:10px;
	border-bottom:1px #fff solid;
}


.data-inner .table{
width: 100%;
border-collapse: collapse;
margin:10px 0;
}
.data-inner .table th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #fff;
background:#666;
border: 1px solid #b9b9b9;
text-align:center;
}
.data-inner .table td{
padding: 6px;

border: 1px solid #b9b9b9;
}

/* シングルプレイ
-------------------------------------------*/
/* ブラウザ毎にスタイルを分ける場合はIE用（ブラウザ指定なしを先頭にもってくる） */
.single {
    background: #949494;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#E6E5F2));
    background: -moz-linear-gradient(top,#000 0%,#E6E6E6);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    color: #FFF;
    box-shadow:  inset 1px 1px 1px rgba(60,60,60,1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(-11,000,000,0.3);
    -moz-box-shadow: inset 1px 1px 1px rgba(000,000,000,0.3);
    width: 20%;
    padding: 1% 20%;
    white-space: nowrap;
}


@media only screen and (max-width:640px){

#content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

header img{
	width:100%;
}

#menu-bar {
    width: 100%;
    margin-top: 10px;
    float: none;
}

#menu-list dt {
	padding:5px 0;

}

#menu-list dt img{
	width:20px;
	padding-left:10px;
}

#menu-list dd {
    margin-left: 0;
	margin:5px 10px;
}

#menu-list li{
	border-bottom:solid 1px #999;
}

#menu-list li a{
	display:block;
}

#main-content {
padding: 10px;
    width: 90%;
    margin: 20px auto;
    box-shadow: rgba(163, 150, 113, 0.65098) 0px 0px 15px 1px;
	float:inherit;
}

#main-content h1{
	font-size:120%;
	color:#cb2825;
}

#main-content ul li{
	border-bottom:1px solid #fff;
	padding:5px 0;
	margin:5px 0;
	line-height:1.2;
}

#main-content ul li .icon{
	float:left;
	width:50px;
}

#main-content ul li .txt{
	margin:0 0 0 60px;
	width:auto;
	float:inherit;
}

.icon img{
	width:50px;
}


}