@charset "utf-8";
/* ==================================================================
CSS information
style info :メンテナンス・ゲームインフォページ用
================================================================== */


/* --------------------------------------------------------
#contents_wrap
-------------------------------------------------------- */
#contents_wrap{ background-color:#FFF;}

/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents{ padding:20px 0 27px;}


/* --------------------------------------------------------
#mente_more,info_more
-------------------------------------------------------- */
.boxType{
margin-top:30px;}
.boxType dt , .boxType dd{ background-color:#FFF;}
.boxType dt{ 
border-left:5px solid #e5087b; 
border-right:5px solid #e5087b; 
padding:0 20px;
font-size:18px;
color:#000000;

}
.boxType dt img{ margin-left:10px;}
.boxType dd{ border:5px solid #e5087b; 
border-top:none; padding:0 20px 20px; 
line-height:160%;
-webkit-border-radius: 0 0 8px 8px;
-moz-border-radius: 0 0 8px 8px;
border-radius: 0 0 8px 8px;
position:relative;
margin-bottom:20px;
behavior: url(./common/PIE.htc);
}

.ttl{
font-size:18px;
font-weight:bold;
color:#e5087b;
margin-bottom:10px;
border-bottom:1px solid #e5087b; 
}


/* --------------------------------------------------------
#info #mente
-------------------------------------------------------- */

.info {
	margin-bottom:3px;
	font-size:12px;
	color:#e5087b;
}
.info img{
	margin-right:10px;
}
iframe{  
overflow: hidden;
}


.info span {
	color:#000000;
	font-size: 12px;
	margin-right:1em;
}
.info p {
	font-size:12px;
	color:#000000;
	line-height:100%;
	margin:5px;
	margin-left:0;
}
.info a {
	font-size:12px;
		color:#e5087b;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



