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

#wrapper{
	width:100%;
	/*overflow:hidden;*/
	}

.contsIn{
	width:1000px;
	margin:auto;
	overflow:hidden
	}


.contsIn2{
	width:960px;
	margin:auto;
	overflow:hidden
	}

.left{
	float:left;
	}

.right{
	float:right;
	}

.h2_bg{
	background-image:url(../img/h2_bg.gif);
	background-repeat:repeat-x;
	margin:80px 0 40px;
	text-align:center;
	}

h2{
	background-color:#fff;
	display:inline-block;
	padding:0px 10px;
	font-size:30px;
	color:#575757;
	}
/*
h3{
	background-image:url(../img/h3_bg.gif);
	background-repeat:no-repeat;
	background-position:left 30%;
	padding-left:40px;
	color:#575757;
	font-size:24px;
	margin-bottom:12px;
	}
*/
p.nml{
	font-size:16px;
	color:#575757;
	line-height:1.6;
	}

p.nml em{
  font-style:normal;
  font-weight:bold;
}

a{
	color:#1c5dae;
	}

a img,
a {
    border-style:none;
	border:0;
	outline:none;
}

	
/*---------------mv---------------
------------------------------------------*/

.mv_bg{
	background-image:url(../img/main_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding-top:30px;
	}

#header{
	width:100%;
	background-image:url(../img/header_bg.png);
	background-repeat:repeat-x;
	height:67px;
  padding-top:8px;
	}

#header img{
	display:block;
	margin:auto;
	padding:12px 0;
	}

#mv img{
	display:block;
	margin:auto;
	padding:30px 0 50px;
	}



/*---------------sec01---------------
------------------------------------------*/

#sec01{
	background-color:#F6F6F6;
	text-align:center;
	padding:30px 0;
	}

#sec01 h2{
	background-color:#F6F6F6;
	}

#sec01 p{
	line-height:2.2;
	font-size:16px;
	}


.organizer{
	font-size:12px;
	text-align:center;
	margin:10px 0 0 0;
	}
	
/*---------------assignment---------------
------------------------------------------*/
.assignment{
	text-align:center;
	margin:80px 0;
	}

	
/*---------------sec02---------------
------------------------------------------*/
#sec02 h3{
	background-color:#4de1ff;
	color:#575757;
	padding:9px 0;
	text-align:center;
	font-size:20px;
	}


/*---------------sec03---------------
------------------------------------------*/	
#sec03 .clearfix{
	margin-top:40px;
	margin-bottom:40px;
	}

#sec03 .left{
	width:180px;
	}	

#sec03 .right{
	width:740px;
	}
	
#sec03 .right p.ttl{
	color:#575757;
	font-size:24px;
	margin:8px 0 15px;
	}	

#sec03 .right a img{
	display:inline-block;
	margin:10px 15px 0 0;
	}
	
/*---------------sec04---------------
------------------------------------------*/
.work{
	margin-top:50px;
	text-align:center;
	}

.work a{
	display:block;
	}

.work span{
	margin-top:10px;
	display:block;
	font-size:13px;
	line-height:1.4;
	color:#575757;
	}

ul.works{
	overflow:hidden;
	}

ul.works li{
	width:308px;
	float:left;
	}
ul.works li span{
	margin-top:10px;
	display:block;
	font-size:13px;
	line-height:1.4;
	color:#575757;
	text-align:center;
	}

.dsnone{
	display:none;
}

.ContsBox{
	background:#fff;
	/*width:785px;*/
 	width:900px;
	padding:10px 0;
/*	overflow:hidden;*/
}

.ContsBox .closeBox{
	text-align:right;
	font-size:12px;
  padding-bottom:20px;
}

.ContsBox .close{
	text-align:right;
	padding-right:10px;
}

.ContsBox .ContsBoxIn{
	/*width:647px;*/
 	width:850px;
	margin:0 auto;
}
	
	

/*---------------footer----------------
------------------------------------------*/
#footer{
	margin-top:100px;
	background-color:#7d7d7d;
	}

#footer .footerIn{
	width:1030px;
	margin:auto;
	padding:10px 0 10px 0;
	overflow:hidden;
	}

#footer .copy{
	font-size:14px;
	color:#fff;
	float:left;
	}

#footer .rightBox{
	float:right;
	}

#footer .rightBox a{
	font-size:14px;
	color:#fff;
	} 

