@charset "utf-8";
/**********************************************************************
style CSS
design by Naoki Kaga
**********************************************************************/


/*-----------------------------------------------------------------------
#mainVisual
-----------------------------------------------------------------------*/
#mainVisual {
	padding-top: 100px;
	position: relative;
}
#mainVisual div {
	width: 100%;
	min-width: 1200px;
	left: 50%;
	transform: translateX(-50%);
}
#mainVisual div:not(.layer5) img {
	width: 100%;
}
#mainVisual div.layer5 img {
	padding-right: 16px;
}
#mainVisual h2 {
	display: block;
	min-height: 0;
	padding: 0 20px;
	background: none;
	color: #313131;
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 32px;
}
#mainVisual p {
	text-align: center;
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: bold;
	text-shadow: 0 0 5px #fff;
}
#mainVisual .layer5 p:nth-of-type(1) {
	margin-top: -16px;
	font-weight: normal;
}
#mainVisual .layer5 p:nth-of-type(2) {
}
#mainVisual .layer5 p:nth-of-type(3) span {
	border-bottom: 2px solid #313131;
}
#mainVisual > div {
	position: absolute;
	top: 0;
}
#mainVisual .layer1{
	top: 268px;
}
#mainVisual .layer2{
	top: 410px;
}
#mainVisual .layer3{
	top: 310px;
}
#mainVisual .layer4{
	top: 460px;
}
#mainVisual .layer5{
	position: relative;
	min-height: 540px;
	top:0;
}
#mainVisual .layer6{
	top: 300px;
}



/* mobile
--------------------------------------------------------*/
@media screen and (max-width: 960px) {
	#mainVisual {
		overflow: hidden;
	}
	#mainVisual h2 {
		padding: 0 5px;
	}
	#mainVisual .layer5{
		width: 100%;
		min-width: 0;
		top:80px;
	}
	#mainVisual p {
		padding: 0 10px;
		font-size: 14px;
	}
	#mainVisual .layer5 p:nth-of-type(1) {
		margin-top: 0px;
	}
	#mainVisual .layer5 p:nth-of-type(2) {
	}
	#mainVisual .layer5 p:nth-of-type(3) span {
		border-bottom: 2px solid #313131;
	}
}



















/*=====================================================================

	top：トップページ

=====================================================================*/

/* #about
--------------------------------------------------------*/
#top #about .box ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#top #about .box ul li {
	width: 296px;
	height: 412px;
	background: url(../../img/about_feature_bg.png) no-repeat left top;
	padding: 194px 28px 0;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 0 1vw;
}
#top #about .box ul li:nth-child(1):before {
	content: url(../../img/about_feature1.png);
}
#top #about .box ul li:nth-child(2):before {
	content: url(../../img/about_feature2.png);
}
#top #about .box ul li:nth-child(3):before {
	content: url(../../img/about_feature3.png);
}
#top #about .box ul li:before {
	display: block;
	position: absolute;
	left: 90px;
	top: 82px;
}



/* #curriculum
--------------------------------------------------------*/
#top #curriculum .box{
	display: flex;
	flex-wrap: wrap;
}
#top #curriculum h3{
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	width:70px;
	padding: 16px 24px 48px;
	margin-bottom: 8px;
	vertical-align: middle;
	position: relative;
	background: #005bac; /* Old browsers */
	background: -moz-linear-gradient(top, #005bac 10%, #5bc2d9 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #005bac 10%,#5bc2d9 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #005bac 10%,#5bc2d9 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bac', endColorstr='#5bc2d9',GradientType=0 ); /* IE6-9 */
}
#top #curriculum h3:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 35px 32px 35px;
	border-color: transparent transparent #005cac transparent;
	position: absolute;
	left: 0;
	top: -32px;
}
#top #curriculum h3:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 35px 32px 35px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	left: 0;
	bottom: -32px;
	background: none;
}
#top #curriculum h3:last-of-type:after{
	display: none;
}
#top #curriculum h4{
	margin-right: 94px;
	color: #0068b7;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 16px;
}
#top #curriculum .curriculum{
	background: #eee;
	width: calc(100% - 70px);
	margin-bottom: 8px;
	padding: 32px;
	display: flex;
	flex-wrap: wrap;
}
#top #curriculum .curriculum li.hr{
	display: block;
	width: 100% !important;
	margin-bottom: 32px;
	border-top: 1px dashed #bbb;
	height: 0;
}
#top #curriculum .curriculum ul{
	margin-right: 80px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 32px;
	min-width: 222px;
}
#top #curriculum .curriculum ul:last-child{
	margin-right: 0;
}
#top #curriculum .curriculum ul li{
	padding-left: 8px;
}
#top #curriculum .curriculum ul li:before {
    content: "● ";
    color: grey;
}



