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

#main_vision{
	width: 940px;
}

h1{
	margin: 5px 0 20px 0;
}

h2{
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
}

h3{
    margin: 30px 0 20px 0;
    padding-left: 32px;
	padding-top: 3px;
    background-image: url(images/heading.jpg);
    background-size: 100%;
    font-size: 22px;
    /*color: #ffffff;*/
    color: #262626;
    line-height: 40px;}

.bold_blue{
	font-size: 18px;
	font-weight: bold;
	color: #0F3098;
	margin-bottom: 20px;
	line-height: 1.5em;
}

p{
	line-height: 1.7em;
	margin-bottom: 10px;
}


/* 概要文 */

#f_box{
	width: 940px;
	margin: 10px 0 40px 0;
	overflow: hidden ;
}

#f_left{
	float: left;
	width: 445px;
	padding-right: 10px;
}

#f_right{
	float: right;
	width: 480px;
}

#benefit{
	/*
    width: 425px;
    margin-top: -10px;
    padding: 8px;
	*/
    overflow: hidden;
    /*border: solid 2px  #fe2a7f;*/
    border: solid 2px  #1493d6;
	margin-top:		35px;
	width:			400px;
}

#bene_left{
    width: 245px;
    float: left;
	font-size: 14px;
    margin-top: 10px;
    margin-left: 15px;
}

#bene_right{
    /*width: 180px;*/
    width: 140px;
    float: right;
}

.txt_color{
	color: #fe2a7f;
	font-weight: bold;
}

.bene_p{
	/*margin-top:		35px;*/
	color:			#ffffff;
	font-weight:	bold;
	/*background-color:	#fe2a7f;*/
	background-color:	#1493d6;
	text-align:		center;
	padding-top:	5px;
	/*width:			445px;*/
	font-size:		16px;
}

/* スケジュール */

.sch_box{
	width: 940px;
	overflow: hidden;
	margin: 10px 0 40px 0;
}

.sch_left{
	/*width: 740px;*/
	width: 310px;
	float: left;
}

.sch_right{
	width: 200px;
	float: right;
}

.sch_event{
	width: 940px;
    font-weight:bold;
    /*font-size:110%;*/
    font-size:16px;
	margin-bottom:10px;
}

.list_color01 li{
	background-image: url(images/list_pink.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	padding-left: 15px;
	/*
	font-weight: bold;
	*/
	font-size: 16px;
	text-align: left center;
}


/* プログラム */

.pro_box{
	width: 940px;
	overflow: hidden;
	margin: 10px 0 40px 0;
}

.pro_left{
	width: 570px;
	float: left;
}

.pro_right{
	width: 350px;
	float: right;
}

.b_text{
	font-size: 16px;
	font-weight: bold;
	background-image: url(images/list_blue.png);
	background-repeat: no-repeat;
	background-position: left 45%;;
	padding-left: 15px;
	margin-bottom: 3px;
	text-align: left center;
}


/* 開催概要 */

#summary_table{
	width: 940px;
	padding: 10px;
	margin: 10px 0 40px 0;
	border: 1px solid #535353;
}

#summary_table th{
	text-align: center;
	/*background-color: #A6F3E3;*/
	background-color: #7ba1f7;
	border: 1px solid #535353;
	font-weight: bold;
	line-height: 2em;
	padding: 5px 0 5px 0;
}

#summary_table td{
	text-align: center;
	border: 1px solid #535353;
	line-height: 2.5em;
	padding: 5px 0 5px 0;
}

#summary_table .place{
	text-align: left;
	padding-left: 10px;
}


/* 申し込みボタン */

.bnr_app{
	text-align: center;
	margin: 20px 0 40px 0;
}
