@charset "UTF-8";

/* IMPORT :-) ■■■■■■■■■■■■■■■■■■■ */ 
@import url(reset.css); 
@import url(common.css); 

html{
	overflow-y: scroll;
}

/* container
---------------------------------------------------- */ 
#container{
	width:970px;
	border: solid #ccc;
	border-width:0px 1px 1px 1px;
	padding-top:1px;
	margin:0 auto;
	-webkit-text-size-adjust: none;
}

/* header
---------------------------------------------------- */ 
#header{
	width: 950px;
	height: 80px;
	margin: 0 10px 15px 10px;
	/* background: url(../../img/bg_header.gif) no-repeat top right; */
	position: relative;
	border-bottom: 1px solid #f0047f;
}
#header .logo{
	/* display: flex;
	justify-content: flex-start;
	align-items: center; */
	float:left;
	width:180px;
	height:80px;
}
#header .logo img{
	width: 100%;
	padding-top: 12px;
}
#header .area {
	position: absolute;
	top: 45px;
	right: 0px;
	width: 315px;
	font-size: 76%;
	text-align: right;
	*font-size: 9px;
	font-family: arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.3;
	color: #000;
}
#header .area em {
	display:block;
	margin-bottom:2px;
	font-style:normal;
	font-weight: bold;
	font-size:12px;
}



/* contents この中ご自由に..._φ(゜∀゜ )
---------------------------------------------------- */ 
#contents {
	width: 970px;
	margin: 0 auto;
	background: #fff;
	/*background: #39F; 確認用*/
	
}

/* sns */
.sns{
	width: 135px;
	float: right;
	margin-right: 20px;
}
.sns li{
	float: left;
	margin-left: 10px;
}
/* title */
h1{
	clear: both;
	width: 738px;
	height: 57px;
	background: url(../../img/title.png) no-repeat;
	margin: 18px 0 20px 30px;
	text-indent: -9999px;
}
/* program */
#contents #program{
	width: 900px;
	margin: 0 auto 30px auto;
}
#contents #program .leftBox{
	width: 200px;
	float: left;
}
#contents #program .rightBox{
	width: 900px;/*700px*/
	float: left;
}

#contents .personality img{
	width: 166px;
	height: auto;
    padding: 8px;
	border: 1px solid #ccc;
}
#contents #program dt{
	font-weight: bold;
	color: #f0047f;
	font-size: 100%;
	padding-top: 1.5em;
	text-indent: -0.5em;
}
#contents #program dt:first-child{ padding-top: 0;}
#contents #program dd{
	font-size: 110%;
	line-height: 1.5em;
	padding-top: 5px;
}
#contents #program dd p{ margin-bottom: 0.8em;}
#contents #program dd p:last-child{ margin-bottom: 0.2em;}
#contents #program .mail{
	font-size: 120%;
	padding-left: 1em;
	color: #000;
	font-weight: bold;
}
#contents #program .mail a{ text-decoration:underline;}

/* info */
#contents #info{
	clear: both;
	width: 900px;
	margin: 30px auto;
	padding: 30px 0 40px 0;
	border-top: 1px dashed #ccc;
}

#contents #info .leftBox{
	padding:0 15px 0 0;
	width: 166px;
	float: left;
	margin-top: -15px;
}
#contents #info .rightBox{
	width: 700px;
	float: right;
}
#contents #info dt{
	font-weight:bold;
	color:#f0047f;
	font-size:110%;
}
#contents #info dd{
	font-size: 110%;
	line-height: 1.5em;
	padding-top: 5px;
}

#contents #info .msgBox{
	clear: both;
	padding: 40px 0 10px;
	text-align: center;
}	
#contents #info .msgBox a{
	font-size: 140%;
	line-height: 1.5em;
	padding: 10px 0 30px;
	font-weight: bold;
	display: inline;
	text-decoration: underline;
	color: #f0047f;
}
/*　　　　　　　　　　　　　　　　　　　　 ここまで
---------------------------------------------------- */ 




/* footer
---------------------------------------------------- */ 
#footer {
	clear: both;
	margin: 0 auto;
	width: 970px;
	padding-top: 30px;
	padding-bottom: 6px;
	border-top: none;
	font-size: 77%;
}
#tfmLink{
	padding: 5px 25px;
	text-align: center;
	margin: 0 auto;
}
#tfmLink li {
	display: inline;
	margin: 0 1em;
}
#tfmLink li a{
	color: #fff;
}


/* ftrLink */
#ftrInfo {
	overflow: hidden;
	padding: 10px 25px 0 25px;
}
#ftrInfo p { float: left;}
#ftrInfo address { float: right;}