/* #advanced
--------------------------------------------------------*/
#top #advanced .program ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#top #advanced .program ul li {
	width: 28%;
	margin: 16px 2%;
}
#top #advanced .program h4 {
	line-height: 61px;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	color: #fff;
}
#top #advanced .program ul li:nth-of-type(3) h4 {/* モデリング部門 */
	background: url(../../img/advanced_icon1.png) no-repeat left top #00b4de;
}
#top #advanced .program ul li:nth-of-type(1) h4 {/* 金融・保険部門 */
	background: url(../../img/advanced_icon2.png) no-repeat left top #7cbd27;
}
#top #advanced .program ul li:nth-of-type(2) h4 {/* データ科学部門 */
	background: url(../../img/advanced_icon3.png) no-repeat left top #f39800;
}
#top #advanced .program p{
	background: #eee;
	padding: 16px 16px;
}
#top #advanced .program p:first-of-type{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	padding-bottom: 0;
}
#top #advanced .feature{
	background: url(../../img/advanced_dev_bg.png) no-repeat bottom right;
	background-size: contain;
	padding-bottom: 120px;
}
#top #advanced .feature ul li{
	position: relative;
	margin-left: 120px;
	margin-bottom: 64px;
	padding: 27px 0 27px 80px;
	width: 50%;
	background-image: url(../../img/advanced_dev1.png);
	background-position: left top;
	background-repeat: no-repeat;
	background: -moz-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(204,204,204,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(204,204,204,1) 0%,rgba(204,204,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(204,204,204,1) 0%,rgba(204,204,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#00cccccc',GradientType=1 ); /* IE6-9 */
	font-size: 2.4rem;
}
#top #advanced .feature ul li:before{
	position: absolute;
	left: -120px;
	top: -20px;
}
#top #advanced .feature ul li:nth-child(1):before{
	content: url(../../img/advanced_dev1.png);
}
#top #advanced .feature ul li:nth-child(2):before{
	content: url(../../img/advanced_dev2.png);
}
#top #advanced .feature ul li:nth-child(3):before{
	content: url(../../img/advanced_dev3.png);
}
#top #advanced .feature ul li:nth-child(2){
	margin-left: 200px;
}
#top #advanced .feature ul li:nth-child(3){
	margin-left: 280px;
}



