@charset "utf-8";
/* ==================================================================
CSS information
style info :VSライブ
================================================================== */



/* --------------------------------------------------------
#contents_wrap
-------------------------------------------------------- */
#contents_wrap{ width:100%; background-image: url(../img/bg.png); background-repeat: repeat;}
.ac{text-align:center;}

/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents{ margin:0 auto; padding:10px 0 0 0; width:99%;}

.menu{
	width:100%;
	height:200px;
	text-align:center;
	
	background-image:none;
}

.maintxt{
	font-size: 16px;
	line-height: 140%;
	color:#ff429c;
	font-weight:bold;
	text-align:center;
}

.txt{
	font-size: 14px;
	line-height: 120%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.txt2{
	font-size: 20px;
	line-height: 130%;
	margin-top: 5px;
	margin-left: 10px;
}



.section01{
	margin: 10px 5px;
	padding:10px;
				
}


.section01 h2{
	
	margin-top:10px;
	
	margin: 0;
	width:100%;
	text-align: center;
		
	}
	
.section01 .img{
	
	width:100%;
	margin-left: 5px;
	display:block;
}

.section01 ul{
	font-size:12px;
	color:#143071;}
	
.item{
	
	display:block;
	width:95%;
	
	text-align:center;
	
}

.btn{
	
	display:block;
	width:95%;
	
	text-align:center;
	
}


.tw01{
	
	width: 95%;
	font-size: 100%;
	line-height: 130%;
	padding: 10px;
	margin-top:10px;
	margin-bottom:10px;

	background-color: #B9EEFF;
	line-height: 150%;
	border: #09F 2px solid;
	border-radius: 12px;


	//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE
}

.tw02{
	width: 90%;
	font-size: 150%;
	padding: 20px;
	border-radius: 12px;
	margin-bottom: 20px;
	text-align: center;
	margin: auto;

//CSS3
	-moz-border-radius: 12px;//for Firefox
	-webkit-border-radius: 12px;//for Safari and chrome
	behavior: url(border-radius.htc);//for IE}

	
/* --------------------------------------------------------
#リスト
-------------------------------------------------------- */


.list
{
	float:none;
	
}
.table { 
	width: 100%; /* テーブルの横幅 */ 
	border-collapse: collapse; /* 枠線の表示方法 */

    margin:0 auto;
    padding:10px;
	margin-left:5px;
	
	background-color:#red;
	
	float:none;
} 


.table th { 
text-align: left; /* セル内の文字の位置 */ 
padding: 5px; /* セル内の余白 */ 
} 

.table td { 
padding: 5px; /* セル内の余白 */ 
} 

tr.color1 { 
background-color: #eee4bc; /* 奇数行の背景色 */ 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

} 

tr.color2 { 
background-color: #FFF; /* 偶数行の背景色 */ 
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

} 


/* --------------------------------------------------------
#pora
-------------------------------------------------------- */
.pora{
	width:100%;
	text-align:center;
	}
	
.pora p{
	line-height:0em;
	font-weight:bold;
	
}

pora ul{
	margin-top:5px;
	margin-bottom:20px;
	text-align:center;
		
	}
	
.pora li{
	
	width:90%;
	padding-left:4%;
	
	margin-bottom:30px;
	float:none;
	font-size:18px;
	
	}

/* --------------------------------------------------------
#banner
-------------------------------------------------------- */
.banner{

	width:100%;
	float:none;

	margin: 0;
	text-align: center;
}

.banner img{
	margin: 0;
	width:65%;
	
	margin-bottom:10px;
	text-align: center;
}

.banner2{

	width:100%;
	float:none;

	margin: 0;
	text-align: center;
}

.banner2 img{
	margin: 0;
	width:60%;
	
	text-align: center;
}


/* --------------------------------------------------------
#data
-------------------------------------------------------- */
.data{

	width:100%;
	float:none;
	
	margin: 0;
	text-align: center;
	
	margin-top:10px;
	margin-bottom:10px;
	
}

/* --------------------------------------------------------
#PC
-------------------------------------------------------- */
.pc{
	
	display:none;

}

/* --------------------------------------------------------
#SP
-------------------------------------------------------- */
.sp{
	
	display:block;
}


/* --------------------------------------------------------
#illust
-------------------------------------------------------- */
.illust{
	width:100%;
	text-align:center;
	
    margin-left:5px;
	}
	

.illust img{
	width:100%;
}

	
.illust li{
	
	width:15%;

	margin:10px;
	float:left;
		
	}



/* --------------------------------------------------------
共有
-------------------------------------------------------- */
.picList{ margin-left:-36px; position:relative;}
.picList li{ float:left; margin-left:36px;}
.picList li.text{ position:absolute; top:342px; right:20px;}
#section03 .picList li.text{ top:327px; right:50px;}
#section04 .picList li.text{ top:275px; left:0px;}

.attention{margin-bottom:20px; font-size:93%;}