/* #news
--------------------------------------------------------*/
#news #newsList:before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: rgb(0,91,172); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,91,172,1) 0%, rgba(91,194,217,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,91,172,1) 0%,rgba(91,194,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,91,172,1) 0%,rgba(91,194,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bac', endColorstr='#5bc2d9',GradientType=1 ); /* IE6-9 */
}
#news #newsList li {
	padding: 20px;
	border-bottom: 1px dashed #ccc;
}
#news #newsList li .up_ymd {
	color: #0068b7;
	padding-right: 32px;
	margin-right: 20px;
	background: url(../img/news_arrow.png) no-repeat right center;
}
#news #newsList li .catName {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 2px 5px;
	margin-left: 10px;
	float: right;
	margin-top: -3px;
}
#news #newsList li .catName.cat1 {/* 金融・保険 */
	border-color: #f39800;
}
#news #newsList li .catName.cat2 {/* モデリング  */
	border-color: #7cbd27;
}
#news #newsList li .catName.cat3 {/* データ科学 */
	border-color: #00b4de;
}
#news #newsList li .newMark {
	background: #f39800;
	border-radius: 5px;
	padding: 2px 5px;
	margin-right: 10px;
	color: #fff;
}
#news #newsList li .title {
	font-size: 1.2em;
	font-weight: bold;
}
#news #newsList li .newsContents {
	padding: 10px 0 20px;
}
#news #newsList li .newsContents .thumbNailWrap,
#news #newsList li .newsContents .comment {
	display: block;
}
#news #newsList li .newsContents .thumbNailWrap {
	width: 120px;
	float: left;
	margin: 0 10px 10px 0;
}
#news #newsList li .newsContents .thumbNailWrap img {
	width: 100%;
}
.linkBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.linkBox ul li {
	width: 18%;
	border: 1px solid #ccc;
}

#top article > h2 {
	position: relative;
	z-index: 1;
}
#top article > h2 span {
	position: relative;
	z-index: 20;
}
#top article > h2:before {
	position: absolute;
	left: 80px;
	bottom: 0;
	line-height: 0;
	z-index: 10;
}
#top article#about > h2:before {
	content: url(../../img/h2_bgText1.png);
}
#top article#curriculum > h2:before {
	content: url(../../img/h2_bgText2.png);
}
#top article#advanced > h2:before {
	content: url(../../img/h2_bgText3.png);
	bottom: -23px;
}
#top article#news > h2:before {
	content: url(../../img/h2_bgText4.png);
}


#top article {
	position: relative;
	z-index: 1;
}
#top article#mainVisual {
	z-index: 10;
}
#top article#about {
	z-index: 9;
}
#top article#curriculum {
	z-index: 8;
}
#top article#advanced {
	z-index: 7;
}
#top article#news {
	z-index: 6;
}
#top article:before {
	position: absolute;
	line-height: 0;
	z-index: -999;
	width: 100%;
	overflow: hidden;
}
#top article#curriculum:before {
	content: url(../../img/h2_bgAbstract2.png);
	left: 0;
	top: -160px;
	text-align: left;
}
#top article#advanced:before {
	content: url(../../img/h2_bgAbstract3.png);
	right: 0;
	top: -270px;
	text-align: right;
}
#top article#news:before {
	content: url(../../img/h2_bgAbstract4.png);
	left: 0;
	top: -160px;
	text-align: left;
}



/* mobile
--------------------------------------------------------*/
@media screen and (max-width: 960px) {
	#top #curriculum h3{
		width:50px;
		padding: 16px 14px 48px;
		margin-bottom: 8px;
	}
	#top #curriculum h3:before{
		border-width: 0 25px 32px 25px;
	}
	#top #curriculum h3:after{
		border-width: 0 25px 32px 25px;
	}
	#top #curriculum h4 {
		margin-right: 0;
		font-size: 2.4rem;
	}
	#top #curriculum .curriculum {
		padding: 32px 10px;
	}
	#top #curriculum .curriculum ul {
		 margin-right: 0;
		 min-width: 0;
	}

	#top #advanced .feature ul li{
		padding: 27px 0 27px 40px;
		margin-left: 62px;
		width: 80%;
		font-size: 1.6rem;
	}
	#top #advanced .feature ul li:before{
		position: absolute;
		left: -120px;
		top: -20px;
		transform-origin: top;
		transform: scale(0.5)
	}
	#top #advanced .feature ul li:nth-child(2){
		margin-left: 62px;
	}
	#top #advanced .feature ul li:nth-child(3){
		margin-left: 62px;
	}	
	#top #advanced .program ul li {
		 width: 100%;
		 margin: 16px 0;
	}
	
	#news #newsList li .title {
		display: inline-block;
		padding-top: 8px;
		width: 100%;
	}
	#news #newsList li .newsContents .thumbNailWrap {
		 width: 20%;
	}
	.linkBox ul li {
		width: 48%;
		margin-bottom: 20px;
	}
	

	#top article > h2:before {
		display: none;
	}
}




















/*=====================================================================

	個別ページ
	\teacher：教員一覧

=====================================================================*/
#page .teacherList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 160px;
}
#page .teacherList li{
	width: 47%;
	margin-bottom: 40px;
}
#page .teacherList .name{
	font-size: 24px;
	background: #efefef;
	border-top: 8px solid #f39800;
	text-align: center;
	padding: 5px 10px 10px;
}
#page .teacherList .name span{
	font-size: 0.6em;
	padding-left: 16px;
}
#page .teacherList .position{
	border: 1px solid #efefef;
	text-align: center;
	padding: 20px 10px;
}
#page .teacherList .position span{
	font-size: 0.9em;
}

/* mobile
--------------------------------------------------------*/
@media screen and (max-width: 960px) {
	#page .teacherList{
		margin-bottom: 100px;
	}
	#page .teacherList li{
		width: 100%;
		margin-bottom: 20px;
	}
}





/*=====================================================================

	個別ページ
	\about：プラン紹介

=====================================================================*/
#page .summary {
	font-size: 1.7rem;
}
#page #about .box ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#page #about .box ul li {
	width: 296px;
	background: url(../../img/about_feature_bg.png) no-repeat left top;
	padding: 194px 28px 0;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#page #about .box ul li span {
	display: block;
	width: 296px;
	margin-left: -28px;
	margin-top: 200px;
	margin-bottom: 60px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
}
#page #about .box ul li span:before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	margin-bottom: 10px;
	background: rgb(0,91,172); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,91,172,1) 0%, rgba(91,194,217,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,91,172,1) 0%,rgba(91,194,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,91,172,1) 0%,rgba(91,194,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bac', endColorstr='#5bc2d9',GradientType=1 ); /* IE6-9 */
}
#page #about .box ul li:nth-child(1):before {
	content: url(../../img/about_feature1.png);
}
#page #about .box ul li:nth-child(2):before {
	content: url(../../img/about_feature2.png);
}
#page #about .box ul li:nth-child(3):before {
	content: url(../../img/about_feature3.png);
}
#page #about .box ul li:before {
	display: block;
	position: absolute;
	left: 90px;
	top: 82px;
}

/* mobile
--------------------------------------------------------*/
@media screen and (max-width: 960px) {
	#page #about .box ul li span {
		margin-top: 180px;
	}
}





/*=====================================================================

	個別ページ
	curriculum：科目一覧

=====================================================================*/
#page .curriculumTable{
	margin: 0 auto;
	width: 100%;
}
#page .curriculumTable th,
#page .curriculumTable td{
	border-right: 2px solid #fff;
	padding : 10px 5px;
	vertical-align: middle;
	text-align: center;
}
#page .curriculumTable td.content{
	text-align: left;
	padding : 10px 10px;
}
#page .curriculumTable th{
	color: #fff;
	font-weight: bold;
}
#page .curriculumTable tr:nth-child(2n){
	background: #f8f8f8;
}
#page .curriculumTable tr:nth-child(2n+1){
	background: #e6e6e6;
}
#page .curriculumTable tr:nth-child(1) th:nth-child(1){
	background: -moz-linear-gradient(left, rgba(0,91,172,1) 0%, rgba(9,101,176,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,91,172,1) 0%,rgba(9,101,176,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,91,172,1) 0%,rgba(9,101,176,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#page .curriculumTable tr:nth-child(1) th:nth-child(2){
	background: -moz-linear-gradient(left, rgba(9,102,177,1) 0%, rgba(27,121,185,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(9,102,177,1) 0%,rgba(27,121,185,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(9,102,177,1) 0%,rgba(27,121,185,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#page .curriculumTable tr:nth-child(1) th:nth-child(3){
	background: -moz-linear-gradient(left, rgba(28,122,186,1) 0%, rgba(31,126,187,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(28,122,186,1) 0%,rgba(31,126,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(28,122,186,1) 0%,rgba(31,126,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#page .curriculumTable tr:nth-child(1) th:nth-child(4){
	background: -moz-linear-gradient(left, rgba(32,127,188,1) 0%, rgba(91,194,217,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(32,127,188,1) 0%,rgba(91,194,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(32,127,188,1) 0%,rgba(91,194,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#page .curriculumTable .year{
	width: 10%;
}
#page .curriculumTable .name{
	width: 20%;
}
#page .curriculumTable .limit{
	width: 5%;
}
#page .curriculumTable .content{
	width: 65%;
}

/* mobile
--------------------------------------------------------*/
@media screen and (max-width: 960px) {
	#page .curriculumTable{
		font-size: 1.1rem;
	}
	#page .curriculumTable th,
	#page .curriculumTable td{
		border-right: 1px solid #fff;
		padding : 10px 2px;
	}
	#page .curriculumTable td.content{
		padding : 10px 5px;
	}
}





/*=====================================================================

	個別ページ
	news：お知らせ一覧とお知らせ個別ページ

=====================================================================*/
.pager{
	text-align:center;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
	color: #313131;
	border: 1px solid #f39800;
	border-radius: 5px 5px 5px 5px;
	font-size: 12px;
	padding: 3px 7px 2px;
	text-decoration: none;
	margin:0 3px;
}
.pager a.current{
    background: #f39800;
    border: 1px solid #f39800;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
}
.pager a:hover{
    background:#f39800;
    color: #fff;
}
.overPagerPattern{
	padding:0 2px ;	
}
#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #f39800;
	color:#313131;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.backORcloseBtn a:hover{
	color:#fff;
	background: #f39800;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}
#newsDetail > .box {
	margin-bottom: 40px;	
}
#newsDetail > .box:before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	margin-bottom: 10px;
	background: rgb(0,91,172); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,91,172,1) 0%, rgba(91,194,217,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,91,172,1) 0%,rgba(91,194,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,91,172,1) 0%,rgba(91,194,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bac', endColorstr='#5bc2d9',GradientType=1 ); /* IE6-9 */
}
#detail{
	padding: 0 2vw;
	margin-bottom: 40px;
}
#detail div{
	margin-bottom: 20px;
}





/*=====================================================================

	個別ページ
	contact：お問い合わせ

=====================================================================*/
#contact dl,#contact ul,#contact p {
	max-width: 960px;
	margin: 0 auto;
}
#contact dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 40px;
}
#contact dl:before{
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: rgb(0,91,172); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(0,91,172,1) 0%, rgba(91,194,217,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,91,172,1) 0%,rgba(91,194,217,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,91,172,1) 0%,rgba(91,194,217,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bac', endColorstr='#5bc2d9',GradientType=1 ); /* IE6-9 */
}
#contact dt,
#contact dd {
	padding: 20px 30px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
}
#contact dt {
	width: 20%;
	border-right: 1px solid #ccc;
	text-align: center;
	color: #0068b7;
}
#contact dd {
	width: 80%;
}
#contact p {
	text-align: center;
	margin-bottom: 16px;
}
#contact p span {
	font-size: 0.8em;
}
#contact p a {
	margin: 0 5px;
}
#contact ul {
	width: 100%;
	border: 1px solid #ccc;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
}
#contact ul li {
	display: inline-block;
	margin: 0 2vw;
}

/* mobile
--------------------------------------------------------*/
@media screen and (max-width: 960px) {
	#contact dt,
	#contact dd {
		padding: 20px 3vw;
		border-bottom: 1px solid #ccc;
		vertical-align: middle;
	}
}

























